@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.7
*/
:root {
  --main-color01: #fff100;
  --base-color01: #000;
  --bg-color01: #212121;
  --header-height: max(80.125px, min(calc(10.4329427083vw), 115.438px));
}

.c-consultation {
  margin-top: clamp(40px, 5vw, 64px);
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
}
.c-consultation .c-consultation__title {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: white;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.8;
}
.c-consultation .c-consultation__text {
  margin: 16px 0 0;
  color: white;
  font-size: 1rem;
  line-height: 2;
}
.c-consultation .c-consultation__link {
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  color: black;
  border-color: var(--main-color01);
  transition: filter 0.2s, box-shadow 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .c-consultation .c-consultation__link:hover {
    filter: brightness(1.08);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  }
}
.c-consultation .c-consultation__link:focus-visible {
  outline: 2px solid #ff8c00;
  outline-offset: 4px;
}
.c-consultation .c-consultation__link:active {
  filter: brightness(0.96);
  box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
  .c-consultation .c-consultation__link {
    transition: none;
  }
}
.c-consultation .c-consultation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-top: 28px;
  padding: 20px 28px;
  border: 1px solid var(--main-color01);
  font-weight: 700;
  line-height: 1.7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-consultation .c-consultation__link {
    width: 100%;
    padding: 18px 20px;
    gap: 16px;
  }
  .c-consultation .c-consultation__text {
    font-size: 1em;
  }
}

.u-bg-dark-pattern {
  position: relative;
  isolation: isolate;
  background-color: var(--bg-color01) !important;
}
.u-bg-dark-pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("./images/pattern-001.webp");
  background-repeat: repeat;
  background-position: top center;
  mix-blend-mode: multiply;
  opacity: 0.375;
  pointer-events: none;
  z-index: -1;
}

section.c-page-hero {
  max-width: none;
  margin: 0;
  background-color: white;
  padding: var(--header-height) 0 0;
}

.c-page-hero .c-page-hero__title {
  font-size: 7em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  padding-bottom: 0.225em;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-page-hero .c-page-hero__title::before {
  content: "";
  width: 2em;
  height: 0.225em;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%);
  transform: translateX(-50%);
}

.c-page-hero .c-page-hero__summary {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.225));
  background-color: white;
  border-radius: 20px;
  padding: 2em 5%;
  margin: 8em 0 0;
}

.c-page-hero .c-page-hero__summary-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.c-page-hero .c-page-hero__summary-title {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
}

.c-page-hero .c-page-hero__summary-text {
  font-size: 1.2em;
  line-height: 2;
  margin-top: 0.75em;
}

.c-page-hero .c-page-hero__container {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
}
.c-page-hero .c-page-hero__summary-text {
  margin-bottom: 0;
}
.c-page-hero .c-page-hero__catch {
  margin: 40px 0 0;
  font-size: clamp(1.375rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-page-hero .c-page-hero__title {
    font-size: 3.5em;
  }
  .c-page-hero .c-page-hero__summary {
    margin-top: 4em;
  }
  .c-page-hero .c-page-hero__summary-title {
    font-size: 1.125em;
  }
  .c-page-hero .c-page-hero__summary-text {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  .c-page-hero .c-page-hero__container {
    width: min(100% - 40px, 1200px);
  }
}
@media screen and (max-width: 480px) {
  .c-page-hero .c-page-hero__container {
    width: calc(100% - 32px);
  }
  .c-page-hero .c-page-hero__title {
    font-size: 3em;
    line-height: 1.25;
    flex-direction: column;
  }
  .c-page-hero .c-page-hero__summary {
    padding: 2em 6%;
  }
}

section.c-page-hero--spaced {
  margin-bottom: clamp(56px, 6vw, 84px);
}

.c-step-flow {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin: 32px 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.c-step-flow > .c-step-flow__item {
  counter-increment: step;
  position: relative;
  margin: 0;
  padding: 24px 16px;
  border: 1px solid #e2dfd3;
  border-top: 3px solid transparent;
  border-radius: 4px;
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%) left top/100% 3px no-repeat #faf9f5;
  background-origin: border-box;
  font-size: var(--step-flow-font-size, 1rem);
  font-weight: 700;
  line-height: 1.7;
}
.c-step-flow > .c-step-flow__item::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  margin-bottom: 10px;
  color: #85783c;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
}
.c-step-flow > .c-step-flow__item:not(:last-child):not(:nth-child(4n))::after {
  content: "→";
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  color: #85783c;
}
@media screen and (max-width: 767px) {
  .c-step-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 20px 28px;
  }
  .c-step-flow > .c-step-flow__item {
    padding: 20px 12px;
    font-size: 1em;
  }
  .c-step-flow > .c-step-flow__item:not(:last-child):not(:nth-child(4n))::after {
    right: -25px;
    line-height: 1;
  }
  .c-step-flow > .c-step-flow__item:nth-child(even):not(:last-child)::after {
    content: none;
  }
}

.c-lined-list {
  list-style: none;
  margin: var(--lined-list-margin, 32px) 0;
  padding: 0;
}
.c-lined-list:first-child {
  margin-top: var(--lined-list-first-margin, 0);
}
.c-lined-list > .c-lined-list__item {
  position: relative;
  margin: 0;
  padding: var(--lined-list-padding, 16px) 0 var(--lined-list-padding, 16px) 20px;
  border-bottom: 1px solid var(--lined-list-border, #deded7);
}
.c-lined-list > .c-lined-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: var(--lined-list-marker-top, 29px);
  width: 6px;
  height: 6px;
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
}
.c-lined-list--columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
}
@media screen and (max-width: 767px) {
  .c-lined-list--columns {
    grid-template-columns: minmax(0, 1fr);
  }
}
.c-lined-list--dark {
  --lined-list-border: #454545;
  color: white;
}

.c-chapter-layout {
  display: grid;
  grid-template-columns: minmax(120px, 160px) minmax(0, 1fr);
  gap: clamp(3em, 6vw, 6em);
}
.c-chapter-layout__chapter {
  display: flex;
  flex-direction: column;
  gap: 0.35em;
}
.c-chapter-layout__chapter > :first-child {
  font-size: 0.6875em;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.4;
}
.c-chapter-layout__chapter > :last-child {
  font-size: clamp(4rem, 6vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.9;
}
.c-chapter-layout__content {
  min-width: 0;
}
@media screen and (max-width: 1023px) {
  .c-chapter-layout {
    grid-template-columns: 1fr;
    gap: 2.5em;
  }
  .c-chapter-layout__chapter {
    flex-direction: row;
    align-items: center;
    gap: 0.75em;
  }
  .c-chapter-layout__chapter > :last-child {
    font-size: 2.5rem;
  }
}

.c-section-title {
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin: 0;
  color: inherit;
}
.c-section-title__line {
  display: block;
}
.c-section-title--compact {
  font-size: clamp(2rem, 3vw, 3rem);
}
.c-section-title--accent {
  color: var(--main-color01);
}
.c-section-title--underline {
  position: relative;
  padding-bottom: 0.55em;
}
.c-section-title--underline::after {
  content: "";
  width: 2.2em;
  height: 0.16em;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%);
}
.c-section-title--underline-dark::after {
  background: #000;
}
@media screen and (max-width: 480px) {
  .c-section-title {
    font-size: clamp(1.25rem, 5.85vw, 1.75rem);
    line-height: 1.5;
  }
}
html[lang] {
  margin-top: unset !important;
}

body {
  padding-top: calc(var(--header-height) - 1px);
}

body:has(.p-privacy) #sidebar {
  display: none;
}
body:has(.p-privacy) .main {
  width: 100%;
  margin: 0;
}

.p-privacy {
  background: white;
  font-weight: 500;
}
.p-privacy .p-privacy__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.p-privacy .p-privacy__lead {
  margin: 0 0 48px;
  line-height: 2;
}
.p-privacy section.p-privacy__section {
  max-width: none;
  margin: 0;
  padding: 36px 0;
  border-top: 1px solid #ddd;
}
.p-privacy .p-privacy__title {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  background: none;
  font-size: 1.5rem;
  line-height: 1.6;
}
.p-privacy p, .p-privacy li, .p-privacy .p-privacy__address {
  line-height: 2;
  overflow-wrap: anywhere;
}
.p-privacy p {
  margin: 0;
}
.p-privacy p + p, .p-privacy .p-privacy__list, .p-privacy .p-privacy__address {
  margin-top: 16px;
}
.p-privacy .p-privacy__list {
  padding-left: 1.5em;
  margin-bottom: 16px;
}
.p-privacy .p-privacy__address {
  font-style: normal;
}
.p-privacy a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-privacy .p-privacy__container {
    padding-bottom: 64px;
  }
  .p-privacy .c-page-hero .c-page-hero__title {
    font-size: 1.75rem;
  }
  .p-privacy .p-privacy__title {
    font-size: 1.25rem;
  }
  .p-privacy section.p-privacy__section {
    padding: 28px 0;
  }
}

.footer-privacy {
  margin: 0 0 12px;
  font-size: 0.875rem;
}

.footer-privacy a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

body:has(.p-recruit) #sidebar {
  display: none;
}
body:has(.p-recruit) .main {
  width: 100%;
  margin: 0;
}

.p-recruit {
  background-color: white;
  font-weight: 500;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.p-recruit section:where(:not(.c-page-hero)) {
  max-width: none;
  margin: 0;
}
.p-recruit .p-recruit__container {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-recruit .p-recruit__section {
  padding: clamp(72px, 8vw, 120px) 0;
}
.p-recruit .p-recruit__section--muted {
  background: #f5f5f1;
}
.p-recruit .p-recruit__section--closing {
  color: white;
}
.p-recruit .p-recruit__contact {
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  color: black;
  border-color: var(--main-color01);
  transition: filter 0.2s, box-shadow 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .p-recruit .p-recruit__contact:hover {
    filter: brightness(1.08);
    box-shadow: 0 0 0 transparent;
  }
}
.p-recruit .p-recruit__contact:focus-visible {
  outline: 2px solid #ff8c00;
  outline-offset: 4px;
}
.p-recruit .p-recruit__contact:active {
  filter: brightness(0.96);
  box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
  .p-recruit .p-recruit__contact {
    transition: none;
  }
}
.p-recruit .p-recruit__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-top: 32px;
  padding: 20px 28px;
  font-weight: 700;
  text-decoration: none;
}
.p-recruit .p-recruit__label {
  margin: 0 0 16px;
  letter-spacing: 0.12em;
}
.p-recruit .p-recruit__copy {
  margin: 40px 0 0;
  line-height: 2;
}
.p-recruit .p-recruit__copy p {
  margin: 0;
}
.p-recruit .p-recruit__copy p + p {
  margin-top: 1.5em;
}
.p-recruit .p-recruit__form-card {
  color: #111;
  background: white;
  margin-top: 48px;
  padding: clamp(32px, 6vw, 72px);
}
.p-recruit .p-recruit__form-card .p-contact__content {
  margin-top: 0;
}
.p-recruit .p-recruit__form-card .p-contact__form {
  margin-top: 0;
}
.p-recruit .c-lined-list {
  margin-top: 32px;
}
.p-recruit .p-recruit__table {
  width: 100%;
  margin: 32px 0 0;
  border-collapse: collapse;
}
.p-recruit .p-recruit__table th, .p-recruit .p-recruit__table td {
  padding: 16px 20px;
  border: 1px solid #deded7;
  font-size: 1em;
  text-align: left;
  line-height: 1.8;
}
.p-recruit .p-recruit__table th {
  width: 34%;
  background: #f3f3ef;
  font-weight: 700;
}
.p-recruit .p-recruit__table td {
  background: white;
}
.p-recruit .p-recruit__access {
  display: grid;
  align-items: center;
  gap: 1em;
}
.p-recruit .p-recruit__access-address .il-block {
  max-width: 100%;
  overflow-wrap: anywhere;
}
.p-recruit .p-recruit__access-map {
  display: block;
  width: 100%;
  height: 240px;
  margin: 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit .p-recruit__copy {
    margin-top: 32px;
  }
  .p-recruit .p-recruit__form-card {
    margin-top: 32px;
  }
  .p-recruit .c-lined-list__item {
    text-wrap: pretty;
  }
  .p-recruit .p-recruit__table th, .p-recruit .p-recruit__table td {
    padding: 12px;
  }
  .p-recruit .p-recruit__table th {
    width: 42%;
  }
}

.p-company {
  --company-border: #d8d8d8;
  color: var(--base-color01);
  background-color: white;
  font-weight: 500;
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.p-company section:where(:not(.c-page-hero)) {
  max-width: unset;
  margin: 0;
  padding: 0;
  background-color: #000;
}
.p-company .p-company__message .section-inner {
  padding: 70px 0 100px;
}
.p-company .p-company__message-content {
  max-width: 1200px;
  margin: 0 auto;
}
.p-company .p-company__message-theme-text {
  font-size: 5em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  color: #fff;
}
.p-company .p-company__message-body {
  line-height: 2;
  max-width: 1200px;
  margin: 2em auto 0;
}
.p-company .p-company__message-body p {
  margin: 0;
  color: #fff;
}
.p-company .p-company__message-body p + p {
  margin-top: 2em;
}
.p-company .p-company__message-body-grid {
  display: grid;
  grid-template-columns: auto 300px;
  gap: 2em;
}
.p-company .p-company__message-body-right {
  display: flex;
  align-items: flex-end;
}
.p-company .p-company__message-body-left {
  max-width: 790px;
  text-align: justify;
}
.p-company .p-company__message-body-sp {
  display: none;
}
.p-company .p-company__message-signature {
  font-weight: 700;
  width: 100%;
  padding-top: 0.5em;
  display: flex;
  justify-content: flex-end;
}
.p-company .p-company__message-signature-img {
  max-width: 9em;
}
.p-company .p-company__about {
  padding: clamp(72px, 7vw, 112px) 0;
  background-color: white;
  color: var(--base-color01);
}
.p-company .p-company__about--gray {
  background-color: #f5f5f1;
}
.p-company .p-company__about-inner {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-company .p-company__about-label {
  align-self: start;
  padding-top: 20px;
  border-top: 1px solid var(--company-border);
  position: relative;
}
.p-company .p-company__about-label::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 40px;
  height: 4px;
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%);
}
.p-company .p-company__about-label p {
  margin: 0 0 12px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
.p-company .p-company__about-label h2 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
}
.p-company .p-company__about-copy {
  margin-top: 40px;
  line-height: 2;
}
.p-company .p-company__about-copy p {
  margin: 0;
}
.p-company .p-company__about-copy p + p {
  margin-top: 1.5em;
}
.p-company .p-company__about-copy .p-company__about-point {
  margin: 40px 0;
  padding: 24px 28px;
  border-left: 4px solid transparent;
  -o-border-image: linear-gradient(0deg, #ff8c00 0%, #fff080 100%) 1;
     border-image: linear-gradient(0deg, #ff8c00 0%, #fff080 100%) 1;
  background-color: #f5f5f1;
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  line-height: 1.8;
  text-wrap: pretty;
}
.p-company .p-company__about-copy .p-company__about-point strong {
  background: none;
}
.p-company .p-company__about--gray .p-company__about-point {
  background-color: white;
}
.p-company .p-company__about--vision {
  color: white;
}
.p-company .p-company__about--vision .p-company__about-label {
  color: var(--main-color01);
  border-color: #454545;
}
.p-company .p-company__about--vision strong {
  color: var(--main-color01);
  background: none;
}
.p-company .p-company__about--vision .p-company__about-point {
  padding: 28px 0;
  border: 0;
  border-block: 1px solid #454545;
  background: none;
  font-size: clamp(1.375rem, 2.4vw, 2rem);
}
.p-company .c-lined-list {
  --lined-list-margin: 28px;
  --lined-list-first-margin: 28px;
  --lined-list-padding: 20px;
  --lined-list-marker-top: 32px;
}
.p-company .c-lined-list:not(.c-lined-list--dark) {
  --lined-list-border: var(--company-border);
}
.p-company .c-lined-list strong {
  background: none;
}
@media screen and (max-width: 767px) {
  .p-company .c-lined-list {
    --lined-list-padding: 16px;
    --lined-list-marker-top: 28px;
  }
}
.p-company .p-company__style-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-company .p-company__style-item {
  margin: 0;
  padding: 48px 0;
  border-bottom: 1px solid var(--company-border);
}
.p-company .p-company__style-item:first-child {
  padding-top: 0;
}
.p-company .p-company__style-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.p-company .p-company__style-item .p-company__about-copy {
  margin-top: 28px;
  margin-left: 72px;
}
.p-company .p-company__style-title {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.4;
  font-weight: 700;
}
.p-company .p-company__style-title .p-company__style-number {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 48px;
  min-height: 48px;
  font-size: 0.75em;
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
  background-color: #fffbe5;
  border-bottom: 4px solid transparent;
  -o-border-image: linear-gradient(90deg, #ff8c00 0%, #fff080 100%) 1;
     border-image: linear-gradient(90deg, #ff8c00 0%, #fff080 100%) 1;
  margin-top: 0.25em;
}
@media screen and (max-width: 1023px) {
  .p-company .p-company__about-label p {
    margin-bottom: 8px;
  }
  .p-company .p-company__about-label h2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-company .p-company__about-copy {
    margin-top: 28px;
  }
  .p-company .p-company__style-title {
    gap: 14px;
  }
  .p-company .p-company__style-title .p-company__style-number {
    width: 36px;
    min-height: 36px;
    font-size: 1.125rem;
  }
  .p-company .p-company__style-item .p-company__about-copy {
    margin-left: 0;
  }
  .p-company .p-company__about-copy .p-company__about-point {
    padding: 20px;
    margin-block: 32px;
  }
  .p-company .p-company__about--vision .p-company__about-point {
    padding-inline: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-company .p-company__about-copy .p-company__about-point {
    font-size: 1.375em;
  }
  .p-company .p-company__style-title {
    font-size: clamp(1.25rem, 5.85vw, 1.75rem);
  }
}
.p-company .p-company__access {
  display: grid;
  align-items: center;
  gap: 1em;
}
.p-company .p-company__access-map {
  display: block;
  width: 100%;
  height: 240px;
  margin: 0;
  border: 0;
}
.p-company .p-company__overview-table-wrap {
  margin-top: 2.5em;
}
.p-company .p-company__overview-table {
  width: 100%;
  margin: 0;
  border: 0;
  border-top: 3px solid var(--bg-color01);
  border-collapse: collapse;
  background-color: white;
}
.p-company .p-company__overview-table th,
.p-company .p-company__overview-table td {
  font-size: 1em;
  line-height: 1.8;
  text-align: left;
  padding: 1em 1.5em;
  border: 0;
  border-bottom: 1px solid var(--company-border);
}
.p-company .p-company__overview-table th {
  font-weight: 700;
  width: 32%;
  color: white;
  border-bottom-color: #454545;
}
.p-company .p-company__overview-table td {
  background-color: white;
}
.p-company .p-company__overview-table tr:last-child th,
.p-company .p-company__overview-table tr:last-child td {
  border-bottom: 0;
}
.p-company .p-company__overview-table a {
  color: unset;
  text-decoration: unset;
  transition: opacity 0.2s;
}
.p-company .p-company__overview-table a:hover {
  opacity: 0.65;
}
.p-company .p-company__message-picture {
  margin-top: auto;
}
.p-company .p-company__message-picture-img {
  display: block;
}

body:has(.p-company) #sidebar,
body:has(.p-ai-introduction) #sidebar,
body:has(.p-ai-search) #sidebar {
  display: none;
}
body:has(.p-company) .main,
body:has(.p-ai-introduction) .main,
body:has(.p-ai-search) .main {
  width: 100%;
  margin: 0;
}
body:has(.p-company) .content,
body:has(.p-ai-introduction) .content,
body:has(.p-ai-search) .content {
  margin: 0;
}
body:has(.p-company) .wrap,
body:has(.p-ai-introduction) .wrap,
body:has(.p-ai-search) .wrap {
  width: 100%;
}

.p-ai-search {
  --ai-search-paper: #f3f1e8;
  --ai-search-border: #d8d5c8;
  --ai-search-muted: #58554d;
  color: var(--base-color01);
  background-color: white;
  font-weight: 500;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.p-ai-search section:where(:not(.c-page-hero)) {
  max-width: unset;
  margin: 0;
  padding: 0;
}
.p-ai-search p {
  margin: 0;
}
.p-ai-search .p-ai-search__container {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
}
.p-ai-search .p-ai-search__body-copy {
  max-width: 48em;
  margin-top: clamp(2.5em, 4vw, 4em);
  line-height: 2;
}
.p-ai-search .p-ai-search__body-copy p + p {
  margin-top: 1.5em;
}
.p-ai-search .p-ai-search__marker {
  font-weight: 700;
  box-shadow: inset 0 -0.48em var(--main-color01);
}
.p-ai-search .p-ai-search__chapter {
  padding: clamp(96px, 9vw, 136px) 0;
}
.p-ai-search .p-ai-search__chapter--value {
  background-color: white;
}
.p-ai-search .p-ai-search__question {
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  max-width: 48em;
  margin-top: clamp(2.5em, 4vw, 4em);
  padding: clamp(2em, 3.5vw, 3em);
  font-size: clamp(1.125rem, 1.4vw, 1.3rem);
  font-weight: 700;
  line-height: 1.8;
}
.p-ai-search .p-ai-search__question p + p {
  margin-top: 0.75em;
}
.p-ai-search .p-ai-search__chapter--walls {
  background-color: var(--ai-search-paper);
}
.p-ai-search .p-ai-search__chapter-lead {
  color: var(--ai-search-muted);
  font-size: 1.0625em;
  line-height: 1.9;
  max-width: 46em;
  margin-top: 1.5em;
}
.p-ai-search .p-ai-search__wall-list {
  list-style: none;
  margin: clamp(3.5em, 6vw, 5.5em) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--ai-search-border);
}
.p-ai-search .p-ai-search__wall-item {
  color: var(--base-color01);
  padding: 3em 0;
  display: grid;
  grid-template-columns: 3.5em 16em auto;
  gap: clamp(1.25em, 2vw, 2em);
  align-items: center;
  border-bottom: 1px solid var(--ai-search-border);
}
.p-ai-search .p-ai-search__wall-item .p-ai-search__wall-number {
  color: var(--base-color01);
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  padding-bottom: 0.15em;
  border-bottom: 4px solid transparent;
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%) left bottom/100% 4px no-repeat border-box;
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}
.p-ai-search .p-ai-search__wall-item p {
  font-size: 1em;
  line-height: 1.9;
}
.p-ai-search .p-ai-search__wall-item p + p {
  margin-top: 1em;
}
.p-ai-search .p-ai-search__wall-title {
  font-size: clamp(1.5rem, 2vw, 1.875rem);
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}
.p-ai-search .p-ai-search__wall-copy {
  margin-top: 0;
}
.p-ai-search .p-ai-search__conclusion {
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  margin-top: 16px;
  padding: clamp(2em, 4.75vw, 3em);
  font-size: clamp(1.125rem, 1.4vw, 1.3rem);
  font-weight: 700;
  line-height: 1.75;
}
.p-ai-search .p-ai-search__conclusion p + p {
  margin-top: 0.35em;
}
.p-ai-search .p-ai-search__conclusion strong {
  font-size: 1.5625em;
}
.p-ai-search .p-ai-search__chapter--strategy {
  background-color: white;
}
.p-ai-search .p-ai-search__final {
  color: white;
  padding: clamp(104px, 10vw, 152px) 0;
}
.p-ai-search .p-ai-search__final .c-chapter-layout__chapter {
  color: var(--main-color01);
}
.p-ai-search .p-ai-search__final-copy {
  max-width: 48em;
  margin-top: clamp(2.5em, 4vw, 4em);
  font-size: clamp(1rem, 1.1vw, 1.0625rem);
  line-height: 2;
}
.p-ai-search .p-ai-search__final-copy p + p {
  margin-top: 1.75em;
}
.p-ai-search .p-ai-search__final-statement {
  font-size: clamp(1.875rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.5;
}
.p-ai-search .p-ai-search__contact-link {
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  color: black;
  border-color: var(--main-color01);
  transition: filter 0.2s, box-shadow 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .p-ai-search .p-ai-search__contact-link:hover {
    filter: brightness(1.08);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  }
}
.p-ai-search .p-ai-search__contact-link:focus-visible {
  outline: 2px solid #ff8c00;
  outline-offset: 4px;
}
.p-ai-search .p-ai-search__contact-link:active {
  filter: brightness(0.96);
  box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
  .p-ai-search .p-ai-search__contact-link {
    transition: none;
  }
}
.p-ai-search .p-ai-search__contact-link {
  width: min(100%, 440px);
  min-height: 76px;
  margin-top: clamp(2.5em, 4vw, 4em);
  padding: 1em 1.4em 1em 1.75em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.p-ai-search .p-ai-search__contact-arrow {
  width: 2.5em;
  height: 2.5em;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

@media screen and (max-width: 1023px) {
  .p-ai-search .p-ai-search__wall-list {
    margin-top: 3.5em;
  }
  .p-ai-search .p-ai-search__question {
    padding: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .p-ai-search .p-ai-search__container {
    width: min(100% - 40px, 1200px);
  }
  .p-ai-search .p-ai-search__wall-item {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 1.25em;
    padding: 2em 0;
  }
  .p-ai-search .p-ai-search__wall-item .p-ai-search__wall-number {
    font-size: 1.75rem;
  }
  .p-ai-search .p-ai-search__wall-item .p-ai-search__wall-title {
    align-self: center;
  }
  .p-ai-search .p-ai-search__wall-item .p-ai-search__wall-copy {
    grid-column: 2;
  }
  .p-ai-search .p-ai-search__conclusion {
    padding: 2.5em 2em;
  }
}
@media screen and (max-width: 480px) {
  .p-ai-search .p-ai-search__container {
    width: calc(100% - 32px);
  }
  .p-ai-search .p-ai-search__chapter {
    padding: 80px 0;
  }
  .p-ai-search .p-ai-search__body-copy {
    margin-top: 2.5em;
    line-height: 2;
  }
  .p-ai-search .p-ai-search__body-copy br {
    display: none;
  }
  .p-ai-search .p-ai-search__question {
    margin-top: 2.5em;
    padding: 1.75em 1.5em;
    font-size: 1.125rem;
  }
  .p-ai-search .p-ai-search__chapter-lead {
    font-size: 1em;
  }
  .p-ai-search .p-ai-search__wall-list {
    margin-top: 3em;
  }
  .p-ai-search .p-ai-search__wall-title {
    font-size: 1.375rem;
  }
  .p-ai-search .p-ai-search__wall-item .p-ai-search__wall-copy {
    grid-column: 1/-1;
  }
  .p-ai-search .p-ai-search__conclusion {
    padding: 2em 1.5em;
    font-size: 1.125rem;
  }
  .p-ai-search .p-ai-search__conclusion strong {
    display: inline-block;
    font-size: 1.3em;
    margin-top: 0.2em;
  }
  .p-ai-search .p-ai-search__final {
    padding: 88px 0;
  }
  .p-ai-search .p-ai-search__final-copy {
    font-size: 1em;
    margin-top: 2.5em;
    line-height: 2;
  }
  .p-ai-search .p-ai-search__final-statement {
    font-size: clamp(1.4rem, 6.5vw, 1.625rem);
  }
  .p-ai-search .p-ai-search__contact-link {
    min-height: 68px;
    padding-left: 1.25em;
  }
  .c-lined-list > .c-lined-list__item {
    padding: 1em 0 1em 1em;
  }
  .c-lined-list > .c-lined-list__item.c-lined-list__item--brackets {
    padding-left: 0.5em;
  }
  .c-lined-list > .c-lined-list__item::before {
    top: 1.65em;
  }
}
@media screen and (max-width: 1023px) {
  .p-company .p-company__philosophy-list {
    grid-template-columns: minmax(0, 1fr);
  }
  .p-company .p-company__overview-table th,
  .p-company .p-company__overview-table td {
    padding: 1em 1.25em;
  }
  .p-company .p-company__message-theme-text {
    font-size: 3em;
  }
  .p-company .p-company__message-body-grid {
    grid-template-columns: 1fr;
  }
  .p-company .p-company__message-body-right {
    display: none;
  }
  .p-company .p-company__message-body-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5em;
  }
  .p-company .p-company__message-picture {
    max-width: 150px;
    width: 50%;
  }
  .p-company .p-company__message-signature {
    justify-content: center;
  }
  .p-company .p-company__message-signature.p-company__message-signature--pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-company .p-company__message-theme-text {
    font-size: 2em;
  }
  .p-company .p-company__overview .section-inner {
    padding: 64px 0;
  }
  .p-company .p-company__overview-table-wrap {
    margin-top: 2em;
  }
  .p-company .p-company__overview-table,
  .p-company .p-company__overview-table tbody,
  .p-company .p-company__overview-table tr,
  .p-company .p-company__overview-table th,
  .p-company .p-company__overview-table td {
    display: block;
    width: 100%;
  }
  .p-company .p-company__overview-table th,
  .p-company .p-company__overview-table td {
    padding: 0.7em 1em;
  }
  .p-company .p-company__overview-table th {
    border-bottom: 0;
  }
  .p-company .p-company__overview-table td {
    line-height: 1.8;
  }
}
@media screen and (max-width: 480px) {
  .p-company .p-company__message-theme-text {
    font-size: 1.875em;
  }
  .p-company .p-company__message-signature {
    letter-spacing: 0.03em;
  }
  .p-company .p-company__overview-table th,
  .p-company .p-company__overview-table td {
    font-size: 0.9375em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  .p-ai-search .p-ai-search__container {
    width: min(100% - 120px, 1200px);
  }
}
.p-ai-introduction section.p-ai-introduction__chapter {
  padding: clamp(64px, 7vw, 104px) 0;
}
.p-ai-introduction section.p-ai-introduction__chapter .p-ai-introduction__container {
  width: min(90%, 1200px);
}
.p-ai-introduction section.p-ai-introduction__chapter .c-chapter-layout__content {
  display: grid;
  gap: 32px;
  align-content: start;
}
.p-ai-introduction section.p-ai-introduction__chapter .p-ai-introduction__section-head {
  margin-bottom: 0;
}
.p-ai-introduction section.p-ai-introduction__chapter .p-ai-introduction__eyebrow {
  margin: 0 0 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.p-ai-introduction section.p-ai-introduction__chapter .p-ai-introduction__principle-copy {
  margin-top: 32px;
}
.p-ai-introduction section.p-ai-introduction__chapter.u-bg-dark-pattern .c-chapter-layout__chapter {
  color: var(--main-color01);
}
.p-ai-introduction section.p-ai-introduction__chapter .p-ai-introduction__button--light {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-ai-introduction section.p-ai-introduction__chapter .p-ai-introduction__container {
    width: calc(100% - 32px);
  }
  .p-ai-introduction section.p-ai-introduction__chapter .c-chapter-layout__content {
    gap: 28px;
  }
}

.p-ai-introduction {
  --ai-paper: #f4f4f0;
  --ai-border: #d8d8d3;
  --ai-muted: #555;
  color: var(--base-color01);
  background-color: white;
  font-weight: 500;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.p-ai-introduction section:where(:not(.c-page-hero)) {
  max-width: unset;
  margin: 0;
  padding: 0;
}
.p-ai-introduction p {
  margin: 0;
}
.p-ai-introduction .p-ai-introduction__container {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
}
.p-ai-introduction .p-ai-introduction__eyebrow {
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
.p-ai-introduction .p-ai-introduction__section-title {
  font-size: clamp(2.5rem, 4vw, 4.1rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin: 0;
}
.p-ai-introduction .p-ai-introduction__section-description {
  font-size: 1em;
  line-height: 1.9;
  max-width: 46em;
  margin-top: 1.5em;
}
.p-ai-introduction .p-ai-introduction__section-head {
  margin-bottom: 4em;
}
.p-ai-introduction .p-ai-introduction__section-head .p-ai-introduction__eyebrow {
  margin-bottom: 1em;
}
.p-ai-introduction .p-ai-introduction__intro {
  padding: clamp(88px, 9vw, 144px) 0;
}
.p-ai-introduction .p-ai-introduction__intro-grid {
  display: grid;
  grid-template-columns: 30em auto;
  gap: clamp(3em, 7vw, 8em);
  align-items: start;
}
.p-ai-introduction .p-ai-introduction__intro-heading .p-ai-introduction__eyebrow {
  margin-bottom: 1.5em;
}
.p-ai-introduction .p-ai-introduction__intro-title {
  font-size: clamp(2.2rem, 3.5vw, 4rem);
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}
.p-ai-introduction .p-ai-introduction__intro-body {
  font-size: 1.05em;
  line-height: 2.15;
}
.p-ai-introduction .p-ai-introduction__intro-body p + p {
  margin-top: 1.5em;
}
.p-ai-introduction .p-ai-introduction__button {
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  color: black;
  border-color: var(--main-color01);
  transition: filter 0.2s, box-shadow 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .p-ai-introduction .p-ai-introduction__button:hover {
    filter: brightness(1.08);
    box-shadow: none;
  }
}
.p-ai-introduction .p-ai-introduction__button:focus-visible {
  outline: 2px solid #ff8c00;
  outline-offset: 4px;
}
.p-ai-introduction .p-ai-introduction__button:active {
  filter: brightness(0.96);
  box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
  .p-ai-introduction .p-ai-introduction__button {
    transition: none;
  }
}
.p-ai-introduction .p-ai-introduction__button {
  width: min(100%, 340px);
  min-height: 68px;
  margin-top: 2.5em;
  padding: 0.9em 1.5em 0.9em 1.75em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  font-weight: 700;
  text-decoration: none;
}
.p-ai-introduction .p-ai-introduction__button-arrow {
  width: 2.25em;
  height: 2.25em;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.p-ai-introduction .p-ai-introduction__principle {
  background-color: var(--ai-paper);
  padding: clamp(88px, 9vw, 144px) 0;
}
.p-ai-introduction .p-ai-introduction__principle-grid {
  display: grid;
  grid-template-columns: 30em auto;
  gap: clamp(3em, 8vw, 9em);
  align-items: center;
}
.p-ai-introduction .p-ai-introduction__principle-number {
  color: var(--main-color01);
  font-size: clamp(8rem, 16vw, 16rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.75;
}
.p-ai-introduction .p-ai-introduction__principle-content {
  font-size: 1.05em;
  line-height: 2;
}
.p-ai-introduction .p-ai-introduction__principle-content .p-ai-introduction__eyebrow {
  margin-bottom: 1.25em;
}
.p-ai-introduction .p-ai-introduction__principle-content .p-ai-introduction__section-title {
  margin-bottom: 0.8em;
}
.p-ai-introduction .p-ai-introduction__principle-content p + p {
  margin-top: 1.4em;
}
.p-ai-introduction .p-ai-introduction__principle-copy {
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  font-weight: 700;
  line-height: 1.75;
}
.p-ai-introduction .p-ai-introduction__areas {
  padding: clamp(96px, 10vw, 160px) 0;
}
.p-ai-introduction .p-ai-introduction__area-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.p-ai-introduction .p-ai-introduction__area-card {
  border: 1px solid var(--ai-border);
  padding: clamp(1.75em, 3vw, 3em);
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  background-color: white;
}
.p-ai-introduction .p-ai-introduction__area-head {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.p-ai-introduction .p-ai-introduction__area-number {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  font-weight: 700;
  line-height: 1;
}
.p-ai-introduction .p-ai-introduction__area-title {
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.p-ai-introduction .p-ai-introduction__area-card p {
  color: var(--ai-muted);
  line-height: 1.9;
}
.p-ai-introduction .p-ai-introduction__scope-grid,
.p-ai-introduction .p-ai-introduction__fit-grid,
.p-ai-introduction .p-ai-introduction__themes-grid,
.p-ai-introduction .p-ai-introduction__faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(32px, 4vw, 56px);
}
.p-ai-introduction .p-ai-introduction__scope {
  color: white;
  padding: clamp(96px, 10vw, 152px) 0;
}
.p-ai-introduction .p-ai-introduction__scope-heading .p-ai-introduction__eyebrow {
  color: var(--main-color01);
  margin-bottom: 1.25em;
}
.p-ai-introduction .p-ai-introduction__scope-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 2.5em;
}
.p-ai-introduction .p-ai-introduction__scope-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  min-height: 84px;
  padding: 1.4em 0 1.4em 2.15em;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.65;
  flex-wrap: wrap;
}
.p-ai-introduction .p-ai-introduction__scope-list li::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
}
.p-ai-introduction .p-ai-introduction__fit {
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  padding: clamp(88px, 9vw, 136px) 0;
}
.p-ai-introduction .p-ai-introduction__fit-heading .p-ai-introduction__eyebrow {
  margin-bottom: 1.25em;
}
.p-ai-introduction .p-ai-introduction__fit-heading .p-ai-introduction__section-title {
  white-space: nowrap;
}
.p-ai-introduction .p-ai-introduction__fit-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
}
@media screen and (max-width: 767px) {
  .p-ai-introduction .p-ai-introduction__fit-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
}
.p-ai-introduction .p-ai-introduction__fit-list li {
  background-color: white;
  padding: 1.4em 1.5em 1.4em 3.5em;
  position: relative;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.7;
}
.p-ai-introduction .p-ai-introduction__fit-list li::before {
  content: "✓";
  position: absolute;
  left: 1.4em;
  font-weight: 700;
}
.p-ai-introduction .p-ai-introduction__flow {
  padding: clamp(96px, 10vw, 160px) 0;
}
.p-ai-introduction .p-ai-introduction__flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  counter-reset: ai-flow;
}
.p-ai-introduction .p-ai-introduction__flow-item {
  border-top: 8px solid transparent;
  background-color: var(--ai-paper);
  min-height: 245px;
  padding: 2.2em 2em;
  position: relative;
}
.p-ai-introduction .p-ai-introduction__flow-item::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%);
}
.p-ai-introduction .p-ai-introduction__flow-item:not(:nth-child(3n))::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -19px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--base-color01);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
.p-ai-introduction .p-ai-introduction__flow-item h3 {
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.5;
  margin: 1.15em 0 0.75em;
}
.p-ai-introduction .p-ai-introduction__flow-item p {
  color: var(--ai-muted);
  line-height: 1.85;
}
.p-ai-introduction .p-ai-introduction__flow-number {
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.p-ai-introduction .p-ai-introduction__themes {
  background-color: var(--ai-paper);
  padding: clamp(88px, 9vw, 136px) 0;
}
.p-ai-introduction .p-ai-introduction__themes header .p-ai-introduction__eyebrow {
  margin-bottom: 1.25em;
}
.p-ai-introduction .p-ai-introduction__themes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
}
@media screen and (max-width: 767px) {
  .p-ai-introduction .p-ai-introduction__themes-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
}
.p-ai-introduction .p-ai-introduction__themes-list li {
  border-bottom: 1px solid var(--ai-border);
  padding: 1.35em 0 1.35em 2em;
  position: relative;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.75;
}
.p-ai-introduction .p-ai-introduction__themes-list li::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  position: absolute;
  left: 0;
  top: 1.85em;
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
}
.p-ai-introduction .p-ai-introduction__faq {
  padding: clamp(96px, 10vw, 160px) 0;
}
.p-ai-introduction .p-ai-introduction__faq header .p-ai-introduction__eyebrow {
  margin-bottom: 1.25em;
}
.p-ai-introduction .p-ai-introduction__faq-item {
  border-top: 1px solid var(--ai-border);
}
.p-ai-introduction .p-ai-introduction__faq-item:last-child {
  border-bottom: 1px solid var(--ai-border);
}
.p-ai-introduction .p-ai-introduction__faq-item summary {
  list-style: none;
  min-height: 92px;
  padding: 1.5em 4em 1.5em 3.2em;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.7;
  cursor: pointer;
}
.p-ai-introduction .p-ai-introduction__faq-item summary::-webkit-details-marker {
  display: none;
}
.p-ai-introduction .p-ai-introduction__faq-item summary::before {
  content: "Q";
  position: absolute;
  left: 0;
  font-size: 1.3em;
}
.p-ai-introduction .p-ai-introduction__faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0.8em;
  font-size: 1.6em;
  font-weight: 400;
  transition: transform 0.2s ease;
}
.p-ai-introduction .p-ai-introduction__faq-item summary:focus-visible {
  outline: 3px solid var(--main-color01);
  outline-offset: -3px;
}
.p-ai-introduction .p-ai-introduction__faq-item p {
  color: var(--ai-muted);
  padding: 0 4em 2em 3.55em;
  line-height: 1.9;
}
.p-ai-introduction .p-ai-introduction__faq-item[open] summary::after {
  transform: rotate(45deg);
}
.p-ai-introduction .p-ai-introduction__contact {
  color: white;
  background-color: var(--base-color01);
  padding: clamp(80px, 8vw, 120px) 0;
}
.p-ai-introduction .p-ai-introduction__contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4em;
}
.p-ai-introduction .p-ai-introduction__contact .p-ai-introduction__eyebrow {
  color: var(--main-color01);
  margin-bottom: 1.25em;
}
.p-ai-introduction .p-ai-introduction__contact-title {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}
.p-ai-introduction .p-ai-introduction__contact-title span {
  display: block;
}
.p-ai-introduction .p-ai-introduction__contact-title-break {
  display: none;
}
.p-ai-introduction .p-ai-introduction__contact-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05em;
  line-height: 1.9;
  margin-top: 1.5em;
}
.p-ai-introduction .p-ai-introduction__button--light {
  margin-top: 0;
  flex: 0 0 320px;
}

@media screen and (max-width: 1023px) {
  .p-ai-introduction .p-ai-introduction__intro-grid,
  .p-ai-introduction .p-ai-introduction__principle-grid {
    gap: 4em;
    grid-template-columns: 1fr;
  }
  .p-ai-introduction .p-ai-introduction__area-grid,
  .p-ai-introduction .p-ai-introduction__fit-list,
  .p-ai-introduction .p-ai-introduction__flow-list,
  .p-ai-introduction .p-ai-introduction__themes-list {
    grid-template-columns: minmax(0, 1fr);
  }
  .p-ai-introduction .p-ai-introduction__flow-item:not(:nth-child(3n))::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-ai-introduction .p-ai-introduction__container {
    width: min(100% - 40px, 1200px);
  }
  .p-ai-introduction .p-ai-introduction__intro-grid,
  .p-ai-introduction .p-ai-introduction__principle-grid {
    gap: 1.5em;
  }
  .p-ai-introduction .p-ai-introduction__principle-number {
    font-size: 8rem;
  }
  .p-ai-introduction .p-ai-introduction__contact-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 2.5em;
  }
  .p-ai-introduction .p-ai-introduction__button--light {
    flex-basis: auto;
  }
  .p-ai-introduction .p-ai-introduction__intro-title,
  .p-ai-introduction .p-ai-introduction__section-title {
    font-size: 2em;
  }
  .p-ai-introduction .p-ai-introduction__contact-title {
    font-size: 2em;
  }
  .p-ai-introduction .p-ai-introduction__principle-copy {
    font-size: 1.125em;
  }
  .p-ai-introduction .p-ai-introduction__principle-content .p-ai-introduction__section-title {
    margin-bottom: 0.5em;
  }
  .p-ai-introduction .p-ai-introduction__principle-content p + p {
    margin-top: 1em;
  }
  .p-ai-introduction .p-ai-introduction__section-description {
    margin-top: 1em;
  }
  .p-ai-introduction .p-ai-introduction__section-head {
    margin-bottom: 1.5em;
  }
  .p-ai-introduction .p-ai-introduction__area-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .p-ai-introduction .p-ai-introduction__container {
    width: calc(100% - 32px);
  }
  .p-ai-introduction .p-ai-introduction__section-head {
    margin-bottom: 2.5em;
  }
  .p-ai-introduction .p-ai-introduction__intro,
  .p-ai-introduction .p-ai-introduction__principle,
  .p-ai-introduction .p-ai-introduction__fit,
  .p-ai-introduction .p-ai-introduction__themes {
    padding: 72px 0;
  }
  .p-ai-introduction .p-ai-introduction__areas,
  .p-ai-introduction .p-ai-introduction__scope,
  .p-ai-introduction .p-ai-introduction__flow,
  .p-ai-introduction .p-ai-introduction__faq {
    padding: 80px 0;
  }
  .p-ai-introduction .p-ai-introduction__intro-body,
  .p-ai-introduction .p-ai-introduction__principle-content {
    font-size: 1em;
    line-height: 2;
  }
  .p-ai-introduction .p-ai-introduction__principle-grid {
    gap: 2em;
  }
  .p-ai-introduction .p-ai-introduction__principle-number {
    font-size: 6.5rem;
  }
  .p-ai-introduction .p-ai-introduction__principle-copy {
    font-size: 1em;
  }
  .p-ai-introduction .p-ai-introduction__area-card {
    min-height: unset;
    padding: 1em;
    gap: 1em;
  }
  .p-ai-introduction .p-ai-introduction__area-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .p-ai-introduction .p-ai-introduction__area-head {
    align-items: center;
    gap: 0.5em;
  }
  .p-ai-introduction .p-ai-introduction__area-number {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
  .p-ai-introduction .p-ai-introduction__area-title {
    font-size: 1.375em;
  }
  .p-ai-introduction .p-ai-introduction__scope-list {
    gap: 1em;
  }
  .p-ai-introduction .p-ai-introduction__scope-list li {
    font-size: 1em;
    min-height: unset;
    padding: 1em 1em 0 1.5em;
    margin-bottom: 0;
  }
  .p-ai-introduction .p-ai-introduction__fit-list li,
  .p-ai-introduction .p-ai-introduction__themes-list li {
    font-size: 1em;
  }
  .p-ai-introduction .p-ai-introduction__flow-list {
    grid-template-columns: 1fr;
  }
  .p-ai-introduction .p-ai-introduction__flow-item {
    min-height: unset;
    padding: 1em 5% 1.25em;
  }
  .p-ai-introduction .p-ai-introduction__flow-item:nth-child(odd)::after {
    display: none;
  }
  .p-ai-introduction .p-ai-introduction__flow-item h3 {
    font-size: 1.25em;
    margin: 0.5em 0 0.5em;
  }
  .p-ai-introduction .p-ai-introduction__faq-item summary {
    min-height: 82px;
    padding: 1.25em 1.5em 1.25em 1.5em;
    font-size: 1em;
  }
  .p-ai-introduction .p-ai-introduction__faq-item summary::after {
    right: 0;
  }
  .p-ai-introduction .p-ai-introduction__faq-item p {
    padding: 0 1.25em 1.75em 2.4em;
  }
  .p-ai-introduction .p-ai-introduction__contact {
    padding: 72px 0;
  }
  .p-ai-introduction .p-ai-introduction__contact-title-break {
    display: block;
  }
  .p-ai-introduction .p-ai-introduction__button {
    width: 100%;
    min-height: 64px;
  }
}
@font-face {
  font-family: "shinkei";
  font-weight: 400;
  src: url("./fonts/shinkei/Shinkei-Bold.otf") format("opentype");
  font-display: swap;
}
/* レイアウト */
.pc, .pc2 {
  display: none !important;
}

body::after {
  display: none;
}

#container {
  overflow: hidden;
}

.page .wrap {
  width: 100%;
}

.main {
  border: none;
  border-radius: 0;
}

.page .content {
  margin: 0;
}

.page .main {
  padding: 0;
}

.entry-content {
  margin-top: 0;
}

.page .entry-content {
  margin-bottom: 0;
}

.article-header .date-tags {
  display: none;
}

.hr {
  background-color: #fff;
  background-image: linear-gradient(45deg, black 25%, black 25%, transparent 25%, transparent 75%, black 75%, black 75%), linear-gradient(-135deg, black 25%, black 25%, transparent 25%, transparent 75%, black 75%, black 75%);
  background-size: 15px 15px;
  background-position: 0 0, 7.5px 7.5px;
  width: 100%;
  height: 30px;
}

section,
#lead .illust,
#lead .float .inner,
.step_box,
#info .inner,
.before_ft {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
}

/* 共通 */
.fade {
  opacity: 0;
  transition: all 1s ease;
}

.fade.show {
  opacity: 1;
  transform: none;
}

.fade.fade_in {
  transition: all 2s ease;
}

.fade.fade_in_slow {
  transition: all 4s ease;
}

.fade.fade_descriprion {
  transition: all 2.5s ease;
  transition-delay: 1.5s;
}

.fade_in_up {
  transform: translate(0, 60px);
}

.fade_rotate {
  transition: all 1.5s ease;
  transform: rotateX(180deg);
}

.fade_rotate2 {
  transition: all 0.3s;
  transform: rotateX(-180deg);
}

.fade_lr {
  transform: translate(-100px, 0);
}

.fade_rl {
  transform: translate(100px, 0);
}

.animation {
  animation: animScale 3s infinite ease-out;
  transform-origin: 50% 50%;
  animation-play-state: running;
}

@keyframes animScale {
  0% {
    transform: scale(0.8, 0.8);
  }
  5% {
    transform: scale(1.15, 1.15);
  }
  10% {
    transform: scale(1, 1);
  }
  15% {
    transform: scale(1.1, 1.1);
  }
  20% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.delay {
  transition-delay: 0.5s;
}

.for-sp {
  display: none;
}

.for-minisp {
  display: none;
}

.for-pc {
  display: block;
}

.il-block {
  display: inline-block;
}

/* JS */
.js__acc--item {
  display: none;
}

/* 平面回転 */
.fade_rotateL {
  transform: rotate(180deg);
}

.scroll_scaleUp {
  transition: all 0.3s ease;
  transform: scale(0.5);
}

img.vw {
  width: 100vw;
}

.red {
  color: #9a0004;
}

/* 見出し */
.page .article h1 {
  display: none;
}

.article h1 {
  position: relative;
  padding-top: 2.2em;
  text-align: center;
}

.article h2,
.article h3,
.article h4 {
  background: none;
  border: none;
}

.home .article h2 {
  color: black;
  font-size: 1.4rem;
  text-align: center;
}

/* ヘッダー */
#header-container {
  position: fixed;
  top: 0;
  background: transparent;
  width: 100%;
  transition: 0.3s;
  z-index: 1000;
}

#header-container.hide {
  top: -55px;
}

#header, .header-container-in.hlt-top-menu .logo-header img {
  padding-left: 5px;
  display: block;
}

