@charset "UTF-8";
.wp-embed-site-icon {
  display: none;
}

.wp-embed-site-title a {
  padding-left: 0;
}

.wp-embed-meta {
  display: none;
}

@media (max-width: 767px) {
  .wp-embedded-content {
    width: 100%;
  }
}

#tinymce .box,
.entry .box {
  padding: 2rem;
  background: #fff;
  border: 1px solid #212121;
}
#tinymce .box p,
.entry .box p {
  margin: 0;
}
#tinymce .q,
.entry .q {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  #tinymce .q,
.entry .q {
    font-size: 1.6rem;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
  }
}
#tinymce .q::before,
.entry .q::before {
  content: "";
  position: relative;
  top: 1.7rem;
  flex: 0 0 3rem;
  width: 3rem;
  height: 3px;
  background-color: var(--black);
  display: inline-block;
}
@media (max-width: 767px) {
  #tinymce .q::before,
.entry .q::before {
    width: 1rem;
    flex: 0 0 1rem;
    height: 2px;
    top: 1.5rem;
  }
}
#tinymce .name1,
#tinymce .name2,
#tinymce .name3,
.entry .name1,
.entry .name2,
.entry .name3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #tinymce .name1,
#tinymce .name2,
#tinymce .name3,
.entry .name1,
.entry .name2,
.entry .name3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
#tinymce .name1,
.entry .name1 {
  color: #f2b035;
}
#tinymce .name2,
.entry .name2 {
  color: #f26695;
}
#tinymce .name3,
.entry .name3 {
  color: #36bfb8;
}
#tinymce a,
.entry a {
  color: #0981ea;
  text-decoration: underline;
}
#tinymce #ez-toc-container,
.entry #ez-toc-container {
  width: 100%;
  padding: 2rem 3rem;
  background: #f6f6f6;
  border: solid 1px #212121;
  border-radius: 0;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  #tinymce #ez-toc-container,
.entry #ez-toc-container {
    padding: 2rem 1.5rem;
    margin-bottom: 5rem;
  }
}
#tinymce div#ez-toc-container .ez-toc-title,
.entry div#ez-toc-container .ez-toc-title {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
}
@media (max-width: 767px) {
  #tinymce div#ez-toc-container .ez-toc-title,
.entry div#ez-toc-container .ez-toc-title {
    font-size: 2rem;
  }
}
#tinymce #ez-toc-container a,
.entry #ez-toc-container a {
  color: #0981EA;
  text-decoration: underline;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #tinymce #ez-toc-container a,
