@charset "UTF-8";

/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

@media screen and (min-width: 960px) {

  .utils-hidden-mobile {
    display: inline-block !important;
  }
}

@media screen and (max-width: 959px) {

  .utils-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {

  .utils-block-hidden-mobile {
    display: block !important;
  }
}

@media screen and (max-width: 959px) {

  .utils-block-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {

  .utils-hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {

  .utils-hidden-pc {
    display: inline-block !important;
  }
}

@media screen and (min-width: 960px) {

  .utils-block-hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {

  .utils-block-hidden-pc {
    display: block !important;
  }
}

.utils-hidden {
  display: none !important;
}

.utils-hidden2 {
  opacity: 0;
  visibility: hidden;
}

.utils-color-invert {
  filter: brightness(0) invert(1) !important;
}

.utils-visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.utils-anime-fadein {
  opacity: 0;
  animation: fade-in .3s linear forwards;
}

@media screen and (min-width: 960px) {

  .utils-anime-fadein {
    animation: fade-in .4s linear forwards;
  }
}

@keyframes fade-in {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.utils-filter-theme {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #e85a24;
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
}

.utils-disabled {
  opacity: .5;
  pointer-events: none;
}

.utils-disabled2 {
  pointer-events: none;
}

.utils-aspect-fix-image {
  position: relative;
}

.utils-aspect-fix-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.utils-visible-hidden {
  opacity: 0;
  visibility: hidden;
}

.utils-border-none {
  border: none !important;
}

.utils-scroll-disabled {
  overflow: hidden;
}


.inner,
.inner-s {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: auto;
}

@media screen and (min-width: 960px) {

  .inner,
  .inner-s {
    max-width: 1250px;
    padding-left: min(5.46875vw, 70px);
    padding-right: min(5.46875vw, 70px);
  }
}

@media screen and (min-width: 960px) {

  .inner-s {
    max-width: 1056px;
  }
}

.inner--p0 {
  padding: 0;
}

.section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 960px) {

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.section__title--underline {
  border-bottom: 1px solid #000;
  padding-bottom: 17px;
}

@media screen and (min-width: 960px) {

  .section__title--underline {
    padding-bottom: 5px;
  }
}

.section__title--white span {
  color: #fff;
}

.section__title--center span {
  text-align: center;
}

.section__title-en {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #e85a24;
  text-align: left;
  line-height: 1;
  letter-spacing: 0;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 960px) {

  .section__title-en {
    font-size: min(1.09375vw, 14px);
  }
}

.section__title-en2 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
}

.section__title-ja {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
  white-space: nowrap;
  margin-top: 5px;
}

@media screen and (min-width: 960px) {

  .section__title-ja {
    font-size: min(2.96875vw, 38px);
    margin-top: 12px;
  }
}

.section__title-ja--white {
  color: #fff;
}

.section__title-ja--wrap {
  white-space: initial;
}

.section__title2-en {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1;
  letter-spacing: .03em;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

@media screen and (min-width: 960px) {

  .section__title2-en {
    font-size: min(1.09375vw, 14px);
    line-height: 1;
    letter-spacing: .08em;
  }
}

.section__title2-ja {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
  white-space: nowrap;
  margin-top: 5px;
}

@media screen and (min-width: 960px) {

  .section__title2-ja {
    font-size: min(2.5vw, 32px);
    line-height: 1.5;
    letter-spacing: .02em;
    margin-top: 0;
  }
}

.section__title2-ja--white {
  color: #fff;
}

.section__title2-en--theme {
  color: #e85a24;
}

.section__text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {

  .section__text {
    font-size: 14px;
  }
}

.section__text--white {
  color: #fff;
}

.section__text--center {
  text-align: center;
}

.article-card {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 362px;
}

@media screen and (min-width: 960px) {

  .article-card {
    min-height: 413px;
  }
}

.article-card__image {
  overflow: hidden;
}

.article-card__image::before {
  content: '';
  display: block;
  padding-top: 65.274151436%;
}

.article-card__image img {
  transition: transform .3s;
}

.article-card__container {
  display: flex;
  flex-direction: column;
  transition: opacity .3s;
  min-height: 145px;
}

@media screen and (min-width: 960px) {

  .article-card__container {
    min-height: 165px;
  }
}

.article-card__date {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
  margin-top: 23px;
}

@media screen and (min-width: 960px) {

  .article-card__date {
    font-size: 16px;
    margin-top: 21px;
  }
}

.article-card__title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .07em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 13px;
  margin-bottom: 13px;
}

@media screen and (min-width: 960px) {

  .article-card__title {
    font-size: 18px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
}

.article-card__text {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: right;
  line-height: 1.5;
  letter-spacing: .02em;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-top: auto;
  padding-bottom: 2px;
}

@media screen and (min-width: 960px) {

  .article-card__text {
    font-size: 14px;
  }
}

@media (hover: hover) {

  .article-card:hover {
    opacity: 1;
  }

  .article-card:hover .article-card__image img {
    transform: scale(1.15);
  }

  .article-card:hover .article-card__container {
    opacity: .7;
  }
}

.bk-cta-section {
  position: relative;
  z-index: 0;
  background-color: #000;
  background-image: url(../img/00_common/bg-logo.svg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 140px;
}

@media screen and (min-width: 960px) {

  .bk-cta-section {
    padding-top: 67px;
    padding-bottom: 124px;
  }
}

.bk-cta-section::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 75px 75px;
  border-color: transparent transparent #e85a24 transparent;
  transition: background-color .3s;
}

@media screen and (min-width: 960px) {

  .bk-cta-section::after {
    border-width: 0 0 min(15vw, 236px) min(15vw, 236px);
  }
}

@media screen and (min-width: 960px) {

  .bk-cta-section__inner {
    max-width: 1064px;
  }
}

.bk-cta-section__content-container {
  display: grid;
  gap: 28px 0;
  margin-top: 58px;
}

@media screen and (max-width: 959px) {

  .bk-cta-section__content-container {
    justify-items: center;
  }
}

@media screen and (min-width: 960px) {

  .bk-cta-section__content-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: 'button1 button1' 'button2 button3';
    gap: min(4.6875vw, 60px);
    margin-top: 60px;
  }
}

.bk-cta-section__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: min(100%, 333px);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .04em;
  border: 1px solid #fff;
}

@media screen and (max-width: 959px) {

  .bk-cta-section__button {
    height: 80px;
  }
}

@media screen and (min-width: 960px) {

  .bk-cta-section__button {
    width: 100%;
    font-size: 20px;
    border: 2px solid #fff;
  }
}

.bk-cta-section__button::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #e85a24;
  opacity: 0;
  transition: opacity .3s;
}

@media screen and (min-width: 960px) {

  .bk-cta-section__button-1 {
    grid-area: button1;
    padding-top: 20.0643776824%;
  }
}

@media screen and (min-width: 960px) {

  .bk-cta-section__button-2 {
    grid-area: button2;
    padding-top: 42.5968109339%;
  }
}

@media screen and (min-width: 960px) {

  .bk-cta-section__button-3 {
    grid-area: button3;
    padding-top: 42.5968109339%;
  }
}

.bk-cta-section__button span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media (hover: hover) {

  .bk-cta-section__button:hover {
    opacity: 1;
  }

  .bk-cta-section__button:hover::after {
    opacity: .7;
  }
}

.blog-card {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 353px;
  border: 2px solid #000;
  border-radius: 34px;
  background-color: #fff;
  padding: 15px 10px 0 10px;
}

@media screen and (min-width: 960px) {

  .blog-card {
    min-height: 380px;
    border-radius: 34px;
    padding: 20px 10px 0 10px;
  }
}

.blog-card__category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 22px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .04em;
  background-color: #e85a24;
  border: 1px solid #000;
  border-radius: 9px;
  transition: background-color .3s;
  padding: 0 16px;
  margin-left: 12px;
}

@media screen and (min-width: 960px) {

  .blog-card__category {
    height: 24px;
    font-size: min(1.09375vw, 14px);
    border-radius: 12px;
    padding: 0 min(1.5625vw, 20px);
    margin-left: min(1.25vw, 16px);
  }
}

.blog-card__image {
  overflow: hidden;
  margin-top: 20px;
}

@media screen and (min-width: 960px) {

  .blog-card__image {
    margin-top: 20px;
  }
}

.blog-card__image::before {
  content: '';
  display: block;
  padding-top: 62.3376623377%;
}

.blog-card__image img {
  transition: transform .3s;
}

.blog-card__container {
  display: flex;
  flex-direction: column;
  min-height: 110px;
  margin-top: 20px;
}

@media screen and (max-width: 959px) {

  .blog-card__container {
    padding: 0 14px;
    margin-top: 19px;
  }
}

@media screen and (min-width: 960px) {

  .blog-card__container {
    min-height: 117px;
    padding: 0 min(1.5625vw, 20px);
  }
}

.blog-card__date {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .05em;
  transition: color .3s;
}

@media screen and (min-width: 960px) {

  .blog-card__date {
    font-size: 14px;
  }
}

.blog-card__title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: .15em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 13px;
  transition:
    color .3s,
    -webkit-text-decoration .3s;
  transition:
    color .3s,
    text-decoration .3s;
  transition:
    color .3s,
    text-decoration .3s,
    -webkit-text-decoration .3s;
}

@media screen and (min-width: 960px) {

  .blog-card__title {
    font-size: min(1.09375vw, 14px);
    margin-top: 12px;
    margin-bottom: 13px;
  }
}

@media (hover: hover) {

  .blog-card:hover {
    opacity: 1;
  }

  .blog-card:hover .blog-card__category {
    background-color: #000;
  }

  .blog-card:hover .blog-card__date,
  .blog-card:hover .blog-card__title {
    color: #e85a24;
  }

  .blog-card:hover .blog-card__title {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

.blog-card2 {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 960px) {

  .blog-card2 {
    display: grid;
    grid-template-columns: min(3.671875vw, 47px) 1fr min(17.421875vw, 223px);
    gap: 0 min(1.171875vw, 15px);
    border-bottom: 1px solid #000;
    padding-bottom: 22px;
  }
}

.blog-card2__number {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 959px) {

  .blog-card2__number {
    justify-content: center;
    margin-top: 50px;
  }
}

.blog-card2__number span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1;
  letter-spacing: .1em;
  font-family: 'Poppins', sans-serif;
  background-color: #534741;
  border: 1px solid #000;
  border-radius: 50%;
}

@media screen and (min-width: 960px) {

  .blog-card2__number span {
    width: min(3.671875vw, 47px);
    height: min(3.671875vw, 47px);
    font-size: min(1.5625vw, 20px);
    padding-left: min(.15625vw, 2px);
  }
}

.blog-card2__number--2 span {
  background-color: #c3c3c3;
}

.blog-card2__number--1 span {
  background-color: #bea990;
}

.blog-card2__image {
  overflow: hidden;
  border-radius: 5px;
}

.blog-card2__image::before {
  content: '';
  display: block;
  padding-top: 66.5024630542%;
}

.blog-card2__image img {
  transition: transform .3s;
}

.blog-card2__container {
  transition: opacity .3s;
}

@media screen and (max-width: 959px) {

  .blog-card2__container {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 5px;
  }
}

.blog-card2__title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: .02em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 8px;
}

@media screen and (min-width: 960px) {

  .blog-card2__title {
    font-size: min(1.25vw, 16px);
    margin-top: 7px;
  }
}

.blog-card2__category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 18px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1;
  letter-spacing: .04em;
  background-color: #e85a24;
  border: 1px solid #000;
  border-radius: 9px;
  transition: background-color .3s;
  padding: 0 12px;
}

@media screen and (min-width: 960px) {

  .blog-card2__category {
    font-size: 10px;
    padding: 0 min(.9375vw, 12px);
    border-radius: 12px;
    margin-top: 12px;
  }
}

.blog-card2__date {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .05em;
  transition: color .3s;
}

@media screen and (min-width: 960px) {

  .blog-card2__date {
    font-size: 12px;
  }
}

@media (hover: hover) {

  .blog-card2:hover {
    opacity: 1;
  }

  .blog-card2:hover .blog-card2__container {
    opacity: .7;
  }
}

.case-card {
  display: grid;
  grid-template-columns: min(15.859375vw, 203px) 1fr;
  position: relative;
  width: 100%;
  height: 100%;
  transition:
    box-shadow .3s,
    background-color .3s;
  padding: 24px 0 36px 0;
}

@media screen and (min-width: 960px) {

  .case-card {
    display: grid;
    grid-template-columns: min(15.859375vw, 203px) 1fr;
    gap: 0 min(2.8125vw, 36px);
    padding: 24px 0 36px 0;
  }
}

@media screen and (min-width: 960px) {

  .case-card::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 52%;
    right: 20px;
    transform: translateY(-50%);
    background-image: url(../img/00_common/icon-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 19px;
  }
}

@media screen and (min-width: 960px) and (min-width: 960px) {

  .case-card::after {
    right: min(1.5625vw, 20px);
    width: 14px;
    height: 22px;
  }
}

.case-card__image {
  overflow: hidden;
  border-radius: 5px;
}

.case-card__image::before {
  content: '';
  display: block;
  padding-top: 66.5024630542%;
}

.case-card__image img {
  transition: transform .3s;
}

.case-card__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity .3s;
}

@media screen and (max-width: 959px) {

  .case-card__container {
    margin-top: 25px;
  }
}

@media screen and (min-width: 960px) {

  .case-card__container {
    padding-right: 40px;
  }
}

.case-card__client {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
  margin-top: 0;
}

@media screen and (min-width: 960px) {

  .case-card__client {
    font-size: 12px;
    margin-top: -2px;
  }
}

.case-card__title {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2.1;
  letter-spacing: .02em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (min-width: 960px) {

  .case-card__title {
    font-size: min(1.40625vw, 18px);
    line-height: 1.4;
    letter-spacing: .02em;
  }
}

.case-card__tags {
  display: flex;
  flex-wrap: wrap;
}

.case-card__tag {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #000;
  text-align: right;
  line-height: 1.5;
  letter-spacing: .02em;
  margin-right: 5px;
}

@media screen and (min-width: 960px) {

  .case-card__tag {
    font-size: 10px;
  }
}

@media (hover: hover) {

  .case-card:hover {
    opacity: 1;
    box-shadow: 0 0 0 1px #000;
    background-color: #fff;
  }
}

.catalog-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 262px;
  height: 325px;
  border: 2px solid #9a9a9a;
  padding: 24px 5px 24px 20px;
}

@media screen and (min-width: 960px) {

  .catalog-card {
    width: 561px;
    height: 694px;
    padding: 65px 10px 65px 45px;
  }
}

.catalog-card__bg-image {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 10px 10px;
}

@media screen and (min-width: 960px) {

  .catalog-card__bg-image {
    padding: 25px 30px;
  }
}

.catalog-card__bg-image-inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.catalog-card__bg-image-inner::before {
  content: '';
  display: block;
  padding-top: 78.4929356358%;
}

.catalog-card__bg-image img {
  transition: transform .3s;
}

.catalog-card__area {
  margin-bottom: 10px;
}

.catalog-card__area>span {
  display: inline-block;
  position: relative;
  font-size: 10px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
  padding: 5px 10px 7px 21px;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  background-color: #fff;
}

@media screen and (min-width: 960px) {

  .catalog-card__area>span {
    font-size: 18px;
    padding: 10px 28px 14px 42px;
  }
}

.catalog-card__area>span::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 10px;
  height: 14px;
  background-image: url(../img/00_common/icon-pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 960px) {

  .catalog-card__area>span::before {
    left: 12px;
    width: 20px;
    height: 28px;
  }
}

.catalog-card__title>span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
  padding: 7px 10px 7px 10px;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  background-color: #fff;
}

@media screen and (min-width: 960px) {

  .catalog-card__title>span {
    font-size: 38px;
    padding: 10px 16px;
  }
}

.catalog-card__title>span:not(:first-child) {
  margin-top: -1px;
}

.catalog-card__shop>span {
  display: inline-block;
  position: relative;
  font-size: 10px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
  padding: 7px 10px 7px 10px;
  margin-top: -1px;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  background-color: #fff;
}

@media screen and (min-width: 960px) {

  .catalog-card__shop>span {
    font-size: 24px;
    padding: 10px 12px;
  }
}

@media (hover: hover) {

  .catalog-card:hover {
    opacity: 1;
  }

  .catalog-card:hover .catalog-card__bg-image img {
    transform: scale(1.1);
  }

  .catalog-card:hover .catalog-card__container {
    opacity: .8;
  }
}

.catalog-section {
  position: relative;
}

@media screen and (min-width: 960px) {

  .catalog-section {
    padding-top: 100px;
    padding-bottom: 137px;
  }
}

.catalog-section__inner {
  max-width: 100%;
}

@media screen and (min-width: 960px) {

  .catalog-section__inner {
    padding-left: min(7.8125vw, 100px);
  }
}

.catalog-section__slider-inner {
  max-width: 100%;
  padding-right: 0;
}

@media screen and (min-width: 960px) {

  .catalog-section__slider-inner {
    padding-left: min(7.8125vw, 100px);
  }
}

.catalog-section__text {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 28px;
}

@media screen and (min-width: 960px) {

  .catalog-section__text {
    font-size: 25px;
    margin-top: 50px;
  }
}

@media screen and (min-width: 960px) {

  .catalog-section--text-center .catalog-section__inner {
    padding-left: min(5.46875vw, 70px);
  }
}

@media screen and (min-width: 960px) {

  .catalog-section--text-center .catalog-section__title-en,
  .catalog-section--text-center .catalog-section__title-ja,
  .catalog-section--text-center .catalog-section__text {
    text-align: center;
  }
}

.catalog-section__slider {
  margin-top: 50px;
}

@media screen and (min-width: 960px) {

  .catalog-section__slider {
    margin-top: 116px;
  }
}

.catalog-section__button {
  text-align: center;
  margin-top: 50px;
}

@media screen and (min-width: 960px) {

  .catalog-section__button {
    margin-top: 80px;
  }
}

.catalog-slider-container {
  position: relative;
}

.catalog-slider__prev,
.catalog-slider__next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: background-color .3s;
}

@media screen and (min-width: 960px) {

  .catalog-slider__prev,
  .catalog-slider__next {
    width: 108px;
    height: 108px;
  }
}

.catalog-slider__prev {
  left: -15px;
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 960px) {

  .catalog-slider__prev {
    left: -32px;
    width: 108px;
    height: 108px;
  }
}

.catalog-slider__next {
  right: 0;
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 960px) {

  .catalog-slider__next {
    right: 60px;
    width: 108px;
    height: 108px;
  }
}

.catalog-slider__prev::before,
.catalog-slider__next::before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
}

@media screen and (min-width: 960px) {

  .catalog-slider__prev::before,
  .catalog-slider__next::before {
    width: 24px;
    height: 24px;
  }
}

.catalog-slider__prev::before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translate(1px, -1px);
}

@media screen and (min-width: 960px) {

  .catalog-slider__prev::before {
    transform: rotate(45deg) translate(3px, -3px);
  }
}

.catalog-slider__next::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(-1px, -1px);
}

@media screen and (min-width: 960px) {

  .catalog-slider__next::before {
    transform: rotate(-45deg) translate(-3px, -3px);
  }
}

@media (hover: hover) {

  .catalog-slider__prev:hover,
  .catalog-slider__next:hover {
    cursor: pointer;
    background-color: #e85a24;
  }
}

@media screen and (max-width: 959px) {

  .category-list {
    padding: 0 10px;
  }
}

.category-list__item {
  position: relative;
  border-bottom: 1px solid #000;
  height: 80px;
}

@media screen and (min-width: 960px) {

  .category-list__item {
    height: 80px;
  }
}

.category-list__item::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
  width: 9px;
  height: 9px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: border-color .3s;
}

.category-list__item-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
  transition: color .3s;
  padding-left: 2px;
}

@media screen and (min-width: 960px) {

  .category-list__item-link {
    font-size: 18px;
    padding-left: 2px;
  }
}

@media (hover: hover) {

  .category-list__item:hover::after {
    border-color: #e85a24;
  }

  .category-list__item-link:hover {
    opacity: 1;
    color: #e85a24;
  }
}

.category-list2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 959px) {

  .category-list2 {
    justify-content: flex-start;
    overflow-x: auto;
    padding-left: 16px;
    padding-bottom: 3px;
  }
}

@media screen and (min-width: 960px) {

  .category-list2 {
    justify-content: center;
  }
}

.category-list2__item {
  position: relative;
}

.category-list2__item+.category-list2__item {
  margin-left: 10px;
}

@media screen and (min-width: 960px) {

  .category-list2__item+.category-list2__item {
    margin-left: 10px;
    margin-bottom: 2px;
  }
}

.category-list2__item-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: min(100%, 334px);
  height: 22px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .04em;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  transition:
    color .3s,
    background-color .3s;
  white-space: nowrap;
  padding: 0 15px;
}

@media screen and (min-width: 960px) {

  .category-list2__item-link {
    min-width: 74px;
    width: auto;
    height: 22px;
    font-size: min(.9375vw, 12px);
    border-radius: 20px;
    padding: 0 min(1.171875vw, 15px);
  }
}

@media (hover: hover) {

  .category-list2__item-link:hover {
    opacity: 1;
    color: #fff;
    background-color: #000;
  }
}

.category-list3 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 959px) {

  .category-list3 {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 3px;
  }
}

.category-list3__item {
  position: relative;
}

.category-list3__item+.category-list3__item {
  margin-left: 10px;
}

@media screen and (min-width: 960px) {

  .category-list3__item+.category-list3__item {
    margin-left: 10px;
    margin-bottom: 2px;
  }
}

.category-list3__item-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 70px;
  height: 28px;
  font-size: 12px;
  font-weight: 600;
  color: #e85a24;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .04em;
  background-color: #ebebeb;
  border: 1px solid #acacac;
  border-radius: 9px;
  transition:
    color .3s,
    background-color .3s;
  white-space: nowrap;
  padding: 0 15px;
}