.header-container-in.hlt-top-menu .logo-header img {
  height: 28px;
}

#header {
  margin: 8px 0;
}
#header .header-in {
  min-height: unset !important;
}

.header-container-in.hlt-top-menu .logo-header .site-name-text {
  margin-left: 24px;
  position: relative;
}

.header-container-in.hlt-top-menu .logo-header .site-name-text::after {
  content: "株式会社ファクシア";
  display: block;
  line-height: 1;
  font-size: 0.612em;
  font-weight: 700;
  margin-top: 0.25em;
}

.logo-text {
  padding: 0;
}

/* フッター */
#footer.footer {
  margin-top: 0;
  padding-top: unset;
  color: white;
}
#footer.footer a {
  color: white;
}
#footer.footer .footer-bottom-logo .logo-image img {
  height: 50px;
}

#footer-in {
  max-width: 1200px;
}
#footer-in .footer-bottom {
  margin-top: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer-in .footer-bottom::after {
  display: none;
}

.footer-bottom-logo {
  position: unset;
}

.footer-bottom-logo .logo-image {
  max-width: initial;
}

.footer-bottom-logo .site-name-text {
  padding-bottom: 0;
}

.footer-bottom-logo .logo-image img {
  height: 24px;
  display: block;
  margin: 0 auto;
}

/* ----------
トップページ
---------- */
/* main visual */
#main_visual, #step {
  position: relative;
  max-width: initial;
  padding: 0;
}

#main_visual {
  margin-top: 0;
}

#main_visual img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#main_visual::after {
  position: absolute;
  bottom: 20px;
  left: 50%;
  content: url("/wp-content/uploads/arrow.png");
  opacity: 0.7;
  transform: translate(-50%);
}

#main_visual .main_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  background: -webkit-linear-gradient(0deg, #51eaef 0, #fccf21 35%, #fccf21 45%, #FF0080 80%, #9a0004 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  max-width: 400px;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  line-height: 1.3;
  transform: translate(-50%, -50%);
}

#main_visual .main_txt .site_link {
  font-size: 1rem;
  -webkit-background-clip: none;
  -webkit-text-fill-color: currentcolor;
  text-shadow: none;
}

#main_visual .site_link a.link_btn {
  color: #9a0004;
}

#main_visual .site_link a.link_btn:hover {
  color: #fff;
}

/* lead */
#lead {
  position: relative;
  padding: 0;
}

h2.lead {
  background: url("/wp-content/uploads/curve.png");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 30px;
  height: 100px;
}

#lead .illust {
  margin: 0 auto;
  padding: 0 20px;
}

#lead img {
  display: inline-block;
  vertical-align: bottom;
}

#lead .img.boud {
  position: relative;
}

.serif {
  position: absolute;
  top: 0;
  left: 0;
}

#lead .float {
  background: #fff1ed;
  padding: 15px 0 50px;
}

#lead .float .txt {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.7;
}

#lead .float .txt p {
  margin-top: 0;
  padding-bottom: 3px;
}

#lead .float .txt .p1 {
  border-bottom: dotted 0.3rem #b7b7b7;
}

#lead .float .txt .p2 {
  font-size: 1.6rem;
}

#lead .float .txt .cicle {
  background: #fff;
  padding: 0.15rem 0.4rem 0.07rem;
  border-radius: 50%;
  color: #9a0004;
  font-size: 1.7rem;
}

.to_next {
  position: absolute;
  left: 50%;
  bottom: -75px;
  transform: translateX(-50%);
}

/* step */
#step {
  counter-reset: step 0;
}

#step h2.step {
  margin-top: 1em;
}

h2.step .four_step {
  display: inline-block;
  margin: 0 8px;
  color: black;
  font-size: 1.5em;
  font-family: Arial Black;
  transform: rotate(18deg);
}

.step_box {
  margin: 0 auto 5em;
}

.step_item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 10px 15px;
  border: dotted 0.2rem #b7b7b7;
  box-sizing: border-box;
}

.step_item .img {
  width: 38%;
}

.step_item .img img {
  margin: auto;
  border-radius: 10px;
}

.step_item .img, .step_item .txt {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.step_item .txt {
  width: 60%;
  padding: 10px;
  padding-right: 0;
  box-sizing: border-box;
}

.step_item h3 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 10px 10px 3rem;
  padding-right: 0;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.2;
}

.step_item h3::before {
  counter-increment: step 1;
  content: counter(step) " ";
  position: absolute;
  top: 50%;
  margin-left: -3rem;
  color: black;
  font-family: Arial Black;
  font-size: 3rem;
  transform: translateY(-50%);
}

.step_item .txt .s {
  margin: 0;
  margin-top: 0.5em;
  font-size: 0.8rem;
}

/* reason */
#reason {
  position: relative;
  max-width: initial;
  margin: 0;
  padding: 0;
}

.hands .hand_l, .hands .hand_r {
  display: none;
}

#reason .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 20px;
}

#reason h2 {
  margin: 0;
  padding: 0;
}

#reason .desc {
  margin: 0;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

#reason h2 span {
  display: inline-block;
  background: #fccf21;
  margin: 0 8px;
  padding: 0 10px;
  color: #fff;
  transform: skewX(-15deg);
}

.reason {
  position: relative;
  margin: 110px auto 40px;
  padding: 20px 25px;
  border: solid 2px black;
}

.reason::after {
  position: absolute;
  top: -1.2rem;
  left: 50px;
  background: #fff;
  padding: 0 10px;
  color: black;
  font-size: 1.3rem;
  font-weight: bold;
}

.reason.r1::after {
  content: "選ばれる理由①";
}

.reason.r2::after {
  content: "選ばれる理由②";
}

.reason.r3::after {
  content: "選ばれる理由③";
}

.reason .txt {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.reason .comment {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -100px;
  right: 0;
  background: url("/wp-content/uploads/comment-sp.png");
  background-size: contain;
  width: 150px;
  height: 150px;
  margin: 0;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
  text-align: center;
  transform: rotate(20deg);
}

#reason .inner .site_link {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
}

/* information */
#info {
  max-width: initial;
  padding: 80px 0;
  position: relative;
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  margin-bottom: 0;
}

#info .inner {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 20px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
}

h2.info {
  margin: 10px 0 0;
  color: #9a0004;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

#info .inner .txt {
  max-width: 800px;
  margin: 0 auto;
  color: #000;
  font-size: 1.12rem;
  font-weight: 500;
}

#info .info_box.entrance {
  color: #000;
  font-size: 1.12rem;
  font-weight: 500;
}

.article #info .inner h3 {
  margin: 0;
  font-size: 1.2rem;
  padding-left: 0;
}

.article #info .inner h3 .fa {
  margin-right: 4px;
}

#info .info_box.entrance .add {
  font-size: 1rem;
  line-height: 1.4;
}

#info .inner .txt p {
  line-height: 2;
}

#info .info_box img {
  padding-top: 18px;
}

#info input[type=text],
#info input[type=email],
#info input[type=tel],
#info textarea {
  padding: 8px 12px 7px;
  border: solid 1px #ccc;
  font-size: 0.8rem;
}

#info input[type=submit] {
  background: black;
  width: auto;
  padding: 9px 20px 8px;
  border: solid 1px black;
  color: #fff;
  text-indent: 10px;
  text-align: center;
  letter-spacing: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: all 0.4s;
}

#info input[type=submit]:hover {
  opacity: 0.7;
}

#info .info_box.prof img {
  padding: 0 30%;
}

/* google Reviews */
.info_box_review {
  width: 100%;
  height: 295px;
  margin-bottom: 30px;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  overflow-y: scroll;
}

/* topic */
#topic h2 {
  margin-bottom: 0;
  font-size: 1.8rem;
  text-align: left;
}

/* 新着記事カルーセル */
#topic-slider {
  max-width: 1200px;
  margin: 0 auto;
}

#topic-slider::before, #topic-slider::after {
  display: table;
  content: "";
}

#topic-slider::after {
  clear: both;
}

#topic-slider .slick-slider {
  margin-top: 0;
  padding-left: 0;
}

#topic-slider .slick-thumbnail {
  position: relative;
  max-height: 180px; /* サムネイルの高さ */
  overflow: hidden;
}

#topic-slider .slick-slide a {
  display: block;
  color: #000; /* 記事タイトル */
  padding: 0.5em 0.5em 0;
}

#topic-slider .slick-slide a:hover {
  opacity: 0.7;
}

#topic-slider .slick-slide img { /* サムネイル画像表示サイズ */
  width: 100%;
  max-width: 100%;
  height: 150px;
  border: 0;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

#topic-slider .slick-cat { /* カテゴリータグ */
  position: absolute;
  top: 0;
  right: -1px;
  background: #fccf21;
  min-width: 8em;
  padding: 0.1em 0.5em;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  opacity: 0.8;
}

#topic-slider .slick-title {
  margin: 0.3em 0;
  padding: 5px 0;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  transition: 1s ease-in-out;
}

#topic-slider .slick-prev {
  left: -55px;
}

#topic-slider .slick-next {
  right: -55px;
}

#topic-slider .slick-prev, #topic-slider .slick-next {
  width: 50px;
  height: 50px;
  margin-top: -20px;
}

#topic-slider .slick-prev::before {
  content: "\f104";
}

#topic-slider .slick-next::before {
  content: "\f105";
}

#topic-slider .slick-prev::before,
#topic-slider .slick-next::before {
  color: #777;
  font-family: "fontAwesome";
  font-size: 20px;
  font-weight: 200;
}

/* フッター直前ウィジェット */
.widget-page-content-bottom {
  margin-bottom: 0;
  padding: 0 15px;
  border-top: solid 1px #eee;
}

.before_ft p {
  text-align: center;
}

.btn_mail {
  text-align: center;
}

.btn_mail a {
  display: inline-block;
  background: #fccf21;
  width: 180px;
  height: 40px;
  border: solid 2px #fccf21;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 36px;
  transition: 0.5s;
}

.btn_mail a:hover {
  background: #fff;
  border: dashed 2px #fccf21;
  color: #fccf21;
}

.entry-categories-tags {
  display: none;
}

/* ----------
 * 制作実績
 * ---------- */
.article h1.port, .portTitle {
  display: block;
  position: relative;
  font-size: 2.6rem;
  margin-bottom: 0.5em;
  padding-top: 30px;
  padding-bottom: 0.6em;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
}

.article h1.port span, .portTitle span {
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 0.9rem;
  content: "";
  transform: translateX(-50%);
}

.p-works-heading {
  margin-bottom: clamp(32px, 4vw, 56px);
}
.p-works-heading .p-page__section-title {
  padding: 0;
  border: 0;
  background: none;
  color: black;
}

#Portfolio {
  max-width: initial;
  margin: 50px auto;
  padding: 0 20px;
}

#Portfolio ul {
  list-style: none;
  margin: 30px 0 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

#Portfolio ul.product li {
  position: relative;
  width: 25%;
  margin: 0;
  border: solid 1px #efefef;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 1420px) {
  #Portfolio ul.product li {
    width: 25%;
  }
}
@media screen and (max-width: 1199px) {
  #Portfolio ul.product li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1023px) {
  #Portfolio ul.product li {
    width: 50%;
  }
}

#Portfolio ul.product li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  transition: 1s;
  animation: curtainOpen 0.7s ease-in-out 1s 1;
  animation-fill-mode: forwards;
  z-index: -1;
}

#Portfolio ul.product li.service::after {
  background: linear-gradient(332deg, #fff0e0 0%, #fff5e8 36%, #fffbed 66%, #ffffff 100%);
}

#Portfolio ul.product li.corp::after {
  background: linear-gradient(325deg, rgb(235, 246, 255) 0%, rgb(180, 254, 255) 36%, rgb(225, 252, 255) 66%, rgb(255, 255, 255) 100%);
}

#Portfolio ul.product li.ec::after {
  background: linear-gradient(325deg, rgb(236, 255, 208) 0%, rgb(228, 255, 208) 36%, rgb(213, 255, 227) 66%, rgb(255, 255, 255) 100%);
}

#Portfolio ul.product li.others::after {
  background: linear-gradient(325deg, rgb(255, 229, 211) 0%, rgb(255, 225, 114) 36%, rgb(255, 252, 219) 66%, rgb(255, 255, 255) 100%);
}

@keyframes curtainOpen {
  0% {
    width: 0;
  }
  100% {
    width: 1000%;
  }
}
#Portfolio li p {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

#Portfolio li p.poType {
  font-size: 0.88rem;
  font-weight: normal;
}

#Portfolio ul li a {
  display: block;
  color: #333;
  text-decoration: none;
}

#Portfolio .su-tabs {
  background: none;
  text-align: center;
}

#Portfolio .su-tabs-pane {
  padding: 0;
}

#portDetail figure {
  position: absolute;
  background: #fff;
  overflow: hidden;
  z-index: 1;
}

#Portfolio ul.product li figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}

#Portfolio ul.product li a:hover figure img, #Portfolio ul.product li:hover figure.ph img {
  opacity: 0.7;
  transform: scale(1.1);
}

.c-works-mockup {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 52.6%;
}
.c-works-mockup .c-works-mockup__device {
  position: absolute;
}
.c-works-mockup .c-works-mockup__device::before {
  content: "";
  display: block;
}
.c-works-mockup .c-works-mockup__frame {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-works-mockup .c-works-mockup__screen {
  position: absolute;
  overflow: hidden;
  background: white;
}
.c-works-mockup .c-works-mockup__screen img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.c-works-mockup .c-works-mockup__device--desktop {
  width: 66%;
  left: 11.3%;
  top: 0;
}
.c-works-mockup .c-works-mockup__device--desktop::before {
  padding-top: 79.6826283899%;
}
.c-works-mockup .c-works-mockup__device--desktop .c-works-mockup__screen {
  left: 3.37%;
  top: 3.83%;
  width: 93.26%;
  height: 66.54%;
}
.c-works-mockup .c-works-mockup__device--tablet {
  width: 20.7%;
  right: 0;
  bottom: 14.5%;
}
.c-works-mockup .c-works-mockup__device--tablet::before {
  padding-top: 139.3080430593%;
}
.c-works-mockup .c-works-mockup__device--tablet .c-works-mockup__screen {
  left: 3.79%;
  top: 3.46%;
  width: 92.42%;
  height: 93.08%;
  border-radius: 1.5%/1%;
}
.c-works-mockup .c-works-mockup__device--phone {
  width: 9%;
  left: 0;
  bottom: 14.5%;
}
.c-works-mockup .c-works-mockup__device--phone::before {
  padding-top: 205.2326805643%;
}
.c-works-mockup .c-works-mockup__device--phone .c-works-mockup__screen {
  left: 3.97%;
  top: 1.66%;
  width: 92.06%;
  height: 96.68%;
  border-radius: 14.5%/7%;
}

#Portfolio ul.product > li.c-works-card .c-works-card__visual {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%;
}
#Portfolio ul.product > li.c-works-card .c-works-card__visual > .c-works-mockup {
  position: absolute;
  top: 50%;
  left: 8%;
  width: 84%;
  padding-top: 44.184%;
  transform: translateY(-50%);
}
#Portfolio ul.product > li.c-works-card .c-works-card__visual > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#Portfolio ul.product > li.c-works-card .c-works-card__visual figure {
  position: absolute;
  margin: 0;
  background: #fff;
  overflow: hidden;
  z-index: 1;
}
#Portfolio ul.product > li.c-works-card .c-works-card__visual figure.ph {
  top: 13%;
  right: 5.5%;
  width: 89%;
  height: 59%;
}
#Portfolio ul.product > li.c-works-card .c-works-card__text {
  width: 100%;
  padding: 0 16px 20px;
  text-align: center;
}
#Portfolio ul.product > li.c-works-card .c-works-card__text p {
  overflow-wrap: anywhere;
}

#Portfolio .su-tabs-nav span {
  color: #555;
  font-size: 1em;
  transition: 0.3s;
}

#Portfolio .su-tabs-nav span.su-tabs-current {
  color: #9a0004;
}

#Portfolio .su-tabs-nav span:hover {
  background: none;
}

/* 制作実績個別 */
.p-works-detail__container {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  margin-bottom: 0;
}

.p-works-detail__visual {
  position: relative;
  min-width: 0;
}

.p-works-detail__body {
  position: relative;
  isolation: isolate;
  margin-top: 40px;
  padding: 40px 0 72px;
}
.p-works-detail__body::before {
  content: "";
  position: absolute;
  inset-block: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: linear-gradient(0deg, #fff7e3 0%, #fffdf6 45%, #fff 100%);
  z-index: -2;
  pointer-events: none;
}
.p-works-detail__body::after {
  content: "";
  position: absolute;
  inset-block: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: linear-gradient(332deg, #ffdab8 0%, #ffd270 36%, #fff0b8 66%, #fff 100%);
  animation: works-detail-background-reveal 0.7s ease-in-out 1s both;
  z-index: -1;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .p-works-detail__body::after {
    animation: none;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-works-detail__body {
    margin-top: 32px;
    padding: 24px 0 40px;
  }
}

@keyframes works-detail-background-reveal {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  35% {
    opacity: 0.7;
  }
  70% {
    clip-path: inset(0);
    opacity: 0.45;
  }
  100% {
    clip-path: inset(0);
    opacity: 0;
  }
}
#portDetail {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  z-index: 1;
}
#portDetail .img_bg img {
  display: block;
  width: 100%;
}
#portDetail figure {
  margin: 0;
}
#portDetail figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.site_link, #main_visual .main_txt .site_link {
  height: 50px;
}

.link_btn, #main_visual .main_txt .link_btn {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 58px;
  text-align: center;
  text-decoration: none;
  line-height: 58px;
  perspective: 300px;
  outline: none;
}

.link_btn::before,
.link_btn::after,
#main_visual .main_txt .link_btn::before,
#main_visual .main_txt .link_btn::after {
  display: block;
  position: absolute;
  content: "";
  z-index: -1;
}

.link_btn,
.link_btn::before,
.link_btn::after,
#main_visual .main_txt .link_btn,
#main_visual .main_txt .link_btn::before,
#main_visual .main_txt .link_btn::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

.link_btn span, #main_visual .main_txt .link_btn span {
  display: block;
  position: absolute;
  width: 100%;
  border: 2px solid black;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  line-height: 56px;
  transition: all 0.3s;
  pointer-events: none;
}

.link_btn span:first-child,
#main_visual .main_txt .link_btn span:first-child {
  background: black;
  color: #fff;
  transform: rotateX(90deg);
  transform-origin: 50% 50% -30px;
}

.link_btn span:last-child,
#main_visual .main_txt .link_btn span:last-child {
  background: #fff;
  color: black;
  transform: rotateX(0deg);
  transform-origin: 50% 50% -30px;
}

.link_btn:hover span:first-child,
#main_visual .main_txt .link_btn:hover span:first-child {
  transform: rotateX(0deg);
}

.link_btn:hover span:last-child,
#main_visual .main_txt .link_btn:hover span:last-child {
  background: black;
  transform: rotateX(-90deg);
}

#portData {
  position: relative;
  max-width: none;
  margin: 0 auto;
  padding: 32px 0 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #portData {
    padding-top: 24px;
  }
}

#portData .inner {
  background: #fff;
  padding: 40px;
  border: 1px solid #e8e5df;
}
#portData .inner .txt2 p {
  margin: 0 0 32px;
  line-height: 2;
}
#portData .inner .data {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
#portData .inner dl {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #portData .inner {
    padding: 24px;
  }
  #portData .inner .data {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
}

#portData .p-works-detail__info-header {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 40px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e8e5df;
}
#portData .p-works-detail__info-header .p-works-detail__info-heading {
  min-width: 0;
}
#portData .p-works-detail__info-header .p-works-detail__name {
  margin: 0 0 12px;
  padding: 0;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.6;
  overflow-wrap: anywhere;
}
#portData .p-works-detail__info-header .p-works-detail__type {
  margin: 0;
  color: #666;
  font-size: 14px;
}
#portData .p-works-detail__info-header .p-works-detail__site-link {
  position: relative;
  isolation: isolate;
  min-width: 0;
  margin: 0;
}
#portData .p-works-detail__info-header .link_btn {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #portData .p-works-detail__info-header {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

#portData dl {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  width: 100%;
}

#portData dl dt, #portData dl dd {
  padding: 10px 0;
  border-bottom: 1px solid #f7f7f7;
  font-weight: 500;
}

#portData dl dt {
  width: 32%;
}