.entry #ez-toc-container a {
    font-size: 1.4rem;
  }
}
#tinymce .ez-toc-counter nav ul li a::before,
.entry .ez-toc-counter nav ul li a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: solid 1px var(--black);
  rotate: 45deg;
  margin: 0.7rem;
}
#tinymce li.ez-toc-page-1,
.entry li.ez-toc-page-1 {
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  #tinymce li.ez-toc-page-1,
.entry li.ez-toc-page-1 {
    margin-top: 0.5rem !important;
  }
}
#tinymce .ez-toc-list-level-3,
.entry .ez-toc-list-level-3 {
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  #tinymce .ez-toc-list-level-3,
.entry .ez-toc-list-level-3 {
    margin-top: 0.5rem !important;
    margin-left: 1em !important;
  }
}
#tinymce .underline,
.entry .underline {
  text-decoration: underline;
}
#tinymce .marker,
.entry .marker {
  background: linear-gradient(transparent 60%, #09CCEA 60%);
}

#tinymce figure,
.article-entry figure {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  #tinymce figure,
.article-entry figure {
    margin-bottom: 3rem;
  }
}
#tinymce p,
.article-entry p {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  #tinymce p,
.article-entry p {
    margin-bottom: 3rem;
  }
}
#tinymce ul, #tinymce ol,
.article-entry ul,
.article-entry ol {
  background-color: #e5e0d8;
  padding: 2.4rem 5.6rem;
  margin: 7rem 0;
}
@media (max-width: 767px) {
  #tinymce ul, #tinymce ol,
.article-entry ul,
.article-entry ol {
    margin: 3.5rem 0;
    padding: 2.4rem 4.8rem;
  }
}
#tinymce ul li + li, #tinymce ol li + li,
.article-entry ul li + li,
.article-entry ol li + li {
  margin-top: 0.5em;
}
#tinymce ul li::marker, #tinymce ol li::marker,
.article-entry ul li::marker,
.article-entry ol li::marker {
  font-size: 2.4rem;
  font-family: var(--primary-font);
}
@media (max-width: 767px) {
  #tinymce ul li::marker, #tinymce ol li::marker,
.article-entry ul li::marker,
.article-entry ol li::marker {
    font-size: var(--font-size-m);
  }
}
#tinymce ul li::marker,
.article-entry ul li::marker {
  list-style: disc;
}
#tinymce li ol, #tinymce li ul,
.article-entry li ol,
.article-entry li ul {
  margin: 0;
  padding: 0 1em;
}
@media (max-width: 767px) {
  #tinymce li ol, #tinymce li ul,
.article-entry li ol,
.article-entry li ul {
    padding: 1em 0em;
  }
}
#tinymce h2,
.article-entry h2 {
  font-size: var(--font-size-xl);
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  #tinymce h2,
.article-entry h2 {
    font-size: var(--font-size-m);
    margin-bottom: 2rem;
  }
}
#tinymce h3,
.article-entry h3 {
  font-size: var(--font-size-l);
  margin-bottom: 3.6rem;
  border-left: solid 5px #fb6458;
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  #tinymce h3,
.article-entry h3 {
    font-size: var(--font-size-base);
    margin-bottom: 2rem;
  }
}

.post-type-works#tinymce h2,
.works-entery h2 {
  font-size: 3.6rem;
  font-weight: bold;
  padding-bottom: 2rem;
  border-bottom: 1.5px solid var(--black);
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .post-type-works#tinymce h2,
.works-entery h2 {
    font-size: 2.4rem;
    padding-bottom: 1.6rem;
    margin-bottom: 3.5rem;
  }
}
.post-type-works#tinymce h3,
.works-entery h3 {
  font-size: var(--font-size-l);
  margin-bottom: 3.6rem;
  border-left: solid 5px #fb6458;
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .post-type-works#tinymce h3,
.works-entery h3 {
    font-size: var(--font-size-base);
    margin-bottom: 2rem;
  }
}
.post-type-works#tinymce p,
.works-entery p {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .post-type-works#tinymce p,
.works-entery p {
    margin-bottom: 3.5rem;
  }
}
.post-type-works#tinymce figure,
.works-entery figure {
  display: block;
  margin: 5rem 0;
}
@media (max-width: 767px) {
  .post-type-works#tinymce figure,
.works-entery figure {
    margin: 3.5rem 0;
  }
}
.post-type-works#tinymce ul, .post-type-works#tinymce ol,
.works-entery ul,
.works-entery ol {
  background-color: #e5e0d8;
  padding: 2.4rem 5.6rem;
  margin: 7rem 0;
}
@media (max-width: 767px) {
  .post-type-works#tinymce ul, .post-type-works#tinymce ol,
.works-entery ul,
.works-entery ol {
    margin: 3.5rem 0;
    padding: 2.4rem 4.8rem;
  }
}
.post-type-works#tinymce ul li + li, .post-type-works#tinymce ol li + li,
.works-entery ul li + li,
.works-entery ol li + li {
  margin-top: 0.5em;
}
.post-type-works#tinymce ul li::marker, .post-type-works#tinymce ol li::marker,
.works-entery ul li::marker,
.works-entery ol li::marker {
  font-size: 2.4rem;
  font-family: var(--primary-font);
}
@media (max-width: 767px) {
  .post-type-works#tinymce ul li::marker, .post-type-works#tinymce ol li::marker,
.works-entery ul li::marker,
.works-entery ol li::marker {
    font-size: var(--font-size-m);
  }
}
.post-type-works#tinymce ul li::marker,
.works-entery ul li::marker {
  list-style: disc;
}
.post-type-works#tinymce li ol, .post-type-works#tinymce li ul,
.works-entery li ol,
.works-entery li ul {
  margin: 0;
  padding: 0 1em;
}
@media (max-width: 767px) {
  .post-type-works#tinymce li ol, .post-type-works#tinymce li ul,
.works-entery li ol,
.works-entery li ul {
    padding: 1em 0em;
  }
}

.post-type-interview#tinymce h1,
.interview-entery h1 {
  font-size: 3.6rem;
  font-weight: bold;
  padding-bottom: 2rem;
  border-bottom: 1.5px solid var(--black);
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .post-type-interview#tinymce h1,
.interview-entery h1 {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
    margin-bottom: 3.5rem;
  }
}
.post-type-interview#tinymce h2,
.interview-entery h2 {
  font-size: 2.8rem;
  margin-bottom: 5rem;
  position: relative;
  padding-left: 3.5rem;
}
@media (max-width: 767px) {
  .post-type-interview#tinymce h2,
.interview-entery h2 {
    padding-left: 2.5rem;
    font-size: 2rem;
    margin-bottom: 3.5rem;
  }
}
.post-type-interview#tinymce h2::before,
.interview-entery h2::before {
  position: absolute;
  left: 0;
  top: 1rem;
  content: "";
  width: 2rem;
  height: 2rem;
  rotate: 45deg;
  margin-right: 1.5rem;
  background-color: #09ccea;
  display: inline-block;
}
@media (max-width: 767px) {
  .post-type-interview#tinymce h2::before,
.interview-entery h2::before {
    top: 1.1rem;
    width: 1rem;
    height: 1rem;
  }
}
.post-type-interview#tinymce h3,
.interview-entery h3 {
  font-size: var(--font-size-l);
  margin-bottom: 3.6rem;
  border-left: solid 5px #fb6458;
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .post-type-interview#tinymce h3,
.interview-entery h3 {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}
.post-type-interview#tinymce p,
.interview-entery p {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .post-type-interview#tinymce p,
.interview-entery p {
    margin-bottom: 3.5rem;
  }
}
.post-type-interview#tinymce figure,
.interview-entery figure {
  display: block;
  margin: 5rem 0;
}
@media (max-width: 767px) {
  .post-type-interview#tinymce figure,
.interview-entery figure {
    margin: 3.5rem 0;
  }
}
.post-type-interview#tinymce ul, .post-type-interview#tinymce ol,
.interview-entery ul,
.interview-entery ol {
  background-color: #e5e0d8;
  padding: 2.4rem 5.6rem;
  margin: 7rem 0;
}
@media (max-width: 767px) {
  .post-type-interview#tinymce ul, .post-type-interview#tinymce ol,
.interview-entery ul,
.interview-entery ol {
    margin: 3.5rem 0;
    padding: 2.4rem 4.8rem;
  }
}
.post-type-interview#tinymce ul li + li, .post-type-interview#tinymce ol li + li,
.interview-entery ul li + li,
.interview-entery ol li + li {
  margin-top: 0.5em;
}
.post-type-interview#tinymce ul li::marker, .post-type-interview#tinymce ol li::marker,
.interview-entery ul li::marker,
.interview-entery ol li::marker {
  font-size: 2.4rem;
  font-family: var(--primary-font);
}
@media (max-width: 767px) {
  .post-type-interview#tinymce ul li::marker, .post-type-interview#tinymce ol li::marker,
.interview-entery ul li::marker,
.interview-entery ol li::marker {
    font-size: var(--font-size-m);
  }
}
.post-type-interview#tinymce ul li::marker,
.interview-entery ul li::marker {
  list-style: disc;
}
.post-type-interview#tinymce li ol, .post-type-interview#tinymce li ul,
.interview-entery li ol,
.interview-entery li ul {
  margin: 0;
  padding: 0 1em;
}
@media (max-width: 767px) {
  .post-type-interview#tinymce li ol, .post-type-interview#tinymce li ul,
.interview-entery li ol,
.interview-entery li ul {
    padding: 1em 0em;
  }
}

.page-404-heading {
  position: relative;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .page-404-heading {
    margin-bottom: 5rem;
  }
}

.page-404-title {
  position: absolute;
  top: 2.2rem;
  left: 53rem;
  font-size: var(--font-size-2xl);
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-404-title {
    position: static;
    font-size: 1.6rem;
    text-align: center;
    margin: 2rem auto;
  }
}

.page-404-icons {
  width: fit-content;
}
@media (max-width: 767px) {
  .page-404-icons {
    margin: auto;
  }
  .page-404-icons img {
    height: 6.2rem;
  }
}
.page-404-icons--2 {
  margin-top: 4rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .page-404-icons--2 {
    margin-top: 2rem;
  }
}

.staff-detail-header {
  display: grid;
  grid-template-columns: 64rem 1fr;
  gap: 5rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .staff-detail-header {
    display: block;
  }
}
.staff-detail-header.is-active .staff-detail-header__image path {
  animation: draw 2s linear both;
}
.staff-detail-header.is-active .staff-detail-header__logo {
  animation: fadein 1s linear both;
  animation-delay: 1.5s;
  animation-timing-function: cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
.staff-detail-header__image {
  width: 64rem;
  height: 50.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .staff-detail-header__image {
    width: 34rem;
    height: 26.7rem;
    margin-bottom: 2.85rem;
  }
}
.staff-detail-header__image > svg {
  width: 100%;
  height: 100%;
}
.staff-detail-header__image image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-detail-header__image path {
  animation-delay: 0.5s;
  stroke-dasharray: 3480, 3480;
  stroke-dashoffset: 3480;
}
.staff-detail-header__logo {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 6.4rem;
  line-height: 6rem;
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--primary-font);
  color: #fff;
  transform: translate(0, 10px);
  opacity: 0;
}
@media (max-width: 767px) {
  .staff-detail-header__logo {
    font-size: 3.2rem;
    line-height: 3.5rem;
  }
}
.staff-detail-header__catch {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .staff-detail-header__catch {
    margin-bottom: 2.5rem;
  }
}
.staff-detail-header__catch-txt {
  font-size: var(--font-size-xl);
  font-weight: bold;
  line-height: 1.4285714286;
  background-color: #fff;
  border: solid 1px;
  padding: 0.5rem 1rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .staff-detail-header__catch-txt {
    font-size: var(--font-size-m);
    padding: 0.3rem 1rem;
  }
}
.staff-detail-header__catch-txt + .staff-detail-header__catch-txt {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .staff-detail-header__subname {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
.staff-detail-header__name {
  font-size: var(--font-size-2xl);
  margin: 1rem 0 2.5rem;
}
@media (max-width: 767px) {
  .staff-detail-header__name {
    font-size: 2.4rem;
    margin: 0.5rem 0 1.5rem;
  }
}
.staff-detail-header__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .staff-detail-header__tags {
    gap: 1rem;
  }
}
.staff-detail-header__tag {
  font-size: var(--font-size-s);
  color: var(--gray);
}
@media (max-width: 767px) {
  .staff-detail-header__tag {
    font-size: 1.2rem;
  }
}
.staff-detail-header__tag::before {
  content: "#";
  margin-right: 0.5rem;
  color: var(--tertiary-color);
}

.staff-detail-profile {
  margin-bottom: 7rem;
}
.staff-detail-profile__title {
  font-size: var(--font-size-2xl);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 2rem;
  font-family: var(--primary-font);
  font-weight: 500;
}
@media (max-width: 767px) {
  .staff-detail-profile__title {
    font-size: 2rem;
  }
}
.staff-detail-profile__title::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-color: #FB6458;
  rotate: 45deg;
  display: inline-block;
}
@media (max-width: 767px) {
  .staff-detail-profile__title::before {
    width: 1rem;
    height: 1rem;
  }
}

.staff-detail-comment {
  background: #E5E0D8;
  padding: 4.5rem 6rem;
  display: grid;
  grid-template-columns: 14rem 1fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .staff-detail-comment {
    padding: 2.5rem 1.5rem;
    display: block;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.staff-detail-comment__icon {
  position: relative;
}
@media (max-width: 767px) {
  .staff-detail-comment__icon {
    position: absolute;
    left: 1.5rem;
    top: 2.5rem;
  }
}
.staff-detail-comment__icon img {
  overflow: hidden;
  border-radius: 100%;
  width: 14rem;
  height: 14rem;
}
@media (max-width: 767px) {
  .staff-detail-comment__icon img {
    border-radius: 100%;
    width: 11rem;
    height: 11rem;
  }
}
.staff-detail-comment__icon-mark1 {
  position: absolute;
  background-color: #09CCEA;
  width: 2.7rem;
  height: 2.3rem;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  rotate: 29deg;
  left: 1rem;
  top: 0.2rem;
}
@media (max-width: 767px) {
  .staff-detail-comment__icon-mark1 {
    width: 2.1rem;
    height: 1.7rem;
  }
}
.staff-detail-comment__icon-mark2 {
  position: absolute;
  border: solid #36BFB8 3px;
  border-radius: 100%;
  width: 3.3rem;
  height: 3.3rem;
  right: 0.1rem;
  bottom: 0.6rem;
}
@media (max-width: 767px) {
  .staff-detail-comment__icon-mark2 {
    border-radius: 100%;
    width: 2.7rem;
    height: 2.7rem;
  }
}
.staff-detail-comment__title {
  font-size: var(--font-size-l);
  font-weight: bold;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .staff-detail-comment__title {
    height: 11rem;
    padding: 2.3rem 0 0 13.5rem;
    margin-bottom: 3rem;
  }
}

.staff-detail-separate {
  height: 1.5px;
  background-image: linear-gradient(to right, #000 4px, transparent 4px);
  background-size: 8px 1.5px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.staff-detail-works {
  position: relative;
  overflow: hidden;
}
.staff-detail-works__inner {
  position: relative;
}
.staff-detail-works__button {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .staff-detail-works__button {
    position: relative;
    margin-top: 7rem;
    padding: 0 3.5rem;
  }
}

.staff-detail-article {
  position: relative;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .staff-detail-article {
    padding-bottom: 7rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .staff-detail-article .swiper {
    padding: 0 1.5rem;
  }
}
.staff-detail-article__inner {
  position: relative;
  padding: 0 0;
}
@media (max-width: 767px) {
  .staff-detail-article__title {
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .staff-detail-article__list {
    display: flex;
    gap: 0;
  }
  .staff-detail-article__list .swiper-slide {
    width: auto;
  }
  .staff-detail-article__list .c-article--block .c-article__image img {
    height: 17.6rem;
  }
  .staff-detail-article__list .c-article--block {
    width: 24.5rem;
  }
}
.staff-detail-article__button {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .staff-detail-article__button {
    position: relative;
    margin-top: 7rem;
    padding: 0 5rem;
  }
}

.staff-detail-works + .staff-detail-article {
  padding-top: 10rem;
  margin-top: 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .staff-detail-works + .staff-detail-article {
    padding-top: 7rem;
    margin-top: 7rem;
  }
}
.staff-detail-works + .staff-detail-article::before {
  content: "";
  background-image: linear-gradient(to right, #000 4px, transparent 4px);
  height: 1.5px;
  background-image: linear-gradient(to right, #000 4px, transparent 4px);
  background-size: 8px 1.5px;
  background-repeat: repeat-x;
  background-position: left bottom;
  width: 124.6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -10rem;
  display: block;
}
@media (max-width: 767px) {
  .staff-detail-works + .staff-detail-article::before {
    background-size: 7px 1.5px;
    width: calc(100% - 3rem);
    top: -7rem;
  }
}
@media (max-width: 767px) {
  .staff-detail-works + .staff-detail-article::after {
    content: "";
    height: 1.5px;
    background-image: linear-gradient(to right, #000 4px, transparent 4px);
    background-size: 8px 1.5px;
    background-repeat: repeat-x;
    background-size: 7px 1.5px;
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    top: 7rem;
  }
}

.staff-detail-footer {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .staff-detail-footer {
    margin-top: 7rem;
    padding: 0 1.5rem;
  }
}

.article-detail-content,
.article-list-content {
  display: grid;
  grid-template-columns: 81rem 21.5rem;
  justify-content: space-between;
  gap: 0 10rem;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .article-detail-content,
.article-list-content {
    display: block;
  }
}
@media (max-width: 767px) {
  .article-detail-content__aside,
.article-list-content__aside {
    margin-top: 7rem;
    order: 3;
  }
}

@media print, screen and (min-width: 768px) {
  .article-list-footer {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .article-list-footer {
    order: 2;
  }
}

.article-cta {
  padding: 4rem 3rem;
  background-color: #fff;
  border-radius: 2rem;
  text-align: center;
  border: solid 1px var(--black);
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .article-cta {
    text-align: left;
    margin-bottom: 7rem;
    padding: 2.5rem 2rem;
  }
}
.article-cta__desc {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .article-cta__desc {
    margin-bottom: 2.5rem;
  }
}
.article-cta .global-cta-tel {
  width: fit-content;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.article-detail-content__header {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .article-detail-content__header {
    margin-bottom: 3rem;
  }
}
.article-detail-content__title {
  font-size: var(--font-size-3xl);
  font-weight: bold;
  margin: 2.5rem auto 3.5rem;
}
@media (max-width: 767px) {
  .article-detail-content__title {
    font-size: var(--font-size-l);
    margin: 2rem auto 3rem;
  }
}
@media (max-width: 767px) {
  .article-detail-content__aside {
    order: 3;
  }
}

.article-detail-works {
  position: relative;
  overflow: hidden;
}
.article-detail-works__inner {
  position: relative;
}
.article-detail-works__button {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .article-detail-works__button {
    position: relative;
    margin-top: 7rem;
    padding: 0 3.5rem;
  }
}

.article-aside-category {
  font-weight: 500;
  display: flex;
  gap: 0.8rem;
}
.article-aside-category::before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  rotate: 45deg;
  margin: 0.6rem 0px 0 0;
  background-color: var(--ctcolor, #8ec641);
}
.article-aside-category + .article-aside-category {
  margin-top: 1.5rem;
}

.article-aside-tag {
  padding: 0.2rem 1rem;
  background-color: #fff;
  font-size: var(--font-size-s);
  font-weight: 500;
}

.article-aside-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.article-aside-item {
  margin-bottom: 5rem;
}
.article-aside-item:last-child {
  margin-bottom: 0;
}
.article-aside-item__title {
  font-size: var(--font-size-m);
  color: var(--secondary-color);
  margin-bottom: 2rem;
  position: relative;
}
.article-aside-item__title::before {
  content: "";
  width: 5px;
  height: 20px;
  background: var(--secondary-color);
  display: inline-block;
  vertical-align: -0.2rem;
  margin-right: 0.5rem;
}

.works-detail-content__header {
  display: grid;
  grid-template-columns: 70rem 1fr;
  gap: 5rem;
  align-items: center;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .works-detail-content__header {
    display: block;
    margin-bottom: 3.5rem;
  }
}
.works-detail-content__header-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .works-detail-content__header-image {
    margin-bottom: 2.5rem;
  }
}
.works-detail-content__title {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .works-detail-content__title {
    font-size: 2.4rem;
    margin-bottom: 0.6rem;
  }
}
.works-detail-content__link {
  width: fit-content;
  display: block;
  margin-bottom: 1em;
  font-size: var(--font-size-s);
  color: #09ccea;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .works-detail-content__link {
    font-size: 1.2rem;
  }
}
.works-detail-content__desc {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .works-detail-content__desc {
    margin-top: 2.5rem;
    margin-bottom: 3.5rem;
  }
}
.works-detail-content__labels-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .works-detail-content__labels-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.works-detail-content__labels {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .works-detail-content__labels {
    margin-bottom: 2.5rem;
  }
}
.works-detail-content__label {
  background-color: #fff;
  font-size: var(--font-size-s);
  font-weight: bold;
  padding: 0.2rem 1rem;
}
@media (max-width: 767px) {
  .works-detail-content__label {
    font-size: 1.2rem;
  }
}
.works-detail-content__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.works-detail-content__tag {
  color: var(--gray);
  font-size: var(--font-size-s);
}
.works-detail-content__tag::before {
  content: "#";
  margin-right: 0.5rem;
  color: #09ccea;
}
.works-detail-content__member {
  padding: 3.5rem 6rem 3.5rem 5rem;
  background-color: #e5e0d8;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .works-detail-content__member {
    padding: 2rem;
    max-width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7rem;
  }
}
.works-detail-content__member-title {
  font-size: var(--font-size-xl);
  font-family: var(--primary-font);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .works-detail-content__member-title {
    font-size: 2rem;
  }
}
.works-detail-content__member-title::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-color: #36bfb8;
  rotate: 45deg;
  display: inline-block;
}
@media (max-width: 767px) {
  .works-detail-content__member-title::before {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
  }
}
.works-detail-content__member-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}
@media (max-width: 767px) {
  .works-detail-content__member-items {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.works-detail-reference {
  padding: 2rem 6rem;
  background: #f6f6f6;
  margin-bottom: 10rem;
  border: 1px solid var(--black);
}
@media (max-width: 767px) {
  .works-detail-reference {
    padding: 2rem;
    margin-bottom: 7rem;
  }
}
.works-detail-reference__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .works-detail-reference__title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.works-detail-reference__item {
  display: block;
  color: #0981ea;
  text-decoration: underline;
  display: grid;
  grid-template-columns: 1rem 1fr;
  align-items: baseline;
  gap: 1.8rem;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .works-detail-reference__item {
    grid-template-columns: 1rem 27rem;
  }
}
.works-detail-reference__item::before {
  content: "";
  width: 10px;
  rotate: 45deg;
  height: 10px;
  background: #fff;
  border: 1px solid #212121;
  display: block;
}
.works-detail-reference__item + .works-detail-reference__item {
  margin-top: 1rem;
}

.interview-detail-content__header-body {
  position: relative;
}
.interview-detail-content__header-body .line {
  position: absolute;
  bottom: -6rem;
  right: 0;
}
.interview-detail-content__header-body .line svg {
  width: 45.2rem;
}
@media (max-width: 767px) {
  .interview-detail-content__header-body .line svg {
    width: 3.44rem;
  }
}
@media (max-width: 767px) {
  .interview-detail-content__header-body .line {
    bottom: -4.5rem;
  }
}
.interview-detail-content__header {
  display: grid;
  grid-template-columns: 60rem 1fr;
  gap: 10rem;
  align-items: center;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .interview-detail-content__header {
    margin-bottom: 7rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.interview-detail-content__header-image img {
  border: solid 2px var(--black);
}
.interview-detail-content__subname {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .interview-detail-content__subname {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: 2.5rem;
  }
}
.interview-detail-content__name {
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .interview-detail-content__name {
    font-size: 2rem;
  }
}
.interview-detail-content__name span {
  margin-left: 1.5rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .interview-detail-content__name span {
    font-size: 1.4rem;
    margin-left: 0.5rem;
  }
}
.interview-detail-content__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.interview-detail-content__tag {
  color: var(--gray);
  font-size: var(--font-size-s);
}
@media (max-width: 767px) {
  .interview-detail-content__tag {
    font-size: 1.2rem;
  }
}
.interview-detail-content__tag::before {
  content: "#";
  margin-right: 0.5rem;
  color: #09ccea;
}

.company-logos {
  display: flex;
  gap: var(--gap);
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .company-logos {
    flex-wrap: wrap;
    gap: var(--gap_sp);
    row-gap: 1rem;
    margin-bottom: 3.5rem;
  }
}

.company-logo > img {
  height: 15rem;
}
@media (max-width: 767px) {
  .company-logo > img {
    height: 5rem;
  }
}
.company-logo--green:nth-child(2) {
  margin-left: -2.8rem;
  margin-right: 0.9rem;
}
@media (max-width: 767px) {
  .company-logo--green:nth-child(2) {
    margin-left: -1rem;
    margin-right: 0.3rem;
  }
}
.company-logo--green:nth-child(3) {
  margin-right: 0.9rem;
}
@media (max-width: 767px) {
  .company-logo--green:nth-child(3) {
    margin-right: 0.4rem;
  }
}
.company-logo--green:nth-child(4) {
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .company-logo--green:nth-child(4) {
    margin-right: 0.8rem;
  }
}
.company-logo--orange {
  margin-right: 1.4rem;
}
@media (max-width: 767px) {
  .company-logo--orange {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .company-logo--orange > img {
    height: 10.9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .company-logo--orange:nth-child(5) {
    margin-left: -1.5rem;
  }
}
@media (max-width: 767px) {
  .company-logo--orange:nth-child(1) {
    margin-right: 0.7rem;
  }
  .company-logo--orange:nth-child(2) {
    margin-right: 0.6rem;
  }
  .company-logo--orange:nth-child(3) {
    margin-right: 0.6rem;
  }
  .company-logo--orange:nth-child(5) {
    margin-right: 8rem;
  }
  .company-logo--orange:nth-child(6) {
    margin-left: 5.9rem;
    margin-right: 0.65rem;
  }
  .company-logo--orange:nth-child(7) {
    margin-right: 0.65rem;
  }
  .company-logo--orange:nth-child(8) {
    margin-right: 0.65rem;
  }
  .company-logo--orange:nth-child(9) {
    margin-right: 0.6rem;
  }
  .company-logo--orange:last-child {
    margin-right: 0;
  }
}

.company-block__item {
  margin-bottom: 5rem;
}
.company-block__item:last-child {
  margin-bottom: 0;
}

.company-title1 {
  font-size: 4rem;
  margin-bottom: 3.6rem;
  font-weight: bold;
  padding-left: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .company-title1 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
    padding-left: 1.5rem;
  }
}
.company-title1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1rem;
  height: 10rem;
  background: #f26695;
}
@media (max-width: 767px) {
  .company-title1::before {
    width: 0.5rem;
  }
}

.company-title2 {
  font-size: 4rem;
  margin-bottom: 2.4rem;
  font-weight: bold;
  padding-left: 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .company-title2 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
    padding-left: 2.5rem;
  }
}
.company-title2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 3rem;
  height: 3rem;
  background: #09ccea;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
@media (max-width: 767px) {
  .company-title2::before {
    width: 2rem;
    height: 2rem;
    top: 0;
    transform: translate(0, 50%);
  }
}

.company-subtitle3 {
  font-size: 2.4rem;
  font-family: var(--primary-font);
  color: #8ec641;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .company-subtitle3 {
    font-size: 2rem;
  }
}
.company-subtitle3::before {
  background-color: #8ec641;
  content: "";
  border-radius: 100%;
  width: 1.9rem;
  height: 1.9rem;
}
@media (max-width: 767px) {
  .company-subtitle3::before {
    border-radius: 100%;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.company-title3 {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .company-title3 {
    font-size: 2.4rem;
  }
}

.company-title4 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 2.6rem;
}
@media (max-width: 767px) {
  .company-title4 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .company-title4 {
    white-space: nowrap;
  }
}
.company-title4::before {
  content: "";
  display: inline-block;
  background-color: #f2b035;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .company-title4::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.company-block {
  position: relative;
  padding-bottom: 10rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .company-block {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
}
.company-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.company-block:last-child::after {
  display: none;
}
.company-block::after {
  content: "";
  height: 1.5px;
  background-image: linear-gradient(to right, #000 4px, transparent 4px);
  background-size: 8px 1.5px;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.company-block__items2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 8rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .company-block__items2 {
    grid-template-columns: 1fr;
  }
}
.company-block__item2-desc span {
  display: block;
}
.company-block__item2-desc span + span {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .company-block__item2-desc span + span {
    margin-top: 0.5rem;
  }
}

.company-outline {
  padding: 10rem 0 0;
}
@media (max-width: 767px) {
  .company-outline {
    padding: 3rem 0 0;
  }
}
.company-outline__table {
  margin-bottom: 5rem;
}
.company-outline__table dl {
  display: grid;
  grid-template-columns: 28rem 1fr;
  gap: 1rem;
  border-bottom: 1px solid var(--gray);
  padding: 3rem 6.3rem;
}
@media (max-width: 767px) {
  .company-outline__table dl {
    grid-template-columns: 1fr;
    padding: 1.5rem 0;
  }
}
.company-outline__table dl:first-child {
  padding-top: 0;
}
.company-outline__table dt {
  font-weight: bold;
}
@media (max-width: 767px) {
  .company-outline__table dt {
    font-size: var(--font-size-base);
  }
}
@media (max-width: 767px) {
  .company-outline__table dd {
    font-size: var(--font-size-s);
  }
}
.company-outline__map iframe {
  width: 100%;
  height: 58rem;
}
@media (max-width: 767px) {
  .company-outline__map iframe {
    height: 31.5rem;
  }
}

.simple-content {
  padding: 5rem 6.3rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .simple-content {
    padding: 3.5rem 1.5rem;
  }
}
.simple-content .txt1 {
  font-size: var(--font-size-xl);
  margin-bottom: 0.85em;
}
@media (max-width: 767px) {
  .simple-content .txt1 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.simple-content .txt2 {
  font-size: var(--font-size-l);
  margin-bottom: 0.75em;
}
@media (max-width: 767px) {
  .simple-content .txt2 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.simple-content ol {
  line-height: 3rem;
  padding-left: 2em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .simple-content ol {
    font-size: 1.4rem;
    line-height: 1.75;
    padding-left: 1.5em;
    margin-bottom: 1.5rem;
  }
}

.contact-row {
  display: grid;
  grid-template-columns: repeat(2, auto);
}
@media (max-width: 767px) {
  .contact-row {
    grid-template-columns: 1fr;
  }
}

.contact-tel {
  max-width: 39.5rem;
}
@media (max-width: 767px) {
  .contact-tel {
    max-width: 100%;
  }
  .contact-tel .global-cta-tel {
    grid-template-columns: 3.6rem repeat(2, auto);
  }
  .contact-tel .global-cta-tel-no {
    font-size: 3.2rem;
  }
}
.contact-tel__title {
  font-size: 2.8rem;
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .contact-tel__title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.contact-tel__desc {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .contact-tel__desc {
    text-align: center;
    margin-bottom: 2rem;
  }
}

.contact-form {
  width: 60rem;
  background-color: #fff;
  padding: 5rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .contact-form {
    width: 100%;
    padding: 3.5rem 1.8rem;
  }
}
.contact-form--confirm {
  width: 100%;
}

.contact-complete .thanks {
  width: 100rem;
  margin: 0 auto 7rem;
}
@media (max-width: 767px) {
  .contact-complete .thanks {
    width: 100%;
    margin: 0 auto 3.5rem;
  }
}
.contact-complete h2 {
  font-size: 3.2rem;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .contact-complete h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}

.form-items + .form-privacy {
  margin-top: 6rem;
}

.form-item {
  margin-bottom: 4.6rem;
}
@media (max-width: 767px) {
  .form-item {
    margin-bottom: 3rem;
  }
}
.form-item:last-child {
  margin-bottom: 0 !important;
}
.form-item .form-txt1, .form-item .form-txt2,
.form-item .form-items {
  padding-left: 2.4rem;
}
@media (max-width: 767px) {
  .form-item .form-txt1, .form-item .form-txt2,
.form-item .form-items {
    padding-left: 1.2rem;
  }
}
.form-item__label {
  margin-bottom: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.form-item__label::before {
  content: "任意";
  background-color: #808080;
  color: #212121;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 0.7rem;
  font-weight: bold;
  padding: 0 0.6rem;
}
.form-item__label.require::before {
  content: "必須";
  color: #fff;
  background-color: #F26695;
  font-size: 1.2rem;
  margin-right: 0.7rem;
  font-weight: bold;
  padding: 0 0.6rem;
}
.form-item__label.not-label::after {
  display: none !important;
}
.form-item__body .form-text1 {
  color: #AA8C64;
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
}
.form-item__body > label {
  margin: 0 0 0 5.4rem;
}
.form-item__body > label input {
  margin-right: 1rem;
}
@media print, screen and (min-width: 768px) {
  .form-item__body > label:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .form-item__body > label {
    text-indent: -1.4em;
    margin-left: 1.4em !important;
    display: inline-block;
    margin-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .form-item__body--radio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.form-item__body--address select + input[type=text],
.form-item__body--address input[type=text] + input[type=text] {
  margin-top: 2rem;
}
.form-item__body--address input[type=text] {
  max-width: 100% !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  .form-item__body--sp-block label {
    display: block;
  }
}
.form-item__body--block-checks .wpcf7-list-item, .form-item__body--block-checks label {
  display: block;
  margin: 0 0 1rem;
}
@media (max-width: 767px) {
  .form-item__body--block-checks .wpcf7-list-item, .form-item__body--block-checks label {
    margin-bottom: 1rem;
  }
}
.form-item__body--block-checks .wpcf7-list-item input, .form-item__body--block-checks label input {
  margin-right: 1rem;
}
.form-item__body--col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .form-item__body--col2 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .form-item__body--col2 input, .form-item__body--col2 select {
    width: calc(100% - 4em) !important;
    min-width: auto !important;
  }
}
.form-item__body--col2 select {
  width: 32.5rem;
}
.form-item__body--col3 {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 4rem;
}
.form-item__body--col3 select {
  min-width: 20rem !important;
  width: auto;
}
.form-item__body--year {
  display: grid;
  grid-template-columns: 24rem 20rem 20rem;
  grid-template-rows: 1fr auto;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .form-item__body--year {
    grid-template-columns: 1fr;
  }
}
.form-item__body--year select {
  min-width: auto !important;
}
.form-item__body--checks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem 9rem;
  max-width: 60rem;
}
@media (max-width: 767px) {
  .form-item__body--checks {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 2rem;
  }
}
.form-item__body::placeholder {
  color: #D3D3D3;
}
.form-item__body input[type=tel],
.form-item__body input[type=email],
.form-item__body input[type=text] {
  border: solid 1px transparent;
  width: 100%;
  height: 5rem;
  background: #F9F9F9;
  padding: 1.2rem 1.8rem 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
}
@media (max-width: 767px) {
  .form-item__body input[type=tel],
.form-item__body input[type=email],
.form-item__body input[type=text] {
    width: 100%;
  }
}
.form-item__body input[type=radio] {
  scale: 1.3;
}
.form-item__body input[type=tel] {
  width: 100%;
}
.form-item__body input[type=email] {
  width: 100%;
}
.form-item__body select,
.form-item__body input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
}
.form-item__body input[type=checkbox] {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.7rem;
  border: 0;
  border-radius: 2px;
  position: relative;
  background: #EFEFEF;
  top: 0.2rem;
}
.form-item__body input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 0rem;
  border-left: 2px solid #212121;
  border-top: 2px solid #212121;
  width: 0.4em;
  height: 0.8em;
  transform: rotate(225deg);
  display: block;
}
.form-item__body select {
  width: 100%;
  height: 5rem;
  background-color: #F9F9F9;
  border: solid 1px transparent;
  margin-right: 1.2rem;
  padding: 0 1.8rem;
  border-radius: 0;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.93%22%20height%3D%226.754%22%20viewBox%3D%220%200%2010.93%206.754%22%3E%20%3Cg%20id%3D%22down-chevron%22%20transform%3D%22translate(0%20-48.907)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_56%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2056%22%20transform%3D%22translate(0%2048.907)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_97%22%20data-name%3D%22%E3%83%91%E3%82%B9%2097%22%20d%3D%22M9.641%2C48.907%2C5.465%2C53.083%2C1.289%2C48.907%2C0%2C50.2l5.465%2C5.465L10.93%2C50.2Z%22%20transform%3D%22translate(0%20-48.907)%22%20fill%3D%22%23d3d3d3%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center right 2.3rem;
}
.form-item__body textarea {
  border: 0;
  width: 100%;
  height: 14.6rem;
  background-color: #F8F8F8;
  appearance: none;
  padding: 1.2rem 1.8rem 1.5rem;
}
.form-item__body .sei, .form-item__body .mei {
  width: 3.2rem;
  text-align: right;
  margin-right: 1.6rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .form-item__body .sei, .form-item__body .mei {
    margin-right: 1rem;
    white-space: nowrap;
  }
}
.form-item__body .tel-text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-top: 1.5rem;
  display: block;
}

.form-privacy {
  margin-bottom: 4rem;
  font-size: 1.4rem;
}
.form-privacy .wpcf7-list-item {
  margin-left: 0;
}
.form-privacy a {
  color: #0080FF;
  text-decoration: underline;
}

.form-items-text {
  margin-top: 5.4rem;
  margin-bottom: 4.2rem;
}
.form-items-text .t1 {
  color: #AA8C64;
  margin-bottom: 2rem;
}

button {
  appearance: none;
  color: inherit;
  background-color: transparent;
}

.buttons {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .buttons {
    flex-direction: column-reverse;
    margin-top: 6rem;
  }
}
.buttons > * {
  margin: 9rem 1.5rem 0;
}
@media (max-width: 767px) {
  .buttons > * {
    margin: 1.5rem auto 0;
  }
}

.form-tel {
  background: #CCE5F3;
  margin: 0 0 4.3rem;
  padding: 3.2rem;
  text-align: center;
  border-radius: 8px;
}
.form-tel__title {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.form-tel__main img {
  margin: auto;
}
.form-tel__time {
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 1rem;
  color: #007FBE;
}

.form-complete {
  text-align: center;
}
.form-complete img {
  margin: 0 auto 3rem;
}
.form-complete h2 {
  font-size: 3.6rem;
  margin-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .form-complete h2 {
    font-size: 2.8rem;
    margin-bottom: 2.2rem;
  }
}
.form-complete .c-button {
  margin: 1.45rem auto 0;
}

.sfv-error,
.form_error_wrap {
  color: #DE211A;
}

button {
  appearance: none;
  background: transparent;
  border: 0;
}

.wpcf7-spinner {
  margin-top: 1rem;
  position: absolute;
  left: -4rem;
  bottom: -6rem;
}

.form-buttons {
  display: grid;
  gap: 2rem;
  justify-content: center;
  grid-template-columns: repeat(2, auto);
}
@media (max-width: 767px) {
  .form-buttons {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: center;
    align-items: center;
  }
  .form-buttons > div {
    width: 100%;
  }
  .form-buttons .wpcf7-submit {
    order: 1;
  }
  .form-buttons .wpcf7-previous {
    order: 2;
  }
  .form-buttons .wpcf7-spinner {
    order: 3;
    margin: 1rem auto 0;
  }
  .form-buttons br {
    display: none;
  }
  .form-buttons .js-submit-button {
    order: 1;
  }
  .form-buttons .js-submit-button.is-back {
    order: 2;
    margin: 0;
  }
}
.form-buttons > p {
  display: grid;
  gap: 2rem;
  justify-content: center;
  grid-template-columns: repeat(2, auto);
}
@media (max-width: 767px) {
  .form-buttons > p {
    display: flex;
    gap: 0;
    flex-direction: column;
  }
}

.wpcf7-spinner {
  position: absolute;
}

.form-buttons,
.form-button {
  margin: 6rem auto 0;
}

[data-name=address2] {
  margin-top: 2rem;
  display: block;
}

.wpcf7-response-output:empty {
  opacity: 0;
}

@media (max-width: 767px) {
  .wpcf7-radio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.form-confirm-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 0 0 3rem;
  border-bottom: 1px solid #212121;
}
@media (max-width: 767px) {
  .form-confirm-title {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}

.contact-form--confirm .form-item {
  display: grid;
  grid-template-columns: 25.5rem 1fr;
  border-bottom: 1px dotted #707070;
  padding: 2.4rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact-form--confirm .form-item {
    grid-template-columns: 1fr;
    padding: 1.5rem 0;
    gap: 1rem;
  }
}
.contact-form--confirm .form-item .form-item__label::before {
  display: none;
}
.contact-form--confirm .form-item .form-item__label {
  text-align: right;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact-form--confirm .form-item .form-item__label {
    display: block;
    text-align: left;
  }
}
.contact-form--confirm .form-item .form-item__body {
  padding-left: 7rem;
}
@media (max-width: 767px) {
  .contact-form--confirm .form-item .form-item__body {
    padding-left: 0;
    font-size: 1.4rem;
  }
}

.complete-box {
  padding: 3rem;
  background-color: #CCE5F3;
  display: grid;
  grid-template-columns: 8.5rem auto;
  gap: 5.5rem;
  align-items: center;
  justify-content: center;
  text-align: left;
}
@media (max-width: 767px) {
  .complete-box {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.complete-box h2 {
  font-size: 2.8rem;
  color: #007FBE;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .complete-box h2 {
    font-size: 2.4rem;
  }
}

.complete-lead {
  font-size: 2.4rem !important;
  font-weight: bold;
  margin-top: 4.4rem;
  margin-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .complete-lead {
    font-size: 2rem !important;
  }
}

.complete-button-text {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .complete-button-text {
    font-size: 1.8rem;
  }
}

/** service */
.service-block1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  align-items: center;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .service-block1 {
    display: block;
    margin-bottom: 0;
  }
}
.service-block1__title {
  font-size: 4.8rem;
  line-height: 8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .service-block1__title {
    font-size: 2.8rem;
    line-height: 4rem;
    margin-bottom: 3.6rem;
  }
}
.service-block1__title::before {
  content: "";
  margin-right: 3rem;
  width: 1rem;
  height: 12.5rem;
  background-color: #f2b035;
  display: block;
}
@media (max-width: 767px) {
  .service-block1__title::before {
    margin-right: 1.5rem;
    width: 0.5rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .service-block1__image {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.service-title {
  position: relative;
  font-size: 4rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .service-title {
    font-size: 2.4rem;
    margin-bottom: 2.6rem;
    align-items: start;
    gap: 0.5rem;
  }
}
.service-title::before {
  content: "";
  display: block;
  background-color: var(--tcolor, #f2b035);
  width: 3rem;
  height: 3rem;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
@media (max-width: 767px) {
  .service-title::before {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    position: relative;
    top: 0.7rem;
  }
}

.service-section2__title {
  font-size: 4.8rem;
  line-height: 8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .service-section2__title {
    font-size: 2.8rem;
    line-height: 4rem;
    margin-bottom: 3.5rem;
  }
}

.service-autoscroll {
  padding: 3rem 0;
  border-top: dashed 1.5px var(--black);
  border-bottom: dashed 1.5px var(--black);
}
@media (max-width: 767px) {
  .service-autoscroll {
    padding: 2.5rem 0;
  }
}
.service-autoscroll__items {
  display: flex;
  align-items: center;
  transition-timing-function: linear;
}
.service-autoscroll__item {
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
}
.service-autoscroll__item::after {
  content: "";
  background-color: var(--black);
  display: block;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  margin: 0 5rem;
}
@media (max-width: 767px) {
  .service-autoscroll__item::after {
    border-radius: 100%;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 3rem;
  }
}
.service-autoscroll__item-title {
  font-family: var(--primary-font);
  margin-bottom: -1rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .service-autoscroll__item-title {
    margin-bottom: 0;
  }
}
.service-autoscroll__item-main {
  font-weight: bold;
  font-size: 7.2rem;
  color: #09ccea;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .service-autoscroll__item-main {
    font-size: 4.4rem;
  }
}
.service-autoscroll__item-sub {
  color: #09ccea;
  letter-spacing: 0.1em;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: end;
  line-height: 1;
}
@media (max-width: 767px) {
  .service-autoscroll__item-sub {
    font-size: var(--font-size-s);
  }
}
.service-autoscroll__item-sub::before {
  content: "";
  width: 1.5rem;
  height: 1px;
  margin-top: 0.25rem;
  background-color: var(--black);
}

.service-cards.is-active .service-card {
  opacity: 1;
  transform: none;
}

.service-card {
  padding: 3.45rem 2rem 3rem;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translate(0, -40px);
}
.service-card:nth-child(2) {
  transition-delay: 0.4s;
}
.service-card:nth-child(3) {
  transition-delay: 0.8s;
}
.service-card::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234.72%22%20height%3D%2229.36%22%20viewBox%3D%220%200%2034.72%2029.36%22%3E%20%3Cpath%20d%3D%22M17.04-62.32c-8%2C4.16-12%2C10.32-12%2C18.56%2C0%2C6.8%2C2.64%2C10.8%2C7.76%2C10.8%2C3.68%2C0%2C6.4-2.56%2C6.4-6.72a6.07%2C6.07%2C0%2C0%2C0-6.4-6.16%2C3.282%2C3.282%2C0%2C0%2C0-.88.08c.08-5.2%2C2.72-8.56%2C7.84-11.36Zm20%2C0c-8%2C4.16-12%2C10.32-12%2C18.56%2C0%2C6.8%2C2.64%2C10.8%2C7.76%2C10.8%2C3.68%2C0%2C6.4-2.56%2C6.4-6.72a6.07%2C6.07%2C0%2C0%2C0-6.4-6.16%2C3.282%2C3.282%2C0%2C0%2C0-.88.08c.08-5.2%2C2.72-8.56%2C7.84-11.36Z%22%20transform%3D%22translate(-5.04%2062.32)%22%20fill%3D%22%23f26695%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.4rem;
  height: 3rem;
  position: absolute;
  left: 2rem;
  top: -1.5rem;
}
.service-card__subtitle {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .service-card__subtitle {
    margin-bottom: 0.5rem;
  }
}
.service-card__title {
  margin: auto;
  font-size: 2.8rem;
  color: #f26695;
}
@media (max-width: 767px) {
  .service-card__title {
    font-size: 2.4rem;
  }
}
.service-card__desc {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.964%22%20height%3D%2256.763%22%20viewBox%3D%220%200%2010.964%2056.763%22%3E%20%3Cpath%20d%3D%22M834.378%2C6488.884l5%2C9.875H884.8l5-9.875%22%20transform%3D%22translate(6499.509%20-833.709)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.964%22%20height%3D%2256.763%22%20viewBox%3D%220%200%2010.964%2056.763%22%3E%20%3Cpath%20d%3D%22M0%2C9.875%2C5%2C0H50.425l5%2C9.875%22%20transform%3D%22translate(10.214%200.669)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E");
  background-position: center left, center right;
  background-repeat: no-repeat;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 2.5rem;
  margin-top: 1.5rem;
}
.service-box1 {
  background-color: #e5e0d8;
  padding: 3.5rem 6rem;
}
@media print, screen and (min-width: 768px) {
  .service-box1 {
    display: block !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .service-box1 {
    position: relative;
    padding: 9.5rem 2rem 3rem;
  }
}
.service-box1__body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3.5rem;
  align-items: center;
}
@media (max-width: 767px) {
  .service-box1__body {
    display: block;
  }
}
.service-box1__icon {
  background-color: #fff;
  border-radius: 100%;
  width: 14rem;
  height: 14rem;
  line-height: 14rem;
  font-size: 2.8rem;
  color: #f26695;
  font-family: var(--primary-font);
  text-align: center;
}
@media (max-width: 767px) {
  .service-box1__icon {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }
}
.service-box1__list-item {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .service-box1__list-item {
    font-size: 1.6rem;
  }
}
.service-box1__list-item span {
  color: #f26695;
}
@media (max-width: 767px) {
  .service-box1__list-item span {
    display: block;
  }
}
.service-box1__list-item + .service-box1__list-item {
  margin-top: 0.5em;
}

.service-relations {
  position: relative;
  overflow: hidden;
}
.service-relations__inner {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .service-relations__button {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .service-relations__button {
    position: relative;
    margin-top: 7rem;
    padding: 0 3.5rem;
  }
}

.service-flows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
@media (max-width: 767px) {
  .service-flows {
    display: block;
  }
}

.service-flows-tabs {
  display: none;
}
@media (max-width: 767px) {
  .service-flows-tabs {
    display: flex;
    margin: 0 -1.5rem;
    margin-bottom: 3.5rem;
  }
  .service-flows-tabs::before {
    content: "";
    display: block;
    border-bottom: solid 1px var(--black);
    flex: 0 0 1.5rem;
  }
  .service-flows-tabs::after {
    content: "";
    display: block;
    border-bottom: solid 1px var(--black);
    flex: 1;
  }
}

.service-flows-tab {
  padding: 0.8rem;
  font-weight: bold;
  border-bottom: solid 1px var(--black);
  width: 15rem;
  text-align: center;
}
.service-flows-tab.is-active {
  border-bottom: 0;
  border-top: solid 1px var(--black);
  border-left: solid 1px var(--black);
  border-right: solid 1px var(--black);
}
.service-flows-tab:nth-child(1) {
  color: #36bfb8;
}

@media print, screen and (min-width: 768px) {
  .service-flow {
    display: block !important;
    height: 100% !important;
    overflow: visible !important;
  }
}
@media (max-width: 767px) {
  .service-flow {
    padding: 0 1.5rem;
    margin: 0 -1.5rem 0 -0.7rem;
  }
}
.service-flow__title {
  font-size: var(--font-size-xl);
  font-weight: bold;
  color: var(--flow-tcolor, #36bfb8);
  margin-bottom: 2.6rem;
}

.service-flow-item {
  position: relative;
  --flow-color: #36bfb8;
  padding-bottom: var(--service-item-pb, 3rem);
}
@media (max-width: 767px) {
  .service-flow-item {
    padding-bottom: 2.5rem;
  }
}
.service-flow-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3rem;
  height: 100%;
  width: 2px;
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--flow-color), var(--flow-color) 6px, transparent 6px);
  background-size: 4px 10px;
  background-position: left bottom 5px;
  background-repeat: repeat-y;
}
@media (max-width: 767px) {
  .service-flow-item::after {
    right: auto;
    left: 0;
  }
}
.service-flow-item:last-child::after {
  display: none;
}
.service-flow-item--type2 {
  --flow-color: #707070;
}
.service-flow-item--type2::after {
  right: auto;
  left: 0;
  top: 3rem;
}
@media (max-width: 767px) {
  .service-flow-item--type2 .service-flow-item__inner {
    padding-left: 3rem;
  }
  .service-flow-item--type2 .service-flow-item__title {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .service-flow-item--type2 .service-flow-item__inner {
    align-items: center;
    gap: 3.5rem;
  }
  .service-flow-item--type2 .service-flow-item__inner::before {
    right: auto;
    left: -0.9rem;
    top: 3rem;
  }
  .service-flow-item--type2 .service-flow-item__date {
    position: static;
  }
  .service-flow-item--type2 .service-flow-item__title {
    margin-bottom: 0;
  }
}
.service-flow-item__inner {
  background-color: #fff;
  padding: 2.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .service-flow-item__inner {
    padding: 2rem 1.5rem 2rem 9rem;
  }
}
.service-flow-item__inner::before {
  content: "";
  position: absolute;
  right: -0.9rem;
  top: 3rem;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  background-color: var(--flow-color);
}
@media (max-width: 767px) {
  .service-flow-item__inner::before {
    right: auto;
    left: -0.67rem;
    top: 2.6rem;
    border-radius: 100%;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.service-flow-item ol {
  padding-left: 1em;
  margin-top: 1rem;
}
.service-flow-item ol li + li {
  margin-top: 0.5em;
}
.service-flow-item ol li {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .service-flow-item ol li {
    font-size: 1.2rem;
  }
}
.service-flow-item ol li.marker {
  width: fit-content;
  background: linear-gradient(transparent 75%, #f2b035 75%);
  background-position: center;
}
.service-flow-item__olcaption {
  color: #f2b035;
  margin-top: 1rem;
  font-weight: bold;
}
.service-flow-item__olcaption::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #f2b035;
  display: inline-block;
  rotate: 45deg;
  margin-right: 0.8rem;
}
.service-flow-item__date {
  position: absolute;
  right: 2.7rem;
  top: 2.05rem;
  color: var(--flow-color);
  text-align: right;
  font-weight: bold;
}
@media (max-width: 767px) {
  .service-flow-item__date {
    right: auto;
    left: 1.4rem;
    top: 2rem;
    text-align: left;
  }
}
.service-flow-item__month {
  font-size: 4rem;
  font-family: var(--primary-font);
  line-height: 1;
}
@media (max-width: 767px) {
  .service-flow-item__month {
    font-size: 2.8rem;
  }
}
.service-flow-item__month span {
  margin-left: 0.5rem;
  font-size: var(--font-size-m);
}
@media (max-width: 767px) {
  .service-flow-item__month span {
    font-size: var(--font-size-s);
  }
}
@media (max-width: 767px) {
  .service-flow-item__date-memo {
    font-size: 1.2rem;
  }
}
.service-flow-item__title {
  font-size: var(--font-size-m);
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .service-flow-item__title {
    font-size: var(--font-size-base);
  }
}
.service-flow-item__subtitle {
  color: #36bfb8;
  font-size: var(--font-size-base);
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .service-flow-item__subtitle {
    font-size: var(--font-size-s);
  }
}



/* about（TONMANAとは）— カンプ: tonmana_about.ai / 登場アニメは src/app.js */
.about-content {
  padding-top: calc(207.27 / 1366 * 100vw);
}
@media (max-width: 767px) {
  .about-content {
    padding-top: 15rem;
  }
}
.about-vision {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
}
/* z-index は付けない（付けると中の z-index が外のマークと比較できなくなる） */
.about-vision__inner {
  position: relative;
}
.about-vision__label {
  z-index: 5;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: var(--font-size-m);
  line-height: 1.084;
  color: #e8e2d9;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  top: 2.674rem;
  left: 8.356rem;
}
@media (max-width: 767px) {
  .about-vision__label {
    display: none;
  }
}
.about-vision__body {
  padding-left: 21.87rem;
}
@media (max-width: 1079px) {
  .about-vision__body {
    padding-left: 10rem;
  }
}
@media (max-width: 767px) {
  .about-vision__body {
    padding-left: 0;
  }
}
.about-vision__title {
  position: relative;
  z-index: 5;
  font-size: 4.8rem;
  line-height: 9rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: var(--black);
}
@media (max-width: 767px) {
  .about-vision__title {
    font-size: 2.4rem;
    line-height: 5rem;
  }
}
.about-vision__title-line {
  display: block;
}
/* マーカーは行に対して z-index:-1 で敷く（マーカー側に持たせると「として」より前面に出る） */
.about-vision__title-line--marker {
  position: relative;
  isolation: isolate;
}
.about-vision__marker-bg {
  width: 53.591rem;
  height: 8.028rem;
  position: absolute;
  z-index: -1;
  left: -0.6rem;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .about-vision__marker-bg {
    width: 26.8rem;
    height: 4.014rem;
    left: -0.4rem;
  }
}
/* 下地は黒文字、上の白文字をブラシの進行に同期して出す */
.about-vision__marker-text {
  position: relative;
  display: inline-block;
  color: var(--black);
  margin-right: 3.3rem;
}
@media (max-width: 767px) {
  .about-vision__marker-text {
    margin-right: 1.6rem;
  }
}
.about-vision__marker-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  white-space: nowrap;
}
.about-vision__lead {
  margin-top: 3.432rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .about-vision__lead {
    margin-top: 10rem;
  }
}

/* 銀河系アニメーション。軌道は px 固定（offset-path が px 基準のため） */
.about-galaxy {
  position: absolute;
  top: 9.495rem;
  left: calc(50% - 673.98px);
  width: 1354.95px;
  height: 435.18px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .about-galaxy {
    top: 4rem;
    left: calc(50% - 250px);
    width: 500px;
    height: 160.59px;
  }
}
/* 重なり順: 外周リング → 外周マーク(奥) → 内周リング → 内周マーク(奥) → テキスト → マーク(手前) → リード文 */
.about-galaxy__orbit {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.about-galaxy__orbit--outer {
  z-index: 1;
}
.about-galaxy__orbit--inner {
  z-index: 3;
}
/* 点線そのものが流れる */
.about-galaxy__dots {
  animation: about-orbit-dash 1.2s linear infinite;
}
/* 点線の上を走る光の弧。白で流す（SVG側の stroke 属性をCSSで上書き） */
.about-galaxy__trail {
  stroke: #fff;
  stroke-width: 2.5;
  opacity: 0.95;
}
.about-galaxy__orbit--outer .about-galaxy__trail {
  stroke-dasharray: 210 2971;
  animation: about-trail-outer 22s linear infinite;
}
.about-galaxy__orbit--inner .about-galaxy__trail {
  stroke-dasharray: 180 2489;
  animation: about-trail-inner 18s linear infinite;
}
.about-galaxy__star {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--star-w);
  z-index: var(--star-depth);
  offset-path: path("M1354.17,98.03C1371.9,198.4 1083.31,333.3 709.59,399.33C335.87,465.36 18.52,437.52 0.79,337.15C-16.94,236.78 271.65,101.88 645.37,35.85C1019.09,-30.18 1336.44,-2.34 1354.17,98.03Z");
  offset-rotate: 0deg;
  offset-distance: calc(var(--star-phase) * 100%);
  animation: about-orbit var(--star-dur) linear infinite;
  animation-delay: calc(var(--star-dur) * var(--star-phase) * -1);
}
@media (max-width: 767px) {
  .about-galaxy__star {
    width: calc(var(--star-w) * 0.55);
    offset-path: path("M499.71,36.17C506.25,73.21 399.76,122.99 261.85,147.36C123.94,171.73 6.83,161.45 0.29,124.41C-6.25,87.37 100.24,37.6 238.15,13.23C376.06,-11.14 493.17,-0.87 499.71,36.17Z");
  }
}
.about-galaxy__star img {
  width: 100%;
  rotate: var(--star-rot);
  animation: about-star-spin var(--star-spin) linear infinite, about-star-depth var(--star-dur) linear infinite;
  animation-delay: 0s, calc(var(--star-dur) * var(--star-phase) * -1);
}
.about-galaxy__star--t, .about-galaxy__star--o {
  offset-path: path("M1238.07,117.51C1253.93,207.27 1015.43,324.44 705.35,379.23C395.27,434.02 131.05,405.67 115.19,315.91C99.33,226.15 337.83,108.98 647.91,54.19C957.99,-0.6 1222.21,27.75 1238.07,117.51Z");
}
@media (max-width: 767px) {
  .about-galaxy__star--t, .about-galaxy__star--o {
    offset-path: path("M456.87,43.36C462.72,76.48 374.7,119.72 260.28,139.94C145.86,160.16 48.36,149.7 42.51,116.58C36.66,83.46 124.67,40.22 239.09,20C353.51,-0.22 451.02,10.24 456.87,43.36Z");
  }
}
/* 位相は軌道内で等間隔かつ初期表示で最も離れる値（数値最適化済み） */
.about-galaxy__star--a {
  --star-w: 62px;
  --star-phase: 0.034;
  --star-dur: 100s;
  --star-back: 2;
  --star-depth: 8;
  --star-rot: 17deg;
  --star-spin: 260s;
  --star-turn: 360deg;
}
.about-galaxy__star--n {
  --star-w: 67px;
  --star-phase: 0.234;
  --star-dur: 100s;
  --star-back: 2;
  --star-depth: 8;
  --star-rot: -8deg;
  --star-spin: 320s;
  --star-turn: -360deg;
}
.about-galaxy__star--a2 {
  --star-w: 128px;
  --star-phase: 0.434;
  --star-dur: 100s;
  --star-back: 2;
  --star-depth: 8;
  --star-rot: -19deg;
  --star-spin: 300s;
  --star-turn: 360deg;
}
.about-galaxy__star--m {
  --star-w: 98px;
  --star-phase: 0.634;
  --star-dur: 100s;
  --star-back: 2;
  --star-depth: 2;
  --star-rot: 4deg;
  --star-spin: 220s;
  --star-turn: -360deg;
}
.about-galaxy__star--n2 {
  --star-w: 94px;
  --star-phase: 0.834;
  --star-dur: 100s;
  --star-back: 2;
  --star-depth: 2;
  --star-rot: -15deg;
  --star-spin: 240s;
  --star-turn: 360deg;
}
.about-galaxy__star--t {
  --star-w: 91px;
  --star-phase: 0.0575;
  --star-dur: 72s;
  --star-back: 4;
  --star-depth: 8;
  --star-rot: 25deg;
  --star-spin: 280s;
  --star-turn: -360deg;
}
.about-galaxy__star--o {
  --star-w: 105px;
  --star-phase: 0.5575;
  --star-dur: 72s;
  --star-back: 4;
  --star-depth: 4;
  --star-rot: 0deg;
  --star-spin: 200s;
  --star-turn: 360deg;
}
/* 0〜50% = 軌道の手前側（テキストより前）／50〜100% = 奥側（テキストより後ろ） */
@keyframes about-orbit {
  0% {
    offset-distance: 0%;
    z-index: 8;
  }
  49.9% {
    z-index: 8;
  }
  50% {
    offset-distance: 50%;
    z-index: var(--star-back);
  }
  99.9% {
    z-index: var(--star-back);
  }
  100% {
    offset-distance: 100%;
    z-index: 8;
  }
}
/* 遠近の大小。scale は必ず子の img に当てる（star に当てると offset-path の移動量まで拡縮される） */
@keyframes about-star-depth {
  0% { scale: 1; }
  6.25% { scale: 1.21; }
  12.5% { scale: 1.295; }
  18.75% { scale: 1.337; }
  25% { scale: 1.35; }
  31.25% { scale: 1.337; }
  37.5% { scale: 1.295; }
  43.75% { scale: 1.21; }
  50% { scale: 1; }
  56.25% { scale: 0.79; }
  62.5% { scale: 0.705; }
  68.75% { scale: 0.663; }
  75% { scale: 0.65; }
  81.25% { scale: 0.663; }
  87.5% { scale: 0.705; }
  93.75% { scale: 0.79; }
  100% { scale: 1; }
}
@keyframes about-star-spin {
  from {
    rotate: var(--star-rot);
  }
  to {
    rotate: calc(var(--star-rot) + var(--star-turn));
  }
}
@keyframes about-orbit-dash {
  to {
    stroke-dashoffset: -8;
  }
}
@keyframes about-trail-outer {
  to {
    stroke-dashoffset: -3181;
  }
}
@keyframes about-trail-inner {
  to {
    stroke-dashoffset: -2669;
  }
}
/* GSAP が初期状態を書き込むまでのチラつき防止 */
.is-about-intro .about-vision__label,
.is-about-intro .about-vision__title-line,
.is-about-intro .about-vision__lead,
.is-about-intro .about-galaxy__orbit,
.is-about-intro .about-galaxy__star {
  opacity: 0;
}
.page-404-icon {
  display: block;
}
.is-logo-reveal .page-404-icons img {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.is-about-intro .about-vision__marker-bg,
.is-about-intro .about-vision__marker-fill {
  clip-path: inset(0% 100% 0% 0%);
}
@media (prefers-reduced-motion: reduce) {
  .about-galaxy__star,
  .about-galaxy__star img,                 
  .about-galaxy__dots,
  .about-galaxy__trail {
    animation: none !important;
  }
  .about-galaxy__trail {
    display: none;
  }
}
/* About 追記 */
.about-intro {
  position: relative;
  padding-top: calc(200 / 1366 * 100vw);
  padding-bottom: 10rem;
  background-image: url("../images/about/intro-bg-top.svg"), url("../images/about/intro-bg-bottom.svg");
  background-repeat: no-repeat;
  background-position: top center, bottom center;
  background-size: 100% auto, 100% auto;
  border-bottom: solid 1px var(--black);
  margin-top: 5rem;
}
.about-intro::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(500 / 1366 * 100vw);
  bottom: calc(400 / 1366 * 100vw);
  background: #E8E2D9;
  pointer-events: none;
}
@media (max-width: 767px) {
  .about-intro {
    padding-top: calc(88 / 375 * 100vw);
    padding-bottom: 7.5rem;
    background-image: url("../images/about/intro-bg-top_sp.svg"), url("../images/about/intro-bg-bottom_sp.svg");
    overflow: hidden;
  }
  .about-intro::before {
    top: calc(180 / 375 * 100vw);
    bottom: calc(150 / 375 * 100vw);
  }
}
.about-intro__inner {
  position: relative;
}
.about-intro__dots {
  position: absolute;
  z-index: 0;
  width: 9.2rem;
  right: 15rem;
  bottom: -6rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .about-intro__dots {
    width: 5.4rem;
    right: 3.5rem;
    bottom: -4rem;
  }
}
.about-intro__question {
  position: relative;
  font-size: 4rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: var(--black);
}
@media (max-width: 767px) {
  .about-intro__question {
    font-size: 2.4rem;
    line-height: 1.7;
  }
}
.about-intro__question-em {
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .about-intro__question-em {
    padding-top: 2.7rem;
  }
}
.about-intro__arrows {
  position: absolute;
  width: 12.4rem;
  left: 50%;
  top: -4rem;
  translate: -50% 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .about-intro__arrows {
    width: 7.6rem;
    top: 0;
  }
}
.about-intro__memos {
  position: relative;
  height: 56rem;
  margin: 6rem auto 0;
}
@media (max-width: 767px) {
  .about-intro__memos {
    display: grid;
    width: 100%;
    height: auto;
    margin-top: 5rem;
  }
}
.about-intro__memo-shadows {
  position: absolute;
  inset: 0;
  z-index: 2;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.about-intro__memo-cards {
  position: relative;
  z-index: 3;
  height: 100%;
}
@media (max-width: 767px) {
  .about-intro__memo-shadows,
  .about-intro__memo-cards {
    grid-area: 1 / 1;
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }
}
.about-intro-memo {
  --memo-rot: 0deg;
  position: absolute;
  width: 50rem;
  height: 28.5rem;
  opacity: 0;
  transition: 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.about-intro__memos.is-active .about-intro-memo {
  opacity: 1;
}
.about-intro__memo-shadows .about-intro-memo {
  z-index: auto;
  transform: rotate(var(--memo-rot)) translate(0.8rem, calc(0.8rem - 40px));
}
.about-intro__memos.is-active .about-intro__memo-shadows .about-intro-memo {
  transform: rotate(var(--memo-rot)) translate(0.8rem, 0.8rem);
}
.about-intro__memo-shadows .about-intro-memo img {
  width: 100%;
  height: 100%;
  max-width: none;
}
.about-intro__memo-cards .about-intro-memo {
  transform: rotate(var(--memo-rot)) translate(0, -40px);
}
.about-intro__memos.is-active .about-intro__memo-cards .about-intro-memo {
  transform: rotate(var(--memo-rot));
}
.about-intro__memo-cards .about-intro-memo:nth-child(2),
.about-intro__memo-shadows .about-intro-memo:nth-child(2) {
  transition-delay: 0.4s;
}
.about-intro__memo-cards .about-intro-memo:nth-child(3),
.about-intro__memo-shadows .about-intro-memo:nth-child(3) {
  transition-delay: 0.8s;
}
@media (max-width: 767px) {
  .about-intro-memo {
    position: relative;
    width: 32.4rem;
    height: auto;
    aspect-ratio: 500 / 285;
  }
}
.about-intro-memo--blue {
  --memo-rot: -7deg;
  top: 0;
  left: 2rem;
  z-index: 2;
}
.about-intro-memo--red {
  --memo-rot: 6deg;
  top: 0.8rem;
  right: 2rem;
  left: auto;
  z-index: 4;
}
.about-intro-memo--orange {
  --memo-rot: 3deg;
  top: 25rem;
  left: calc(50% - 25rem);
  z-index: 3;
}
@media (max-width: 767px) {
  .about-intro-memo--blue {
    --memo-rot: -5deg;
    top: auto;
    left: auto;
  }
  .about-intro-memo--red {
    --memo-rot: 3.5deg;
    top: auto;
    right: auto;
    /* margin-top: -1.6rem; */
  }
  .about-intro-memo--orange {
    --memo-rot: -5deg;
    top: auto;
    left: auto;
    margin-top: 1rem;
  }
}
.about-intro-memo__card {
  position: relative;
  height: 100%;
}
.about-intro-memo__body {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 2.8rem 3.95rem;
}
.about-intro-memo__paper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  pointer-events: none;
}
.about-intro-memo__body p {
  position: relative;
  z-index: 1;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
}
@media (max-width: 767px) {
  .about-intro-memo__body {
    padding: 2.4rem 1em 2.8rem;
  }
  .about-intro-memo__body p {
    font-size: 2rem;
  }
}
.about-intro-memo__quote {
  position: absolute;
  z-index: 3;
  width: 6rem;
  top: -2rem;
  left: 2rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .about-intro-memo__quote {
    width: 3.5rem;
    top: -1.5rem;
    left: 2rem;
  }
}
.about-intro__formula {
  position: relative;
  max-width: 78rem;
  margin: 10rem auto 0;
}
@media (max-width: 767px) {
  .about-intro__formula {
    margin-top: 5rem;
  }
}
.about-intro__round {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 40%;
  translate: -50% -50%;
  width: 124.6rem;
  max-width: none;
  pointer-events: none;
}
.about-intro__round img {
  width: 100%;
  height: auto;
  max-width: none;
}
@media (max-width: 767px) {
  .about-intro__round {
    width: 95rem;
    top: 18.5rem;
  }
}
.about-intro__pen {
  position: absolute;
  z-index: 0;
  width: 100rem;
  height: auto;
  max-width: none;
  overflow: visible;
  left: 50%;
  top: 5rem;
  translate: -50% 0;
  pointer-events: none;
}
.about-intro__pen path {
  stroke-dasharray: var(--pen-len, 2000);
  stroke-dashoffset: calc(var(--pen-len, 2000) * -1);
  transition: stroke-dashoffset 2s;
}
.about-intro__formula.is-active .about-intro__pen path {
  stroke-dashoffset: 0;
}
@media (max-width: 767px) {
  .about-intro__pen {
    width: 140%;
    top: 4.8rem;
  }
}
.about-intro__jagged {
  position: absolute;
  z-index: 1;
  width: 11.8rem;
  top: -5rem;
  left: -18.8rem;
  pointer-events: none;
}
.about-intro__semicircle {
  position: absolute;
  z-index: 1;
  width: 10.6rem;
  right: -16.4rem;
  bottom: 5.6rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .about-intro__jagged {
    width: 5.5rem;
    top: -3rem;
    right: 0;
    left: auto;
  }
  .about-intro__semicircle {
    width: 5rem;
    left: 0;
    bottom: -7.6rem;
  }
}
.about-intro__line {
  position: absolute;
  z-index: 1;
  width: 38rem;
  max-width: none;
  top: -32rem;
  right: 0;
  pointer-events: none;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.8s ease-out;
}
.about-intro__line.is-active,
.about-intro__formula.is-active .about-intro__line {
  clip-path: inset(0 0 0% 0);
}
.about-intro__line-path {
  fill: none;
  stroke: #212121;
  stroke-dasharray: 4;
}
@media (prefers-reduced-motion: reduce) {
  .about-intro__line {
    clip-path: inset(0 0 0% 0);
    transition: none;
  }
}
.about-intro__lead-line {
  position: relative;
  z-index: 1;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: var(--black);
}
@media (max-width: 767px) {
  .about-intro__lead-line {
    font-size: 2.4rem;
  }
}
.about-intro__catch {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 2.4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .about-intro__catch {
    gap: 1.2rem;
    margin-top: 2.5rem;
  }
}
.about-intro__catch-item {
  display: flex;
  flex-direction: column;
}
.about-intro__catch-label {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media (max-width: 767px) {
  .about-intro__catch-label {
    font-size: 1.6rem;
  }
}
.about-intro__catch-label--short {
  color: #09CCEA;
}
.about-intro__catch-label--long {
  color: #F26695;
}
.about-intro__catch-word {
  position: relative;
  display: inline-block;
  z-index: 0;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  padding-inline: 0.03em;
  color: var(--black);
}
.about-intro__catch-word::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0.25em;
  bottom: 0.15em;
  background: #fff;
}
@supports (text-box-trim: trim-both) {
  .about-intro__catch-word {
    text-box-trim: trim-both;
    text-box-edge: ideographic-ink ideographic-ink;
  }
  /* .about-intro__catch-word::before {
    top: 0;
    bottom: 0;
  } */
}
@media (max-width: 767px) {
  .about-intro__catch-word {
    font-size: 3.6rem;
  }
}
.about-intro__multiply {
  width: 7rem;
  margin-bottom: 2rem;
  flex: 0 0 auto;
}
.about-intro__multiply img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .about-intro__multiply {
    width: 3rem;
    margin-bottom: 0.8rem;
  }
}
.about-intro__sub {
  position: relative;
  z-index: 1;
  margin: 5rem 0;
  font-size: 4rem;
}
@media (max-width: 767px) {
  .about-intro__sub {
    margin: 5rem 0 2.5rem;
    font-size: 2.4rem;
    line-height: 1.7;
  }
}
.about-intro__desc {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-intro__desc {
    /* margin-top: 1.2rem; */
  }
}
.about-intro__plan {
  position: relative;
  z-index: 1;
  max-width: 99rem;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .about-intro__plan {
    max-width: 100%;
    margin-top: 5.5rem;
  }
}
.about-intro__plan-box {
  position: relative;
  z-index: 1;
  background: #F3F0EC;
  padding: 3rem;
  border: solid 1px var(--color);
}
.about-intro__plan-rects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.about-intro__plan-rect {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: var(--black);
  border: solid 2px var(--black);
}
.about-intro__plan-rect:nth-child(1) {
  top: -0.5rem;
  left: -0.5rem;
}
.about-intro__plan-rect:nth-child(2) {
  top: -0.5rem;
  right: -0.5rem;
}
.about-intro__plan-rect:nth-child(3) {
  bottom: -0.5rem;
  left: -0.5rem;
}
.about-intro__plan-rect:nth-child(4) {
  bottom: -0.5rem;
  right: -0.5rem;
}
@media (max-width: 767px) {
  .about-intro__plan-box {
    padding: 3rem 1rem;
  }
  .about-intro__plan-rect {
    width: 0.8rem;
    height: 0.8rem;
    border-width: 1.5px;
  }
}
.about-intro__plan-box picture {
  display: block;
  margin: 0 auto;
  width: 56.3rem;
}
.about-intro__plan-box img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .about-intro__plan-box picture {
    width: 100%;
    max-width: 30.7rem;
  }
}
.about-intro__plan-mark {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  line-height: 0.95;
  letter-spacing: 0.08em;
  color: var(--black);
  pointer-events: none;
}
.about-intro__plan-mark span {
  font-size: 2rem;
}
.about-intro__plan-mark--short {
  flex-direction: row;
  left: 3rem;
  bottom: 3rem;
  font-size: 8rem;
  align-items: flex-end;
}
.about-intro__plan-mark--long {
  right: 3rem;
  top: 3rem;
  font-size: 8rem;
  gap: 1rem;
}
@media (max-width: 767px) {
  .about-intro__plan-mark {
    flex-direction: row;
    font-size: 4rem;
  }
  .about-intro__plan-mark span {
    font-size: 1.6rem;
  }
  .about-intro__plan-mark--short {
    left: 1rem;
    bottom: auto;
    top: 4rem;
  }
  .about-intro__plan-mark--long {
    right: 1rem;
    top: auto;
    bottom: 10rem;
    gap: 0;
    align-items: flex-end;
  }
}
.about-intro__plan-foot {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .about-intro__plan-foot {
    margin-top: 3.5rem;
    font-size: 2rem;
  }
}

.about-flow {
  padding: 10rem 0 0;
}
@media (max-width: 767px) {
  .about-flow {
    padding: 7rem 0 0;
  }
}
.about-flow__title {
  position: relative;
  isolation: isolate;
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .about-flow__title {
    font-size: 2.4rem;
    line-height: 1.7;
  }
}
.about-flow__em {
  position: relative;
  display: inline-block;
}
.about-flow__oval {
  position: absolute;
  z-index: -1;
  display: block;
  width: 21.4rem;
  height: auto;
  max-width: none;
  overflow: visible;
  left: 50%;
  top: 50%;
  translate: -50% -48%;
  pointer-events: none;
}
.about-flow__oval path {
  stroke-dasharray: 600, 600;
  stroke-dashoffset: -600;
  transition: 2s;
}
.about-flow__title.is-active .about-flow__oval path {
  stroke-dashoffset: 0;
}
@media (max-width: 767px) {
  .about-flow__oval {
    width: 12.4rem;
  }
  .about-flow__oval path {
    vector-effect: non-scaling-stroke;
    stroke-width: .4rem;
  }
}
.about-flow__lead {
  margin: 5rem 0;
}
@media (max-width: 767px) {
  .about-flow__lead {
    margin-top: 2.4rem;
    text-align: left;
  }
}
.about-flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  position: relative;
  margin-top: 8rem;
  padding: 0;
  list-style: none;
  padding-bottom: 10rem !important;
}
.about-flow__list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 1.75rem;
  border-top: 1px dashed var(--black);
}
.about-flow__list::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  background: var(--black);
}
@media (max-width: 767px) {
  .about-flow__list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 5rem;
    padding-bottom: 5rem !important;
  }
  .about-flow__list::before {
    left: 1.5rem;
    right: auto;
    top: 0;
    bottom: 5rem;
    border-top: none;
    border-left: 1px dashed var(--black);
  }
  .about-flow__list::after {
    width: 34.5rem;
    height: .1rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .about-flow__list::after {
    width: 124.6rem;
    height: .15rem;
  }
}
.about-flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.about-flow-item__node {
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 auto;
  border: 1px solid var(--black);
  border-radius: 50%;
  background: #F3F0EC;
}
@media (max-width: 767px) {
  .about-flow-item__node {
    width: 3rem;
    height: 3rem;
  }
}
.about-flow-item__stem {
  width: 0;
  height: 4rem;
  flex: 0 0 auto;
  border-left: 1px dashed var(--black);
}
.about-flow-item:nth-child(even) .about-flow-item__stem {
  height: 8rem;
}
@media (max-width: 767px) {
  .about-flow-item {
    display: grid;
    grid-template-columns: 3rem 5.8rem 1fr;
    align-items: center;
    width: 100%;
  }
  .about-flow-item__stem {
    width: 100%;
    height: 0;
    border-left: none;
    border-top: 1px dashed var(--black);
  }
  .about-flow-item:nth-child(even) .about-flow-item__stem {
    height: 0;
  }
}
.about-flow-item__card {
  position: relative;
  width: 100%;
  background: #F3F0EC;
  border: solid 1px var(--color);
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .about-flow-item__card {
    padding: 2rem 1.6rem 1.8rem;
  }
}
.about-flow-item__rects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.about-flow-item__rect {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: var(--black);
}
.about-flow-item__rect:nth-child(1) {
  top: -0.5rem;
  left: -0.5rem;
}
.about-flow-item__rect:nth-child(2) {
  top: -0.5rem;
  right: -0.5rem;
}
.about-flow-item__rect:nth-child(3) {
  bottom: -0.5rem;
  left: -0.5rem;
}
.about-flow-item__rect:nth-child(4) {
  bottom: -0.5rem;
  right: -0.5rem;
}
@media (max-width: 767px) {
  .about-flow-item__rect {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.about-flow-item__heading {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #09CCEA;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .about-flow-item__heading {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.about-flow-item__text {
  letter-spacing: 0.04em;
  line-height: 2.4;
}
@media (max-width: 767px) {
  /* .about-flow-item__text {
    font-size: 1.3rem;
  } */
}

.about-approach {
  padding: 10rem 0 0;
}
@media (max-width: 767px) {
  .about-approach {
    padding: 5rem 0 0;
  }
}
.about-approach__title {
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .about-approach__title {
    font-size: 2.4rem;
  }
}
.about-approach__frame {
  position: relative;
  margin-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .about-approach__frame {
    margin-top: 8rem;
  }
}
.about-approach__paren {
  position: absolute;
  z-index: 2;
  width: 7.1rem;
  max-width: none;
  pointer-events: none;
}
.about-approach__paren--tl {
  top: 0;
  left: 0;
}
.about-approach__paren--tr {
  top: 0;
  right: 0;
  rotate: 90deg;
}
.about-approach__paren--br {
  bottom: 0;
  right: 0;
  rotate: 180deg;
}
.about-approach__paren--bl {
  bottom: 0;
  left: 0;
  rotate: 270deg;
}
.about-approach__diagram {
  position: relative;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .about-approach__diagram {
    margin-top: 4rem;
  }
}
.about-approach__chart {
  display: block;
  width: 100rem;
  max-width: 100%;
  margin: 0 auto;
}
.about-approach__chart img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .about-approach__chart {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: 100vw;
    max-width: 100vw;
  }
}
.about-approach__ribbon {
  position: absolute;
  z-index: 1;
  width: 7.4rem;
  max-width: none;
  left: 12.2rem;
  top: 5.2rem;
  pointer-events: none;
}
.about-approach__star {
  position: absolute;
  z-index: 1;
  width: 8.2rem;
  max-width: none;
  right: 15.5rem;
  top: -2.6rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .about-approach__ribbon {
    width: 4rem;
    left: 0;
    top: 5.4rem;
  }
  .about-approach__star {
    width: 4.5rem;
    right: 0.4rem;
    top: -1.6rem;
  }
}
.about-approach__catch {
  max-width: 100rem;
  margin: 5rem auto 0;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .about-approach__catch {
    margin-top: 3.5rem;
    font-size: 2rem;
  }
}
.about-approach__lead {
  max-width: 100rem;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .about-approach__lead {
    margin-top: 2.5rem;
  }
}
.about-approach__why {
  position: relative;
  padding: 3rem 3rem 3.5rem;
  background: #F3F0EC;
  border: solid 1px var(--color);
  text-align: center;
  max-width: 100rem;
  margin: 5rem auto 2rem;
}
@media (max-width: 767px) {
  .about-approach__why {
    margin-top: 4rem;
    padding: 3.5rem 2.5rem;
    margin-bottom: 0;
  }
}
.about-approach__why-rects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.about-approach__why-rect {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: var(--black);
}
.about-approach__why-rect:nth-child(1) {
  top: -0.5rem;
  left: -0.5rem;
}
.about-approach__why-rect:nth-child(2) {
  top: -0.5rem;
  right: -0.5rem;
}
.about-approach__why-rect:nth-child(3) {
  bottom: -0.5rem;
  left: -0.5rem;
}
.about-approach__why-rect:nth-child(4) {
  bottom: -0.5rem;
  right: -0.5rem;
}
@media (max-width: 767px) {
  .about-approach__why-rect {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.about-approach__exclaim {
  position: absolute;
  z-index: 1;
  width: 5.5rem;
  max-width: none;
  top: -2.4rem;
  right: 4rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .about-approach__exclaim {
    width: 3.5rem;
    top: -1.4rem;
    right: 2rem;
  }
}
.about-approach__why-title {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .about-approach__why-title {
    font-size: 2rem;
  }
}
.about-approach__why-text {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .about-approach__why-text {
    margin-top: 2.5rem;
  }
}

.about-wecan {
  padding: 10rem 0 0;
}
.about-wecan__inner {
  position: relative;
}
.about-wecan__inner:before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 124.6rem;
  background: var(--color);
}
@media (max-width: 767px) {
  .about-wecan {
    padding: 5rem 0 0;
  }
  .about-wecan__inner:before {
    width: 34.5rem;
    height: .1rem;
    top: -4.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .about-wecan__inner:before {
    width: 124.6rem;
    height: .2rem;
    top: 0;
  }
  .about-wecan__inner {
    padding-top: 10rem;
  }
}
.about-wecan .c-heading {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .about-wecan .c-heading {
    font-size: 2.4rem;
    margin-bottom: 3.5rem;
  }
}

.c-wecan-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5rem;
}
@media (max-width: 767px) {
  .c-wecan-list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.c-wecan {
  position: relative;
  display: block;
  isolation: isolate;
}
.c-wecan__illust {
  width: 100%;
  height: auto;
}
.c-wecan__num {
  position: absolute;
  z-index: 2;
  display: block;
  width: auto;
  height: 5.44rem;
  max-width: none;
  overflow: visible;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-wecan__num {
    height: 3.8rem;
  }
  .c-wecan__num path {
    vector-effect: non-scaling-stroke;
    stroke-width: 2px;
  }
}
.c-wecan--01 .c-wecan__num {
  top: -0.6rem;
  right: 0.9rem;
  rotate: 12deg;
}
.c-wecan--02 .c-wecan__num {
  top: -0.6rem;
  right: 0.4rem;
  rotate: -6deg;
}
@media (max-width: 767px) {
  .c-wecan--02 .c-wecan__num {
    top: 0;
    right: 0;
  }
}
.c-wecan__label {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .6rem 2rem;
  background: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-wecan__label {
    bottom: 1.5rem;
    padding: .4rem 2rem;
    font-size: 2rem;
  }
}
.c-wecan__arrow {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 2.8rem;
  width: 5rem;
  max-width: none;
}

/* SNSマーケティング */
.snsmarketing-content {
  padding-top: 21rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .snsmarketing-content {
    padding-top: 14rem;
  }
}
.sns-hero {
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .sns-hero {
    padding-bottom: 5.4rem;
  }
}
.sns-hero__title {
  border-left: 1rem solid #F2B035;
  padding-left: 3rem;
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sns-hero__title {
    border-left-width: 0.6rem;
    padding-left: 1.5rem;
    font-size: 2.4rem;
  }
}
.sns-hero__lead {
  margin-top: 5rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .sns-hero__lead {
    margin-top: 3.5rem;
  }
}
.sns-behavior {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20rem 20rem 0 0;
  padding: 10rem 0 14rem;
  border: .5rem solid #fff;
  border-bottom: none;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (max-width: 767px) {
  .sns-behavior {
    border-radius: 6rem 6rem 0 0;
    padding: 4rem 0 7rem;
  }
}
.sns-behavior__title {
  position: relative;
  isolation: isolate;
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .sns-behavior__title {
    font-size: 2.4rem;
    line-height: 1.7;
  }
}
.sns-behavior__sns {
  position: relative;
  display: inline-block;
}
.sns-behavior__circle {
  position: absolute;
  z-index: -1;
  display: block;
  width: 14.6rem;
  height: auto;
  max-width: none;
  overflow: visible;
  left: 50%;
  top: 50%;
  translate: -50% -48%;
  pointer-events: none;
}
.sns-behavior__circle path {
  stroke-dasharray: 600, 600;
  stroke-dashoffset: -600;
  transition: 2s;
}
.sns-behavior__title.is-active .sns-behavior__circle path {
  stroke-dashoffset: 0;
}
@media (max-width: 767px) {
  .sns-behavior__circle {
    width: 6.5rem;
  }
  .sns-behavior__circle path {
    vector-effect: non-scaling-stroke;
    stroke-width: 0.4rem;
  }
}
.sns-behavior__lead {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .sns-behavior__lead {
    margin-top: 2.5rem;
    line-height: 2;
  }
}
.sns-stat-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5rem;
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  .sns-stat-list {
    grid-template-columns: 1fr;
    gap: 4.5rem;
    margin-top: 5rem;
    padding: 0 2rem;
  }
}
.sns-stat {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sns-stat__card {
  position: relative;
  flex: 1;
  background: #F3F0EC;
  border: 1px solid #212121;
  border-radius: 2.4rem;
  padding: 3.6rem 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .sns-stat__card {
    border-radius: 2rem;
    padding: 3.2rem 2.4rem 2.8rem;
  }
}
.sns-stat__quote {
  position: absolute;
  width: 3.5rem;
  max-width: none;
  top: -1.2rem;
  left: 2.4rem;
}
@media (max-width: 767px) {
  .sns-stat__quote {
    top: -1.5rem;
    left: 2rem;
  }
}
.sns-stat__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  min-height: 5.8rem;
}
@media (max-width: 767px) {
  .sns-stat__title {
    font-size: 1.6rem;
    min-height: 0;
    line-height: 1.8;
  }
}
.sns-stat__chart {
  --chart-c: 289.027;
  position: relative;
  width: 18rem;
  margin: 2.4rem auto 0;
}
@media (max-width: 767px) {
  .sns-stat__chart {
    width: 15rem;
    margin-top: 2.5rem;
  }
}
.sns-stat__chart svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.sns-stat__track,
.sns-stat__arc {
  fill: none;
  stroke-width: 16;
}
.sns-stat__track {
  stroke: #E4DFD8;
}
.sns-stat__arc {
  stroke: var(--chart);
  stroke-dasharray: var(--chart-c);
  stroke-dashoffset: var(--chart-c);
}
.sns-stat__value {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--primary-font);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
}
.sns-stat__value b {
  font-size: 3.7rem;
  font-weight: inherit;
}
.sns-stat__value small {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .sns-stat__value b {
    font-size: 3.2rem;
  }
  .sns-stat__value small {
    font-size: 2rem;
  }
}
.sns-stat__source {
  margin-top: 3rem;
  font-size: 1.4rem;
  text-align: left;
}
.sns-behavior__message {
  margin-top: 5rem;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .sns-behavior__message {
    margin-top: 5rem;
    font-size: 2rem;
    line-height: 2;
  }
  .sns-stat__source {
    margin-top: 1.5rem;
  }
}
.sns-behavior__em {
  position: relative;
  z-index: 0;
  isolation: isolate;
  display: inline-block;
  color: #F26695;
  font-size: 5.6rem;
  line-height: 1.8;
}
.sns-behavior__mark {
  display: inline-block;
  position: relative;
  line-height: 1.8;
}
.sns-behavior__mark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: currentColor;
  translate: -50% 0;
}
.sns-behavior__underline {
  position: absolute;
  z-index: -1;
  display: block;
  left: 50%;
  bottom: -2.6rem;
  width: 44.2rem;
  height: auto;
  max-width: 118%;
  overflow: visible;
  translate: -50% 0;
  pointer-events: none;
}
.sns-behavior__underline path {
  stroke-dasharray: 600, 600;
  stroke-dashoffset: 600;
  transition: 2s;
  transition-delay: 0.8s;
}
.sns-behavior__em.is-active .sns-behavior__underline path {
  stroke-dashoffset: 0;
}
@media (max-width: 767px) {
  .sns-behavior__underline {
    bottom: -1.6rem;
    max-width: 29rem;
  }
  .sns-behavior__underline path {
    vector-effect: non-scaling-stroke;
    stroke-width: 0.4rem;
  }
  .sns-behavior__em {
    font-size: 3.2rem;
    margin-top: 1rem;
  }
  .sns-behavior__mark::before {
    width: .6rem;
    height: .6rem;
  }
}
.sns-behavior__visual {
  position: relative;
  margin-top: 8rem;
  margin-left: -11.5rem;
  margin-right: -11.5rem;
  min-height: 78rem;
  overflow: visible;
}
@media (max-width: 767px) {
  .sns-behavior__visual {
    margin-top: 8rem;
    margin-left: 0;
    margin-right: 0;
    min-height: 35rem;
  }
}
.sns-behavior__visual .about-vision {
  min-height: 78rem;
  overflow: visible;
}
@media (max-width: 767px) {
  .sns-behavior__visual .about-vision {
    min-height: 32rem;
  }
}
.sns-behavior__visual .about-galaxy {
  top: 0;
}
@media (max-width: 767px) {
  .sns-behavior__visual {
    min-height: 40rem;
  }
  .sns-behavior__visual .about-vision {
    min-height: 40rem;
  }
  .sns-behavior__visual .about-galaxy {
    top: 0;
    left: calc(50% - 30rem);
    width: 60rem;
    height: 19.271rem;
  }
  .sns-behavior__visual .about-galaxy__star {
    width: calc(var(--star-w) * 0.66);
    offset-path: path("M599.65,43.4C607.5,87.85 479.71,147.59 314.22,176.83C148.73,206.08 8.2,193.74 0.35,149.29C-7.5,104.84 120.29,45.12 285.78,15.88C451.27,-13.37 591.8,-1.04 599.65,43.4Z");
  }
  .sns-behavior__visual .about-galaxy__star--t,
  .sns-behavior__visual .about-galaxy__star--o {
    offset-path: path("M548.24,52.03C555.26,91.78 449.64,143.66 312.34,167.93C175.03,192.19 58.03,179.64 51.01,139.9C43.99,100.15 149.6,48.26 286.91,24C424.21,-0.26 541.22,12.29 548.24,52.03Z");
  }
}
/* スマホは銀河の中央。PNG内の実描画中心（約 49.8% / 60.9%）を軌道中心に合わせる */
.sns-behavior__phone {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 62rem;
  height: auto;
  translate: -49.8% -67.93%;
  pointer-events: none;
  transition: opacity 1s ease 0.28s;
}
.sns-behavior__phone img {
  display: block;
  width: 100%;
  height: auto;
}
/* SVG上端の白丸中心を、外周軌道の下側3点に重ねる */
.sns-behavior__pin {
  position: absolute;
  z-index: 7;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  pointer-events: none;
  transition: opacity 0.9s ease 0.5s;
}
.sns-behavior__pin picture,
.sns-behavior__pin-img {
  display: block;
  width: 100%;
  height: auto;
}
.sns-behavior__pin picture img {
  display: block;
  width: 100%;
  height: auto;
}
.sns-behavior__pin-label {
  margin-top: 2rem;
  padding: 0.2rem 1.6rem 0.35rem;
  border: 0.1rem solid #212121;
  border-radius: 10rem;
  background: #F4F0EC;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  white-space: nowrap;
  width: 19rem;
  text-align: center;
}
@media (max-width: 767px) {
  .sns-behavior__pin-label {
    margin-top: 0.6rem;
    padding: 0.25rem 0.4rem 0.3rem;
    font-size: 1.4rem;
    width: 9.6rem;
  }
  .sns-behavior__phone {
    width: 23.4rem;
    translate: -49.8% -66%;
  }
}
.sns-behavior__pin--01 {
  left: 10.98%;
  top: 96.78%;
  width: 13.75%;
}
.sns-behavior__pin--02 {
  left: 43.14%;
  top: 89.82%;
  width: 14.8%;
}
.sns-behavior__pin--03 {
  left: 75.57%;
  top: 69.71%;
  width: 12.74%;
}
@media (max-width: 767px) {
  .sns-behavior__pin--01 {
    left: 50%;
    top: 90%;
    width: 8.6rem;
    translate: -17.25rem 0;
  }
  .sns-behavior__pin--02 {
    left: 52%;
    top: 85%;
    width: 8.9rem;
    translate: -5.75rem 0;
  }
  .sns-behavior__pin--03 {
    left: 56.5%;
    top: 72%;
    width: 5.9rem;
    translate: 5.75rem 0;
  }
}
.is-about-intro .sns-behavior__phone,
.is-about-intro .sns-behavior__pin {
  opacity: 0;
  transition: none;
}

.sns-cta {
  position: relative;
  overflow: hidden;
  background-color: #F2B035;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.22) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.22) calc(100% - 1px));
  background-size: 4rem 4rem;
  background-repeat: repeat;
  background-position: center center;
  padding: 7rem 0;
}
@media (max-width: 767px) {
  .sns-cta {
    padding: 4rem 0;
  }
}
.sns-cta__deco {
  position: absolute;
  z-index: 0;
  opacity: 0.2;
  pointer-events: none;
  max-width: none;
}
.sns-cta__deco--l {
  left: 1.2rem;
  bottom: -0.7rem;
  width: 9.2rem;
}
.sns-cta__deco--r {
  right: 1.5rem;
  top: 2rem;
  width: 23.5rem;
}
@media (max-width: 767px) {
  .sns-cta__deco--l {
    width: 5.1rem;
  }
  .sns-cta__deco--r {
    width: 9.8rem;
  }
}
.sns-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 4rem 6rem;
}
@media (max-width: 767px) {
  .sns-cta__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 3.2rem;
  }
}
.sns-cta__title {
  position: relative;
  isolation: isolate;
  color: #fff;
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .sns-cta__title {
    font-size: 2.4rem;
  }
}
.sns-cta__diag {
  position: relative;
  display: inline-block;
}
.sns-cta__circle {
  position: absolute;
  z-index: -1;
  display: block;
  width: 21.6rem;
  height: auto;
  max-width: none;
  overflow: visible;
  left: 50%;
  top: 50%;
  translate: -50% -48%;
  pointer-events: none;
}
.sns-cta__circle path {
  stroke-dasharray: 600, 600;
  stroke-dashoffset: -600;
  transition: 2s;
}
.sns-cta__title.is-active .sns-cta__circle path {
  stroke-dashoffset: 0;
}
@media (max-width: 767px) {
  .sns-cta__circle {
    width: 12.4rem;
  }
}
.sns-cta__lead {
  margin-top: 3.5rem;
  color: #fff;
  line-height: 2;
}
@media (max-width: 767px) {
  .sns-cta__lead {
    margin-top: 2.5rem;
  }
  .sns-cta__inner .c-button {
    max-width: 26.5rem;
  }
}

.sns-vertical {
  padding: 11.4rem 4rem 0;
}
@media (max-width: 767px) {
  .sns-vertical {
    padding: 6.5rem 1.5rem 0;
  }
}
.sns-vertical__panel {
  position: relative;
  overflow: hidden;
  background-color: #FDFAF7;
  border-radius: 10rem;
  padding: 6rem 5.6rem;
  border: .5rem solid #fff;
}
@media (max-width: 767px) {
  .sns-vertical__panel {
    border-radius: 4rem;
    padding: 4rem 1.5rem;
  }
}
.sns-vertical__pen {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 38%;
  width: 104.2rem;
  height: auto;
  max-width: none;
  overflow: visible;
  translate: -50% -50%;
  pointer-events: none;
}
.sns-vertical__pen path {
  stroke-dasharray: var(--pen-len, 2000);
  stroke-dashoffset: calc(var(--pen-len, 2000) * -1);
  transition: stroke-dashoffset 2s;
}
.sns-vertical__panel.is-active .sns-vertical__pen path {
  stroke-dashoffset: 0;
}
@media (max-width: 767px) {
  .sns-vertical__pen {
    top: 22%;
    width: 140%;
  }
}
.sns-vertical__inner {
  position: relative;
  z-index: 1;
}
.sns-vertical__head {
  display: flex;
  align-items: center;
  gap: 4rem 5rem;
}
@media (max-width: 767px) {
  .sns-vertical__head {
    flex-direction: column;
    align-items: stretch;
    gap: 2.5rem;
  }
}
.sns-vertical__copy {
  flex: 1 1 0;
  min-width: 0;
}
.sns-vertical__phones {
  flex: 0 1 52rem;
  width: 46%;
  max-width: 52rem;
  margin-right: -3rem;
}
@media (max-width: 767px) {
  .sns-vertical__phones {
    width: calc(100% + 3rem);
    max-width: none;
    margin-right: 0;
    flex: 0 0 auto;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.sns-vertical__title {
  isolation: isolate;
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .sns-vertical__title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.sns-vertical__word {
  position: relative;
  display: inline-block;
}
.sns-vertical__circle {
  position: absolute;
  z-index: -1;
  display: block;
  width: 27rem;
  height: auto;
  max-width: none;
  overflow: visible;
  left: 50%;
  top: 50%;
  translate: -50% -48%;
  pointer-events: none;
}
.sns-vertical__circle path {
  stroke-dasharray: 600, 600;
  stroke-dashoffset: -600;
  transition: 2s;
}
.sns-vertical__title.is-active .sns-vertical__circle path {
  stroke-dashoffset: 0;
}
@media (max-width: 767px) {
  .sns-vertical__circle {
    width: 12.4rem;
  }
  .sns-vertical__circle path {
    vector-effect: non-scaling-stroke;
    stroke-width: 0.4rem;
  }
}
.sns-vertical__lead {
  margin-top: 4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .sns-vertical__lead {
    margin-top: 2.5rem;
  }
}
.sns-vertical__phones img {
  display: block;
  width: 100%;
  height: auto;
}
.sns-vertical__note {
  position: relative;
  margin-top: 6rem;
  background: #E8E2D9;
  border: 1px solid #212121;
  padding: 4rem 6rem;
}
@media (max-width: 767px) {
  .sns-vertical__note {
    margin-top: 0;
    padding: 2.5rem 1.8rem;
  }
}
.sns-vertical__quote {
  position: absolute;
  width: 5.2rem;
  max-width: none;
  top: -2.7rem;
  left: 3.5rem;
}
@media (max-width: 767px) {
  .sns-vertical__quote {
    width: 3.5rem;
    top: -1.2rem;
    left: 1.6rem;
  }
}
.sns-vertical__note-title {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .sns-vertical__note-title {
    font-size: 2rem;
  }
}
.sns-vertical__note-text {
  margin-top: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .sns-vertical__note-text {
    margin-top: 1.5rem;
  }
}

.sns-service {
  padding: 10rem 0 0;
}
@media (max-width: 767px) {
  .sns-service {
    padding: 6.5rem 0 0;
  }
}
.sns-service__title {
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .sns-service__title {
    font-size: 2.4rem;
  }
}
.sns-service__lead {
  margin-top: 5rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .sns-service__lead {
    margin-top: 2.5rem;
  }
}
.sns-service__frame {
  position: relative;
  margin-top: 8rem;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .sns-service__frame {
    margin-top: 5rem;
    padding: 3.5rem 2rem 5.5rem;
  }
}
.sns-service__paren {
  position: absolute;
  z-index: 2;
  width: 7.1rem;
  max-width: none;
  pointer-events: none;
}
.sns-service__paren--tl {
  top: 0;
  left: 0;
}
.sns-service__paren--tr {
  top: 0;
  right: 0;
  rotate: 90deg;
}
.sns-service__paren--br {
  bottom: 0;
  right: 0;
  rotate: 180deg;
}
.sns-service__paren--bl {
  bottom: 0;
  left: 0;
  rotate: 270deg;
}
@media (max-width: 767px) {
  .sns-service__paren {
    width: 3.5rem;
  }
}
.sns-service__copy {
  max-width: 100rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sns-service__copy {
    font-size: 2rem;
    line-height: 2;
  }
}
.sns-service__diagram {
  position: relative;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .sns-service__diagram {
  }
}
.sns-service__chart {
  display: block;
  width: 100rem;
  max-width: 100%;
  margin: 0 auto;
}
.sns-service__chart img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .sns-service__chart {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
    width: 100vw;
    max-width: 100vw;
  }
}
.sns-service__circle {
  position: absolute;
  z-index: 1;
  width: 9rem;
  max-width: none;
  left: 8rem;
  top: 5.5rem;
  pointer-events: none;
}
.sns-service__semi {
  position: absolute;
  z-index: 1;
  width: 9rem;
  max-width: none;
  right: 10rem;
  top: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .sns-service__circle {
    width: 3.8rem;
    left: -1.5rem;
    top: auto;
    bottom: -.2rem;
  }
  .sns-service__semi {
    width: 5rem;
    right: -1.5rem;
    top: -1.5rem;
  }
}
.sns-service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5rem;
  max-width: 100rem;
  margin: 8rem auto 0;
}
@media (max-width: 767px) {
  .sns-service-list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-top: 5rem;
  }
}
.sns-service-list.is-active .sns-service-card {
  opacity: 1;
  transform: none;
}
.sns-service-card {
  position: relative;
  background: #F3F0EC;
  border: solid 1px var(--color);
  padding: 3rem 2.4rem 3.2rem;
  opacity: 0;
  transform: translate(0, -40px);
  transition: 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.sns-service-card:nth-child(2) {
  transition-delay: 0.4s;
}
.sns-service-card:nth-child(3) {
  transition-delay: 0.8s;
}
@media (max-width: 767px) {
  .sns-service-card {
    padding: 2.5rem 1.5rem;
  }
}
.sns-service-card__rects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sns-service-card__rect {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: var(--black);
}
.sns-service-card__rect:nth-child(1) {
  top: -0.5rem;
  left: -0.5rem;
}
.sns-service-card__rect:nth-child(2) {
  top: -0.5rem;
  right: -0.5rem;
}
.sns-service-card__rect:nth-child(3) {
  bottom: -0.5rem;
  left: -0.5rem;
}
.sns-service-card__rect:nth-child(4) {
  bottom: -0.5rem;
  right: -0.5rem;
}
@media (max-width: 767px) {
  .sns-service-card__rect {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.sns-service-card__title {
  color: #F26695;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding-bottom: 1.4rem;
  border-bottom: 1px dashed #212121;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .sns-service-card__title {
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.sns-service-card__items {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .sns-service-card__items {
    margin-top: 1.6rem;
  }
  .sns-service-card__item {
    font-size: 1.4rem;
  }
}
.sns-service-card__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  line-height: 1.8;
}
.sns-service-card__item + .sns-service-card__item {
  margin-top: 1rem;
}
.sns-service-card__item::before {
  content: "";
  flex: 0 0 auto;
  width: 1.76rem;
  height: 1.74rem;
  margin-top: 0.4rem;
  background: url("../images/service/snsmarketing/ico-check.svg") no-repeat center / contain;
}

.sns-works {
  padding: 10rem 0 0;
  position: relative;
  margin-top: 10rem;
}
.sns-works:before {
  content: "";
  position: absolute;
  background: #212121;
  width: 124.6rem;
  height: 0.15rem;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media (max-width: 767px) {
  .sns-works {
    padding: 5rem 0 0;
    margin-top: 7rem;
  }
  .sns-works:before {
    width: 34.5rem;
  }
}
.sns-works-item {
  display: flex;
  gap: 12rem;
}
@media (max-width: 767px) {
  .sns-works-item {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.sns-works-item + .sns-works-item {
  margin-top: 8rem;
  padding-top: 8rem;
  border-top: 1px dashed #212121;
}
.sns-works-item:last-child {
  padding-bottom: 8rem;
  border-bottom: 1px dashed #212121;
}
@media (max-width: 767px) {
  .sns-works-item + .sns-works-item {
    margin-top: 5rem;
    padding-top: 5rem;
  }
  .sns-works-item:last-child {
    padding-bottom: 5rem;
  }
}
.sns-works-item__body {
  flex: 1 1 0;
  min-width: 0;
}
.sns-works-item__tag {
  display: inline-block;
  background: var(--secondary-color);
  color: #fff;
  border-radius: 10rem;
  padding: 0.4rem 1.6rem 0.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sns-works-item__tag {
    font-size: 1.2rem;
    padding: 0.1rem 1.5rem 0.2rem;
  }
}
.sns-works-item__title {
  margin-top: 1.5rem;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sns-works-item__title {
    margin-top: 1rem;
    font-size: 2rem;
  }
}
.sns-works-item__lead {
  margin-top: 3.5rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .sns-works-item__lead {
    margin-top: 2rem;
  }
}
.sns-works-item__metrics {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .sns-works-item__metrics {
    margin-top: 1.5rem;
  }
}
.sns-works-item__row {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid #212121;
  font-weight: bold;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .sns-works-item__row {
    padding: 2rem 0 1.5rem;
    font-size: 1.6rem;
  }
}
.sns-works-item__row dt {
  flex: 0 0 18rem;
  width: 18rem;
}
.sns-works-item__row dd {
}
.sns-works-item .c-button {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .sns-works-item .c-button {
    max-width: 26.5rem;
    margin: 3.5rem auto 0;
  }
}
.sns-works-item__visual {
  position: relative;
  flex: 0 0 38rem;
  width: 38rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .sns-works-item__visual {
    flex: none;
    width: 100%;
  }
  .sns-works-item__row dt {
    width: 13.4rem;
    flex: 0 0 13.4rem;
  }
}
.sns-works-item__blob {
  position: absolute;
  z-index: 0;
  display: block;
  width: 49rem;
  height: auto;
  max-width: none;
  overflow: visible;
  pointer-events: none;
}
.sns-works-item__blob-path {
  stroke-dasharray: 2980, 2980;
  stroke-dashoffset: 2980;
}
@media (max-width: 767px) {
  .sns-works-item__blob {
    width: 35rem;
  }
}
.sns-works-item__phone {
  position: relative;
  z-index: 1;
  display: block;
  width: 32rem;
  height: auto;
}
@media (max-width: 767px) {
  .sns-works-item__phone {
    width: 22rem;
  }
}

.sns-plan {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .sns-plan {
    padding: 5rem 0 7rem;
  }
}
.sns-plan .c-heading {
  /* margin-bottom: 2.5rem; */
}
@media (max-width: 767px) {
  .sns-plan .c-heading {
    /* margin-bottom: 1.6rem; */
  }
}
.sns-plan__catch {
  font-size: 2.9rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .sns-plan__catch {
    font-size: 2rem;
  }
}
.sns-plan__lead {
  margin-top: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .sns-plan__lead {
    margin-top: 2.5rem;
  }
}
.sns-plan-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .sns-plan-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 5rem;
  }
}
.sns-plan-list.is-active .sns-plan-card {
  opacity: 1;
  transform: none;
}
.sns-plan-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ccc;
  opacity: 0;
  transform: translate(0, -40px);
  transition: 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.sns-plan-card:nth-child(2) {
  transition-delay: 0.4s;
}
.sns-plan-card:nth-child(3) {
  transition-delay: 0.8s;
}
.sns-plan-card--standard {
  border-color: #F26695;
}
.sns-plan-card--standard .sns-plan-card__head {
  color: #F26695;
}
.sns-plan-card--standard .sns-plan-card__yen,
.sns-plan-card--standard .sns-plan-card__num {
  color: #F26695;
}
.sns-plan-card--standard .sns-plan-card__item::before {
  background-color: #F26695;
}
.sns-plan-card__head {
  padding: 1.5rem;
  text-align: center;
  background: #F8F8F8;
}
.sns-plan-card--standard .sns-plan-card__head {
  background: #fdeef3;
}
.sns-plan-card__badge {
  display: inline-block;
  background: var(--color);
  color: #fff;
  padding: 0 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: bold;
}
.sns-plan-card--standard .sns-plan-card__badge {
  background: #F26695;
}
.sns-plan-card__name {
  margin-top: 1rem;
  font-family: var(--primary-font);
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .sns-plan-card__name {
    font-size: 4rem;
    margin-top: 0.5rem;
  }
  .sns-plan-card__item {
    font-size: 1.4rem;
  }
}
.sns-plan-card__label {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.sns-plan-card__price {
  padding: 2.4rem 2rem;
  text-align: center;
  border-top: 1px solid #ccc;
}
.sns-plan-card--standard .sns-plan-card__price {
  border-top-color: #F26695;
}
.sns-plan-card__amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.2;
}
.sns-plan-card__unit {
  font-weight: bold;
  margin-right: 0.4rem;
}
.sns-plan-card__yen {
  font-size: 2rem;
  margin-right: 0.4rem;
  margin-left: 1rem;
}
.sns-plan-card__num {
  font-family: var(--primary-font);
  font-size: 4rem;
  font-weight: bold;
}
.sns-plan-card__excl {
  margin-left: 0.4rem;
}
.sns-plan-card__inc {
  font-size: 1.2rem;
  line-height: 1.6;
}
.sns-plan-card__features {
  flex: 1;
  padding: 3rem 3rem 4.4rem !important;
  border-top: 1px solid #ccc;
}
.sns-plan-card__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  line-height: 1.8;
}
.sns-plan-card__item + .sns-plan-card__item {
  margin-top: 1.2rem;
}
.sns-plan-card__item::before {
  content: "";
  flex: 0 0 auto;
  width: 1.76rem;
  height: 1.74rem;
  margin-top: 0.4rem;
  background-color: currentColor;
  -webkit-mask: url("../images/service/snsmarketing/ico-check.svg") no-repeat center / contain;
  mask: url("../images/service/snsmarketing/ico-check.svg") no-repeat center / contain;
}
.sns-plan-option {
  margin-top: 8rem;
  padding: 3rem 6rem;
  background: #E5E0D8;
}
@media (max-width: 767px) {
  .sns-plan-option {
    margin-top: 2.5rem;
    padding: 2.5rem 1.5rem;
  }
  .sns-plan-card__price {
    padding: 1.5rem;
  }
  .sns-plan-card__features {
    padding: 2rem !important;
  }
  .sns-plan-card__item + .sns-plan-card__item {
    margin-top: 1rem;
  }
}
.sns-plan-option__title {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .sns-plan-option__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.sns-plan-option__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2rem;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .sns-plan-option__list {
    gap: 1rem .5rem;
  }
}
.sns-plan-option__list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem .1em;
  border: 1px solid var(--color);
  border-radius: 10rem;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .sns-plan-option__list li {
    /* flex: 1 1 calc(50% - 0.6rem); */
    min-width: 0;
    padding: 0 1.5rem;
    font-size: 1.4rem;
  }
}

.sns-flow {
  padding: 10rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .sns-flow {
    padding: 7rem 0 5rem;
  }
}
.sns-flow-list {
  position: relative;
  margin: 0;
  padding: 0 0 3.2rem;
  list-style: none;
}
.sns-flow-list::before {
  content: "";
  position: absolute;
  left: 7.7rem;
  top: 1.4rem;
  bottom: 0;
  border-left: 1px solid var(--color);
}
@media (max-width: 767px) {
  .sns-flow-list::before {
    left: 2.5rem;
  }
}
.sns-flow-list::after {
  content: "";
  position: absolute;
  left: 7.7rem;
  bottom: 0;
  width: 1.8rem;
  height: 0.9rem;
  background: url("../images/service/snsmarketing/step-arrow-down.svg") no-repeat center / contain;
  translate: -50% 0;
}
@media (max-width: 767px) {
  .sns-flow-list::after {
    left: 2.5rem;
  }
}
.sns-flow-item {
  display: grid;
  grid-template-columns: 2.8rem 1fr;
  gap: 0 5rem;
  align-items: start;
  position: relative;
  padding: 5rem 0 5rem 6.3rem;
  border-bottom: 1px dashed var(--color);
}
.sns-flow-item:first-child {
  padding-top: 0;
}
.sns-flow-item:last-child {
  padding-bottom: 5rem;
  border-bottom: none;
}
@media (max-width: 767px) {
  .sns-flow-item {
    grid-template-columns: 2rem 1fr;
    gap: 0 2rem;
    padding: 2.5rem 0 3rem 1.5rem;
  }
  .sns-flow-item:last-child {
    padding-bottom: 3.2rem;
  }
}
.sns-flow-item__node {
  position: relative;
  z-index: 1;
  width: 2.8rem;
  height: 2.8rem;
  margin-top: 0.2rem;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 767px) {
  .sns-flow-item__node {
    width: 2rem;
    height: 2rem;
  }
}
.sns-flow-item__step {
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .sns-flow-item__step {
    font-size: 1.4rem;
  }
}
.sns-flow-item__title {
  margin-top: 1rem;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sns-flow-item__title {
    margin-top: .2rem;
    font-size: 2rem;
  }
}
.sns-flow-item__text {
  margin-top: 2rem;
  line-height: 1.6;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .sns-flow-item__text {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.sns-faq {
  padding: 10rem 0 0;
  position: relative;
}
.sns-faq:before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 0;
  width: 124.6rem;
  height: .15rem;
  background: #212121;
}
@media (max-width: 767px) {
  .sns-faq {
    padding: 3.6rem 0 5rem;
  }
  .sns-faq:before {
    width: 34.5rem;
  }
}
.sns-faq__inner {
  display: grid;
  grid-template-columns: 32rem minmax(0, 1fr);
  gap: 4rem 6rem;
  align-items: start;
}
@media (max-width: 767px) {
  .sns-faq__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.sns-faq .c-heading {
  margin-bottom: 0;
}
.sns-faq-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-left: 4rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .sns-faq-list {
    margin-left: 1rem;
    gap: 3.5rem;
    padding-top: 1.6rem;
    margin-top: 0;
  }
}
.sns-faq-item {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid var(--color);
  border-radius: .6rem;
}
.sns-faq-item__head {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.sns-faq-item__q {
  position: absolute;
  left: -4rem;
  top: -2rem;
  display: grid;
  place-items: center;
  width: 8rem;
  height: 5rem;
  border-radius: 5rem;
  background: #F26695;
  color: #fff;
  font-family: var(--primary-font);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .sns-faq-item__q {
    left: -1rem;
    top: -1.6rem;
    translate: 0;
    width: 5rem;
    height: 3rem;
    font-size: 2rem;
    border-radius: 1.5rem;
  }
}
.sns-faq-item__question {
  flex: 1 1 0;
  min-width: 0;
  padding: 2rem 2rem 2rem 3.6rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sns-faq-item__question {
    padding: 3rem 0 2.3rem 1.5rem;
    font-size: 1.6rem;
  }
}
.sns-faq-item__toggle {
  flex: 0 0 6.4rem;
  display: grid;
  place-items: center;
}
.sns-faq-item__toggle::before {
  content: "";
  width: 1.8rem;
  height: 0.9rem;
  background: url("../images/service/snsmarketing/step-arrow-down.svg") no-repeat center / contain;
  transition: rotate 0.3s;
}
.sns-faq-item.is-open .sns-faq-item__toggle::before {
  rotate: 180deg;
}
@media (max-width: 767px) {
  .sns-faq-item__toggle {
    flex-basis: 4.8rem;
  }
}
.sns-faq-item__body {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.6rem 2rem;
  align-items: start;
  padding: 2.4rem 6.4rem 2.8rem 3.6rem;
  border-top: 1px dashed #919191;
}
@media (max-width: 767px) {
  .sns-faq-item__body {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem 1.3rem 3rem;
  }
}
.sns-faq-item__a {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  background: var(--primary-color);
  color: #fff;
  font-family: var(--primary-font);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .sns-faq-item__a {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
  }
}
.sns-faq-item__body p {
  line-height: 2;
}
@media (max-width: 767px) {
  .sns-faq-item__body p {
  }
}

/* 経営理念・404のロゴアルファベット（GSAP初期化前のチラつき防止のみ） */
.is-logo-reveal .js-company-logos .company-logo > img {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

/* 社員紹介（staff/）カード背景アルファベット。動きは src/app.js（ここで transform を指定しないこと） */
.c-staff-card__bg > img {
  will-change: clip-path, transform;
}