@media screen and (min-width: 960px) {

  .category-list3__item-link {
    width: auto;
    height: 29px;
    font-size: min(.9375vw, 12px);
    border-radius: 9px;
    padding: 0 min(1.5625vw, 20px);
  }
}

@media (hover: hover) {

  .category-list3__item-link:hover {
    opacity: 1;
    color: #fff;
    background-color: #e85a24;
  }
}

.cta-fixed {
  display: flex;
  position: fixed;
  z-index: 10;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 34px;
  transition:
    opacity .3s,
    visibility .3s,
    transform .4s ease-in-out;
}

@media screen and (max-width: 959px) {

  .cta-fixed {
    bottom: 25px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 34px;
    padding: 12px 24px;
  }
}

@media screen and (min-width: 960px) {

  .cta-fixed {
    bottom: 95px;
    left: auto;
    right: 30px;
    border-radius: 34px;
    padding: 18px 24px;
  }
}

.cta-fixed.move-up {
  transform: translate(-50%, -33px);
}

@media screen and (min-width: 960px) {

  .cta-fixed.move-up {
    transform: translateY(-83px);
  }
}

.cta-fixed__button {
  width: 138px;
  height: 36px;
  font-size: 12px;
}

@media screen and (min-width: 960px) {

  .cta-fixed__button {
    width: 122px;
    height: 33px;
    font-size: 11px;
  }
}

.cta-fixed__button+.cta-fixed__button {
  margin-left: 10px;
}

.cta-fixed__close {
  display: none;
}

@media screen and (min-width: 960px) {

  .cta-fixed__close {
    display: inline-block;
    position: absolute;
    top: -16px;
    right: 2px;
    width: 29px;
    height: 29px;
    background-color: #e85a24;
    border: 2px solid #000;
    border-radius: 50%;
    transform: rotate(45deg);
    transition: background-color .3s;
    cursor: pointer;
  }
}

.cta-fixed__close::before,
.cta-fixed__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
}

.cta-fixed__close::before {
  width: 10px;
  height: 1px;
}

.cta-fixed__close::after {
  width: 1px;
  height: 10px;
}

@media (hover: hover) {

  .cta-fixed__close:hover {
    opacity: 1;
    background-color: #000;
  }

  .cta-fixed__close:hover::before,
  .cta-fixed__close:hover::after {
    background-color: #fff;
  }
}

.cta-section {
  position: relative;
  background-color: #000;
}

@media screen and (max-width: 959px) {

  .cta-section {
    padding: 20px 0 80px 0;
  }
}

@media screen and (min-width: 960px) {

  .cta-section {
    padding: 3px 0;
  }
}

.cta-section__inner {
  padding: 0;
}

@media screen and (min-width: 960px) {

  .cta-section__inner {
    max-width: 1280px;
  }
}

@media screen and (max-width: 959px) {

  .cta-section__items {
    justify-items: center;
  }
}

@media screen and (min-width: 960px) {

  .cta-section__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 0;
  }
}

@media screen and (max-width: 959px) {

  .cta-section__item {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 960px) {

  .cta-section__item {
    padding: 86px min(3.90625vw, 50px) 120px;
  }
}

@media screen and (max-width: 959px) {

  .cta-section__item+.cta-section__item {
    border-top: 1px solid #fff;
  }
}

@media screen and (min-width: 960px) {

  .cta-section__item+.cta-section__item {
    border-left: 1px solid #fff;
  }
}

.cta-section__title {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .15em;
}

@media screen and (min-width: 960px) {

  .cta-section__title {
    font-size: min(2.34375vw, 30px);
  }
}

.cta-section__text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0;
  margin: 17px auto 0 auto;
}

@media screen and (min-width: 960px) {

  .cta-section__text {
    font-size: 14px;
    margin: 17px auto 0 auto;
  }
}

.cta-section__button {
  text-align: center;
  margin-top: 40px;
}

@media screen and (min-width: 960px) {

  .cta-section__button {
    margin-top: 40px;
  }
}

.cta-section__button--contact .btn {
  border: 1px solid #000;
  background-color: #fff;
  color: #e85a24;
  transition: all .3s;
}

@media screen and (max-width: 959px) {

  .cta-section__form {
    padding: 0 20px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 960px) {

  .cta-section__form {
    margin-top: 34px;
  }
}

.cta-section__form .hbspt-form label {
  display: none;
}

.cta-section__form .hbspt-form input[name='email'] {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 10px;
  font-size: 12px;
  padding: 10px 20px;
}

@media screen and (min-width: 960px) {

  .cta-section__form .hbspt-form input[name='email'] {
    font-size: min(.9375vw, 12px);
    padding: 10px 20px;
  }
}

.cta-section__form .hbspt-form .hs-form {
  position: relative;
}

@media screen and (min-width: 960px) {

  .cta-section__form .hbspt-form .hs-form {
    transform: translateX(5px);
  }
}

.cta-section__form .hbspt-form .hs-submit {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  transform: translateY(-50%);
  width: 40px;
  height: 20px;
}

.cta-section__form .hbspt-form .hs-submit div {
  height: 100%;
}

.cta-section__form .hbspt-form input[type='submit'] {
  display: block;
  background-color: #e85a24;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  font-size: 10px;
  color: #fff;
  transition: background-color .3s;
}

.cta-section__form .hbspt-form .submitted-message {
  color: #fff;
}

@media (hover: hover) {

  .cta-section__form .hbspt-form input[type='submit']:hover {
    background-color: #000;
    cursor: pointer;
  }

  .cta-section__button--contact .btn:hover {
    border: 1px solid #fff;
    background-color: #e85a24;
    color: #fff;
  }
}

.download-card {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 322px;
  transition:
    box-shadow .3s,
    background-color .3s;
}

@media screen and (max-width: 959px) {

  .download-card {
    padding: 0;
  }
}

@media screen and (min-width: 960px) {

  .download-card {
    min-height: 322px;
    padding: 20px 20px;
  }
}

@media screen and (max-width: 959px) {

  .download-card+.download-card {
    margin-top: 26px;
  }
}

.download-card__image-wrapper {
  border-radius: 15px;
  background-color: #ebebeb;
  border: 1px solid rgba(0, 0, 0, .25);
  padding: 28px 44px 30px 35px;
}

@media screen and (min-width: 960px) {

  .download-card__image-wrapper {
    padding: min(2.1875vw, 28px) min(3.4375vw, 44px) min(2.34375vw, 30px) min(2.734375vw, 35px);
  }
}

.download-card__image-wrapper--white {
  background-color: #fff;
}

.download-card__image {
  overflow: hidden;
  filter: drop-shadow(7px 7px 5px rgba(164, 164, 164, .75));
  transform: translateZ(0);
}

.download-card__image::before {
  content: '';
  display: block;
  padding-top: 58.0392156863%;
}

.download-card__image img {
  border-radius: 5px;
  transition: transform .3s;
}

.download-card__container {
  display: flex;
  flex-direction: column;
  transition: opacity .3s;
  min-height: 79px;
}

@media screen and (max-width: 959px) {

  .download-card__container {
    margin-top: 4px;
  }
}

@media screen and (min-width: 960px) {

  .download-card__container {
    min-height: 79px;
  }
}

.download-card__term {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #e85a24;
  text-align: left;
  line-height: 1;
  letter-spacing: .02em;
  margin-top: 23px;
  border-left: 2px solid #e85a24;
  padding-left: 13px;
}

@media screen and (min-width: 960px) {

  .download-card__term {
    font-size: 14px;
    margin-top: 34px;
  }
}

.download-card__title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 10px;
}

@media screen and (min-width: 960px) {

  .download-card__title {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .03em;
    margin-top: 6px;
  }
}

.download-card__text {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: .02em;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (min-width: 960px) {

  .download-card__text {
    font-size: 12px;
    margin-top: 10px;
  }
}

.download-card__button {
  text-align: center;
  margin-top: 36px;
}

@media screen and (min-width: 960px) {

  .download-card__button {
    margin-top: 28px;
  }
}

@media (hover: hover) {

  .download-card:hover {
    opacity: 1;
    box-shadow: 0 0 0 1px #000;
    background-color: #fff;
  }

  .download-card:hover .btn {
    background-color: #000;
  }
}

.footer {
  position: relative;
  padding-top: 52px;
  padding-bottom: 38px;
  margin-top: auto;
}

@media screen and (min-width: 960px) {

  .footer {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 959px) {

  .footer__inner {
    padding: 0 20px;
  }
}

@media screen and (min-width: 960px) {

  .footer__inner {
    max-width: 1280px;
  }
}

.footer__content-container {
  position: relative;
}

@media screen and (min-width: 960px) {

  .footer__content-container {
    display: grid;
    grid-template-columns: 1fr min(64.0625vw, 820px);
  }
}

.footer__logo {
  width: 97px;
}

@media screen and (min-width: 960px) {

  .footer__logo {
    width: 142px;
  }
}

.footer__address {
  font-size: 10px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2.2;
  letter-spacing: .04em;
  margin-top: 19px;
}

@media screen and (min-width: 960px) {

  .footer__address {
    font-size: 10px;
    margin-top: 17px;
  }
}

.footer__nav {
  display: none;
}

@media screen and (min-width: 960px) {

  .footer__nav {
    display: block;
    padding-right: min(4.6875vw, 60px);
    padding-top: 40px;
  }
}

.footer__nav-sp {
  display: block;
  margin-top: 24px;
}

@media screen and (min-width: 960px) {

  .footer__nav-sp {
    display: none;
  }
}

@media screen and (min-width: 960px) {

  .footer__nav-items {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 959px) {

  .footer__nav-item {
    padding: 12px 0;
  }
}

.footer__nav-link {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .05em;
  transition: color .2s;
}

@media screen and (min-width: 960px) {

  .footer__nav-link {
    font-size: min(1.25vw, 16px);
    letter-spacing: .1em;
  }
}

.footer__nav-link-s {
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .05em;
  transition: color .2s;
}

@media screen and (max-width: 959px) {

  .footer__nav-link-s {
    margin-top: 32px;
  }
}

@media screen and (min-width: 960px) {

  .footer__nav-link-s {
    font-size: 12px;
    letter-spacing: .1em;
  }
}

.footer__nav-link-s+.footer__nav-link-s {
  margin-top: 20px;
}

@media screen and (min-width: 960px) {

  .footer__nav-link-s+.footer__nav-link-s {
    margin-top: 22px;
  }
}

.footer__nav-service {
  margin-top: 10px;
}

@media screen and (min-width: 960px) {

  .footer__nav-service {
    margin-top: min(4.6875vw, 60px);
  }
}

@media screen and (min-width: 960px) {

  .footer__nav-service-container {
    display: flex;
    margin-top: min(3.28125vw, 42px);
  }
}

@media screen and (min-width: 960px) {

  .footer__nav-service-content {
    min-width: min(18.28125vw, 234px);
  }
}

@media screen and (min-width: 960px) {

  .footer__nav-service-content+.footer__nav-service-content {
    margin-left: min(4.6875vw, 60px);
  }
}

.footer__nav-service-title {
  display: block;
  position: relative;
  transition: color .2s;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
}

@media screen and (max-width: 959px) {

  .footer__nav-service-title {
    max-width: 274px;
    line-height: 1.5;
    letter-spacing: .1em;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    margin: 12px 0 30px;
  }
}

@media screen and (min-width: 960px) {

  .footer__nav-service-title {
    font-size: min(1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: .1em;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: min(1.640625vw, 21px);
    margin: 0;
  }
}

@media screen and (max-width: 959px) {

  .footer__nav-service-title2 {
    margin-top: 38px;
  }
}

.footer__nav-service-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #000;
  width: 50px;
  height: 100%;
}

@media screen and (min-width: 960px) {

  .footer__nav-service-title::before {
    width: min(3.90625vw, 50px);
  }
}

@media screen and (max-width: 959px) {

  .footer__nav-service-items {
    margin-top: 24px;
  }
}

@media screen and (min-width: 960px) {

  .footer__nav-service-items {
    display: grid;
    margin-top: min(2.34375vw, 30px);
  }
}

.footer__nav-service-item+.footer__nav-service-item {
  margin-top: 24px;
}

@media screen and (min-width: 960px) {

  .footer__nav-service-item+.footer__nav-service-item {
    margin-top: min(1.171875vw, 15px);
  }
}

.footer__nav-service-item .footer__nav-link {
  white-space: nowrap;
}

@media screen and (min-width: 960px) {

  .footer__nav-service-item .footer__nav-link {
    font-size: min(1.09375vw, 14px);
  }
}

.footer__sns {
  margin-top: 28px;
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {

  .footer__sns {
    margin-top: 42px;
    margin-bottom: 110px;
  }
}

.footer__sns-item {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0;
  padding-left: 30px;
  transition: color .2s;
}

@media screen and (min-width: 960px) {

  .footer__sns-item {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    padding-left: min(2.96875vw, 38px);
  }
}

.footer__sns-item::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 960px) {

  .footer__sns-item::before {
    top: 1px;
    width: 20px;
    height: 20px;
  }
}

.footer__sns-item:nth-child(1)::before {
  background-image: url(../img/00_common/icon-x.svg);
}

.footer__sns-item:nth-child(2)::before {
  background-image: url(../img/00_common/icon-youtube.svg);
}

.footer__sns-item:nth-child(3)::before {
  background-image: url(../img/00_common/icon-facebook.svg);
}

.footer__sns-item+.footer__sns-item {
  margin-top: 16px;
}

@media screen and (min-width: 960px) {

  .footer__sns-item+.footer__sns-item {
    margin-top: 16px;
  }
}

.footer__copyright {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-top: 100px;
}

@media screen and (min-width: 960px) {

  .footer__copyright {
    font-size: 18px;
    margin-top: 115px;
  }
}

@media (hover: hover) {

  .footer__nav-link:hover,
  .footer__sns-item:hover,
  .footer__nav-link-s:hover {
    opacity: 1;
    color: #e85a24;
  }
}

.hamburger__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 15px;
  height: 9px;
  pointer-events: none;
}

@media screen and (min-width: 960px) {

  .hamburger__container {
    width: 24px;
    height: 12px;
  }
}

.megamenu {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 84px;
  left: 0;
  z-index: -1;
  width: 100vw;
  background-color: #000;
  transition: transform .3s;
  transform: translateY(-100%);
  padding: 62px 0 128px;
}

@media screen and (min-width: 960px) {

  #archive-counter-media .megamenu,
  #single-counter-media .megamenu {
    top: 129px;
  }
}

.megamenu.is-visible {
  transform: translateY(0);
}

.megamenu__container {
  display: inline-block;
  padding-right: min(21.875vw, 280px);
  transition:
    opacity .3s .2s ease-out,
    transform .3s .2s ease-out;
  opacity: 0;
  transform: translateY(-30px);
}

.megamenu.is-visible .megamenu__container {
  opacity: 1;
  transform: translateY(0);
}

.megamenu__title {
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .1em;
  transition: color .2s;
  margin: 12px 0;
}

@media screen and (min-width: 960px) {

  .megamenu__title {
    font-size: min(1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: .1em;
    border-bottom: 1px solid #fff;
    padding-bottom: min(1.640625vw, 21px);
    margin: 0;
  }
}

.megamenu__title2 {
  margin-top: 27px;
}

@media screen and (min-width: 960px) {

  .megamenu__title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: min(3.90625vw, 50px);
    height: 100%;
    border-bottom: 1px solid #e85a24;
  }
}

@media screen and (max-width: 959px) {

  .megamenu__items {
    display: none;
    margin-top: 24px;
  }
}

@media screen and (min-width: 960px) {

  .megamenu__items {
    display: flex;
    margin-top: min(2.34375vw, 30px);
  }
}

@media screen and (min-width: 960px) {

  .megamenu__item {
    margin-right: min(2.03125vw, 25px);
  }
}

.megamenu__link {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  transition: color .2s;
}

@media screen and (min-width: 960px) {

  .megamenu__link {
    font-size: min(1.09375vw, 14px);
    letter-spacing: .1em;
  }
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, .7);
  transition:
    opacity .3s,
    visibility .3s;
  cursor: default;
}

@media screen and (min-width: 960px) {

  .modal {
    padding: 0 60px;
  }
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 29px;
  height: 29px;
  transform: rotate(45deg);
  transition: opacity .3s;
  background-color: transparent;
  cursor: pointer;
}

@media screen and (min-width: 960px) {

  .modal__close {
    top: 40px;
    right: 60px;
    width: 60px;
    height: 60px;
  }
}

.modal__close::before,
.modal__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.modal__close::before {
  width: 100%;
  height: 1px;
}

.modal__close::after {
  width: 1px;
  height: 100%;
}

@media (hover: hover) {

  .modal__close:hover {
    opacity: .5;
  }
}

.modal__banner {
  width: min(85%, 700px);
}

@media screen and (min-width: 960px) {

  .modal__banner {
    width: min(54.6875vw, 700px);
  }
}

.modal__banner img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 613/321;
}

.modal__member {
  background-color: #fff;
  overflow-y: auto;
}

@media screen and (max-width: 959px) {

  .modal__member {
    width: min(90%, 330px);
    max-height: 80vh;
    padding: 36px 20px;
  }
}

@media screen and (min-width: 960px) {

  .modal__member {
    display: grid;
    grid-template-columns: min(20.625vw, 264px) 1fr;
    align-items: flex-start;
    gap: 0 min(3.90625vw, 50px);
    max-width: 930px;
    padding: 45px min(3.515625vw, 45px);
  }
}

.modal__member-image {
  overflow: hidden;
}

@media screen and (max-width: 959px) {

  .modal__member-image {
    max-width: 180px;
  }
}

.modal__member-image::before {
  content: '';
  display: block;
  padding-top: 92.4242424242%;
}

.modal__member-image img {
  transition: transform .3s;
}

@media screen and (max-width: 959px) {

  .modal__member-contents {
    margin-top: 30px;
  }
}

.modal__member-position {
  font-size: 10px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
  transition: color .3s;
}

@media screen and (min-width: 960px) {

  .modal__member-position {
    font-size: 13px;
  }
}

.modal__member-name {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
  transition: color .3s;
  margin-top: 5px;
}

@media screen and (min-width: 960px) {

  .modal__member-name {
    font-size: 23px;
    margin-top: 5px;
  }
}

.modal__member-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
  margin-top: 10px;
}

@media screen and (min-width: 960px) {

  .modal__member-text {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .05em;
    margin-top: 10px;
  }
}

.modal__member-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 2.3;
  letter-spacing: 0;
  margin-top: 5px;
}

@media screen and (min-width: 960px) {

  .modal__member-title {
    font-size: 20px;
    line-height: 1.9;
    letter-spacing: .05em;
    margin-top: 5px;
  }
}

@media (hover: hover) {

  .modal__banner:hover {
    opacity: 1;
  }
}

.new-post {
  padding-top: 50px;
  padding-bottom: 0;
}

.new-post__inner {
  max-width: 100%;
}

@media screen and (min-width: 960px) {

  .new-post__inner {
    padding: 0 min(7.8125vw, 100px);
  }
}

@media screen and (min-width: 960px) {

  .new-post__content-container {
    display: grid;
    grid-template-columns: min(27.421875vw, 351px) min(64.84375vw, 830px);
    justify-content: space-between;
  }
}

@media screen and (max-width: 959px) {

  .new-post__article-cards {
    margin-top: 60px;
  }
}

@media screen and (min-width: 960px) {

  .new-post__article-cards {
    display: grid;
    grid-template-columns: repeat(3, min(29.921875vw, 383px));
    justify-content: space-between;
    gap: 80px 0;
    margin-top: 56px;
  }
}

@media screen and (max-width: 959px) {

  .new-post__card+.new-post__card {
    margin-top: 60px;
  }
}

.new-post__button {
  text-align: center;
  margin-top: 60px;
}

@media screen and (min-width: 960px) {

  .new-post__button {
    margin-top: 70px;
  }
}

.pickup__title {
  font-size: 21px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {

  .pickup__title {
    text-align: left;
    font-size: 24px;
  }
}

.pickup__banner {
  display: block;
  margin-top: 20px;
}

@media screen and (min-width: 960px) {

  .pickup__banner {
    margin-top: 32px;
  }
}

.pickup__banner+.pickup__banner {
  margin-top: 16px;
}

.ranking-section {
  padding-bottom: 0;
}

@media screen and (max-width: 959px) {

  .ranking-section {
    padding-top: 80px;
  }
}

@media screen and (min-width: 960px) {

  .ranking-section__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px min(3.125vw, 40px);
    margin-top: 45px;
  }
}

@media screen and (max-width: 959px) {

  .ranking-section .section__title-en,
  .ranking-section .section__title-ja {
    text-align: center;
  }
}

@media screen and (min-width: 960px) {

  .recommend-section__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px min(3.125vw, 40px);
    margin-top: 45px;
  }
}

.search-form {
  display: inline-grid;
  grid-template-columns: 240px 38px;
  align-items: center;
  gap: 0 15px;
}

@media screen and (max-width: 959px) {

  .search-form {
    grid-template-columns: 1fr 38px;
    gap: 0 20px;
    width: auto;
    padding: 8px 8px 8px 40px;
  }
}

.search-form__keyword {
  display: block;
  width: 240px;
  height: 46px;
  background-color: #fff;
  border-radius: 24px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 0 20px;
}

@media screen and (min-width: 960px) {

  .search-form__keyword {
    font-size: 18px;
    padding: 0 20px;
  }
}

.search-form__button {
  width: 38px;
  height: 38px;
  background-color: transparent;
  transition: opacity .3s;
}

@media (hover: hover) {

  .search-form__button:hover {
    opacity: .7;
    cursor: pointer;
  }
}

.section-wrapper {
  position: relative;
  overflow: hidden;
}

#top .section-wrapper::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -126px;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
  width: 985px;
  height: 3290px;
  background-image: url(../img/01_top/top-bg-sp.svg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (min-width: 960px) {

  #top .section-wrapper::before {
    top: -44px;
    width: 1767px;
    height: 2875px;
    background-image: url(../img/01_top/top-bg-pc.svg);
  }
}