#portData dl dd {
  width: 66%;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  #lead .float .txt .p1.il-block {
    display: inline;
  }
  #info .inner .txt,
  #info .info_box.entrance .add {
    font-size: 0.875rem;
  }
  #info .info_box.entrance .add {
    white-space: nowrap;
  }
  .article #info .inner h3 {
    margin-top: 18px;
  }
}
@media screen and (max-width: 480px) {
  .reason::after {
    left: -10px;
  }
  .reason .txt {
    font-size: 1.2rem;
  }
  #reason .inner .site_link {
    display: inline-block;
    margin: 0 auto;
    flex-direction: column;
  }
  #reason .link_btn {
    margin-top: 1em;
  }
  #reason .link_btn:first-child {
    margin-top: unset;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  /* 見出し */
  .home .article h2 {
    font-size: 1.8rem;
  }
  /* ----------
  トップページ
  ---------- */
  #main_visual img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* lead */
  h2.lead {
    max-width: 720px;
    height: 120px;
  }
  .illust, .float .inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .illust .img {
    width: 50%;
  }
  .float .img {
    order: 0;
    width: 35%;
  }
  #lead .float {
    padding-bottom: 15px;
  }
  #lead .float .txt {
    order: 1;
    width: 60%;
    font-size: 1.6rem;
  }
  #lead .float .txt .p2 {
    font-size: 1.8rem;
  }
  /* step */
  .step_box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .step_item {
    position: relative;
    width: 49%;
  }
  .step_item::after {
    position: absolute;
    z-index: 1;
  }
  .item1 {
    order: 0;
  }
  .item2 {
    order: 1;
  }
  .item4 {
    order: 2;
    margin-bottom: 0;
  }
  .item3 {
    order: 3;
    margin-bottom: 0;
  }
  .item1::after {
    top: 50%;
    right: -45px;
    content: url("/wp-content/uploads/arrow1.png");
    transform: translateY(-50%);
  }
  .item2::after {
    bottom: -50px;
    left: 50%;
    content: url("/wp-content/uploads/arrow2.png");
    transform: translateX(-50%);
  }
  .item3::after {
    top: 50%;
    left: -45px;
    content: url("/wp-content/uploads/arrow3.png");
    transform: translateY(-50%);
  }
  .item4::after {
    top: -45px;
    left: 50%;
    content: url("/wp-content/uploads/arrow4.png");
    transform: translateX(-50%);
  }
  .step_item .txt .s {
    margin-bottom: 1rem;
    font-size: 0.88rem;
  }
  /* reason */
  .reason {
    margin: 60px 0 60px 150px;
  }
  .reason .comment {
    top: 0;
    left: -150px;
    background: url("/wp-content/uploads/comment.png");
    transform: rotate(-10deg);
  }
  /* information */
  #info .inner {
    padding: 65px;
  }
  .info_fl {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
    /* padding-top: 50px; */
  }
  .info_box {
    /* width: 46%; */
  }
  .info_box.entrance {
    width: 46%;
  }
  /* google Reviews */
  .info_box_review {
    height: 240px;
  }
  /* 新着記事スライダー */
  #topic-slider {
    padding: 0 30px;
  }
  #topic-slider .slick-thumbnail {
    max-height: 200px; /* サムネイルの高さ */
  }
  #topic-slider .slick-slide img { /* サムネイル画像表示サイズ */
    height: 180px;
  }
  /* フッター直前ウィジェット */
  .before_ft {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
  }
  .before_ft p {
    width: 20%;
    height: 40px;
    line-height: 40px;
  }
  /* ----------
   * 制作実績
   * ---------- */
}
@media screen and (min-width: 1024px) {
  .pc2 {
    display: block !important;
  }
  .sp2 {
    display: none !important;
  }
  /* 見出し */
  .home .article h2 {
    font-size: 2.4rem;
  }
  /* lead */
  h2.lead {
    max-width: 900px;
    height: 150px;
  }
  #lead .float .txt {
    font-size: 1.9rem;
  }
  #lead .float .txt .p2 {
    font-size: 2.2rem;
  }
  #lead .float .txt .cicle {
    padding: 0.33rem 0.7rem 0.11rem;
    font-size: 3.8rem;
  }
  /* step */
  .step_item h3 {
    padding: 30px 10px 10px 3rem;
    font-size: 1.2rem;
  }
  .step_item h3::before {
    top: calc(50% + 10px);
  }
  .step_item .txt .s {
    margin-top: 2.5rem;
    margin-left: 3.6em;
  }
  /* reason */
  #reason {
    position: relative;
  }
  .hands .hand_l, .hands .hand_r {
    display: block;
    position: absolute;
    top: 0;
    width: 350px;
    height: 300px;
  }
  .hands .hand_l {
    left: 0;
  }
  .hands .hand_r {
    right: 0;
  }
  #reason .desc {
    padding-top: 3rem;
    line-height: 1.8;
  }
  #reason h2 {
    padding-bottom: 50px;
  }
  /* 新着記事カルーセル */
  #topic-slider .slick-slide img { /* サムネイル画像表示サイズ */
    height: 200px;
  }
  /* ----------
   * 制作実績
   * ---------- */
}
/* 2020.05.26追加 */
.snsHeader {
  display: flex;
  margin-bottom: 1em;
  border-bottom: solid 1px #777;
}

#info .info_box.prof .snsHeader img {
  margin-right: 0.5em;
  padding: 0;
}

#info .info_box.prof .snsHeader .ttl {
  display: inline-block;
  margin-right: 0.8em;
  font-weight: bold;
}

#info .info_box.prof .snsHeader .sns__link a {
  color: #9a0004;
  font-size: 88%;
  text-decoration: none;
}

#sb_instagram.sbi_col_3 {
  margin-bottom: 30px;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item.sbi_type_carousel {
  float: none;
  width: 33.33% !important;
}

#sb_instagram .sbi_photo_wrap {
  color: transparent;
}

#sb_instagram.sbi_col_3 #sbi_load .sbi_load_btn {
  border-radius: 0;
  transition: all 0.4s;
}

#info .blogcard {
  display: none;
}

/* 2020.06.1追加 */
/* ----------
 * 選ばれる3つの理由
 * ---------- */
.reasons .entry-content p,
.concept .entry-content p,
.advantage p,
.check__list__yl li,
.check__list__bk li {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 2;
}

.reasons .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.font__l {
  display: inline-block;
  margin: 0.3em 0;
  font-size: larger;
  font-weight: bold;
  line-height: 1.9;
}

.underline__yl {
  background: linear-gradient(transparent 72%, #fccf21 0%);
}

.underline__red {
  background: linear-gradient(transparent 72%, red 0%);
}

.underline__pink {
  background: linear-gradient(transparent 72%, #e85a70 0%);
}

.underline-deco {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.underline-deco.underline-deco--yellow {
  text-decoration-color: #fccf21;
}

.article .cta {
  margin: 50px 0;
}

.article .cta a {
  display: block;
}

#reasonsList {
  max-width: initial;
  padding: 0;
}

#main__visual {
  margin: 50px auto 0;
}

#main__visual h1 {
  display: block;
  padding: 0;
}

#main__visual img {
  width: 100vw;
}

#reasonsList .reasons__list {
  list-style: none;
  padding-left: 0;
}

#reasonsList .reasons__list > li {
  position: relative;
  margin: 0 0 40px 0;
  padding: 0 20px;
  z-index: 0;
}

#reasonsList .reasons__list > li::before,
#reasonsList .reasons__list > li::after {
  position: absolute;
  width: 80%;
  height: 500px;
  content: "";
}

#reasonsList .reasons__list > li::before {
  top: 60px;
  right: 0;
  background: #f4f4f4;
  z-index: -1;
}

#reasonsList .reasons__list > li::after {
  top: 210px;
  left: 0;
  background: url("/wp-content/uploads/bg-check.png") center/cover no-repeat;
  z-index: -2;
}

.reasons .list__ttl__red {
  position: relative;
  padding: 15px 15px 0 82px;
  color: black;
  font-size: 1.4em;
  font-weight: bold;
}

#reasonsList .list__ttl__red::after {
  position: absolute;
  top: 9px;
  left: 0;
  width: 70px;
  height: 70px;
  content: "";
}

#reasonsList .item03 .list__ttl__red::before {
  width: 120px;
  height: 100px;
  background: url(/wp-content/uploads/illust-reason3.png) center top/contain no-repeat;
}

#reasonsList .list__ttl__red::after {
  filter: grayscale(1);
}

#reasonsList .item01 .list__ttl__red::after {
  background: url(/wp-content/uploads/num1.png) center top/contain no-repeat;
}

#reasonsList .item02 .list__ttl__red::after {
  background: url(/wp-content/uploads/num2.png) center top/contain no-repeat;
}

#reasonsList .item03 .list__ttl__red::after {
  background: url(/wp-content/uploads/num3.png) center top/contain no-repeat;
}

#reasonsList .reasons__list li .img,
#conceptContent .inner .img {
  width: 90%;
  margin: 2em auto;
}

.reasons__list .item02 .inner .check__list__bk,
.reasons__list .item02 .inner .check__list__yl,
#advantageInfo .check__list__yl,
#advantageFeature .check__list__yl {
  list-style: none;
  padding-left: 0;
}

.check__list__bk li {
  position: relative;
  padding-left: 1.5em;
}

.check__list__bk li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 19px;
  background: url(/wp-content/uploads/icon-check-bk.png) center top/contain no-repeat;
  content: "";
}

.check__list__yl li {
  position: relative;
  padding-left: 1.5em;
}

.check__list__yl li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 19px;
  background: url(/wp-content/uploads/icon-check-yl.png) center top/contain no-repeat;
  content: "";
}

/* ----------
 * 大切にしていること
 * ---------- */
#main__visual.il h1.page__ttl__red {
  display: block;
  padding: 0;
  text-align: center;
}

#main__visual.il p {
  color: #9a0004;
  margin: 0 auto;
  font-family: "MS UI Gothic", "Yu Gothic UI", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
}

#main__visual.il .top_page_ttl {
  font-size: 3rem;
}

#main__visual.il .top_page_ttl_sub {
  font-size: 1.2rem;
}

#main__visual.il h1 img {
  width: 80%;
  max-width: 432px;
  margin: 0 auto;
}

.entry-content #main__visual.li .img {
  margin: 3em auto 2em;
}

#conceptContent .icon__list {
  list-style: none;
  margin: 40px 0;
  padding: 0 20px;
}

#conceptContent .icon__list li {
  width: 100%;
  margin-bottom: 30px;
  padding: 1.5em;
  font-size: 90%;
  border: solid #9a0004 5px;
  box-sizing: border-box;
}

.icon__list li .img {
  text-align: center;
}

#conceptContent .icon__list li:last-child {
  margin-bottom: 0;
}

#conceptContent .icon__list li h3 {
  margin: 1em auto 0;
  padding: 0;
  color: #9a0004;
  text-align: center;
}

#conceptContent .concept__txt {
  margin-bottom: 30px;
}

#conceptContent .concept__txt p {
  text-align: center;
}

#conceptSummary .concept__area {
  position: relative;
  margin: 0 5px 51px 0;
  padding: 25px;
  z-index: 0;
}

#conceptSummary .concept__area::before,
#conceptSummary .concept__area::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
}

#conceptSummary .concept__area::before {
  top: 20px;
  left: 20px;
  background: url(/wp-content/uploads/bg-concept.png) center top/cover no-repeat;
  z-index: -2;
}

#conceptSummary .concept__area::after {
  top: 0;
  left: 0;
  background: #f4f4f4;
  z-index: -1;
}

#conceptSummary .concept__area .font__red {
  color: #9a0004;
  font-weight: bold;
}

/* ----------
 * これからホームページを作ろうとお考えの方へ
 * ---------- */
.img.advantage {
  margin: 30px auto;
}

#advantageInfo {
  margin: 0;
}

#advantageInfo .imgbox__ad {
  display: flex;
  align-items: flex-end;
}

#advantageInfo .imgbox__ad__l,
#advantageInfo .imgbox__ad__r {
  padding: 0 10px;
}

#advantageInfo .check__list__box {
  margin-top: -100px;
  padding: 20px;
  background: url(/wp-content/uploads/bg-check-advantage.png) center top/cover no-repeat;
}

#advantageInfo .check__list__yl {
  margin: 0;
  padding: 100px 10px 10px;
  background: #fff;
}

#advantageInfo .img {
  margin: 30px 0;
}

#advantageInfo p {
  text-align: center;
}

#advantageFeature .advantage__content {
  margin-bottom: 30px;
  padding: 1.5em;
  border: solid black 6px;
  box-sizing: border-box;
}

#advantageFeature .advantage__content .img {
  margin-top: 1.2em;
  text-align: center;
}

#advantageFeature .advantage__content p,
#advantageFeature .txt {
  text-align: center;
}

#advantageFeature .advantage__content .left {
  text-align: left;
}

/* ----------
 * banner
 * ---------- */
#go-to-top.go-to-top {
  right: 24px;
  bottom: 24px;
}
#go-to-top.go-to-top .go-to-top-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 56px;
  height: 56px;
  padding: 0;
  background: #151515;
  border: 1px solid #ffd75a;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  color: #fff;
  font-size: 0;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  touch-action: manipulation;
}
#go-to-top.go-to-top .go-to-top-button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-top: 2px solid #ffd75a;
  border-left: 2px solid #ffd75a;
  transform: rotate(45deg);
}
#go-to-top.go-to-top .go-to-top-button img {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
#go-to-top.go-to-top .go-to-top-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
  box-shadow: 0 0 0 6px #151515, 0 8px 24px rgba(0, 0, 0, 0.24);
}
@media (hover: hover) and (pointer: fine) {
  #go-to-top.go-to-top .go-to-top-button:hover {
    background: #272727;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
    color: #fff;
    transform: translateY(-3px);
  }
}

@media screen and (max-width: 768px) {
  #go-to-top.go-to-top {
    right: 14px;
    bottom: 14px;
  }
  #go-to-top.go-to-top .go-to-top-button {
    width: 52px;
    height: 52px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #go-to-top.go-to-top .go-to-top-button {
    transition: none;
  }
}
#footer.footer {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  /* ----------
      * 選ばれる3つの理由
      * ---------- */
  .reasons .entry-content p,
  .concept .entry-content p,
  .advantage .entry-content p {
    font-size: 1.4em;
    line-height: 2.2;
  }
  .entry-content .cta {
    margin: 200px auto 100px;
  }
  #reasonsList .reasons__list > li::before {
    top: 150px;
  }
  #reasonsList .reasons__list > li::before,
  #reasonsList .reasons__list > li::after {
    right: 9%;
    width: 65%;
    height: 800px;
  }
  #reasonsList .reasons__list > li::after {
    top: 315px;
  }
  #reasonsList .reasons__list li .img {
    width: 70%;
    margin: 2.2em auto;
  }
  #reasonsList .list__ttl__red {
    padding: 3% 9% 0 18%;
    font-size: 2.7em;
  }
  #reasonsList .list__ttl__red::after {
    top: 0;
    left: 0;
    width: 170px;
    height: 170px;
    content: "";
  }
  .font__l {
    margin-top: 0;
    line-height: 3;
  }
  #reasonsList .item02 .inner {
    margin: 0 0 0 auto;
  }
  #reasonsList .item03 .list__ttl__red::before {
    width: 124px;
    height: 300px;
  }
  #reasonsList .reasons__list .item02::before {
    right: 0;
  }
  #reasonsList .reasons__list .item02::after {
    left: 5%;
  }
  .check__list__bk li,
  .check__list__yl li {
    padding-left: 2em;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 2.2;
  }
  .check__list__yl li::after,
  .check__list__bk li::after {
    top: 43%;
    width: 1.4em;
    height: 1.6em;
    transform: translateY(-50%);
  }
  /* ----------
  * 大切にしていること
  * ---------- */
  #conceptContent {
    text-align: center;
  }
  #main__visual.il .img {
    width: 479px;
    margin: 90px auto 0;
  }
  #main__visual.il .img img {
    width: 100%;
  }
  #conceptContent .icon__list {
    display: flex;
    justify-content: space-around;
  }
  #conceptContent .icon__list p {
    line-height: 1.9;
  }
  #conceptContent .icon__list .img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
  }
  #conceptContent .icon__list h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
  }
  #conceptContent .icon__list li {
    width: 33.3333%;
    margin: 0 30px 0 0;
    font-size: 86%;
    text-align: left;
  }
  #conceptContent .icon__list li:last-child {
    margin-right: 0;
  }
  #conceptContent .icon__list li h2 {
    font-size: 22px;
  }
  #conceptContent .concept__txt {
    margin: 70px 0;
  }
  #conceptSummary .concept__area {
    padding: 60px;
    margin-bottom: 80px;
  }
  #conceptSummary .concept__area::before {
    top: 40px;
    left: 40px;
  }
  .entry-content .cta {
    text-align: center;
  }
  /* ----------
      * これからホームページを作ろうとお考えの方へ
      * ---------- */
  .advantage #main__visual.il h1 img {
    max-width: initial;
    margin: 0 auto;
  }
  .advantage #main__visual.il .img {
    width: 750px;
    margin-bottom: 30px;
  }
  #advantageInfo {
    margin: 0 auto;
  }
  #advantageInfo .imgbox__ad {
    justify-content: space-between;
  }
  #advantageInfo .imgbox__ad__r {
    margin-right: 3em;
  }
  #advantageInfo .imgbox__ad__r img {
    margin: 0 auto;
  }
  #advantageInfo .check__list__box {
    margin-top: -200px;
    padding: 40px;
  }
  #advantageInfo .check__list__yl {
    padding: 200px 40px 40px;
  }
  #advantageInfo .check__list__yl li {
    font-size: 1.9em;
    font-weight: bold;
  }
  #advantageInfo .img {
    margin: 50px 0;
    text-align: center;
  }
  #advantageFeature .advantage__content .img {
    text-align: center;
  }
  #advantageFeature .check__list__yl {
    max-width: 537px;
    margin: 0 auto;
  }
  #advantageFeature p.left {
    max-width: 537px;
    margin: 1.5em auto;
  }
  #advantageFeature .advantage__content {
    border: solid black 12px;
  }
}
.shota {
  width: 50%;
}

.top_news_text {
  margin: 0px auto 20px;
  padding: 40px 5%;
  width: 100%;
  text-align: center;
  font-size: 18px;
  background-color: #fff100;
  box-shadow: 0px 5px 5px #999;
}

#Portfolio ul li a .su-animate img[src="/wp-content/uploads/portfolio-bg.png"] {
  display: block;
  width: 100%;
  height: 100%;
}

/* 2021.12.13追加 
----------
* 料金一覧
---------- */
.price #main__visual.il h1 img {
  width: 40%;
  max-width: 200px;
  margin: 0 auto;
}

#main__visual.il .price {
  width: 250px;
  max-width: 50%;
  margin: 55px auto 0;
}

/*
#price-table-area ul.plan-list {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding-left: 0;
}
#price-table-area .plan-list > li{
	width: 29%;
	border: #9A0004 solid 1px;
}
.plan01 .plan-name-box {
	background-color: #E0DC16;
}
.plan02 .plan-name-box {
	background-color: #E00007;
}
.plan03 .plan-name-box {
	background-color: #9A0004;
}
.plan-name-box p {
	margin: 0;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
}
*/
@media screen and (min-width: 1024px) {
  #main__visual.il .price {
    width: 250px;
    max-width: 50%;
    margin: 55px auto 0;
  }
}
/* 2022.01.01追加 */
.br-sp {
  display: none;
}

.price-main {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.price-main .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.price-main ul {
  list-style: none;
}

/*料金理念*/
.price-philosophy-area {
  padding-top: 70px;
  position: relative;
}

#price-philosophy-box {
  min-height: 340px;
  padding-bottom: 60px;
  position: relative;
}

.price-philosophy-subttl {
  margin: 0;
  position: relative;
}

.STSub {
  font-size: 0.88rem;
  letter-spacing: 0.15em;
  position: relative;
  display: block;
  margin-left: 30px;
}

.STSub::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 10px;
  height: 4px;
  display: block;
}

.BCPrice::before {
  background: #fff100;
}

#price-philosophy-ttl {
  font-size: 2.1rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.085em;
  margin: 0;
  padding-top: 20px;
  font-size: 2.7em;
  color: black;
}

.price-philosophy-flex {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}

#priceCInfo {
  width: 60%;
}

.PCatcInfo {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.085em;
}

.cost-cut-img {
  width: 30%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*料金ページナビゲーション*/
.pageNav {
  margin: 0px;
  padding-top: 10px;
  position: relative;
}

.PNBeige {
  background: #eceae7;
  border-top: 1px solid #d7d5d2;
  border-bottom: 1px solid #d7d5d2;
}

.PNList {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  height: 40px;
  padding: 0;
}

.PNList li {
  text-align: center;
  border-left: 2px solid #fff;
  display: block;
  width: calc(33.33% - 2px);
}

.PNList li:first-of-type {
  border: none;
}

.PNList a {
  color: #555;
  letter-spacing: 0.08em;
  height: calc(100% - 5px);
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer;
  overflow: hidden;
}

.PNList a::before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -4px;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #aea299 transparent transparent transparent;
}

.PNList a:hover {
  background: #ffe900;
  /*
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  display: block;
  -webkit-transition: all .5s cubic-bezier(.075, .82, .165, 1) .1s;*/
  transition: all 0.5s;
}

.PNList a:hover::before {
  bottom: 3px;
  transition: all 0.5s;
}

/*サービス範囲*/
#PPriceContents {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}

.secWrapp {
  padding: 70px 0 60px;
}

.secWrapp, .secWrappLined {
  padding: 70px 0 60px;
  position: relative;
  overflow: hidden;
}

.BGBeige {
  background: #f4f4f4;
}

.PSTJP {
  color: black;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  margin-top: 22px;
  display: block;
}

#PPriceCopy {
  width: 48em;
  margin: 40px auto 0;
}

.HCopyCenter {
  text-align: center;
  margin-top: 45px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.085em;
}

.copyIBlock {
  text-align: left;
  display: inline-block;
}

#priceItem {
  width: 880px;
  margin: 60px auto 0;
}

.flexC {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

#priceItemImage {
  width: 397px;
}

.rota340 {
  animation: rota340 1.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes rota340 {
  0% {
    transform: rotate(-180deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
#priceItemList {
  width: 400px;
  margin: 25px 0 0;
  padding: 0;
}

#priceItemList > li {
  color: #705e54;
  font-size: 1rem;
  letter-spacing: 0.15em;
  margin: 5px 0 0;
  font-weight: bold;
}

/*総費用目安*/
.secWrappLined {
  padding: 70px 0 60px;
  border-top: 1px solid #ddd;
}

#totalCost {
  padding-bottom: 40px;
  position: relative;
}

#totalCostContainer {
  padding: 45px 0 0;
  overflow: hidden;
}

.bg-example {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 344px;
  height: 147px;
}

.rightIn01 {
  animation: rightIn 0.6s ease-in-out;
}

.lazyloaded {
  opacity: 1;
  transition: all 0.5s;
}

#totalCImfo {
  width: 50em;
  margin: 0 0 0 50px;
}

.CTLeft16 {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.075em;
}

#TCostList {
  max-width: 1200px;
  margin: 60px auto 0;
}

/*各ケース例*/
.TCLItem {
  width: 48%;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  border: #e6e6e6 4px solid;
}

/*各ケースタイトル*/
.TCIName {
  margin: 0;
  position: relative;
  padding-top: 0;
  display: flex;
  align-items: center;
  padding: 5px;
  background: #e6e6e6;
}

.TCIName-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.TCCase {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0;
}

.TCCNum {
  font-size: 2.875rem;
  font-style: normal;
  line-height: 1;
  margin: 0;
}

.TCCCatch {
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-left: 10px;
}

.plan-content-box {
  padding: 5px 25px;
}

.TCIinfo {
  color: #6e5e54;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin: 30px 0 0;
}

.TCSpecification {
  margin: 30px 0 0;
}

.TCSpecification > dt {
  color: #888;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin: 0 0 18px;
  font-weight: bold;
}

.TCSpecDetail {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 8px 0 0;
  padding: 0 0 0 20px;
  position: relative;
}

.TCSpecDetail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 19px;
  background: url(images/icon-check.png) center top/contain no-repeat;
}

.TCIPrice {
  background-position: left;
  margin: auto 25px 0;
}

.TCTotal {
  color: #6e5e54;
  font-size: 1.125rem;
  letter-spacing: 0.12em;
}

.TCTPrice {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin-left: 8px;
}

.TCTAmount {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-left: 3px;
}

/*1ケース目*/
.leftIn01 {
  animation: leftIn 0.6s ease-in-out;
}

#TCI01 .TCCase, #TCI01 .TCCNum {
  color: #00DE12;
}

#TCI01 .TCCCatch {
  color: #00DE12;
}

#TCI01 span.TCTPrice {
  color: #00DE12;
}

/*2ケース目*/
#TCI02 .TCCase, #TCI02 .TCCNum {
  color: #00D8F5;
}

#TCI02 .TCCCatch {
  color: #00D8F5;
}

#TCI02 span.TCTPrice {
  color: #00D8F5;
}

/*3ケース目*/
.leftIn02, .NNCurrent:before {
  animation: leftIn 0.8s ease-in-out;
}

.TCLItem:nth-of-type(3):before {
  left: 0;
}

.rightIn02 {
  animation: rightIn 0.8s ease-in-out;
}

#TCI03 .TCCase, #TCI03 .TCCNum {
  color: #FF4800;
}

#TCI03 .TCCCatch {
  color: #FF4800;
}

#TCI03 span.TCTPrice {
  color: #FF4800;
}

/*4ケース目*/
.leftIn02, .NNCurrent:before {
  animation: leftIn 0.8s ease-in-out;
}

.TCLItem:nth-of-type(3):before {
  left: 0;
}

.rightIn02 {
  animation: rightIn 0.8s ease-in-out;
}

#TCI04 .TCCase, #TCI04 .TCCNum {
  color: #1200DE;
}

#TCI04 .TCCCatch {
  color: #1200DE;
}

#TCI04 span.TCTPrice {
  color: #1200DE;
}

/*価格帯の分布*/
#priceDistribution {
  max-width: 1200px;
  margin: 20px auto 0;
  padding-top: 60px;
  border-top: 1px solid #ddd;
}

/*円グラフ*/
#PDGraph {
  width: 400px;
  height: 400px;
  padding: 0 0 0 60px;
  position: relative;
}

.PDGraph-pie {
  position: absolute;
  top: 0px;
}

.PDGraph-letter {
  position: absolute;
  top: 2px;
  left: 77px;
  z-index: 1;
}

/*
.PDCircle {
	display: inline-block;
	transform: rotate(-90deg);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.PDCircle .PDType {
	fill: transparent;
	stroke-width: 400;
}
.PDTypeA6 {
	-webkit-animation: circleA6 1s forwards;
	animation: circleA6 1s forwards;
}
.PDCircle .PDType6 {
	stroke: #005565;
}
.PDTypeA5 {
	-webkit-animation: circleA5 1s forwards;
	animation: circleA5 1s forwards;
}
.PDCircle .PDType5 {
	stroke: #007289;
}
.PDTypeA4 {
	-webkit-animation: circleA4 1s forwards;
	animation: circleA4 1s forwards;
}
.PDCircle .PDType4 {
	stroke: #0088a7;
}
.PDTypeA3 {
	-webkit-animation: circleA3 1s forwards;
	animation: circleA3 1s forwards;
}
.PDCircle .PDType3 {
	stroke: #00a2c5;
}
.PDTypeA2 {
	-webkit-animation: circleA2 1s forwards;
	animation: circleA2 1s forwards;
}
.PDCircle .PDType2 {
	stroke: #27b2d2;
}
.PDTypeA1 {
	-webkit-animation: circleA1 1s forwards;
	animation: circleA1 1s forwards;
}
.PDCircle .PDType1 {
	stroke: #4ec2dd;
}
#PDGraphInfo {
	font-size: 1rem;
	letter-spacing: .1em;
	margin: 0;
	padding: 0;
}
.PDDt {
	position: absolute;
	margin: 0;
}
.PDDD {
	position: absolute;
	color: #fff;
	margin: 0;
}
.PDDNum {
	font-size: 1.25rem;
	letter-spacing: .08em;
	margin-right: 2px;
}
.fadeUp02 {
	-webkit-animation: fadeUp .9s ease-in-out;
	animation: fadeUp .9s ease-in-out;
}
#PDT01 {
	top: -2px;
	left: 275px;
}
#PDT01:before, #PDT05:before, #PDT06:before {
	content: "";
	position: absolute;
	background: #bbb;
	width: 2px;
	height: 15px;
	display: block;
}
#PDT01:before {
	bottom: -22px;
	left: 40%;
	transform: rotate(18deg);
}
#PDD01 {
	top: 81px;
	left: 282px;
}
#PDT02, #PDT03, #PDT04 {
	color: #fff;
}
#PDT02 {
	top: 177px;
	left: 328px;
}
#PDD02 {
	top: 202px;
	left: 356px;
}
#PDT03 {
	top: 316px;
	left: 204px;
}
#PDD03 {
	top: 341px;
	left: 230px;
}
#PDT04 {
	top: 190px;
	left: 95px;
}
#PDD04 {
	top: 215px;
	left: 122px;
}
#PDT05 {
	top: 30px;
	left: 40px;
}
#PDT05:before {
	bottom: -18px;
	right: 0;
	transform: rotate(-40deg);
}
#PDD05 {
	top: 95px;
	left: 166px;
}
#PDT06 {
	top: -5px;
	left: 145px;
}
#PDT06:before {
	bottom: -22px;
	left: 78%;
	transform: rotate(-10deg);
}
#PDD06 {
	top: 74px;
	left: 223px;
}
*/
/*分布説明*/
#PDistributInfo {
  width: 50%;
}

#PDIST {
  display: block;
  color: black;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  margin: 0;
}

#spPDIST {
  display: none;
}

#PDICopy {
  margin: 40px 0 0;
}

#TCostBT {
  width: 400px;
  margin: 40px 0 0;
}

.linkBT01 {
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto;
  position: relative;
}

.linkBT01 a {
  color: #333;
  text-decoration: none;
  padding: 20px 0 22px;
  display: inline-block;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: visible;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
}

/*
.linkBT01 a:hover {
	color: #000;
	background: #ffe900;
	transition: .5s;
}*/
.linkBT01 a::before {
  background: #fff;
  border: 1px solid #bbb;
  z-index: -2;
}

.linkBT01 a::before, .linkBT01 a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  display: block;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
}

.linkBT01 a:after {
  transform: scaleX(0);
  transform-origin: left top;
  background: #777;
  border: 1px solid #777;
  z-index: -1;
}

.linkSign01 {
  position: absolute;
  top: 50%;
  background: #444;
  width: 50px;
  height: 1px;
  transition: inherit;
  pointer-events: none;
  right: -25px;
}

.linkSign01::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transition: inherit;
  border-top: 2px solid transparent;
  border-right: 5px solid transparent;
  border-left: 3px solid #555;
  border-bottom: 4px solid #555;
}

/*サービス料金一覧*/
.BGGrayF7 {
  background: #f4f4f4;
}

#variousServicePrice:before {
  animation: rightLongIn 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform-origin: right top;
  background-image: url(../common_im/line-w.png);
  height: 82px;
  opacity: 1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.8;
  background: url(../common_im/line02.png) repeat 0 0/6px 6px;
  width: 50%;
  height: 140px;
  display: block;
}

#variousPInfo {
  color: #555;
  letter-spacing: 0.1em;
  margin: 40px 0 0 140px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}

.texCaut {
  color: #dd2e00;
}

/*料金表*/
.priceList {
  margin: 20px auto 0;
  max-width: 1200px;
}

.priceCatST {
  color: black;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  margin: 50px 0 0;
  padding-top: 40px;
  border-top: 2px solid #e9e9e9;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}

.priceCatST .PCatSTEN {
  color: #666;
  font-size: 0.875rem;
  font-style: normal;
  margin-top: 12px;
  display: block;
}

.PCCaut {
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 20px 0 0;
}

.texCaut {
  color: #dd2e00;
}

.priceTable {
  width: 100%;
  margin-top: 35px;
  border: none;
  border-collapse: collapse;
}

.priceTable th, .priceTable td {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  padding: 2%;
  border: 1px solid #ddd;
}

.priceTable th {
  color: #555;
  background: #fff;
  text-align: left;
  width: 28%;
  vertical-align: top;
}

.priceTable td {
  background: #fcfcfa;
  min-width: 150px;
}

.PTSM {
  font-size: 0.875rem;
  font-weight: normal;
  margin-top: 8px;
  display: block;
}

.SPCaution {
  color: #d22e00;
  margin-top: 12px;
  display: block;
}

/*管理・保守・運用*/
.planBox {
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  padding: 20px;
  margin-top: 20px;
}

.planBox.neew {
  display: flex;
  justify-content: space-between;
}

.plan_box03 {
  width: 100%;
}

.plan_box03 div p.planBoxHeading {
  width: 100%;
  background-color: black;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 15px;
  margin: 0;
}

.planTextBox {
  font-size: 18px;
  text-align: center;
  padding: 15px 5px;
  line-height: 1;
  background-color: #fff;
  margin: 0 auto;
  border: 0.5px #e0e0e0 solid;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
}

span.plan_largeLetter {
  font-size: 36px;
  padding: 2px;
  line-height: 1;
  font-weight: bold;
}

.service-contents {
  color: #888;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin: 18px 0 0;
  font-weight: bold;
}

.management_textbox02 {
  font-size: 14px;
  display: flex;
  justify-content: center;
}

.management_textbox02 div {
  width: 100%;
}

.planCheckMark {
  padding-left: 20px;
  margin: 0;
}

.planCheckMark > li {
  padding-left: 1em;
  text-indent: -1em;
}

.planCheckMark > li:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(images/icon-check.png) center top/contain no-repeat;
  margin-right: 10px;
  vertical-align: baseline;
}

.managementNote {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}

.managementNote p {
  margin: 0;
}

p.managementNote_1st {
  font-size: 14px;
  margin-bottom: 10px;
}

/*お気軽にお問い合わせください*/
#botContactInfo {
  background: #f4f4f4;
  padding: 70px 0;
}
#botContactInfo .STSub::before, #botContactInfo #BotCIList .BIST::before, #botContactInfo .BCItem::after {
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%);
}
#botContactInfo #TBTelNum a {
  color: var(--base-color01);
}
#botContactInfo #TBTelNum a::before {
  background: linear-gradient(33.75deg, #ff8c00 0%, #fff080 100%);
  -webkit-mask: url(images/blue-icon-tel.png) center/contain no-repeat;
  mask: url(images/blue-icon-tel.png) center/contain no-repeat;
}
#botContactInfo .BCItem:hover, #botContactInfo .BCItem:focus-visible {
  color: var(--base-color01);
}
#botContactInfo.u-bg-dark-pattern .secST, #botContactInfo.u-bg-dark-pattern .PSTJP {
  color: white;
}

#botContactInfo #variousPrice {
  margin-bottom: 0;
  margin-top: 0;
}

.STSub.STSBlue:before, .STSPro:before, .BCBlue:before {
  background: #30a2d2;
}

.STSub:before, .TSEN:before, .BISEn:before, #BotCIList .BIST:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -20px;
  width: 10px;
  height: 4px;
  display: block;
}

#BotCIList {
  margin-top: 30px;
}

.TBItem, #TBTel, #BCITel, .BCItem {
  color: #333;
  text-decoration: none;
  width: calc(33.315% - 101px);
  margin: 0;
  padding: 40px 45px 40px 55px;
  border-right: 1px solid #ddd;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#BCITel, .BCItem {
  width: 50%;
  padding: 40px 40px 40px 45px;
}

.BIST {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin: 0;
  position: relative;
}

.BIST {
  transition: all 0.2s ease 0.2s;
}

.STSub.STSBlue:before, .STSPro:before, .BCBlue:before {
  background: #30a2d2;
}

#BotCIList .BIST:before {
  top: 12px;
}

/*電話*/
#BCITel {
  background: #fff;
  padding-bottom: 0;
}

#BCITel:hover {
  color: #e53900;
}

#TBTelNum {
  font-size: 16px;
  margin-bottom: 0;
}

#TBTelNum, #TBTelNum a, #TBTelNum a:before {
  transition: all 0.15s ease-in-out 0.1s;
}

#TBTelNum a {
  color: #00a2c7;
  text-decoration: none;
  padding-left: 1.5em;
  position: relative;
  display: flex;
  align-items: center;
}

#TBTelNum a:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background: url(images/blue-icon-tel.png) center top/contain no-repeat;
  width: 1em;
  height: 1em;
}

.BICopy,
.advantage .BICopy {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin: 18px 0 0;
}

#BCITel .BICopy {
  margin-top: 6px;
}

.TBIcon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.TBIcon {
  margin-bottom: -5px;
}

