@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);
  }
}