#single .section-wrapper::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -126px;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
  width: 985px;
  height: 3290px;
  background-image: url(../img/00_common/single-bg-2.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (min-width: 960px) {

  #single .section-wrapper::before {
    top: -21px;
    width: 2338px;
    height: 2028px;
  }
}

#about .section-wrapper {
  margin-top: -92px;
}

@media screen and (min-width: 960px) {

  #about .section-wrapper {
    margin-top: -275px;
  }
}

#about .section-wrapper::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-57.3%);
  z-index: -1;
  width: 1194px;
  height: 1171px;
  background-image: url(../img/02_about/about-bg-sp.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (min-width: 960px) {

  #about .section-wrapper::before {
    width: 2672px;
    height: 3705px;
    background-image: url(../img/02_about/about-bg-pc.png);
    transform: translate(-52%);
  }
}

.sidebar__title {
  font-size: 21px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {

  .sidebar__title {
    font-size: 24px;
  }
}

@media screen and (min-width: 960px) {

  .sidebar__category-list .category-list {
    padding-left: 5px;
  }
}

@media screen and (min-width: 960px) {

  .sidebar__category-list .category-list__item-link {
    font-size: 16px;
    padding-right: 28px;
  }
}

.sidebar__tag-list {
  margin-top: 60px;
}

@media screen and (min-width: 960px) {

  .sidebar__tag-list {
    margin-top: 74px;
  }
}

.sub-page-title {
  padding-top: 0;
  padding-bottom: 60px;
}

@media screen and (min-width: 960px) {

  .sub-page-title {
    padding-top: 16px;
    padding-bottom: 66px;
  }
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
}

.tag-list__item {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding-left: 2px;
  border-radius: 22px;
  margin-top: 24px;
  margin-right: 16px;
}

@media screen and (min-width: 960px) {

  .tag-list__item {
    margin-right: 8px;
    margin-top: 24px;
  }
}

.tag-list__item--mt5 {
  margin-top: 5px;
}

.tag-list__item-link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
  transform: translateZ(0);
  transition: color .3s;
  border-radius: 21px;
}

@media screen and (min-width: 960px) {

  .tag-list__item-link {
    font-size: 18px;
  }
}

@media (hover: hover) {

  .tag-list__item-link:hover {
    opacity: 1;
    color: #e85a24;
  }
}

.to-top {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 72px;
  right: 20px;
  z-index: 1;
  width: 48px;
  height: 48px;
  background-color: #e85a24;
  border: 2px solid #000;
  border-radius: 50%;
  transition:
    background-color .3s,
    filter .3s,
    opacity .5s,
    visibility .5s,
    transform .5s;
}

@media screen and (min-width: 960px) {

  .to-top {
    bottom: 50px;
    right: 30px;
    width: min(7.109375vw, 91px);
    height: min(7.109375vw, 91px);
  }
}

.to-top.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.to-top::before {
  content: '';
  display: inline-block;
  background-image: url(../img/00_common/arrow-top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 15px;
  transform: translate(1px, -1px);
}

@media screen and (min-width: 960px) {

  .to-top::before {
    width: min(2.1875vw, 28px);
    height: min(1.796875vw, 23px);
    transform: translate(2px, -2px);
  }
}

@media (hover: hover) {

  .to-top:hover {
    opacity: 1;
    background-color: #000;
  }

  .to-top:hover::before {
    filter: brightness(0) invert(1);
  }
}

.triangle {
  position: relative;
}

.triangle::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #e85a24 transparent;
  transition: background-color .3s;
}

@media screen and (min-width: 960px) {

  .triangle::after {
    border-width: 0 0 20px 20px;
  }
}

.work-card {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 322px;
  transition:
    box-shadow .3s,
    background-color .3s;
}

@media screen and (max-width: 959px) {

  .work-card {
    padding: 35px 6px 35px;
  }
}

@media screen and (min-width: 960px) {

  .work-card {
    min-height: 322px;
    padding: 12px 20px;
  }
}

@media screen and (max-width: 959px) {

  .work-card+.work-card {
    margin-top: 26px;
  }
}

.work-card__image {
  overflow: hidden;
  border-radius: 5px;
}

.work-card__image::before {
  content: '';
  display: block;
  padding-top: 58.4097859327%;
}

.work-card__image img {
  transition: transform .3s;
}

.work-card__container {
  display: flex;
  flex-direction: column;
  transition: opacity .3s;
  min-height: 79px;
}

@media screen and (max-width: 959px) {

  .work-card__container {
    margin-top: 10px;
  }
}

@media screen and (min-width: 960px) {

  .work-card__container {
    min-height: 79px;
  }
}

.work-card__client {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
  margin-top: 23px;
}

@media screen and (min-width: 960px) {

  .work-card__client {
    font-size: 12px;
    margin-top: 34px;
  }
}

.work-card__title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 1px;
}

@media screen and (min-width: 960px) {

  .work-card__title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .07em;
    margin-top: 3px;
  }
}

.work-card__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}

@media screen and (min-width: 960px) {

  .work-card__tags {
    margin-top: 13px;
  }
}

.work-card__tag {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #000;
  text-align: right;
  line-height: 1.5;
  letter-spacing: .02em;
}

@media screen and (min-width: 960px) {

  .work-card__tag {
    font-size: 10px;
    margin-right: 5px;
  }
}

@media (hover: hover) {

  .work-card:hover {
    opacity: 1;
    box-shadow: 0 0 0 1px #000;
    background-color: #fff;
  }
}

@media screen and (max-width: 959px) {

  .top-blog {
    padding-bottom: 90px;
  }
}

.top-blog__text-ja {
  margin-top: 20px;
}

@media screen and (min-width: 960px) {

  .top-blog__text-ja {
    margin-top: 20px;
  }
}

.top-blog__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px 0;
  margin-top: 26px;
}

@media screen and (max-width: 959px) {

  .top-blog__cards {
    padding: 0 24px;
  }
}

@media screen and (min-width: 960px) {

  .top-blog__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px min(3.90625vw, 50px);
    margin-top: 68px;
  }
}

.top-blog__button {
  text-align: center;
  margin-top: 52px;
}

@media screen and (min-width: 960px) {

  .top-blog__button {
    margin-top: 60px;
  }
}

.top-case__text-ja {
  margin-top: 30px;
}

@media screen and (min-width: 960px) {

  .top-case__text-ja {
    margin-top: 28px;
  }
}

@media screen and (min-width: 960px) {

  .top-case__content-container {
    display: grid;
    grid-template-columns: min(29.765625vw, 381px) 1fr;
    gap: 0 min(3.90625vw, 50px);
  }
}

@media screen and (max-width: 959px) {

  .top-case__contents-inner {
    padding-right: 0;
  }
}

@media screen and (max-width: 959px) {

  .top-case__contents {
    margin-top: 56px;
  }
}

@media screen and (min-width: 960px) {

  .top-case__contents {
    padding-top: 80px;
  }
}

.top-case__text-en {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
  white-space: nowrap;
  margin-top: 20px;
}

@media screen and (min-width: 960px) {

  .top-case__text-en {
    font-size: 12px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 959px) {

  .top-case__button {
    margin-top: 37px;
    text-align: center;
  }
}

@media screen and (min-width: 960px) {

  .top-case__button {
    margin-top: 55px;
  }
}

@media screen and (max-width: 959px) {

  .top-case__cards {
    display: grid;
    grid-template-columns: repeat(3, 217px);
    overflow-x: auto;
    gap: 0 25px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 960px) {

  .top-case__card {
    border-bottom: 1px solid #808080;
  }
}

@media screen and (min-width: 960px) {

  .top-case__card:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 959px) {

  .top-case__card .case-card {
    display: block;
  }
}

.top-company {
  background-color: #000;
}

@media screen and (min-width: 960px) {

  .top-company__inner {
    max-width: 1010px;
  }
}

@media screen and (min-width: 960px) {

  .top-company__content-container {
    display: grid;
    grid-template-columns: min(36.25vw, 464px) 1fr;
    gap: 0 min(6.25vw, 80px);
  }
}

@media screen and (min-width: 960px) {

  .top-company__contents {
    padding-top: 40px;
  }
}

@media screen and (max-width: 959px) {

  .top-company__text-ja {
    margin-top: 30px;
  }
}

.top-company__text-en {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.7;
  letter-spacing: .04em;
  white-space: nowrap;
  margin-top: 16px;
}

@media screen and (min-width: 960px) {

  .top-company__text-en {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 959px) {

  .top-company__button {
    text-align: center;
    margin-top: 57px;
  }
}

@media screen and (min-width: 960px) {

  .top-company__button {
    margin-top: 40px;
  }
}

.top-fv {
  position: relative;
  z-index: 0;
  height: calc(90vh - 68px);
  min-height: 540px;
  padding-top: min(17vh, 153px);
}

@media screen and (min-width: 768px) and (max-width: 959px) {

  .top-fv {
    max-height: 860px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1024px) {

  .top-fv {
    max-height: 860px;
  }
}

@media screen and (min-width: 960px) {

  .top-fv {
    height: calc(90vh - 86px);
    max-height: 1000px;
    padding-top: min(6vh, 55px);
  }
}

@media screen and (max-width: 959px) {

  .top-fv__inner {
    max-width: 100%;
  }
}

@media screen and (min-width: 960px) {

  .top-fv__inner {
    max-width: 99%;
    padding: 0 min(2.1875vw, 28px);
  }
}

.top-fv__content-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-fv__copy {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {

  .top-fv__copy {
    font-size: min(2.734375vw, 35px);
  }
}

.top-fv__copy>span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #636363;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
  margin-top: 4px;
}

@media screen and (min-width: 960px) {

  .top-fv__copy>span {
    font-size: min(1.25vw, 16px);
    margin-top: 4px;
  }
}

.top-fv__logo {
  margin-top: 35px;
}

@media screen and (min-width: 960px) {

  .top-fv__logo {
    margin-top: max(7.7vh, 63px);
  }
}

.top-fv__news {
  display: inline-block;
  position: absolute;
  bottom: 167px;
  left: 0;
}

@media screen and (min-width: 960px) {

  .top-fv__news {
    bottom: 110px;
    width: min(60vw, 1000px);
  }
}

.top-fv__news-title {
  font-size: 11px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: 'Poppins', sans-serif;
}

@media screen and (min-width: 960px) {

  .top-fv__news-title {
    font-size: 14px;
  }
}

.top-fv__news-text {
  display: block;
  position: relative;
  font-size: 11px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-top: 10px;
}

@media screen and (min-width: 960px) {

  .top-fv__news-text {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 15px;
  }
}

@media (hover: hover) {

  .top-fv__pickup:hover {
    opacity: 1;
  }

  .top-fv__pickup:hover .top-fv__pickup-image img {
    transform: scale(1.2);
  }

  .top-fv__pickup:hover .top-fv__pickup-text {
    background-color: #e85a24;
  }

  .top-fv__pickup:hover .top-fv__pickup-button {
    background-color: #000;
  }
}

.top-partner {
  background-color: #e9e9e9;
}

@media screen and (min-width: 960px) {

  .top-partner__inner {
    max-width: 1164px;
  }
}

.top-partner__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 30px;
}

@media screen and (min-width: 960px) {

  .top-partner__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 26px;
  }
}

.top-partner__item {
  border-radius: 5px;
  overflow: hidden;
}

.top-service {
  position: relative;
}

.top-service__content-container {
  margin-top: 37px;
}

@media screen and (min-width: 960px) {

  .top-service__content-container {
    display: grid;
    grid-template-columns: min(29.765625vw, 381px) 1fr;
    gap: 0 min(6.640625vw, 85px);
    margin-top: 60px;
  }
}

@media screen and (max-width: 959px) {

  .top-service__content-container+.top-service__content-container {
    margin-top: 55px;
  }
}

@media screen and (max-width: 959px) {

  .top-service__header {
    margin-bottom: 32px;
  }
}

.top-service__text-ja {
  margin-top: 5px;
}

@media screen and (min-width: 960px) {

  .top-service__text-ja {
    margin-top: 30px;
  }
}

@media screen and (min-width: 960px) {

  .top-service__contents {
    padding-top: 12px;
  }
}

@media screen and (min-width: 960px) {

  .top-service__items {
    display: grid;
    grid-template-columns: min(24.84375vw, 318px) 1fr;
    gap: 30px 10px;
  }
}

.top-service__item {
  position: relative;
  padding-left: 37px;
}

@media screen and (min-width: 960px) {

  .top-service__item {
    padding-left: min(2.734375vw, 35px);
  }
}

.top-service__item::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
  background-image: url(../img/00_common/icon-circle-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 22px;
}

@media screen and (min-width: 960px) {

  .top-service__item::before {
    top: 4px;
    left: 0;
    width: 21px;
    height: 22px;
  }
}

@media screen and (max-width: 959px) {

  .top-service__item+.top-service__item {
    margin-top: 26px;
  }
}

.top-service__item a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  transition: color .2s;
}

@media screen and (min-width: 960px) {

  .top-service__item a {
    font-size: min(1.5625vw, 20px);
  }
}

@media (hover: hover) {

  .top-service__item a:hover {
    opacity: 1;
    color: #e85a24;
  }
}

.top-work {
  background-color: #e9e9e9;
}

.top-work__text-ja {
  margin-top: 30px;
}

@media screen and (min-width: 960px) {

  .top-work__text-ja {
    margin-top: 24px;
  }
}

@media screen and (min-width: 960px) {

  .top-work__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 44px;
  }
}

@media screen and (max-width: 959px) {

  .top-work__card+.top-work__card {
    border-top: 1px solid #808080;
  }
}

@media screen and (min-width: 960px) {

  .top-work__card+.top-work__card {
    border-left: 1px solid #808080;
  }
}

.top-work__button {
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 960px) {

  .top-work__button {
    margin-top: 60px;
  }
}

@media screen and (max-width: 959px) {

  .company-info {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 960px) {

  .company-info {
    padding-top: 45px;
  }
}

.company-info__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 40px;
}

@media screen and (min-width: 960px) {

  .company-info__items {
    grid-template-columns: min(12.5vw, 160px) 1fr;
    margin-top: 50px;
  }
}

@media screen and (min-width: 960px) {

  .company-info__item-title:first-of-type,
  .company-info__item-data:first-of-type {
    border-top: 1px solid #ddd;
  }
}

@media screen and (max-width: 959px) {

  .company-info__item-data:last-of-type {
    border-bottom: 1px solid #ddd;
  }
}

.company-info__item-title,
.company-info__item-data {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: .2px;
  padding: 5px 0;
}

@media screen and (min-width: 960px) {

  .company-info__item-title,
  .company-info__item-data {
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 1.3px;
    border-bottom: 1px solid #ddd;
    padding: 40px 0 40px 1px;
  }
}

.company-info__item-title {
  font-weight: 700;
}

@media screen and (max-width: 959px) {

  .company-info__item-title {
    border-top: 1px solid #ddd;
    padding-top: 32px;
    padding-bottom: 0;
    padding-left: 5px;
  }
}

@media screen and (max-width: 959px) {

  .company-info__item-data {
    border: none;
    padding-top: 11px;
    padding-bottom: 32px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 959px) {

  .company-member {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 959px) {

  .company-member__inner {
    padding: 0 min(17.0666666667vw, 64px);
  }
}

.company-member__ceo {
  margin-top: 30px;
}

@media screen and (min-width: 960px) {

  .company-member__ceo {
    display: grid;
    grid-template-columns: min(22.5vw, 288px) 1fr;
    align-items: center;
    gap: 0 min(5.15625vw, 66px);
    padding-right: min(11.71875vw, 150px);
    margin-top: 60px;
  }
}

.company-member__ceo-image {
  overflow: hidden;
}

@media screen and (max-width: 959px) {

  .company-member__ceo-image {
    width: 70%;
    margin: 0 auto;
  }
}

.company-member__ceo-image::before {
  content: '';
  display: block;
  padding-top: 111.1111111111%;
}

.company-member__ceo-image img {
  transition: transform .3s;
}

.company-member__ceo-contents {
  margin-top: 30px;
}

@media screen and (min-width: 960px) {

  .company-member__ceo-contents {
    margin-top: 0;
  }
}

.company-member__position {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
  transition: color .3s;
  margin-top: 2px;
  pointer-events: none;
}

@media screen and (min-width: 960px) {

  .company-member__position {
    font-size: 13px;
    margin-top: 2px;
  }
}

.company-member__name {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
  transition: color .3s;
  pointer-events: none;
}

@media screen and (min-width: 960px) {

  .company-member__name {
    font-size: 23px;
    margin-top: 7px;
  }
}

.company-member__sns {
  display: flex;
  margin-top: 20px;
}

@media screen and (min-width: 960px) {

  .company-member__sns {
    margin-top: 32px;
  }
}

.company-member__sns-link {
  display: block;
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 960px) {

  .company-member__sns-link {
    width: 30px;
    height: 30px;
  }
}

.company-member__sns-link+.company-member__sns-link {
  margin-left: 10px;
}

@media screen and (min-width: 960px) {

  .company-member__sns-link+.company-member__sns-link {
    margin-left: 12px;
  }
}

.company-member__text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2.3;
  letter-spacing: 0;
  margin-top: 20px;
}

@media screen and (min-width: 960px) {

  .company-member__text {
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: .05em;
    margin-top: 20px;
  }
}

.company-member__items {
  margin-top: 60px;
}

@media screen and (min-width: 960px) {

  .company-member__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 min(3.90625vw, 50px);
    padding-left: 16px;
    margin-top: 90px;
  }
}

.company-member__item {
  position: relative;
  border-bottom: 1px solid #000;
  padding-bottom: 17px;
  margin-top: 17px;
}

@media screen and (min-width: 960px) {

  .company-member__item {
    padding-bottom: 17px;
  }
}

.company-member__button {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-color: #000;
  border-radius: 50%;
  transition: background-color .3s;
  cursor: pointer;
  pointer-events: none;
}

@media screen and (min-width: 960px) {

  .company-member__button {
    width: 27px;
    height: 27px;
  }
}

.company-member__button::before,
.company-member__button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.company-member__button::before {
  width: 10px;
  height: 1px;
}

.company-member__button::after {
  width: 1px;
  height: 10px;
}

@media (hover: hover) {

  .company-member__item:hover {
    cursor: pointer;
  }

  .company-member__item:hover .company-member__button {
    opacity: 1;
    background-color: #e85a24;
  }

  .company-member__item:hover .company-member__position,
  .company-member__item:hover .company-member__name {
    color: #e85a24;
  }
}

.company-top {
  background-color: #000;
}