.TBIcon-tel {
  background: url(images/gray-icon-tel.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.TBIcon-mail {
  background: url(images/gray-icon-mail.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.TBIcon-flow {
  background: url(images/gray-icon-flow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#TBTel .TBIcon, #BCITel .TBIcon {
  background-position: 0 0;
  width: 36px;
  height: 36px;
}

#BCITel .BICopy {
  margin-top: 0;
}

/*Webホームで*/
.TBItem:before, .TBItem:after, .BCItem:before, .BCItem:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
}

.TBItem:before, .BCItem:before {
  z-index: -2;
}

.BCItem:before {
  background: #fff;
  width: 100%;
}

.STSContact:before, .BCForm:before {
  background: #c59;
}

.TLSign, .PLSign, .TSSign, .TBMore, .RLBISign, .QASign {
  background: #444;
  vertical-align: 5px;
  display: inline-block;
  position: relative;
  width: 36px;
  height: 1px;
  margin: -15px 0 0 20px;
  transition: inherit;
  pointer-events: none;
}

.TBMore {
  margin-left: 15px;
  vertical-align: 3px;
}

.TBMore:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transition: inherit;
  border-top: 2px solid transparent;
  border-right: 5px solid transparent;
  border-left: 3px solid #555;
  border-bottom: 4px solid #555;
}

#TBForm .TBIcon, #BCForm .TBIcon {
  background-position: 0 0;
  width: 40px;
  height: 30px;
  bottom: 33px;
}

.TBItem:before, .TBItem:after, .BCItem:before, .BCItem:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
}

.TBItem:after, .BCItem:after {
  background: #ae6e82;
  width: 0;
  z-index: -1;
}

.BCItem:after {
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
}

/*サービスの流れ*/
.STSFollow:before, .BCFollow:before {
  background: #30993e;
}

.leftIn02, .NNCurrent:before {
  animation: leftIn 0.8s ease-in-out;
}

#TBFlow .TBIcon {
  background-position: 0 0;
  width: 40px;
  height: 24px;
  bottom: 33px;
}

/*jQueryスライドインクラス----------------*/
/*下から*/
.slidein-top {
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.slidein-top.js_active-top {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

/*左へ*/
.slidein-left {
  transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.slidein-left.js_active-left {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

/*右へ*/
.slidein-right {
  transform: translateX(-50px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.slidein-right.js_active-right {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

/*回転*/
.slidein-rotate {
  transform: rotate(-180deg);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.slidein-rotate.js_active-rotate {
  transform: rotate(0deg);
  opacity: 1;
  visibility: visible;
}

/*時間差*/
.transition-delay-1s {
  transition-delay: 1s;
}

.transition-delay-2s {
  transition-delay: 2s;
}

@media screen and (max-width: 1023px) {
  .price-main .inner {
    margin: 0 auto;
  }
  .price-philosophy-area {
    padding-top: 40px;
    position: relative;
  }
  .price-philosophy-subttl {
    padding-left: 45px;
    margin: 0;
    padding: 0 20px 0 30px;
    position: relative;
  }
  .STSub {
    font-size: 0.8125rem;
    letter-spacing: 0.15em;
    position: relative;
    display: block;
    margin-left: 20px;
  }
  #price-philosophy-ttl {
    font-size: 1.875rem;
    padding-top: 5px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.085em;
    margin: 25px 0 0;
  }
  .price-philosophy-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0 0;
  }
  .PCatcInfo, .HCopyCenter {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.075em;
    margin: 25px 0 0;
    padding: 0 20px;
  }
  #priceCInfo {
    width: 90%;
  }
  .cost-cut-img {
    width: 70%;
    max-width: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #botContactInfo {
    padding: 50px 0;
  }
  /*料金ページナビゲーション*/
  .PNBeige {
    background: #eceae7;
  }
  .pageNav {
    margin: 0 10px 10px;
    padding: 5px;
    position: relative;
  }
  .PNList {
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    height: auto;
  }
  #pricePN li {
    width: calc(33.3% - 3px);
  }
  .PNList li:first-of-type {
    margin: 0;
  }
  #pricePN li:nth-of-type(2) {
    margin: 0;
  }
  #pricePN li:nth-of-type(3) {
    margin: 0;
  }
  .PNList a {
    color: #555;
    background: #fff;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    padding: 10px 0 15px;
    position: relative;
    z-index: 1;
    transition: all 0.15s ease-in-out 0.1s;
    text-decoration: none;
    display: block;
    cursor: pointer;
    overflow: hidden;
    height: auto;
  }
  .PNList a::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -4px;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #aea299 transparent transparent transparent;
    transition: all 0.15s ease-in-out 0.1s;
  }
  /*サービス範囲*/
  .secWrapp {
    padding: 50px 0 40px;
  }
  .secST, .secJST {
    margin: 0;
    position: relative;
  }
  .PSTJP {
    color: black;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-top: 15px;
    display: block;
  }
  #PPriceCopy {
    width: auto;
  }
  .HCopyCenter {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.075em;
    margin: 25px 0 0;
    padding: 0 20px;
  }
  .copyIBlock {
    text-align: left;
    display: inline-block;
  }
  #priceItem {
    width: auto;
    margin-top: 30px;
  }
  .flexC {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  #priceItemImage {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    max-width: 360px;
  }
  #priceItemList {
    width: auto;
    margin: 20px auto 0;
    padding: 0 20px;
    margin-top: 10px;
    padding: 0 0 0 30px;
  }
  #priceItemList > li {
    color: #705e54;
    font-size: 0.9375rem;
    line-height: 1.25;
    letter-spacing: 0.15em;
    margin: 12px 0 0;
  }
  /*総費用目安*/
  .secWrappLined {
    padding: 50px 0 40px;
    border-top: 1px solid #ddd;
  }
  #totalCost {
    position: relative;
    padding-bottom: 0;
  }
  #totalCostContainer, #variousPInfo, .priceList {
    padding: 0 0;
  }
  #totalCostContainer {
    margin: 0;
    padding: 0 0;
    overflow: hidden;
  }
  .bg-example {
    top: -20px;
    right: 70px;
    width: 240px;
    height: 118px;
    padding: 0;
  }
  #totalCImfo {
    margin: 20px 0 0;
    width: calc(100% - 280px);
    min-height: 120px;
  }
  .CTLeft16 {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.075em;
  }
  #TCostList {
    margin: 0 auto;
    width: 75%;
  }
  /*各ケース例*/
  .TCLItem {
    margin-top: 30px;
    position: relative;
    width: 100%;
  }
  /*各ケースタイトル*/
  .TCIName {
    margin: 0;
    position: relative;
    padding: 5px;
  }
  .TCCase {
    letter-spacing: 0.1em;
    font-size: 1.125rem;
  }
  .TCCNum {
    top: 15px;
    font-size: 2.8125rem;
  }
  .TCCCatch {
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-size: 1.375rem;
  }
  .TCIinfo {
    color: #6e5e54;
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.06em;
    margin: 20px 0 0;
  }
  .TCSpecification {
    margin: 30px 0 0;
  }
  .TCSpecification > dt {
    color: #888;
    font-size: 1rem;
    letter-spacing: 0.1em;
    margin: 0 0 16px;
  }
  .TCSpecDetail {
    font-size: 0.875rem;
    padding: 0 0 0 18px;
  }
  .TCIPrice {
    background-position: left;
    min-height: 30px;
    margin: 20px 0 0 5px;
  }
  .TCTotal {
    color: #6e5e54;
    font-size: 1rem;
    letter-spacing: 0.08em;
  }
  .TCTPrice {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    margin-left: 6px;
  }
  .TCTAmount {
    font-size: 1.875rem;
    font-style: normal;
    letter-spacing: 0.025em;
    margin-left: 2px;
  }
  /*1ケース目*/
  .TCLItem:nth-of-type(1), .TCLItem:nth-of-type(3) {
    padding-right: 0;
  }
  .leftIn01 {
    animation: leftIn 0.6s ease-in-out;
  }
  #TCI01 .TCCNum {
    letter-spacing: 0;
  }
  /*2ケース目*/
  .TCLItem:nth-of-type(2), .TCLItem:nth-of-type(4) {
    padding-left: 0;
  }
  .rightIn01 {
    animation: rightIn 0.6s ease-in-out;
  }
  /*3ケース目*/
  .TCLItem:nth-of-type(3), .TCLItem:nth-of-type(4) {
    margin-top: 0px;
  }
  .leftIn02, .NNCurrent:before {
    animation: leftIn 0.8s ease-in-out;
  }
  .TCLItem:nth-of-type(3):before, .TCLItem:nth-of-type(4):before {
    content: "";
    position: absolute;
    top: -40px;
    background: #ddd;
    height: 0px;
  }
  /*4ケース目*/
  .TCLItem:nth-of-type(3), .TCLItem:nth-of-type(4) {
    margin-top: 0px;
  }
  .leftIn02, .NNCurrent:before {
    animation: leftIn 0.8s ease-in-out;
  }
  .TCLItem:nth-of-type(3):before, .TCLItem:nth-of-type(4):before {
    content: "";
    position: absolute;
    top: -40px;
    background: #ddd;
    height: 0px;
  }
  /*価格帯の分布*/
  #priceDistribution {
    margin: 40px auto 0;
    padding-top: 40px;
    border-top: 1px solid #ddd;
    display: block;
  }
  #spPDIST {
    display: block;
    color: black;
    letter-spacing: 0.1em;
    margin: 0;
    font-size: 1.625rem;
    text-align: center;
  }
  /*円グラフ*/
  #PDGraph {
    width: 300px;
    height: 300px;
    margin: 70px auto 0;
    padding: 0;
    position: relative;
  }
  .PDGraph-pie {
    position: relative;
    top: 0;
  }
  .PDGraph-letter {
    position: absolute;
    top: 3px;
    left: 40px;
    z-index: 1;
  }
  /*
  .spPDCircle {
     display: inline-block;
     transform: rotate(-90deg);
     -webkit-border-radius: 50%;
     border-radius: 50%;
  }
  .spPDCircle .PDType {
     fill: transparent;
     stroke-width: 300;
  }
  .PDTypeA6 {
     animation: circleA6 1s forwards;
  }
  .spPDCircle .PDType6 {
     stroke: #005565;
  }
  .PDTypeA5 {
     animation: circleA5 1s forwards;
  }
  .spPDCircle .PDType5 {
     stroke: #007289;
  }
  .PDTypeA4 {
     animation: circleA4 1s forwards;
  }
  .spPDCircle .PDType4 {
     stroke: #0088a7;
  }
  .PDTypeA3 {
     animation: circleA3 1s forwards;
  }
  .spPDCircle .PDType3 {
     stroke: #00a2c5;
  }
  .PDTypeA2 {
     animation: circleA2 1s forwards;
  }
  .spPDCircle .PDType2 {
     stroke: #27b2d2;
  }
  .PDTypeA1 {
     animation: circleA1 1s forwards;
  }
  .spPDCircle .PDType1 {
     stroke: #4ec2dd;
  }
  #PDGraphInfo {
     font-size: 0.9375rem;
     letter-spacing: .1em;
     margin: 0;
     padding: 0;
  }
  .PDDt {
     position: absolute;
     margin: 0;
     white-space: nowrap;
  }
  .PDDD {
     position: absolute;
     color: #fff;
     margin: 0;
  }
  .PDDNum {
     font-size: 1.25rem;
     letter-spacing: .08em;
     margin-right: 2px;
  }
  .fadeUp02 {
     -webkit-animation: fadeUp .9s ease-in-out;
     animation: fadeUp .9s ease-in-out;
  }
  #PDT01 {
     top: -25px;
     left: 195px;
  }
  #PDT01:before {
     bottom: -16px;
     left: -5px;
     transform: rotate(20deg);
  }
  #PDT01:before, #PDT05:before, #PDT06:before {
     content: "";
     position: absolute;
     background: #bbb;
     width: 2px;
     height: 15px;
     display: block;
  }
  #PDD01 {
     top: 28px;
     left: 164px;
  }
  #PDT02, #PDT03, #PDT04 {
     color: #fff;
  }
  #PDT02 {
     top: 112px;
     left: 188px;
  }
  #PDD02 {
     top: 135px;
     left: 212px;
  }
  #PDT03 {
     top: 208px;
     left: 95px
  }
  #PDD03 {
     top: 230px;
     left: 120px;
  }
  #PDT04 {
     top: 115px;
     left: 15px;
  }
  #PDD04 {
     top: 135px;
     left: 42px;
  }
  #PDT05 {
     top: -11px;
     left: 0;
  }
  #PDD05 {
     top: 45px;
     left: 75px;
  }
  #PDT06 {
     top: -40px;
     left: 80px;
  }
  #PDD06 {
     top: 28px;
     left: 119px;
  }
  */
  /*分布説明*/
  #PDistributInfo {
    width: auto;
  }
  #PDIST {
    display: none;
  }
  #PDICopy {
    max-width: 640px;
    margin: 25px auto 0;
  }
  #TCostBT {
    width: 280px;
    margin: 25px auto 0;
  }
  #TCostBT a {
    padding: 17px 0 16px;
  }
  .linkBT01 a:before {
    background: #fff;
    border: 1px solid #bbb;
    z-index: -2;
  }
  .linkBT01 a:before, .linkBT01 a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    display: block;
  }
  .linkBT01 a:after {
    transform: scaleX(0);
    transform-origin: left top;
    background: #777;
    border: 1px solid #777;
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
  }
  #TCostBT a .linkSign01 {
    right: -18px;
    width: 36px;
  }
  /*サービス料金一覧*/
  #variousPInfo {
    margin: 25px 0 0;
    padding: 0 20px;
  }
  /*料金表*/
  .priceList {
    margin: 20px auto 0;
    padding: 0 20px;
  }
  .priceCatST {
    font-size: 1.1875rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin: 40px 0 0;
    padding-top: 30px;
    border-top: 3px solid #e9e9e9;
  }
  .priceCatST .PCatSTEN {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    margin-top: 8px;
  }
  .PCCaut {
    line-height: 1.6;
  }
  .priceTable {
    margin-top: 25px;
  }
  .priceTable th, .priceTable td {
    font-size: 0.875rem;
  }
  .priceTable th {
    color: #444;
  }
  .PTSM {
    font-size: 0.8125rem;
  }
  .PValue {
    color: #4e7eae;
    font-weight: bold;
  }
  /*管理・保守・運用*/
}
@media screen and (max-width: 768px) {
  /*料金理念*/
  .br-sp {
    display: block;
  }
  .price-philosophy-subttl {
    padding-left: 0;
  }
  #price-philosophy-ttl {
    font-size: 1.7rem;
    padding-top: 5px;
  }
  #priceCInfo {
    width: 100%;
  }
  /*料金ページナビゲーション*/
  #pricePN li {
    width: 100%;
  }
  #pricePN li:nth-of-type(2) {
    margin-top: 5px;
  }
  #pricePN li:nth-of-type(3) {
    margin-top: 5px;
  }
  /*サービス範囲*/
  #PPriceContents .PSTJP, #totalCost .PSTJP {
    font-size: 1.3125rem;
  }
  #priceItemImage {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
  }
  #priceItemList {
    width: auto;
    margin: 20px auto 0;
    padding: 0 20px;
  }
  /*総費用目安*/
  .bg-example {
    position: relative;
    top: 0;
    right: 0;
    width: 80vw;
    height: 58vw;
    padding: 0;
    margin: 0 auto;
  }
  #totalCImfo {
    margin: 20px 0 0;
    width: 100%;
  }
  #TCostList {
    margin: 0 auto;
    width: 100%;
  }
  /*各ケース例*/
  /*各ケースタイトル*/
  .TCIName {
    padding: 5px;
  }
  .TCCase {
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
  }
  .TCCNum {
    font-size: 2.25rem;
  }
  .TCCCatch {
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .plan-content-box {
    padding: 5px;
  }
  /*1ケース目*/
  /*2ケース目*/
  /*3ケース目*/
  /*4ケース目*/
  /*価格帯の分布*/
  #spPDIST {
    font-size: 1.5rem;
    text-align: left;
  }
  /*円グラフ*/
  /*分布説明*/
  #TCostBT {
    width: 280px;
    margin: 25px auto 0;
  }
  #TCostBT a {
    padding: 17px 0 16px;
  }
  /*サービス料金一覧*/
  #variousPInfo {
    padding: 0;
  }
  /*料金表*/
  .priceList {
    padding: 0;
  }
  .priceTable tr {
    border-bottom: 1px solid #ddd;
  }
  .priceTable th, .priceTable td {
    width: 100%;
    display: block;
    border: none;
  }
  .priceTable th {
    background: #eee;
    padding: 12px 10px;
    border-top: 1px solid #ddd;
  }
  .priceTable td {
    padding: 8px 10px 0;
  }
  .priceTable tr td:first-of-type {
    padding: 12px 10px 0;
  }
  .priceTable tr td:last-of-type {
    padding-bottom: 12px;
  }
  .PTSM {
    margin-top: 2px;
  }
  /*管理・保守・運用*/
  .management_textbox02 {
    flex-direction: column;
  }
  /*お気軽にお問い合わせください*/
  #BotCIList {
    flex-direction: column;
  }
  #BCITel, .BCItem {
    width: 100%;
    padding: 40px 40px 40px 45px;
    margin-bottom: 1px;
  }
  #TBTelNum a:before {
    top: 6px;
  }
}
/* ----------
 * カスタム投稿タイプ（新）制作実績
 * ---------- */
.tax-works_category .content,
.tax-works_tag .content {
  margin: 0;
}

.tax-works_category .wrap,
.tax-works_tag .wrap {
  width: 100%;
}

.tax-works_category .main,
.tax-works_tag .main {
  width: 100%;
  padding: 0;
  margin: 0;
}

.tax-works_category .sidebar,
.tax-works_tag .sidebar {
  display: none;
}

.tax-works_category .archive-title,
.tax-works_tag .archive-title {
  display: none;
}

.tax-works_category h1.port,
.tax-works_tag h1,
.portTitle,
#main__visual .portTitle {
  display: block;
  position: relative;
  font-size: 2.6rem;
  margin-bottom: 0.5em;
  padding-top: 30px;
  padding-bottom: 0.6em;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
}

.tax-works_category h1.port span,
.tax-works_tag h1.posrt span,
.portTitle span {
  position: absolute;
  left: 50%;
  font-size: 0.9rem;
  content: "";
  top: 100%;
  transform: translate(-50%, -1em);
  width: 100%;
}

#Portfolio .md-ajax-links-tab {
  display: flex;
  justify-content: center;
  align-items: center;
}
#Portfolio .md-ajax-links-tab .md-ajax-links-box {
  width: 100%;
  max-width: 1080px;
  padding: 45px 35px 40px 35px;
  background-color: #f4f4f4;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
#Portfolio .md-ajax-links-tab .md-ajax-links-box .md-ajax-links-wrap {
  width: 47.5%;
  font-weight: 700;
}
#Portfolio .md-ajax-links-tab .md-ajax-links-box .md-ajax-links-wrap .md-ajax-links-show-box {
  background-color: white;
  padding: 1.25em 1.5em 1.25em 1.5em;
  cursor: pointer;
}
#Portfolio .md-ajax-links-tab .md-ajax-links-box .md-ajax-links-wrap .md-ajax-links-show-box .md-ajax-links-show-btn {
  text-align: center;
}
#Portfolio .md-ajax-links-tab .md-ajax-links-box .md-ajax-links-wrap .md-ajax-links-list {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  padding: 1em;
}
#Portfolio .md-ajax-links-tab .md-ajax-links-box .md-ajax-links-wrap .md-ajax-links-list .md-ajax-links-item {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0.5em 1em;
}
#Portfolio .md-ajax-links-tab .md-ajax-links-box .md-ajax-links-wrap .md-ajax-links-list .md-ajax-links-item a {
  margin-left: 1.25em;
}
#Portfolio .md-ajax-links-tab .md-ajax-links-box .md-ajax-links-wrap .md-ajax-links-list .md-ajax-links-item .md-ajax-links-arrow {
  position: relative;
  margin-right: 0.75em;
}
#Portfolio .md-ajax-links-tab .md-ajax-links-box .md-ajax-links-wrap .md-ajax-links-list .md-ajax-links-item .md-ajax-links-arrow::before, #Portfolio .md-ajax-links-tab .md-ajax-links-box .md-ajax-links-wrap .md-ajax-links-list .md-ajax-links-item .md-ajax-links-arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
}
#Portfolio .md-ajax-links-tab .md-ajax-links-box .md-ajax-links-wrap .md-ajax-links-list .md-ajax-links-item .md-ajax-links-arrow::before {
  width: 1.8em;
  height: 1.8em;
  min-width: 1.8em;
  min-height: 1.8em;
  background-color: #f4f4f4;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#Portfolio .md-ajax-links-tab .md-ajax-links-box .md-ajax-links-wrap .md-ajax-links-list .md-ajax-links-item .md-ajax-links-arrow::after {
  background-color: transparent;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid black;
  border-left: none;
  border-bottom: none;
  transform: rotateZ(45deg) translate(-85%, 10%);
}
#Portfolio .portfolio__lead {
  text-align: center;
  font-weight: 500;
  width: 45em;
  max-width: 100%;
  margin: 2.75em auto;
  padding: 1.2em 1em;
  background-color: #f4f4f4;
}
#Portfolio .portfolio__lead .portfolio__lead-big {
  margin: 0 0.25em;
}
#Portfolio .portfolio__lead .portfolio__lead-appeal {
  font-size: 1.125em;
  color: #fff100;
  font-weight: 700;
  padding: 0.125em 0.45em;
  background-color: black;
}

.pagination-next {
  margin: 24px 0 0;
  clear: both;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

/*新制作実績個別*/
.single-works .content {
  margin: 0;
}

.single-works .wrap {
  width: 100%;
}

.single-works .main {
  padding: 0;
}

.single-works .entry-content {
  margin-bottom: 0;
}

.single-works .article h1 {
  display: none;
}

@media screen and (max-width: 768px) {
  .md-ajax-links-tab li {
    line-height: 2;
  }
}
/* 2024.04.01追加 */
#fancybox-overview {
  display: none;
}
#fancybox-overview .inner {
  max-width: 1200px;
  margin: 0px auto;
}
#fancybox-overview .fancybox-overview-content {
  width: 100%;
}
#fancybox-overview .fancybox-overview-content h2 {
  font-size: 18px;
  border-left: 6px solid #fff100;
  padding-left: 0.75em;
  line-height: 1.3;
  margin-bottom: 0.75em;
}
#fancybox-overview .fancybox-overview-content table tbody tr th, #fancybox-overview .fancybox-overview-content table tbody tr td {
  padding: 1em 1.5em;
}
#fancybox-overview .fancybox-overview-content table tbody tr td {
  background-color: white;
}

.more .more-btn {
  display: inline-block;
  width: 100%;
  background-color: black;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: white;
  transition: opacity 0.2s ease;
}
.more .more-btn:hover {
  opacity: 0.75;
}

@media screen and (max-width: 1024px) {
  #Portfolio .md-ajax-links-tab .md-ajax-links-box {
    flex-direction: column;
  }
  #Portfolio .md-ajax-links-tab .md-ajax-links-box .md-ajax-links-wrap {
    width: 100%;
  }
  #Portfolio .md-ajax-links-tab .md-ajax-links-box .md-ajax-links-wrap .md-ajax-links-list .md-ajax-links-item {
    width: 50%;
  }
  #Portfolio .md-ajax-links-tab .md-ajax-links-box .md-ajax-links-wrap + .md-ajax-links-wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .for-pc {
    display: none;
  }
  #header-container {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .header-container-in.hlt-top-menu .logo-header .site-name-text {
    margin-left: 0;
  }
  .header-container-in.hlt-top-menu .logo-header img {
    padding-left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .for-sp {
    display: block;
  }
  #Portfolio .md-ajax-links-tab .md-ajax-links-box {
    flex-direction: column;
    padding: 32px 24px 40px 24px;
  }
  #Portfolio .md-ajax-links-tab .md-ajax-links-box .md-ajax-links-wrap .md-ajax-links-list .md-ajax-links-item {
    width: 100%;
  }
  #Portfolio .md-ajax-links-tab .md-ajax-links-box .md-ajax-links-wrap .md-ajax-links-list + .md-ajax-links-wrap {
    margin-top: 24px;
  }
}
@media screen and (max-width: 375px) {
  .for-minisp {
    display: block;
  }
}
/* 2024.04.17追加 */
#message {
  padding-top: 2em;
}
#message .message-box {
  border: black 5px double;
  padding: 0.85em 0 1.35em;
  margin: 0 auto;
  font-weight: bold;
}
#message .message-box p + p {
  margin-top: 1em;
}
#message .message-box .text-center {
  text-align: center;
}
#message .message-box .flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#message .message-box .text-table {
  display: flex;
  flex-direction: column;
}
#message .message-box .text-table-item {
  display: flex;
}
#message .message-box .text-table-head {
  width: 9em;
  min-width: 9em;
  display: inline-block;
}
#message .message-box .text-table-line {
  display: flex;
}
#message .message-box.message-box--bg1 {
  background-color: #fcf6cf;
}
#message .message-inner {
  width: 95%;
  margin: 0 auto;
}
#message .message-strong {
  font-size: 1.5em;
  line-height: 1;
  color: red;
  margin: 0 0.125em;
  display: inline-block;
}
#message .message-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5em;
}
#message .message-btn {
  width: 75%;
  color: white;
  background-color: black;
  max-width: 28em;
  height: 3.5em;
  border: 1px solid black;
  border-radius: 0.3333em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, color 0.2s, border 0.2s;
  text-decoration: unset;
}
#message .message-btn:hover {
  color: black;
  background-color: #fff100;
  border-color: #fff100;
}

#main_visual {
  margin-bottom: 0;
}

#review {
  padding: unset;
  margin: unset;
  max-width: unset;
  width: 100%;
}
#review * {
  margin: unset;
  padding: unset;
}
#review .review-head-box .review-head-ttl-box {
  background-color: white;
  border: 2px solid black;
  margin: 0 auto;
  max-width: 480px;
  width: 80%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(32px);
}
#review .review-head-box .review-head-ttl-box .review-head-ttl-text-box {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}
#review .review-head-box .review-head-ttl-box .review-head-ttl-text-box span {
  display: inline-block;
}
#review .review-head-box .review-head-ttl-box .review-head-ttl-text-box .review-head-ttl-text {
  font-size: 1em;
}
#review .review-head-box .review-head-ttl-box .review-head-ttl-evaluation-box {
  display: flex;
  font-size: 20px;
  font-weight: 800;
  align-items: center;
  margin-top: 0.25em;
}
#review .review-head-box .review-head-ttl-box .review-head-ttl-evaluation-box .review-head-ttl-evaluation-star-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#review .review-head-box .review-head-ttl-box .review-head-ttl-evaluation-box .review-head-ttl-evaluation-star-box .review-head-ttl-evaluation-star {
  position: absolute;
  font-family: "fontAwesome";
  display: flex;
  align-items: center;
  left: 0;
}
#review .review-head-box .review-head-ttl-box .review-head-ttl-evaluation-box .review-head-ttl-evaluation-star-box .review-head-ttl-evaluation-star i {
  font-style: normal;
  margin-right: 0.1em;
  font-size: 1.25em;
}
#review .review-head-box .review-head-ttl-box .review-head-ttl-evaluation-box .review-head-ttl-evaluation-star-box .review-head-ttl-evaluation-star i:last-child {
  margin-right: unset;
}
#review .review-head-box .review-head-ttl-box .review-head-ttl-evaluation-box .review-head-ttl-evaluation-star-box .review-head-ttl-evaluation-star:first-child {
  position: relative;
  color: gray;
}
#review .review-head-box .review-head-ttl-box .review-head-ttl-evaluation-box .review-head-ttl-evaluation-star-box .review-head-ttl-evaluation-star:first-child i {
  transform: scale(0.9);
}
#review .review-head-box .review-head-ttl-box .review-head-ttl-evaluation-box .review-head-ttl-evaluation-star-box .review-head-ttl-evaluation-star:last-child {
  color: #fbbc04;
}
#review .review-head-box .review-head-ttl-box .review-head-ttl-evaluation-box .review-head-ttl-evaluation-text-box {
  margin-left: 0.75em;
}
#review .review-inner {
  padding: 64px 0;
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
}
#review .review-inner .review-box {
  max-width: 1440px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
#review .review-inner .review-box .review-card-area {
  width: 100%;
  overflow: hidden;
  position: relative;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
}
#review .review-inner .review-box .review-card-area .review-card-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item {
  padding: 0 1em;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 20%;
  scroll-snap-align: start;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item .review-card-inner {
  background-color: white;
  border-radius: 8px;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item .review-header-box {
  display: flex;
  align-items: center;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item .review-header-box .review-header-img-box {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 3em;
  min-width: 3em;
  padding-top: 3em;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item .review-header-box .review-header-img-box .review-header-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item .review-header-box .review-header-info-box {
  line-height: 1.5;
  margin-left: 0.75em;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item .review-header-box .review-header-info-box .review-header-info-name-box {
  font-size: 1em;
  font-weight: 800;
  white-space: nowrap;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item .review-header-box .review-header-info-box .review-header-info-date-box {
  font-size: 12px;
  color: #939393;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item .review-star-box {
  font-family: "fontAwesome";
  color: #fbbc04;
  line-height: 1;
  font-size: 1.125em;
  margin: 0.5em 0 0.25em;
  display: flex;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item .review-star-box i {
  font-style: normal;
  margin-right: 0.125em;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item .review-star-box i:last-child {
  margin-right: unset;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item .review-content-box {
  overflow: hidden;
  text-align: justify;
  font-feature-settings: "palt";
  line-height: 1.75;
  position: relative;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item .review-content-box .review-content-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  min-height: 7em;
  overflow: hidden;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item .review-more-btn-box {
  font-size: 14px;
  background-color: white;
  color: #939393;
  padding-top: 1.5em;
  padding-bottom: 0.25em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item .review-more-btn-box .review-more-btn {
  cursor: pointer;
  position: absolute;
  left: 0;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item .review-more-btn-box .review-more-btn.more {
  display: inline;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item .review-more-btn-box .review-more-btn.back {
  display: inline;
  display: none;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item .review-more-btn-box .review-more-btn.hidden {
  display: none;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item .review-more-btn-box .review-more-btn:hover {
  color: black;
  text-decoration: underline;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item .review-content-box.excerpt + .review-more-btn-box {
  visibility: visible;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item.open .review-content-box .review-content-text {
  -webkit-line-clamp: unset;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item.open .review-more-btn-box .review-more-btn.more {
  display: none;
}
#review .review-inner .review-box .review-card-area .review-card-box .review-card-item.open .review-more-btn-box .review-more-btn.back {
  display: inline;
}
#review .review-inner .review-box .review-card-area .review-card-box::-webkit-scrollbar {
  display: none;
}
#review .review-inner .review-box .review-btn-box {
  display: flex;
  position: absolute;
  z-index: 100;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  visibility: visible;
}
#review .review-inner .review-box .review-btn-box .preview-btn {
  font-family: "fontAwesome";
  font-size: 48px;
  line-height: 1;
  cursor: pointer;
  color: white;
  transition: transform 0.2s ease;
}
#review .review-inner .review-box .review-btn-box .preview-btn i {
  font-style: normal;
}
#review .review-inner .review-box .review-btn-box .preview-btn:hover {
  transform: scale(1.2);
}
#review .review-inner .review-box .review-btn-box.preview-prev {
  left: -8px;
  transform: translateX(-100%);
}
#review .review-inner .review-box .review-btn-box.preview-next {
  right: -8px;
  transform: translateX(100%);
}
#review .review-inner .review-box .review-btn-box.is-inactive {
  opacity: 0;
  visibility: hidden;
}
#review .review-inner__btn {
  display: flex;
  align-content: center;
  justify-content: center;
}
#review .question-ai__btn {
  margin: 64px auto 0;
  width: 90%;
}
#review .question-ai__btn-link {
  color: white;
  font-weight: 600;
  max-width: 925px;
  margin: 0 auto;
  padding: 0.5em 1em;
  border-radius: 9999px;
  background-color: black;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  text-decoration: unset;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
#review .question-ai__btn-link:hover {
  background-color: white;
  color: black;
  border-color: black;
}
#review .question-ai__btn-link:hover .question-ai__btn-icon {
  background-color: black;
  color: white;
}
#review .question-ai__btn-icon {
  font-size: 1.125em;
  color: black;
  background-color: white;
  font-weight: 700;
  width: 1.25em;
  height: 1.25em;
  display: flex;
  align-items: center;
  border-radius: 50%;
  position: relative;
  transition: color 0.2s, background-color 0.2s;
}
#review .question-ai__btn-icon-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#feature {
  width: 100%;
  max-width: unset;
  margin: 0;
  padding: 90px 0;
}
#feature .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
#feature .feature__list {
  list-style: none;
  margin: 3em 0 0;
  padding: 0;
}
#feature .feature__item {
  color: white;
  margin: 0;
  padding: 3em 2em;
  display: grid;
  grid-template-columns: 7em minmax(20em, 0.95fr) minmax(0, 1.3fr);
  grid-template-areas: "number title description";
  -moz-column-gap: 2.5em;
       column-gap: 2.5em;
  align-items: center;
}
#feature .feature__item + .feature__item {
  border-top: 1px solid rgba(255, 255, 255, 0.38);
}
#feature .feature__item-title {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
  grid-area: title;
  margin: 0;
}
#feature .feature__item-number {
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
  color: black;
  -webkit-text-stroke: 0.01111111em white;
  grid-area: number;
}
#feature .feature__item-description {
  font-size: 1em;
  line-height: 1.9;
  grid-area: description;
}
#feature .feature__item-description p {
  margin: 0;
}
#feature .feature__item-description p + p {
  margin-top: 0.75em;
}
#feature .feature__item-link {
  display: flex;
  justify-content: flex-end;
}
#feature .feature__item-link-text {
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
  color: white;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.5em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: border-color 0.3s ease;
}
#feature .feature__item-link-text .feature__item-link-label, #feature .feature__item-link-text::after {
  color: #ffb347;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
  #feature .feature__item-link-text .feature__item-link-label, #feature .feature__item-link-text::after {
    background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
#feature .feature__item-link-text .feature__item-link-label, #feature .feature__item-link-text::after {
  color: white;
  -webkit-text-fill-color: currentColor;
  transition: color 0.3s ease, transform 0.3s ease;
}
#feature .feature__item-link-text::after {
  content: "→";
  font-size: 1.25em;
  line-height: 1;
}
#feature .feature__item-link-text:visited {
  color: white;
}
#feature .feature__item-link-text:hover, #feature .feature__item-link-text:focus-visible {
  border-color: #ffe200;
}
#feature .feature__item-link-text:hover .feature__item-link-label, #feature .feature__item-link-text:hover::after, #feature .feature__item-link-text:focus-visible .feature__item-link-label, #feature .feature__item-link-text:focus-visible::after {
  color: #ffb347;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
  #feature .feature__item-link-text:hover .feature__item-link-label, #feature .feature__item-link-text:hover::after, #feature .feature__item-link-text:focus-visible .feature__item-link-label, #feature .feature__item-link-text:focus-visible::after {
    color: transparent;
  }
}
#feature .feature__item-link-text:hover::after, #feature .feature__item-link-text:focus-visible::after {
  transform: translateX(0.25em);
}
#feature .feature__highlight {
  color: #ffe200;
  font-weight: 700;
}

.footer-bottom-flex {
  display: flex;
  align-items: center;
  gap: 1em;
}

.sns-list {
  list-style: none;
  padding: unset;
  margin: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}
.sns-list .sns-list-item {
  width: 24px;
  height: 24px;
}
.sns-list .sns-list-item img {
  display: block;
}

.grecaptcha-badge {
  display: none;
}

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

