@charset "UTF-8";
/* variable
----------------------------------------------------------------- */
/* color */
/* font */
@media screen and (max-width: 1439px) and (min-width: 769px) {
  html {
    font-size: calc(1600 / 1440 * 1vw);
  }
}
@media screen and (max-width: 768px) and (min-width: 374px) {
  html {
    font-size: calc(1400 / 375 * 1vw);
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

body.no-scroll {
  overflow: hidden;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

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

code,
kbd,
pre,
samp {
  font-size: inherit;
  font-family: monospace, sans-serif;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  padding: 4px 6px;
  vertical-align: top;
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

@font-face {
  font-family: "Jua";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Jua-Regular.ttf") format("truetype");
}
.l-inner, .l-inner--1200, .l-inner--1120, .l-inner--1000 {
  max-width: 100%;
  width: 100%;
  margin-inline: auto;
}
.l-inner--1000 {
  width: 62.5rem;
}
.l-inner--1120 {
  width: 70rem;
}
.l-inner--1200 {
  width: 75rem;
}
@media screen and (max-width: 768px) {
  .l-inner, .l-inner--1200, .l-inner--1120, .l-inner--1000 {
    width: 92%;
  }
}

.l-outer {
  overflow: hidden;
}

.c-header {
  position: sticky;
  top: 0;
  display: flex;
  padding: 1rem 2.5rem;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  align-items: center;
  z-index: 9000;
}
@media screen and (max-width: 768px) {
  .c-header {
    padding: 0.625rem 1rem;
  }
}
.c-header__nav-list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-header__nav-list {
    display: none;
  }
}
.c-header__site-name-link {
  font-size: 1rem;
  display: flex;
  align-items: center;
}
@media (hover: hover) {
  .c-header__site-name-link:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.c-header__logo {
  width: 2.5rem;
}
.c-header__nav-link, .c-header__nav-link--square {
  font-size: 1rem;
}
@media (hover: hover) {
  .c-header__nav-link:where(:-webkit-any-link, :enabled, summary):hover, .c-header__nav-link--square:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.c-header__nav-link--square {
  background: #3d3937;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.3125rem;
  font-weight: 700;
}
.c-header__nav-link--brand-main {
  background: #1a2b8a;
}

.c-footer {
  padding: 5rem 0;
  color: #fff;
  background: #3d3937;
}
@media screen and (max-width: 768px) {
  .c-footer {
    padding: 5rem 0 1rem;
  }
}
.c-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .c-footer__inner {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.c-footer__inner-item {
  width: 100%;
}
.c-footer__nav-list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-footer__nav-list {
    flex-direction: column;
    gap: 0.625rem;
    width: 100%;
    align-items: flex-start;
  }
}
.c-footer__text {
  font-size: 0.875rem;
  line-height: 1.8;
}
.c-footer__nav-link {
  font-size: 1rem;
}
.c-footer__policy-link {
  font-size: 0.875rem;
  margin-top: 2.5rem;
  text-decoration: underline;
}
.c-footer__copylight {
  font-size: 0.75rem;
  margin-top: 5rem;
}
.c-footer__btn-wrap {
  display: flex;
  margin-top: 1rem;
  gap: 1.25rem;
}
.c-footer__btn {
  font-size: 1rem;
  padding: 0.5rem 1.25rem;
  color: #3d3937;
  border: 1px solid #fff;
  border-radius: 0.3125rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-footer__btn {
    width: 100%;
    text-align: center;
  }
}

.c-section-title__ja {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .c-section-title__ja {
    font-size: 1.5rem;
  }
}
.c-section-title__en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 0.25rem;
  text-transform: capitalize;
}

.c-works-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-works-list {
    grid-template-columns: 1fr;
  }
}
.c-works-list__link {
  display: block;
}
@media (hover: hover) {
  .c-works-list__link:where(:-webkit-any-link, :enabled, summary):hover .c-works-list__img {
    filter: none;
  }
}
.c-works-list__img-wrap {
  background: #f9f4f1;
  border-radius: 0.625rem;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-works-list__img {
  width: 100%;
  transition: 0.3s;
}
.c-works-list__meta-wrap {
  margin-top: 1rem;
}
.c-works-list__title {
  font-size: 1.125rem;
  margin-top: 0.625rem;
}
.c-works-list__categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}
.c-works-list__category, .c-works-list__category--marketing, .c-works-list__category--manage {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background: linear-gradient(90deg, #3a8dde 0%, #5fd1f9 100%);
  color: #fff;
}
.c-works-list__category--manage {
  background: linear-gradient(90deg, #11998e 0%, #38ef7d 100%);
}
.c-works-list__category--marketing {
  background: linear-gradient(90deg, #d7263d 0%, #ff7f50 100%);
  color: #fff;
}
.c-works-list__types {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 0.625rem;
}
.c-works-list__type-name {
  font-size: 0.875rem;
  color: #999;
  font-weight: 700;
}
.c-works-list__type-detail {
  font-size: 0.875rem;
  color: #3d3937;
}

.c-voice-slider--02 {
  margin-top: 1rem;
}
.c-voice-slider__slide {
  padding: 0.625rem 1.25rem;
  border-radius: 0.625rem;
  background: linear-gradient(90deg, #f9e7d9 0%, #f7d6c4 50%, #f9f4f1 100%);
  aspect-ratio: 16/9;
}
.c-voice-slider__meta {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.c-voice-slider__logo {
  width: 3.125rem;
}
.c-voice-slider__name {
  font-size: 0.875rem;
}
.c-voice-slider__text {
  font-size: 1rem;
  margin-top: 1.5rem;
}
.c-voice-slider__wrapper {
  transition-timing-function: linear !important;
}

.c-btn-common,
.wp-block-button__link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 1rem;
  position: relative;
  overflow: hidden;
}
.c-btn-common::after,
.wp-block-button__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #716f6e;
  transition: width 0.3s ease;
}
@media (hover: hover) {
  .c-btn-common:where(:-webkit-any-link, :enabled, summary):hover::after,
  .wp-block-button__link:where(:-webkit-any-link, :enabled, summary):hover::after {
    width: 100%;
  }
}
.c-btn-common__icon, .c-btn-common__icon--small,
.wp-block-button__link__icon--small,
.wp-block-button__link__icon {
  width: 2rem;
  height: 2rem;
  padding: 0.375rem;
  border: 1px solid #716f6e;
  border-radius: 50%;
}
.c-btn-common__icon--small,
.wp-block-button__link__icon--small {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.1875rem;
}
.c-btn-common__text, .c-btn-common__text--small,
.wp-block-button__link__text--small,
.wp-block-button__link__text {
  font-size: 1rem;
}
.c-btn-common__text--small,
.wp-block-button__link__text--small {
  font-size: 0.875rem;
}

.c-btn-square, .c-btn-square--line {
  font-size: 1rem;
  font-weight: 900;
  display: block;
  width: 100%;
  padding: 0.625rem;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 0.3125rem;
  background-color: #45aee0;
}
@media (hover: hover) {
  .c-btn-square:where(:-webkit-any-link, :enabled, summary):hover, .c-btn-square--line:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.c-btn-square--line {
  display: flex;
  background: #3ec755;
  align-items: center;
  gap: 0.3125rem;
  justify-content: center;
}
.c-btn-square__icon {
  width: 1.875rem;
  height: 1.875rem;
}

.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 1.25rem 1.875rem;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  width: 100%;
  z-index: 9999;
}

.cookie-popup.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.cookie-buttons {
  margin-top: 1rem;
}

.cookie-buttons button {
  margin: 0 0.625rem;
  padding: 0.5rem 1.25rem;
  border: none;
  background: #fff;
  color: #3d3937;
  cursor: pointer;
  border-radius: 0.25rem;
  font-weight: 700;
  transition: background 0.3s, color 0.3s;
}

.cookie-buttons button:hover {
  background: #007bff;
  color: #fff;
}

.cookie-popup {
  font-size: 0.875rem;
}

.c-form {
  width: 37.5rem;
  max-width: 100%;
  margin-inline: auto;
}
.c-form__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.c-form__item {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.c-form__label {
  display: flex;
  align-items: baseline;
  gap: 0.625rem;
}
.c-form__label-text {
  font-size: 1rem;
}
.c-form__label-required {
  font-size: 0.75rem;
  color: red;
}
.c-form__example {
  font-size: 0.9375rem;
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel] {
  font-size: 16px;
  width: 100%;
  padding: 0.625rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.3125rem;
}
.c-form textarea {
  font-size: 16px;
  width: 100%;
  padding: 0.625rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.3125rem;
}
.c-form input[type=submit] {
  font-size: 1rem;
  width: 100%;
  margin: 0.625rem 0;
  padding: 0.625rem;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
  border: none;
  border-radius: 0.3125rem;
  background-color: #3d3937;
}
@media (hover: hover) {
  .c-form input[type=submit]:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.c-form .mwform-radio-field-text {
  font-size: 1rem;
}

.c-service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-service-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.c-service-list__link {
  display: block;
  height: 100%;
  padding: 2.5rem;
  border: 1px solid #716f6e;
}
@media screen and (max-width: 768px) {
  .c-service-list__link {
    padding: 1.5rem 1rem;
  }
}
@media (hover: hover) {
  .c-service-list__link:where(:-webkit-any-link, :enabled, summary):hover .c-service-list__text::after {
    width: 100%;
  }
}
.c-service-list__link .c-service-list__text::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0.0625rem;
  content: "";
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #716f6e;
}
.c-service-list__headline {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.c-service-list__title {
  font-size: 1.25rem;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-service-list__title {
    font-size: 1.25rem;
  }
}
.c-service-list__text {
  font-size: 1rem;
  line-height: 1.8;
  position: relative;
  margin-top: 1rem;
  padding-top: 1rem;
  transition: 0.3s;
}
.c-service-list__text::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  content: "";
  background-color: #d9d9d9;
}
.c-service-list__icon {
  width: 2rem;
  height: 2rem;
  padding: 0.375rem;
  border: 1px solid #716f6e;
  border-radius: 50%;
}

.c-contact-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .c-contact-section {
    grid-template-columns: 1fr;
  }
}
.c-contact-section__item {
  border-top: 1px solid #716f6e;
  padding: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-contact-section__item {
    padding: 2.5rem 1rem;
  }
}
.c-contact-section__item:last-child {
  border-left: 1px solid #716f6e;
}
.c-contact-section__title {
  font-size: 1.5rem;
  font-weight: 700;
}
.c-contact-section__text {
  font-size: 1rem;
  margin-top: 1rem;
}
.c-contact-section__btn {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid #716f6e;
  border-radius: 0.3125rem;
  padding: 1rem 2.5rem;
}
@media (hover: hover) {
  .c-contact-section__btn:where(:-webkit-any-link, :enabled, summary):hover {
    background: #3d3937;
    color: #fff;
    font-weight: 700;
  }
  .c-contact-section__btn:where(:-webkit-any-link, :enabled, summary):hover .c-contact-section__icon {
    background: #fff;
  }
}
.c-contact-section__icon {
  width: 2rem;
  height: 2rem;
  padding: 0.375rem;
  border: 1px solid #716f6e;
  border-radius: 50%;
  transition: 0.3s;
}

.c-fv-slider__image-wrap {
  border-radius: 0.3125rem;
}
.c-fv-slider__image {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 0.3125rem;
}
.c-fv-slider__pagination {
  margin-top: 1rem;
  display: flex;
  justify-content: end;
  width: 90% !important;
  margin-inline: auto;
}
.c-fv-slider__pagination .swiper-pagination-bullet-active {
  background: #3d3937;
}

.c-list-post {
  display: grid;
}
.c-list-post__item {
  border-top: 1px solid #d9d9d9;
}
.c-list-post__item:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.c-list-post__link {
  display: flex;
  padding: 1rem 0;
  background: #fff;
  align-items: center;
  gap: 1rem;
}
.c-list-post img {
  width: 9.375rem;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.c-list-post__thumbnail {
  width: 9.375rem;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.c-list-post__title {
  font-size: 1rem;
  display: -webkit-box;
  overflow: hidden;
  transition: 0.3s;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-list-post__date {
  font-size: 0.875rem;
  margin-top: 0.625rem;
  color: #716f6e;
}

.c-post-categories__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.c-post-categories__item {
  font-size: 0.8125rem;
  border: 1px solid #d9d9d9;
  padding: 0.125rem 0.5rem;
  border-radius: 624.9375rem;
}

.c-share-btn {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (hover: hover) {
  .c-share-btn__link:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.c-share-btn__icon {
  width: 2rem;
}

.c-list-sidenav-category__item {
  border-top: 1px solid rgb(228, 237, 244);
}
.c-list-sidenav-category__item:last-child {
  border-bottom: 1px solid rgb(228, 237, 244);
}
.c-list-sidenav-category__link {
  font-size: 1rem;
  display: block;
  padding-block: 0.625rem;
}

.c-toc__link {
  font-size: 1rem;
}
.c-toc__link.is-active {
  background: #f0f4ff;
  color: #0056b3;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s;
  font-weight: 700;
}
.c-toc__list {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.c-toc__item--level3 {
  padding-left: 1.25rem;
}
.c-toc__item--level4 {
  padding-left: 1.875rem;
}

.c-page-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .c-page-header {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.c-page-header__title-ja {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-page-header__title-ja {
    font-size: 1.5rem;
  }
}
.c-page-header__title-en {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
}

.c-list-related {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.c-list-related__date {
  font-size: 0.875rem;
  color: #716f6e;
}
.c-list-related__modified {
  font-size: 0.875rem;
  color: #716f6e;
}
@media (hover: hover) {
  .c-list-related__link:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.c-list-related__title {
  font-size: 1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.5rem;
}
.c-list-related__term {
  font-size: 0.75rem;
  border: 1px solid #d9d9d9;
  padding: 0 0.5rem;
  border-radius: 624.9375rem;
  line-height: 1.8;
}

.c-post-end-share-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.c-post-end-share-btn__link {
  display: block;
  border: 1px solid #d9d9d9;
  border-radius: 0.3125rem;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) {
  .c-post-end-share-btn__link:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.c-post-end-share-btn__icon {
  width: 1.5rem;
  height: 1.5rem;
}

:root {
  /* 必要に応じて調整 */
  --banner-bg: #0c59a4; /* ブランドカラーの濃い目 */
  --banner-fg: #fff; /* 文字色 */
  --banner-accent: #14b8a6; /* アクセント（ホバー等） */
  --banner-radius: 16px; /* PCカード角丸 */
  --banner-z: 9999; /* 最前面 */
  --bottom-ui-offset: 0px; /* チャット/クッキーバナー等の下UI分をここで上げる */
}

.c-fixed-banner {
  position: fixed;
  z-index: var(--banner-z);
  right: 0;
  bottom: calc(max(env(safe-area-inset-bottom, 0px), 0px) + var(--bottom-ui-offset));
  left: 0;
  visibility: hidden;
  width: 100%;
  transition: transform 0.28s ease, opacity 0.28s ease, visibility 0s linear 0.28s;
  transform: translateY(100%);
  opacity: 0;
  color: var(--banner-fg);
  background: var(--banner-bg);
}
.c-fixed-banner__lead-text {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .c-fixed-banner__lead-text {
    margin-top: 0;
  }
}
.c-fixed-banner__image-wrap {
  width: 20rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-fixed-banner__image-wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .c-fixed-banner__image-wrap img {
    width: 9.375rem;
    flex-shrink: 0;
  }
}
.c-fixed-banner__btn-wrap {
  display: grid;
  margin-top: 0.625rem;
  grid-template-columns: 1fr;
  gap: 0.625rem;
}

@media (prefers-reduced-motion: reduce) {
  .c-fixed-banner {
    transition: none;
  }
}
.c-fixed-banner.is-visible {
  visibility: visible;
  transition: transform 0.28s ease, opacity 0.28s ease;
  transform: translateY(0);
  opacity: 1;
}

.c-fixed-banner__inner {
  display: grid;
  padding: 0.625rem;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-fixed-banner__inner {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
}

.c-fixed-banner__btn {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  padding: 0.75rem 0.875rem;
  text-align: center;
  color: var(--banner-fg);
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.12);
  align-items: center;
  justify-content: center;
}

.c-fixed-banner__btn:focus {
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}

.c-fixed-banner__btn:hover {
  background: rgba(255, 255, 255, 0.18);
}

.c-fixed-banner__btn--primary {
  border-color: transparent;
  background: var(--banner-accent);
}

.c-fixed-banner__btn--primary:hover {
  filter: brightness(1.05);
}

.c-fixed-banner__close {
  font-size: 1.25rem;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 50%;
  background: rgb(0, 0, 0);
}

.c-fixed-banner__close:focus {
  outline: 3px solid rgba(255, 255, 255, 0.7);
}

/* --- PCでは右下カード化 --- */
@media (min-width: 1024px) {
  .c-fixed-banner {
    right: 1.25rem;
    bottom: calc(1.25rem + var(--bottom-ui-offset));
    left: auto;
    width: auto;
    border-radius: var(--banner-radius);
    background: rgba(12, 89, 164, 0.98);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  }
  .c-fixed-banner__inner {
    min-width: 16.25rem;
    padding: 1rem 1rem 0.75rem 1rem;
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
  .c-fixed-banner__btn {
    font-size: 0.9375rem;
    padding: 0.75rem;
  }
}
/* WordPressログインバーがある時（任意）：下UIと干渉するなら調整 */
body.admin-bar .c-fixed-banner {
  bottom: calc(1.25rem + var(--bottom-ui-offset));
}

.c-bottom-nav {
  position: fixed;
  z-index: 9000;
  right: 1.25rem;
  bottom: 0.625rem;
  overflow: hidden;
  width: 25rem;
  max-width: 100%;
  border: 4px solid #45aee0;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .c-bottom-nav {
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-bottom-nav.is-closing {
  transition: opacity 0.18s ease;
  opacity: 0;
}
.c-bottom-nav__close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
  border: 0;
  background: #45aee0;
  place-items: center;
}
.c-bottom-nav__close::before, .c-bottom-nav__close::after {
  position: absolute;
  width: 1rem;
  height: 0.125rem;
  content: "";
  border-radius: 0.0625rem;
  background: #fff;
}
.c-bottom-nav__close::before {
  transform: rotate(45deg);
}
.c-bottom-nav__close::after {
  transform: rotate(-45deg);
}
.c-bottom-nav__close:hover {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.06);
}
.c-bottom-nav__close:focus-visible {
  outline: 0.125rem solid rgba(0, 0, 0, 0.5);
  outline-offset: 0.125rem;
}
.c-bottom-nav__title {
  font-size: 1rem;
  font-weight: 700;
  width: fit-content;
  padding: 0.125rem 0.5rem;
  color: #3d3937;
  border-radius: 0.3125rem;
  background: #f0e91c;
}
.c-bottom-nav__text {
  font-size: 0.8125rem;
  font-weight: 700;
  margin-top: 0.25rem;
}
.c-bottom-nav__text-area {
  padding: 0.625rem;
}
.c-bottom-nav__btn {
  display: flex;
}
.c-bottom-nav__icon {
  width: 5rem;
  height: 100%;
  object-fit: cover;
}
.c-bottom-nav__image-wrap {
  width: 5rem;
  height: auto;
  flex-shrink: 0;
}

.p-home__section-description {
  margin-top: 1rem;
  font-size: 1rem;
}
.p-home__fv {
  padding: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-home__fv {
    padding: 2.5rem 1rem 1rem;
  }
}
.p-home__fv-copy {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home__fv-copy {
    font-size: 1.75rem;
  }
}
.p-home__fv-sub-copy {
  font-size: 1.5rem;
  font-weight: 700;
  width: fit-content;
  margin-top: 1rem;
  padding: 0.25rem 1.25rem;
  text-align: center;
  color: #fff;
  background: #3d3937;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-home__fv-sub-copy {
    font-size: 1rem;
    padding: 0.25rem 0.625rem;
    text-align: left;
  }
}
.p-home__fv-contents {
  margin: 2.5rem calc(50% - 50cqi);
}
.p-home__fv-logo {
  width: 12.5rem;
  margin-inline: auto;
}
.p-home__about-text {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-home__about-text {
    font-size: 1rem;
  }
}
.p-home__about-image-wrap {
  margin: 5rem calc(50% - 50cqi);
}
.p-home__about-image {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  margin: 2.5rem calc(50% - 50cqi);
}
.p-home__service-list {
  margin-top: 2.5rem;
}
.p-home__customer-section {
  margin: 7.5rem 0 0;
}
.p-home__customer-btn {
  display: block;
  width: fit-content;
  margin: 2.5rem auto 0;
}
.p-home__works-list {
  margin-top: 2.5rem;
}
.p-home__message-section {
  margin-top: 7.5rem;
}
.p-home__message-contents {
  display: flex;
  margin-top: 2.5rem;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-home__message-contents {
    flex-direction: column;
  }
}
.p-home__message-image-wrap {
  overflow: hidden;
  width: 12.5rem;
  border-radius: 0.3125rem;
  flex-shrink: 0;
}
.p-home__message-image {
  height: auto;
  object-fit: cover;
}
.p-home__message-author-wrap {
  display: flex;
  margin-top: 1rem;
  align-items: center;
  gap: 1.25rem;
}
.p-home__message-author {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home__message-author {
    font-size: 1.125rem;
  }
}
.p-home__message-author-position {
  font-size: 0.875rem;
  padding-left: 1.25rem;
  border-left: 1px solid #3d3937;
}
.p-home__message-text {
  font-size: 1rem;
  line-height: 1.8;
}
.p-home__voice-section {
  margin-top: 5rem;
}
.p-home__voice-slider-wrap {
  margin: 2.5rem calc(50% - 50cqi);
}
.p-home__post-section {
  margin-top: 7.5rem;
}
.p-home__post-section-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-home__post-section-inner {
    grid-template-columns: 1fr;
  }
}
.p-home__cta-section {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-home__cta-section {
    margin-top: 2.5rem;
  }
}
.p-home__news-list {
  margin-top: 2.5rem;
}
.p-home__post-btn {
  margin-top: 2.5rem;
  margin-left: auto;
  display: block;
  width: fit-content;
}

.p-post-news {
  padding: 7.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-post-news {
    padding: 2.5rem 0;
  }
}
.p-post-news__title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-post-news__title {
    font-size: 1.125rem;
    margin-top: 0.3125rem;
  }
}
.p-post-news__content {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 1rem;
}
.p-post-news__date {
  font-size: 0.875rem;
  color: #716f6e;
}
.p-post-news__categories {
  margin-top: 0.3125rem;
}
.p-post-news__thumbnail {
  margin-top: 1rem;
}
.p-post-news__thumbnail img {
  width: 100%;
  border-radius: 0.625rem;
}

.p-post__contents-area *:not(:first-child),
.p-post__contents-area :not(li) {
  margin-top: 1.25rem;
}
.p-post__contents-area a {
  text-decoration: underline;
  color: #0000ee;
}
.p-post__contents-area p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-post__contents-area h2 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-post__contents-area h3 {
    font-size: 1rem;
  }
}
.p-post__contents-area li {
  font-size: 1rem;
  position: relative;
  margin-left: 1.25rem;
  list-style: none;
}
.p-post__contents-area li::before {
  position: absolute;
  top: 0.1875rem;
  left: -1.875rem;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url("../img/icon/icon_check.svg") no-repeat center center;
  background-size: contain;
}
.p-post__contents-area table * {
  font-size: 1rem;
}
.p-post__contents-area th {
  color: #fff;
  background: #406ad6;
}
.p-post__contents-area td {
  background: #f4f7fc;
}
@media screen and (max-width: 768px) {
  .p-post__contents-area .ez-toc-title {
    font-size: 1.125rem !important;
  }
}
.p-post__contents-area .ez-toc-link {
  font-size: 0.875rem !important;
}
.p-post__inner {
  position: relative;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-post__inner {
    flex-direction: column;
  }
}
.p-post__main-container, .p-post__main-container--full {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 49.375rem;
  max-width: 100%;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-post__main-container, .p-post__main-container--full {
    gap: 1rem;
  }
}
.p-post__main-container--full {
  width: 50rem;
  max-width: 100%;
  margin-inline: auto;
}
.p-post__main-block {
  padding: 2.5rem;
  border: 1px solid rgb(228, 237, 244);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-post__main-block {
    padding: 2.5rem 1rem;
  }
}
.p-post__sidebar {
  display: flex;
  flex-direction: column;
  width: 18.75rem;
  max-width: 100%;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-post__sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-post__sidebar-toc {
    display: none;
  }
}
.p-post__sidebar-item, .p-post__sidebar-item--sticky {
  padding: 1.25rem;
  border: 1px solid rgb(228, 237, 244);
  background: #fff;
}
.p-post__sidebar-item--sticky {
  position: sticky;
  top: 5rem;
}
.p-post__share-btn {
  position: absolute;
  top: 0;
  left: -3.75rem;
}
.p-post__sidebar-title {
  font-size: 1.25rem;
  font-weight: 700;
}
.p-post__sidenav-category {
  margin-top: 1.25rem;
}
.p-post__related-list {
  margin-top: 2.5rem;
}
.p-post__end-share-btn {
  margin-top: 5rem;
}
.p-post__related-title {
  font-size: 1.125rem;
}

.p-post-column {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .p-post-column {
    padding: 2.5rem 0;
  }
}
.p-post-column__title {
  font-size: 2rem;
  font-weight: 700;
}
.p-post-column__content {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 1rem;
}
.p-post-column__date {
  font-size: 0.875rem;
  color: #716f6e;
}
.p-post-column__categories {
  margin-top: 0.3125rem;
}
.p-post-column__thumbnail {
  margin-top: 1rem;
}
.p-post-column__thumbnail img {
  width: 100%;
  border-radius: 0.625rem;
}

.p-archive__inner {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .p-archive__inner {
    padding: 2.5rem 0;
  }
}

.p-contact__form {
  margin-top: 5rem;
}

.p-card__btns, .p-card__btns--full {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-card__btns, .p-card__btns--full {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}
.p-card__btns--full {
  grid-template-columns: 1fr;
}
.p-card__contact-area {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
.p-card__btns, .p-card__btns--full {
  margin-top: 1rem;
}
.p-card__contact-area-text {
  font-size: 1rem;
  margin-top: 1rem;
}
.p-card__contact-area-divider {
  width: 100%;
  height: 1px;
  background-color: #716f6e;
}
.p-card__contact-area-note {
  text-align: right;
  font-size: 0.75rem;
}

.u-margin-top--narrow {
  margin-top: 0.625rem;
}
.u-margin-top--normal {
  margin-top: 1.5rem;
}
.u-margin-top--wide {
  margin-top: 3rem;
}

.u-hidden--pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-hidden--pc {
    display: block;
  }
}