@media screen and (min-width: 960px) {

  .company-top {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}

.company-top__title .section__title2-en {
  color: #e85a24;
}

.company-top__title .section__title2-ja {
  color: #fff;
}

@media screen and (min-width: 960px) {

  .company-top__title .section__title2-ja {
    line-height: 1.9;
    letter-spacing: 0;
    margin-top: 5px;
  }
}

@media screen and (min-width: 960px) {

  .company-top__content-container {
    display: grid;
    grid-template-columns: 1fr min(46.09375vw, 590px);
    gap: 0 min(6.25vw, 80px);
    border-bottom: 1px solid #fff;
    padding: 66px 0;
  }
}

@media screen and (max-width: 959px) {

  .company-top__content-container+.company-top__content-container {
    margin-top: 66px;
  }
}

.company-top__text-ja {
  margin-top: 30px;
}

@media screen and (min-width: 960px) {

  .company-top__text-ja {
    margin-top: 30px;
    line-height: 1.9;
    letter-spacing: .08em;
  }
}

.service-ai a {
  color: #000;
}

.service-ai .js-scrollable {
  scrollbar-width: none;

  /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none;

  /*Internet Explore対応のスクロールバー非表示コード*/
}

.service-ai .js-scrollable::-webkit-scrollbar {
  display: none;

  /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

@media screen and (min-width: 960px) {

  .service-ai {
    margin-top: -70px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai {
    margin-top: -36px;
  }
}

.service-ai-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

@media screen and (min-width: 1281px) {

  .service-ai-inner {
    padding: 0 80px;
  }
}

.service-ai .service-ai-btn {
  display: inline-block;
  border-radius: 30px;
  transition: background-color .3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color .3s;
}

.service-ai .service-ai-btn--white {
  color: #fff;
  border-color: #fff;
}

.service-ai .service-ai-btn--white:hover {
  opacity: 1;
  background-color: #f15024;
}

.service-ai .service-ai-btn--orange {
  background-color: #f15024;
  color: #fff;
}

.service-ai .service-ai-btn--orange:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}

.service-ai .service-ai-btn--black {
  background-color: #000;
  color: #fff;
}

.service-ai .service-ai-btn--black:hover {
  opacity: 1;
  color: #fff;
  background-color: #f15024;
}

.service-ai .service-ai-btn-arrow {
  display: inline-block;
  border-radius: 30px;
  transition: background-color .3s;
  cursor: pointer;
  padding: 13px 16px;
  min-width: 230px;
  border: 2px solid #000;
  text-align: center;
  background-color: #e85a24;
  border: 2px solid #000;
  color: #fff;
  position: relative;
  font-size: 14px;
}

.service-ai .service-ai-btn-arrow::before,
.service-ai .service-ai-btn-arrow::after {
  position: absolute;
  display: inline-block;
  content: '';
  top: 50%;
}

.service-ai .service-ai-btn-arrow::before {
  background: #fff;
  border-radius: 100%;
  width: 25px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  right: 10px;
}

.service-ai .service-ai-btn-arrow::after {
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  right: 20px;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-heading {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-heading {
    margin-bottom: 26px;
  }
}

.service-ai .service-ai-heading__sub {
  color: #f15024;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.service-ai .service-ai-heading__main {
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-heading__main {
    font-size: 32px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-heading__main {
    font-size: clamp(22px, 6vw, 32px);
  }
}

.service-ai .service-ai-heading__main span {
  position: relative;
}

.service-ai .service-ai-heading__main span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #f15024;
}

.service-ai .service-ai-heading__lead {
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-heading__lead {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-heading__lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 28px;
  }
}

.service-ai .service-ai-heading-box__main {
  font-weight: 700;
  background: #000;
  border-radius: 28px;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-heading-box__main {
    font-size: 20px;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-heading-box__main {
    font-size: 16px;
    padding: 22px 16px;
  }
}

.service-ai .service-ai-heading-box__main span {
  color: #f15024;
}

.service-ai .service-ai-heading-box__sub {
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-heading-box__sub {
    font-size: 18px;
    margin-top: 26px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-heading-box__sub {
    font-size: 15px;
    margin-top: 36px;
  }
}

.service-ai .service-ai-heading-box__sub span {
  color: #d76331;
}

.service-ai .service-ai-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-list--col003 {
    gap: 50px 40px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-list--col003 {
    gap: 40px 0;
    padding: 0 20px;
  }
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-list--col003 .service-ai-list__item {
    width: calc((100% - 80px) / 3);
    min-width: 343px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-list--col003 .service-ai-list__item {
    width: 100%;
  }
}

.service-ai .service-ai-card001 {
  background: #fff;
  border: 2px solid #000;
  padding: 16px 20px 22px 20px;
  position: relative;
  border-radius: 26px;
  height: 100%;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-card001 {
    box-shadow: 8px 8px 28px -7px #4a4a4a;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-card001 {
    box-shadow: 6px 6px 28px -10px #4a4a4a;
  }
}

.service-ai .service-ai-card001__label {
  position: absolute;
  top: -12px;
  width: 56px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 100%;
  border: 2px solid #000;
  color: #fff;
  background: #f15024;
  font-size: 27px;
  font-weight: 700;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-card001__label {
    left: -12px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-card001__label {
    left: -22px;
  }
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-card001__heading {
    margin-left: 36px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-card001__heading {
    margin-left: 28px;
  }
}

.service-ai .service-ai-card001__heading span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 18px);
  text-decoration: underline;
  text-decoration-color: #f15024;
  text-decoration-thickness: 2px;
  text-underline-offset: 3.5px;
}

.service-ai .service-ai-card001__text {
  font-size: 14px;
  line-height: 2;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-card001__text {
    margin-top: 24px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-card001__text {
    margin-top: 18px;
  }
}

.service-ai .service-ai-fv {
  background: #e4e4e4;
  width: 100vw;
  display: grid;
  align-items: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-fv {
    height: 600px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-fv {
    height: 600px;
  }
}

.service-ai .service-ai-fv::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .1);
  background-image: radial-gradient(#fff 26%, transparent 10%),
    radial-gradient(#fff 26%, transparent 10%);
  background-position:
    0 0,
    19px 19px;
  background-size: 38px 38px;
  opacity: .2;
}

.service-ai .service-ai-fv::after {
  content: '';
  position: absolute;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  width: 300px;
  background-color: #e4e4e4;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-fv::after {
    bottom: -70px;
    height: 70px;
    -webkit-clip-path: polygon(50% 70px, 0% 0%, 300px 0%);
    clip-path: polygon(50% 70px, 0% 0%, 300px 0%);
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-fv::after {
    bottom: -38px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
    clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}

.service-ai .service-ai-fv__inner {
  position: relative;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-fv .content {
    width: 54%;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-fv .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}

.service-ai .service-ai-fv .content__lead {
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-fv .content__lead {
    font-size: clamp(10px, 3.733vw, 16px);
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-fv .content__lead {
    font-size: 14px;
  }
}

.service-ai .service-ai-fv .content__lead>span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}

.service-ai .service-ai-fv .content__heading {
  line-height: 1;
  font-weight: 900;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-fv .content__heading {
    font-size: clamp(54px, 5.61vw, 66px);
    margin-top: 16px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-fv .content__heading {
    font-size: clamp(10px, 11.46vw, 60px);
    margin-top: 16px;
  }
}

.service-ai .service-ai-fv .content__heading>span {
  display: inline-block;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: -2px;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-fv .content__heading>span {
    padding: 14px 12px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-fv .content__heading>span {
    padding: 12px 8px;
  }
}

.service-ai .service-ai-fv .content__text {
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-fv .content__text {
    margin-top: 32px;
    font-size: clamp(12px, 1.25vw, 16px);
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-fv .content__text {
    margin-top: 20px;
    font-size: 13px;
  }
}

.service-ai .service-ai-fv .content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-fv .content__list {
    margin-top: 32px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-fv .content__list {
    margin-top: 16px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-fv .content__item {
    width: 100%;
  }
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-fv .content__item .service-ai-btn {
    width: 280px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-fv .content__item .service-ai-btn {
    width: 100%;
  }
}

.service-ai .service-ai-fv .object {
  position: absolute;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-fv .object {
    transform: translateY(-50%);
    top: 47%;
    right: 11%;
    max-width: 424.5px;
    width: 40%;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-fv .object {
    top: -71px;
    right: 19px;
    width: 30vw;
    z-index: 1;
  }
}

.service-ai .service-ai-mov {
  background: #f15024;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-mov {
    padding: 120px 0 0;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-mov {
    padding: 78px 0 0;
  }
}

.service-ai .service-ai-mov .content {
  border: 2px solid #000;
  background: #fff;
  max-width: 810px;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-mov .content {
    padding: 22px 30px 30px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-mov .content {
    padding: 22px 10px 10px;
  }
}

.service-ai .service-ai-mov .content__iframe {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}

.service-ai .service-ai-mov .content__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-mov .content .service-ai-heading__main {
    font-size: 18px;
    font-size: clamp(16px, 4.8vw, 32px);
  }
}

.service-ai .service-ai-problems {
  background: #f15024;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-problems {
    margin: 0 calc(50% - 50vw);
    padding: 0 0 80px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-problems {
    margin: -1px calc(50% - 50vw) 0;
    padding: 0 0 60px;
  }
}

.service-ai .service-ai-problems .introduction {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 54px;
  font-weight: 700;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-problems .introduction {
    font-size: 40px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-problems .introduction {
    font-size: clamp(20px, 6vw, 38px);
  }
}

.service-ai .service-ai-problems .introduction>span {
  position: relative;
}

.service-ai .service-ai-problems .introduction>span::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 100%;
  transform: translateY(-50%);
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-problems .introduction>span::before {
    top: 0;
    left: 50%;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-problems .introduction>span::before {
    top: -2px;
    left: 42%;
  }
}

.service-ai .service-ai-problems .service-ai-list {
  max-width: 1110px;
  margin: 0 auto;
}

.service-ai .service-ai-problems .solution {
  position: relative;
  margin-top: 46px;
  text-align: center;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-problems .solution {
    padding-top: 76px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-problems .solution {
    padding-top: 62px;
    line-height: 1.8;
  }
}

.service-ai .service-ai-problems .solution::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  width: 220px;
  height: 35px;
  background-color: #000;
  -webkit-clip-path: polygon(50% 35px, 0% 0%, 220px 0%);
  clip-path: polygon(50% 35px, 0% 0%, 220px 0%);
}

.service-ai .service-ai-problems .solution__text {
  font-weight: 700;
}

.service-ai .service-ai-problems .solution__text--main {
  display: inline-block;
  margin-top: 20px;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-problems .solution__text--main {
    font-size: 60px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-problems .solution__text--main {
    font-size: clamp(18px, 8.4vw, 60px);
  }
}

.service-ai .service-ai-problems .solution__text--main>span {
  display: inline-block;
  background: #000;
  position: relative;
  color: #fff;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-problems .solution__text--main>span {
    padding: 32px 12px 6px 12px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-problems .solution__text--main>span {
    padding: 13px 20px 6px 20px;
  }
}

.service-ai .service-ai-problems .solution__text--main>span::before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background: #f15024;
}

.service-ai .service-ai-problems .solution__text--main>span>span {
  position: relative;
}

.service-ai .service-ai-problems .solution__text--main>span>span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #f15024;
  border-radius: 100%;
  transform: translateY(-50%);
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-problems .solution__text--main>span>span::before {
    top: 0;
    left: 50%;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-problems .solution__text--main>span>span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}

.service-ai .service-ai-problems .solution__text--sub {
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-problems .solution__text--sub {
    font-size: 22px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-problems .solution__text--sub {
    font-size: 20px;
    font-size: clamp(18px, 5.33vw, 38px);
  }
}

.service-ai .service-ai-cta {
  margin: 0 calc(50% - 50vw);
  background: #000;
}

.service-ai .service-ai-cta__inner {
  position: relative;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-cta .content {
    padding: 76px 0;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-cta .content {
    padding: 48px 0 64px;
  }
}

.service-ai .service-ai-cta .content__lead {
  text-align: center;
  font-weight: 700;
}

.service-ai .service-ai-cta .content__lead span {
  display: inline-block;
  color: #f15024;
  background: #fff;
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-cta .content__lead span {
    margin-top: -1px;
  }
}

.service-ai .service-ai-cta .content__lead span:nth-of-type() {
  padding: 6px 0 6px 8px;
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-cta .content__lead span:nth-of-type() {
    padding: 6px 8px;
  }
}

.service-ai .service-ai-cta .content__lead span:nth-of-type() {
  padding: 6px 8px 6px 0;
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-cta .content__lead span:nth-of-type() {
    padding: 6px 8px;
  }
}

.service-ai .service-ai-cta .content__heading {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-cta .content__heading {
    font-size: clamp(20px, 2.656vw, 34px);
    margin-top: 14px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-cta .content__heading {
    font-size: clamp(20px, 5.3vw, 34px);
    margin-top: 32px;
  }
}

.service-ai .service-ai-cta .content__heading span {
  position: relative;
}

.service-ai .service-ai-cta .content__heading span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #f15024;
}

.service-ai .service-ai-cta .content__text {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-weight: normal;
  line-height: 2;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-cta .content__text {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-cta .content__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-cta .content__objects {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 34px;
  }
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-cta .content__object {
    position: absolute;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-cta .content__object {
    margin-top: 20px;
  }
}

.service-ai .service-ai-cta .content__object--001 {
  max-width: 308px;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-cta .content__object--001 {
    top: 53%;
    left: 2%;
    width: 22vw;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-cta .content__object--001 {
    width: 38%;
  }
}

.service-ai .service-ai-cta .content__object--002 {
  max-width: 320px;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-cta .content__object--002 {
    top: 50%;
    right: 2%;
    width: 22vw;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-cta .content__object--002 {
    width: 38%;
  }
}

.service-ai .service-ai-cta .content__list {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-cta .content__list {
    gap: 0 20px;
    margin-top: 38px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-cta .content__list {
    margin-top: 34px;
    gap: 34px 0;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-cta .content__item {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-cta .content__item .service-ai-btn {
    width: 100%;
  }
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-points {
    padding: 80px 0;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-points {
    padding: 48px 0;
  }
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-points .service-ai-list {
    margin-top: 68px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-points .service-ai-list {
    margin-top: 32px;
  }
}

.service-ai .service-ai-points .service-ai-card001__heading span {
  font-size: clamp(15px, 1.328vw, 16px);
}

.service-ai .service-ai-service {
  background: #e4e4e4;
  margin: 0 calc(50% - 50vw);
  position: relative;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-service {
    padding: 120px 0 80px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-service {
    padding: 96px 0 80px;
  }
}

@media screen and (min-width: 1281px) {

  .service-ai .service-ai-service__inner {
    padding: 0 50px;
  }
}

.service-ai .service-ai-service::after {
  content: '';
  position: absolute;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  width: 300px;
  background-color: #fff;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-service::after {
    top: -1px;
    height: 70px;
    -webkit-clip-path: polygon(50% 70px, 0% 0%, 300px 0%);
    clip-path: polygon(50% 70px, 0% 0%, 300px 0%);
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-service::after {
    top: -1px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
    clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}

.service-ai .service-ai-service .table {
  max-width: 1180px;
  overflow-x: scroll;
  margin: 0 auto;
}

.service-ai .service-ai-service .table__inner {
  width: 1180px;
}

.service-ai .service-ai-service .table__body {
  width: 100%;
}

.service-ai .service-ai-service .table__list {
  display: flex;
  gap: 16px;
  counter-reset: listnum;
}

.service-ai .service-ai-service .table__item {
  width: 153px;
}

.service-ai .service-ai-service .table__item:not(:first-child) {
  position: relative;
}

.service-ai .service-ai-service .table__item:not(:first-child)::before {
  content: '';
  position: absolute;
  top: calc(50% - 14px);
  left: -14px;
  width: 12px;
  height: 28px;
  background-image: url('../img/03_service/ai/icon/list-arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.service-ai .service-ai-service .table__label {
  color: #fff;
  text-align: center;
  background: #f15024;
  padding: 4px 10px;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-service .table__label {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-service .table__label {
    font-size: 14px;
  }
}

.service-ai .service-ai-service .table__label::before {
  counter-increment: listnum;
  content: '0' counter(listnum);
  display: block;
  text-align: center;
}

.service-ai .service-ai-service .table__text {
  height: 269px;
  font-size: 13px;
  letter-spacing: 0;
  background: #fff;
  padding: 32px 16px;
}

.service-ai .service-ai-service .table__period {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 13px);
  height: 50px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #f15024;
  margin-top: 30px;
}

.service-ai .service-ai-service .table__period::after {
  position: absolute;
  top: 0;
  right: -13px;
  display: block;
  content: '';
  width: 13px;
  height: 50px;
  background: #f15024;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.service-ai .service-ai-service .table__note {
  font-size: 12px;
  margin-top: 24px;
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-service .table__note {
    margin-top: 40px;
  }
}

.service-ai .service-ai-differ {
  background: #e4e4e4;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0;
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-differ__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.service-ai .service-ai-differ .table {
  margin: 0 auto;
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-differ .table {
    width: 1010px;
  }
}

.service-ai .service-ai-differ .table-container {
  width: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-differ .table-container {
    max-width: 1120px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-differ .table-container {
    padding-left: 5vw;
  }
}

.service-ai .service-ai-differ .table__inner {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}

.service-ai .service-ai-differ .table__group:first-child {
  width: 16%;
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-differ .table__group:first-child {
    width: 18%;
  }
}

.service-ai .service-ai-differ .table__group:first-child .table__item {
  font-weight: 700;
}

.service-ai .service-ai-differ .table__group:first-child .table__body {
  padding-left: 0;
}

.service-ai .service-ai-differ .table__group:not(:first-child) {
  width: 230px;
}

.service-ai .service-ai-differ .table__group:not(:first-child) .table__body {
  background: #fff;
}

.service-ai .service-ai-differ .table__group:not(:first-child) .table__item {
  text-align: center;
}

.service-ai .service-ai-differ .table__group:not(:first-child) .table__item:not(:last-child) {
  border-bottom: 2px solid #e4e4e4;
}

.service-ai .service-ai-differ .table__group:not(:first-child) .table__head {
  background: #a5a5a5;
  display: grid;
  place-items: center;
}

.service-ai .service-ai-differ .table__group:not(:first-child) .table__head p {
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-differ .table__group:not(:first-child) .table__head p {
    font-size: clamp(15px, 1.56vw, 20px);
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-differ .table__group:not(:first-child) .table__head p {
    font-size: 16px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-differ .table__group:last-child {
    margin-right: 5vw;
  }
}

.service-ai .service-ai-differ .table__group--orange .table__head {
  background: #f15024 !important;
}

.service-ai .service-ai-differ .table__group--orange .table__body {
  border: 2px solid #f15024;
  padding-top: 12px !important;
  margin-top: -14px;
}

.service-ai .service-ai-differ .table__head {
  margin-bottom: 12px;
  font-weight: 700;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-differ .table__head {
    height: 100px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-differ .table__head {
    height: 60px;
  }
}

.service-ai .service-ai-differ .table__body {
  padding: 0 16px;
}

.service-ai .service-ai-differ .table__item {
  padding: 10px 0;
  height: 60px;
  display: grid;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-differ .table__item {
    font-size: clamp(10px, 1.09vw, 16px);
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-differ .table__item {
    font-size: 16px;
  }
}

.service-ai .service-ai-differ .table__item--orange {
  background-color: rgba(241, 80, 36, .3);
}

.service-ai .service-ai-differ .table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.service-ai .service-ai-differ .table__ic--circle-single {
  width: 19px;
  height: 19px;
  background-image: url('../img/03_service/ai/icon/circle-single.svg');
  background-size: cover;
}

.service-ai .service-ai-differ .table__ic--circle-double {
  width: 19px;
  height: 19px;
  background-image: url('../img/03_service/ai/icon/circle-double.svg');
  background-size: cover;
}

.service-ai .service-ai-differ .table__ic--triangle {
  width: 18px;
  height: 16px;
  background-image: url('../img/03_service/ai/icon/triangle.svg');
  background-size: cover;
}

.service-ai .service-ai-differ .table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url('../img/03_service/ai/icon/x.svg');
  background-size: cover;
}

.service-ai .service-ai-differ .service-ai-heading {
  margin-bottom: 42px;
}

.service-ai .service-ai-ceo {
  background: #e4e4e4;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-ceo {
    padding: 100px 0 80px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-ceo {
    padding: 100px 0 56px;
  }
}

.service-ai .service-ai-ceo__box {
  border: 2px solid #000;
  background: #fff;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-ceo__box {
    padding: 30px 74px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-ceo__box {
    padding: 22px 22px;
    max-width: 500px;
    margin: 0 auto;
  }
}

.service-ai .service-ai-ceo .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-ceo .content {
    gap: 0 60px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-ceo .content {
    gap: 20px 0;
  }
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-ceo .content__body {
    width: calc(70% - 60px);
    margin-top: 38px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-ceo .content__body {
    width: 100%;
    margin-top: 24px;
  }
}

.service-ai .service-ai-ceo .content__image {
  aspect-ratio: 288/320;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-ceo .content__image {
    width: 30%;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-ceo .content__image {
    width: 100%;
  }
}

.service-ai .service-ai-ceo .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-ai .service-ai-ceo .content__name {
  font-size: 22px;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-ceo .content__name {
    font-weight: 700;
  }
}

.service-ai .service-ai-ceo .content__name span {
  font-size: 14px;
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-ceo .content__name span {
    display: inline-block;
    margin-bottom: 8px;
  }
}

.service-ai .service-ai-ceo .content__list {
  display: flex;
  align-items: center;
  gap: 0 12px;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-ceo .content__list {
    margin-top: 28px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-ceo .content__list {
    margin-top: 16px;
  }
}

.service-ai .service-ai-ceo .content__item {
  width: 28px;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-ceo .content__inner {
    margin-top: 16px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-ceo .content__inner {
    margin-top: 26px;
  }
}

.service-ai .service-ai-ceo .content__text {
  font-size: 15px;
  line-height: 1.8;
}

.service-ai .service-ai-ceo .content__text+.content__text {
  margin-top: 24px;
}

.service-ai .service-ai-ceo .content__text+.content__text.utils-active {
  display: none;
}

.service-ai .service-ai-ceo .content__trigger {
  text-align: right;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}

.service-ai .service-ai-ceo .content__trigger.utils-active {
  display: none;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-ceo .content__trigger {
    margin-top: 26px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-ceo .content__trigger {
    margin-top: 36px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-ceo .service-ai-heading__main {
    font-size: clamp(16px, 5.2vw, 24px);
  }
}

.service-ai .service-ai-howto001 {
  background: #e6e6e6;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto001 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto001 {
    padding: 54px 0;
  }
}

.service-ai .service-ai-howto001 .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 42px;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto001 .list {
    gap: 16px 16px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto001 .list {
    gap: 12px 12px;
  }
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto001 .list__item {
    width: calc((100% - 32px) / 3);
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto001 .list__item {
    width: calc((100% - 12px) / 2);
  }
}

.service-ai .service-ai-howto001 .list .content {
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto001 .list .content {
    padding: 10px 20px 30px 20px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto001 .list .content {
    padding: 2px 12px 17px 12px;
  }
}

.service-ai .service-ai-howto001 .list .content__head {
  text-align: center;
  display: inline-block;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto001 .list .content__head {
    width: 135px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto001 .list .content__head {
    width: 80%;
    max-width: 80px;
    font-size: 10px;
    font-size: clamp(10px, 2.66vw, 14px);
  }
}

.service-ai .service-ai-howto001 .list .content__text {
  font-weight: 700;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto001 .list .content__text {
    font-size: 16px;
    margin-top: 22px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto001 .list .content__text {
    font-size: clamp(10px, 2.66vw, 16px);
    margin-top: 10px;
  }
}

.service-ai .service-ai-howto001 .list--ng .content {
  border: 2px solid #e4e4e4;
}

.service-ai .service-ai-howto001 .list--ng .content__head {
  background: #a5a5a5;
  color: #fff;
}

.service-ai .service-ai-howto001 .list--ng .content__text {
  position: relative;
}

.service-ai .service-ai-howto001 .list--ng .content__text::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: inline-block;
  aspect-ratio: 1/1;
  background-image: url('../img/03_service/ai/icon/x-op.svg');
  background-size: cover;
  z-index: -1;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto001 .list--ng .content__text::before {
    width: 28%;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto001 .list--ng .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}

.service-ai .service-ai-howto001 .list--ok .content {
  border: 2px solid #f15024;
}

.service-ai .service-ai-howto001 .list--ok .content__head {
  background: #f15024;
  color: #fff;
}

.service-ai .service-ai-howto001 .list--ok .content__text {
  position: relative;
}

.service-ai .service-ai-howto001 .list--ok .content__text::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: inline-block;
  aspect-ratio: 1/1;
  background-image: url('../img/03_service/ai/icon/circle-single-op.svg');
  background-size: cover;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto001 .list--ok .content__text::before {
    width: 28%;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto001 .list--ok .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}

.service-ai .service-ai-howto001 .list--before-arrow {
  padding-top: 80px;
  position: relative;
}

.service-ai .service-ai-howto001 .list--before-arrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #f15024;
  opacity: .6;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto001 .list--before-arrow::before {
    width: 300px;
    height: 46px;
    -webkit-clip-path: polygon(50% 46px, 0% 0%, 300px 0%);
    clip-path: polygon(50% 46px, 0% 0%, 300px 0%);
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto001 .list--before-arrow::before {
    width: 220px;
    height: 35px;
    -webkit-clip-path: polygon(50% 35px, 0% 0%, 220px 0%);
    clip-path: polygon(50% 35px, 0% 0%, 220px 0%);
  }
}

.service-ai .service-ai-howto001 .solution__sub {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto001 .solution__sub {
    font-size: clamp(26px, 2.5vw, 32px);
    margin-top: 24px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto001 .solution__sub {
    margin-top: 40px;
    font-size: clamp(22px, 5.86vw, 26px);
  }
}

.service-ai .service-ai-howto001 .solution__sub span {
  color: #f15024;
}

.service-ai .service-ai-howto001 .solution__main {
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto001 .solution__main {
    font-size: clamp(40px, 4.45vw, 57px);
    margin: 42px 0 0 0;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto001 .solution__main {
    font-size: clamp(28px, 7.6vw, 40px);
    margin: 26px 0 0 0;
    line-height: 1.8;
  }
}

.service-ai .service-ai-howto001 .solution__main span {
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto001 .solution__main span {
    margin-right: -5px;
    margin-left: -5px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto001 .solution__main span {
    margin-right: -3px;
    margin-left: -3px;
  }
}

.service-ai .service-ai-howto001 .solution__main span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #f15024;
  border-radius: 100%;
  transform: translateY(-50%);
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto001 .solution__main span::before {
    top: 0;
    left: 50%;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto001 .solution__main span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}

.service-ai .service-ai-howto001 .solution__main strong {
  color: #f15024;
}

.service-ai .service-ai-howto002 {
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto002 {
    padding: 93px 0 0;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto002 {
    padding: 57px 0 0;
  }
}

.service-ai .service-ai-howto002 .content {
  position: relative;
  background: #f15024;
  border: 2px solid #000;
  border-radius: 30px;
  max-width: 810px;
  margin: 118px auto 0;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto002 .content {
    padding: 28px 28px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto002 .content {
    padding: 16px 16px;
  }
}

.service-ai .service-ai-howto002 .content::before {
  content: '';
  position: absolute;
  top: -96px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #f15024;
  opacity: .6;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto002 .content::before {
    width: 300px;
    height: 46px;
    -webkit-clip-path: polygon(50% 46px, 0% 0%, 300px 0%);
    clip-path: polygon(50% 46px, 0% 0%, 300px 0%);
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto002 .content::before {
    width: 220px;
    height: 35px;
    -webkit-clip-path: polygon(50% 35px, 0% 0%, 220px 0%);
    clip-path: polygon(50% 35px, 0% 0%, 220px 0%);
  }
}

.service-ai .service-ai-howto002 .content__inner {
  background: #fff;
  border-radius: 30px;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto002 .content__inner {
    display: flex;
    align-items: center;
    gap: 0 48px;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto002 .content__inner {
    width: 100%;
    padding: 22px 16px 42px;
  }
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto002 .content__image {
    width: 28%;
  }

  .service-ai .service-ai-howto002 .content__image img {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto002 .content__image {
    display: none;
  }
}

.service-ai .service-ai-howto002 .content__box {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto002 .content__box {
    gap: 0 20px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto002 .content__box {
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
  }
}

.service-ai .service-ai-howto002 .content__lead {
  font-weight: 700;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto002 .content__lead {
    font-size: 22px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto002 .content__lead {
    font-size: clamp(16px, 5.6vw, 24px);
    text-align: center;
  }

  .service-ai .service-ai-howto002 .content__lead span {
    position: relative;
  }

  .service-ai .service-ai-howto002 .content__lead span::before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    background: #f15024;
  }
}

.service-ai .service-ai-howto002 .content__main {
  position: relative;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto002 .content__main {
    white-space: nowrap;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto002 .content__main {
    display: inline-block;
    margin-top: 12px;
  }
}

.service-ai .service-ai-howto002 .content__main>span {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto002 .content__main>span>span {
    font-size: 32px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto002 .content__main>span>span {
    font-size: 28px;
  }
}

.service-ai .service-ai-howto002 .content__main>span>span>span {
  font-weight: 900;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto002 .content__main>span>span>span {
    font-size: 65px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto002 .content__main>span>span>span {
    font-size: 57px;
  }
}

.service-ai .service-ai-howto002 .content__main::before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 14px;
  background: #f15024;
  opacity: .8;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto002 .content__main::before {
    bottom: 14px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto002 .content__main::before {
    bottom: 10px;
  }
}

.service-ai .service-ai-howto002 .content__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto002 .content__note {
    margin-top: 20px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto002 .content__note {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-howto002 .content__btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-howto002 .content__btn {
    text-align: center;
    margin-top: 40px;
  }
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-qa {
    margin: 76px 0;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-qa {
    margin: 72px 0;
  }
}

.service-ai .service-ai-qa .list {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}

.service-ai .service-ai-qa .list__item {
  width: 100%;
}

.service-ai .service-ai-qa .content__inner {
  position: relative;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-qa .content__inner {
    padding: 16px 52px 16px 62px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-qa .content__inner {
    padding: 16px 42px 16px 34px;
  }
}

.service-ai .service-ai-qa .content__label {
  position: absolute;
  display: inline-block;
  background-size: cover;
}

.service-ai .service-ai-qa .content__head {
  background: #ffefe5;
  cursor: pointer;
}

.service-ai .service-ai-qa .content__head .content__text {
  color: #f15024;
}

.service-ai .service-ai-qa .content__head .content__label {
  background-image: url('../img/03_service/ai/icon/q.svg');
  aspect-ratio: 16/19;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-qa .content__head .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-qa .content__head .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}

.service-ai .service-ai-qa .content__head.utils-active .content__trigger::before {
  opacity: 0;
}

.service-ai .service-ai-qa .content__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s linear;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-qa .content__body .content__inner {
    margin-top: 8px;
  }
}

.service-ai .service-ai-qa .content__body .content__label {
  background-image: url('../img/03_service/ai/icon/a.svg');
  aspect-ratio: 14/16;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-qa .content__body .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-qa .content__body .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-qa .content__body .content__inner {
    padding-right: 0;
  }
}

.service-ai .service-ai-qa .content__body.utils-active {
  max-height: 500px;
  transition: max-height .25s linear;
}

.service-ai .service-ai-qa .content__text {
  line-height: 1.8;
  font-weight: 700;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-qa .content__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-qa .content__text {
    font-size: 14px;
  }
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-qa .content__btn {
    text-align: center;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-qa .content__btn .service-ai-btn {
    min-width: 0;
    max-width: 275px;
    width: 100%;
  }
}

.service-ai .service-ai-qa .content__trigger {
  width: 17px;
  height: 17px;
  position: absolute;
  cursor: pointer;
}

@media screen and (min-width: 960px) {

  .service-ai .service-ai-qa .content__trigger {
    top: 23px;
    right: 30px;
  }
}

@media screen and (max-width: 959px) {

  .service-ai .service-ai-qa .content__trigger {
    top: 21px;
    right: 16px;
  }
}

.service-ai .service-ai-qa .content__trigger::before,
.service-ai .service-ai-qa .content__trigger::after {
  content: '';
  position: absolute;
  background: #f15024;
}

.service-ai .service-ai-qa .content__trigger::before {
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}

.service-ai .service-ai-qa .content__trigger::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-backlink a {
  color: #000;
}

.service-backlink .js-scrollable {
  scrollbar-width: none;

  /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none;

  /*Internet Explore対応のスクロールバー非表示コード*/
}

.service-backlink .js-scrollable::-webkit-scrollbar {
  display: none;

  /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

@media screen and (min-width: 960px) {

  .service-backlink {
    margin-top: -70px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink {
    margin-top: -36px;
  }
}

.service-backlink-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

@media screen and (min-width: 1281px) {

  .service-backlink-inner {
    padding: 0 80px;
  }
}

.service-backlink .service-backlink-btn {
  display: inline-block;
  border-radius: 30px;
  transition: background-color .3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color .3s;
}

.service-backlink .service-backlink-btn--white {
  color: #fff;
  border-color: #fff;
}

.service-backlink .service-backlink-btn--white:hover {
  opacity: 1;
  background-color: #f15024;
}

.service-backlink .service-backlink-btn--orange {
  background-color: #f15024;
  color: #fff;
}

.service-backlink .service-backlink-btn--orange:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}

.service-backlink .service-backlink-btn--black {
  background-color: #000;
  color: #fff;
}

.service-backlink .service-backlink-btn--black:hover {
  opacity: 1;
  color: #fff;
  background-color: #f15024;
}

.service-backlink .service-backlink-btn-arrow {
  display: inline-block;
  border-radius: 30px;
  transition: background-color .3s;
  cursor: pointer;
  padding: 13px 16px;
  min-width: 230px;
  border: 2px solid #000;
  text-align: center;
  background-color: #e85a24;
  border: 2px solid #000;
  color: #fff;
  position: relative;
  font-size: 14px;
}

.service-backlink .service-backlink-btn-arrow::before,
.service-backlink .service-backlink-btn-arrow::after {
  position: absolute;
  display: inline-block;
  content: '';
  top: 50%;
}

.service-backlink .service-backlink-btn-arrow::before {
  background: #fff;
  border-radius: 100%;
  width: 25px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  right: 10px;
}

.service-backlink .service-backlink-btn-arrow::after {
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  right: 20px;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-heading {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-heading {
    margin-bottom: 26px;
  }
}

.service-backlink .service-backlink-heading__sub {
  color: #f15024;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.service-backlink .service-backlink-heading__main {
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-heading__main {
    font-size: 32px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-heading__main {
    font-size: clamp(22px, 6vw, 32px);
  }
}

.service-backlink .service-backlink-heading__main span {
  position: relative;
}

.service-backlink .service-backlink-heading__main span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #f15024;
}

.service-backlink .service-backlink-heading__lead {
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-heading__lead {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-heading__lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 28px;
  }
}

.service-backlink .service-backlink-heading-box__main {
  font-weight: 700;
  background: #000;
  border-radius: 28px;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-heading-box__main {
    font-size: 20px;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-heading-box__main {
    font-size: 16px;
    padding: 22px 16px;
  }
}

.service-backlink .service-backlink-heading-box__main span {
  color: #f15024;
}

.service-backlink .service-backlink-heading-box__sub {
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-heading-box__sub {
    font-size: 18px;
    margin-top: 26px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-heading-box__sub {
    font-size: 15px;
    margin-top: 36px;
  }
}

.service-backlink .service-backlink-heading-box__sub span {
  color: #d76331;
}

.service-backlink .service-backlink-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-list--col003 {
    gap: 50px 40px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-list--col003 {
    gap: 40px 0;
    padding: 0 20px;
  }
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-list--col003 .service-backlink-list__item {
    width: calc((100% - 80px) / 3);
    min-width: 343px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-list--col003 .service-backlink-list__item {
    width: 100%;
  }
}

.service-backlink .service-backlink-card001 {
  background: #fff;
  border: 2px solid #000;
  padding: 16px 20px 22px 20px;
  position: relative;
  border-radius: 26px;
  height: 100%;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-card001 {
    box-shadow: 8px 8px 28px -7px #4a4a4a;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-card001 {
    box-shadow: 6px 6px 28px -10px #4a4a4a;
  }
}

.service-backlink .service-backlink-card001__label {
  position: absolute;
  top: -12px;
  width: 56px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 100%;
  border: 2px solid #000;
  color: #fff;
  background: #f15024;
  font-size: 27px;
  font-weight: 700;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-card001__label {
    left: -12px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-card001__label {
    left: -22px;
  }
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-card001__heading {
    margin-left: 36px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-card001__heading {
    margin-left: 28px;
  }
}

.service-backlink .service-backlink-card001__heading span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 18px);
}

.service-backlink .service-backlink-card001__heading span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #f15024;
}

.service-backlink .service-backlink-card001__text {
  font-size: 14px;
  line-height: 2;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-card001__text {
    margin-top: 24px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-card001__text {
    margin-top: 18px;
  }
}

.service-backlink .service-backlink-fv {
  background: #e4e4e4;
  width: 100vw;
  display: grid;
  align-items: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-fv {
    height: 600px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-fv {
    height: 600px;
  }
}

.service-backlink .service-backlink-fv::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .1);
  background-image: radial-gradient(#fff 26%, transparent 10%),
    radial-gradient(#fff 26%, transparent 10%);
  background-position:
    0 0,
    19px 19px;
  background-size: 38px 38px;
  opacity: .2;
}

.service-backlink .service-backlink-fv::after {
  content: '';
  position: absolute;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  width: 300px;
  background-color: #e4e4e4;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-fv::after {
    bottom: -70px;
    height: 70px;
    -webkit-clip-path: polygon(50% 70px, 0% 0%, 300px 0%);
    clip-path: polygon(50% 70px, 0% 0%, 300px 0%);
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-fv::after {
    bottom: -38px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
    clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}

.service-backlink .service-backlink-fv__inner {
  position: relative;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-fv .content {
    width: 54%;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-fv .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}

.service-backlink .service-backlink-fv .content__lead {
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-fv .content__lead {
    font-size: clamp(10px, 3.733vw, 16px);
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-fv .content__lead {
    font-size: 14px;
  }
}

.service-backlink .service-backlink-fv .content__lead>span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}

.service-backlink .service-backlink-fv .content__heading {
  line-height: 1;
  font-weight: 900;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-fv .content__heading {
    font-size: clamp(54px, 5.61vw, 66px);
    margin-top: 16px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-fv .content__heading {
    font-size: clamp(10px, 11.46vw, 60px);
    margin-top: 16px;
  }
}

.service-backlink .service-backlink-fv .content__heading>span {
  display: inline-block;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: -2px;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-fv .content__heading>span {
    padding: 14px 12px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-fv .content__heading>span {
    padding: 12px 8px;
  }
}

.service-backlink .service-backlink-fv .content__text {
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-fv .content__text {
    margin-top: 32px;
    font-size: clamp(12px, 1.25vw, 16px);
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-fv .content__text {
    margin-top: 20px;
    font-size: 13px;
  }
}

.service-backlink .service-backlink-fv .content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-fv .content__list {
    margin-top: 32px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-fv .content__list {
    margin-top: 16px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-fv .content__item {
    width: 100%;
  }
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-fv .content__item .service-backlink-btn {
    width: 280px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-fv .content__item .service-backlink-btn {
    width: 100%;
  }
}

.service-backlink .service-backlink-fv .object {
  position: absolute;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-fv .object {
    transform: translateY(-50%);
    top: 47%;
    right: 4%;
    max-width: 602px;
    width: 48%;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-fv .object {
    top: -16px;
    right: 8px;
    width: 37vw;
    z-index: 1;
  }
}

.service-backlink .service-backlink-mov {
  background: #f15024;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-mov {
    padding: 120px 0 42px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-mov {
    padding: 78px 0 42px;
  }
}

.service-backlink .service-backlink-mov .content {
  border: 2px solid #000;
  background: #fff;
  max-width: 810px;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-mov .content {
    padding: 22px 30px 30px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-mov .content {
    padding: 22px 10px 10px;
  }
}

.service-backlink .service-backlink-mov .content__iframe {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}

.service-backlink .service-backlink-mov .content__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-mov .content .service-backlink-heading__main {
    font-size: 18px;
    font-size: clamp(16px, 4.8vw, 32px);
  }
}

.service-backlink .service-backlink-problems {
  background: #f15024;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-problems {
    margin: 0 calc(50% - 50vw);
    padding: 0 0 80px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-problems {
    margin: -1px calc(50% - 50vw) 0;
    padding: 0 0 60px;
  }
}

.service-backlink .service-backlink-problems .introduction {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 54px;
  font-weight: 700;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-problems .introduction {
    font-size: 40px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-problems .introduction {
    font-size: clamp(20px, 6vw, 38px);
  }
}

.service-backlink .service-backlink-problems .introduction>span {
  position: relative;
}

.service-backlink .service-backlink-problems .introduction>span::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 100%;
  transform: translateY(-50%);
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-problems .introduction>span::before {
    top: 0;
    left: 50%;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-problems .introduction>span::before {
    top: -2px;
    left: 42%;
  }
}

.service-backlink .service-backlink-problems .service-backlink-list {
  max-width: 1110px;
  margin: 0 auto;
}

.service-backlink .service-backlink-problems .solution {
  position: relative;
  margin-top: 46px;
  text-align: center;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-problems .solution {
    padding-top: 76px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-problems .solution {
    padding-top: 62px;
    line-height: 1.8;
  }
}

.service-backlink .service-backlink-problems .solution::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  width: 220px;
  height: 35px;
  background-color: #000;
  -webkit-clip-path: polygon(50% 35px, 0% 0%, 220px 0%);
  clip-path: polygon(50% 35px, 0% 0%, 220px 0%);
}

.service-backlink .service-backlink-problems .solution__text {
  font-weight: 700;
}

.service-backlink .service-backlink-problems .solution__text--main {
  display: inline-block;
  margin-top: 20px;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-problems .solution__text--main {
    font-size: 60px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-problems .solution__text--main {
    font-size: clamp(18px, 8.4vw, 60px);
  }
}

.service-backlink .service-backlink-problems .solution__text--main>span {
  display: inline-block;
  background: #000;
  position: relative;
  color: #fff;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-problems .solution__text--main>span {
    padding: 32px 12px 6px 12px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-problems .solution__text--main>span {
    padding: 13px 20px 6px 20px;
  }
}

.service-backlink .service-backlink-problems .solution__text--main>span::before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background: #f15024;
}

.service-backlink .service-backlink-problems .solution__text--main>span>span {
  position: relative;
}

.service-backlink .service-backlink-problems .solution__text--main>span>span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #f15024;
  border-radius: 100%;
  transform: translateY(-50%);
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-problems .solution__text--main>span>span::before {
    top: 0;
    left: 50%;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-problems .solution__text--main>span>span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}

.service-backlink .service-backlink-problems .solution__text--sub {
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-problems .solution__text--sub {
    font-size: 22px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-problems .solution__text--sub {
    font-size: 20px;
    font-size: clamp(18px, 5.33vw, 38px);
  }
}

.service-backlink .service-backlink-cta {
  margin: 0 calc(50% - 50vw);
  background: #000;
}

.service-backlink .service-backlink-cta__inner {
  position: relative;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-cta .content {
    padding: 76px 0;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-cta .content {
    padding: 48px 0 64px;
  }
}

.service-backlink .service-backlink-cta .content__lead {
  text-align: center;
  font-weight: 700;
}

.service-backlink .service-backlink-cta .content__lead span {
  display: inline-block;
  color: #f15024;
  background: #fff;
  padding: 6px 8px;
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-cta .content__lead span {
    margin-top: -1px;
  }
}

.service-backlink .service-backlink-cta .content__heading {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-cta .content__heading {
    font-size: clamp(20px, 2.656vw, 34px);
    margin-top: 14px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-cta .content__heading {
    font-size: clamp(20px, 5.3vw, 34px);
    margin-top: 32px;
  }
}

.service-backlink .service-backlink-cta .content__heading span {
  position: relative;
}

.service-backlink .service-backlink-cta .content__heading span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #f15024;
}

.service-backlink .service-backlink-cta .content__text {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-weight: normal;
  line-height: 2;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-cta .content__text {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-cta .content__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-cta .content__objects {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 34px;
  }
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-cta .content__object {
    position: absolute;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-cta .content__object {
    margin-top: 20px;
  }
}

.service-backlink .service-backlink-cta .content__object--001 {
  max-width: 308px;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-cta .content__object--001 {
    top: 53%;
    left: 2%;
    width: 22vw;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-cta .content__object--001 {
    width: 38%;
  }
}

.service-backlink .service-backlink-cta .content__object--002 {
  max-width: 320px;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-cta .content__object--002 {
    top: 50%;
    right: 2%;
    width: 22vw;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-cta .content__object--002 {
    width: 38%;
  }
}

.service-backlink .service-backlink-cta .content__list {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-cta .content__list {
    gap: 0 20px;
    margin-top: 38px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-cta .content__list {
    margin-top: 34px;
    gap: 34px 0;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-cta .content__item {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-cta .content__item .service-backlink-btn {
    width: 100%;
  }
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-points {
    padding: 80px 0;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-points {
    padding: 48px 0;
  }
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-points .service-backlink-list {
    margin-top: 68px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-points .service-backlink-list {
    margin-top: 32px;
  }
}

.service-backlink .service-backlink-points .service-backlink-card001__heading span {
  font-size: clamp(15px, 1.328vw, 16px);
}

.service-backlink .service-backlink-service {
  background: #e4e4e4;
  margin: 0 calc(50% - 50vw);
  position: relative;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-service {
    padding: 120px 0 80px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-service {
    padding: 96px 0 80px;
  }
}

.service-backlink .service-backlink-service::after {
  content: '';
  position: absolute;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  width: 300px;
  background-color: #fff;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-service::after {
    top: -1px;
    height: 70px;
    -webkit-clip-path: polygon(50% 70px, 0% 0%, 300px 0%);
    clip-path: polygon(50% 70px, 0% 0%, 300px 0%);
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-service::after {
    top: -1px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
    clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}

.service-backlink .service-backlink-service .table {
  max-width: 1040px;
  margin: 0 auto;
}

.service-backlink .service-backlink-service .table__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}

.service-backlink .service-backlink-service .table__group {
  width: 100%;
  display: flex;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-service .table__group {
    gap: 0 8px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-service .table__group {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-service .table__group:not(:last-child) .table__head {
    position: relative;
  }

  .service-backlink .service-backlink-service .table__group:not(:last-child) .table__head::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 30px;
    background-color: #f15024;
    -webkit-clip-path: polygon(50% 30px, 0% 0%, 60px 0%);
    clip-path: polygon(50% 30px, 0% 0%, 60px 0%);
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    z-index: 3;
  }

  .service-backlink .service-backlink-service .table__group:not(:last-child) .table__head::after {
    content: '';
    position: absolute;
    width: 69px;
    height: 36px;
    background-color: #fff;
    -webkit-clip-path: polygon(50% 36px, 0% 0%, 69px 0%);
    clip-path: polygon(50% 36px, 0% 0%, 69px 0%);
    left: 50%;
    bottom: -23.5px;
    transform: translateX(-50%);
    z-index: 2;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-service .table__group:last-child .table__item:last-child::before,
  .service-backlink .service-backlink-service .table__group:last-child .table__item:last-child::after {
    display: none !important;
  }
}

.service-backlink .service-backlink-service .table__head {
  background: #000;
  display: grid;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-service .table__head {
    width: 25%;
    place-items: center;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-service .table__head {
    width: 100%;
    align-items: center;
    padding: 0 12px;
    height: 77px;
  }
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-service .table__block {
    text-align: center;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-service .table__block {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}

.service-backlink .service-backlink-service .table__heading {
  font-size: clamp(18px, 1.56vw, 20px);
  color: #fff;
  text-align: center;
  margin-bottom: -8px;
  line-height: 1;
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-service .table__heading {
    order: 2;
    margin-top: -8px;
  }
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-service .table__heading--mb {
    margin-bottom: 12px;
  }
}

.service-backlink .service-backlink-service .table__image {
  display: inline-block;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-service .table__image {
    margin-top: 8px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-service .table__image {
    width: 64px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-service .table__image {
    order: 1;
  }
}

.service-backlink .service-backlink-service .table__image img {
  width: 100%;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-service .table__image--001 {
    width: 132px;
  }
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-service .table__image--002 {
    width: 116px;
  }
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-service .table__image--003 {
    width: 102px;
  }
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-service .table__body {
    width: calc(75% - 8px);
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-service .table__body {
    width: 100%;
  }
}

.service-backlink .service-backlink-service .table__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}

.service-backlink .service-backlink-service .table__item {
  width: 100%;
  background: #fff;
  position: relative;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-service .table__item {
    padding: 46px 14px 26px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-service .table__item {
    padding: 38px 16px 22px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-service .table__item::before {
    content: '';
    position: absolute;
    background-color: #f15024;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
}

@media screen and (max-width: 959px) and (min-width: 960px) {

  .service-backlink .service-backlink-service .table__item::before {
    bottom: -20px;
    width: 60px;
    height: 30px;
    -webkit-clip-path: polygon(50% 30px, 0% 0%, 60px 0%);
    clip-path: polygon(50% 30px, 0% 0%, 60px 0%);
  }
}

@media screen and (max-width: 959px) and (max-width: 959px) {

  .service-backlink .service-backlink-service .table__item::before {
    bottom: -18px;
    width: 46px;
    height: 26px;
    -webkit-clip-path: polygon(50% 26px, 0% 0%, 46px 0%);
    clip-path: polygon(50% 26px, 0% 0%, 46px 0%);
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-service .table__item::after {
    content: '';
    position: absolute;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}

@media screen and (max-width: 959px) and (min-width: 960px) {

  .service-backlink .service-backlink-service .table__item::after {
    bottom: -25.5px;
    width: 69px;
    height: 36px;
    -webkit-clip-path: polygon(50% 36px, 0% 0%, 69px 0%);
    clip-path: polygon(50% 36px, 0% 0%, 69px 0%);
  }
}

@media screen and (max-width: 959px) and (max-width: 959px) {

  .service-backlink .service-backlink-service .table__item::after {
    bottom: -20.5px;
    width: 55px;
    height: 32px;
    -webkit-clip-path: polygon(50% 32px, 0% 0%, 55px 0%);
    clip-path: polygon(50% 32px, 0% 0%, 55px 0%);
  }
}

.service-backlink .service-backlink-service .table__label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #fff;
  background: #f15024;
  padding: 4px 10px;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-service .table__label {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-service .table__label {
    font-size: 14px;
  }
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-service .table__text {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-service .table__text {
    font-size: 14px;
  }
}

.service-backlink .service-backlink-differ {
  background: #e4e4e4;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0;
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-differ__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.service-backlink .service-backlink-differ .table {
  margin: 0 auto;
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-differ .table {
    width: 1010px;
  }
}

.service-backlink .service-backlink-differ .table-container {
  width: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-differ .table-container {
    max-width: 1120px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-differ .table-container {
    padding-left: 5vw;
  }
}

.service-backlink .service-backlink-differ .table__inner {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}

.service-backlink .service-backlink-differ .table__group:first-child {
  width: 14%;
}

.service-backlink .service-backlink-differ .table__group:first-child .table__item {
  font-weight: 700;
}

.service-backlink .service-backlink-differ .table__group:first-child .table__body {
  padding-left: 0;
}

.service-backlink .service-backlink-differ .table__group:not(:first-child) .table__body {
  background: #fff;
}

.service-backlink .service-backlink-differ .table__group:not(:first-child) .table__item {
  padding-left: 46px;
}

.service-backlink .service-backlink-differ .table__group:not(:first-child) .table__item:not(:last-child) {
  border-bottom: 2px solid #e4e4e4;
}

.service-backlink .service-backlink-differ .table__group:not(:first-child) .table__head {
  background: #a5a5a5;
  display: grid;
  place-items: center;
}

.service-backlink .service-backlink-differ .table__group:not(:first-child) .table__head p {
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-differ .table__group:not(:first-child) .table__head p {
    font-size: clamp(15px, 1.56vw, 20px);
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-differ .table__group:not(:first-child) .table__head p {
    font-size: 16px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-differ .table__group:last-child {
    margin-right: 5vw;
  }
}

.service-backlink .service-backlink-differ .table__group--orange .table__head {
  background: #f15024 !important;
}

.service-backlink .service-backlink-differ .table__group--orange .table__body {
  border: 2px solid #f15024;
  padding-top: 12px !important;
  margin-top: -14px;
}

.service-backlink .service-backlink-differ .table__head {
  margin-bottom: 12px;
  font-weight: 700;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-differ .table__head {
    height: 100px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-differ .table__head {
    height: 60px;
  }
}

.service-backlink .service-backlink-differ .table__body {
  padding: 0 16px;
}

.service-backlink .service-backlink-differ .table__item {
  padding: 18px 0;
  height: 85px;
  display: grid;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-differ .table__item {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-differ .table__item {
    font-size: 14px;
  }
}

.service-backlink .service-backlink-differ .table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.service-backlink .service-backlink-differ .table__ic--circle-single {
  width: 19px;
  height: 19px;
  background-image: url('../img/03_service/backlink/icon/circle-single.svg');
  background-size: cover;
}

.service-backlink .service-backlink-differ .table__ic--circle-double {
  width: 19px;
  height: 19px;
  background-image: url('../img/03_service/backlink/icon/circle-double.svg');
  background-size: cover;
}

.service-backlink .service-backlink-differ .table__ic--triangle {
  width: 18px;
  height: 16px;
  background-image: url('../img/03_service/backlink/icon/triangle.svg');
  background-size: cover;
}

.service-backlink .service-backlink-differ .table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url('../img/03_service/backlink/icon/x.svg');
  background-size: cover;
}

.service-backlink .service-backlink-differ .service-backlink-heading {
  margin-bottom: 42px;
}

.service-backlink .service-backlink-ceo {
  background: #e4e4e4;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-ceo {
    padding: 100px 0 80px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-ceo {
    padding: 100px 0 56px;
  }
}

.service-backlink .service-backlink-ceo__box {
  border: 2px solid #000;
  background: #fff;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-ceo__box {
    padding: 30px 74px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-ceo__box {
    padding: 22px 22px;
    max-width: 500px;
    margin: 0 auto;
  }
}

.service-backlink .service-backlink-ceo .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-ceo .content {
    gap: 0 60px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-ceo .content {
    gap: 20px 0;
  }
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-ceo .content__body {
    width: calc(70% - 60px);
    margin-top: 38px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-ceo .content__body {
    width: 100%;
    margin-top: 24px;
  }
}

.service-backlink .service-backlink-ceo .content__image {
  aspect-ratio: 288/320;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-ceo .content__image {
    width: 30%;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-ceo .content__image {
    width: 100%;
  }
}

.service-backlink .service-backlink-ceo .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-backlink .service-backlink-ceo .content__name {
  font-size: 22px;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-ceo .content__name {
    font-weight: 700;
  }
}

.service-backlink .service-backlink-ceo .content__name span {
  font-size: 14px;
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-ceo .content__name span {
    display: inline-block;
    margin-bottom: 8px;
  }
}

.service-backlink .service-backlink-ceo .content__list {
  display: flex;
  align-items: center;
  gap: 0 12px;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-ceo .content__list {
    margin-top: 28px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-ceo .content__list {
    margin-top: 16px;
  }
}

.service-backlink .service-backlink-ceo .content__item {
  width: 28px;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-ceo .content__inner {
    margin-top: 16px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-ceo .content__inner {
    margin-top: 26px;
  }
}

.service-backlink .service-backlink-ceo .content__text {
  font-size: 15px;
  line-height: 1.8;
}

.service-backlink .service-backlink-ceo .content__text+.content__text {
  margin-top: 24px;
}

.service-backlink .service-backlink-ceo .content__text+.content__text.utils-active {
  display: none;
}

.service-backlink .service-backlink-ceo .content__trigger {
  text-align: right;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}

.service-backlink .service-backlink-ceo .content__trigger.utils-active {
  display: none;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-ceo .content__trigger {
    margin-top: 26px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-ceo .content__trigger {
    margin-top: 36px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-ceo .service-backlink-heading__main {
    font-size: clamp(16px, 5.2vw, 24px);
  }
}

.service-backlink .service-backlink-howto001 {
  background: #e6e6e6;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto001 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto001 {
    padding: 54px 0;
  }
}

.service-backlink .service-backlink-howto001 .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 42px;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto001 .list {
    gap: 16px 16px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto001 .list {
    gap: 12px 12px;
  }
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto001 .list__item {
    width: calc((100% - 32px) / 3);
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto001 .list__item {
    width: calc((100% - 12px) / 2);
  }
}

.service-backlink .service-backlink-howto001 .list .content {
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto001 .list .content {
    padding: 10px 20px 30px 20px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto001 .list .content {
    padding: 2px 12px 17px 12px;
  }
}

.service-backlink .service-backlink-howto001 .list .content__head {
  text-align: center;
  display: inline-block;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto001 .list .content__head {
    width: 135px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto001 .list .content__head {
    width: 80%;
    max-width: 80px;
    font-size: 10px;
    font-size: clamp(10px, 2.66vw, 14px);
  }
}

.service-backlink .service-backlink-howto001 .list .content__text {
  font-weight: 700;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto001 .list .content__text {
    font-size: 16px;
    margin-top: 22px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto001 .list .content__text {
    font-size: clamp(10px, 2.66vw, 16px);
    margin-top: 10px;
  }
}

.service-backlink .service-backlink-howto001 .list--ng .content {
  border: 2px solid #e4e4e4;
}

.service-backlink .service-backlink-howto001 .list--ng .content__head {
  background: #a5a5a5;
  color: #fff;
}

.service-backlink .service-backlink-howto001 .list--ng .content__text {
  position: relative;
}

.service-backlink .service-backlink-howto001 .list--ng .content__text::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: inline-block;
  aspect-ratio: 1/1;
  background-image: url('../img/03_service/backlink/icon/x-op.svg');
  background-size: cover;
  z-index: -1;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto001 .list--ng .content__text::before {
    width: 28%;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto001 .list--ng .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}

.service-backlink .service-backlink-howto001 .list--ok .content {
  border: 2px solid #f15024;
}

.service-backlink .service-backlink-howto001 .list--ok .content__head {
  background: #f15024;
  color: #fff;
}

.service-backlink .service-backlink-howto001 .list--ok .content__text {
  position: relative;
}

.service-backlink .service-backlink-howto001 .list--ok .content__text::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: inline-block;
  aspect-ratio: 1/1;
  background-image: url('../img/03_service/backlink/icon/circle-single-op.svg');
  background-size: cover;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto001 .list--ok .content__text::before {
    width: 28%;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto001 .list--ok .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}

.service-backlink .service-backlink-howto001 .list--before-arrow {
  padding-top: 80px;
  position: relative;
}

.service-backlink .service-backlink-howto001 .list--before-arrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #f15024;
  opacity: .6;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto001 .list--before-arrow::before {
    width: 300px;
    height: 46px;
    -webkit-clip-path: polygon(50% 46px, 0% 0%, 300px 0%);
    clip-path: polygon(50% 46px, 0% 0%, 300px 0%);
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto001 .list--before-arrow::before {
    width: 220px;
    height: 35px;
    -webkit-clip-path: polygon(50% 35px, 0% 0%, 220px 0%);
    clip-path: polygon(50% 35px, 0% 0%, 220px 0%);
  }
}

.service-backlink .service-backlink-howto001 .solution__sub {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto001 .solution__sub {
    font-size: clamp(26px, 2.5vw, 32px);
    margin-top: 24px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto001 .solution__sub {
    margin-top: 40px;
    font-size: clamp(22px, 5.86vw, 26px);
  }
}

.service-backlink .service-backlink-howto001 .solution__sub span {
  color: #f15024;
}

.service-backlink .service-backlink-howto001 .solution__main {
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto001 .solution__main {
    font-size: clamp(40px, 4.45vw, 57px);
    margin: 42px 0 0 0;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto001 .solution__main {
    font-size: clamp(28px, 7.6vw, 40px);
    margin: 26px 0 0 0;
    line-height: 1.8;
  }
}

.service-backlink .service-backlink-howto001 .solution__main span {
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto001 .solution__main span {
    margin-right: -5px;
    margin-left: -5px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto001 .solution__main span {
    margin-right: -3px;
    margin-left: -3px;
  }
}

.service-backlink .service-backlink-howto001 .solution__main span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #f15024;
  border-radius: 100%;
  transform: translateY(-50%);
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto001 .solution__main span::before {
    top: 0;
    left: 50%;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto001 .solution__main span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}

.service-backlink .service-backlink-howto001 .solution__main strong {
  color: #f15024;
}

.service-backlink .service-backlink-howto002 {
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto002 {
    padding: 93px 0 0;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto002 {
    padding: 57px 0 0;
  }
}

.service-backlink .service-backlink-howto002 .content {
  position: relative;
  background: #f15024;
  border: 2px solid #000;
  border-radius: 30px;
  max-width: 810px;
  margin: 118px auto 0;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto002 .content {
    padding: 28px 28px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto002 .content {
    padding: 16px 16px;
  }
}

.service-backlink .service-backlink-howto002 .content::before {
  content: '';
  position: absolute;
  top: -96px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #f15024;
  opacity: .6;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto002 .content::before {
    width: 300px;
    height: 46px;
    -webkit-clip-path: polygon(50% 46px, 0% 0%, 300px 0%);
    clip-path: polygon(50% 46px, 0% 0%, 300px 0%);
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto002 .content::before {
    width: 220px;
    height: 35px;
    -webkit-clip-path: polygon(50% 35px, 0% 0%, 220px 0%);
    clip-path: polygon(50% 35px, 0% 0%, 220px 0%);
  }
}

.service-backlink .service-backlink-howto002 .content__inner {
  background: #fff;
  border-radius: 30px;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto002 .content__inner {
    display: flex;
    align-items: center;
    gap: 0 48px;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto002 .content__inner {
    width: 100%;
    padding: 22px 16px 42px;
  }
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto002 .content__image {
    width: 28%;
  }

  .service-backlink .service-backlink-howto002 .content__image img {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto002 .content__image {
    display: none;
  }
}

.service-backlink .service-backlink-howto002 .content__box {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto002 .content__box {
    gap: 0 20px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto002 .content__box {
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
  }
}

.service-backlink .service-backlink-howto002 .content__lead {
  font-weight: 700;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto002 .content__lead {
    font-size: 22px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto002 .content__lead {
    font-size: clamp(16px, 5.6vw, 24px);
    text-align: center;
  }

  .service-backlink .service-backlink-howto002 .content__lead span {
    position: relative;
  }

  .service-backlink .service-backlink-howto002 .content__lead span::before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    background: #f15024;
  }
}

.service-backlink .service-backlink-howto002 .content__main {
  position: relative;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto002 .content__main {
    white-space: nowrap;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto002 .content__main {
    display: inline-block;
    margin-top: 12px;
  }
}

.service-backlink .service-backlink-howto002 .content__main>span {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto002 .content__main>span>span {
    font-size: 32px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto002 .content__main>span>span {
    font-size: 28px;
  }
}

.service-backlink .service-backlink-howto002 .content__main>span>span>span {
  font-weight: 900;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto002 .content__main>span>span>span {
    font-size: 65px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto002 .content__main>span>span>span {
    font-size: 57px;
  }
}

.service-backlink .service-backlink-howto002 .content__main::before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 14px;
  background: #f15024;
  opacity: .8;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto002 .content__main::before {
    bottom: 14px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto002 .content__main::before {
    bottom: 10px;
  }
}

.service-backlink .service-backlink-howto002 .content__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto002 .content__note {
    margin-top: 20px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto002 .content__note {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-howto002 .content__btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-howto002 .content__btn {
    text-align: center;
    margin-top: 40px;
  }
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-qa {
    margin: 76px 0;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-qa {
    margin: 72px 0;
  }
}

.service-backlink .service-backlink-qa .list {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}

.service-backlink .service-backlink-qa .list__item {
  width: 100%;
}

.service-backlink .service-backlink-qa .content__inner {
  position: relative;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-qa .content__inner {
    padding: 16px 52px 16px 62px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-qa .content__inner {
    padding: 16px 42px 16px 34px;
  }
}

.service-backlink .service-backlink-qa .content__label {
  position: absolute;
  display: inline-block;
  background-size: cover;
}

.service-backlink .service-backlink-qa .content__head {
  background: #ffefe5;
  cursor: pointer;
}

.service-backlink .service-backlink-qa .content__head .content__text {
  color: #f15024;
}

.service-backlink .service-backlink-qa .content__head .content__label {
  background-image: url('../img/03_service/backlink/icon/q.svg');
  aspect-ratio: 16/19;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-qa .content__head .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-qa .content__head .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}

.service-backlink .service-backlink-qa .content__head.utils-active .content__trigger::before {
  opacity: 0;
}

.service-backlink .service-backlink-qa .content__body {
  display: none;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-qa .content__body .content__inner {
    margin-top: 8px;
  }
}

.service-backlink .service-backlink-qa .content__body .content__label {
  background-image: url('../img/03_service/backlink/icon/a.svg');
  aspect-ratio: 14/16;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-qa .content__body .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-qa .content__body .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-qa .content__body .content__inner {
    padding-right: 0;
  }
}

.service-backlink .service-backlink-qa .content__body.utils-active {
  display: block;
}

.service-backlink .service-backlink-qa .content__text {
  line-height: 1.8;
  font-weight: 700;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-qa .content__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-qa .content__text {
    font-size: 14px;
  }
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-qa .content__btn {
    text-align: center;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-qa .content__btn .service-backlink-btn {
    min-width: 0;
    max-width: 275px;
    width: 100%;
  }
}

.service-backlink .service-backlink-qa .content__trigger {
  width: 17px;
  height: 17px;
  position: absolute;
  cursor: pointer;
}

@media screen and (min-width: 960px) {

  .service-backlink .service-backlink-qa .content__trigger {
    top: 23px;
    right: 30px;
  }
}

@media screen and (max-width: 959px) {

  .service-backlink .service-backlink-qa .content__trigger {
    top: 21px;
    right: 16px;
  }
}

.service-backlink .service-backlink-qa .content__trigger::before,
.service-backlink .service-backlink-qa .content__trigger::after {
  content: '';
  position: absolute;
  background: #f15024;
}

.service-backlink .service-backlink-qa .content__trigger::before {
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}

.service-backlink .service-backlink-qa .content__trigger::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-contents {
  padding-top: 10px;
}

@media screen and (min-width: 960px) {

  .service-contents {
    padding-top: 25px;
    padding-bottom: 140px;
  }
}

@media screen and (min-width: 960px) {

  .service-contents__title .section__title2-ja {
    line-height: 1.9;
    letter-spacing: 0;
  }
}

.service-contents__content-container+.service-contents__content-container {
  margin-top: 76px;
}

@media screen and (min-width: 960px) {

  .service-contents__content-container+.service-contents__content-container {
    margin-top: 76px;
  }
}

.service-contents__text-ja {
  margin-top: 30px;
}

@media screen and (min-width: 960px) {

  .service-contents__text-ja {
    line-height: 2.3;
    letter-spacing: .01em;
    padding-right: min(9.375vw, 120px);
    margin-top: 10px;
  }
}

.service-contents__items {
  margin-top: 40px;
}

@media screen and (min-width: 960px) {

  .service-contents__items {
    display: grid;
    grid-template-columns: min(25.78125vw, 330px) min(25.78125vw, 330px) 1fr;
    gap: 40px min(1.25vw, 16px);
    margin-top: 40px;
  }
}

.service-contents__item {
  position: relative;
  padding-left: 35px;
}

@media screen and (min-width: 960px) {

  .service-contents__item {
    padding-left: min(2.734375vw, 35px);
  }
}

.service-contents__item::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
  background-image: url(../img/00_common/icon-circle-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 20px;
}

@media screen and (min-width: 960px) {

  .service-contents__item::before {
    top: 5px;
    left: 0;
    width: 21px;
    height: 22px;
  }
}

@media screen and (max-width: 959px) {

  .service-contents__item+.service-contents__item {
    margin-top: 26px;
  }
}

.service-contents__item a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {

  .service-contents__item a {
    font-size: min(1.5625vw, 20px);
  }
}

.archive-creative-case {
  padding-top: 0;
}

@media screen and (min-width: 960px) {

  .archive-creative-case {
    padding-top: 25px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 960px) {

  .archive-creative-case__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 55px 0;
  }
}

@media screen and (max-width: 959px) {

  .archive-creative-case__card+.archive-creative-case__card {
    border-top: 1px solid #808080;
  }
}

@media screen and (min-width: 960px) {

  .archive-creative-case__card+.archive-creative-case__card {
    border-left: 1px solid #808080;
  }
}

.archive-creative-case__pagination {
  margin-top: 10px;
}

@media screen and (min-width: 960px) {

  .archive-creative-case__pagination {
    margin-top: 90px;
  }
}

.single-creative-case {
  padding-top: 32px;
  padding-bottom: 0;
}

@media screen and (min-width: 960px) {

  .single-creative-case {
    padding-top: 36px;
  }
}

@media screen and (min-width: 960px) {

  .single-creative-case__header-inner {
    max-width: 100%;
  }
}

.single-creative-case__category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 26px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0;
  background-color: #e85a24;
  border: 1px solid #000;
  border-radius: 10px;
  transition: background-color .3s;
  padding: 0 12px;
}

@media screen and (min-width: 960px) {

  .single-creative-case__category {
    height: 30px;
    font-size: min(1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: .04em;
    border-radius: 10px;
    padding: 0 min(1.40625vw, 18px);
  }
}

.single-creative-case__title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: .01em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 12px;
}

@media screen and (min-width: 960px) {

  .single-creative-case__title {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-top: 14px;
  }
}

.single-creative-case__title br {
  display: none;
}

.single-creative-case__fv::before {
  content: '';
  display: block;
  padding-top: 59.4573643411%;
}

.single-creative-case__text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
  margin-top: 10px;
}

@media screen and (min-width: 960px) {

  .single-creative-case__text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 22px;
  }
}

.single-creative-case__fv {
  margin-top: 34px;
}

@media screen and (min-width: 960px) {

  .single-creative-case__fv {
    margin-top: 44px;
  }
}

.single-creative-case__body {
  background-color: #ebebeb;
  padding-top: 42px;
  padding-bottom: 60px;
}

@media screen and (min-width: 960px) {

  .single-creative-case__body {
    padding-top: 80px;
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 960px) {

  .single-creative-case__body-inner {
    max-width: 1100px;
  }
}

.single-creative-case__container {
  padding: 0;
  margin-bottom: 32px;
}

@media screen and (min-width: 960px) {

  .single-creative-case__container {
    padding: 0 min(4.0625vw, 52px);
    margin-bottom: 90px;
  }
}

.single-creative-case__body h2 {
  position: relative;
  z-index: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: .01em;
  margin-top: 62px;
  overflow: hidden;
}

@media screen and (min-width: 960px) {

  .single-creative-case__body h2 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: .02em;
    margin-top: 50px;
  }
}

.single-creative-case__body h2.mt-0 {
  margin-top: 0;
}

.single-creative-case__body h2>span {
  display: inline-block;
  background-color: #ebebeb;
  padding-right: 15px;
}

@media screen and (min-width: 960px) {

  .single-creative-case__body h2>span {
    padding-right: 25px;
  }
}

.single-creative-case__body h2>span::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  background-color: #c5c5c5;
  width: 500%;
  height: 1px;
}

.single-creative-case__body h2.line-black {
  margin-top: 48px;
}

@media screen and (min-width: 960px) {

  .single-creative-case__body h2.line-black {
    margin-top: 75px;
  }
}

.single-creative-case__body h2.line-black>span::after {
  background-color: #000;
}

.single-creative-case__body h2.line-black>span {
  padding-right: 20px;
}

@media screen and (min-width: 960px) {

  .single-creative-case__body h2.line-black>span {
    padding-right: 40px;
  }
}

.single-creative-case__body p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
  letter-spacing: .02em;
  margin-top: 20px;
}

@media screen and (min-width: 960px) {

  .single-creative-case__body p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .01em;
    margin-top: 20px;
  }
}

.single-creative-case__body p a {
  color: #e85a24;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single-creative-case__body figure.wp-block-image {
  margin-top: 32px;
}

@media screen and (min-width: 960px) {

  .single-creative-case__body figure.wp-block-image {
    margin-top: 90px;
  }
}

.single-creative-case__body figure.wp-block-image.single-creative-case-kv {
  margin-top: 132px;
}

@media screen and (min-width: 960px) {

  .single-creative-case__body figure.wp-block-image.single-creative-case-kv {
    margin-top: 160px;
  }
}

.single-creative-case__body dl {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 21px 12px;
  font-size: 11px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .05em;
  white-space: nowrap;
  margin-top: 36px;
}

@media screen and (min-width: 960px) {

  .single-creative-case__body dl {
    grid-template-columns: 200px 1fr;
    font-size: 15px;
    margin-top: 72px;
  }
}

.single-creative-case__other {
  padding-top: 46px;
  padding-bottom: 40px;
}

@media screen and (min-width: 960px) {

  .single-creative-case__other {
    padding-top: 90px;
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 960px) {

  .single-creative-case__other-inner {
    max-width: 1280px;
  }
}

.single-creative-case__other-title {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {

  .single-creative-case__other-title {
    font-size: 32px;
  }
}

@media screen and (min-width: 960px) {

  .single-creative-case__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px 0;
    margin-top: 44px;
  }
}

@media screen and (max-width: 959px) {

  .single-creative-case__card+.single-creative-case__card {
    border-top: 1px solid #808080;
  }
}

@media screen and (min-width: 960px) {

  .single-creative-case__card+.single-creative-case__card {
    border-left: 1px solid #808080;
  }
}

@media screen and (min-width: 960px) {

  .single-creative-case__card:nth-child(4) {
    border: none;
  }
}

@media screen and (max-width: 959px) {

  .single-creative-case__card:nth-child(4),
  .single-creative-case__card:nth-child(5),
  .single-creative-case__card:nth-child(6) {
    display: none;
  }
}

.archive-case {
  padding-top: 0;
  padding-bottom: 80px;
}

@media screen and (min-width: 960px) {

  .archive-case {
    padding-top: 0;
    padding-bottom: 100px;
    margin-top: -15px;
  }
}

.archive-case__cards {
  display: grid;
}

@media screen and (min-width: 960px) {

  .archive-case__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 min(4.6875vw, 60px);
  }
}

.archive-case__card {
  border-bottom: 1px solid #808080;
}

@media screen and (max-width: 959px) {

  .archive-case__card .case-card__container {
    margin-top: 0;
  }
}

@media screen and (max-width: 959px) {

  .archive-case__card .case-card {
    grid-template-columns: min(40%, 100px) 1fr;
    gap: 0 min(6.4vw, 24px);
    align-items: flex-start;
  }
}

@media screen and (min-width: 960px) {

  .archive-case__card .case-card {
    grid-template-columns: min(12.5vw, 160px) 1fr;
    gap: 0 min(1.875vw, 24px);
  }
}

.archive-case__card .case-card::after {
  top: 47%;
}

@media screen and (min-width: 960px) {

  .archive-case__card .case-card::after {
    right: min(.859375vw, 11px);
    width: 11px;
    height: 18px;
  }
}

@media screen and (max-width: 959px) {

  .archive-case__card .case-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media screen and (min-width: 960px) {

  .archive-case__card .case-card__title {
    font-size: min(1.09375vw, 14px);
  }
}

.archive-case__pagination {
  margin-top: 52px;
}

@media screen and (min-width: 960px) {

  .archive-case__pagination {
    margin-top: 90px;
  }
}

.archive-news {
  padding-top: 0;
  padding-bottom: 80px;
}

@media screen and (min-width: 960px) {

  .archive-news {
    padding-top: 0;
    padding-bottom: 140px;
  }
}

.archive-news__item {
  border-top: 1px solid #e0e0e0;
  padding: 20px 5px 20px 0;
}

@media screen and (min-width: 960px) {

  .archive-news__item {
    display: flex;
    align-items: center;
    height: 112px;
    padding: 0 10px 0 5px;
  }
}

.archive-news__item:last-child {
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (min-width: 960px) {

  .archive-news__item-link {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 min(1.328125vw, 17px);
  }
}

.archive-news__header {
  display: grid;
}

@media screen and (max-width: 959px) {

  .archive-news__header {
    grid-template-columns: 70px auto;
    justify-content: flex-start;
    align-items: center;
    gap: 0 7px;
  }
}

@media screen and (min-width: 960px) {

  .archive-news__header {
    grid-template-columns: min(6.875vw, 88px) auto;
    gap: 0 min(1.328125vw, 17px);
    min-width: min(18.75vw, 240px);
  }
}

.archive-news__date {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {

  .archive-news__date {
    font-size: min(1.25vw, 16px);
  }
}

.archive-news__category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: min(100%, 334px);
  height: 23px;
  font-size: 12px;
  font-weight: 500;
  color: #e85a24;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .04em;
  background-color: #fff;
  border: 1px solid #e85a24;
  border-radius: 15px;
  transition:
    color .3s,
    background-color .3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 15px;
}

@media screen and (min-width: 960px) {

  .archive-news__category {
    min-width: 110px;
    height: 25px;
    font-size: min(1.171875vw, 15px);
    border-radius: 20px;
    padding: 0 min(1.171875vw, 15px);
  }
}

.archive-news__title {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 959px) {

  .archive-news__title {
    margin-top: 15px;
  }
}

@media screen and (min-width: 960px) {

  .archive-news__title {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.archive-news__pagination {
  margin-top: 52px;
}

@media screen and (min-width: 960px) {

  .archive-news__pagination {
    margin-top: 67px;
  }
}

@media screen and (min-width: 960px) {

  .archive-media {
    padding-top: 100px;
  }
}

.archive-media__title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {

  .archive-media__title {
    font-size: 50px;
  }
}

@media screen and (max-width: 959px) {

  .company-member .section__title-ja,
  .company-member .section__title-en,
  .archive-media .section__title-en,
  .archive-media .section__title-ja {
    text-align: center;
  }
}

@media screen and (min-width: 960px) {

  .archive-media__container {
    display: grid;
    grid-template-columns: min(55.390625vw, 709px) min(24.453125vw, 313px);
    grid-template-rows: auto 1fr;
    grid-template-areas: 'contents pickup' 'contents sidebar';
    justify-content: space-between;
    align-items: start;
  }
}

@media screen and (min-width: 960px) {

  .archive-media__contents {
    grid-area: contents;
  }
}

@media screen and (max-width: 959px) {

  .archive-media__article-cards {
    max-width: 290px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 960px) {

  .archive-media__article-cards {
    display: grid;
    grid-template-columns: repeat(2, min(25.703125vw, 329px));
    justify-content: space-between;
    gap: 50px 0;
    margin-top: 50px;
  }
}

@media screen and (max-width: 959px) {

  .archive-media__article-card+.archive-media__article-card {
    margin-top: 40px;
  }
}

@media screen and (max-width: 959px) {

  .archive-media__sidebar {
    margin-top: 32px;
  }
}

@media screen and (min-width: 960px) {

  .archive-media__sidebar {
    grid-area: sidebar;
  }
}

.archive-media__pagination {
  margin-top: 60px;
}

@media screen and (min-width: 960px) {

  .archive-media__pagination {
    margin-top: 125px;
  }
}

.archive-media__pickup {
  display: block;
}

@media screen and (max-width: 959px) {

  .archive-media__pickup {
    margin-bottom: 42px;
  }
}

@media screen and (min-width: 960px) {

  .archive-media__pickup {
    grid-area: pickup;
    margin-top: 127px;
    margin-bottom: 72px;
  }
}

.author {
  border: 1px solid #000;
  padding: 24px 17px;
}

@media screen and (min-width: 960px) {

  .author {
    padding: 15px min(3.125vw, 40px) 25px;
  }
}

.author--border-none {
  border: none;
  padding: 0;
}

.author__title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {

  .author__title {
    font-size: 20px;
    margin: 10px 0;
  }
}

.author__media {
  display: grid;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 959px) {

  .author__media {
    grid-template-columns: 86px 1fr;
    gap: 0 25px;
    margin-top: 12px;
  }
}

@media screen and (min-width: 960px) {

  .author__media {
    grid-template-columns: min(6.71875vw, 86px) 1fr;
    gap: 0 25px;
    align-items: start;
  }
}

.author__image {
  overflow: hidden;
  border-radius: 50%;
  margin-top: 10px;
}

@media screen and (min-width: 960px) {

  .author__image {
    margin-top: 12px;
  }
}

.author__image::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.author__image img {
  transition: transform .3s;
}

.author__contents {
  position: relative;
  transition: opacity .3s;
}

.author__company {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
  margin-top: 4px;
}

@media screen and (min-width: 960px) {

  .author__company {
    font-size: 12px;
    margin-top: 4px;
  }
}

.author__name {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
}

@media screen and (min-width: 960px) {

  .author__name {
    font-size: 20px;
  }
}

.author__position {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
  margin-top: 2px;
}

@media screen and (min-width: 960px) {

  .author__position {
    font-size: 12px;
    margin-top: 2px;
  }
}

.author__sns {
  display: flex;
  padding-left: 0;
  margin-top: 4px;
}

@media screen and (min-width: 960px) {

  .author__sns {
    padding-left: 3px;
    margin-top: 1px;
  }
}

.author__sns-link {
  display: block;
  width: 15px;
  height: 15px;
}

@media screen and (min-width: 960px) {

  .author__sns-link {
    width: 15px;
    height: 15px;
  }
}

.author__sns-link+.author__sns-link {
  margin-left: 10px;
}

@media screen and (min-width: 960px) {

  .author__sns-link+.author__sns-link {
    margin-left: 12px;
  }
}

.author__text {
  grid-area: text;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2.3;
  letter-spacing: 0;
  margin: 27px 0;
}

@media screen and (min-width: 960px) {

  .author__text {
    font-size: 14px;
    margin: 27px 0;
  }
}

.pickup-slider-wrapper {
  overflow: hidden;
  background-color: #e9e9e9;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 959px) {

  .pickup-slider-wrapper {
    padding-top: 24px;
    padding-bottom: 36px;
    margin-top: -30px;
  }
}

@media screen and (min-width: 960px) {

  .pickup-slider-wrapper {
    padding-bottom: 60px;
    margin-top: -60px;
  }
}

.pickup-slider {
  overflow: visible;
  width: 320px;
}

@media screen and (min-width: 960px) {

  .pickup-slider {
    width: 810px;
  }
}

.pickup-slider__item {
  width: 287px;
}

@media screen and (min-width: 960px) {

  .pickup-slider__item {
    width: 752px;
  }
}

.pickup-slider__card {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: 34px;
  background-color: #fff;
  padding: 30px 20px 40px 20px;
}

@media screen and (min-width: 960px) {

  .pickup-slider__card {
    border-radius: 34px;
    padding: 40px 40px 30px 40px;
  }
}

.pickup-slider__card-category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 24px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .04em;
  background-color: #e85a24;
  border: 1px solid #000;
  border-radius: 12px;
  padding: 0 24px;
  transition: background-color .3s;
}

@media screen and (min-width: 960px) {

  .pickup-slider__card-category {
    height: 28px;
    font-size: 15px;
    border-radius: 12px;
    padding: 0 24px;
  }
}

.pickup-slider__card-image {
  overflow: hidden;
}

.pickup-slider__card-image::before {
  content: '';
  display: block;
  padding-top: 62.3376623377%;
}

@media screen and (min-width: 960px) {

  .pickup-slider__card-image::before {
    content: '';
    display: block;
    padding-top: 48.0519480519%;
  }
}

.pickup-slider__card-image img {
  transition: transform .3s;
}

.pickup-slider__card-container {
  transition: opacity .3s;
  margin-top: 24px;
}

@media screen and (min-width: 960px) {

  .pickup-slider__card-container {
    margin-top: 24px;
  }
}

.pickup-slider__card-title {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 960px) {

  .pickup-slider__card-title {
    height: 62px;
  }
}

.pickup-slider__card-title span {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.3;
  letter-spacing: .03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 20px;
  transition: color .3s;
}

@media screen and (min-width: 960px) {

  .pickup-slider__card-title span {
    font-size: 24px;
    margin-top: 12px;
  }
}

.pickup-slider__pagination {
  text-align: center;
  margin-top: 40px;
}

@media screen and (min-width: 960px) {

  .pickup-slider__pagination {
    margin-top: 30px;
  }
}

.pickup-slider__pagination .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 8px !important;
  border-radius: 50% !important;
  border: 1px solid #000 !important;
  background-color: #fff !important;
  opacity: 1 !important;
}

@media screen and (min-width: 960px) {

  .pickup-slider__pagination .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
    margin: 0 11px !important;
  }
}

.pickup-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000 !important;
}

.pickup-slider__prev,
.pickup-slider__next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  background-color: #000;
  border-radius: 50%;
  transition: background-color .3s;
}

@media screen and (max-width: 959px) {

  .pickup-slider__prev,
  .pickup-slider__next {
    top: 140px;
  }
}

@media screen and (min-width: 960px) {

  .pickup-slider__prev,
  .pickup-slider__next {
    top: 215px;
  }
}

.pickup-slider__prev {
  left: 0;
  width: 36px;
  height: 36px;
}

@media screen and (min-width: 960px) {

  .pickup-slider__prev {
    width: 60px;
    height: 60px;
  }
}

.pickup-slider__next {
  right: 0;
  width: 36px;
  height: 36px;
}

@media screen and (min-width: 960px) {

  .pickup-slider__next {
    width: 60px;
    height: 60px;
  }
}

.pickup-slider__prev::before,
.pickup-slider__next::before {
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
}

@media screen and (min-width: 960px) {

  .pickup-slider__prev::before,
  .pickup-slider__next::before {
    width: 14px;
    height: 14px;
  }
}

.pickup-slider__prev::before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translate(1px, -1px);
}

@media screen and (min-width: 960px) {

  .pickup-slider__prev::before {
    transform: rotate(45deg) translate(2px, -2px);
  }
}

.pickup-slider__next::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(-1px, -1px);
}

@media screen and (min-width: 960px) {

  .pickup-slider__next::before {
    transform: rotate(-45deg) translate(-2px, -2px);
  }
}

@media (hover: hover) {

  .pickup-slider__card:hover {
    opacity: 1;
  }

  .pickup-slider__prev:hover,
  .pickup-slider__next:hover {
    cursor: pointer;
    background-color: #e85a24;
  }

  .pickup-slider__card:hover .pickup-slider__card-category {
    background-color: #000;
  }

  .pickup-slider__card:hover .pickup-slider__card-title {
    color: #e85a24;
  }
}

.single-section {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 959px) {

  .single-section {
    padding-top: 141px;
    padding-bottom: 0;
    margin-top: -115px;
  }
}

@media screen and (min-width: 960px) {

  .single-section {
    padding-top: 250px;
    padding-bottom: 90px;
    margin-top: -153px;
  }
}

.single-section::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-58%);
  z-index: -1;
  width: 1234px;
  height: 1157px;
  background-image: url(../img/00_common/single-bg-1-sp.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (min-width: 960px) {

  .single-section::before {
    width: 2245px;
    height: 2163px;
    background-image: url(../img/00_common/single-bg-1-pc.png);
    transform: translate(-54%);
  }
}

.single-section__date {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {

  .single-section__date {
    font-size: 16px;
    margin-left: -10px;
  }
}

.single-section__title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: .08em;
  margin-top: 21px;
}

@media screen and (min-width: 960px) {

  .single-section__title {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-top: 10px;
    margin-left: -10px;
  }
}

.single-section__title br {
  display: none;
}

.single-section__area {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
  padding-left: 18px;
  margin-top: 22px;
}

@media screen and (min-width: 960px) {

  .single-section__area {
    font-size: 22px;
    padding-left: 42px;
    margin-top: 30px;
    margin-left: -10px;
  }
}

.single-section__area::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 16px;
  background-image: url(../img/00_common/icon-pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 960px) {

  .single-section__area::before {
    left: 7px;
    width: 20px;
    height: 28px;
  }
}

.single-section__fv {
  margin-top: 30px;
}

@media screen and (min-width: 960px) {

  .single-section__fv {
    margin-top: 74px;
  }
}

@media screen and (min-width: 960px) {

  .single-section__content-container {
    border: 1px solid #e9e9e9;
    border-top: none;
    overflow: hidden;
    padding: 0 min(4.296875vw, 55px) 64px;
    padding-top: 15px;
  }
}

.single-section__content-container>h2 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 2px solid #000;
  padding: 15px 0;
  margin-top: 10px;
}

@media screen and (min-width: 960px) {

  .single-section__content-container>h2 {
    font-size: 32px;
    line-height: 1.8;
    letter-spacing: 0;
    padding: 20px 0;
    margin-top: 40px;
  }
}

.single-section__content-container>h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  border-left: 2px solid #000;
  padding: 0 5px 0 12px;
  margin-top: 40px;
}

@media screen and (min-width: 960px) {

  .single-section__content-container>h3 {
    font-size: 28px;
    padding: 0 5px 0 19px;
    margin-top: 40px;
  }
}

.single-section__content-container>h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 40px;
}

@media screen and (min-width: 960px) {

  .single-section__content-container>h4 {
    font-size: 24px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 959px) {

  .single-section__body {
    margin-top: 40px;
  }
}

.single-section__content-container>p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: .02em;
  margin-top: 30px;
}

@media screen and (min-width: 960px) {

  .single-section__content-container>p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .04em;
    margin-top: 40px;
  }
}

.single-section__content-container>p a {
  color: #e85a24;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single-section__content-container figure.wp-block-image {
  margin-top: 40px;
}

@media screen and (min-width: 960px) {

  .single-section__content-container figure.wp-block-image {
    margin-top: 80px;
  }
}

.single-section__content-container figure.wp-block-image.is-style-vk-image-photoFrame {
  border: 1px solid #e9e9e9;
  box-shadow: none;
  padding: 10px 10px 10px 10px;
  margin-top: 40px;
}

@media screen and (min-width: 960px) {

  .single-section__content-container figure.wp-block-image.is-style-vk-image-photoFrame {
    margin-top: 80px;
    padding: 25px 25px 20px 25px;
  }
}

.single-section__content-container figure.wp-block-image.is-style-vk-image-photoFrame figcaption {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.8;
  letter-spacing: .04em;
  margin-top: 10px;
}

@media screen and (min-width: 960px) {

  .single-section__content-container figure.wp-block-image.is-style-vk-image-photoFrame figcaption {
    margin-top: 20px;
  }
}

.single-section__author {
  margin-top: 45px;
}

@media screen and (min-width: 960px) {

  .single-section__author {
    margin-top: 80px;
  }
}

.single-section__author-header {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.4 0em;
  letter-spacing: 0;
  border-left: 2px solid #000;
  padding: 0 5px 0 11px;
}

@media screen and (min-width: 960px) {

  .single-section__author-header {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 0 5px 0 19px;
  }
}

.single-section__author-body {
  display: grid;
  grid-template-columns: 78px 1fr;
  grid-template-areas: 'image profile' 'text text';
  gap: 14px 10px;
  position: relative;
  border: 1px solid #959595;
  padding: 18px 15px 45px 15px;
  margin-top: 30px;
}

@media screen and (min-width: 960px) {

  .single-section__author-body {
    grid-template-columns: 114px 1fr;
    gap: 40px 38px;
    padding: 33px 80px 27px 62px;
    margin-top: 34px;
  }
}

.single-section__author-body::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent #e85a24 transparent;
  transition: background-color .3s;
}

@media screen and (min-width: 960px) {

  .single-section__author-body::after {
    border-width: 0 0 60px 60px;
  }
}

.single-section__author-image {
  grid-area: image;
  border-radius: 50%;
  overflow: hidden;
  max-height: 79px;
}

@media screen and (min-width: 960px) {

  .single-section__author-image {
    max-height: 116px;
  }
}

@media screen and (min-width: 960px) {

  .single-section__author-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.single-section__author-profile {
  grid-area: profile;
}

.single-section__author-title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 14px;
}

@media screen and (min-width: 960px) {

  .single-section__author-title {
    font-size: 18px;
    margin-top: 17px;
  }
}

.single-section__author-name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 5px;
}

@media screen and (min-width: 960px) {

  .single-section__author-name {
    font-size: 22px;
    margin-top: 7px;
  }
}

.single-section__author-text {
  grid-area: text;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {

  .single-section__author-text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0;
    margin-left: -12px;
  }
}

.single-section__line {
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #000 3px, transparent 3px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-top: 80px;
  margin-bottom: 70px;
}

@media screen and (min-width: 960px) {

  .single-section__line {
    background-image: linear-gradient(to right, #000 6px, transparent 6px);
    background-size: 10px 1px;
    margin-top: 80px;
    margin-bottom: 70px;
  }
}

.single-section__box {
  background-color: #e9e9e9;
  padding: 20px 12px;
  margin-top: 40px;
}

@media screen and (min-width: 960px) {

  .single-section__box {
    padding: 36px 44px;
    margin-top: 80px;
  }
}

.single-section__box-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {

  .single-section__box-title {
    font-size: 32px;
  }
}

.single-section__box-items {
  margin-top: 12px;
}

@media screen and (min-width: 960px) {

  .single-section__box-items {
    margin-top: 24px;
  }
}

.single-section__box-item {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {

  .single-section__box-item {
    font-size: 16px;
  }
}

.single-section__box-item+.single-section__box-item {
  margin-top: 10px;
}

@media screen and (min-width: 960px) {

  .single-section__box-item+.single-section__box-item {
    margin-top: 8px;
  }
}

.single-section__box-item>a {
  color: #e85a24;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single-section__content-container #ez-toc-container {
  background-color: #e9e9e9;
  border: none;
  padding: 24px 15px 20px 15px;
}

@media screen and (min-width: 960px) {

  .single-section__content-container #ez-toc-container {
    padding: 36px 25px 40px 42px;
  }
}

.single-section__content-container #ez-toc-container .ez-toc-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (max-width: 959px) {

  .single-section__content-container #ez-toc-container .ez-toc-title {
    display: inline-block;
    padding-left: 7px;
  }
}

@media screen and (min-width: 960px) {

  .single-section__content-container #ez-toc-container .ez-toc-title {
    font-size: 32px;
  }
}

.single-section__content-container #ez-toc-container .ez-toc-toggle label,
.single-section__content-container #ez-toc-container label.cssicon,
.single-section__content-container #ez-toc-widget-container label.cssicon {
  display: none;
}

.single-section__content-container #ez-toc-container a.ez-toc-toggle {
  position: relative;
  width: 77px;
  height: 25px;
  border: 1px solid;
  border-radius: 30px;
  padding-left: 11px;
  margin-top: 3px;
}

@media screen and (min-width: 960px) {

  .single-section__content-container #ez-toc-container a.ez-toc-toggle {
    width: 130px;
    height: 42px;
    padding-left: 21px;
    margin-top: 6px;
  }
}

.single-section__content-container #ez-toc-container:not(.toc_close) a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded::before {
  content: 'CLOSE';
  font-size: 10px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {

  .single-section__content-container #ez-toc-container:not(.toc_close) a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded::before {
    font-size: 16px;
  }
}

.single-section__content-container #ez-toc-container a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded::before {
  content: 'OPEN';
  font-size: 10px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {

  .single-section__content-container #ez-toc-container a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded::before {
    font-size: 16px;
  }
}

.single-section__content-container a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded::after {
  content: '+';
  position: absolute;
  right: 10px;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 959px) {

  .single-section__content-container a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded::after {
    top: -4px;
  }
}

@media screen and (min-width: 960px) {

  .single-section__content-container a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded::after {
    right: 20px;
    font-size: 30px;
  }
}

.single-section__content-container #ez-toc-container nav ul {
  margin-top: 10px;
}

@media screen and (min-width: 960px) {

  .single-section__content-container #ez-toc-container nav ul {
    margin-top: 10px;
  }
}

.single-section__content-container #ez-toc-container nav ul.ez-toc-list-level-1 {
  margin-top: 10px;
}

@media screen and (min-width: 960px) {

  .single-section__content-container #ez-toc-container nav ul.ez-toc-list-level-1 {
    margin-top: 40px;
  }
}

.single-section__content-container #ez-toc-container nav ul li+li {
  margin-top: 7px;
}

@media screen and (min-width: 960px) {

  .single-section__content-container #ez-toc-container nav ul li+li {
    margin-top: 7px;
  }
}

.single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2+li.ez-toc-heading-level-2 {
  margin-top: 10px;
}

@media screen and (min-width: 960px) {

  .single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2+li.ez-toc-heading-level-2 {
    margin-top: 15px;
  }
}

.single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2>a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  transition: color .3s;
}

@media screen and (min-width: 960px) {

  .single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2>a {
    font-size: 16px;
  }
}

@media screen and (max-width: 959px) {

  .single-section__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2)>a {
    font-size: 12px;
  }
}

@media (hover: hover) {

  .single-section__content-container #ez-toc-container nav ul li a:hover {
    opacity: 1;
    color: #e85a24;
  }
}

.single-section__content-container #ez-toc-container nav ul li a::before {
  margin-right: 5px;
}

.single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2>a::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #e85a24;
  border-radius: 50%;
  transform: translateY(6px);
}

@media screen and (min-width: 960px) {

  .single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2>a::before {
    transform: translateY(7px);
  }
}

.single-section__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2)>a::before {
  content: '-';
  width: auto;
  height: auto;
  background: none;
}

.single-section__content-container .wp-block-button__link {
  font-size: 14px;
  padding: 18px;
}

@media screen and (min-width: 960px) {

  .single-section__content-container .wp-block-button__link {
    font-size: 16px;
    padding: 24px;
  }
}

.single-section__media {
  display: block;
  margin-top: 40px;
}

@media screen and (min-width: 960px) {

  .single-section__media {
    margin-top: 80px;
  }
}

@media screen and (min-width: 960px) {

  .single-section__media-1 {
    display: grid;
    grid-template-columns: min(29.6875vw, 380px) 1fr;
    gap: 0 56px;
  }
}

@media screen and (min-width: 960px) {

  .single-section__media-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 70px;
  }
}

@media screen and (max-width: 959px) {

  .single-section__media-2>a {
    display: block;
  }
}

@media screen and (max-width: 959px) {

  .single-section__media-2>a:nth-child(2) {
    margin-top: 40px;
  }
}

.single-section__media-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-section__media-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.1;
  letter-spacing: .04em;
}

@media screen and (max-width: 959px) {

  .single-section__media-title {
    margin-top: 25px;
  }
}

@media screen and (min-width: 960px) {

  .single-section__media-title {
    font-size: min(2.1875vw, 28px);
  }
}

.single-section__media-2 .single-section__media-title {
  margin-top: 25px;
}

@media screen and (min-width: 960px) {

  .single-section__media-2 .single-section__media-title {
    margin-top: 25px;
  }
}

.single-section__media-text {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: .03em;
  margin-top: 12px;
}

@media screen and (min-width: 960px) {

  .single-section__media-text {
    font-size: min(1.25vw, 16px);
    line-height: 2;
    letter-spacing: .03em;
    margin-top: 22px;
  }
}

.single-section__media span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-top: 15px;
}

@media screen and (min-width: 960px) {

  .single-section__media span {
    font-size: min(.9375vw, 12px);
    margin-top: 30px;
    margin-left: 5px;
  }
}

.single-section__inner {
  max-width: 100%;
}

@media screen and (min-width: 960px) {

  .single-section__inner {
    padding: 0 min(7.8125vw, 100px);
  }
}

.single-section__share {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-top: 80px;
}

@media screen and (max-width: 959px) {

  .single-section__share {
    flex-direction: column;
    height: 116px;
  }
}

@media screen and (min-width: 960px) {

  .single-section__share {
    margin-top: 100px;
    height: 100px;
  }
}

.single-section__share-text {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .04em;
}

@media screen and (min-width: 960px) {

  .single-section__share-text {
    font-size: 20px;
    margin-left: -122px;
  }
}

.single-section__share-items {
  display: inline-flex;
}

@media screen and (max-width: 959px) {

  .single-section__share-items {
    margin-top: 15px;
  }
}

@media screen and (min-width: 960px) {

  .single-section__share-items {
    margin-left: 22px;
  }
}

.single-section__share-item+.single-section__share-item {
  margin-left: 10px;
}

@media screen and (min-width: 960px) {

  .single-section__share-item+.single-section__share-item {
    margin-left: 16px;
  }
}

.single-section__share-item a img {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 960px) {

  .single-section__share-item a img {
    width: 40px;
    height: 40px;
  }
}

/* 規約 */
.terms {
  padding-top: 0;
}

@media screen and (min-width: 960px) {

  .terms {
    padding-top: 0;
  }
}

.terms__title {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {

  .terms__title {
    font-size: 16px;
  }
}

.terms__title:not(:first-of-type) {
  margin-top: 24px;
}

@media screen and (min-width: 960px) {

  .terms__title:not(:first-of-type) {
    margin-top: 32px;
  }
}

.terms__text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {

  .terms__text {
    font-size: 16px;
  }
}

.download-form {
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .25);
  padding: 24px 0 24px 0;
}

@media screen and (min-width: 960px) {

  .download-form {
    height: 100%;
    padding: min(2.65625vw, 34px) 0 min(3.4375vw, 44px) 0;
  }
}

.download-form__field {
  border-bottom: 1px solid #ebebeb;
  padding: 0 20px 0 20px;
}

@media screen and (min-width: 960px) {

  .download-form__field {
    padding: 0 min(3.125vw, 40px) 0 min(3.125vw, 40px);
  }
}

.download-form__field:not(:first-child) {
  margin-top: 16px;
}

@media screen and (min-width: 960px) {

  .download-form__field:not(:first-child) {
    margin-top: 20px;
  }
}

.download-form__field--textarea {
  align-items: start;
}

.download-form__label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .05em;
}

@media screen and (max-width: 959px) {

  .download-form__label {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 960px) {

  .download-form__label {
    font-size: min(1.40625vw, 18px);
  }
}

.download-form__label span {
  display: inline-block;
  color: #e85a24;
  margin-left: 10px;
}

@media screen and (min-width: 960px) {

  .download-form__label span {
    margin-left: 10px;
  }
}

.download-form__label--required span {
  display: inline-block;
  position: relative;
}

.download-form__label--required span::before {
  content: '';
  display: inline-block;
  top: -1px;
  right: -17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ea7979;
  position: absolute;
}

.download-form__input {
  width: 100%;
  height: 70px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fff;
  border: none;
}

@media screen and (min-width: 960px) {

  .download-form__input {
    height: min(4.6875vw, 60px);
    font-size: min(1.25vw, 16px);
    border-radius: 11px;
  }
}

.download-form__input::-moz-placeholder {
  color: #acacac;
  font-family: 'Noto Sans JP', sans-serif;
}

.download-form__input::placeholder {
  color: #acacac;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 960px) {

  .download-form__field--textarea .download-form__label {
    margin-top: 10px;
  }
}

.download-form__field--textarea .download-form__input {
  height: 232px;
  resize: vertical;
  padding: 10px 20px 10px 12px;
}

@media screen and (min-width: 960px) {

  .download-form__field--textarea .download-form__input {
    padding: 10px 20px 10px 24px;
  }
}

.download-form__submit-wrapper {
  text-align: center;
  margin-top: 32px;
}

@media screen and (min-width: 960px) {

  .download-form__submit-wrapper {
    margin-top: min(4.6875vw, 60px);
  }
}

.download-form__agree {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 44px;
}

@media screen and (min-width: 960px) {

  .download-form__agree {
    font-size: min(1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: .02em;
    margin-top: min(2.5vw, 32px);
  }
}

.download-form__agree a {
  color: #e85a24;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
}

.download-form__submit {
  width: 280px;
  height: 66px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: .01em;
  padding: 0 !important;
  margin: 0 !important;
}

@media screen and (min-width: 960px) {

  .download-form__submit {
    width: min(21.875vw, 280px);
    height: min(5.15625vw, 66px);
    font-size: min(1.5625vw, 20px);
  }
}

.download-form__submit span {
  text-transform: none;
}

@media screen and (min-width: 960px) {

  .single-download__form .wpcf7 .wpcf7-response-output {
    position: absolute;
    width: 100%;
  }
}

.single-download {
  padding-top: 0;
  margin-top: -20px;
}

@media screen and (min-width: 960px) {

  .single-download {
    margin-top: -20px;
  }
}

.single-download__content-container {
  display: grid;
  grid-template-areas: 'form' 'thumbnails';
  gap: 38px 0;
  margin-top: 30px;
}

@media screen and (min-width: 960px) {

  .single-download__content-container {
    grid-template-columns: min(26.25vw, 336px) 1fr;
    grid-template-areas: 'thumbnails form';
    gap: 0 min(2.5vw, 32px);
    margin-top: 60px;
  }
}

.single-download__thumbnails {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-area: thumbnails;
}

.single-download__thumbnail-wrapper {
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .25);
  padding: 28px 44px 30px 35px;
}

@media screen and (min-width: 960px) {

  .single-download__thumbnail-wrapper {
    padding: min(2.1875vw, 28px) min(3.4375vw, 44px) min(2.34375vw, 30px) min(2.734375vw, 35px);
  }
}

@media screen and (max-width: 959px) {

  .single-download__thumbnail-wrapper:not(:first-child) {
    margin-top: 28px;
  }
}

.single-download__thumbnail {
  overflow: hidden;
  filter: drop-shadow(7px 7px 5px rgba(164, 164, 164, .75));
  transform: translateZ(0);
}

.single-download__thumbnail::before {
  content: '';
  display: block;
  padding-top: 58.0392156863%;
}

.single-download__thumbnail img {
  border-radius: 5px;
  transition: transform .3s;
}

.single-download__form {
  position: relative;
  grid-area: form;
}

@media screen and (min-width: 960px) {

  .single-download__form {
    max-width: 710px;
  }
}

@media screen and (min-width: 960px) {

  .single-download__form .wpcf7,
  .single-download__form form {
    height: 100%;
  }
}

.archive-writers {
  padding-top: 15px;
}

@media screen and (min-width: 960px) {

  .archive-writers {
    padding-top: 0;
  }
}

@media screen and (min-width: 960px) {

  .archive-writers__container {
    display: grid;
    grid-template-columns: min(55.390625vw, 709px) min(24.453125vw, 313px);
    grid-template-rows: auto 1fr;
    grid-template-areas: 'contents pickup' 'contents sidebar';
    justify-content: space-between;
    align-items: start;
  }
}

@media screen and (min-width: 960px) {

  .archive-writers__contents {
    grid-area: contents;
  }
}

@media screen and (max-width: 959px) {

  .archive-writers__sidebar {
    margin-top: 60px;
  }
}

@media screen and (min-width: 960px) {

  .archive-writers__sidebar {
    grid-area: sidebar;
  }
}

.archive-writers__pickup {
  display: block;
}

@media screen and (max-width: 959px) {

  .archive-writers__pickup {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 960px) {

  .archive-writers__pickup {
    grid-area: pickup;
    margin-top: 116px;
    margin-bottom: 72px;
  }
}

.archive-writers__cards {
  margin-top: -30px;
}

@media screen and (min-width: 960px) {

  .archive-writers__cards {
    margin-top: 0;
  }
}

.archive-writers__card {
  display: grid;
  grid-template-columns: 112px 1fr;
  grid-template-areas: 'image title' 'image name' 'text text';
  align-items: start;
  gap: 0 32px;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 36px 20px 36px 20px;
}

@media screen and (min-width: 960px) {

  .archive-writers__card {
    grid-template-columns: min(8.75vw, 112px) 1fr;
    grid-template-areas: 'image title' 'image name' 'image text';
    gap: 0 min(1.71875vw, 22px);
    padding: 32px min(2.5vw, 32px) 50px;
  }
}

.archive-writers__card:not(:first-of-type) {
  margin-top: 40px;
}

@media screen and (min-width: 960px) {

  .archive-writers__card:not(:first-of-type) {
    margin-top: 40px;
  }
}

.archive-writers__card-image {
  grid-area: image;
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (max-width: 959px) {

  .archive-writers__card-image {
    transform: translateX(10px);
  }
}

.archive-writers__card-image::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.archive-writers__card-image img {
  transition: transform .3s;
}

.archive-writers__card-title {
  grid-area: title;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: .02em;
}

@media screen and (max-width: 959px) {

  .archive-writers__card-title {
    align-self: flex-end;
  }
}

@media screen and (min-width: 960px) {

  .archive-writers__card-title {
    font-size: 12px;
    margin-top: 3px;
  }
}

.archive-writers__card-name {
  grid-area: name;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .02em;
}

@media screen and (min-width: 960px) {

  .archive-writers__card-name {
    font-size: 20px;
  }
}

.archive-writers__card-text {
  grid-area: text;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.85;
  letter-spacing: .02em;
  margin-top: 24px;
}

@media screen and (min-width: 960px) {

  .archive-writers__card-text {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .02em;
    margin-top: 8px;
  }
}

.archive-writers__card-text--hidden {
  height: 205px;
  overflow: hidden;
}

@media screen and (min-width: 960px) {

  .archive-writers__card-text--hidden {
    height: 50px;
  }
}

.archive-writers__card-more {
  position: absolute;
  bottom: 19px;
  right: 18px;
  font-size: 12px;
  color: #000;
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media screen and (min-width: 960px) {

  .archive-writers__card-more {
    bottom: 12px;
    right: 28px;
  }
}

@media (hover: hover) {

  .archive-writers__card-more:hover {
    cursor: pointer;
  }
}

.single-writers {
  padding-top: 0;
}

@media screen and (max-width: 959px) {

  .single-writers {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 960px) {

  .single-writers {
    padding-top: 42px;
    padding-bottom: 200px;
  }
}

@media screen and (min-width: 960px) {

  .single-writers__container {
    display: grid;
    grid-template-columns: min(59.53125vw, 762px) min(22.34375vw, 286px);
    grid-template-rows: auto 1fr;
    grid-template-areas: 'contents pickup' 'contents sidebar';
    justify-content: space-between;
  }
}

.single-writers__sidebar {
  margin-top: 60px;
}

@media screen and (min-width: 960px) {

  .single-writers__sidebar {
    margin-top: 0;
  }
}

@media screen and (max-width: 959px) {

  .single-writers__pickup {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 960px) {

  .single-writers__pickup {
    margin-top: 16px;
    margin-bottom: 72px;
  }
}

.single-writers__author {
  margin-top: 30px;
}

@media screen and (min-width: 960px) {

  .single-writers__author {
    margin-top: 0;
  }
}

.single-writers__article {
  margin-top: 60px;
}

@media screen and (min-width: 960px) {

  .single-writers__article {
    margin-top: 35px;
  }
}

.single-writers__article-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 960px) {

  .single-writers__article-title {
    text-align: left;
    font-size: 20px;
    margin: 10px 0;
  }
}

@media screen and (max-width: 959px) {

  .single-writers__article-cards {
    max-width: 290px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 960px) {

  .single-writers__article-cards {
    display: grid;
    grid-template-columns: repeat(2, min(25.703125vw, 329px));
    gap: 50px 50px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 959px) {

  .single-writers__article-card+.single-writers__article-card {
    margin-top: 40px;
  }
}


.contact-thanks {
  padding-bottom: 120px;
  background-color: #f2f3f3;
  text-align: center;
}

.contact-thanks__inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}

.contact-thanks__title {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: .06em;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.contact-thanks__text {
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: .05em;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.contact-thanks__footer {
  margin-top: 60px;
  text-align: center;
}

.contact-thanks__button {
  padding: 20px 40px;
  border-radius: 100vh;
  min-width: 278px;
  background-color: #ff3600;
  color: white;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  letter-spacing: .05em;
}

@media screen and (min-width: 960px) {

  .contact-thanks {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .contact-thanks__inner {}

  .contact-thanks__title {
    font-size: 40px;
  }

  .contact-thanks__text {
    margin-top: 50px;
  }

  .contact-thanks__footer {}
}