.t-company {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  padding: 90px 0;
  background: #f3f3ef;
}
.t-company .t-company__list {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}
.t-company .t-company__link {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  color: var(--base-color01);
  text-decoration: none;
}
.t-company .t-company__link:focus-visible {
  outline: 2px solid var(--base-color01);
  outline-offset: 8px;
}
.t-company .t-company__link:hover .t-company__arrow, .t-company .t-company__link:focus-visible .t-company__arrow {
  transform: translateX(4px);
}
.t-company .t-company__link:hover .t-company__arrow::before, .t-company .t-company__link:focus-visible .t-company__arrow::before {
  opacity: 1;
}
.t-company .t-company__link:hover .t-company__image, .t-company .t-company__link:focus-visible .t-company__image {
  transform: scale(1.05);
}
.t-company .t-company__body {
  flex: 1;
}
.t-company h2.t-company__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.t-company .t-company__arrow {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  background: #efefef;
  font-size: 18px;
  transition: transform 0.3s;
}
.t-company .t-company__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.t-company .t-company__description {
  margin: 12px 0 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.85;
}
.t-company .t-company__picture {
  overflow: hidden;
  border-radius: 8px;
}
.t-company .t-company__image {
  display: block;
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s;
}
@media screen and (max-width: 1023px) {
  .t-company .t-company__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 50px;
  }
}
@media screen and (max-width: 639px) {
  .t-company h2.t-company__title {
    font-size: 18px;
  }
  .t-company .t-company__description {
    font-size: 13px;
  }
  .t-company .t-company__image {
    height: auto;
    aspect-ratio: 3/2;
  }
}
@media (prefers-reduced-motion: reduce) {
  .t-company .t-company__arrow, .t-company .t-company__arrow::before, .t-company .t-company__image {
    transition: none;
  }
}

.home .article h1, .home .article h2, .home .article h3, .home .article h4 {
  margin: 0;
  padding: 0;
}
.home .article .section-title {
  font-size: 7em;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.125em 0;
}
.home .article .section-title .section-title__main {
  line-height: 1;
}
.home .article .section-title .section-title__sub {
  font-size: 1rem;
}
.home .article .section-title.section-title--white {
  color: white;
}
.home .t-service {
  font-weight: 500;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  padding: 90px 0 0;
}
.home .t-service ul {
  margin-top: 0;
  padding: 0;
  list-style-type: none;
}
.home .t-service li {
  margin: 0;
  padding: 0;
}
.home .t-service h2, .home .t-service h3 {
  padding: 0;
  margin: 0;
  text-align: start;
}
.home .t-service .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.home .t-service .t-service__grid {
  margin: 90px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
.home .t-service .t-service__card {
  border: 1px solid black;
  border-radius: 8px;
  overflow: hidden;
}
.home .t-service .t-service__card-link {
  color: unset;
  text-decoration: none;
  transition: opacity 0.2s;
}
.home .t-service .t-service__card-link:hover .t-service__picture-img {
  transform: scale(1.05);
}
.home .t-service .t-service__card-link:hover .t-service__more::after {
  transform: translateX(0.25em);
}
.home .t-service .t-service__picture {
  width: 100%;
  padding-top: 66.21992%;
  position: relative;
  overflow: hidden;
}
.home .t-service .t-service__picture-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.4s ease;
}
.home .t-service .t-service__text {
  margin-top: 1em;
  padding: 0 1em 1em;
  display: inline-block;
  width: 100%;
}
.home .t-service .t-service__card.t-service__card--full {
  grid-column: span 3;
}
.home .t-service .t-service__card.t-service__card--full .t-service__picture {
  padding: unset;
}
.home .t-service .t-service__card.t-service__card--full .t-service__picture-img {
  position: unset;
}
.home .t-service .t-service__card.t-service__card--portal .t-service__card-link {
  min-height: 100%;
  background-color: #f3f3ef;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "heading heading" "text picture";
}
.home .t-service .t-service__card.t-service__card--portal .t-service__picture {
  grid-area: picture;
  padding: clamp(1em, 3vw, 2.5em);
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.home .t-service .t-service__card.t-service__card--portal .t-service__picture-img {
  width: min(100%, 960px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .t-service .t-service__card.t-service__card--portal .t-service__text {
  grid-area: text;
  background-color: white;
  padding: clamp(2em, 4vw, 4em);
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.home .t-service .t-service__card.t-service__card--portal .t-service__card-title {
  font-size: 1.1em;
}
.home .t-service .t-service__card.t-service__card--portal .t-service__portal-copy {
  margin-top: 0;
  display: grid;
  gap: 1em;
}
.home .t-service .t-service__card.t-service__card--portal .t-service__portal-copy p {
  line-height: 2;
  margin: 0;
}
.home .t-service .t-service__card.t-service__card--portal .t-service__portal-title {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  color: inherit;
}
.home .t-service .t-service__card.t-service__card--portal .t-service__portal-records {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
}
.home .t-service .t-service__card.t-service__card--portal .t-service__portal-record {
  min-width: 0;
  padding: 12px 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.home .t-service .t-service__card.t-service__card--portal .t-service__portal-record:nth-child(even) {
  border-left: 1px solid #cccac1;
}
.home .t-service .t-service__card.t-service__card--portal .t-service__portal-record:nth-child(n+3) {
  border-top: 1px solid #cccac1;
}
.home .t-service .t-service__card.t-service__card--portal .t-service__portal-record dt {
  margin: 0 0 4px;
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 600;
  line-height: 1.5;
  margin: auto;
}
.home .t-service .t-service__card.t-service__card--portal .t-service__portal-record dd {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  margin-top: 0.5em;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.3;
}
.home .t-service .t-service__card.t-service__card--portal .t-service__portal-record dd::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%);
}
.home .t-service .t-service__card.t-service__card--portal .t-service__portal-record strong {
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 700;
  letter-spacing: -0.04em;
  font-variant-numeric: lining-nums tabular-nums;
}
.home .t-service .t-service__card.t-service__card--portal .t-service__portal-record span {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .home .t-service .t-service__card.t-service__card--portal .t-service__portal-record .t-service__portal-record-value--period {
    display: grid;
    grid-template-columns: max-content max-content;
  }
  .home .t-service .t-service__card.t-service__card--portal .t-service__portal-record .t-service__portal-record-value--period .t-service__portal-record-unit {
    display: contents;
  }
  .home .t-service .t-service__card.t-service__card--portal .t-service__portal-record .t-service__portal-record-value--period .t-service__portal-record-period {
    grid-column: 1/-1;
    white-space: nowrap;
  }
}
.home .t-service .t-service__card--portal .t-service__card-heading--dark {
  grid-area: heading;
  margin: 0;
  padding: 1.5em clamp(1.5em, 4vw, 4em);
  display: flex;
  justify-content: center;
}
.home .t-service .t-service__title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 0.5rem;
}
.home .t-service .t-service__title-row .t-service__card-title-ja {
  margin-top: 0;
}
.home .t-service .t-service__title-row .t-service__tag {
  flex-shrink: 0;
  margin: 0;
  gap: 6px;
  white-space: nowrap;
}
.home .t-service .t-service__card-heading--dark {
  margin: -1em -1em 0;
  padding: 1em 1em;
  color: white;
}
.home .t-service .t-service__card-heading--dark .t-service__card-title {
  color: white;
}
.home .t-service .t-service__card-heading--dark .t-service__tag-item {
  border: 1px solid rgba(255, 255, 255, 0.65);
}
.home .t-service .t-service__card-title {
  font-size: 1em;
  display: flex;
  flex-direction: column;
}
.home .t-service .t-service__card-title-en {
  font-size: 0.875em;
  font-weight: 500;
  position: relative;
  display: inline-flex;
  align-items: baseline;
  transition: color 0.2s;
}
.home .t-service .t-service__card-title-en::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -0.95em;
  top: 0.7778em;
  width: 0.5556em;
  height: 0.2222em;
  background: linear-gradient(45deg, #ff8c00 0%, #fff080 100%);
}
.home .t-service .t-service__card-title-ja {
  font-size: 1.375em;
  font-weight: 700;
  margin-top: 0.5rem;
  transition: color 0.2s;
}
.home .t-service .t-service__tag {
  font-size: 0.875em;
  margin-top: 0.5rem;
  display: flex;
  align-items: flex-start;
}
.home .t-service .t-service__tag-item {
  background-color: white;
  color: black;
  padding: 0.025em 0.75em;
  font-size: 0.875em;
  font-weight: 700;
}
.home .t-service .t-service__letter {
  margin-top: 2em;
  display: inline-block;
}
.home .t-service .t-service__more {
  margin-top: 1.5em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.875em;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
.home .t-service .t-service__more::after {
  content: "";
  width: 2.24144em;
  height: 0.45437em;
  margin-left: 0.75em;
  background-image: url(./images/icon-arrow-01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.4s ease;
}
.home .t-works {
  padding: 0 !important;
}
.home .t-works .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.home .t-works .t-works__title {
  display: flex;
  flex-direction: column;
}
.home .t-works .t-works__title-sub {
  font-size: 1rem;
  margin-top: 0.5em;
}
.home .t-works .t-work__text {
  text-align: center;
}
.home .t-works #product-all .poName {
  font-size: 1em;
}
.home .t-works #product-all .poType {
  font-size: 0.875em;
}
.home .t-works #product-all .service {
  width: 33.3333333333%;
}
.home .t-flow {
  padding-left: 0;
}
.home .t-flow h3, .home .t-flow p, .home .t-flow li {
  margin: 0;
  padding: 0;
}
.home .t-flow ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home .t-flow .t-flow__title {
  display: flex;
  flex-direction: column;
}
.home .t-flow .t-flow__title-sub {
  font-size: 1rem;
  margin-top: 0.5em;
}
.home .t-flow .t-flow__list-item {
  padding: 0 0 4em 4em;
  position: relative;
}
.home .t-flow .t-flow__list-item:last-child {
  padding-bottom: 0;
}
.home .t-flow .t-flow__list-item::before {
  content: "1";
  color: white;
  font-size: 1.75em;
  font-weight: 700;
  width: 2.286em;
  height: 2.286em;
  background-color: #FFF100;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .t-flow .t-flow__list-title {
  font-size: 2em;
}
.home .t-flow .t-flow__list-letter {
  margin-top: 0.5rem;
  display: inline-block;
}
.home .t-flow .t-flow__list-link {
  margin-top: 0.5rem;
  display: inline-block;
}

.p-section-inner {
  padding: 80px 0;
}

.p-page {
  font-weight: 500;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.p-page .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.p-page .inner2 {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}
.p-page .inner3 {
  max-width: 620px;
  width: 90%;
  margin: 0 auto;
}
.p-page .section-inner {
  padding: var(--header-height) 0 90px;
}
.p-page .p-page__title {
  font-size: 7em;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 0.5em;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-page .p-page__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 2em;
  height: 0.225em;
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%);
}
.p-page .p-page__summary {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.225));
  background-color: white;
  border-radius: 20px;
  padding: 2em 5%;
  margin: 8em 0;
}
.p-page .p-page__summary-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-page .p-page__summary-title {
  font-size: 1.2em;
  font-weight: 700;
}
.p-page .p-page__summary-text {
  font-size: 1.2em;
  margin: 0.75em 0 0;
}
.p-page .p-page__chat-link {
  font-size: 1.06667em;
  margin: 0;
  margin-top: 1em;
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 0.25em;
}
.p-page .p-page__chat-link::before {
  content: "?";
  color: white;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  background-color: black;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-page .p-page__section-title {
  font-size: 7em;
  line-height: 1.6;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.125em 0;
}
.p-page .p-page__section-title-main {
  line-height: 1.4;
}
.p-page .p-page__section-title-sub {
  font-size: 1rem;
}
.p-page.p-page--bg1 {
  background-color: #f2f2f2;
}

.p-web-creation .p-web-creation__chapter {
  padding: clamp(64px, 7vw, 104px) 0;
  margin: 0;
  max-width: none;
  background: white;
  scroll-margin-top: var(--header-height);
}
.p-web-creation .p-web-creation__chapter--muted {
  background: #f3f3ef;
}
.p-web-creation .p-web-creation__chapter .inner, .p-web-creation .p-web-creation__chapter .inner2 {
  width: 100%;
  max-width: none;
  margin: 0;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__label {
  margin: 0 0 16px;
  font-size: 1rem;
  letter-spacing: 0.15em;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__chapter-lead {
  margin: 32px 0 0;
  line-height: 2;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__price-lead {
  text-align: left;
  max-width: none;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__zigzag, .p-web-creation .p-web-creation__chapter .p-web-creation__flow-list {
  margin: 40px auto 0;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__zigzag-item {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: center;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__zigzag-text {
  width: 100%;
  max-width: none;
  margin: 0;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__zigzag-text-title {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}
.p-web-creation .p-web-creation__chapter .p-web-creation__zigzag-text-btn {
  font-size: 1rem;
  padding-right: 3em;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__zigzag-picture {
  filter: none;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__zigzag-item .p-web-creation__zigzag-picture-inner {
  height: auto;
  padding: 0;
  aspect-ratio: 4/3;
  border-radius: 8px;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__zigzag-picture-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: static;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__zigzag-text-desc {
  text-align: left;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__zigzag-text {
  gap: 20px;
}
.p-web-creation .p-web-creation__chapter #Portfolio.p-web-creation__works {
  width: min(90%, 1200px);
  margin: 40px auto 0;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__qa {
  margin-top: 40px;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__qa-list-content {
  text-align: left;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__flow-list-title {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.6;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__flow-list-item {
  padding-bottom: 40px;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__flow-list-item:last-child {
  padding-bottom: 0;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__price-card-description {
  margin: 16px 0 0;
  line-height: 1.8;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__price-specifications {
  padding-top: 16px;
  margin-top: 16px;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__price-specifications-item + .p-web-creation__price-specifications-item {
  margin-top: 6px;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__price-value {
  padding-top: 20px;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__price-card {
  padding: 1.5em;
}
.p-web-creation .p-web-creation__chapter .p-web-creation__price-amount-number {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
}
.p-web-creation .p-web-creation__chapter .p-web-creation__flow-list {
  counter-reset: number;
}
@media screen and (max-width: 767px) {
  .p-web-creation .p-web-creation__chapter .p-web-creation__zigzag, .p-web-creation .p-web-creation__chapter .p-web-creation__flow-list, .p-web-creation .p-web-creation__chapter .p-web-creation__works, .p-web-creation .p-web-creation__chapter .p-web-creation__qa {
    margin-top: 28px;
  }
  .p-web-creation .p-web-creation__chapter .p-web-creation__zigzag-item + .p-web-creation__zigzag-item {
    margin-top: 48px;
  }
  .p-web-creation .p-web-creation__chapter .p-web-creation__zigzag-item {
    grid-template-columns: minmax(0, 1fr);
  }
  .p-web-creation .p-web-creation__chapter .p-web-creation__zigzag-picture {
    order: 0;
  }
}

.p-web-creation .p-web-creation__container {
  width: min(90%, 1200px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-web-creation .p-web-creation__container {
    width: calc(100% - 32px);
  }
}

.p-web-creation {
  font-weight: 500;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.p-web-creation .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.p-web-creation .inner2 {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}
.p-web-creation .section-inner {
  padding: var(--header-height) 0 90px;
}
.p-web-creation .p-web-creation__chat-link {
  font-size: 1.06667em;
  margin: 0.75em 0 0;
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 0.25em;
}
.p-web-creation .p-web-creation__chat-link::before {
  content: "?";
  color: white;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  background-color: black;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-web-creation .p-web-creation__section-title {
  font-size: 7em;
  line-height: 1.6;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.125em 0;
}
.p-web-creation .p-web-creation__section-title-main {
  line-height: 1.4;
}
.p-web-creation .p-web-creation__section-title-sub {
  font-size: 1rem;
}
.p-web-creation .p-web-creation__price {
  padding: 4em 0;
  margin-bottom: 4em;
  scroll-margin-top: calc(var(--header-height) + 1em);
  background-color: #f2f2f2;
}
.p-web-creation .p-web-creation__price-lead {
  text-align: center;
  max-width: 52em;
  margin: 2.5em auto 0;
}
.p-web-creation .p-web-creation__price-selector {
  padding: 0;
  width: 90%;
  max-width: 1200px;
  margin: 3em auto 0;
  border: 0;
  min-width: 0;
}
.p-web-creation .p-web-creation__price-toggle {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.p-web-creation .p-web-creation__price-switch {
  width: min(100%, 46em);
  padding: 0.375em;
  margin: 0 auto 3.5em;
  border-radius: 999px;
  background-color: var(--base-color01);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.375em;
}
.p-web-creation .p-web-creation__price-switch-label {
  color: white;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  min-height: 3.5em;
  padding: 0.75em 1em;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  transition: color 0.2s, background-color 0.2s;
}
.p-web-creation .p-web-creation__price-switch-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-web-creation .p-web-creation__price-switch-name .il-block {
  white-space: nowrap;
}
.p-web-creation .p-web-creation__price-switch-note {
  font-size: 0.8em;
  white-space: nowrap;
}
.p-web-creation .p-web-creation__price-monthly .il-block {
  white-space: nowrap;
}
.p-web-creation #web-creation-price-once:checked ~ .p-web-creation__price-switch label[for=web-creation-price-once],
.p-web-creation #web-creation-price-subscription:checked ~ .p-web-creation__price-switch label[for=web-creation-price-subscription] {
  color: var(--base-color01);
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
}
.p-web-creation #web-creation-price-once:focus-visible ~ .p-web-creation__price-switch label[for=web-creation-price-once],
.p-web-creation #web-creation-price-subscription:focus-visible ~ .p-web-creation__price-switch label[for=web-creation-price-subscription] {
  outline: 3px solid white;
  outline-offset: -5px;
}
.p-web-creation .p-web-creation__price-cards {
  margin-top: 2em;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5em;
}
.p-web-creation .p-web-creation__price-card {
  padding: 2em;
  border: 1px solid #dedede;
  border-radius: 1.25em;
  background-color: #f7f7f7;
  box-shadow: 0 0.75em 2em rgba(0, 0, 0, 0.06);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.p-web-creation .p-web-creation__price-card::before {
  content: "";
  width: 100%;
  height: 0.5em;
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.p-web-creation .p-web-creation__price-card-header {
  padding-bottom: 1em;
  border-bottom: 1px solid #d7d7d7;
}
.p-web-creation .p-web-creation__price-card-number {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}
.p-web-creation .p-web-creation__price-card-title {
  font-size: 1.4em;
  line-height: 1.4;
  margin: 0.25em 0 0;
}
.p-web-creation .p-web-creation__price-card-description {
  margin: 1.25em 0 0;
}
.p-web-creation .p-web-creation__price-value {
  padding-top: 1.5em;
  display: none;
}
.p-web-creation #web-creation-price-once:checked ~ .p-web-creation__price-cards .p-web-creation__price-value--once,
.p-web-creation #web-creation-price-subscription:checked ~ .p-web-creation__price-cards .p-web-creation__price-value--subscription {
  display: block;
}
.p-web-creation .p-web-creation__price-value-label {
  font-size: 0.875em;
  font-weight: 700;
  margin: 0;
}
.p-web-creation .p-web-creation__price-amount {
  line-height: 1;
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.p-web-creation .p-web-creation__price-value--once .p-web-creation__price-amount {
  margin-top: 0.5em;
}
.p-web-creation .p-web-creation__price-discount {
  margin-top: 0.5em;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.375em;
}
.p-web-creation .p-web-creation__price-before {
  color: #666;
  font-size: 1.125em;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  white-space: nowrap;
}
.p-web-creation .p-web-creation__price-arrow {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}
.p-web-creation .p-web-creation__price-amount-number {
  font-size: 4em;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.p-web-creation .p-web-creation__price-amount-unit {
  font-size: 1.4em;
  font-weight: 700;
  margin-left: 0.15em;
}
.p-web-creation .p-web-creation__price-amount-tax {
  font-size: 0.8em;
  font-weight: 700;
  margin-left: 0.35em;
}
.p-web-creation .p-web-creation__price-monthly {
  font-weight: 700;
  min-height: 1.5em;
  margin: 0.75em 0 0;
}
.p-web-creation .p-web-creation__price-specifications {
  padding-top: 1.5em;
  margin-top: 1.5em;
  border-top: 1px solid #d7d7d7;
}
.p-web-creation .p-web-creation__price-specifications-title {
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
}
.p-web-creation .p-web-creation__price-specifications-list {
  padding: 0;
  margin: 1em 0 0;
  list-style: none;
}
.p-web-creation .p-web-creation__price-specifications-item {
  font-size: 0.875em;
  line-height: 1.7;
  padding-left: 1.5em;
  position: relative;
}
.p-web-creation .p-web-creation__price-specifications-item::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  position: absolute;
  top: 0.55em;
  left: 0;
}
.p-web-creation .p-web-creation__price-specifications-item + .p-web-creation__price-specifications-item {
  margin-top: 0.75em;
}
.p-web-creation .p-web-creation__price-note {
  font-size: 0.875em;
  line-height: 1.7;
  text-align: center;
  margin: 1.5em 0 0;
}
.p-web-creation .p-web-creation__price-contact {
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  color: black;
  border-color: var(--main-color01);
  transition: filter 0.2s, box-shadow 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .p-web-creation .p-web-creation__price-contact:hover {
    filter: brightness(1.08);
    box-shadow: none;
  }
}
.p-web-creation .p-web-creation__price-contact:focus-visible {
  outline: 2px solid #ff8c00;
  outline-offset: 4px;
}
.p-web-creation .p-web-creation__price-contact:active {
  filter: brightness(0.96);
  box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
  .p-web-creation .p-web-creation__price-contact {
    transition: none;
  }
}
.p-web-creation .p-web-creation__price-contact {
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  width: min(90%, 37em);
  min-height: 3.5em;
  padding: 1em 2em;
  margin: 5em auto 0;
  border: 2px solid var(--base-color01);
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  gap: 0.35em;
  align-items: center;
  justify-content: center;
}
.p-web-creation .p-web-creation__problems {
  max-width: none;
  background: #f3f3ef;
  padding: clamp(56px, 6vw, 88px) 0;
  margin: 0 0 clamp(64px, 7vw, 100px);
}
.p-web-creation .p-web-creation__problem-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: clamp(32px, 4vw, 56px);
       column-gap: clamp(32px, 4vw, 56px);
  padding: 0;
  margin: 40px auto 0;
  max-width: 1200px;
  width: 90%;
  list-style: none;
}
.p-web-creation .p-web-creation__problem-item {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin: 0;
  padding: 28px 0;
  border-bottom: 1px solid #d4d4cf;
  font-size: clamp(1rem, 1.3vw, 1.125rem);
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
}
.p-web-creation .p-web-creation__problem-item::before {
  content: "";
  position: relative;
  top: 0.25em;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  background: url(./images/icon-check-02.svg) center/contain no-repeat;
}
@media screen and (max-width: 1023px) {
  .p-web-creation .p-web-creation__problem-list {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-web-creation .p-web-creation__problem-item {
    padding: 22px 0;
    gap: 14px;
  }
  .p-web-creation .p-web-creation__problem-item::before {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }
}
.p-web-creation .p-web-creation__flow {
  padding-left: 0;
}
.p-web-creation .p-web-creation__flow ul {
  list-style: none;
}
.p-web-creation .p-web-creation__flow-title {
  display: flex;
  flex-direction: column;
}
.p-web-creation .p-web-creation__flow-title-sub {
  font-size: 1rem;
  margin-top: 0.5em;
}
.p-web-creation .p-web-creation__flow-list {
  padding: 0;
  margin: 3em 0 4em;
}
.p-web-creation .p-web-creation__flow-list-item {
  padding: 1em 0 4em 4em;
  position: relative;
  counter-increment: number;
}
.p-web-creation .p-web-creation__flow-list-item:last-child {
  padding-bottom: 0;
}
.p-web-creation .p-web-creation__flow-list-item::before, .p-web-creation .p-web-creation__flow-list-item::after {
  font-size: 1.75em;
}
.p-web-creation .p-web-creation__flow-list-item::before {
  content: counter(number);
  color: white;
  font-weight: 700;
  line-height: 1;
  width: 2.286em;
  height: 2.286em;
  background: linear-gradient(22.5deg, #ff8c00 0%, #fff080 100%);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-web-creation .p-web-creation__flow-list-item::after {
  content: "";
  height: calc(100% - 2.286em);
  width: 2px;
  background: linear-gradient(180deg, #ff8c00 0%, #fff080 100%);
  display: inline-block;
  position: absolute;
  left: 1.143em;
  bottom: 0;
}
.p-web-creation .p-web-creation__flow-list-item:last-child::after {
  display: none;
}
.p-web-creation .p-web-creation__flow-list-title {
  font-size: 2em;
}
.p-web-creation .p-web-creation__flow-list-letter {
  margin-top: 0.5rem;
  display: inline-block;
}
.p-web-creation .p-web-creation__flow-list-link {
  margin-top: 0.5rem;
  display: inline-block;
}
.p-web-creation .p-web-creation__flow-orderlist {
  padding-left: 1em;
}
.p-web-creation .p-web-creation__flow-orderlist-item + .p-web-creation__flow-orderlist-item {
  margin-top: 0.5em;
}
.p-web-creation .p-web-creation__flow-orderlist-head {
  color: red;
  font-weight: 700;
}
.p-web-creation .p-web-creation__zigzag {
  padding: 0;
  margin: 4em 0;
  list-style: none;
  width: min(90%, 1200px);
}
.p-web-creation .p-web-creation__zigzag-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-web-creation .p-web-creation__zigzag-item:nth-of-type(even) .p-web-creation__zigzag-picture {
  order: 2;
}
.p-web-creation .p-web-creation__zigzag-item:nth-of-type(even) .p-web-creation__zigzag-text {
  margin-left: auto;
  margin-right: 7.5%;
}
.p-web-creation .p-web-creation__zigzag-item + .p-web-creation__zigzag-item {
  margin-top: 4em;
}
.p-web-creation .p-web-creation__zigzag-picture {
  filter: drop-shadow(0 0 2em rgba(0, 0, 0, 0.125));
}
.p-web-creation .p-web-creation__zigzag-picture-inner {
  height: 100%;
  border-radius: 0 1.5em 1.5em 0;
  overflow: hidden;
}
.p-web-creation .p-web-creation__zigzag-picture-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-web-creation .p-web-creation__zigzag-text {
  width: 80%;
  max-width: 600px;
  margin-right: auto;
  margin-left: 7.5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.5em;
}
.p-web-creation .p-web-creation__zigzag-text-head {
  font-weight: 700;
  padding-bottom: 0.5em;
  display: flex;
  align-items: center;
  gap: 1em;
  position: relative;
}
.p-web-creation .p-web-creation__zigzag-text-head::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.5em;
  height: 2px;
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-web-creation .p-web-creation__zigzag-text-head-number {
  font-size: 2.6667em;
  line-height: 1;
  font-weight: 700;
}
.p-web-creation .p-web-creation__zigzag-text-title {
  font-size: 2.1333em;
  line-height: 1.4;
  font-weight: 700;
  font-feature-settings: "palt";
}
.p-web-creation .p-web-creation__zigzag-text-desc {
  line-height: 2;
  text-align: justify;
  margin: 0;
}
.p-web-creation .p-web-creation__zigzag-text-btn {
  font-size: 1.3333em;
  font-weight: 700;
  color: black;
  text-decoration: unset;
  display: flex;
  transition: opacity 0.2s;
}
.p-web-creation .p-web-creation__zigzag-text-btn:hover {
  opacity: 0.65;
}
.p-web-creation .p-web-creation__zigzag-text-btn-text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.p-web-creation .p-web-creation__zigzag-text-btn-text::before, .p-web-creation .p-web-creation__zigzag-text-btn-text::after {
  content: "";
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  right: 0;
  display: block;
  left: calc(100% + 0.5em);
}
.p-web-creation .p-web-creation__zigzag-text-btn-text::before {
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  border-radius: 50%;
}
.p-web-creation .p-web-creation__zigzag-text-btn-text::after {
  background-image: url(./images/icon-arrow-02.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(0.612) translateX(5%);
}
.p-web-creation .p-web-creation__qa {
  margin-top: 4em;
}
.p-web-creation .p-web-creation__qa-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.p-web-creation .p-web-creation__qa-list-item {
  border-top: 1px solid #ddd;
}
.p-web-creation .p-web-creation__qa-list-content--q[aria-expanded=true] .p-web-creation__qa-list-content-btn::after {
  display: none;
}
.p-web-creation .p-web-creation__qa-list-content {
  text-align: justify;
  width: 100%;
  padding: 1.5em 2em 1.5em 2em;
  border: unset;
  background-color: unset;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-web-creation .p-web-creation__qa-list-content.p-web-creation__qa-list-content--q {
  font-size: 1.125em;
  font-weight: 700;
  cursor: pointer;
  color: var(--base-color01);
}
.p-web-creation .p-web-creation__qa-list-content.p-web-creation__qa-list-content--q:hover {
  opacity: 0.65;
}
.p-web-creation .p-web-creation__qa-list-content.p-web-creation__qa-list-content--a {
  padding: 1.5em 5em 1.5em 3.5em;
  padding-top: 0;
  display: none;
}
.p-web-creation .p-web-creation__qa-list-content-btn {
  width: 2.5em;
  height: 2.5em;
  min-width: 2.5em;
  min-height: 2.5em;
  margin-left: 0.25em;
  background-color: gray;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-web-creation .p-web-creation__qa-list-content-btn::before, .p-web-creation .p-web-creation__qa-list-content-btn::after {
  content: "";
  position: absolute;
  background-color: white;
  display: inline-block;
}
.p-web-creation .p-web-creation__qa-list-content-btn::before {
  width: 50%;
  height: 2px;
}
.p-web-creation .p-web-creation__qa-list-content-btn::after {
  width: 2px;
  height: 50%;
  transform: rotate(45%);
}
.p-web-creation #Portfolio {
  padding: 0;
  margin: 3em 0 6em;
}

.p-advertising-design .c-page-hero--spaced {
  margin-bottom: clamp(48px, 5vw, 72px);
}
.p-advertising-design .p-advertising-design__container {
  width: min(90%, 1200px);
  margin-inline: auto;
}
.p-advertising-design .p-advertising-design__section {
  max-width: none;
  margin: 0;
  padding: clamp(64px, 7vw, 104px) 0;
  background: white;
}
.p-advertising-design .p-advertising-design__section--muted {
  background: #f3f3ef;
}
.p-advertising-design .p-advertising-design__section--closing {
  color: white;
}
.p-advertising-design .p-advertising-design__section--closing .c-chapter-layout__chapter {
  color: var(--main-color01);
}
.p-advertising-design .p-advertising-design__label {
  margin: 0 0 24px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.p-advertising-design .p-advertising-design__copy {
  line-height: 2;
}
.p-advertising-design .p-advertising-design__copy p:not(.p-advertising-design__point) {
  margin: 0;
}
.p-advertising-design .p-advertising-design__copy p + p:not(.p-advertising-design__point) {
  margin-top: 1.5em;
}
.p-advertising-design .p-advertising-design__point {
  padding: 8px 0 8px 24px;
  margin: 36px 0;
  border-left: 4px solid transparent;
  -o-border-image: linear-gradient(0deg, #ff8c00 0%, #fff080 100%) 1;
     border-image: linear-gradient(0deg, #ff8c00 0%, #fff080 100%) 1;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  line-height: 1.8;
}
.p-advertising-design .p-advertising-design__copy .c-lined-list {
  margin: 0 0 24px;
}
.p-advertising-design .p-advertising-design__services {
  margin: 48px 0 0;
}
.p-advertising-design .p-advertising-design__service {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: 40px;
  padding: 32px 0;
  border-bottom: 1px solid #d4d4cf;
}
.p-advertising-design .p-advertising-design__service dt {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
}
.p-advertising-design .p-advertising-design__service dd {
  margin: 0;
  line-height: 2;
}
.p-advertising-design .p-advertising-design__service p {
  margin: 0;
}
.p-advertising-design .p-advertising-design__service p + p {
  margin-top: 16px;
}
.p-advertising-design .p-advertising-design__features {
  list-style: none;
  padding: 0;
  margin: 48px 0 0;
}
.p-advertising-design .p-advertising-design__feature {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 40px;
  padding: 48px 0;
  margin: 0;
  border-top: 1px solid #d4d4cf;
}
.p-advertising-design .p-advertising-design__feature:last-child {
  padding-bottom: 0;
}
.p-advertising-design .p-advertising-design__number {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 12px;
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%) left bottom/100% 4px no-repeat;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
}
.p-advertising-design .p-advertising-design__heading {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.7;
}
.p-advertising-design .p-advertising-design__works {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.p-advertising-design .p-advertising-design__works li {
  margin: 0;
}
.p-advertising-design .p-advertising-design__work {
  margin: 0;
}
.p-advertising-design .p-advertising-design__work img {
  display: block;
  width: 100%;
  height: auto;
}
.p-advertising-design .p-advertising-design__work figcaption {
  margin-top: 1em;
  font-weight: 600;
}
.p-advertising-design .p-advertising-design__prices {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 32px 0 0;
  font-size: 1rem;
}
.p-advertising-design .p-advertising-design__prices caption {
  text-align: left;
  margin-bottom: 12px;
  font-weight: 700;
}
.p-advertising-design .p-advertising-design__prices th, .p-advertising-design .p-advertising-design__prices td {
  padding: 14px 20px;
  border: 1px solid #d4d4cf;
  text-align: left;
}
.p-advertising-design .p-advertising-design__prices thead th {
  background: #212121;
  color: white;
}
.p-advertising-design .p-advertising-design__prices thead th:first-child {
  width: 65%;
}
.p-advertising-design .p-advertising-design__prices tbody th {
  background: #f3f3ef;
  font-weight: 500;
}
.p-advertising-design .p-advertising-design__prices td {
  font-size: 1.5rem;
  font-weight: 700;
  white-space: nowrap;
}
.p-advertising-design .p-advertising-design__prices .p-advertising-design__price-unit {
  font-size: 1rem;
}
.p-advertising-design .p-advertising-design__notes {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}
.p-advertising-design .c-step-flow {
  margin: 48px 0 0;
}
.p-advertising-design .p-advertising-design__flow-title {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.7;
}
.p-advertising-design .p-advertising-design__flow-text {
  margin: 1em 0 0;
  font-weight: 400;
  line-height: 1.9;
}
.p-advertising-design .p-advertising-design__contact {
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  color: black;
  border-color: var(--main-color01);
  transition: filter 0.2s, box-shadow 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .p-advertising-design .p-advertising-design__contact:hover {
    filter: brightness(1.08);
    box-shadow: none;
  }
}
.p-advertising-design .p-advertising-design__contact:focus-visible {
  outline: 2px solid #ff8c00;
  outline-offset: 4px;
}
.p-advertising-design .p-advertising-design__contact:active {
  filter: brightness(0.96);
  box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
  .p-advertising-design .p-advertising-design__contact {
    transition: none;
  }
}
.p-advertising-design .p-advertising-design__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-top: 40px;
  padding: 20px 28px;
  border: 1px solid var(--main-color01);
  font-weight: 700;
  line-height: 1.7;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .p-advertising-design .p-advertising-design__issue-list {
    grid-template-columns: minmax(0, 1fr);
  }
  .p-advertising-design .c-step-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p-advertising-design .c-step-flow > .c-step-flow__item:nth-child(even)::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-advertising-design .p-advertising-design__container {
    width: calc(100% - 32px);
  }
  .p-advertising-design .p-advertising-design__service {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 28px 0;
  }
  .p-advertising-design .p-advertising-design__feature {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 32px 0;
  }
  .p-advertising-design .p-advertising-design__number {
    font-size: 2rem;
  }
  .p-advertising-design .p-advertising-design__copy {
    margin-top: 24px;
  }
  .p-advertising-design .p-advertising-design__works {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }
  .p-advertising-design .p-advertising-design__prices th, .p-advertising-design .p-advertising-design__prices td {
    padding: 12px 10px;
  }
  .p-advertising-design .p-advertising-design__prices thead th:first-child {
    width: 58%;
  }
  .p-advertising-design .p-advertising-design__prices td {
    font-size: 1.25rem;
  }
  .p-advertising-design .p-advertising-design__prices .p-advertising-design__price-unit {
    font-size: 0.875rem;
  }
  .p-advertising-design .p-advertising-design__contact {
    width: 100%;
    padding: 18px 20px;
    gap: 16px;
  }
  .p-advertising-design .p-advertising-design__flow-title {
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  .p-advertising-design .p-advertising-design__point {
    font-size: 1.375em;
  }
}

.p-adv-design {
  padding-top: var(--header-height);
}
.p-adv-design .section-inner {
  padding: 0 !important;
}
.p-adv-design .p-adv-design__title {
  font-size: 1.3333em;
  font-weight: 700;
  margin-top: 3em;
}
.p-adv-design .p-adv-design__price-table {
  margin-top: 1em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-adv-design .p-adv-design__price-table-item {
  background-color: white;
  padding: 1em 0;
  margin: 0;
  min-height: 14.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-adv-design .p-adv-design__price-table-item::before {
  content: "";
  height: calc(100% - 3em);
  width: 1px;
  background-color: black;
  position: absolute;
  right: 0;
  display: inline-block;
}
.p-adv-design .p-adv-design__price-table-item:last-child::before {
  display: none;
}
.p-adv-design .p-adv-design__price-table-title {
  font-size: 1.3333em;
  font-weight: 700;
}
.p-adv-design .p-adv-design__price-table-price {
  font-size: 3.3333em;
  font-weight: 700;
  line-height: 1.4;
}
.p-adv-design .p-adv-design__price-table-price-size1 {
  font-size: 0.6em;
}
.p-adv-design .p-adv-design__desc {
  text-align: center;
  margin-top: 3em;
}
.p-adv-design .p-adv-design__works-grid {
  margin: 4em 0 0;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em 2px;
}
.p-adv-design .p-adv-design__works-grid-picture {
  width: 100%;
  padding-top: 72.65115%;
  position: relative;
  background-color: #ddd;
}
.p-adv-design .p-adv-design__works-grid-picture-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.p-adv-design .p-adv-design__works-grid-text {
  margin: 0.5em 0 0;
}

.p-web-ad-promotion {
  background-color: white;
  font-weight: 500;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.p-web-ad-promotion section:where(:not(.c-page-hero)) {
  max-width: none;
  margin: 0;
}
.p-web-ad-promotion .p-web-ad-promotion__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-web-ad-promotion .p-web-ad-promotion__chapter {
  padding: clamp(72px, 8vw, 120px) 0;
}
.p-web-ad-promotion .p-web-ad-promotion__chapter--muted {
  background-color: #f5f5f1;
}
.p-web-ad-promotion .p-web-ad-promotion__copy {
  margin-top: 40px;
  line-height: 2;
}
.p-web-ad-promotion .p-web-ad-promotion__copy p {
  margin: 0;
}
.p-web-ad-promotion .p-web-ad-promotion__copy p + p {
  margin-top: 1.5em;
}
.p-web-ad-promotion .p-web-ad-promotion__copy .p-web-ad-promotion__point {
  margin: 36px 0;
  padding: 8px 0 8px 24px;
  border-left: 4px solid transparent;
  -o-border-image: linear-gradient(0deg, #ff8c00 0%, #fff080 100%) 1;
     border-image: linear-gradient(0deg, #ff8c00 0%, #fff080 100%) 1;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  line-height: 1.8;
}
.p-web-ad-promotion .p-web-ad-promotion__copy .p-web-ad-promotion__note {
  margin-top: 24px;
  font-size: 0.875rem;
  color: #555;
}
.p-web-ad-promotion .p-web-ad-promotion__lp-example {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding: clamp(20px, 3vw, 32px);
  background: #f5f5f1;
  border-left: 4px solid transparent;
  -o-border-image: linear-gradient(0deg, #ff8c00 0%, #fff080 100%) 1;
     border-image: linear-gradient(0deg, #ff8c00 0%, #fff080 100%) 1;
  color: #111;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.p-web-ad-promotion .p-web-ad-promotion__lp-example:hover {
  background-color: #fff4dc;
}
.p-web-ad-promotion .p-web-ad-promotion__lp-example:focus-visible {
  outline: 2px solid #111;
  outline-offset: 4px;
}
.p-web-ad-promotion .p-web-ad-promotion__lp-example-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
}
.p-web-ad-promotion .p-web-ad-promotion__lp-example-title {
  display: block;
  margin-top: 8px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
}
.p-web-ad-promotion .p-web-ad-promotion__lp-example-description {
  display: block;
  margin-top: 12px;
  font-size: 0.9375rem;
  line-height: 1.9;
}
.p-web-ad-promotion .p-web-ad-promotion__lp-example-link {
  display: block;
  margin-top: 16px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.p-web-ad-promotion .p-web-ad-promotion__services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin: 40px 0;
  padding: 0;
  list-style: none;
}
.p-web-ad-promotion .p-web-ad-promotion__services li {
  margin: 0;
  padding: 24px;
  border: 1px solid #deded7;
  background-color: white;
}
.p-web-ad-promotion .p-web-ad-promotion__service-title {
  margin: 0 0 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 700;
}
.p-web-ad-promotion .p-web-ad-promotion__service-number {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  padding-bottom: 4px;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, #ff8c00 0%, #fff080 100%) 1;
     border-image: linear-gradient(90deg, #ff8c00 0%, #fff080 100%) 1;
  font-size: 1.5rem;
}
.p-web-ad-promotion .p-web-ad-promotion__chapter--closing {
  color: white;
}
.p-web-ad-promotion .p-web-ad-promotion__chapter--closing .c-section-title,
.p-web-ad-promotion .p-web-ad-promotion__chapter--closing .p-web-ad-promotion__point {
  color: var(--main-color01);
}
.p-web-ad-promotion .p-web-ad-promotion__contact {
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  color: black;
  border-color: var(--main-color01);
  transition: filter 0.2s, box-shadow 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .p-web-ad-promotion .p-web-ad-promotion__contact:hover {
    filter: brightness(1.08);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  }
}
.p-web-ad-promotion .p-web-ad-promotion__contact:focus-visible {
  outline: 2px solid #ff8c00;
  outline-offset: 4px;
}
.p-web-ad-promotion .p-web-ad-promotion__contact:active {
  filter: brightness(0.96);
  box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
  .p-web-ad-promotion .p-web-ad-promotion__contact {
    transition: none;
  }
}
.p-web-ad-promotion .p-web-ad-promotion__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-top: 40px;
  padding: 20px 28px;
  border: 1px solid var(--main-color01);
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-web-ad-promotion .p-web-ad-promotion__copy {
    margin-top: 32px;
  }
  .p-web-ad-promotion .p-web-ad-promotion__services {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p-web-ad-promotion .p-web-ad-promotion__contact {
    padding: 18px 20px;
    gap: 16px;
  }
}
.p-web-ad-promotion .inner {
  max-width: 1200px;
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
}
.p-web-ad-promotion .p-web-ad-promotion__title {
  font-size: 2.6667em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 0.45em;
  margin: 0;
  position: relative;
}
.p-web-ad-promotion .p-web-ad-promotion__title::after {
  content: "";
  width: 84px;
  height: 10px;
  background-color: #fff100;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.p-web-ad-promotion .p-web-ad-promotion__case-section {
  margin-bottom: 0;
  max-width: unset;
  padding-top: 40px;
}
.p-web-ad-promotion .p-web-ad-promotion__case-section-inner {
  background-color: #f2f2f2;
}
.p-web-ad-promotion .p-web-ad-promotion__case-tab {
  color: white;
  background-color: black;
  width: 182px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  padding: 1.1em 1em;
  border-radius: 22px 22px 0 0;
}
.p-web-ad-promotion .p-web-ad-promotion__case-title {
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.8em;
}
.p-web-ad-promotion .p-web-ad-promotion__result-grid {
  background-color: white;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.p-web-ad-promotion .p-web-ad-promotion__result-card {
  min-height: 200px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-web-ad-promotion .p-web-ad-promotion__result-card::after {
  content: "";
  width: 1px;
  height: calc(100% - 64px);
  background-color: black;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-web-ad-promotion .p-web-ad-promotion__result-card:last-child::after {
  display: none;
}
.p-web-ad-promotion .p-web-ad-promotion__result-label {
  font-size: 1.46667em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0;
}
.p-web-ad-promotion .p-web-ad-promotion__result-value {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 18px 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.06em;
}
.p-web-ad-promotion .p-web-ad-promotion__result-value-main {
  font-size: 3.3334em;
  letter-spacing: -0.04em;
}
.p-web-ad-promotion .p-web-ad-promotion__result-value-sub {
  font-size: 2em;
  padding-bottom: 0.1265em;
  margin: 0 0.125em;
}
.p-web-ad-promotion .p-web-ad-promotion__result-value-sub2 {
  font-size: 2.6666666667em;
}
.p-web-ad-promotion .p-web-ad-promotion__problem-solution {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1.28fr;
}
.p-web-ad-promotion .p-web-ad-promotion__problem-card,
.p-web-ad-promotion .p-web-ad-promotion__solution-card {
  min-width: 0;
  padding: 48px 42px;
  display: flex;
  align-items: center;
}
.p-web-ad-promotion .p-web-ad-promotion__problem-card {
  color: white;
  background-color: black;
  justify-content: center;
  gap: 24px;
}
.p-web-ad-promotion .p-web-ad-promotion__solution-card {
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  gap: 28px;
  position: relative;
}
.p-web-ad-promotion .p-web-ad-promotion__solution-card::before {
  content: "";
  width: 42px;
  height: 42px;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translate(-1px, -50%);
}
.p-web-ad-promotion .p-web-ad-promotion__badge {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-web-ad-promotion .p-web-ad-promotion__badge--light {
  color: black;
  background-color: white;
}
.p-web-ad-promotion .p-web-ad-promotion__badge--dark {
  color: #fff100;
  background-color: black;
  margin-left: 1em;
}
.p-web-ad-promotion .p-web-ad-promotion__problem-text {
  font-size: 1.15em;
  line-height: 1.7;
  margin: 0;
}
.p-web-ad-promotion .p-web-ad-promotion__solution-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6em 0;
}
.p-web-ad-promotion .p-web-ad-promotion__solution-item {
  font-size: 1.1em;
  line-height: 1.7;
  margin: 0;
}

body:has(.p-web-ad-promotion) #sidebar {
  display: none;
}
body:has(.p-web-ad-promotion) .main {
  width: 100%;
  margin: 0;
}
body:has(.p-web-ad-promotion) .content {
  margin: 0;
}
body:has(.p-web-ad-promotion) .wrap {
  width: 100%;
}

.p-website-maintenance {
  background-color: white;
  font-weight: 500;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.p-website-maintenance section:where(:not(.c-page-hero)) {
  max-width: none;
  margin: 0;
}
.p-website-maintenance .p-website-maintenance__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-website-maintenance .p-website-maintenance__chapter {
  padding: clamp(72px, 8vw, 120px) 0;
}
.p-website-maintenance .p-website-maintenance__chapter--muted {
  background-color: #f5f5f1;
}
.p-website-maintenance .p-website-maintenance__voice-label {
  margin: 0 0 16px;
  padding-left: 12px;
  border-left: 3px solid #ffad00;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-website-maintenance .p-website-maintenance__copy {
  margin-top: 40px;
  line-height: 2;
}
.p-website-maintenance .p-website-maintenance__copy p {
  margin: 0;
}
.p-website-maintenance .p-website-maintenance__copy p + p {
  margin-top: 1.5em;
}
.p-website-maintenance .p-website-maintenance__copy .p-website-maintenance__message {
  margin: 36px 0;
  padding: 8px 0 8px 24px;
  border-left: 4px solid transparent;
  -o-border-image: linear-gradient(0deg, #ff8c00 0%, #fff080 100%) 1;
     border-image: linear-gradient(0deg, #ff8c00 0%, #fff080 100%) 1;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  line-height: 1.8;
}
.p-website-maintenance .p-website-maintenance__subheading {
  margin: 32px 0 20px;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  font-weight: 700;
  line-height: 1.7;
}
.p-website-maintenance .p-website-maintenance__costs {
  margin-top: 32px;
}
.p-website-maintenance .p-website-maintenance__cost {
  padding: 28px 0;
  border-top: 1px solid #d8d8d3;
}
.p-website-maintenance .p-website-maintenance__cost .p-website-maintenance__subheading {
  margin-top: 0;
}
.p-website-maintenance .p-website-maintenance__cost:last-child {
  border-bottom: 1px solid #d8d8d3;
}
.p-website-maintenance .p-website-maintenance__copy .p-website-maintenance__smallprint {
  margin-top: 24px;
  color: #555;
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-website-maintenance .p-website-maintenance__price-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
  padding: 28px 32px;
  border-top: 4px solid transparent;
  position: relative;
  background-color: #f5f5f1;
}
.p-website-maintenance .p-website-maintenance__price-panel::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%);
}
.p-website-maintenance .p-website-maintenance__price-panel .p-website-maintenance__subheading {
  margin: 0;
}
.p-website-maintenance .p-website-maintenance__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-weight: 700;
  white-space: nowrap;
}
.p-website-maintenance .p-website-maintenance__price-value {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.2;
}
.p-website-maintenance .p-website-maintenance__support-list,
.p-website-maintenance .p-website-maintenance__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 32px 0;
  padding: 0;
  list-style: none;
}
.p-website-maintenance .p-website-maintenance__support-list > li,
.p-website-maintenance .p-website-maintenance__choice {
  margin: 0;
  padding: 24px;
  border: 1px solid #deded7;
  background-color: white;
}
.p-website-maintenance .p-website-maintenance__support-title {
  margin: 0 0 20px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
}
.p-website-maintenance .p-website-maintenance__support-number {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  padding-bottom: 4px;
  border-bottom: 3px solid transparent;
  position: relative;
  font-size: 1.5rem;
}
.p-website-maintenance .p-website-maintenance__support-number::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%);
}
.p-website-maintenance .p-website-maintenance__choice {
  border-top: 3px solid transparent;
  position: relative;
}
.p-website-maintenance .p-website-maintenance__choice::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 0.5em;
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%);
}
.p-website-maintenance .p-website-maintenance__choice .p-website-maintenance__subheading {
  margin-top: 0;
}
.p-website-maintenance .p-website-maintenance__chapter--closing {
  color: white;
}
.p-website-maintenance .p-website-maintenance__chapter--closing .c-section-title,
.p-website-maintenance .p-website-maintenance__chapter--closing .p-website-maintenance__message {
  color: var(--main-color01);
}
.p-website-maintenance .p-website-maintenance__contact {
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  color: black;
  border-color: var(--main-color01);
  transition: filter 0.2s, box-shadow 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .p-website-maintenance .p-website-maintenance__contact:hover {
    filter: brightness(1.08);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  }
}
.p-website-maintenance .p-website-maintenance__contact:focus-visible {
  outline: 2px solid #ff8c00;
  outline-offset: 4px;
}
.p-website-maintenance .p-website-maintenance__contact:active {
  filter: brightness(0.96);
  box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
  .p-website-maintenance .p-website-maintenance__contact {
    transition: none;
  }
}
.p-website-maintenance .p-website-maintenance__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-top: 40px;
  padding: 20px 28px;
  border: 1px solid var(--main-color01);
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-website-maintenance .p-website-maintenance__copy {
    margin-top: 32px;
  }
  .p-website-maintenance .p-website-maintenance__price-panel {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
  }
  .p-website-maintenance .p-website-maintenance__support-list,
  .p-website-maintenance .p-website-maintenance__choices {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  .p-website-maintenance .p-website-maintenance__contact {
    padding: 18px 20px;
    gap: 16px;
  }
}
@media screen and (max-width: 480px) {
  .p-website-maintenance .p-website-maintenance__copy .p-website-maintenance__message {
    font-size: 1.375em;
  }
}

body:has(.p-website-maintenance) #sidebar {
  display: none;
}
body:has(.p-website-maintenance) .main {
  width: 100%;
  margin: 0;
}
body:has(.p-website-maintenance) .content {
  margin: 0;
}
body:has(.p-website-maintenance) .wrap {
  width: 100%;
}

.p-contact .p-page__title {
  font-size: 2.5em;
}
.p-contact .p-contact__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: calc(100dvh - 60px);
}
.p-contact .p-contact__pane {
  min-width: 0;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
}
.p-contact .p-contact__pane .section-inner {
  min-height: 100%;
  padding: 72px 0;
  display: flex;
  align-items: flex-start;
}
.p-contact .p-contact__pane--lead {
  background-color: white;
}
.p-contact .p-contact__pane--form {
  background-color: #f2f2f2;
}
.p-contact .inner3 {
  max-width: 640px;
}
.p-contact .p-contact__lead {
  margin: 3em 0 0;
  font-size: 1.3333em;
  font-weight: 700;
  line-height: 2;
}
.p-contact .p-contact__letter {
  font-weight: 500;
  line-height: 2.1;
  margin: 3em 0 0;
}
.p-contact .p-contact__review#review {
  margin-top: 4.5em;
}
@media screen and (max-width: 767px) {
  .p-contact .p-contact__review#review {
    display: none;
  }
}
.p-contact .p-contact__review#review .review-box .review-card-area .review-card-box .review-card-item {
  flex-basis: 50%;
}
.p-contact .p-contact__quick-box {
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  padding: 2.5em 5%;
  margin: 4em 0 0;
}
.p-contact .p-contact__quick-title {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
.p-contact .p-contact__quick-text {
  font-size: 1em;
  line-height: 2;
  margin: 1.5em 0 0;
}
.p-contact .p-contact__quick-link {
  color: white;
  background-color: black;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  margin: 2em auto 0;
  padding: 1.125em 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  max-width: 320px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.p-contact .p-contact__quick-link::before {
  content: "";
  width: 1.44710625em;
  height: 1.58431875em;
  display: inline-block;
  background-image: url("./images/icon-calendar-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-contact .p-contact__quick-link::after {
  content: "";
  width: 2.25em;
  height: 0.5em;
  background: url(./images/icon-arrow-01.svg) center center/contain no-repeat;
  filter: brightness(0) invert(1);
  display: inline-block;
}
.p-contact .p-contact__quick-link:hover {
  opacity: 0.82;
  transform: translateY(-2px);
}
.p-contact .p-contact__quick-link-text {
  display: inline-block;
}
.p-contact .p-contact__content {
  margin-top: 2.25em;
}
.p-contact .p-contact__form {
  scroll-margin-top: calc(var(--header-height) + 24px);
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
.p-contact .p-contact__form-title {
  margin: 0 0 32px;
  padding: 0;
  border: 0;
  background: none;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
.p-contact .p-contact__form-title .p-contact__form-title-label {
  display: block;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact__form-title .p-contact__form-title-label {
    font-size: 1.125em;
  }
}
.p-contact .p-contact__form-title .p-contact__form-title-service {
  display: block;
  font-size: 1em;
  font-weight: 400;
}
.p-contact .p-contact__content .wpcf7 {
  margin: 0;
}
.p-contact .p-contact__content .wpcf7-form {
  display: grid;
  gap: 1.25em 0;
}
.p-contact .p-contact__content .wpcf7-form > p {
  margin: 0.75em 0 0;
  display: flex;
  justify-content: center;
}
.p-contact .p-contact__content .wpcf7-form > div {
  margin: 0;
}
.p-contact .p-contact__field {
  margin: 0;
}
.p-contact .p-contact__field-head {
  display: flex;
  align-items: center;
  gap: 0.625em;
}
.p-contact .p-contact__field-head p {
  margin: 0;
  display: flex;
}
.p-contact .p-contact__field-label {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.6;
}
.p-contact .p-contact__field-badge {
  color: white;
  background-color: #d83a35;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.25em;
  padding: 0.35em 0.55em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-contact .p-contact__intro {
  margin: 24px 0 0;
  line-height: 1.9;
}
.p-contact .p-contact__field-badge--optional {
  background-color: #e5e5e5;
  color: #555;
}
.p-contact .p-contact__privacy {
  font-size: 0.9375rem;
  line-height: 1.8;
}
.p-contact .p-contact__privacy-link {
  flex-wrap: wrap;
}
.p-contact .p-contact__privacy a {
  text-decoration: underline;
}
.p-contact .p-contact__privacy input {
  margin-right: 8px;
}
.p-contact .p-contact__production-type {
  border: 0;
  padding: 0;
  min-width: 0;
}
.p-contact .p-contact__production-type legend {
  padding: 0;
}
.p-contact .p-contact__production-type .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.p-contact .p-contact__production-type .wpcf7-list-item {
  margin: 0;
}
.p-contact .p-contact__production-type .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.p-contact .p-contact__production-type input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #666;
  border-radius: 50%;
  background: #fff;
}
.p-contact .p-contact__production-type input[type=checkbox]:checked {
  background: var(--base-color01);
  box-shadow: inset 0 0 0 4px #fff;
}
.p-contact .p-contact__production-type input[type=checkbox]:focus-visible {
  outline: 2px solid var(--base-color01);
  outline-offset: 3px;
}
.p-contact .p-contact__field-control {
  margin-top: 0.5em;
}
.p-contact .p-contact__services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  .p-contact .p-contact__services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.p-contact .p-contact__service-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 10px 8px;
  border: 1px solid #ccc;
  background: white;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.p-contact .p-contact__service-link:hover {
  background-color: #fff4ce;
  border-color: #e89b00;
}
.p-contact .p-contact__service-link:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}
.p-contact .p-contact__service-link[aria-current=page] {
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  border-color: #e89b00;
}
.p-contact .p-contact__service-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-contact .p-contact__service-label .il-block {
  white-space: nowrap;
}
.p-contact .p-contact__form {
  margin-top: 24px;
}
.p-contact #p-contact-form {
  scroll-margin-top: calc(var(--header-height) + 24px);
}
.p-contact .p-contact__content .wpcf7-form-control-wrap {
  display: block;
}
.p-contact .p-contact__content input[type=text],
.p-contact .p-contact__content input[type=email],
.p-contact .p-contact__content input[type=url],
.p-contact .p-contact__content input[type=tel],
.p-contact .p-contact__content textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background-color: #f8f8f8;
  box-shadow: none;
  padding: 0.5em 1em;
  font-size: 1em;
  line-height: 1.6;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.p-contact .p-contact__content textarea {
  min-height: 11em;
  resize: vertical;
}
.p-contact .p-contact__content input[type=text]:focus,
.p-contact .p-contact__content input[type=email]:focus,
.p-contact .p-contact__content input[type=url]:focus,
.p-contact .p-contact__content input[type=tel]:focus,
.p-contact .p-contact__content textarea:focus {
  outline: none;
  border-color: black;
  background-color: white;
}
.p-contact .p-contact__content .wpcf7-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  color: black;
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 1em auto 0;
  padding: 1.125em 2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  position: relative;
  cursor: pointer;
  transition: filter 0.3s ease;
}
.p-contact .p-contact__content .wpcf7-submit::after {
  content: "";
  width: 2.25em;
  height: 0.5em;
  background: url(./images/icon-arrow-01.svg) center center/contain no-repeat;
  filter: brightness(0) invert(1);
  display: inline-block;
  margin-left: 1em;
}
.p-contact .p-contact__content .wpcf7-submit:hover {
  filter: brightness(1.08);
}
.p-contact .p-contact__content .wpcf7-spinner {
  margin: 1em auto 0;
  display: block;
}
.p-contact .p-contact__content .wpcf7-not-valid-tip,
.p-contact .p-contact__content .wpcf7-response-output {
  font-size: 0.875em;
  margin: 0.75em 0 0;
}

body:has(.p-contact) #sidebar {
  display: none;
}
body:has(.p-contact) .main {
  width: 100%;
  margin: 0;
}
body:has(.p-contact) .content {
  margin: 0;
}
body:has(.p-contact) .wrap {
  width: 100%;
}

.p-after-support .c-step-flow {
  --step-flow-font-size: clamp(.84375rem, 1.5vw, 1.125rem);
}
.p-after-support .p-after-support__list {
  list-style: none;
  margin: 28px 0;
  padding: 0 0 0 20px;
  border-left: 2px solid #e5d98f;
}
.p-after-support .p-after-support__list li {
  margin: 0;
  padding: 6px 0;
}
.p-after-support .p-in-house__text .p-after-support__point {
  margin: 32px 0;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  text-align: left;
}
.p-after-support .p-in-house__text .p-after-support__point strong {
  background: linear-gradient(transparent 60%, #fff100 60%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-decoration: none;
}
.p-after-support .p-in-house__text .p-after-support__point--emphasis {
  margin: 48px 0;
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  line-height: 1.7;
}
.p-after-support .p-in-house__section--closing .p-in-house__text .p-after-support__point--emphasis {
  font-size: clamp(2rem, 4vw, 3.5rem);
  text-align: left;
}
.p-after-support .p-in-house__section--closing .p-in-house__text .p-after-support__point--emphasis strong {
  background: none;
  color: var(--main-color01);
}
.p-after-support .p-after-support__closing-text {
  line-height: 2.2;
}
.p-after-support .p-in-house__text .p-after-support__commitment {
  margin: 32px 0;
  line-height: 2.4;
}
.p-after-support .p-after-support__closing-message {
  margin-top: 64px;
  text-align: left;
}
.p-after-support .p-after-support__closing-message .p-after-support__point.p-after-support__point--emphasis {
  margin: 0 0 32px;
}
.p-after-support .p-after-support__closing-message > p:nth-child(2) {
  font-size: 1.25em;
}
.p-after-support .p-after-support__closing-message > p:last-child {
  max-width: 800px;
  margin: 32px 0 0;
}
.p-after-support .p-after-support__closing-message > p:last-child::before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  margin: 0 0 32px;
  background: #454545;
}
@media screen and (max-width: 767px) {
  .p-after-support .p-after-support__closing-message {
    margin-top: 48px;
  }
}
.p-after-support .p-in-house__lead {
  text-align: left;
}
.p-after-support .p-after-support__intro-answer {
  font-weight: 700;
}
.p-after-support .p-after-support__intro-questions {
  list-style: none;
  margin: 24px 0;
  padding: 24px 32px;
  background: #f5f5f3;
  font-weight: 700;
}
.p-after-support .p-after-support__intro-questions li {
  margin: 0;
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  .p-after-support .p-after-support__intro-questions {
    padding: 20px 16px;
  }
}
.p-after-support .p-after-support__list--goals li {
  font-weight: 700;
}
.p-after-support .p-after-support__list--goals,
.p-after-support .p-after-support__list--observations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  border: 0;
}
.p-after-support .p-after-support__list--goals li,
.p-after-support .p-after-support__list--observations li {
  padding: 24px;
  background-color: white;
  background-image: linear-gradient(90deg, #ff8c00 0%, #fff080 100%);
  background-position: left top;
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid #deded8;
  border-top: 3px solid transparent;
}
.p-after-support .p-after-support__list--observations li {
  background-color: #f7f7f5;
  border: 0;
}
.p-after-support .p-after-support__list--questions {
  padding: 0.5em 1em;
  background: white;
  border: 0;
}
.p-after-support .p-after-support__list--questions li {
  padding: 16px 0;
  font-weight: 700;
}
.p-after-support .p-after-support__list--questions li + li {
  border-top: 1px solid #deded8;
}
.p-after-support .p-after-support__list--services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 32px;
       column-gap: 32px;
  padding: 0;
  border: 0;
  counter-reset: service;
}
.p-after-support .p-after-support__list--services li:nth-child(-n+2) {
  border-top: 1px solid #deded8;
}
.p-after-support .p-after-support__list--services li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding: 24px 16px;
  border-bottom: 1px solid #deded8;
  font-weight: 700;
}
.p-after-support .p-after-support__list--services li::before {
  counter-increment: service;
  content: "0" counter(service);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #e8e2c8;
  border-radius: 4px;
  background: #faf7e9;
  color: #645a30;
  font-size: 0.875em;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
@media screen and (max-width: 767px) {
  .p-after-support .p-after-support__list--services {
    grid-template-columns: minmax(0, 1fr);
  }
  .p-after-support .p-after-support__list--services li {
    grid-template-columns: 36px minmax(0, 1fr);
  }
  .p-after-support .p-after-support__list--services li:nth-child(2) {
    border-top: 0;
  }
  .p-after-support .p-after-support__list--services li {
    gap: 14px;
    padding: 20px 0;
  }
  .p-after-support .p-after-support__list--services li::before {
    width: 36px;
    height: 36px;
  }
}
.p-after-support .p-after-support__list--changes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  border: 0;
}
.p-after-support .p-after-support__list--changes li {
  padding: 10px 20px;
  border: 1px solid #d8d8d2;
  border-radius: 4px;
  background: white;
}
.p-after-support .p-after-support__list--consultations {
  max-width: 840px;
  padding: 0;
  border: 0;
}
.p-after-support .p-after-support__list--consultations li {
  padding: 14px 24px;
  border-left: 3px solid transparent;
  -o-border-image: linear-gradient(0deg, #ff8c00 0%, #fff080 100%) 1;
     border-image: linear-gradient(0deg, #ff8c00 0%, #fff080 100%) 1;
  background: #f7f7f5;
}
.p-after-support .p-after-support__list--consultations li + li {
  margin-top: 12px;
}
.p-after-support .p-after-support__steps {
  list-style: none;
  counter-reset: cycle-step;
  padding: 8px 32px;
  margin: 0;
  background: white;
  border: 1px solid #deded8;
}
.p-after-support .p-after-support__steps li {
  display: grid;
  grid-template-columns: 1.5em minmax(0, 1fr);
  align-items: baseline;
  gap: 0.5em;
  margin: 0;
  padding: 20px 0;
}
.p-after-support .p-after-support__steps li + li {
  border-top: 1px solid #e6e6e0;
}
.p-after-support .p-after-support__steps li::before {
  counter-increment: cycle-step;
  content: "0" counter(cycle-step);
  font-weight: 700;
  color: #85783c;
}
.p-after-support .p-in-house__text .p-after-support__repeat {
  margin-top: 24px;
  text-align: center;
  font-weight: 700;
}
.p-after-support .p-in-house__text .p-after-support__cycle {
  margin: 24px 0 32px;
  padding: 20px 16px;
  border-block: 1px solid #deded8;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  text-align: center;
}
.p-after-support .p-in-house__text .p-after-support__cycle strong {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 2vw, 28px);
  background: none;
}
.p-after-support .p-in-house__text .p-after-support__cycle .p-after-support__cycle-arrow {
  color: #85783c;
}
@media screen and (max-width: 1023px) {
  .p-after-support .p-after-support__list--goals,
  .p-after-support .p-after-support__list--observations {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-after-support .p-after-support__list--goals li,
  .p-after-support .p-after-support__list--observations li {
    padding: 0.5em;
  }
  .p-after-support .p-after-support__steps {
    padding: 0 0.5em;
  }
  .p-after-support .p-after-support__list--changes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .p-after-support .p-after-support__list--changes li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
  }
}

.p-in-house .p-in-house__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-in-house .p-in-house__section--gray {
  background-color: var(--strength-gray);
}
.p-in-house .c-chapter-layout .c-section-title {
  margin-bottom: 48px;
}
.p-in-house .c-chapter-layout .c-section-title + .p-in-house__text {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-in-house .c-chapter-layout .p-in-house__benefit {
    padding: 48px 24px 48px 104px;
  }
  .p-in-house .c-chapter-layout .p-in-house__benefit::before {
    left: 32px;
  }
  .p-in-house .c-chapter-layout .p-in-house__benefit:last-child::before {
    height: 80px;
  }
  .p-in-house .c-chapter-layout .p-in-house__number {
    top: 46px;
    left: 0;
  }
  .p-in-house .c-chapter-layout .p-in-house__roles {
    gap: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .p-in-house .c-chapter-layout .c-section-title {
    margin-bottom: 32px;
  }
}
.p-in-house .p-in-house__section--closing .c-chapter-layout__chapter {
  color: var(--main-color01);
}
.p-in-house .p-in-house__chapter-head {
  display: grid;
  grid-template-columns: minmax(120px, 160px) minmax(0, 1fr);
  gap: clamp(3em, 6vw, 6em);
  align-items: start;
  margin-bottom: 48px;
}
.p-in-house .p-in-house__chapter-meta {
  display: flex;
  flex-direction: column;
  gap: 0.35em;
}
.p-in-house .p-in-house__chapter-meta span {
  font-size: 0.6875em;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.4;
}
.p-in-house .p-in-house__chapter-meta strong {
  font-size: clamp(4rem, 6vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.9;
}
.p-in-house .p-in-house__heading {
  margin: 0;
  padding: 0;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: left;
}
.p-in-house .p-in-house__lead {
  margin: 0 0 28px;
  padding: 0;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.8;
}
.p-in-house .p-in-house__text {
  line-height: 2;
}
.p-in-house .p-in-house__text p {
  margin: 0;
}
.p-in-house .p-in-house__text p + p {
  margin-top: 1.5em;
}
.p-in-house .p-in-house__text strong {
  font-weight: 700;
  background: linear-gradient(transparent 65%, var(--strength-yellow-soft) 65%);
}
.p-in-house .p-in-house__concerns {
  list-style: none;
  margin: 32px 0;
  padding: 0 28px;
  background-color: var(--strength-gray);
}
.p-in-house .p-in-house__concerns li {
  position: relative;
  padding: 1em 0 1em 1em;
}
.p-in-house .p-in-house__concerns li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
}
.p-in-house .p-in-house__concerns li + li {
  border-top: 1px solid #d8d8d8;
}
.p-in-house .p-in-house__section--reason {
  background-color: var(--strength-gray);
}
.p-in-house .p-in-house__section--reason .p-in-house__text {
  margin: 64px 0 0;
}
.p-in-house .p-in-house__section--reason .p-in-house__text strong {
  background: none;
}
.p-in-house .p-in-house__section--reason .p-in-house__reason-conclusion strong {
  display: block;
  margin: 8px 0;
}
.p-in-house .p-in-house__text .p-in-house__process {
  margin: 40px 0;
}
.p-in-house .p-in-house__text .p-in-house__connection {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.65;
  margin: 64px 0 48px;
}
.p-in-house .p-in-house__benefits {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-in-house .p-in-house__benefit {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 64px 48px 64px 144px;
  border-top: 1px solid #deded8;
  background-color: white;
}
.p-in-house .p-in-house__benefit::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
}
.p-in-house .p-in-house__benefit:last-child::before {
  bottom: auto;
  height: 96px;
}
.p-in-house .p-in-house__benefit .p-in-house__text {
  margin-top: 32px;
  line-height: 2;
}
.p-in-house .p-in-house__benefit .p-in-house__text .p-in-house__takeaway {
  padding: 0;
  border: 0;
  background: none;
}
.p-in-house .p-in-house__benefit .p-in-house__text .p-in-house__takeaway strong {
  text-decoration: underline;
  text-decoration-color: #e5c700;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.4em;
}
.p-in-house .p-in-house__section--benefits {
  background-color: white;
}
.p-in-house .p-in-house__number {
  position: absolute;
  top: 60px;
  left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 2px solid transparent;
  border-radius: 50%;
  background: linear-gradient(white, white) padding-box, linear-gradient(0deg, #ff8c00 0%, #fff080 100%) border-box;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  color: var(--strength-text);
  margin: 0;
}
.p-in-house .p-in-house__benefit-title {
  margin: 0;
  padding: 0;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.6;
}
.p-in-house .p-in-house__text .p-in-house__takeaway {
  padding: 24px;
  border-left: 4px solid var(--main-color01);
  background-color: #fffbe0;
  color: var(--strength-text);
  font-size: 1.0625em;
  line-height: 1.9;
}
.p-in-house .p-in-house__text .p-in-house__takeaway strong {
  background: none;
}
.p-in-house .p-in-house__customer-point {
  font-weight: 700;
}
.p-in-house .p-in-house__section--closing .p-in-house__chapter-meta {
  color: var(--main-color01);
}
.p-in-house .p-in-house__team {
  margin: 48px 0;
}
.p-in-house .p-in-house__roles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.p-in-house .p-in-house__roles li {
  margin: 0;
  padding: 28px 12px;
  border: 1px solid #deded8;
  border-top: 3px solid transparent;
  border-radius: 4px;
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%) left top/100% 3px no-repeat white;
  background-origin: border-box;
}
.p-in-house .p-in-house__roles li span {
  display: block;
}
.p-in-house .p-in-house__roles li span:first-child {
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 4px;
}
.p-in-house .p-in-house__text .p-in-house__team-message {
  margin-top: 24px;
  padding: 20px 24px;
  border: 1px solid #e8e2c8;
  border-radius: 4px;
  background-color: #faf7e9;
  font-weight: 700;
  text-align: center;
}
.p-in-house .p-in-house__text .p-in-house__promise-message {
  margin: 48px 0;
  padding: 32px 0;
  border-block: 1px solid #454545;
}
.p-in-house .p-in-house__text .p-in-house__promise-message strong {
  display: block;
  margin: 16px 0;
  font-size: clamp(1.375rem, 2.4vw, 2rem);
  line-height: 1.7;
}
.p-in-house .p-in-house__section--closing {
  color: white;
}
.p-in-house .p-in-house__section--closing .p-in-house__chapter-meta, .p-in-house .p-in-house__section--closing .p-in-house__heading {
  color: var(--main-color01);
}
.p-in-house .p-in-house__section--closing strong {
  color: var(--main-color01);
  background: none;
}
@media screen and (max-width: 1023px) {
  .p-in-house .p-in-house__chapter-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.75em;
    margin-bottom: 32px;
  }
  .p-in-house .p-in-house__chapter-meta {
    flex-direction: row;
    align-items: center;
    gap: 0.75em;
  }
  .p-in-house .p-in-house__chapter-meta strong {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-in-house .p-in-house__heading br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .p-in-house .p-in-house__heading {
    font-size: clamp(1.5rem, 6.8vw, 1.75rem);
    line-height: 1.5;
  }
}
@media screen and (max-width: 360px) {
  .p-in-house .p-in-house__heading {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-in-house .p-in-house__section--reason .p-in-house__text {
    margin-top: 40px;
  }
  .p-in-house .p-in-house__roles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    font-size: 1.125em;
  }
  .p-in-house .p-in-house__roles li {
    padding: 20px 8px;
  }
  .p-in-house .p-in-house__text .p-in-house__process {
    margin: 32px 0;
  }
  .p-in-house .p-in-house__text .p-in-house__connection {
    margin: 40px 0 32px;
    text-decoration-thickness: 4px;
  }
  .p-in-house .p-in-house__benefit {
    padding: 32px 0 40px 68px;
  }
  .p-in-house .p-in-house__benefit::before {
    left: 24px;
  }
  .p-in-house .p-in-house__benefit:last-child::before {
    height: 54px;
  }
  .p-in-house .p-in-house__benefit .p-in-house__text {
    margin-top: 24px;
  }
  .p-in-house .p-in-house__number {
    top: 30px;
    left: 2px;
    width: 46px;
    height: 46px;
    font-size: 1.25rem;
  }
  .p-in-house .p-in-house__benefit-title {
    font-size: 1.25rem;
  }
  .p-in-house .p-in-house__text .p-in-house__takeaway {
    padding: 20px 16px;
  }
  .p-in-house .p-in-house__concerns {
    padding: 0 16px;
  }
}

body:has(.p-our-strength) #sidebar {
  display: none;
}
body:has(.p-our-strength) .main {
  width: 100%;
  margin: 0;
}
body:has(.p-our-strength) .content {
  margin: 0;
}
body:has(.p-our-strength) .wrap {
  width: 100%;
}

.p-our-strength {
  --strength-yellow: #ffeb00;
  --strength-yellow-soft: #fff9b8;
  --strength-gray: #f3f3f3;
  --strength-text: #111111;
  --strength-muted: #4b4b4b;
  --strength-shadow: 0 24px 48px rgba(17, 17, 17, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 55%, #fafafa 100%);
}
.p-our-strength section:where(:not(.c-page-hero)) {
  padding: 0;
  margin: 0;
  max-width: unset;
}
.p-our-strength .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.p-our-strength .p-section-inner {
  padding: 84px 0;
}
.p-our-strength .p-our-strength__title {
  font-size: 2.6667em;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0;
  padding-bottom: 0.45em;
  position: relative;
}
.p-our-strength .p-our-strength__title::after {
  content: "";
  width: 84px;
  height: 10px;
  background: var(--strength-yellow);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.p-our-strength .p-our-strength__summary {
  max-width: 972px;
  margin: 96px auto 0;
  padding: 72px min(7vw, 96px);
  background: linear-gradient(135deg, #fff8ae 0%, #fffcd3 100%);
  box-shadow: var(--strength-shadow);
}
.p-our-strength .p-our-strength__summary-inner {
  text-align: center;
}
.p-our-strength .p-our-strength__summary-title {
  font-size: 1.85em;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
}
.p-our-strength .p-our-strength__summary-text {
  font-size: 1.05em;
  line-height: 2;
  letter-spacing: 0.06em;
  color: var(--strength-muted);
  margin: 2.25em 0 0;
}
.p-our-strength .p-our-strength__cards-section {
  background: var(--strength-gray);
}
.p-our-strength .p-our-strength__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
  align-items: stretch;
}
.p-our-strength .p-our-strength__card {
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(17, 17, 17, 0.05);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.p-our-strength .p-our-strength__card-head {
  background: var(--strength-yellow);
  min-height: 320px;
  padding: 44px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-our-strength .p-our-strength__card-title {
  font-size: 1.8em;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin: 0;
}
.p-our-strength .p-our-strength__card-body {
  padding: 34px 28px 36px;
}
.p-our-strength .p-our-strength__card-text {
  font-size: 1.05em;
  line-height: 2;
  letter-spacing: 0.04em;
  color: var(--strength-muted);
  margin: 0;
}
.p-our-strength .p-our-strength__cta-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.p-our-strength .p-our-strength__cta-link {
  width: min(100%, 250px);
  min-height: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2em 1.5em;
  font-size: 1.35em;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  position: relative;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}
.p-our-strength .p-our-strength__cta-link::after {
  content: "";
  width: 44px;
  height: 12px;
  margin-left: 20px;
  background: url(./images/icon-arrow-01.svg) center center/contain no-repeat;
  display: inline-block;
}
.p-our-strength .p-our-strength__cta-link:hover {
  transform: translateY(-4px);
  opacity: 0.92;
  box-shadow: 0 18px 30px rgba(17, 17, 17, 0.12);
}
.p-our-strength .p-our-strength__cta-link--dark {
  background: #000000;
  color: #ffffff;
}
.p-our-strength .p-our-strength__cta-link--dark::after {
  filter: brightness(0) invert(1);
}
.p-our-strength .p-our-strength__cta-link--yellow {
  background: var(--strength-yellow);
  color: #111111;
}

.p-price-plan {
  --price-plan-yellow: #ffeb00;
  --price-plan-gray: #f3f3f3;
  --price-plan-text: #111111;
  --price-plan-muted: #4b4b4b;
  --price-plan-shadow: 0 24px 48px rgba(17, 17, 17, 0.08);
}
.p-price-plan section {
  padding: 0;
  margin: 0;
  max-width: unset;
}
.p-price-plan .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.p-price-plan .p-section-inner {
  padding: 84px 0;
}
.p-price-plan .p-price-plan__title {
  font-size: 2.6667em;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0;
  padding-bottom: 0.45em;
  position: relative;
}
.p-price-plan .p-price-plan__title::after {
  content: "";
  width: 84px;
  height: 10px;
  background-color: var(--price-plan-yellow);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.p-price-plan .p-price-plan__pricing-board {
  background-color: var(--price-plan-yellow);
  box-shadow: var(--price-plan-shadow);
  margin: 96px auto 0;
  padding: 40px 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  align-items: center;
  gap: 28px 40px;
}
.p-price-plan .p-price-plan__pricing-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-width: 0;
}
.p-price-plan .p-price-plan__pricing-badge {
  color: white;
  background-color: black;
  width: 8.5em;
  height: 8.5em;
  border-radius: 50%;
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-price-plan .p-price-plan__pricing-content {
  min-width: 0;
}
.p-price-plan .p-price-plan__pricing-price {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0;
  display: flex;
  align-items: flex-end;
  gap: 0.15em;
}
.p-price-plan .p-price-plan__pricing-price-main {
  font-size: 4.6667em;
}
.p-price-plan .p-price-plan__pricing-price-unit {
  font-size: 2.0667em;
  padding-bottom: 0.18em;
}
.p-price-plan .p-price-plan__pricing-note {
  font-size: 1.1em;
  line-height: 1.55;
  margin-top: 0.9em;
}
.p-price-plan .p-price-plan__pricing-note p {
  margin: 0;
}
.p-price-plan .p-price-plan__pricing-divider {
  width: 1px;
  height: 170px;
  background: repeating-linear-gradient(to bottom, black 0, black 4px, transparent 4px, transparent 8px);
  justify-self: center;
}
.p-price-plan .p-price-plan__contact {
  background-color: var(--price-plan-gray);
}
.p-price-plan .p-price-plan__contact-header {
  text-align: center;
}
.p-price-plan .p-price-plan__contact-title {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin: 0;
}
.p-price-plan .p-price-plan__contact-lead {
  font-size: 1.05em;
  line-height: 2;
  margin: 0.85em 0 0;
}
.p-price-plan .p-price-plan__form-card {
  background-color: #ffffff;
  box-shadow: 0 18px 36px rgba(17, 17, 17, 0.05);
  margin: 56px auto 0;
  padding: 54px min(8vw, 100px) 60px;
}
.p-price-plan .p-price-plan__form-card .p-contact__content {
  margin-top: 0;
}
.p-price-plan .p-price-plan__form-card .p-contact__form {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
.p-price-plan .p-price-plan__form-card .wpcf7-form {
  gap: 1.5em 0;
}
.p-price-plan .p-price-plan__form-card .p-contact__field-label {
  font-size: 1.1667em;
}
.p-price-plan .p-price-plan__form-card .p-contact__field-badge {
  font-size: 0.7em;
}
.p-price-plan .p-price-plan__form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 26px;
}
.p-price-plan .p-price-plan__checkbox-panel {
  background-color: #f3f3f3;
  padding: 18px 22px 10px;
}
.p-price-plan .p-price-plan__checkboxes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 28px;
}
.p-price-plan .p-price-plan__checkboxes .wpcf7-list-item {
  margin: 0;
}
.p-price-plan .p-price-plan__checkboxes .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-size: 1em;
  line-height: 1.6;
  cursor: pointer;
}
.p-price-plan .p-price-plan__checkboxes input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #9b9b9b;
  background-color: #ffffff;
  margin: 0;
  position: relative;
  flex-shrink: 0;
}
.p-price-plan .p-price-plan__checkboxes input[type=checkbox]:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #111111;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-price-plan .p-price-plan__form-card input[type=text],
.p-price-plan .p-price-plan__form-card input[type=email],
.p-price-plan .p-price-plan__form-card input[type=tel],
.p-price-plan .p-price-plan__form-card textarea {
  background-color: #f7f7f7;
  border-color: #e3e3e3;
  padding: 0.75em 1em;
}
.p-price-plan .p-price-plan__form-card textarea {
  min-height: 15em;
}
.p-price-plan .p-price-plan__form-card .wpcf7-submit {
  margin-top: 1.5em;
  min-width: 260px;
}

body:has(.p-price-plan) #sidebar {
  display: none;
}
body:has(.p-price-plan) .main {
  width: 100%;
  margin: 0;
}
body:has(.p-price-plan) .content {
  margin: 0;
}
body:has(.p-price-plan) .wrap {
  width: 100%;
}

.p-portal-operation .c-page-hero__summary {
  margin-top: clamp(32px, 5vw, 72px);
}
.p-portal-operation .p-portal-operation__container {
  width: min(90%, 1200px);
  margin-inline: auto;
}
.p-portal-operation .p-portal-operation__section {
  max-width: none;
  margin: 0;
  padding: clamp(64px, 7vw, 104px) 0;
  background: white;
}
.p-portal-operation .p-portal-operation__section--muted {
  background: #f3f3ef;
}
.p-portal-operation .p-portal-operation__section--closing {
  color: white;
}
.p-portal-operation .p-portal-operation__achievement {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 32px;
  margin-top: 40px;
  text-align: center;
  container-type: inline-size;
}
.p-portal-operation .p-portal-operation__achievement-item {
  min-width: 0;
  margin: 0;
  padding: 8px clamp(8px, 2vw, 24px);
}
.p-portal-operation .p-portal-operation__achievement-item:nth-child(even) {
  border-left: 1px solid #cccac1;
}
.p-portal-operation .p-portal-operation__achievement-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.2em;
  margin: 0 0 16px;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  font-weight: 600;
  line-height: 1.6;
}
.p-portal-operation .p-portal-operation__achievement-value {
  display: grid;
  grid-template-rows: auto 20px;
  gap: 6px;
  margin: 0;
  padding-bottom: 18px;
  position: relative;
}
.p-portal-operation .p-portal-operation__achievement-value::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 4px;
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%);
}
.p-portal-operation .p-portal-operation__achievement-number {
  font-size: clamp(36px, 12cqi, 64px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-variant-numeric: lining-nums tabular-nums;
  white-space: nowrap;
}
.p-portal-operation .p-portal-operation__achievement-unit {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .p-portal-operation .p-portal-operation__achievement-value--period {
    grid-template-columns: max-content max-content;
    justify-content: center;
    align-items: baseline;
  }
  .p-portal-operation .p-portal-operation__achievement-value--period .p-portal-operation__achievement-unit {
    display: contents;
  }
  .p-portal-operation .p-portal-operation__achievement-value--period .p-portal-operation__achievement-suffix {
    white-space: nowrap;
  }
  .p-portal-operation .p-portal-operation__achievement-value--period .p-portal-operation__achievement-period {
    grid-column: 1/-1;
    white-space: nowrap;
  }
}
.p-portal-operation .p-portal-operation__label {
  margin: 0 0 24px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.p-portal-operation .p-portal-operation__copy {
  margin-top: 32px;
  line-height: 2;
}
.p-portal-operation .p-portal-operation__copy p {
  margin: 0;
}
.p-portal-operation .p-portal-operation__copy p + p {
  margin-top: 24px;
}
.p-portal-operation .p-portal-operation__copy .c-lined-list {
  margin: 24px 0;
}
.p-portal-operation .p-portal-operation__copy .c-lined-list:first-child {
  margin-top: 0;
}
.p-portal-operation .p-portal-operation__point {
  padding: 12px 0 12px 20px;
  border-left: 4px solid transparent;
  -o-border-image: linear-gradient(0deg, #ff8c00 0%, #fff080 100%) 1;
     border-image: linear-gradient(0deg, #ff8c00 0%, #fff080 100%) 1;
}
.p-portal-operation .p-portal-operation__media {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 48px;
  margin-top: 48px;
}
.p-portal-operation .p-portal-operation__media-picture {
  padding-top: 32px;
}
.p-portal-operation .p-portal-operation__media-picture img {
  display: block;
  width: 100%;
  height: auto;
}
.p-portal-operation .p-portal-operation__media-title {
  margin: 0;
  padding: 0 0 20px;
  border: 0;
  background: none;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  position: relative;
}
.p-portal-operation .p-portal-operation__media-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 5px;
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%);
}
.p-portal-operation .p-portal-operation__message {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.8;
}
.p-portal-operation .p-portal-operation__practices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}
.p-portal-operation .p-portal-operation__practice {
  margin: 0;
  padding: 32px;
  border: 1px solid #d4d4cf;
  background: white;
}
.p-portal-operation .p-portal-operation__number {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 12px;
  margin-bottom: 24px;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%) left bottom/100% 4px no-repeat;
}
.p-portal-operation .p-portal-operation__heading {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.7;
}
.p-portal-operation .p-portal-operation__benefits {
  list-style: none;
  padding: 0;
  margin: 48px 0 0;
}
.p-portal-operation .p-portal-operation__benefit {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 40px;
  padding: 48px 0;
  margin: 0;
  border-top: 1px solid #d4d4cf;
}
.p-portal-operation .p-portal-operation__benefit:last-child {
  padding-bottom: 0;
}
.p-portal-operation .p-portal-operation__closing-message {
  color: var(--main-color01);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}
.p-portal-operation .p-portal-operation__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px 24px;
  margin-top: 32px;
}
.p-portal-operation .p-portal-operation__actions .p-portal-operation__action {
  margin-top: 0;
}
.p-portal-operation .p-portal-operation__action {
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  color: black;
  border-color: var(--main-color01);
  transition: filter 0.2s, box-shadow 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .p-portal-operation .p-portal-operation__action:hover {
    filter: brightness(1.08);
    box-shadow: none;
  }
}
.p-portal-operation .p-portal-operation__action:focus-visible {
  outline: 2px solid #ff8c00;
  outline-offset: 4px;
}
.p-portal-operation .p-portal-operation__action:active {
  filter: brightness(0.96);
  box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
  .p-portal-operation .p-portal-operation__action {
    transition: none;
  }
}
.p-portal-operation .p-portal-operation__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-top: 32px;
  padding: 20px 28px;
  border: 1px solid var(--main-color01);
  font-weight: 700;
  line-height: 1.7;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .p-portal-operation .p-portal-operation__media {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
  .p-portal-operation .p-portal-operation__media-picture {
    max-width: 700px;
    margin-inline: auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-portal-operation .p-portal-operation__container {
    width: calc(100% - 32px);
  }
  .p-portal-operation .p-portal-operation__practices {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .p-portal-operation .p-portal-operation__practice {
    padding: 24px;
  }
  .p-portal-operation .p-portal-operation__benefit {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 32px 0;
  }
  .p-portal-operation .p-portal-operation__copy {
    margin-top: 24px;
  }
  .p-portal-operation .p-portal-operation__number {
    font-size: 2rem;
  }
  .p-portal-operation .p-portal-operation__action {
    width: 100%;
    padding: 18px 20px;
    gap: 16px;
  }
}
.p-portal-operation {
  --portal-yellow: #ffeb00;
  --portal-gray: #f3f3f3;
  --portal-text: #111111;
  --portal-border: #d7d7d7;
  --portal-shadow: 0 24px 48px rgba(17, 17, 17, 0.08);
}
.p-portal-operation section:where(:not(.c-page-hero)) {
  padding: 0;
  margin: 0;
  max-width: unset;
}
.p-portal-operation .c-page-hero {
  margin-bottom: clamp(56px, 6vw, 84px);
}
.p-portal-operation .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.p-portal-operation .p-section-inner {
  padding: 84px 0;
}
.p-portal-operation .p-portal-operation__site-section {
  background-color: var(--portal-gray);
  position: relative;
}
.p-portal-operation .p-portal-operation__tab {
  color: white;
  background-color: black;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 220px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 0.95em 1.8em;
  border-radius: 1.2222em 1.2222em 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-portal-operation .p-portal-operation__site-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4em;
}
.p-portal-operation .p-portal-operation__site-card {
  background-color: white;
  box-shadow: var(--portal-shadow);
  padding: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}
.p-portal-operation .p-portal-operation__site-media {
  overflow: hidden;
}
.p-portal-operation .p-portal-operation__site-media img {
  display: block;
  width: 100%;
  height: auto;
}
.p-portal-operation .p-portal-operation__site-label {
  font-size: 0.95em;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 1.25em;
}
.p-portal-operation .p-portal-operation__site-title {
  font-size: 2.3333em;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}
.p-portal-operation .p-portal-operation__site-text {
  font-size: 1.05em;
  line-height: 2;
  margin: 1.4em 0 0;
}
.p-portal-operation .p-portal-operation__site-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
}
.p-portal-operation .p-portal-operation__button {
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  color: black;
  border-color: var(--main-color01);
  transition: filter 0.2s, box-shadow 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .p-portal-operation .p-portal-operation__button:hover {
    filter: brightness(1.08);
    box-shadow: none;
  }
}
.p-portal-operation .p-portal-operation__button:focus-visible {
  outline: 2px solid #ff8c00;
  outline-offset: 4px;
}
.p-portal-operation .p-portal-operation__button:active {
  filter: brightness(0.96);
  box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
  .p-portal-operation .p-portal-operation__button {
    transition: none;
  }
}
.p-portal-operation .p-portal-operation__button {
  border: 1px solid #111111;
  width: min(100%, 250px);
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-decoration: none;
  padding: 0.95em 1.5em;
  position: relative;
  min-height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-portal-operation .p-portal-operation__button::after {
  content: "";
  width: 44px;
  height: 12px;
  margin-left: 20px;
  background: url(./images/icon-arrow-01.svg) center center/contain no-repeat;
  display: inline-block;
}
.p-portal-operation .p-portal-operation__section-title {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0;
}
.p-portal-operation .p-portal-operation__feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  margin-top: 56px;
}
.p-portal-operation .p-portal-operation__feature-card {
  background-color: white;
  box-shadow: var(--portal-shadow);
  height: 100%;
}
.p-portal-operation .p-portal-operation__feature-head {
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  padding: 34px 28px;
}
.p-portal-operation .p-portal-operation__feature-title {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin: 0;
}
.p-portal-operation .p-portal-operation__feature-body {
  padding: 28px 28px 30px;
}
.p-portal-operation .p-portal-operation__feature-text {
  font-size: 1em;
  line-height: 2;
  margin: 0;
}

body:has(.p-portal-operation) #sidebar {
  display: none;
}
body:has(.p-portal-operation) .main {
  width: 100%;
  margin: 0;
}
body:has(.p-portal-operation) .content {
  margin: 0;
}
body:has(.p-portal-operation) .wrap {
  width: 100%;
}

#question-ai {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
}

#noticed {
  width: 100%;
  max-width: unset;
  margin: 0;
  padding: 90px 0;
  background-color: black;
}
#noticed .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
#noticed .noticed__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#noticed .noticed__title .noticed__title-text {
  background-color: white;
  margin: 0 0 0.75em;
  padding: 0.25em 0.5em;
  position: relative;
  display: inline-block;
}
#noticed .noticed__title .noticed__title-text::before {
  content: "";
  display: inline-block;
  width: 1.111em;
  height: 0.75em;
  background-color: white;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
#noticed .noticed__lead {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: white;
  margin: 1em auto 1.67em;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#noticed .noticed__lead .noticed__lead-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#noticed .noticed__lead .noticed__lead-big {
  font-size: 1.6667em;
  line-height: 1;
  color: #ffe200;
  vertical-align: middle;
  position: relative;
  margin: 0.15em 0.5em 0.05em;
  display: inline-block;
}
#noticed .noticed__lead .noticed__lead-big::before, #noticed .noticed__lead .noticed__lead-big::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.574691667em;
  height: 0.574691667em;
  border: 1px solid #ffe200;
}
#noticed .noticed__lead .noticed__lead-big::before {
  top: -0.15em;
  left: -0.125em;
  border-right: unset;
  border-bottom: unset;
}
#noticed .noticed__lead .noticed__lead-big::after {
  bottom: -0.05em;
  right: -0.125em;
  border-top: unset;
  border-left: unset;
}
#noticed .noticed__letter {
  font-size: 20px;
  text-align: center;
  color: white;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-container {
  display: none;
}

#header {
  margin: 0;
  padding: 0;
}
#header ul, #header p {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header a {
  color: unset;
  text-decoration: unset;
}

.m-header {
  width: 100%;
  position: fixed;
  position: -webkit-fixed;
  top: 0;
  z-index: 1000;
  pointer-events: none;
}
.m-header > * {
  pointer-events: all;
}
.m-header .m-header-area {
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 10;
}
.m-header .m-header-inner {
  width: 100%;
  position: relative;
}
.m-header .m-header__main {
  font-size: 1em;
  font-size: min(1em, 1.175vw);
  width: 100%;
  margin: 0 auto;
  padding: 2em 0;
}
.m-header .m-header__split {
  width: calc(100% - clamp(32px, 5vw, 80px));
  margin: 0 auto;
  padding-right: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0 2em;
  z-index: 1;
}
.m-header .m-header__left {
  display: flex;
  align-items: center;
  gap: 1em;
  filter: drop-shadow(0px 0px 0.25em rgba(0, 0, 0, 0.0125));
}
.m-header .m-header__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-header .m-header__logo {
  font-size: inherit;
  width: 14.5em;
  height: auto;
  display: flex;
  align-items: center;
  transition: filter 0.2s, width 0.2s;
  position: relative;
}
.m-header .m-header__logo-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-header .m-header__link--img {
  height: 100%;
  transition: opacity 0.2s;
}
.m-header .m-header__link--img.white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center left;
     object-position: center left;
  opacity: 0;
}
.m-header .m-header__menu-list {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin-right: 2em;
}
.m-header .m-header__menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
.m-header .m-header__menu-link {
  line-height: 1.4;
  color: var(--base-color01);
  display: flex;
  align-items: center;
  gap: 0.5em;
  position: relative;
  text-decoration: unset;
  transition: opacity 0.3s ease;
}
.m-header .m-header__menu-link:hover, .m-header .m-header__menu-link:focus-visible {
  opacity: 0.6;
}
.m-header .m-header__menu-text {
  font-size: 1.6em;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.m-header .m-header__menu-text-ja {
  font-weight: 600;
  font-size: 0.525em;
}
.m-header .m-header__menu-text-en {
  font-weight: 700;
  font-size: 1em;
}
.m-header .m-header__menu-item:hover > .m-header__menu-childs {
  visibility: visible;
  opacity: 1;
}
.m-header .m-header__menu-childs {
  visibility: hidden;
  opacity: 0;
}
.m-header .m-header__menu-childs .m-header__menu-child:hover > .m-header__menu-childs {
  visibility: visible;
  opacity: 1;
}
.m-header .m-header__menu-childs {
  border-radius: 0.125em;
  position: absolute;
  top: calc(100% + 0.5em);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease, opacity 0.2s ease;
}
.m-header .m-header__menu-child {
  background-color: var(--main-color01);
  color: white;
  font-weight: 600;
  position: relative;
  transition: color 0.2s, background-color 0.2s;
  backdrop-filter: blur(1px);
  transition: opacity 0.2s;
}
.m-header .m-header__menu-child-link {
  font-size: 0.875em;
  white-space: nowrap;
  color: currentColor;
  line-height: 1.4;
  width: 100%;
  min-width: 8em;
  height: 100%;
  margin-top: 1px;
  padding: 0.5em 1em;
  display: flex;
  align-items: baseline;
  position: relative;
  transition: filter 0.2s, opacity 0.2s;
}
.m-header .m-header__menu-child-text {
  position: relative;
}
.m-header .m-header__menu-child:hover > .m-header__menu-child-link {
  opacity: 0.65;
}
.m-header .m-header__menu-childs .m-header__menu-childs {
  left: calc(100% + 1px);
  top: 0;
  padding-top: 0;
  margin-top: -1px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
}
.m-header .m-header__submenu {
  font-size: 0.75em;
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.m-header .m-header__submenu-link {
  color: white;
  line-height: 1;
  padding: 0.5em 0.75em;
  border-radius: 0.5em;
  background-color: var(--main-color01);
}
.m-header .m-header__submenu-link:hover {
  opacity: 0.65;
}
.m-header .m-header__contact {
  font-size: 1em;
  color: white;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
  height: 100%;
  padding: 1em 1.5em;
  background-color: var(--main-color01);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.m-header .m-header__contact:hover {
  opacity: 0.65;
}
.m-header .m-header__contact-en {
  font-size: 0.75em;
  font-weight: 700;
  color: white;
}
.m-header .m-header__hm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 3.5em;
  height: 3.5em;
  min-width: 44px;
  min-height: 44px;
  flex-shrink: 0;
  z-index: 5000;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: width 0.2s ease, height 0.2s ease;
  border-radius: 0.25rem;
}
.m-header .m-header__hm.close .m-header__hm--inner {
  align-items: center;
  justify-content: center;
}
.m-header .m-header__hm.close .m-header__hm--inner .m-header__hm-line {
  display: none;
  visibility: hidden;
  width: 0;
}
.m-header .m-header__hm.close .m-header__hm--inner .m-header__hm-line, .m-header .m-header__hm.close .m-header__hm--inner::before, .m-header .m-header__hm.close .m-header__hm--inner::after {
  width: 100%;
}
.m-header .m-header__hm.close .m-header__hm--inner::before, .m-header .m-header__hm.close .m-header__hm--inner::after {
  position: absolute;
}
.m-header .m-header__hm.close .m-header__hm--inner::before {
  transform: rotate(45deg);
}
.m-header .m-header__hm.close .m-header__hm--inner::after {
  transform: rotate(-45deg);
}
.m-header .m-header__hm.close .m-header__hm-text.m-header__hm-text--close {
  display: block;
}
.m-header .m-header__hm.close .m-header__hm-text.m-header__hm-text--menu {
  display: none;
}
.m-header .m-header__hm-text {
  line-height: 1;
  margin-top: 8%;
  color: var(--base-color01);
  font-weight: 500;
}
.m-header .m-header__hm-text.m-header__hm-text--close {
  display: none;
}
.m-header .m-header__hm--inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 70%;
  position: relative;
}
.m-header .m-header__hm--inner .m-header__hm-line, .m-header .m-header__hm--inner::before, .m-header .m-header__hm--inner::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--base-color01);
  border-radius: 99999px;
  transition: all 0.2s ease;
}
.m-header .m-header__hm--inner::after {
  width: 75%;
}
.m-header.fixed .m-header__logo {
  width: 13em;
}
.m-header.fixed .m-header__menu-icon {
  height: 0;
}

#modal-menu.modal-menu {
  color: var(--base-color01);
  visibility: hidden;
  opacity: 0;
  /* visibility: visible; */
  /* opacity: 1; */
  position: fixed;
  position: -webkit-fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  overflow: auto;
  transition: all 0.2s, width 0s, height 0s;
  pointer-events: all;
}
#modal-menu.modal-menu .modal-inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#modal-menu.modal-menu .modal-header {
  min-height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  width: 100%;
  height: 100%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#modal-menu.modal-menu .modal-header::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color01);
  opacity: 1;
}
#modal-menu.modal-menu .modal-header-inner {
  line-height: 1.4;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: transform 0.2s ease;
}
#modal-menu.modal-menu .modal-header__info {
  height: 100%;
  min-width: 29.5em;
  padding: 0 1.25%;
  background-color: #1d1d1d;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal-menu.modal-menu .modal-header__info-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2em 0;
}
#modal-menu.modal-menu .modal-header__right {
  width: 100%;
  height: 100%;
  padding: 1em 0;
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
}
#modal-menu.modal-menu .modal-header__info-logo {
  width: 90%;
  max-width: 19em;
  margin: 0 auto;
}
#modal-menu.modal-menu .modal-header__info-lead {
  font-size: 1.175em;
  font-weight: 600;
  color: white;
  text-align: center;
}
#modal-menu.modal-menu .modal-header__buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2em 0;
}
#modal-menu.modal-menu .modal-header__buttons--mobile {
  display: none;
}
#modal-menu.modal-menu .modal-header__button {
  color: var(--base-color01);
  font-weight: 700;
  text-decoration: unset;
  padding: 1em 0;
  height: 5em;
  border-radius: 0.5em;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal-menu.modal-menu .modal-header__butotn-text {
  text-align: center;
}
#modal-menu.modal-menu .modal-header__menu {
  font-size: 1em;
  width: 90%;
  height: 100%;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal-menu.modal-menu .modal-header__menu-inner {
  display: flex;
  width: 100%;
}
#modal-menu.modal-menu .modal-header__menu-list {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
#modal-menu.modal-menu .modal-header__menu-link {
  color: unset;
  text-decoration: unset;
  transition: opacity 0.2s;
}
#modal-menu.modal-menu a.modal-header__menu-link:hover {
  opacity: 0.65;
}
#modal-menu.modal-menu .modal-header__menu-text {
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
#modal-menu.modal-menu .modal-header__menu-text-en {
  font-size: 2em;
  margin-bottom: 0.1em;
}
#modal-menu.modal-menu .modal-header__menu-text-ja {
  font-weight: 600;
}
#modal-menu.modal-menu .modal-header__child-menu {
  font-weight: 500;
  margin-top: 1em;
  max-width: 37em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75em 0;
}
#modal-menu.modal-menu .modal-header__child-menu-item {
  position: relative;
  counter-increment: listnum;
}
#modal-menu.modal-menu .modal-header__child-menu-item::before {
  content: counter(listnum, decimal-leading-zero);
  color: var(--main-color01);
  width: 1.3em;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.075em;
}
#modal-menu.modal-menu .modal-header__child-menu-link {
  width: 100%;
  transition: opacity 0.2s;
}
#modal-menu.modal-menu a.modal-header__child-menu-link:hover {
  opacity: 0.65;
}
#modal-menu.modal-menu .modal-header__child-menu-text {
  font-weight: 600;
}
#modal-menu.modal-menu .modal-bg {
  position: fixed;
  position: -webkit-fixed;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
#modal-menu.modal-menu.modal-open {
  /* opacity: 0; */
  /* visibility: hidden; */
  opacity: 1;
  visibility: visible;
}
#modal-menu.modal-menu.modal-open .modal-header-text {
  /* transform: translateX(0); */
}

#mainvisual.mainvisual {
  margin: 0;
  padding: 0;
  max-width: unset;
  font-size: 1em;
  font-size: min(1.6vh, min(1.02vw, 1em));
  width: 100%;
  height: calc(100vh - var(--header-height));
}
@supports (height: 100svh) {
  #mainvisual.mainvisual {
    height: calc(100svh - var(--header-height));
    max-height: 881px;
  }
}
#mainvisual.mainvisual {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#mainvisual.mainvisual p, #mainvisual.mainvisual ul, #mainvisual.mainvisual li, #mainvisual.mainvisual h1, #mainvisual.mainvisual h2, #mainvisual.mainvisual h3, #mainvisual.mainvisual h4 {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mainvisual.mainvisual .mainvisual-inner {
  width: 95%;
  height: calc(100% - 2em);
  border-radius: 1.25em;
  padding: 2em;
  margin-bottom: auto;
  background-color: var(--bg-color01);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
#mainvisual.mainvisual .mainvisual-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("./images/pattern-001.webp");
  background-repeat: repeat;
  background-position: top center;
  mix-blend-mode: multiply;
  opacity: 0.375;
  z-index: 0;
}
#mainvisual.mainvisual .mainvisual-inner > * {
  z-index: 10;
}
#mainvisual.mainvisual .mainvisual__content {
  color: white;
  width: 100%;
  max-width: 1400px;
}
#mainvisual.mainvisual .mainvisual__content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mainvisual.mainvisual .mainvisual__catch {
  font-weight: 600;
}
#mainvisual.mainvisual .mainvisual__catch-title {
  font-size: 4em;
  line-height: 1.8;
  display: inline;
  background: linear-gradient(90deg, #ff8c00 0%, #fff080 100%) left bottom/100% 3% no-repeat, linear-gradient(90deg, #ff8c00 0%, #fff080 100%) left 89.4737%/100% 5% no-repeat;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 0.3em;
}
#mainvisual.mainvisual .mainvisual__catch-lead1 {
  font-size: 2em;
  line-height: 1.4;
  margin: 1.5em 0;
}
#mainvisual.mainvisual .mainvisual__catch-handwritten {
  margin-right: 0.125em;
  padding: 0.075em 0.3em 0;
  line-height: 1.1;
  background-color: white;
  border-radius: 0.05em;
  color: black;
  display: inline-block;
}
#mainvisual.mainvisual .mainvisual__display {
  width: 48.75em;
}
#mainvisual.mainvisual .mainvisual__display-img {
  display: block;
}
#mainvisual.mainvisual .mainvisual__record {
  color: var(--base-color01);
  font-weight: 600;
  margin-top: 4em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5em;
}
#mainvisual.mainvisual .mainvisual__record-item {
  padding: 3em 0;
  border-radius: 0.625em;
  background-color: var(--main-color01);
  background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
  box-shadow: 0 0.375em 0 #735426;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em 0;
}
#mainvisual.mainvisual .mainvisual__record-head {
  font-size: 1.5em;
  line-height: 1.4;
  text-align: center;
}
#mainvisual.mainvisual .mainvisual__record-value {
  line-height: 1.4;
  font-size: 2.5em;
}
#mainvisual.mainvisual .mainvisual__record-value-unit {
  font-size: 0.5em;
}
#mainvisual.mainvisual .mainvisual__record-value-number,
#mainvisual.mainvisual .mainvisual__record-value-text {
  font-size: 2.5em;
  line-height: 1;
  margin: 0 0.05em;
  display: inline;
}

@media screen and (max-width: 1023px) {
  .p-price-plan .p-section-inner {
    padding: 64px 0;
  }
  .p-price-plan .p-price-plan__title {
    font-size: 2.2em;
    padding-bottom: 0.5em;
  }
  .p-price-plan .p-price-plan__title::after {
    width: 72px;
    height: 8px;
  }
  .p-price-plan .p-price-plan__pricing-board {
    margin-top: 56px;
    padding: 32px 20px;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .p-price-plan .p-price-plan__pricing-item {
    flex-direction: column;
    gap: 18px;
  }
  .p-price-plan .p-price-plan__pricing-content {
    width: 100%;
    text-align: center;
  }
  .p-price-plan .p-price-plan__pricing-badge {
    font-size: 1.05em;
  }
  .p-price-plan .p-price-plan__pricing-price {
    justify-content: center;
  }
  .p-price-plan .p-price-plan__pricing-price-main {
    font-size: 3.35em;
  }
  .p-price-plan .p-price-plan__pricing-price-unit {
    font-size: 1.55em;
  }
  .p-price-plan .p-price-plan__pricing-note {
    font-size: 0.95em;
    text-align: center;
    margin-top: 0.7em;
    word-break: keep-all;
  }
  .p-price-plan .p-price-plan__pricing-divider {
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(to right, rgba(17, 17, 17, 0.35) 0, rgba(17, 17, 17, 0.35) 4px, transparent 4px, transparent 8px);
  }
  .p-price-plan .p-price-plan__contact-title {
    font-size: 1.5em;
  }
  .p-price-plan .p-price-plan__contact-lead {
    font-size: 0.9em;
    line-height: 1.9;
  }
  .p-price-plan .p-price-plan__form-card {
    margin-top: 36px;
    padding: 36px 20px 44px;
  }
  .p-price-plan .p-price-plan__form-card .p-contact__field-label {
    font-size: 1.05em;
  }
  .p-price-plan .p-price-plan__form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .p-price-plan .p-price-plan__checkbox-panel {
    padding: 16px 18px 10px;
  }
  .p-price-plan .p-price-plan__checkboxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
  }
  .p-price-plan .p-price-plan__checkboxes .wpcf7-list-item label {
    font-size: 0.95em;
  }
  .p-price-plan .p-price-plan__form-card .wpcf7-submit {
    width: 100%;
    max-width: unset;
    min-width: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-price-plan .p-section-inner {
    padding: 56px 0;
  }
  .p-price-plan .p-price-plan__title {
    font-size: 1.95em;
    padding-bottom: 0.6em;
  }
  .p-price-plan .p-price-plan__title::after {
    width: 68px;
    height: 8px;
  }
  .p-price-plan .p-price-plan__pricing-board {
    padding: 28px 16px;
  }
  .p-price-plan .p-price-plan__pricing-item {
    gap: 14px;
  }
  .p-price-plan .p-price-plan__pricing-badge {
    font-size: 0.95em;
  }
  .p-price-plan .p-price-plan__pricing-price-main {
    font-size: 2.85em;
  }
  .p-price-plan .p-price-plan__pricing-price-unit {
    font-size: 1.35em;
  }
  .p-price-plan .p-price-plan__pricing-note {
    font-size: 0.85em;
    line-height: 1.7;
  }
  .p-price-plan .p-price-plan__checkbox-panel {
    padding: 14px 14px 8px;
  }
  .p-price-plan .p-price-plan__checkboxes {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .p-price-plan .p-price-plan__checkboxes .wpcf7-list-item label {
    font-size: 0.9em;
    align-items: flex-start;
  }
  .p-price-plan .p-price-plan__contact-title {
    font-size: 1.25em;
  }
  .p-price-plan .p-price-plan__contact-lead {
    font-size: 0.85em;
  }
  .p-price-plan .p-price-plan__form-card {
    padding: 28px 14px 36px;
  }
}
@media screen and (max-width: 1023px) {
  .p-portal-operation .p-section-inner {
    padding: 64px 0;
  }
  .p-portal-operation .p-portal-operation__tab {
    min-width: 200px;
    font-size: 1.05em;
    padding: 0.9em 1.6em;
  }
  .p-portal-operation .p-portal-operation__site-card {
    padding: 30px 24px;
  }
  .p-portal-operation .p-portal-operation__site-title {
    font-size: 2em;
  }
  .p-portal-operation .p-portal-operation__section-title {
    font-size: 1.8em;
  }
  .p-portal-operation .p-portal-operation__feature-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .p-portal-operation .p-portal-operation__site-section {
    padding-top: 20px;
  }
  .p-portal-operation .p-portal-operation__tab {
    min-width: 168px;
  }
  .p-portal-operation .p-portal-operation__site-card {
    padding: 22px 18px;
  }
  .p-portal-operation .p-portal-operation__site-label {
    font-size: 0.875em;
  }
  .p-portal-operation .p-portal-operation__site-title {
    font-size: 1.6667em;
  }
  .p-portal-operation .p-portal-operation__section-title {
    font-size: 1.4667em;
  }
  .p-portal-operation .p-portal-operation__feature-grid {
    gap: 24px;
    margin-top: 36px;
  }
  .p-portal-operation .p-portal-operation__feature-head {
    padding: 24px 18px;
  }
  .p-portal-operation .p-portal-operation__feature-title {
    font-size: 1.25em;
    line-height: 1.6;
  }
  .p-portal-operation .p-portal-operation__feature-body {
    padding: 22px 18px 24px;
  }
  .p-portal-operation .p-portal-operation__button {
    min-width: 100%;
    font-size: 0.95em;
  }
  .p-portal-operation .p-portal-operation__site-actions {
    gap: 14px;
  }
  .p-portal-operation .p-portal-operation__site-grid {
    gap: 2em;
  }
}
@media screen and (max-width: 1800px) {
  #review .review-inner .review-box .review-card-area .review-card-box .review-card-item {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 1500px) {
  #review .review-inner .review-box .review-card-area .review-card-box .review-card-item {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 1420px) {
  #review .review-inner .review-box .review-card-area .review-card-box .review-card-item {
    flex-basis: 33.3333333333%;
  }
  #modal-menu.modal-menu .modal-header__child-menu {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1240px) {
  .p-web-creation .p-web-creation__zigzag-text-title {
    font-size: 1.75em;
  }
  .p-our-strength .p-our-strength__summary {
    margin-top: 72px;
    padding: 56px 40px;
  }
  .p-our-strength .p-our-strength__cards {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 720px;
    margin: 0 auto;
  }
  .p-our-strength .p-our-strength__card-head {
    min-height: 0;
    padding: 40px 32px;
  }
  .m-header .m-header__split {
    gap: 1.5em;
  }
  .m-header .m-header__menu-list {
    gap: 1.5em;
  }
}
@media screen and (max-width: 1023px) {
  #feature .feature__list {
    max-width: 50em;
    margin: 2.5em auto 0;
  }
  #feature .feature__item {
    padding: 2.5em 1.5em;
    grid-template-columns: 4.375em minmax(0, 1fr);
    grid-template-areas: "number title" "description description";
    -moz-column-gap: 1.5em;
         column-gap: 1.5em;
    row-gap: 1.25em;
  }
  #feature .feature__item-title {
    font-size: 1.675em;
  }
  #feature .feature__item-number {
    font-size: 2.375em;
  }
  #noticed .noticed__title {
    font-size: 22.5px;
  }
  #noticed .noticed__lead {
    font-size: 25.2px;
  }
  #noticed .noticed__letter {
    font-size: 18px;
  }
  .footer-bottom-flex {
    gap: 0.75em;
  }
  #footer-in .footer-bottom {
    flex-direction: column;
  }
  .sns-list {
    margin-top: 0;
  }
  .copyright {
    margin-top: unset;
  }
  .home .t-works #product-all .service {
    width: 50%;
  }
  .home .t-works #product-all .service:last-child {
    display: none;
  }
  .home .t-service .t-service__card-title-ja {
    font-size: 1.375em;
  }
  .p-page .p-page__title {
    font-size: 5em;
  }
  .p-page .p-page__section-title {
    font-size: 5em;
  }
  .p-page .p-adv-design__price-table-title {
    font-size: 1.125em;
  }
  .p-page .p-adv-design__price-table-price {
    font-size: 2.5em;
  }
  .p-web-creation .p-web-creation__price-cards {
    grid-template-columns: 1fr;
    max-width: 36em;
    margin-right: auto;
    margin-left: auto;
    gap: 1em;
  }
  .p-web-creation .p-web-creation__price-card {
    padding: 1.5em;
  }
  .p-web-creation .p-web-creation__price-amount-number {
    font-size: 3.25em;
  }
  .p-web-creation .p-web-creation__zigzag-item {
    grid-template-columns: 1fr;
  }
  .p-web-creation .p-web-creation__zigzag-item:nth-of-type(even) .p-web-creation__zigzag-picture {
    order: unset;
  }
  .p-web-creation .p-web-creation__zigzag-item:nth-of-type(even) .p-web-creation__zigzag-picture-inner {
    border-radius: unset;
  }
  .p-web-creation .p-web-creation__zigzag-item:nth-of-type(even) .p-web-creation__zigzag-text {
    margin: 2em auto 0;
  }
  .p-web-creation .p-web-creation__zigzag-picture-inner {
    border-radius: unset;
    padding-top: 50%;
    position: relative;
    width: 100%;
  }
  .p-web-creation .p-web-creation__zigzag-picture-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-web-creation .p-web-creation__zigzag-text {
    width: 90%;
    max-width: unset;
    margin: 2em auto 0;
  }
  .p-web-creation .p-web-creation__zigzag-text-title {
    font-size: 1.5em;
  }
  .p-web-creation .p-web-creation__zigzag-text-btn {
    font-size: 1.25em;
  }
  .p-our-strength .p-our-strength__title {
    font-size: 2.2em;
    padding-bottom: 0.5em;
  }
  .p-our-strength .p-our-strength__title::after {
    width: 72px;
    height: 8px;
  }
  .p-our-strength .p-our-strength__summary {
    margin-top: 56px;
    padding: 48px 28px;
  }
  .p-our-strength .p-our-strength__summary-title {
    font-size: 1.55em;
    line-height: 1.8;
  }
  .p-our-strength .p-our-strength__summary-text {
    font-size: 1em;
    line-height: 2;
    margin-top: 2em;
  }
  .p-our-strength .p-our-strength__summary-text br {
    display: none;
  }
  .p-our-strength .p-our-strength__card-title {
    font-size: 1.65em;
    line-height: 1.7;
  }
  .p-our-strength .p-our-strength__card-body {
    padding: 28px 24px 32px;
  }
  .p-our-strength .p-our-strength__card-text {
    font-size: 1em;
    line-height: 2;
  }
  .p-our-strength .p-our-strength__cta-link {
    width: min(100%, 220px);
    min-height: 82px;
    font-size: 1.15em;
  }
  .p-contact .p-page__title {
    font-size: 2.5em;
  }
  .p-contact .p-contact__split {
    grid-template-columns: 1fr;
    height: auto;
  }
  .p-contact .p-contact__pane {
    height: auto;
    overflow: visible;
  }
  .p-contact .p-contact__pane .section-inner {
    padding: 56px 0;
  }
  .p-contact .p-contact__quick-box {
    margin-top: 3em;
  }
  #review .review-inner .review-box .review-card-area .review-card-box .review-card-item {
    flex-basis: 50%;
  }
  .m-header .m-header__hm.close .m-header__hm--inner .m-header__hm-line, .m-header .m-header__hm.close .m-header__hm--inner::before, .m-header .m-header__hm.close .m-header__hm--inner::after {
    background-color: white;
  }
  #modal-menu.modal-menu .modal-header-inner {
    flex-direction: column;
    justify-content: flex-start;
  }
  #modal-menu.modal-menu .modal-header__right {
    padding: 4em 0;
  }
  #modal-menu.modal-menu .modal-header__info {
    width: 100%;
    min-width: unset;
    padding: 4em 5%;
  }
}
@media screen and (max-width: 900px) {
  #review .review-inner .review-box .review-card-area .review-card-box .review-card-item {
    flex-basis: 50%;
  }
  .home .t-service .t-service__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home .t-service .t-service__card.t-service__card--full {
    grid-column: span 2;
  }
  .home .t-service .t-service__card.t-service__card--portal .t-service__card-link {
    grid-template-columns: 1fr;
    grid-template-areas: "picture" "heading" "text";
  }
  .home .t-service .t-service__card.t-service__card--portal .t-service__text {
    padding: 2em 1.5em;
  }
  #mainvisual.mainvisual {
    font-size: 1em;
    font-size: min(1.95vh, min(3.4vw, 1em));
    height: unset;
  }
  #mainvisual.mainvisual .mainvisual-inner {
    padding: 3em 5%;
  }
  #mainvisual.mainvisual .mainvisual__content-top {
    flex-direction: column-reverse;
    gap: 2em 0;
    position: relative;
  }
  #mainvisual.mainvisual .mainvisual__display {
    position: absolute;
    right: 0;
    top: 6em;
    width: 22em;
  }
  #mainvisual.mainvisual .mainvisual__catch {
    width: 100%;
  }
  #mainvisual.mainvisual .mainvisual__catch-title {
    font-size: 3em;
  }
  #mainvisual.mainvisual .mainvisual__catch-lead1 {
    font-size: 1.375em;
    margin: 1em 0;
  }
  #mainvisual.mainvisual .mainvisual__record {
    margin-top: 2em;
    gap: 1.5em;
  }
  #mainvisual.mainvisual .mainvisual__record-item {
    padding: 1.5em 0;
  }
  #mainvisual.mainvisual .mainvisual__record-value-number,
  #mainvisual.mainvisual .mainvisual__record-value-text {
    font-size: 1.25em;
  }
  #mainvisual.mainvisual .mainvisual__record-head {
    font-size: 1.25em;
  }
  #mainvisual.mainvisual .mainvisual__record-head .il-block {
    display: block;
  }
  #mainvisual.mainvisual .mainvisual__record-value-unit {
    font-size: 0.375em;
  }
}
@media screen and (max-width: 768px) {
  #modal-menu.modal-menu .modal-header__buttons--desktop {
    display: none;
  }
  #modal-menu.modal-menu .modal-header__right {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  #modal-menu.modal-menu .modal-header__menu {
    height: auto;
  }
  #modal-menu.modal-menu .modal-header__buttons--mobile {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  #modal-menu.modal-menu .modal-header__button {
    min-width: 0;
    height: auto;
    min-height: 5em;
    padding: 16px 12px;
  }
  :root {
    --header-height: 60px;
  }
  .tax-works_category h1.port,
  .tax-works_tag h1,
  .portTitle,
  #main__visual .portTitle {
    font-size: 2rem;
  }
  .tax-works_category h1.port span,
  .tax-works_tag h1 span,
  .portTitle span,
  #main__visual .portTitle span {
    font-size: 0.6rem;
  }
  #review .review-head-box .review-head-ttl-box .review-head-ttl-text-box {
    font-size: 20px;
  }
  #review .review-head-box .review-head-ttl-box .review-head-ttl-evaluation-box {
    font-size: 1em;
  }
  #review .review-inner .review-box .review-card-area .review-card-box {
    flex-direction: column;
    gap: 16px;
    max-height: min(70svh, 600px);
    overflow-x: hidden;
    overflow-y: auto;
    scroll-snap-type: none;
    scrollbar-width: thin;
  }
  #review .review-inner .review-box .review-card-area .review-card-box::-webkit-scrollbar {
    display: block;
    width: 6px;
  }
  #review .review-inner .review-box .review-card-area .review-card-box::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
  }
  #review .review-inner .review-box .review-card-area .review-card-box .review-card-item {
    flex-basis: auto;
    width: 100%;
    min-width: 0;
    padding: 0 8px;
  }
  #review .review-inner .review-box .review-btn-box {
    display: none;
  }
  #feature {
    padding: 64px 0;
  }
  #feature .feature__item {
    padding: 2em 1em;
  }
  #noticed {
    padding: 64px 0;
  }
  #noticed .noticed__lead .noticed__lead-text {
    justify-content: center;
  }
  #noticed .noticed__lead .noticed__lead-text .noticed__lead-text--center {
    width: 100%;
    margin: 0.4em 0;
  }
  #noticed .noticed__letter {
    text-align: justify;
  }
  #noticed .noticed__letter .sp-none {
    display: none;
  }
  .home .article .section-title {
    font-size: 3.5em;
  }
  .home .t-service {
    padding: 64px 0 0;
  }
  .home .t-service .t-service__grid {
    margin: 64px 0;
  }
  .home .t-works .inner {
    width: 100%;
  }
  .home .t-works .poName {
    font-size: 0.785em;
  }
  .home .t-works #product-all .poName {
    font-size: 0.875em;
  }
  .p-page .section-inner {
    padding: var(--header-height) 0 50px;
  }
  .p-page .p-page__title {
    font-size: 3.5em;
  }
  .p-page .p-page__summary {
    margin: 4em 0;
  }
  .p-page .p-page__summary-title {
    font-size: 1.125em;
  }
  .p-page .p-page__summary-text {
    font-size: 1em;
  }
  .p-page .p-page__chat-link {
    font-size: 0.875em;
  }
  .p-page .p-page__section-title {
    font-size: 3.5em;
  }
  .p-web-creation .p-web-creation__section-title {
    font-size: 3.5em;
  }
  .p-web-creation .p-web-creation__price {
    margin: 5em 0 4em;
  }
  .p-web-creation .p-web-creation__price-lead {
    font-size: 1em;
    line-height: 1.8;
    margin-top: 2em;
    text-align: justify;
  }
  .p-web-creation .p-web-creation__price-lead br {
    display: none;
  }
  .p-web-creation .p-web-creation__price-lead .il-block {
    display: inline;
  }
  .p-web-creation .p-web-creation__price-selector {
    margin-top: 2em;
  }
  .p-web-creation .p-web-creation__price-switch-label {
    font-size: 0.9em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    flex-direction: column;
    gap: 0;
  }
  .p-web-creation .p-web-creation__price-card {
    padding: 2em;
  }
  .p-web-creation .p-web-creation__chat-link {
    font-size: 0.875em;
  }
  .p-web-ad-promotion .p-web-ad-promotion__title {
    font-size: 2.05em;
  }
  .p-web-ad-promotion .p-web-ad-promotion__result-grid {
    grid-template-columns: 1fr;
  }
  .p-web-ad-promotion .p-web-ad-promotion__result-card {
    min-height: unset;
    padding: 28px 20px;
  }
  .p-web-ad-promotion .p-web-ad-promotion__result-card::after {
    width: calc(100% - 48px);
    height: 1px;
    top: unset;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
  .p-web-ad-promotion .p-web-ad-promotion__problem-solution {
    grid-template-columns: 1fr;
  }
  .p-web-ad-promotion .p-web-ad-promotion__problem-card,
  .p-web-ad-promotion .p-web-ad-promotion__solution-card {
    padding: 36px 28px;
    justify-content: flex-start;
  }
  .p-web-ad-promotion .p-web-ad-promotion__solution-card::before {
    width: 36px;
    height: 36px;
    top: 0;
    left: 50%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    transform: translate(-50%, -1px);
  }
  .p-web-ad-promotion .p-web-ad-promotion__problem-text,
  .p-web-ad-promotion .p-web-ad-promotion__solution-item {
    font-size: 1.15em;
  }
  .p-web-ad-promotion .p-web-ad-promotion__badge--dark {
    margin-left: unset;
  }
  .p-contact .p-page__title {
    font-size: 2em;
  }
  .p-contact .p-contact__lead {
    font-size: 1.125em;
    line-height: 1.8;
  }
  .p-contact .p-contact__letter {
    line-height: 1.9;
  }
  .p-contact .p-contact__review#review {
    margin-top: 3.5em;
  }
  .p-contact .p-contact__review#review .review-head-box .review-head-ttl-box {
    padding: 18px 16px;
  }
  .p-contact .p-contact__review#review .review-head-ttl-text-box {
    font-size: 20px;
  }
  .p-contact .p-contact__review#review .review-head-ttl-evaluation-box {
    flex-direction: column;
    font-size: 18px;
    gap: 0.5em 0;
  }
  .p-contact .p-contact__review#review .review-head-ttl-evaluation-text-box {
    margin-left: 0;
  }
  .p-contact .p-contact__review#review .review-inner {
    padding: 44px 16px 16px;
  }
  .p-contact .p-contact__review#review .review-card-item {
    flex-basis: 88%;
    min-width: unset;
  }
  .p-contact .p-contact__review#review .review-btn-box .preview-btn {
    font-size: 32px;
  }
  .p-contact .p-contact__form {
    padding: 0;
  }
  .p-contact .p-contact__quick-title {
    font-size: 1.5em;
  }
  .p-contact .p-contact__quick-text {
    font-size: 0.9375em;
    line-height: 1.9;
  }
  .p-contact .p-contact__field-label {
    font-size: 1.125em;
  }
  .p-contact .p-contact__quick-link,
  .p-contact .p-contact__content .wpcf7-submit {
    width: 100%;
    max-width: unset;
    min-width: 0;
  }
  .p-adv-design .p-adv-design__title {
    font-size: 1.25em;
  }
  .p-adv-design .p-adv-design__price-table {
    grid-template-columns: 1fr;
  }
  .p-adv-design .p-adv-design__price-table-item {
    min-height: unset;
    padding: 3em 0;
  }
  .p-adv-design .p-adv-design__price-table-item::before {
    width: calc(100% - 4em);
    height: 1px;
    bottom: 0;
    right: unset;
  }
  .p-adv-design .p-adv-design__works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-our-strength .p-our-strength-summary .p-page__summary {
    margin-bottom: 0;
  }
  .p-portal-operation .p-portal-operation__site-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .p-portal-operation .p-portal-operation__message {
    font-size: 1.12rem;
  }
  .m-header .m-header__main {
    font-size: 1em;
    padding: 0.75em 0;
  }
  .m-header .m-header__split {
    padding-right: unset;
    margin-right: auto;
  }
  .m-header .m-header__right {
    display: none;
  }
  .m-header .m-header__logo {
    width: 8.5em;
  }
  .m-header .m-header__hm {
    width: 2.5em;
    height: 2.5em;
    min-width: unset;
    min-height: unset;
  }
  #mainvisual.mainvisual .mainvisual__display {
    top: 9em;
    width: 16em;
  }
  #mainvisual.mainvisual .mainvisual__record {
    gap: 1em;
  }
  #mainvisual.mainvisual .mainvisual__record-item {
    gap: 0;
  }
  #mainvisual.mainvisual .mainvisual__record-head {
    font-size: 1.25em;
  }
  #mainvisual.mainvisual .mainvisual__record-value-number,
  #mainvisual.mainvisual .mainvisual__record-value-text {
    font-size: 1.125em;
  }
  .t-company {
    padding: 64px 0;
  }
}
@media screen and (max-width: 666px) {
  #Portfolio ul.product li p.poType {
    display: none;
  }
  #mainvisual.mainvisual .mainvisual-inner {
    padding: 1.5em 5%;
  }
  #mainvisual.mainvisual .mainvisual__catch-lead2 {
    font-size: 0.85em;
    width: calc(100% - 12.2222em);
    min-width: 12.2222em;
  }
  #mainvisual.mainvisual .mainvisual__display {
    top: unset;
    width: 11em;
    bottom: 0.5em;
  }
  #mainvisual.mainvisual .mainvisual__record-head {
    font-size: 0.8em;
  }
  #mainvisual.mainvisual .mainvisual__record-value-unit {
    font-size: 0.25em;
  }
  #mainvisual.mainvisual .mainvisual__record-value-number,
  #mainvisual.mainvisual .mainvisual__record-value-text {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 480px) {
  :root {
    --header-height: 52px;
  }
  .none-sp {
    display: none;
  }
  .sp-text-start {
    text-align: start !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-end {
    text-align: end !important;
  }
  .sp-text-justify {
    text-align: justify !important;
  }
  #message {
    padding-top: 1em;
  }
  #message .message-box {
    font-size: 0.9em;
    padding: 0.5em 0;
  }
  #message .message-box .sp-text-start {
    text-align: start;
  }
  #review .review-head-box .review-head-ttl-box {
    padding: 18px;
  }
  #review .review-head-box .review-head-ttl-box .review-head-ttl-text-box {
    font-size: 16px;
    font-weight: 800;
  }
  #review .review-head-box .review-head-ttl-box .review-head-ttl-text-box span:not(:first-child) {
    margin-top: 0.375em;
  }
  #review .review-head-box .review-head-ttl-box .review-head-ttl-evaluation-box {
    font-size: 13px;
  }
  #feature .feature__list {
    margin-top: 2em;
  }
  #feature .feature__item {
    padding: 1.75em 0;
    grid-template-columns: 52px minmax(0, 1fr);
    -moz-column-gap: 0.75em;
         column-gap: 0.75em;
    row-gap: 1.125em;
  }
  #feature .feature__item-title {
    font-size: 1.25em;
  }
  #feature .feature__item-number {
    font-size: 2.75em;
  }
  #noticed .noticed__title {
    font-size: 1.25rem;
  }
  #noticed .noticed__lead {
    font-size: 1.4rem;
  }
  #noticed .noticed__letter {
    font-size: 0.8rem;
  }
  #info .info {
    font-size: 1.175rem;
    padding-left: 0;
    padding-right: 0;
  }
  #Portfolio ul.product li p {
    font-size: 0.8rem;
  }
  .home .article .section-title {
    font-size: 3em;
  }
  .home .t-service .t-service__grid {
    grid-template-columns: 1fr;
    gap: 2em;
  }
  .home .t-service .t-service__card.t-service__card--full {
    grid-column: span 1;
  }
  .home .t-service .t-service__card--portal .t-service__card-heading--dark {
    display: block;
  }
  .home .t-service .t-service__banner {
    margin-top: 2em;
  }
  .home .t-service .t-service__letter br {
    display: none;
  }
  .home .t-works .t-works__title-sub {
    font-size: 0.5rem;
  }
  .p-page .section-inner {
    padding: 30px 0;
  }
  .p-page .p-page__title {
    font-size: 3em;
  }
  .p-section-inner {
    padding: 64px 0;
  }
  .p-web-creation .p-web-creation__section-title {
    font-size: 3em;
  }
  .p-web-creation #Portfolio {
    margin: 3em 0;
  }
  .p-web-creation .p-web-creation__flow-list {
    margin-top: 3em;
  }
  .p-web-creation .p-web-creation__flow-list-title {
    font-size: 1.5em;
  }
  .p-web-creation .p-web-creation__flow-list-item {
    padding: 1em 0 2em 4em;
  }
  .p-web-creation .p-web-creation__zigzag {
    margin: 3em 0;
  }
  .p-web-ad-promotion .inner {
    width: min(100% - 32px, 1200px);
  }
  .p-web-ad-promotion .p-web-ad-promotion__title {
    font-size: 1.9em;
    padding-bottom: 0.6em;
  }
  .p-web-ad-promotion .p-web-ad-promotion__title::after {
    width: 68px;
    height: 8px;
  }
  .p-web-ad-promotion .p-web-ad-promotion__case-tab {
    width: 148px;
    font-size: 1.125em;
    border-radius: 18px 18px 0 0;
  }
  .p-web-ad-promotion .p-web-ad-promotion__case-title {
    font-size: 1.3em;
    margin-bottom: 0.7em;
  }
  .p-web-ad-promotion .p-web-ad-promotion__result-label {
    font-size: 1.25em;
  }
  .p-web-ad-promotion .p-web-ad-promotion__result-value {
    margin-top: 0.75em;
  }
  .p-web-ad-promotion .p-web-ad-promotion__result-value-main {
    font-size: 2.45em;
  }
  .p-web-ad-promotion .p-web-ad-promotion__result-value-sub {
    font-size: 1.25em;
  }
  .p-web-ad-promotion .p-web-ad-promotion__result-value-sub2 {
    font-size: 2em;
  }
  .p-web-ad-promotion .p-web-ad-promotion__problem-solution {
    margin-top: 40px;
  }
  .p-web-ad-promotion .p-web-ad-promotion__problem-card,
  .p-web-ad-promotion .p-web-ad-promotion__solution-card {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 20px;
    padding: 2em 1em;
  }
  .p-web-ad-promotion .p-web-ad-promotion__badge {
    width: 78px;
    height: 78px;
    font-size: 0.95em;
  }
  .p-web-ad-promotion .p-web-ad-promotion__problem-text,
  .p-web-ad-promotion .p-web-ad-promotion__solution-item {
    font-size: 1em;
    line-height: 1.7;
  }
  .p-web-ad-promotion .p-web-ad-promotion__badge--dark {
    margin-top: 1em;
  }
  .p-web-ad-promotion .p-web-ad-promotion__copy .p-web-ad-promotion__point {
    font-size: 1.375em;
  }
  .p-contact {
    padding-top: 4em;
  }
  .p-contact .p-page__title {
    font-size: 2em;
  }
  .p-contact .p-contact__pane .section-inner {
    padding: 48px 0;
  }
  .p-contact .p-contact__review#review .review-card-item {
    flex-basis: 100%;
  }
  .p-contact .p-contact__lead br {
    display: none;
  }
  .p-web-creation .p-web-creation__qa {
    margin-top: 3em;
  }
  .p-web-creation .p-web-creation__flow-list {
    margin: 2em 0 1em;
  }
  .p-web-creation .p-web-creation__qa-list-content {
    padding: 1.25em 1.5em 1.25em 1.5em;
  }
  .p-web-creation .p-web-creation__qa-list-content.p-web-creation__qa-list-content--a {
    padding: 0 1.5em 1.25em 1.5em;
  }
  .p-web-creation .p-web-creation__qa-list-content-btn {
    width: 2em;
    height: 2em;
    min-width: 2em;
    min-height: 2em;
  }
  .p-price-plan .p-section-inner {
    padding: 56px 0;
  }
  .p-price-plan .p-price-plan__title {
    font-size: 1.95em;
    padding-bottom: 0.6em;
  }
  .p-price-plan .p-price-plan__title::after {
    width: 68px;
    height: 8px;
  }
  .p-price-plan .p-price-plan__pricing-board {
    margin-top: 58px;
    padding: 32px 20px;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .p-price-plan .p-price-plan__pricing-item {
    flex-direction: column;
    gap: 18px;
  }
  .p-price-plan .p-price-plan__pricing-content {
    width: 100%;
    text-align: center;
  }
  .p-price-plan .p-price-plan__pricing-badge {
    font-size: 1.05em;
  }
  .p-price-plan .p-price-plan__pricing-price {
    justify-content: center;
  }
  .p-price-plan .p-price-plan__pricing-price-main {
    font-size: 3.35em;
  }
  .p-price-plan .p-price-plan__pricing-price-unit {
    font-size: 1.55em;
  }
  .p-price-plan .p-price-plan__pricing-note {
    font-size: 0.95em;
    text-align: center;
    margin-top: 0.7em;
    word-break: keep-all;
  }
  .p-price-plan .p-price-plan__pricing-divider {
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(to right, rgba(17, 17, 17, 0.35) 0, rgba(17, 17, 17, 0.35) 4px, transparent 4px, transparent 8px);
  }
  .p-price-plan .p-price-plan__contact-title {
    font-size: 1.5em;
  }
  .p-price-plan .p-price-plan__contact-lead {
    font-size: 0.9em;
    line-height: 1.9;
  }
  .p-price-plan .p-price-plan__form-card {
    margin-top: 36px;
    padding: 36px 20px 44px;
  }
  .p-price-plan .p-price-plan__form-card .p-contact__field-label {
    font-size: 1.05em;
  }
  .p-price-plan .p-price-plan__form-card .wpcf7-submit {
    width: 100%;
    max-width: unset;
    min-width: 0;
  }
  #modal-menu.modal-menu .modal-header-inner {
    height: auto;
  }
  #modal-menu.modal-menu .modal-header__info {
    padding: 2em 5%;
  }
  #modal-menu.modal-menu .modal-header__right {
    height: auto;
    padding: 2em 0 !important;
  }
  #modal-menu.modal-menu .modal-header__info-inner {
    max-width: 325px;
    width: 100%;
  }
  #modal-menu.modal-menu .modal-header__menu {
    margin: 0 auto;
  }
  #modal-menu.modal-menu .modal-header__menu-inner {
    align-items: flex-start;
  }
  #modal-menu.modal-menu .modal-header__child-menu-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5em;
  }
  #mainvisual.mainvisual {
    height: calc(100svh - var(--header-height));
  }
  #mainvisual.mainvisual .mainvisual-inner {
    height: 100%;
    width: 100%;
    border-radius: unset;
  }
  #mainvisual.mainvisual .mainvisual__catch-lead2 {
    font-size: 0.9em;
  }
  #mainvisual.mainvisual .mainvisual__record-value {
    font-size: 2.375em;
  }
}
@media screen and (max-width: 480px) {
  #info .info {
    font-size: 1rem;
  }
  .p-section-inner {
    padding: 24px 0;
  }
  .p-our-strength .p-section-inner {
    padding: 56px 0;
  }
  .p-our-strength .p-our-strength__summary {
    margin-top: 48px;
    padding: 38px 18px;
  }
  .p-our-strength .p-our-strength__summary-title {
    font-size: 1.2em;
    line-height: 1.75;
  }
  .p-our-strength .p-our-strength__card-head {
    padding: 34px 20px;
  }
  .p-our-strength .p-our-strength__card-title {
    font-size: 1.35em;
    line-height: 1.7;
  }
  .p-our-strength .p-our-strength__card-body {
    padding: 24px 18px 28px;
  }
  .p-our-strength .p-our-strength__cta-list {
    gap: 18px;
  }
  .p-our-strength .p-our-strength__cta-link {
    min-height: 72px;
    font-size: 1em;
  }
  .p-our-strength .p-our-strength__cta-link::after {
    width: 36px;
    margin-left: 14px;
  }
  .p-price-plan .p-section-inner {
    padding: 56px 0;
  }
  .p-price-plan .p-price-plan__pricing-board {
    padding: 28px 16px;
  }
  .p-price-plan .p-price-plan__pricing-item {
    gap: 14px;
  }
  .p-price-plan .p-price-plan__pricing-badge {
    font-size: 0.95em;
  }
  .p-price-plan .p-price-plan__pricing-price-main {
    font-size: 2.85em;
  }
  .p-price-plan .p-price-plan__pricing-price-unit {
    font-size: 1.35em;
  }
  .p-price-plan .p-price-plan__pricing-note {
    font-size: 0.85em;
    line-height: 1.7;
  }
  .p-price-plan .p-price-plan__contact-title {
    font-size: 1.25em;
  }
  .p-price-plan .p-price-plan__contact-lead {
    font-size: 0.85em;
  }
  .p-price-plan .p-price-plan__form-card {
    padding: 28px 14px 36px;
  }
}
.u-text-gradient {
  color: #ffb347;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
  .u-text-gradient {
    background: linear-gradient(0deg, #ff8c00 0%, #fff080 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}

::-moz-selection {
  background: #ffe6a3;
  color: #111;
  -webkit-text-fill-color: #111;
  text-shadow: none;
}

::selection {
  background: #ffe6a3;
  color: #111;
  -webkit-text-fill-color: #111;
  text-shadow: none;
}/*# sourceMappingURL=style.css.map */