@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.44;
  letter-spacing: 0.05em;
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  opacity: 0;
  margin-top: 68px;
}
@media screen and (min-width: 960px) {
  body {
    margin-top: 86px;
  }
}

body#archive-counter-media,
body#single-counter-media,
body#archive-writers,
body#single-writers {
  margin-top: 116px;
}
@media screen and (min-width: 960px) {
  body#archive-counter-media,
  body#single-counter-media,
  body#archive-writers,
  body#single-writers {
    margin-top: 129px;
  }
}

body#contact-thanks {
  padding: 0;
}

body#single-download {
  background-color: #EBEBEB;
}

body.disable-scroll {
  overflow: hidden;
}

img, svg, img[src$=".svg"] {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
*:focus {
  outline: none;
}

strong {
  font-weight: 900;
}

b {
  font-weight: 700;
}

@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 0.3s linear forwards;
}
@media screen and (min-width: 960px) {
  .utils-anime-fadein {
    animation: fade-in 0.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: 0.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: 0em;
  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: 0.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: 0.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: 0.08em;
  }
}

.section__title2-ja {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.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: 0.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: 0em;
}
@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 0.3s;
}
.article-card__container {
  display: flex;
  flex-direction: column;
  transition: opacity 0.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: 0.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: 0.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: 0.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: 0.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: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 75px 75px;
  border-color: transparent transparent #E85A24 transparent;
  transition: background-color 0.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: 0.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 0.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: 0.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: 0.04em;
  background-color: #E85A24;
  border: 1px solid #000;
  border-radius: 9px;
  transition: background-color 0.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 0.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: 0.05em;
  transition: color 0.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: 0.15em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 13px;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.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: 0.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(0.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 0.3s;
}
.blog-card2__container {
  transition: opacity 0.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: 0.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: 0.04em;
  background-color: #E85A24;
  border: 1px solid #000;
  border-radius: 9px;
  transition: background-color 0.3s;
  padding: 0 12px;
}
@media screen and (min-width: 960px) {
  .blog-card2__category {
    font-size: 10px;
    padding: 0 min(0.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: 0.05em;
  transition: color 0.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: 0.7;
  }
}
.breadcrumbs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .breadcrumbs {
    height: 36px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 960px) {
  .breadcrumbs {
    height: 70px;
    padding: 0 min(2.1875vw, 28px);
  }
}

.breadcrumbs--grey {
  background-color: #E9E9E9;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .breadcrumbs--grey {
    margin-bottom: 60px;
  }
}

.breadcrumbs span[typeof=ListItem] {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .breadcrumbs span[typeof=ListItem] {
    font-size: 14px;
  }
}

.breadcrumbs span[typeof=ListItem]:first-child {
  margin-right: 7px;
}
@media screen and (min-width: 960px) {
  .breadcrumbs span[typeof=ListItem]:first-child {
    margin-right: 7px;
  }
}

.breadcrumbs span[typeof=ListItem]:not(:first-child) {
  margin: 0 7px;
}
@media screen and (min-width: 960px) {
  .breadcrumbs span[typeof=ListItem]:not(:first-child) {
    margin: 0 7px;
  }
}

.breadcrumbs span[typeof=ListItem] a {
  color: #929292;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.breadcrumbs span[typeof=ListItem] br {
  display: none;
}

.breadcrumbs span[typeof=ListItem] span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .breadcrumbs span[typeof=ListItem] span {
    max-width: 800px;
  }
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 180px;
  height: 42px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #E85A24;
  border: 2px solid #000;
  border-radius: 50px;
  transition: background-color 0.3s;
}
@media screen and (min-width: 960px) {
  .btn {
    width: 178px;
    height: 42px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.btn--black {
  background-color: #000;
}

.btn--border-white {
  border-color: #fff;
}

@media (hover: hover) {
  .btn:hover {
    opacity: 1;
    color: #fff;
    background-color: #000;
  }
  .btn--black:hover {
    opacity: 1;
    background-color: #E85A24;
  }
}
.case-card {
  display: grid;
  grid-template-columns: min(15.859375vw, 203px) 1fr;
  position: relative;
  width: 100%;
  height: 100%;
  transition: box-shadow 0.3s, background-color 0.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 0.3s;
}
.case-card__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 0.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: 0.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: 0.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: 0.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: 0.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 0.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: 0.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: 0.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: 0.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: 0.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: 0em;
  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 0.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: 0px;
  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 0.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: 0.02em;
  transition: color 0.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: 0.04em;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  transition: color 0.3s, background-color 0.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(0.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: 0.04em;
  background-color: #EBEBEB;
  border: 1px solid #ACACAC;
  border-radius: 9px;
  transition: color 0.3s, background-color 0.3s;
  white-space: nowrap;
  padding: 0 15px;
}
@media screen and (min-width: 960px) {
  .category-list3__item-link {
    width: auto;
    height: 29px;
    font-size: min(0.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 0.3s, visibility 0.3s, transform 0.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;
  }
}

@media screen and (min-width: 960px) {
  #service .cta-fixed,
  #contact .cta-fixed {
    display: none !important;
  }
}
#archive-download .cta-fixed,
#single-download .cta-fixed {
  display: none !important;
}

.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 0.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: 0.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: 0em;
  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 0.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(0.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 0.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 0.3s, background-color 0.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, 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, 0.75));
  transform: translateZ(0px);
}

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

.download-card__image img {
  border-radius: 5px;
  transition: transform 0.3s;
}
.download-card__container {
  display: flex;
  flex-direction: column;
  transition: opacity 0.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: 0.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: 0em;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .download-card__title {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-top: 6px;
  }
}

.download-card__text {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.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;
  }
}
.drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 959px) {
  .drawer {
    display: flex;
    flex-direction: column;
    padding-top: 42px;
  }
}
@media screen and (min-width: 960px) {
  .drawer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 390px) and (max-height: 700px) {
  .drawer {
    padding-top: 66px;
    padding-bottom: 10px;
  }
}

.drawer.is-open {
  opacity: 1;
  visibility: visible;
}
.drawer.is-open .drawer__overlay:after {
  opacity: 1;
}

.drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

@media screen and (max-width: 959px) {
  .drawer__inner {
    max-width: 100%;
    height: auto;
    padding: 0 25px;
    padding-bottom: 60px;
    margin: 0 auto;
    overflow-y: auto;
  }
}
@media screen and (min-width: 960px) {
  .drawer__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    max-width: 1371px;
    max-height: 541px;
    margin-top: min(11.875vw, 152px);
  }
}

.drawer__nav {
  display: none;
}
@media screen and (min-width: 960px) {
  .drawer__nav {
    display: block;
    padding-right: min(3.90625vw, 50px);
  }
}

.drawer__nav-sp {
  display: block;
  margin-top: 52px;
}
@media screen and (min-width: 960px) {
  .drawer__nav-sp {
    display: none;
  }
}
@media screen and (max-width: 390px) and (max-height: 700px) {
  .drawer__nav-sp {
    margin-top: 10px;
  }
}

@media screen and (min-width: 960px) {
  .drawer__nav-items {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 959px) {
  .drawer__nav-item {
    background-image: url(../img/00_common/drawer-arrow.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 15px 15px;
    border-bottom: 1px solid #fff;
  }
}

.drawer__nav-item--hidden-arrow {
  background: none;
}

.drawer__nav-link {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}
@media screen and (max-width: 959px) {
  .drawer__nav-link {
    padding: 17px 0;
  }
}
@media screen and (min-width: 960px) {
  .drawer__nav-link {
    font-size: min(1.25vw, 16px);
    letter-spacing: 0.1em;
  }
}

.drawer__nav-link span {
  pointer-events: none;
}

.drawer__nav-item-cross {
  position: absolute;
  top: 19px;
  right: 12px;
  width: 15px;
  height: 15px;
  transition: transform 0.5s;
}

.drawer__nav-item-cross:before,
.drawer__nav-item-cross:after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: opacity 0.5s;
}

.drawer__nav-item-cross:before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
}

.drawer__nav-item-cross:after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
}

.drawer__nav-item.is-open .drawer__nav-item-cross {
  transform: rotate(90deg);
}
.drawer__nav-item.is-open .drawer__nav-item-cross:before {
  opacity: 0;
}

.drawer__nav-service {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .drawer__nav-service {
    margin-top: min(4.6875vw, 60px);
  }
}

@media screen and (min-width: 960px) {
  .drawer__nav-service-container {
    display: flex;
    margin-top: min(3.28125vw, 42px);
  }
}

@media screen and (min-width: 960px) {
  .drawer__nav-service-content {
    min-width: min(18.28125vw, 234px);
  }
}

@media screen and (min-width: 960px) {
  .drawer__nav-service-content + .drawer__nav-service-content {
    margin-left: min(4.6875vw, 60px);
  }
}

.drawer__nav-service-title {
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: color 0.2s;
  margin: 12px 0;
}
@media screen and (min-width: 960px) {
  .drawer__nav-service-title {
    font-size: min(1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #fff;
    padding-bottom: min(1.640625vw, 21px);
    margin: 0;
  }
}

@media screen and (max-width: 959px) {
  .drawer__nav-service-title2 {
    margin-top: 24px;
  }
}
@media screen and (min-width: 960px) {
  .drawer__nav-service-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) {
  .drawer__nav-service-items {
    display: none;
    padding-bottom: 17px;
    margin-top: 2px;
  }
}
@media screen and (min-width: 960px) {
  .drawer__nav-service-items {
    display: grid;
    margin-top: min(2.34375vw, 30px);
  }
}

.drawer__nav-service-item + .drawer__nav-service-item {
  margin-top: 11px;
}
@media screen and (min-width: 960px) {
  .drawer__nav-service-item + .drawer__nav-service-item {
    margin-top: min(1.171875vw, 15px);
  }
}

.drawer__nav-service-item .drawer__nav-link {
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .drawer__nav-service-item .drawer__nav-link {
    padding: 4px 0;
  }
}
@media screen and (min-width: 960px) {
  .drawer__nav-service-item .drawer__nav-link {
    font-size: min(1.09375vw, 14px);
  }
}

@media screen and (max-width: 959px) {
  .drawer__nav-service-item--top .drawer__nav-link {
    font-size: 14px;
  }
}

.drawer__pickup {
  display: none;
}
@media screen and (min-width: 960px) {
  .drawer__pickup {
    display: block;
    border-left: 1px solid #fff;
    padding-left: min(3.90625vw, 50px);
  }
}

.drawer__pickup-title {
  display: block;
  font-size: min(1.25vw, 16px);
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: min(1.71875vw, 22px);
}

.drawer__pickup-banner {
  display: block;
}

.drawer__pickup-banner + .drawer__pickup-banner {
  margin-top: min(2.5vw, 32px);
}

.drawer__cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .drawer__cta {
    justify-content: flex-start;
    margin-top: min(3.125vw, 40px);
  }
}

.drawer__cta a + a {
  margin-left: 20px;
}
@media screen and (min-width: 960px) {
  .drawer__cta a + a {
    margin-left: min(1.5625vw, 20px);
  }
}

.drawer__cta-button {
  width: 150px;
  height: 40px;
  font-size: 13px;
  border-color: #fff;
}
@media screen and (min-width: 960px) {
  .drawer__cta-button {
    width: 122px;
    height: 33px;
    font-size: 11px;
  }
}

@media (hover: hover) {
  .drawer__nav-link:hover {
    opacity: 1;
    color: #E85A24;
  }
}
.drawer__search {
  display: flex;
}
@media screen and (max-width: 959px) {
  .drawer__search {
    margin-top: 37px;
    padding: 8px 8px 8px 40px;
  }
}
@media screen and (min-width: 960px) {
  .drawer__search {
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 140px;
  }
}
@media screen and (max-width: 390px) and (max-height: 700px) {
  .drawer__search {
    margin-top: 37px;
  }
}

.drawer__search .search-form__button {
  background-color: transparent;
}

.drawer__search .search-form__button img {
  width: 24px;
  height: 24px;
}

.footer-feature {
  padding: 60px 10px 60px;
  background-color: #E9E9E9;
}
@media screen and (min-width: 960px) {
  .footer-feature {
    padding: 64px 0 94px;
  }
}

.footer-feature__heading {
  width: 280px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 26px;
}
@media screen and (min-width: 960px) {
  .footer-feature__heading {
    width: min(25vw, 320px);
    margin: 0 auto 14px;
  }
}

.footer-feature__sns {
  display: grid;
  align-items: center;
  margin-top: 60px;
  gap: 40px 0;
}
@media screen and (min-width: 960px) {
  .footer-feature__sns {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 0;
    margin-top: 68px;
  }
}

.footer-feature__sns-block {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
.footer-feature__sns-block--youtube .footer-feature__sns-logo {
  width: 180px;
}
@media screen and (min-width: 960px) {
  .footer-feature__sns-block--youtube .footer-feature__sns-logo {
    width: min(17.96875vw, 230px);
    margin: min(1.25vw, 16px) min(2.34375vw, 30px) 0px 0px;
  }
}

.footer-feature__sns-block--counter-media .footer-feature__sns-logo {
  width: 220px;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .footer-feature__sns-block--counter-media .footer-feature__sns-logo {
    width: min(20.625vw, 264px);
    margin: 0 0 0 min(2.03125vw, 26px);
  }
}

.footer-feature__sns-block--x {
  display: flex;
}
@media screen and (max-width: 959px) {
  .footer-feature__sns-block--x {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    gap: 0 min(6vw, 20px);
    padding: 20px 10px 30px;
  }
}
@media screen and (min-width: 960px) {
  .footer-feature__sns-block--x {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    gap: 0 min(2.03125vw, 26px);
    padding: 0 min(4.84375vw, 62px) 0 min(3.4375vw, 44px);
  }
}

.footer-feature__sns-block--x .footer-feature__sns-logo {
  width: 42px;
  height: 42px;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .footer-feature__sns-block--x .footer-feature__sns-logo {
    width: 42px;
    height: 42px;
  }
}

.footer-feature__sns-label {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}

.footer-feature__sns-list {
  display: flex;
  gap: 0 min(5.3vw, 16px);
}
@media screen and (min-width: 960px) {
  .footer-feature__sns-list {
    gap: 0 32px;
  }
}

.footer-feature__sns-list li {
  margin-bottom: 4px;
}

.footer-feature__sns-list li a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.footer-feature__sns-list li a:hover {
  text-decoration: underline;
}

.footer-feature__sns-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.footer-feature__sns-thumb {
  width: min(16vw, 80px);
  height: min(16vw, 80px);
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 14px;
}
@media screen and (min-width: 960px) {
  .footer-feature__sns-thumb {
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
  }
}

.footer-feature__sns-name {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  margin-bottom: -14px;
}
@media screen and (min-width: 960px) {
  .footer-feature__sns-name {
    margin-bottom: -28px;
  }
}

.footer-feature__swiper-container {
  position: relative;
}
@media screen and (min-width: 960px) {
  .footer-feature__swiper-container {
    padding: 0 min(1.171875vw, 15px);
  }
}

.footer-feature__swiper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.footer-feature__swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-feature__pagination {
  text-align: center;
  margin-top: 28px;
}
@media screen and (min-width: 960px) {
  .footer-feature__pagination {
    margin-top: 28px;
  }
}

.footer-feature__pagination .swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
  margin: 0 4px !important;
  border-radius: 50% !important;
  border: 1px solid #afafaf;
  background-color: #E9E9E9 !important;
  opacity: 1 !important;
}
@media screen and (min-width: 960px) {
  .footer-feature__pagination .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
    margin: 0 4px !important;
  }
}

.footer-feature__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000 !important;
}

.footer-feature__next,
.footer-feature__prev {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  width: min(10.1333333333vw, 38px);
  height: min(10.1333333333vw, 38px);
  background-color: #E9E9E9;
  border: 1px solid #000;
  border-radius: 50%;
  transition: background-color 0.3s, filter 0.3s, opacity 0.5s, visibility 0.5s, transform 0.5s;
}
@media screen and (min-width: 960px) {
  .footer-feature__next,
  .footer-feature__prev {
    width: min(3.125vw, 40px);
    height: min(3.125vw, 40px);
  }
}

@media screen and (min-width: 960px) {
  .footer-feature__next {
    top: min(7.8125vw, 100px);
    right: max(-2.96875vw, -38px);
  }
}
@media screen and (max-width: 959px) {
  .footer-feature__next {
    top: 42.5%;
    right: -5%;
  }
}

@media screen and (min-width: 960px) {
  .footer-feature__prev {
    top: min(7.8125vw, 100px);
    left: max(-2.96875vw, -38px);
  }
}
@media screen and (max-width: 959px) {
  .footer-feature__prev {
    top: 42.5%;
    left: -5%;
  }
}

.footer-feature__prev:before,
.footer-feature__next:before {
  content: "";
  display: inline-block;
  background-image: url(../img/00_common/arrow-prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 15px;
  transform: translate(1px, 0);
}
@media screen and (min-width: 960px) {
  .footer-feature__prev:before,
  .footer-feature__next:before {
    width: min(1.09375vw, 14px);
    height: min(1.015625vw, 13px);
    transform: translate(1px, 0);
  }
}

.footer-feature__next:before {
  background-image: url(../img/00_common/arrow-next.svg);
  transform: translate(3px, 0);
}

.footer-feature__prev:after,
.footer-feature__next:after {
  display: none;
}

@media (hover: hover) {
  .footer-feature__next:hover,
  .footer-feature__prev:hover {
    background-color: #000;
  }
  .footer-feature__next:hover:before,
  .footer-feature__prev:hover:before {
    filter: brightness(0) invert(1);
  }
}
.footer-feature__sns-logo {
  display: block;
  width: 100px;
  margin: 0 auto;
  text-align: center;
}

.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: 1360px;
  }
}

.footer__content-container {
  position: relative;
}
@media screen and (min-width: 960px) {
  .footer__content-container {
    display: grid;
    grid-template-columns: 1fr min(75vw, 960px);
  }
}

@media screen and (min-width: 960px) {
  .footer__header {
    padding-top: 34px;
    padding-left: 0;
    padding-right: min(1.5625vw, 20px);
  }
}

.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: 0.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-top: 34px;
  }
}

.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: 0.05em;
  transition: color 0.2s;
}
@media screen and (min-width: 960px) {
  .footer__nav-link {
    font-size: min(1.25vw, 16px);
    letter-spacing: 0.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: 0.05em;
  transition: color 0.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: 0.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: 30px;
}
@media screen and (min-width: 960px) {
  .footer__nav-service {
    margin-top: min(4.453125vw, 57px);
  }
}

@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 0.2s;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .footer__nav-service-title {
    line-height: 1.5;
    letter-spacing: 0.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.171875vw, 15px);
    line-height: 1.5;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: min(1.25vw, 16px);
    margin: 0;
    margin-bottom: min(1.25vw, 16px);
  }
}

@media screen and (max-width: 959px) {
  .footer__nav-service-title2 {
    margin-top: 38px;
  }
}
@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: 0em;
  padding-left: 30px;
  transition: color 0.2s;
}
@media screen and (min-width: 960px) {
  .footer__sns-item {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
    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: 0.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;
  }
}
.footer__nav-service-heading {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
}
@media screen and (max-width: 959px) {
  .footer__nav-service-heading {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .footer__nav-service-heading {
    font-size: 15px;
    margin-bottom: min(2.03125vw, 26px);
  }
}

.footer__nav-service-grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 960px) {
  .footer__nav-service-grid {
    gap: 64px;
  }
}

.footer__nav-service-section {
  display: flex;
  flex-direction: column;
}

.footer__nav-service-columns {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 960px) {
  .footer__nav-service-columns {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-top: min(1.40625vw, 18px);
  }
}

.footer__nav-service-subtitle {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .footer__nav-service-subtitle {
    max-width: 274px;
  }
}
@media screen and (min-width: 960px) {
  .footer__nav-service-subtitle {
    font-size: min(1.09375vw, 14px);
    padding-bottom: min(1.25vw, 16px);
    margin-bottom: min(1.25vw, 16px);
  }
}

.footer__nav-service-list {
  display: grid;
  gap: 6px 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__nav-service-list li {
  margin-bottom: 8px;
}

.footer__nav-service-list li a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  transition: -webkit-text-decoration 0.2s;
  transition: text-decoration 0.2s;
  transition: text-decoration 0.2s, -webkit-text-decoration 0.2s;
  white-space: nowrap;
  transition: color 0.2s;
}
@media screen and (min-width: 960px) {
  .footer__nav-service-list li a {
    font-size: min(1.09375vw, 14px);
  }
}

@media (hover: hover) {
  .footer__nav-service-list li a:hover {
    opacity: 1;
    color: #E85A24;
  }
}
.hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #E85A24;
  border-radius: 50%;
  border: 2px solid #000;
  transition: background-color 0.3s;
  padding: 10px;
}
@media screen and (min-width: 960px) {
  .hamburger {
    width: 56px;
    height: 56px;
  }
}

.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;
  }
}

.hamburger__line {
  position: relative;
  width: 100%;
  pointer-events: none;
}

.hamburger__line span {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #000;
}
@media screen and (min-width: 960px) {
  .hamburger__line span {
    width: 24px;
    height: 2px;
  }
}

.hamburger__line span:nth-of-type(1) {
  top: 0px;
  left: 0;
}

.hamburger__line span:nth-of-type(2) {
  top: 7px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .hamburger__line span:nth-of-type(2) {
    top: 10px;
  }
}

.hamburger__text {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-transform: uppercase;
  margin-top: 13px;
}
@media screen and (min-width: 960px) {
  .hamburger__text {
    font-size: 16px;
    margin-top: 32px;
  }
}

.hamburger__text span {
  display: inline-block;
}

.hamburger.is-open {
  border-color: #fff;
}
.hamburger.is-open .hamburger__line span {
  filter: brightness(0) invert(1);
}

.hamburger.hamburger--black {
  background-color: #000;
}
.hamburger.hamburger--black .hamburger__line span {
  background-color: #fff;
}

@media (hover: hover) {
  .hamburger:hover {
    cursor: pointer;
    background-color: #000;
  }
  .hamburger:hover .hamburger__line span {
    filter: brightness(0) invert(1);
  }
  .hamburger.hamburger--black:hover {
    background-color: #E85A24;
  }
  .hamburger.hamburger--black:hover .hamburger__line span {
    filter: none;
    background-color: #000;
  }
}
.header {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 74px;
}
@media screen and (min-width: 960px) {
  .header {
    height: 86px;
  }
}

.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 74px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .header--fixed {
    height: 86px;
  }
}

@media screen and (max-width: 959px) {
  #single-download .header--fixed {
    background-color: #EBEBEB;
  }
}
.header__content-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.header__logo {
  position: absolute;
  z-index: 20;
  top: 31px;
  left: 20px;
  width: 120px;
}
@media screen and (min-width: 960px) {
  .header__logo {
    top: 50%;
    left: min(3.125vw, 40px);
    width: 110px;
    transform: translateY(-50%);
  }
}

.header__logo--media {
  width: 160px;
}
@media screen and (min-width: 960px) {
  .header__logo--media {
    width: 185px;
  }
}

.header__logo img {
  display: block;
}

.header__hamburger {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 15px;
  z-index: 99;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 960px) {
  .header__hamburger {
    top: 50%;
    right: min(3.125vw, 40px);
    transform: translateY(-50%);
  }
}

.header__nav {
  display: none;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .header__nav {
    display: block;
    height: 100%;
    text-align: left;
    padding-right: 125px;
  }
}

@media screen and (min-width: 960px) {
  #single-download .header__nav {
    background-color: #EBEBEB;
  }
}
.header__nav-items {
  display: flex;
  justify-content: flex-end;
  width: inherit;
  height: inherit;
}
.header__nav-item {
  position: relative;
  width: auto;
  height: 100%;
}

.header__nav-link {
  display: flex;
  align-items: center;
  width: inherit;
  height: inherit;
  text-align: left;
  padding: 0 min(0.78125vw, 10px);
}

.header__nav-link span {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0em;
  border-bottom: none;
  overflow: hidden;
  padding: 8px 0;
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .header__nav-link span {
    font-size: min(1.09375vw, 14px);
  }
}

.header__nav-link span:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E85A24;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

.header__drawer {
  position: relative;
  z-index: 11;
}

.header.is-open .header__logo {
  filter: brightness(0) invert(1);
}
.header.is-open .header__symbol {
  filter: brightness(0) invert(1);
}

.header__media-category {
  height: 43px;
  background-color: #E85A24;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 959px) {
  .header__media-category {
    margin-top: 74px;
  }
}
@media screen and (min-width: 960px) {
  .header__media-category {
    height: 43px;
  }
}

@media (hover: hover) {
  .header__nav-link:hover {
    opacity: 1;
  }
  .header__nav-link:hover span:after {
    transform: scaleX(1);
  }
}
.megamenu {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 84px;
  left: 0;
  z-index: -1;
  width: 100vw;
  background-color: #000;
  transition: transform 0.3s;
  transform: translateY(-100%);
  padding: 62px min(3.125vw, 40px) 128px;
  padding: 62px min(3.125vw, 40px) 30px;
  height: calc(90vh - 86px);
}

@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;
  transition: opacity 0.3s 0.2s ease-out, transform 0.3s 0.2s ease-out;
  opacity: 0;
  transform: translateY(-30px);
  width: 100%;
  max-width: 1386px;
  overflow-y: auto;
  padding: 0 min(3.90625vw, 50px) 40px min(0.78125vw, 10px);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (min-width: 1440px) {
  .megamenu__container {
    max-width: 80vw;
  }
}

.megamenu__container::-webkit-scrollbar {
  display: none;
}

.megamenu__section + .megamenu__section {
  margin-top: min(4.0625vw, 52px);
}

.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: 0.1em;
  transition: color 0.2s;
  margin: 12px 0;
}
@media screen and (min-width: 960px) {
  .megamenu__title {
    font-size: min(1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.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: grid;
    flex-wrap: wrap;
    gap: 1.3em 0;
    margin-top: min(2.34375vw, 30px);
  }
}

@media screen and (min-width: 960px) {
  .megamenu__item {
    margin-right: min(2.03125vw, 25px);
  }
}

.megamenu__link {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  transition: color 0.2s;
}
@media screen and (min-width: 960px) {
  .megamenu__link {
    font-size: min(1.09375vw, 14px);
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
}

@media screen and (max-width: 959px) {
  .megamenu__columns {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .megamenu__columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: min(2.5vw, 32px);
    margin-top: min(3.125vw, 40px);
  }
}

.megamenu__column {
  margin-bottom: 1.875vw;
}
@media screen and (min-width: 960px) {
  .megamenu__column {
    margin-bottom: 0;
  }
}

.megamenu__subtitle {
  display: block;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.78125vw;
  font-size: 1.09375vw;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.3125vw;
}
@media screen and (min-width: 960px) {
  .megamenu__subtitle {
    font-size: min(1.09375vw, 14px);
    padding-bottom: min(1.5625vw, 20px);
  }
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.3s, visibility 0.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 0.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: 0.5;
  }
}
.modal__banner {
  width: min(85%, 700px);
}
@media screen and (min-width: 960px) {
  .modal__banner {
    width: min(54.6875vw, 700px);
  }
}

.modal__banner:before {
  content: "";
  display: block;
  padding-top: 52.4285714286%;
}

.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 0.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: 0.02em;
  transition: color 0.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: 0.02em;
  transition: color 0.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: 0em;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .modal__member-text {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
}

.modal__member-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 2.3;
  letter-spacing: 0em;
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .modal__member-title {
    font-size: 20px;
    line-height: 1.9;
    letter-spacing: 0.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;
  }
}

.pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 36px;
  margin: 0 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1;
  letter-spacing: 0px;
  font-family: "Poppins", sans-serif;
  border: none;
  border: 1px solid #000;
}
@media screen and (max-width: 959px) {
  .pagination .wp-pagenavi a,
  .pagination .wp-pagenavi span {
    line-height: 1.5;
    border-radius: 2px;
    margin: 0 8px;
  }
}
@media screen and (min-width: 960px) {
  .pagination .wp-pagenavi a,
  .pagination .wp-pagenavi span {
    width: 62px;
    height: 59px;
    font-size: 24px;
    margin: 0 13px;
  }
}
.pagination .wp-pagenavi span.current {
  color: #fff !important;
  background-color: #E85A24 !important;
  border: none !important;
}
.pagination .wp-pagenavi span.extend {
  color: #000 !important;
  background-color: #fff !important;
  width: auto !important;
  border: none !important;
}

@media screen and (min-width: 960px) {
  .pagination--small {
    transform: scale(0.65);
  }
}

.pickup__title {
  font-size: 21px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
@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 33px;
  align-items: center;
  gap: 0 12px;
  width: auto;
}
@media screen and (max-width: 959px) {
  .search-form {
    grid-template-columns: 1fr 33px;
    gap: 0 12px;
  }
}

.search-form__keyword {
  display: block;
  width: 240px;
  height: 46px;
  background-color: #fff;
  border-radius: 24px;
  border: 1px solid;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .search-form__keyword {
    width: 240px;
    font-size: 18px;
    padding: 0 20px;
  }
}

.search-form__button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E85A24;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 960px) {
  .search-form__button {
    width: 33px;
    height: 33px;
  }
}

@media (hover: hover) {
  .search-form__button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
.search-form__button img {
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 960px) {
  .search-form__button img {
    width: 15px;
    height: 15px;
  }
}

.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 {
  height: 100%;
}

.sidebar__title {
  font-size: 21px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@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;
  }
}

.sidebar__search {
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .sidebar__search {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 959px) {
  .sidebar__search .search-form {
    width: 100%;
  }
  .sidebar__search .search-form__keyword {
    width: min(100%, 500px);
  }
}
.sidebar__sticky {
  position: sticky;
  top: 200px;
  margin-top: 74px;
}
@media screen and (min-width: 960px) {
  .sidebar__sticky {
    top: 140px;
    margin-top: 74px;
  }
}

.sidebar__sticky-items {
  display: grid;
  gap: 20px 0;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .sidebar__sticky-items {
    margin-top: 24px;
    gap: 20px 0;
  }
}

.sidebar__sticky-item-title {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  .sidebar__sticky-item-title {
    font-size: min(1.171875vw, 15px);
    margin-top: min(1.25vw, 16px);
  }
}

.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: 0.02em;
  transform: translateZ(0);
  transition: color 0.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 0.3s, filter 0.3s, opacity 0.5s, visibility 0.5s, transform 0.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: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #E85A24 transparent;
  transition: background-color 0.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 0.3s, background-color 0.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 0.3s;
}
.work-card__container {
  display: flex;
  flex-direction: column;
  transition: opacity 0.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: 0.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: 0em;
  margin-top: 1px;
}
@media screen and (min-width: 960px) {
  .work-card__title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.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: 0.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: 0em;
  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: 0.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: 0em;
    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: 0em;
}
@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: 0.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: 0em;
  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: 0em;
  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: 0em;
    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: 0em;
  transition: color 0.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 #DDDDDD;
  }
}
@media screen and (max-width: 959px) {
  .company-info__item-data:last-of-type {
    border-bottom: 1px solid #DDDDDD;
  }
}
.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: 0.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 #DDDDDD;
    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 #DDDDDD;
    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 0.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: 0.02em;
  transition: color 0.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: 0.02em;
  transition: color 0.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: 0em;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .company-member__text {
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.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 0.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: 0em;
    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: 0.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 0.3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.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 0.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, 0.1);
  background-image: radial-gradient(#ffffff 26%, transparent 10%), radial-gradient(#ffffff 26%, transparent 10%);
  background-position: 0 0, 19px 19px;
  background-size: 38px 38px;
  opacity: 0.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, 0.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: 0px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #f15024;
  opacity: 0.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: 0.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: 0.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 0.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 0.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 0.3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.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 0.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, 0.1);
  background-image: radial-gradient(#FFFFFF 26%, transparent 10%), radial-gradient(#FFFFFF 26%, transparent 10%);
  background-position: 0 0, 19px 19px;
  background-size: 38px 38px;
  opacity: 0.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: 0px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #F15024;
  opacity: 0.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: 0.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: 0.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-btob a {
  color: #000;
}
.service-btob .js-scrollable {
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
.service-btob .js-scrollable::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
@media screen and (min-width: 960px) {
  .service-btob {
    margin-top: -70px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob {
    margin-top: -36px;
  }
}
.service-btob-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1281px) {
  .service-btob-inner {
    padding: 0 80px;
  }
}
.service-btob .service-btob-btn {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.3s;
}
.service-btob .service-btob-btn--white {
  color: #fff;
  border-color: #fff;
}
.service-btob .service-btob-btn--white:hover {
  opacity: 1;
  background-color: #F15024;
}
.service-btob .service-btob-btn--orange {
  background-color: #F15024;
  color: #fff;
}
.service-btob .service-btob-btn--orange:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
.service-btob .service-btob-btn--black {
  background-color: #000;
  color: #fff;
}
.service-btob .service-btob-btn--black:hover {
  opacity: 1;
  color: #fff;
  background-color: #F15024;
}
.service-btob .service-btob-btn-arrow {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.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-btob .service-btob-btn-arrow::before, .service-btob .service-btob-btn-arrow::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
}
.service-btob .service-btob-btn-arrow::before {
  background: #fff;
  border-radius: 100%;
  width: 25px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  right: 10px;
}
.service-btob .service-btob-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-btob .service-btob-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-heading {
    margin-bottom: 26px;
  }
}
.service-btob .service-btob-heading__sub {
  color: #F15024;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.service-btob .service-btob-heading__main {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-heading__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-heading__main {
    font-size: clamp(22px, 6vw, 32px);
  }
}
.service-btob .service-btob-heading__main span {
  position: relative;
}
.service-btob .service-btob-heading__main span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-btob .service-btob-heading__lead {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-heading__lead {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-heading__lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 28px;
  }
}
.service-btob .service-btob-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-btob .service-btob-heading-box__main {
    font-size: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-heading-box__main {
    font-size: 16px;
    padding: 22px 16px;
  }
}
.service-btob .service-btob-heading-box__main span {
  color: #F15024;
}
.service-btob .service-btob-heading-box__sub {
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-heading-box__sub {
    font-size: 18px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-heading-box__sub {
    font-size: 15px;
    margin-top: 36px;
  }
}
.service-btob .service-btob-heading-box__sub span {
  color: #D76331;
}
.service-btob .service-btob-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-list--col003 {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-list--col003 {
    gap: 40px 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-list--col003 .service-btob-list__item {
    width: calc((100% - 80px) / 3);
    min-width: 343px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-list--col003 .service-btob-list__item {
    width: 100%;
  }
}
.service-btob .service-btob-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-btob .service-btob-card001 {
    box-shadow: 8px 8px 28px -7px #4a4a4a;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-card001 {
    box-shadow: 6px 6px 28px -10px #4a4a4a;
  }
}
.service-btob .service-btob-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-btob .service-btob-card001__label {
    left: -12px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-card001__label {
    left: -22px;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-card001__heading {
    margin-left: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-card001__heading {
    margin-left: 28px;
  }
}
.service-btob .service-btob-card001__heading span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 18px);
}
.service-btob .service-btob-card001__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-btob .service-btob-card001__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-card001__text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-card001__text {
    margin-top: 18px;
  }
}
.service-btob .service-btob-fv {
  background: #E4E4E4;
  width: 100vw;
  display: grid;
  align-items: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-fv {
    height: 600px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-fv {
    height: 600px;
  }
}
.service-btob .service-btob-fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: radial-gradient(#FFFFFF 26%, transparent 10%), radial-gradient(#FFFFFF 26%, transparent 10%);
  background-position: 0 0, 19px 19px;
  background-size: 38px 38px;
  opacity: 0.2;
}
.service-btob .service-btob-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-btob .service-btob-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-btob .service-btob-fv::after {
    bottom: -36px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
            clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}
.service-btob .service-btob-fv__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-fv .content {
    width: 54%;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-fv .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.service-btob .service-btob-fv .content__lead {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-fv .content__lead {
    font-size: clamp(10px, 3.733vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-fv .content__lead {
    font-size: 14px;
  }
}
.service-btob .service-btob-fv .content__lead > span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}
.service-btob .service-btob-fv .content__heading {
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-fv .content__heading {
    font-size: clamp(54px, 5.61vw, 66px);
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-fv .content__heading {
    font-size: clamp(10px, 10.23vw, 42px);
    margin-top: 16px;
  }
}
.service-btob .service-btob-fv .content__heading > span {
  display: inline-block;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: -2px;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-fv .content__heading > span {
    padding: 14px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-fv .content__heading > span {
    padding: 12px 8px;
  }
}
.service-btob .service-btob-fv .content__text {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-fv .content__text {
    margin-top: 32px;
    font-size: clamp(12px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-fv .content__text {
    margin-top: 20px;
    font-size: 13px;
  }
}
.service-btob .service-btob-fv .content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-fv .content__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-fv .content__list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-fv .content__item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-fv .content__item .service-btob-btn {
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-fv .content__item .service-btob-btn {
    width: 100%;
  }
}
.service-btob .service-btob-fv .object {
  position: absolute;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-fv .object {
    transform: translateY(-50%);
    top: 47%;
    right: 4%;
    max-width: 602px;
    width: 48%;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-fv .object {
    top: -28px;
    right: 9px;
    width: 33vw;
    z-index: 1;
  }
}
.service-btob .service-btob-problems {
  background: #F15024;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-problems {
    margin: 0 calc(50% - 50vw);
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-problems {
    margin: -1px calc(50% - 50vw) 0;
    padding: 78px 0 60px;
  }
}
.service-btob .service-btob-problems .introduction {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 54px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-problems .introduction {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-problems .introduction {
    font-size: clamp(20px, 6vw, 38px);
  }
}
.service-btob .service-btob-problems .introduction > span {
  position: relative;
}
.service-btob .service-btob-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-btob .service-btob-problems .introduction > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-problems .introduction > span::before {
    top: -2px;
    left: 42%;
  }
}
.service-btob .service-btob-problems .service-btob-list {
  max-width: 1110px;
  margin: 0 auto;
}
.service-btob .service-btob-problems .solution {
  position: relative;
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-problems .solution {
    padding-top: 76px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-problems .solution {
    padding-top: 62px;
    line-height: 1.8;
  }
}
.service-btob .service-btob-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-btob .service-btob-problems .solution__text {
  font-weight: 700;
}
.service-btob .service-btob-problems .solution__text--main {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-problems .solution__text--main {
    font-size: 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-problems .solution__text--main {
    font-size: clamp(18px, 8.4vw, 60px);
  }
}
.service-btob .service-btob-problems .solution__text--main > span {
  display: inline-block;
  background: #000;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-problems .solution__text--main > span {
    padding: 32px 12px 6px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-problems .solution__text--main > span {
    padding: 13px 20px 6px 20px;
  }
}
.service-btob .service-btob-problems .solution__text--main > span::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background: #F15024;
}
.service-btob .service-btob-problems .solution__text--main > span > span {
  position: relative;
}
.service-btob .service-btob-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-btob .service-btob-problems .solution__text--main > span > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-problems .solution__text--main > span > span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-btob .service-btob-problems .solution__text--sub {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-problems .solution__text--sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-problems .solution__text--sub {
    font-size: 20px;
    font-size: clamp(18px, 5.33vw, 38px);
  }
}
.service-btob .service-btob-cta {
  margin: 0 calc(50% - 50vw);
  background: #000;
}
.service-btob .service-btob-cta__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-cta .content {
    padding: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-cta .content {
    padding: 48px 0 64px;
  }
}
.service-btob .service-btob-cta .content__lead {
  text-align: center;
  font-weight: 700;
}
.service-btob .service-btob-cta .content__lead span {
  display: inline-block;
  color: #F15024;
  background: #fff;
  padding: 6px 8px;
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-cta .content__lead span {
    margin-top: -1px;
  }
}
.service-btob .service-btob-cta .content__heading {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-cta .content__heading {
    font-size: clamp(20px, 2.656vw, 34px);
    margin-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-cta .content__heading {
    font-size: clamp(20px, 5.3vw, 34px);
    margin-top: 32px;
  }
}
.service-btob .service-btob-cta .content__heading span {
  position: relative;
}
.service-btob .service-btob-cta .content__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-btob .service-btob-cta .content__text {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-cta .content__text {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-cta .content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-cta .content__objects {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 34px;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-cta .content__object {
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-cta .content__object {
    margin-top: 20px;
  }
}
.service-btob .service-btob-cta .content__object--001 {
  max-width: 308px;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-cta .content__object--001 {
    top: 53%;
    left: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-cta .content__object--001 {
    width: 38%;
  }
}
.service-btob .service-btob-cta .content__object--002 {
  max-width: 320px;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-cta .content__object--002 {
    top: 50%;
    right: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-cta .content__object--002 {
    width: 38%;
  }
}
.service-btob .service-btob-cta .content__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-cta .content__list {
    gap: 0 20px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-cta .content__list {
    margin-top: 34px;
    gap: 34px 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-cta .content__item {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-cta .content__item .service-btob-btn {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-points {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-points {
    padding: 48px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-points .service-btob-list {
    margin-top: 68px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-points .service-btob-list {
    margin-top: 32px;
  }
}
.service-btob .service-btob-points .service-btob-card001__heading span {
  font-size: clamp(15px, 1.328vw, 16px);
}
.service-btob .service-btob-service {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-service {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-service {
    padding: 96px 0 80px;
  }
}
.service-btob .service-btob-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-btob .service-btob-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-btob .service-btob-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-btob .service-btob-service .table {
  max-width: 1040px;
  margin: 0 auto;
}
.service-btob .service-btob-service .table__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-btob .service-btob-service .table__group {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-service .table__group {
    gap: 0 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-service .table__group {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-service .table__group:not(:last-child) .table__head {
    position: relative;
  }
  .service-btob .service-btob-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-btob .service-btob-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-btob .service-btob-service .table__group:last-child .table__item:last-child:before, .service-btob .service-btob-service .table__group:last-child .table__item:last-child:after {
    display: none !important;
  }
}
.service-btob .service-btob-service .table__head {
  background: #000;
  display: grid;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-service .table__head {
    width: 25%;
    place-items: center;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-service .table__head {
    width: 100%;
    align-items: center;
    padding: 0 12px;
    height: 77px;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-service .table__block {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-service .table__block {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
.service-btob .service-btob-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-btob .service-btob-service .table__heading {
    order: 2;
    margin-top: -8px;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-service .table__heading--mb {
    margin-bottom: 12px;
  }
}
.service-btob .service-btob-service .table__image {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-service .table__image {
    margin-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-service .table__image {
    width: 64px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-service .table__image {
    order: 1;
  }
}
.service-btob .service-btob-service .table__image img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-service .table__image--001 {
    width: 132px;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-service .table__image--002 {
    width: 116px;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-service .table__image--003 {
    width: 102px;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-service .table__body {
    width: calc(75% - 8px);
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-service .table__body {
    width: 100%;
  }
}
.service-btob .service-btob-service .table__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-btob .service-btob-service .table__item {
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-service .table__item {
    padding: 46px 14px 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-service .table__item {
    padding: 38px 16px 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-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-btob .service-btob-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-btob .service-btob-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-btob .service-btob-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-btob .service-btob-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-btob .service-btob-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-btob .service-btob-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-btob .service-btob-service .table__label {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-service .table__label {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-service .table__text {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-service .table__text {
    font-size: 14px;
  }
}
.service-btob .service-btob-differ {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0;
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-differ__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.service-btob .service-btob-differ .table {
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-differ .table {
    width: 1010px;
  }
}
.service-btob .service-btob-differ .table-container {
  width: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-differ .table-container {
    max-width: 1120px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-differ .table-container {
    padding-left: 5vw;
  }
}
.service-btob .service-btob-differ .table__inner {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.service-btob .service-btob-differ .table__group:first-child {
  width: 16%;
}
.service-btob .service-btob-differ .table__group:first-child .table__item {
  font-weight: 700;
}
.service-btob .service-btob-differ .table__group:first-child .table__body {
  padding-left: 0;
}
.service-btob .service-btob-differ .table__group:not(:first-child) .table__body {
  background: #fff;
}
.service-btob .service-btob-differ .table__group:not(:first-child) .table__item {
  padding-left: 46px;
}
.service-btob .service-btob-differ .table__group:not(:first-child) .table__item:not(:last-child) {
  border-bottom: 2px solid #E4E4E4;
}
.service-btob .service-btob-differ .table__group:not(:first-child) .table__head {
  background: #A5A5A5;
  display: grid;
  place-items: center;
}
.service-btob .service-btob-differ .table__group:not(:first-child) .table__head p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-differ .table__group:not(:first-child) .table__head p {
    font-size: clamp(15px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-differ .table__group:not(:first-child) .table__head p {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-differ .table__group:last-child {
    margin-right: 5vw;
  }
}
.service-btob .service-btob-differ .table__group--orange .table__head {
  background: #F15024 !important;
}
.service-btob .service-btob-differ .table__group--orange .table__body {
  border: 2px solid #F15024;
  padding-top: 12px !important;
  margin-top: -14px;
}
.service-btob .service-btob-differ .table__head {
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-differ .table__head {
    height: 100px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-differ .table__head {
    height: 60px;
  }
}
.service-btob .service-btob-differ .table__body {
  padding: 0 16px;
}
.service-btob .service-btob-differ .table__item {
  padding: 18px 0;
  height: 85px;
  display: grid;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-differ .table__item {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-differ .table__item {
    font-size: 14px;
  }
}
.service-btob .service-btob-differ .table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.service-btob .service-btob-differ .table__ic--circle-single {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-single.svg");
  background-size: cover;
}
.service-btob .service-btob-differ .table__ic--circle-double {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-double.svg");
  background-size: cover;
}
.service-btob .service-btob-differ .table__ic--triangle {
  width: 18px;
  height: 16px;
  background-image: url("../img/00_common/icon/triangle.svg");
  background-size: cover;
}
.service-btob .service-btob-differ .table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url("../img/00_common/icon/x.svg");
  background-size: cover;
}
.service-btob .service-btob-differ .service-btob-heading {
  margin-bottom: 42px;
}
.service-btob .service-btob-ceo {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
}
.service-btob .service-btob-ceo.--cco {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-ceo {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-ceo {
    padding: 100px 0 56px;
  }
}
@media screen and (min-width: 1281px) {
  .service-btob .service-btob-ceo__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-ceo__inner {
    padding: 0;
  }
}
.service-btob .service-btob-ceo__box {
  border: 2px solid #000;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-ceo__box {
    padding: 30px 74px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-ceo__box {
    padding: 22px 22px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-ceo .swiper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-ceo .swiper {
    max-width: 500px;
    padding: 0 18px;
  }
}
.service-btob .service-btob-ceo .swiper .swiper-slide-next {
  opacity: 0;
}
.service-btob .service-btob-ceo .swiper .pickup-slider__next {
  right: 10px;
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-ceo .swiper .pickup-slider__next {
    right: 0;
    top: 50%;
  }
}
.service-btob .service-btob-ceo .swiper .pickup-slider__prev {
  left: 10px;
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-ceo .swiper .pickup-slider__prev {
    left: 0;
    top: 50%;
  }
}
.service-btob .service-btob-ceo .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-ceo .content {
    gap: 0 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-ceo .content {
    gap: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-ceo .content__body {
    width: calc(70% - 60px);
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-ceo .content__body {
    width: 100%;
    margin-top: 24px;
  }
}
.service-btob .service-btob-ceo .content__image {
  aspect-ratio: 288/320;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-ceo .content__image {
    width: 30%;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-ceo .content__image {
    width: 100%;
  }
}
.service-btob .service-btob-ceo .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-btob .service-btob-ceo .content__name {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-ceo .content__name {
    font-weight: 700;
  }
}
.service-btob .service-btob-ceo .content__name span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-ceo .content__name span {
    display: inline-block;
    margin-bottom: 8px;
  }
}
.service-btob .service-btob-ceo .content__list {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-ceo .content__list {
    margin-top: 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-ceo .content__list {
    margin-top: 16px;
  }
}
.service-btob .service-btob-ceo .content__item {
  width: 28px;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-ceo .content__inner {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-ceo .content__inner {
    margin-top: 26px;
  }
}
.service-btob .service-btob-ceo .content__text {
  font-size: 15px;
  line-height: 1.8;
}
.service-btob .service-btob-ceo .content__text + .content__text {
  margin-top: 24px;
}
.service-btob .service-btob-ceo .content__text + .content__text.utils-active {
  display: none;
}
.service-btob .service-btob-ceo .content__trigger {
  text-align: right;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}
.service-btob .service-btob-ceo .content__trigger.utils-active {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-ceo .content__trigger {
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-ceo .content__trigger {
    margin-top: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-ceo .service-btob-heading__main {
    font-size: clamp(16px, 5.2vw, 24px);
  }
}
.service-btob .service-btob-howto001 {
  background: #E6E6E6;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto001 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto001 {
    padding: 54px 0;
  }
}
.service-btob .service-btob-howto001 .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 42px;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto001 .list {
    gap: 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto001 .list {
    gap: 12px 12px;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto001 .list__item {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto001 .list__item {
    width: calc((100% - 12px) / 2);
  }
}
.service-btob .service-btob-howto001 .list .content {
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto001 .list .content {
    padding: 10px 20px 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto001 .list .content {
    padding: 2px 12px 17px 12px;
  }
}
.service-btob .service-btob-howto001 .list .content__head {
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto001 .list .content__head {
    width: 135px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto001 .list .content__head {
    width: 80%;
    max-width: 80px;
    font-size: 10px;
    font-size: clamp(10px, 2.66vw, 14px);
  }
}
.service-btob .service-btob-howto001 .list .content__text {
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto001 .list .content__text {
    font-size: 16px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto001 .list .content__text {
    font-size: clamp(10px, 2.66vw, 16px);
    margin-top: 10px;
  }
}
.service-btob .service-btob-howto001 .list--ng .content {
  border: 2px solid #E4E4E4;
}
.service-btob .service-btob-howto001 .list--ng .content__head {
  background: #A5A5A5;
  color: #fff;
}
.service-btob .service-btob-howto001 .list--ng .content__text {
  position: relative;
}
.service-btob .service-btob-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/btob/icon/x-op.svg");
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto001 .list--ng .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto001 .list--ng .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-btob .service-btob-howto001 .list--ok .content {
  border: 2px solid #F15024;
}
.service-btob .service-btob-howto001 .list--ok .content__head {
  background: #F15024;
  color: #fff;
}
.service-btob .service-btob-howto001 .list--ok .content__text {
  position: relative;
}
.service-btob .service-btob-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/btob/icon/circle-single-op.svg");
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto001 .list--ok .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto001 .list--ok .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-btob .service-btob-howto001 .list--before-arrow {
  padding-top: 80px;
  position: relative;
}
.service-btob .service-btob-howto001 .list--before-arrow::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #F15024;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-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-btob .service-btob-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-btob .service-btob-howto001 .solution__sub {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto001 .solution__sub {
    font-size: clamp(26px, 2.5vw, 32px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto001 .solution__sub {
    margin-top: 40px;
    font-size: clamp(22px, 5.86vw, 26px);
  }
}
.service-btob .service-btob-howto001 .solution__sub span {
  color: #F15024;
}
.service-btob .service-btob-howto001 .solution__main {
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto001 .solution__main {
    font-size: clamp(40px, 4.45vw, 57px);
    margin: 42px 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto001 .solution__main {
    font-size: clamp(28px, 7.6vw, 40px);
    margin: 26px 0 0 0;
    line-height: 1.8;
  }
}
.service-btob .service-btob-howto001 .solution__main span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto001 .solution__main span {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto001 .solution__main span {
    margin-right: -3px;
    margin-left: -3px;
  }
}
.service-btob .service-btob-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-btob .service-btob-howto001 .solution__main span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto001 .solution__main span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-btob .service-btob-howto001 .solution__main strong {
  color: #F15024;
}
.service-btob .service-btob-howto002 {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto002 {
    padding: 93px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto002 {
    padding: 57px 0 0;
  }
}
.service-btob .service-btob-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-btob .service-btob-howto002 .content {
    padding: 28px 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto002 .content {
    padding: 16px 16px;
  }
}
.service-btob .service-btob-howto002 .content::before {
  content: "";
  position: absolute;
  top: -96px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #F15024;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-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-btob .service-btob-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-btob .service-btob-howto002 .content__inner {
  background: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto002 .content__inner {
    display: flex;
    align-items: center;
    gap: 0 48px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto002 .content__inner {
    width: 100%;
    padding: 22px 16px 42px;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto002 .content__image {
    width: 28%;
  }
  .service-btob .service-btob-howto002 .content__image img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto002 .content__image {
    display: none;
  }
}
.service-btob .service-btob-howto002 .content__box {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto002 .content__box {
    gap: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto002 .content__box {
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
  }
}
.service-btob .service-btob-howto002 .content__lead {
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto002 .content__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto002 .content__lead {
    font-size: clamp(16px, 5.6vw, 24px);
    text-align: center;
  }
  .service-btob .service-btob-howto002 .content__lead span {
    position: relative;
  }
  .service-btob .service-btob-howto002 .content__lead span::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    background: #F15024;
  }
}
.service-btob .service-btob-howto002 .content__main {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto002 .content__main {
    white-space: nowrap;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto002 .content__main {
    display: inline-block;
    margin-top: 12px;
  }
}
.service-btob .service-btob-howto002 .content__main > span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto002 .content__main > span > span {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto002 .content__main > span > span {
    font-size: 28px;
  }
}
.service-btob .service-btob-howto002 .content__main > span > span > span {
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto002 .content__main > span > span > span {
    font-size: 65px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto002 .content__main > span > span > span {
    font-size: 57px;
  }
}
.service-btob .service-btob-howto002 .content__main::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 14px;
  background: #F15024;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto002 .content__main::before {
    bottom: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto002 .content__main::before {
    bottom: 10px;
  }
}
.service-btob .service-btob-howto002 .content__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto002 .content__note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto002 .content__note {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-howto002 .content__btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-howto002 .content__btn {
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-qa {
    margin: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-qa {
    margin: 72px 0;
  }
}
.service-btob .service-btob-qa .list {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.service-btob .service-btob-qa .list__item {
  width: 100%;
}
.service-btob .service-btob-qa .content__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-qa .content__inner {
    padding: 16px 52px 16px 62px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-qa .content__inner {
    padding: 16px 42px 16px 34px;
  }
}
.service-btob .service-btob-qa .content__label {
  position: absolute;
  display: inline-block;
  background-size: cover;
}
.service-btob .service-btob-qa .content__head {
  background: #FFEFE5;
  cursor: pointer;
}
.service-btob .service-btob-qa .content__head .content__text {
  color: #F15024;
}
.service-btob .service-btob-qa .content__head .content__label {
  background-image: url("../img/03_service/btob/icon/q.svg");
  aspect-ratio: 16/19;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-qa .content__head .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-qa .content__head .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
.service-btob .service-btob-qa .content__head.utils-active .content__trigger::before {
  opacity: 0;
}
.service-btob .service-btob-qa .content__body {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-qa .content__body .content__inner {
    margin-top: 8px;
  }
}
.service-btob .service-btob-qa .content__body .content__label {
  background-image: url("../img/03_service/btob/icon/a.svg");
  aspect-ratio: 14/16;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-qa .content__body .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-qa .content__body .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-qa .content__body .content__inner {
    padding-right: 0;
  }
}
.service-btob .service-btob-qa .content__body.utils-active {
  display: block;
}
.service-btob .service-btob-qa .content__text {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-qa .content__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-qa .content__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-qa .content__btn {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-qa .content__btn .service-btob-btn {
    min-width: 0;
    max-width: 275px;
    width: 100%;
  }
}
.service-btob .service-btob-qa .content__trigger {
  width: 17px;
  height: 17px;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .service-btob .service-btob-qa .content__trigger {
    top: 23px;
    right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .service-btob .service-btob-qa .content__trigger {
    top: 21px;
    right: 16px;
  }
}
.service-btob .service-btob-qa .content__trigger:before, .service-btob .service-btob-qa .content__trigger::after {
  content: "";
  position: absolute;
  background: #F15024;
}
.service-btob .service-btob-qa .content__trigger:before {
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.service-btob .service-btob-qa .content__trigger::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-btn {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.3s;
}
.service-btn--white {
  color: #fff;
  border-color: #fff;
}
.service-btn--white:hover {
  opacity: 1;
  background-color: #F15024;
}
.service-btn--orange {
  background-color: #F15024;
  color: #fff;
}
.service-btn--orange:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
.service-btn--black {
  background-color: #000;
  color: #fff;
}
.service-btn--black:hover {
  opacity: 1;
  color: #fff;
  background-color: #F15024;
}

.service-btn-arrow {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.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-btn-arrow::before, .service-btn-arrow::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
}
.service-btn-arrow::before {
  background: #fff;
  border-radius: 100%;
  width: 25px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  right: 10px;
}
.service-btn-arrow::after {
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  right: 20px;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-list--col003 {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-list--col003 {
    gap: 40px 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .service-list--col003 .service-list__item {
    width: calc((100% - 80px) / 3);
    min-width: 343px;
  }
}
@media screen and (max-width: 959px) {
  .service-list--col003 .service-list__item {
    width: 100%;
  }
}

.service-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-card001 {
    box-shadow: 8px 8px 28px -7px #4a4a4a;
  }
}
@media screen and (max-width: 959px) {
  .service-card001 {
    box-shadow: 6px 6px 28px -10px #4a4a4a;
  }
}
.service-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-card001__label {
    left: -12px;
  }
}
@media screen and (max-width: 959px) {
  .service-card001__label {
    left: -22px;
  }
}
@media screen and (min-width: 960px) {
  .service-card001__heading {
    margin-left: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-card001__heading {
    margin-left: 28px;
  }
}
.service-card001__heading span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 18px);
}
.service-card001__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-card001__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-card001__text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-card001__text {
    margin-top: 18px;
  }
}

@media screen and (min-width: 960px) {
  .service-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-heading {
    margin-bottom: 26px;
  }
}
.service-heading__sub {
  color: #F15024;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.service-heading__main {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-heading__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-heading__main {
    font-size: clamp(22px, 6vw, 32px);
  }
}
.service-heading__main span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-heading__lead {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-heading__lead {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .service-heading__lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 28px;
  }
}

@media screen and (min-width: 960px) {
  .service-container {
    margin-top: -70px;
  }
}
@media screen and (max-width: 959px) {
  .service-container {
    margin-top: -36px;
  }
}

.service-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1281px) {
  .service-inner {
    padding: 0 80px;
  }
}

.service-fv {
  background: #E4E4E4;
  width: 100vw;
  display: grid;
  align-items: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-fv {
    height: 600px;
  }
}
@media screen and (max-width: 959px) {
  .service-fv {
    height: 600px;
  }
}
.service-fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: radial-gradient(#FFFFFF 26%, transparent 10%), radial-gradient(#FFFFFF 26%, transparent 10%);
  background-position: 0 0, 19px 19px;
  background-size: 38px 38px;
  opacity: 0.2;
}
.service-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-fv::after {
    bottom: -69px;
    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-fv::after {
    bottom: -36px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
            clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}
.service-fv__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-fv .content {
    width: 54%;
  }
}
@media screen and (max-width: 959px) {
  .service-fv .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.service-fv .content__lead {
  font-weight: 700;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  line-height: 2.4;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}
@media screen and (min-width: 960px) {
  .service-fv .content__lead {
    font-size: clamp(10px, 3.733vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-fv .content__lead {
    font-size: clamp(10px, 3.5vw, 14px);
  }
}
.service-fv .content__heading {
  display: inline-block;
  margin-bottom: -2px;
}
@media screen and (min-width: 960px) {
  .service-fv .content__heading {
    font-size: clamp(46px, 4.5vw, 56px);
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-fv .content__heading {
    font-size: clamp(10px, 8.2vw, 32px);
    margin-top: 16px;
  }
}
.service-fv .content__heading > span {
  font-weight: 900;
  line-height: 2;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  border: 2px solid #000;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .service-fv .content__heading > span {
    padding: 14px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-fv .content__heading > span {
    padding: 12px 8px;
    line-height: 2.3;
  }
}
.service-fv .content__text {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-fv .content__text {
    margin-top: 32px;
    font-size: clamp(12px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-fv .content__text {
    margin-top: 20px;
    font-size: 13px;
  }
}
.service-fv .content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
@media screen and (min-width: 960px) {
  .service-fv .content__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-fv .content__list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-fv .content__item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-fv .content__item > .service-btn {
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .service-fv .content__item > .service-btn {
    width: 100%;
  }
}
.service-fv .object {
  position: absolute;
}
@media screen and (min-width: 960px) {
  .service-fv .object {
    transform: translateY(-50%);
    top: 48%;
    right: 14%;
    max-width: 550px;
    width: 36%;
  }
}
@media screen and (max-width: 959px) {
  .service-fv .object {
    top: 2px;
    right: 28px;
    width: 33vw;
    z-index: 1;
  }
}

.service-cta {
  margin: 0 calc(50% - 50vw);
  background: #000;
}
.service-cta__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-cta .content {
    padding: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-cta .content {
    padding: 48px 0 64px;
  }
}
.service-cta .content__lead {
  text-align: center;
  font-weight: 700;
}
.service-cta .content__lead span {
  display: inline-block;
  color: #F15024;
  background: #fff;
}
@media screen and (max-width: 959px) {
  .service-cta .content__lead span {
    margin-top: -1px;
  }
}
.service-cta .content__lead span:nth-of-type() {
  padding: 6px 0 6px 8px;
}
@media screen and (max-width: 959px) {
  .service-cta .content__lead span:nth-of-type() {
    padding: 6px 8px;
  }
}
.service-cta .content__lead span:nth-of-type() {
  padding: 6px 8px 6px 0;
}
@media screen and (max-width: 959px) {
  .service-cta .content__lead span:nth-of-type() {
    padding: 6px 8px;
  }
}
.service-cta .content__heading {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-cta .content__heading {
    font-size: clamp(20px, 2.656vw, 34px);
    margin-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-cta .content__heading {
    font-size: clamp(20px, 5.3vw, 34px);
    margin-top: 32px;
  }
}
.service-cta .content__heading span {
  text-decoration: underline;
  text-decoration-color: #F15024;
  text-underline-offset: 4px;
}
.service-cta .content__text {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-cta .content__text {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-cta .content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-cta .content__objects {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 34px;
  }
}
@media screen and (min-width: 960px) {
  .service-cta .content__object {
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 959px) {
  .service-cta .content__object {
    margin-top: 20px;
  }
}
.service-cta .content__object--001 {
  max-width: 308px;
}
@media screen and (min-width: 960px) {
  .service-cta .content__object--001 {
    top: 53%;
    left: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-cta .content__object--001 {
    width: 38%;
  }
}
.service-cta .content__object--002 {
  max-width: 320px;
}
@media screen and (min-width: 960px) {
  .service-cta .content__object--002 {
    top: 50%;
    right: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-cta .content__object--002 {
    width: 38%;
  }
}
.service-cta .content__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-cta .content__list {
    gap: 0 20px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-cta .content__list {
    margin-top: 34px;
    gap: 34px 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .service-cta .content__item {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-cta .content__item .service-btn {
    width: 100%;
  }
}

.service-problems {
  background: #F15024;
}
@media screen and (min-width: 960px) {
  .service-problems {
    margin: 0 calc(50% - 50vw);
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-problems {
    margin: -1px calc(50% - 50vw) 0;
    padding: 78px 0 60px;
  }
}
.service-problems .introduction {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 54px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-problems .introduction {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-problems .introduction {
    font-size: clamp(20px, 6vw, 38px);
  }
}
.service-problems .introduction > span {
  position: relative;
}
.service-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-problems .introduction > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-problems .introduction > span::before {
    top: -2px;
    left: 42%;
  }
}
.service-problems .service-list {
  max-width: 1110px;
  margin: 0 auto;
}
.service-problems .solution {
  position: relative;
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-problems .solution {
    padding-top: 76px;
  }
}
@media screen and (max-width: 959px) {
  .service-problems .solution {
    padding-top: 62px;
    line-height: 1.8;
  }
}
.service-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-problems .solution__text {
  font-weight: 700;
}
.service-problems .solution__text--main {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service-problems .solution__text--main {
    font-size: 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-problems .solution__text--main {
    font-size: clamp(18px, 8.4vw, 60px);
  }
}
.service-problems .solution__text--main > span {
  display: inline-block;
  background: #000;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-problems .solution__text--main > span {
    padding: 32px 12px 6px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-problems .solution__text--main > span {
    padding: 13px 20px 6px 20px;
  }
}
.service-problems .solution__text--main > span::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background: #F15024;
}
.service-problems .solution__text--main > span > span {
  position: relative;
}
.service-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-problems .solution__text--main > span > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-problems .solution__text--main > span > span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-problems .solution__text--sub {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-problems .solution__text--sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-problems .solution__text--sub {
    font-size: 20px;
    font-size: clamp(18px, 5.33vw, 38px);
  }
}

@media screen and (min-width: 960px) {
  .service-points {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-points {
    padding: 48px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-points .service-list {
    max-width: 1110px;
    margin: 0 auto;
    margin-top: 68px;
  }
}
@media screen and (max-width: 959px) {
  .service-points .service-list {
    margin-top: 32px;
  }
}
.service-points .service-card001__heading span {
  font-size: clamp(15px, 1.328vw, 16px);
}

.service-flow {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-flow {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-flow {
    padding: 96px 0 80px;
  }
}
.service-flow::after {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  width: 300px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .service-flow::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-flow::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-flow .table {
  max-width: 1040px;
  margin: 0 auto;
}
.service-flow .table__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-flow .table__group {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 960px) {
  .service-flow .table__group {
    gap: 0 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-flow .table__group {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-flow .table__group:not(:last-child) .table__head {
    position: relative;
  }
  .service-flow .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-flow .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-flow .table__group:last-child .table__item:last-child:before, .service-flow .table__group:last-child .table__item:last-child:after {
    display: none !important;
  }
}
.service-flow .table__head {
  background: #000;
  display: grid;
}
@media screen and (min-width: 960px) {
  .service-flow .table__head {
    width: 25%;
    place-items: center;
  }
}
@media screen and (max-width: 959px) {
  .service-flow .table__head {
    width: 100%;
    align-items: center;
    padding: 0 12px;
    height: 77px;
  }
}
@media screen and (min-width: 960px) {
  .service-flow .table__block {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-flow .table__block {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
.service-flow .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-flow .table__heading {
    order: 2;
    margin-top: -8px;
  }
}
@media screen and (min-width: 960px) {
  .service-flow .table__heading--mb {
    margin-bottom: 12px;
  }
}
.service-flow .table__image {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-flow .table__image {
    margin-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-flow .table__image {
    width: 64px;
  }
}
@media screen and (max-width: 959px) {
  .service-flow .table__image {
    order: 1;
  }
}
.service-flow .table__image img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .service-flow .table__image--001 {
    width: 132px;
  }
}
@media screen and (min-width: 960px) {
  .service-flow .table__image--002 {
    width: 116px;
  }
}
@media screen and (min-width: 960px) {
  .service-flow .table__image--003 {
    width: 102px;
  }
}
@media screen and (min-width: 960px) {
  .service-flow .table__body {
    width: calc(75% - 8px);
  }
}
@media screen and (max-width: 959px) {
  .service-flow .table__body {
    width: 100%;
  }
}
.service-flow .table__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-flow .table__item {
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-flow .table__item {
    padding: 46px 14px 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-flow .table__item {
    padding: 38px 16px 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-flow .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-flow .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-flow .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-flow .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-flow .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-flow .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-flow .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-flow .table__label {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-flow .table__label {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-flow .table__text {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-flow .table__text {
    font-size: 14px;
  }
}

.service-differ {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0;
}
@media screen and (max-width: 959px) {
  .service-differ__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.service-differ .table {
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .service-differ .table {
    width: 1010px;
  }
}
.service-differ .table-container {
  width: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-differ .table-container {
    max-width: 1120px;
  }
}
@media screen and (max-width: 959px) {
  .service-differ .table-container {
    padding-left: 5vw;
  }
}
.service-differ .table__inner {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.service-differ .table__group:first-child {
  width: 16%;
  min-width: 165px;
}
.service-differ .table__group:first-child .table__item {
  font-weight: 700;
}
.service-differ .table__group:first-child .table__body {
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .service-differ .table__group:not(:first-child) {
    min-width: 260px;
  }
}
.service-differ .table__group:not(:first-child) .table__body {
  background: #fff;
}
.service-differ .table__group:not(:first-child) .table__item {
  padding-left: 46px;
}
.service-differ .table__group:not(:first-child) .table__item:not(:last-child) {
  border-bottom: 2px solid #E4E4E4;
}
.service-differ .table__group:not(:first-child) .table__head {
  background: #A5A5A5;
  display: grid;
  place-items: center;
}
.service-differ .table__group:not(:first-child) .table__head p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-differ .table__group:not(:first-child) .table__head p {
    font-size: clamp(15px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 959px) {
  .service-differ .table__group:not(:first-child) .table__head p {
    font-size: 16px;
  }
}
.service-differ .table__group:nth-child(3), .service-differ .table__group:nth-child(4) {
  width: 54%;
}
@media screen and (max-width: 959px) {
  .service-differ .table__group:last-child {
    margin-right: 5vw;
  }
}
.service-differ .table__group--orange {
  width: 70%;
}
.service-differ .table__group--orange .table__head {
  background: #F15024 !important;
}
.service-differ .table__group--orange .table__body {
  border: 2px solid #F15024;
  padding-top: 12px !important;
  margin-top: -14px;
}
.service-differ .table__head {
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-differ .table__head {
    height: 100px;
  }
}
@media screen and (max-width: 959px) {
  .service-differ .table__head {
    height: 60px;
  }
}
.service-differ .table__body {
  padding: 0 16px;
}
.service-differ .table__item {
  padding: 18px 0;
  height: 85px;
  display: grid;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-differ .table__item {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-differ .table__item {
    font-size: 14px;
  }
}
.service-differ .table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.service-differ .table__ic--circle-single {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-single.svg");
  background-size: cover;
}
.service-differ .table__ic--circle-double {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-double.svg");
  background-size: cover;
}
.service-differ .table__ic--triangle {
  width: 18px;
  height: 16px;
  background-image: url("../img/00_common/icon/triangle.svg");
  background-size: cover;
}
.service-differ .table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url("../img/00_common/icon/x.svg");
  background-size: cover;
}
.service-differ .service-heading {
  margin-bottom: 42px;
}

.service-manager {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
}
.service-manager.--cco {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .service-manager {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-manager {
    padding: 100px 0 56px;
  }
}
.service-manager__box {
  border: 2px solid #000;
  background: #fff;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .service-manager__box {
    padding: 30px 74px;
  }
}
@media screen and (max-width: 959px) {
  .service-manager__box {
    padding: 22px 22px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .service-manager .swiper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-manager .swiper {
    max-width: 500px;
    padding: 0 18px;
  }
}
.service-manager .swiper .swiper-wrapper > .swiper-slide {
  height: auto;
}
.service-manager .swiper .swiper-slide-next {
  opacity: 0;
}
.service-manager .swiper .swiper-slide-prev {
  opacity: 0;
}
.service-manager .swiper .swiper-slide-active {
  opacity: 1;
}
.service-manager .swiper .pickup-slider__next {
  right: 10px;
}
@media screen and (max-width: 959px) {
  .service-manager .swiper .pickup-slider__next {
    right: 0;
    top: 50%;
  }
}
.service-manager .swiper .pickup-slider__prev {
  left: 10px;
}
@media screen and (max-width: 959px) {
  .service-manager .swiper .pickup-slider__prev {
    left: 0;
    top: 50%;
  }
}
.service-manager .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .service-manager .content {
    gap: 0 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-manager .content {
    gap: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-manager .content__body {
    width: calc(70% - 60px);
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-manager .content__body {
    width: 100%;
    margin-top: 24px;
  }
}
.service-manager .content__image {
  aspect-ratio: 288/320;
}
@media screen and (min-width: 960px) {
  .service-manager .content__image {
    width: 30%;
  }
}
@media screen and (max-width: 959px) {
  .service-manager .content__image {
    width: 100%;
  }
}
.service-manager .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-manager .content__name {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .service-manager .content__name {
    font-weight: 700;
  }
}
.service-manager .content__name span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .service-manager .content__name span {
    display: inline-block;
    margin-bottom: 8px;
  }
}
.service-manager .content__list {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media screen and (min-width: 960px) {
  .service-manager .content__list {
    margin-top: 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-manager .content__list {
    margin-top: 16px;
  }
}
.service-manager .content__item {
  width: 28px;
}
@media screen and (min-width: 960px) {
  .service-manager .content__inner {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-manager .content__inner {
    margin-top: 26px;
  }
}
.service-manager .content__text {
  font-size: 15px;
  line-height: 1.8;
}
.service-manager .content__text + .content__text {
  margin-top: 24px;
}
.service-manager .content__text + .content__text.utils-active {
  display: none;
}
.service-manager .content__trigger {
  text-align: right;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}
.service-manager .content__trigger.utils-active {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-manager .content__trigger {
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-manager .content__trigger {
    margin-top: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-manager .service-heading__main {
    font-size: clamp(16px, 5.2vw, 24px);
  }
}

.service-price {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-price {
    padding: 93px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-price {
    padding: 57px 0 0;
  }
}
.service-price .content {
  position: relative;
  background: #F15024;
  border: 2px solid #000;
  border-radius: 30px;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-price .content {
    padding: 28px 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-price .content {
    padding: 16px 16px;
  }
}
.service-price .content__inner {
  background: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .service-price .content__inner {
    display: flex;
    align-items: center;
    gap: 0 48px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-price .content__inner {
    width: 100%;
    padding: 22px 16px 42px;
  }
}
@media screen and (min-width: 960px) {
  .service-price .content__image {
    width: 28%;
  }
  .service-price .content__image img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-price .content__image {
    display: none;
  }
}
.service-price .content__box {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .service-price .content__box {
    gap: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-price .content__box {
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
  }
}
.service-price .content__lead {
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-price .content__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-price .content__lead {
    font-size: clamp(16px, 5.6vw, 24px);
    text-align: center;
  }
  .service-price .content__lead span {
    position: relative;
  }
  .service-price .content__lead span::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    background: #F15024;
  }
}
.service-price .content__main {
  position: relative;
  z-index: 2;
}
.service-price .content__main::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 14px;
  display: inline-block;
  width: 100%;
  height: 14px;
  background: #F15024;
  opacity: 0.8;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .service-price .content__main {
    white-space: nowrap;
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-price .content__main {
    display: inline-block;
    margin-top: 12px;
    font-size: 28px;
  }
}
.service-price .content__main-strong {
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-price .content__main-strong {
    font-size: 65px;
  }
}
@media screen and (max-width: 959px) {
  .service-price .content__main-strong {
    font-size: 57px;
  }
}
.service-price .content__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-price .content__note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-price .content__note {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .service-price .content__btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .service-price .content__btn {
    text-align: center;
    margin-top: 40px;
  }
}

.service-cards {
  margin: 0 calc(50% - 50vw);
  background: #E4E4E4;
  padding: 60px 0;
}
.service-cards__list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));
  gap: 38px;
}
.service-cards__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 20px;
  background: #fff;
  padding-bottom: 30px;
}
.service-cards__title {
  background-color: #F15024;
  color: #fff;
  font-size: 22px;
  padding: 12px 0;
  text-align: center;
}
.service-cards__image {
  width: 20%;
  margin: 0 auto;
}
.service-cards__description {
  padding-inline: 20px;
}
.service-cards__note {
  margin-top: 38px;
  font-size: 14px;
  line-height: 1.8;
}
.service-cards__note-mark {
  display: inline-block;
  margin-right: 4px;
  color: #F15024;
}

@media screen and (min-width: 960px) {
  .service-qa {
    margin: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-qa {
    margin: 72px 0;
  }
}
.service-qa .list {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.service-qa .list__item {
  width: 100%;
}
.service-qa .content__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-qa .content__inner {
    padding: 16px 52px 16px 62px;
  }
}
@media screen and (max-width: 959px) {
  .service-qa .content__inner {
    padding: 16px 42px 16px 34px;
  }
}
.service-qa .content__label {
  position: absolute;
  display: inline-block;
  background-size: cover;
}
.service-qa .content__head {
  background: #FFEFE5;
  cursor: pointer;
}
.service-qa .content__head .content__text {
  color: #F15024;
}
.service-qa .content__head .content__label {
  background-image: url("../img/00_common/icon/q.svg");
  aspect-ratio: 16/19;
}
@media screen and (min-width: 960px) {
  .service-qa .content__head .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-qa .content__head .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
.service-qa .content__head.utils-active .content__trigger::before {
  opacity: 0;
}
.service-qa .content__body {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-qa .content__body .content__inner {
    margin-top: 8px;
  }
}
.service-qa .content__body .content__label {
  background-image: url("../img/00_common/icon/a.svg");
  aspect-ratio: 14/16;
}
@media screen and (min-width: 960px) {
  .service-qa .content__body .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-qa .content__body .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-qa .content__body .content__inner {
    padding-right: 0;
  }
}
.service-qa .content__body.utils-active {
  display: block;
}
.service-qa .content__text {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-qa .content__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .service-qa .content__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-qa .content__btn {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-qa .content__btn .service-btn {
    min-width: 0;
    max-width: 275px;
    width: 100%;
  }
}
.service-qa .content__trigger {
  width: 17px;
  height: 17px;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .service-qa .content__trigger {
    top: 23px;
    right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .service-qa .content__trigger {
    top: 21px;
    right: 16px;
  }
}
.service-qa .content__trigger:before, .service-qa .content__trigger::after {
  content: "";
  position: absolute;
  background: #F15024;
}
.service-qa .content__trigger:before {
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.service-qa .content__trigger::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-crm a {
  color: #000;
}
.service-crm .js-scrollable {
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
.service-crm .js-scrollable::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
@media screen and (min-width: 960px) {
  .service-crm {
    margin-top: -70px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm {
    margin-top: -36px;
  }
}
.service-crm-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1281px) {
  .service-crm-inner {
    padding: 0 80px;
  }
}
.service-crm .service-crm-btn {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.3s;
}
.service-crm .service-crm-btn--white {
  color: #fff;
  border-color: #fff;
}
.service-crm .service-crm-btn--white:hover {
  opacity: 1;
  background-color: #F15024;
}
.service-crm .service-crm-btn--orange {
  background-color: #F15024;
  color: #fff;
}
.service-crm .service-crm-btn--orange:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
.service-crm .service-crm-btn--black {
  background-color: #000;
  color: #fff;
}
.service-crm .service-crm-btn--black:hover {
  opacity: 1;
  color: #fff;
  background-color: #F15024;
}
.service-crm .service-crm-btn-arrow {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.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-crm .service-crm-btn-arrow::before, .service-crm .service-crm-btn-arrow::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
}
.service-crm .service-crm-btn-arrow::before {
  background: #fff;
  border-radius: 100%;
  width: 25px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  right: 10px;
}
.service-crm .service-crm-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-crm .service-crm-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-heading {
    margin-bottom: 26px;
  }
}
.service-crm .service-crm-heading__sub {
  color: #F15024;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.service-crm .service-crm-heading__main {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-heading__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-heading__main {
    font-size: clamp(22px, 6vw, 32px);
  }
}
.service-crm .service-crm-heading__main span {
  position: relative;
}
.service-crm .service-crm-heading__main span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-crm .service-crm-heading__lead {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-heading__lead {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-heading__lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 28px;
  }
}
.service-crm .service-crm-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-crm .service-crm-heading-box__main {
    font-size: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-heading-box__main {
    font-size: 16px;
    padding: 22px 16px;
  }
}
.service-crm .service-crm-heading-box__main span {
  color: #F15024;
}
.service-crm .service-crm-heading-box__sub {
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-heading-box__sub {
    font-size: 18px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-heading-box__sub {
    font-size: 15px;
    margin-top: 36px;
  }
}
.service-crm .service-crm-heading-box__sub span {
  color: #D76331;
}
.service-crm .service-crm-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-list--col003 {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-list--col003 {
    gap: 40px 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-list--col003 .service-crm-list__item {
    width: calc((100% - 80px) / 3);
    min-width: 343px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-list--col003 .service-crm-list__item {
    width: 100%;
  }
}
.service-crm .service-crm-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-crm .service-crm-card001 {
    box-shadow: 8px 8px 28px -7px #4a4a4a;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-card001 {
    box-shadow: 6px 6px 28px -10px #4a4a4a;
  }
}
.service-crm .service-crm-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-crm .service-crm-card001__label {
    left: -12px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-card001__label {
    left: -22px;
  }
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-card001__heading {
    margin-left: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-card001__heading {
    margin-left: 28px;
  }
}
.service-crm .service-crm-card001__heading span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 18px);
}
.service-crm .service-crm-card001__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-crm .service-crm-card001__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-card001__text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-card001__text {
    margin-top: 18px;
  }
}
.service-crm .service-crm-fv {
  background: #E4E4E4;
  width: 100vw;
  display: grid;
  align-items: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-fv {
    height: 600px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-fv {
    height: 600px;
  }
}
.service-crm .service-crm-fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: radial-gradient(#FFFFFF 26%, transparent 10%), radial-gradient(#FFFFFF 26%, transparent 10%);
  background-position: 0 0, 19px 19px;
  background-size: 38px 38px;
  opacity: 0.2;
}
.service-crm .service-crm-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-crm .service-crm-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-crm .service-crm-fv::after {
    bottom: -36px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
            clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}
.service-crm .service-crm-fv__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-fv .content {
    width: 54%;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-fv .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.service-crm .service-crm-fv .content__lead {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-fv .content__lead {
    font-size: clamp(10px, 3.733vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-fv .content__lead {
    font-size: clamp(10px, 3.5vw, 14px);
  }
}
.service-crm .service-crm-fv .content__lead > span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}
.service-crm .service-crm-fv .content__heading {
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-fv .content__heading {
    font-size: clamp(46px, 4.5vw, 56px);
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-fv .content__heading {
    font-size: clamp(10px, 8.2vw, 32px);
    margin-top: 16px;
  }
}
.service-crm .service-crm-fv .content__heading > span {
  display: inline-block;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: -2px;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-fv .content__heading > span {
    padding: 14px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-fv .content__heading > span {
    padding: 12px 8px;
  }
}
.service-crm .service-crm-fv .content__text {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-fv .content__text {
    margin-top: 32px;
    font-size: clamp(12px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-fv .content__text {
    margin-top: 20px;
    font-size: 13px;
  }
}
.service-crm .service-crm-fv .content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-fv .content__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-fv .content__list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-fv .content__item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-fv .content__item .service-crm-btn {
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-fv .content__item .service-crm-btn {
    width: 100%;
  }
}
.service-crm .service-crm-fv .object {
  position: absolute;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-fv .object {
    transform: translateY(-50%);
    top: 47%;
    right: 4%;
    max-width: 520px;
    width: 48%;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-fv .object {
    top: -52px;
    right: 9px;
    width: 36vw;
    z-index: 1;
  }
}
.service-crm .service-crm-problems {
  background: #F15024;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-problems {
    margin: 0 calc(50% - 50vw);
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-problems {
    margin: -1px calc(50% - 50vw) 0;
    padding: 78px 0 60px;
  }
}
.service-crm .service-crm-problems .introduction {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 54px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-problems .introduction {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-problems .introduction {
    font-size: clamp(20px, 6vw, 38px);
  }
}
.service-crm .service-crm-problems .introduction > span {
  position: relative;
}
.service-crm .service-crm-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-crm .service-crm-problems .introduction > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-problems .introduction > span::before {
    top: -2px;
    left: 42%;
  }
}
.service-crm .service-crm-problems .service-crm-list {
  max-width: 1110px;
  margin: 0 auto;
}
.service-crm .service-crm-problems .solution {
  position: relative;
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-problems .solution {
    padding-top: 76px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-problems .solution {
    padding-top: 62px;
    line-height: 1.8;
  }
}
.service-crm .service-crm-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-crm .service-crm-problems .solution__text {
  font-weight: 700;
}
.service-crm .service-crm-problems .solution__text--main {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-problems .solution__text--main {
    font-size: 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-problems .solution__text--main {
    font-size: clamp(18px, 8.4vw, 60px);
  }
}
.service-crm .service-crm-problems .solution__text--main > span {
  display: inline-block;
  background: #000;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-problems .solution__text--main > span {
    padding: 32px 12px 6px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-problems .solution__text--main > span {
    padding: 13px 20px 6px 20px;
  }
}
.service-crm .service-crm-problems .solution__text--main > span::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background: #F15024;
}
.service-crm .service-crm-problems .solution__text--main > span > span {
  position: relative;
}
.service-crm .service-crm-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-crm .service-crm-problems .solution__text--main > span > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-problems .solution__text--main > span > span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-crm .service-crm-problems .solution__text--sub {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-problems .solution__text--sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-problems .solution__text--sub {
    font-size: 20px;
    font-size: clamp(18px, 5.33vw, 38px);
  }
}
.service-crm .service-crm-problems .service-crm-card001__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service-crm .service-crm-cta {
  margin: 0 calc(50% - 50vw);
  background: #000;
}
.service-crm .service-crm-cta__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-cta .content {
    padding: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-cta .content {
    padding: 48px 0 64px;
  }
}
.service-crm .service-crm-cta .content__lead {
  text-align: center;
  font-weight: 700;
}
.service-crm .service-crm-cta .content__lead span {
  display: inline-block;
  color: #F15024;
  background: #fff;
  padding: 6px 8px;
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-cta .content__lead span {
    margin-top: -1px;
  }
}
.service-crm .service-crm-cta .content__heading {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-cta .content__heading {
    font-size: clamp(20px, 2.656vw, 34px);
    margin-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-cta .content__heading {
    font-size: clamp(20px, 5.3vw, 34px);
    margin-top: 32px;
  }
}
.service-crm .service-crm-cta .content__heading span {
  position: relative;
}
.service-crm .service-crm-cta .content__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-crm .service-crm-cta .content__text {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-cta .content__text {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-cta .content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-cta .content__objects {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 34px;
  }
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-cta .content__object {
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-cta .content__object {
    margin-top: 20px;
  }
}
.service-crm .service-crm-cta .content__object--001 {
  max-width: 308px;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-cta .content__object--001 {
    top: 53%;
    left: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-cta .content__object--001 {
    width: 38%;
  }
}
.service-crm .service-crm-cta .content__object--002 {
  max-width: 320px;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-cta .content__object--002 {
    top: 50%;
    right: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-cta .content__object--002 {
    width: 38%;
  }
}
.service-crm .service-crm-cta .content__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-cta .content__list {
    gap: 0 20px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-cta .content__list {
    margin-top: 34px;
    gap: 34px 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-cta .content__item {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-cta .content__item .service-crm-btn {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-points {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-points {
    padding: 48px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-points .service-crm-list {
    margin-top: 68px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-points .service-crm-list {
    margin-top: 32px;
  }
}
.service-crm .service-crm-points .service-crm-card001__heading span {
  font-size: clamp(15px, 1.328vw, 16px);
}
.service-crm .service-crm-service {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-service {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-service {
    padding: 96px 0 80px;
  }
}
.service-crm .service-crm-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-crm .service-crm-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-crm .service-crm-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-crm .service-crm-service .table {
  max-width: 1040px;
  margin: 0 auto;
}
.service-crm .service-crm-service .table__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-crm .service-crm-service .table__group {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-service .table__group {
    gap: 0 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-service .table__group {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-service .table__group:not(:last-child) .table__head {
    position: relative;
  }
  .service-crm .service-crm-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-crm .service-crm-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-crm .service-crm-service .table__group:last-child .table__item:last-child:before, .service-crm .service-crm-service .table__group:last-child .table__item:last-child:after {
    display: none !important;
  }
}
.service-crm .service-crm-service .table__head {
  background: #000;
  display: grid;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-service .table__head {
    width: 25%;
    place-items: center;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-service .table__head {
    width: 100%;
    align-items: center;
    padding: 0 12px;
    height: 77px;
  }
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-service .table__block {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-service .table__block {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
.service-crm .service-crm-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-crm .service-crm-service .table__heading {
    order: 2;
    margin-top: -8px;
  }
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-service .table__heading--mb {
    margin-bottom: 12px;
  }
}
.service-crm .service-crm-service .table__image {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-service .table__image {
    margin-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-service .table__image {
    width: 64px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-service .table__image {
    order: 1;
  }
}
.service-crm .service-crm-service .table__image img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-service .table__image--001 {
    width: 132px;
  }
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-service .table__image--002 {
    width: 116px;
  }
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-service .table__image--003 {
    width: 102px;
  }
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-service .table__body {
    width: calc(75% - 8px);
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-service .table__body {
    width: 100%;
  }
}
.service-crm .service-crm-service .table__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-crm .service-crm-service .table__item {
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-service .table__item {
    padding: 46px 14px 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-service .table__item {
    padding: 38px 16px 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-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-crm .service-crm-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-crm .service-crm-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-crm .service-crm-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-crm .service-crm-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-crm .service-crm-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-crm .service-crm-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-crm .service-crm-service .table__label {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-service .table__label {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-service .table__text {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-service .table__text {
    font-size: 14px;
  }
}
.service-crm .service-crm-differ {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0;
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-differ__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.service-crm .service-crm-differ .table {
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-differ .table {
    width: 1010px;
  }
}
.service-crm .service-crm-differ .table-container {
  width: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-differ .table-container {
    max-width: 1120px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-differ .table-container {
    padding-left: 5vw;
  }
}
.service-crm .service-crm-differ .table__inner {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.service-crm .service-crm-differ .table__group:first-child {
  width: 16%;
  min-width: 106px;
}
.service-crm .service-crm-differ .table__group:first-child .table__item {
  font-weight: 700;
}
.service-crm .service-crm-differ .table__group:first-child .table__body {
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-differ .table__group:not(:first-child) {
    min-width: 260px;
  }
}
.service-crm .service-crm-differ .table__group:not(:first-child) .table__body {
  background: #fff;
}
.service-crm .service-crm-differ .table__group:not(:first-child) .table__item {
  padding-left: 46px;
}
.service-crm .service-crm-differ .table__group:not(:first-child) .table__item:not(:last-child) {
  border-bottom: 2px solid #E4E4E4;
}
.service-crm .service-crm-differ .table__group:not(:first-child) .table__head {
  background: #A5A5A5;
  display: grid;
  place-items: center;
}
.service-crm .service-crm-differ .table__group:not(:first-child) .table__head p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-differ .table__group:not(:first-child) .table__head p {
    font-size: clamp(15px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-differ .table__group:not(:first-child) .table__head p {
    font-size: 16px;
  }
}
.service-crm .service-crm-differ .table__group:nth-child(3), .service-crm .service-crm-differ .table__group:nth-child(4) {
  width: 35.7142857143%;
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-differ .table__group:last-child {
    margin-right: 5vw;
  }
}
.service-crm .service-crm-differ .table__group--orange .table__head {
  background: #F15024 !important;
}
.service-crm .service-crm-differ .table__group--orange .table__body {
  border: 2px solid #F15024;
  padding-top: 12px !important;
  margin-top: -14px;
}
.service-crm .service-crm-differ .table__head {
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-differ .table__head {
    height: 100px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-differ .table__head {
    height: 60px;
  }
}
.service-crm .service-crm-differ .table__body {
  padding: 0 16px;
}
.service-crm .service-crm-differ .table__item {
  padding: 18px 0;
  height: 85px;
  display: grid;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-differ .table__item {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-differ .table__item {
    font-size: 14px;
  }
}
.service-crm .service-crm-differ .table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.service-crm .service-crm-differ .table__ic--circle-single {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-single.svg");
  background-size: cover;
}
.service-crm .service-crm-differ .table__ic--circle-double {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-double.svg");
  background-size: cover;
}
.service-crm .service-crm-differ .table__ic--triangle {
  width: 18px;
  height: 16px;
  background-image: url("../img/00_common/icon/triangle.svg");
  background-size: cover;
}
.service-crm .service-crm-differ .table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url("../img/00_common/icon/x.svg");
  background-size: cover;
}
.service-crm .service-crm-differ .service-crm-heading {
  margin-bottom: 42px;
}
.service-crm .service-crm-ceo {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
}
.service-crm .service-crm-ceo.--cco {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-ceo {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-ceo {
    padding: 100px 0 56px;
  }
}
.service-crm .service-crm-ceo__box {
  border: 2px solid #000;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-ceo__box {
    padding: 30px 74px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-ceo__box {
    padding: 22px 22px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.service-crm .service-crm-ceo .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-ceo .content {
    gap: 0 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-ceo .content {
    gap: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-ceo .content__body {
    width: calc(70% - 60px);
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-ceo .content__body {
    width: 100%;
    margin-top: 24px;
  }
}
.service-crm .service-crm-ceo .content__image {
  aspect-ratio: 288/320;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-ceo .content__image {
    width: 30%;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-ceo .content__image {
    width: 100%;
  }
}
.service-crm .service-crm-ceo .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-crm .service-crm-ceo .content__name {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-ceo .content__name {
    font-weight: 700;
  }
}
.service-crm .service-crm-ceo .content__name span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-ceo .content__name span {
    display: inline-block;
    margin-bottom: 8px;
  }
}
.service-crm .service-crm-ceo .content__list {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-ceo .content__list {
    margin-top: 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-ceo .content__list {
    margin-top: 16px;
  }
}
.service-crm .service-crm-ceo .content__item {
  width: 28px;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-ceo .content__inner {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-ceo .content__inner {
    margin-top: 26px;
  }
}
.service-crm .service-crm-ceo .content__text {
  font-size: 15px;
  line-height: 1.8;
}
.service-crm .service-crm-ceo .content__text + .content__text {
  margin-top: 24px;
}
.service-crm .service-crm-ceo .content__text + .content__text.utils-active {
  display: none;
}
.service-crm .service-crm-ceo .content__trigger {
  text-align: right;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}
.service-crm .service-crm-ceo .content__trigger.utils-active {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-ceo .content__trigger {
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-ceo .content__trigger {
    margin-top: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-ceo .service-crm-heading__main {
    font-size: clamp(16px, 5.2vw, 24px);
  }
}
.service-crm .service-crm-howto001 {
  background: #E6E6E6;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto001 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto001 {
    padding: 54px 0;
  }
}
.service-crm .service-crm-howto001 .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 42px;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto001 .list {
    gap: 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto001 .list {
    gap: 12px 12px;
  }
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto001 .list__item {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto001 .list__item {
    width: calc((100% - 12px) / 2);
  }
}
.service-crm .service-crm-howto001 .list .content {
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto001 .list .content {
    padding: 10px 20px 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto001 .list .content {
    padding: 2px 12px 17px 12px;
  }
}
.service-crm .service-crm-howto001 .list .content__head {
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto001 .list .content__head {
    width: 135px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto001 .list .content__head {
    width: 80%;
    max-width: 80px;
    font-size: 10px;
    font-size: clamp(10px, 2.66vw, 14px);
  }
}
.service-crm .service-crm-howto001 .list .content__text {
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto001 .list .content__text {
    font-size: 16px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto001 .list .content__text {
    font-size: clamp(10px, 2.66vw, 16px);
    margin-top: 10px;
  }
}
.service-crm .service-crm-howto001 .list--ng .content {
  border: 2px solid #E4E4E4;
}
.service-crm .service-crm-howto001 .list--ng .content__head {
  background: #A5A5A5;
  color: #fff;
}
.service-crm .service-crm-howto001 .list--ng .content__text {
  position: relative;
}
.service-crm .service-crm-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/00_common/icon/x-op.svg");
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto001 .list--ng .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto001 .list--ng .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-crm .service-crm-howto001 .list--ok .content {
  border: 2px solid #F15024;
}
.service-crm .service-crm-howto001 .list--ok .content__head {
  background: #F15024;
  color: #fff;
}
.service-crm .service-crm-howto001 .list--ok .content__text {
  position: relative;
}
.service-crm .service-crm-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/00_common/icon/circle-single-op.svg");
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto001 .list--ok .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto001 .list--ok .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-crm .service-crm-howto001 .list--before-arrow {
  padding-top: 80px;
  position: relative;
}
.service-crm .service-crm-howto001 .list--before-arrow::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #F15024;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-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-crm .service-crm-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-crm .service-crm-howto001 .solution__sub {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto001 .solution__sub {
    font-size: clamp(26px, 2.5vw, 32px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto001 .solution__sub {
    margin-top: 40px;
    font-size: clamp(22px, 5.86vw, 26px);
  }
}
.service-crm .service-crm-howto001 .solution__sub span {
  color: #F15024;
}
.service-crm .service-crm-howto001 .solution__main {
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto001 .solution__main {
    font-size: clamp(40px, 4.45vw, 57px);
    margin: 42px 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto001 .solution__main {
    font-size: clamp(28px, 7.6vw, 40px);
    margin: 26px 0 0 0;
    line-height: 1.8;
  }
}
.service-crm .service-crm-howto001 .solution__main span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto001 .solution__main span {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto001 .solution__main span {
    margin-right: -3px;
    margin-left: -3px;
  }
}
.service-crm .service-crm-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-crm .service-crm-howto001 .solution__main span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto001 .solution__main span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-crm .service-crm-howto001 .solution__main strong {
  color: #F15024;
}
.service-crm .service-crm-howto002 {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto002 {
    padding: 93px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto002 {
    padding: 57px 0 0;
  }
}
.service-crm .service-crm-howto002 .content {
  position: relative;
  background: #F15024;
  border: 2px solid #000;
  border-radius: 30px;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto002 .content {
    padding: 28px 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto002 .content {
    padding: 16px 16px;
  }
}
.service-crm .service-crm-howto002 .content__inner {
  background: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto002 .content__inner {
    display: flex;
    align-items: center;
    gap: 0 48px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto002 .content__inner {
    width: 100%;
    padding: 22px 16px 42px;
  }
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto002 .content__image {
    width: 28%;
  }
  .service-crm .service-crm-howto002 .content__image img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto002 .content__image {
    display: none;
  }
}
.service-crm .service-crm-howto002 .content__box {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto002 .content__box {
    gap: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto002 .content__box {
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
  }
}
.service-crm .service-crm-howto002 .content__lead {
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto002 .content__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto002 .content__lead {
    font-size: clamp(16px, 5.6vw, 24px);
    text-align: center;
  }
  .service-crm .service-crm-howto002 .content__lead span {
    position: relative;
  }
  .service-crm .service-crm-howto002 .content__lead span::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    background: #F15024;
  }
}
.service-crm .service-crm-howto002 .content__main {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto002 .content__main {
    white-space: nowrap;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto002 .content__main {
    display: inline-block;
    margin-top: 12px;
  }
}
.service-crm .service-crm-howto002 .content__main > span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto002 .content__main > span > span {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto002 .content__main > span > span {
    font-size: 28px;
  }
}
.service-crm .service-crm-howto002 .content__main > span > span > span {
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto002 .content__main > span > span > span {
    font-size: 65px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto002 .content__main > span > span > span {
    font-size: 57px;
  }
}
.service-crm .service-crm-howto002 .content__main::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 14px;
  background: #F15024;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto002 .content__main::before {
    bottom: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto002 .content__main::before {
    bottom: 10px;
  }
}
.service-crm .service-crm-howto002 .content__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto002 .content__note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto002 .content__note {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-howto002 .content__btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-howto002 .content__btn {
    text-align: center;
    margin-top: 40px;
  }
}
.service-crm .service-crm-howto .service-crm-heading__main {
  text-decoration: underline;
  text-decoration-color: #F15024;
  text-underline-offset: 4px;
}
.service-crm .service-crm-howto .service-crm-heading__main span::before {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-qa {
    margin: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-qa {
    margin: 72px 0;
  }
}
.service-crm .service-crm-qa .list {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.service-crm .service-crm-qa .list__item {
  width: 100%;
}
.service-crm .service-crm-qa .content__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-qa .content__inner {
    padding: 16px 52px 16px 62px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-qa .content__inner {
    padding: 16px 42px 16px 34px;
  }
}
.service-crm .service-crm-qa .content__label {
  position: absolute;
  display: inline-block;
  background-size: cover;
}
.service-crm .service-crm-qa .content__head {
  background: #FFEFE5;
  cursor: pointer;
}
.service-crm .service-crm-qa .content__head .content__text {
  color: #F15024;
}
.service-crm .service-crm-qa .content__head .content__label {
  background-image: url("../img/00_common/icon/q.svg");
  aspect-ratio: 16/19;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-qa .content__head .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-qa .content__head .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
.service-crm .service-crm-qa .content__head.utils-active .content__trigger::before {
  opacity: 0;
}
.service-crm .service-crm-qa .content__body {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-qa .content__body .content__inner {
    margin-top: 8px;
  }
}
.service-crm .service-crm-qa .content__body .content__label {
  background-image: url("../img/00_common/icon/a.svg");
  aspect-ratio: 14/16;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-qa .content__body .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-qa .content__body .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-qa .content__body .content__inner {
    padding-right: 0;
  }
}
.service-crm .service-crm-qa .content__body.utils-active {
  display: block;
}
.service-crm .service-crm-qa .content__text {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-qa .content__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-qa .content__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-qa .content__btn {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-qa .content__btn .service-crm-btn {
    min-width: 0;
    max-width: 275px;
    width: 100%;
  }
}
.service-crm .service-crm-qa .content__trigger {
  width: 17px;
  height: 17px;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .service-crm .service-crm-qa .content__trigger {
    top: 23px;
    right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .service-crm .service-crm-qa .content__trigger {
    top: 21px;
    right: 16px;
  }
}
.service-crm .service-crm-qa .content__trigger:before, .service-crm .service-crm-qa .content__trigger::after {
  content: "";
  position: absolute;
  background: #F15024;
}
.service-crm .service-crm-qa .content__trigger:before {
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.service-crm .service-crm-qa .content__trigger::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-db a {
  color: #000;
}
.service-db .js-scrollable {
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
.service-db .js-scrollable::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
@media screen and (min-width: 960px) {
  .service-db {
    margin-top: -70px;
  }
}
@media screen and (max-width: 959px) {
  .service-db {
    margin-top: -36px;
  }
}
.service-db-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1281px) {
  .service-db-inner {
    padding: 0 80px;
  }
}
.service-db .service-db-btn {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.3s;
}
.service-db .service-db-btn--white {
  color: #fff;
  border-color: #fff;
}
.service-db .service-db-btn--white:hover {
  opacity: 1;
  background-color: #F15024;
}
.service-db .service-db-btn--orange {
  background-color: #F15024;
  color: #fff;
}
.service-db .service-db-btn--orange:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
.service-db .service-db-btn--black {
  background-color: #000;
  color: #fff;
}
.service-db .service-db-btn--black:hover {
  opacity: 1;
  color: #fff;
  background-color: #F15024;
}
.service-db .service-db-btn-arrow {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.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-db .service-db-btn-arrow::before, .service-db .service-db-btn-arrow::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
}
.service-db .service-db-btn-arrow::before {
  background: #fff;
  border-radius: 100%;
  width: 25px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  right: 10px;
}
.service-db .service-db-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-db .service-db-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-heading {
    margin-bottom: 26px;
  }
}
.service-db .service-db-heading__sub {
  color: #F15024;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.service-db .service-db-heading__main {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-heading__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-heading__main {
    font-size: clamp(22px, 6vw, 32px);
  }
}
.service-db .service-db-heading__main span {
  position: relative;
}
.service-db .service-db-heading__main span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-db .service-db-heading__lead {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-heading__lead {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-heading__lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 28px;
  }
}
.service-db .service-db-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-db .service-db-heading-box__main {
    font-size: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-heading-box__main {
    font-size: 16px;
    padding: 22px 16px;
  }
}
.service-db .service-db-heading-box__main span {
  color: #F15024;
}
.service-db .service-db-heading-box__sub {
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-heading-box__sub {
    font-size: 18px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-heading-box__sub {
    font-size: 15px;
    margin-top: 36px;
  }
}
.service-db .service-db-heading-box__sub span {
  color: #D76331;
}
.service-db .service-db-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-list--col003 {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-list--col003 {
    gap: 40px 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .service-db .service-db-list--col003 .service-db-list__item {
    width: calc((100% - 80px) / 3);
    min-width: 343px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-list--col003 .service-db-list__item {
    width: 100%;
  }
}
.service-db .service-db-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-db .service-db-card001 {
    box-shadow: 8px 8px 28px -7px #4a4a4a;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-card001 {
    box-shadow: 6px 6px 28px -10px #4a4a4a;
  }
}
.service-db .service-db-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-db .service-db-card001__label {
    left: -12px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-card001__label {
    left: -22px;
  }
}
@media screen and (min-width: 960px) {
  .service-db .service-db-card001__heading {
    margin-left: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-card001__heading {
    margin-left: 28px;
  }
}
.service-db .service-db-card001__heading span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 18px);
}
.service-db .service-db-card001__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-db .service-db-card001__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-card001__text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-card001__text {
    margin-top: 18px;
  }
}
.service-db .service-db-fv {
  background: #E4E4E4;
  width: 100vw;
  display: grid;
  align-items: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-db .service-db-fv {
    height: 600px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-fv {
    height: 600px;
  }
}
.service-db .service-db-fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: radial-gradient(#FFFFFF 26%, transparent 10%), radial-gradient(#FFFFFF 26%, transparent 10%);
  background-position: 0 0, 19px 19px;
  background-size: 38px 38px;
  opacity: 0.2;
}
.service-db .service-db-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-db .service-db-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-db .service-db-fv::after {
    bottom: -36px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
            clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}
.service-db .service-db-fv__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-fv .content {
    width: 54%;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-fv .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.service-db .service-db-fv .content__lead {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-fv .content__lead {
    font-size: clamp(10px, 3.733vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-fv .content__lead {
    font-size: clamp(10px, 3.5vw, 14px);
  }
}
.service-db .service-db-fv .content__lead > span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}
.service-db .service-db-fv .content__heading {
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-fv .content__heading {
    font-size: clamp(46px, 4.5vw, 56px);
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-fv .content__heading {
    font-size: clamp(10px, 8.2vw, 32px);
    margin-top: 16px;
  }
}
.service-db .service-db-fv .content__heading > span {
  display: inline-block;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: -2px;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-fv .content__heading > span {
    padding: 14px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-fv .content__heading > span {
    padding: 12px 8px;
  }
}
.service-db .service-db-fv .content__text {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-fv .content__text {
    margin-top: 32px;
    font-size: clamp(12px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-fv .content__text {
    margin-top: 20px;
    font-size: 13px;
  }
}
.service-db .service-db-fv .content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-fv .content__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-fv .content__list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-fv .content__item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-db .service-db-fv .content__item .service-db-btn {
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-fv .content__item .service-db-btn {
    width: 100%;
  }
}
.service-db .service-db-fv .object {
  position: absolute;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-fv .object {
    transform: translateY(-50%);
    top: 57%;
    right: 6%;
    max-width: 520px;
    width: 38%;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-fv .object {
    top: -60px;
    right: 32px;
    width: 32vw;
    z-index: 1;
  }
}
.service-db .service-db-problems {
  background: #F15024;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-problems {
    margin: 0 calc(50% - 50vw);
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-problems {
    margin: -1px calc(50% - 50vw) 0;
    padding: 78px 0 60px;
  }
}
.service-db .service-db-problems .introduction {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 54px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-problems .introduction {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-problems .introduction {
    font-size: clamp(20px, 6vw, 38px);
  }
}
.service-db .service-db-problems .introduction > span {
  position: relative;
}
.service-db .service-db-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-db .service-db-problems .introduction > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-problems .introduction > span::before {
    top: -2px;
    left: 42%;
  }
}
.service-db .service-db-problems .service-db-list {
  max-width: 1110px;
  margin: 0 auto;
}
.service-db .service-db-problems .solution {
  position: relative;
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-problems .solution {
    padding-top: 76px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-problems .solution {
    padding-top: 62px;
    line-height: 1.8;
  }
}
.service-db .service-db-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-db .service-db-problems .solution__text {
  font-weight: 700;
}
.service-db .service-db-problems .solution__text--main {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-problems .solution__text--main {
    font-size: 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-problems .solution__text--main {
    font-size: clamp(18px, 8.4vw, 60px);
  }
}
.service-db .service-db-problems .solution__text--main > span {
  display: inline-block;
  background: #000;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-problems .solution__text--main > span {
    padding: 32px 12px 6px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-problems .solution__text--main > span {
    padding: 13px 20px 6px 20px;
  }
}
.service-db .service-db-problems .solution__text--main > span::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background: #F15024;
}
.service-db .service-db-problems .solution__text--main > span > span {
  position: relative;
}
.service-db .service-db-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-db .service-db-problems .solution__text--main > span > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-problems .solution__text--main > span > span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-db .service-db-problems .solution__text--sub {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-problems .solution__text--sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-problems .solution__text--sub {
    font-size: 20px;
    font-size: clamp(18px, 5.33vw, 38px);
  }
}
.service-db .service-db-cta {
  margin: 0 calc(50% - 50vw);
  background: #000;
}
.service-db .service-db-cta__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-cta .content {
    padding: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-cta .content {
    padding: 48px 0 64px;
  }
}
.service-db .service-db-cta .content__lead {
  text-align: center;
  font-weight: 700;
}
.service-db .service-db-cta .content__lead span {
  display: inline-block;
  color: #F15024;
  background: #fff;
  padding: 6px 8px;
}
@media screen and (max-width: 959px) {
  .service-db .service-db-cta .content__lead span {
    margin-top: -1px;
  }
}
.service-db .service-db-cta .content__heading {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-cta .content__heading {
    font-size: clamp(20px, 2.656vw, 34px);
    margin-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-cta .content__heading {
    font-size: clamp(20px, 5.3vw, 34px);
    margin-top: 32px;
  }
}
.service-db .service-db-cta .content__heading span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-db .service-db-cta .content__text {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-cta .content__text {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-cta .content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-cta .content__objects {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 34px;
  }
}
@media screen and (min-width: 960px) {
  .service-db .service-db-cta .content__object {
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-cta .content__object {
    margin-top: 20px;
  }
}
.service-db .service-db-cta .content__object--001 {
  max-width: 308px;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-cta .content__object--001 {
    top: 53%;
    left: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-cta .content__object--001 {
    width: 38%;
  }
}
.service-db .service-db-cta .content__object--002 {
  max-width: 320px;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-cta .content__object--002 {
    top: 50%;
    right: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-cta .content__object--002 {
    width: 38%;
  }
}
.service-db .service-db-cta .content__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-cta .content__list {
    gap: 0 20px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-cta .content__list {
    margin-top: 34px;
    gap: 34px 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-cta .content__item {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-cta .content__item .service-db-btn {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-db .service-db-points {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-points {
    padding: 48px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-db .service-db-points .service-db-list {
    margin-top: 68px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-points .service-db-list {
    margin-top: 32px;
  }
}
.service-db .service-db-points .service-db-card001__heading span {
  font-size: clamp(15px, 1.328vw, 16px);
  white-space: nowrap;
}
.service-db .service-db-service {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-service {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-service {
    padding: 96px 0 80px;
  }
}
.service-db .service-db-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-db .service-db-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-db .service-db-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-db .service-db-service .table {
  max-width: 1040px;
  margin: 0 auto;
}
.service-db .service-db-service .table__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-db .service-db-service .table__group {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-service .table__group {
    gap: 0 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-service .table__group {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-db .service-db-service .table__group:not(:last-child) .table__head {
    position: relative;
  }
  .service-db .service-db-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-db .service-db-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-db .service-db-service .table__group:last-child .table__item:last-child:before, .service-db .service-db-service .table__group:last-child .table__item:last-child:after {
    display: none !important;
  }
}
.service-db .service-db-service .table__head {
  background: #000;
  display: grid;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-service .table__head {
    width: 25%;
    place-items: center;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-service .table__head {
    width: 100%;
    align-items: center;
    padding: 0 12px;
    height: 77px;
  }
}
@media screen and (min-width: 960px) {
  .service-db .service-db-service .table__block {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-service .table__block {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
.service-db .service-db-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-db .service-db-service .table__heading {
    order: 2;
    margin-top: -8px;
  }
}
@media screen and (min-width: 960px) {
  .service-db .service-db-service .table__heading--mb {
    margin-bottom: 12px;
  }
}
.service-db .service-db-service .table__image {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-service .table__image {
    margin-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-service .table__image {
    width: 64px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-service .table__image {
    order: 1;
  }
}
.service-db .service-db-service .table__image img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-service .table__image--001 {
    width: 132px;
  }
}
@media screen and (min-width: 960px) {
  .service-db .service-db-service .table__image--002 {
    width: 116px;
  }
}
@media screen and (min-width: 960px) {
  .service-db .service-db-service .table__image--003 {
    width: 102px;
  }
}
@media screen and (min-width: 960px) {
  .service-db .service-db-service .table__body {
    width: calc(75% - 8px);
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-service .table__body {
    width: 100%;
  }
}
.service-db .service-db-service .table__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-db .service-db-service .table__item {
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-service .table__item {
    padding: 46px 14px 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-service .table__item {
    padding: 38px 16px 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-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-db .service-db-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-db .service-db-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-db .service-db-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-db .service-db-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-db .service-db-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-db .service-db-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-db .service-db-service .table__label {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-service .table__label {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-db .service-db-service .table__text {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-service .table__text {
    font-size: 14px;
  }
}
.service-db .service-db-differ {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0;
}
@media screen and (max-width: 959px) {
  .service-db .service-db-differ__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.service-db .service-db-differ .table {
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .service-db .service-db-differ .table {
    width: 1010px;
  }
}
.service-db .service-db-differ .table-container {
  width: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-differ .table-container {
    max-width: 1120px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-differ .table-container {
    padding-left: 5vw;
  }
}
.service-db .service-db-differ .table__inner {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.service-db .service-db-differ .table__group:first-child {
  width: 16%;
  min-width: 106px;
}
.service-db .service-db-differ .table__group:first-child .table__item {
  font-weight: 700;
}
.service-db .service-db-differ .table__group:first-child .table__body {
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .service-db .service-db-differ .table__group:not(:first-child) {
    min-width: 260px;
  }
}
.service-db .service-db-differ .table__group:not(:first-child) .table__body {
  background: #fff;
}
.service-db .service-db-differ .table__group:not(:first-child) .table__item {
  padding-left: 46px;
}
.service-db .service-db-differ .table__group:not(:first-child) .table__item:not(:last-child) {
  border-bottom: 2px solid #E4E4E4;
}
.service-db .service-db-differ .table__group:not(:first-child) .table__head {
  background: #A5A5A5;
  display: grid;
  place-items: center;
}
.service-db .service-db-differ .table__group:not(:first-child) .table__head p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-differ .table__group:not(:first-child) .table__head p {
    font-size: clamp(15px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-differ .table__group:not(:first-child) .table__head p {
    font-size: 16px;
  }
}
.service-db .service-db-differ .table__group:nth-child(3), .service-db .service-db-differ .table__group:nth-child(4) {
  width: 54%;
}
@media screen and (max-width: 959px) {
  .service-db .service-db-differ .table__group:last-child {
    margin-right: 5vw;
  }
}
.service-db .service-db-differ .table__group--orange {
  width: 70%;
}
.service-db .service-db-differ .table__group--orange .table__head {
  background: #F15024 !important;
}
.service-db .service-db-differ .table__group--orange .table__body {
  border: 2px solid #F15024;
  padding-top: 12px !important;
  margin-top: -14px;
}
.service-db .service-db-differ .table__head {
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-differ .table__head {
    height: 100px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-differ .table__head {
    height: 60px;
  }
}
.service-db .service-db-differ .table__body {
  padding: 0 16px;
}
.service-db .service-db-differ .table__item {
  padding: 18px 0;
  height: 85px;
  display: grid;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-differ .table__item {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-differ .table__item {
    font-size: 14px;
  }
}
.service-db .service-db-differ .table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.service-db .service-db-differ .table__ic--circle-single {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-single.svg");
  background-size: cover;
}
.service-db .service-db-differ .table__ic--circle-double {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-double.svg");
  background-size: cover;
}
.service-db .service-db-differ .table__ic--triangle {
  width: 18px;
  height: 16px;
  background-image: url("../img/00_common/icon/triangle.svg");
  background-size: cover;
}
.service-db .service-db-differ .table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url("../img/00_common/icon/x.svg");
  background-size: cover;
}
.service-db .service-db-differ .service-db-heading {
  margin-bottom: 42px;
}
.service-db .service-db-ceo {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
}
.service-db .service-db-ceo.--cco {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-ceo {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-ceo {
    padding: 100px 0 56px;
  }
}
.service-db .service-db-ceo__box {
  border: 2px solid #000;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-ceo__box {
    padding: 30px 74px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-ceo__box {
    padding: 22px 22px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.service-db .service-db-ceo .pickup-slider__next {
  right: 10px;
}
.service-db .service-db-ceo .pickup-slider__prev {
  left: 10px;
}
.service-db .service-db-ceo .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-ceo .content {
    gap: 0 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-ceo .content {
    gap: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-db .service-db-ceo .content__body {
    width: calc(70% - 60px);
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-ceo .content__body {
    width: 100%;
    margin-top: 24px;
  }
}
.service-db .service-db-ceo .content__image {
  aspect-ratio: 288/320;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-ceo .content__image {
    width: 30%;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-ceo .content__image {
    width: 100%;
  }
}
.service-db .service-db-ceo .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-db .service-db-ceo .content__name {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-ceo .content__name {
    font-weight: 700;
  }
}
.service-db .service-db-ceo .content__name span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .service-db .service-db-ceo .content__name span {
    display: inline-block;
    margin-bottom: 8px;
  }
}
.service-db .service-db-ceo .content__list {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-ceo .content__list {
    margin-top: 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-ceo .content__list {
    margin-top: 16px;
  }
}
.service-db .service-db-ceo .content__item {
  width: 28px;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-ceo .content__inner {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-ceo .content__inner {
    margin-top: 26px;
  }
}
.service-db .service-db-ceo .content__text {
  font-size: 15px;
  line-height: 1.8;
}
.service-db .service-db-ceo .content__text + .content__text {
  margin-top: 24px;
}
.service-db .service-db-ceo .content__text + .content__text.utils-active {
  display: none;
}
.service-db .service-db-ceo .content__trigger {
  text-align: right;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}
.service-db .service-db-ceo .content__trigger.utils-active {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-ceo .content__trigger {
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-ceo .content__trigger {
    margin-top: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-ceo .service-db-heading__main {
    font-size: clamp(16px, 5.2vw, 24px);
  }
}
.service-db .service-db-howto001 {
  background: #E6E6E6;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto001 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto001 {
    padding: 54px 0;
  }
}
.service-db .service-db-howto001 .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 42px;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto001 .list {
    gap: 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto001 .list {
    gap: 12px 12px;
  }
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto001 .list__item {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto001 .list__item {
    width: calc((100% - 12px) / 2);
  }
}
.service-db .service-db-howto001 .list .content {
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto001 .list .content {
    padding: 10px 20px 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto001 .list .content {
    padding: 2px 12px 17px 12px;
  }
}
.service-db .service-db-howto001 .list .content__head {
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto001 .list .content__head {
    width: 135px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto001 .list .content__head {
    width: 80%;
    max-width: 80px;
    font-size: 10px;
    font-size: clamp(10px, 2.66vw, 14px);
  }
}
.service-db .service-db-howto001 .list .content__text {
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto001 .list .content__text {
    font-size: 16px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto001 .list .content__text {
    font-size: clamp(10px, 2.66vw, 16px);
    margin-top: 10px;
  }
}
.service-db .service-db-howto001 .list--ng .content {
  border: 2px solid #E4E4E4;
}
.service-db .service-db-howto001 .list--ng .content__head {
  background: #A5A5A5;
  color: #fff;
}
.service-db .service-db-howto001 .list--ng .content__text {
  position: relative;
}
.service-db .service-db-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/00_common/icon/x-op.svg");
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto001 .list--ng .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto001 .list--ng .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-db .service-db-howto001 .list--ok .content {
  border: 2px solid #F15024;
}
.service-db .service-db-howto001 .list--ok .content__head {
  background: #F15024;
  color: #fff;
}
.service-db .service-db-howto001 .list--ok .content__text {
  position: relative;
}
.service-db .service-db-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/00_common/icon/circle-single-op.svg");
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto001 .list--ok .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto001 .list--ok .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-db .service-db-howto001 .list--before-arrow {
  padding-top: 80px;
  position: relative;
}
.service-db .service-db-howto001 .list--before-arrow::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #F15024;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-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-db .service-db-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-db .service-db-howto001 .solution__sub {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto001 .solution__sub {
    font-size: clamp(26px, 2.5vw, 32px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto001 .solution__sub {
    margin-top: 40px;
    font-size: clamp(22px, 5.86vw, 26px);
  }
}
.service-db .service-db-howto001 .solution__sub span {
  color: #F15024;
}
.service-db .service-db-howto001 .solution__main {
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto001 .solution__main {
    font-size: clamp(40px, 4.45vw, 57px);
    margin: 42px 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto001 .solution__main {
    font-size: clamp(28px, 7.6vw, 40px);
    margin: 26px 0 0 0;
    line-height: 1.8;
  }
}
.service-db .service-db-howto001 .solution__main span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto001 .solution__main span {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto001 .solution__main span {
    margin-right: -3px;
    margin-left: -3px;
  }
}
.service-db .service-db-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-db .service-db-howto001 .solution__main span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto001 .solution__main span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-db .service-db-howto001 .solution__main strong {
  color: #F15024;
}
.service-db .service-db-howto002 {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto002 {
    padding: 93px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto002 {
    padding: 57px 0 0;
  }
}
.service-db .service-db-howto002 .content {
  position: relative;
  background: #F15024;
  border: 2px solid #000;
  border-radius: 30px;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto002 .content {
    padding: 28px 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto002 .content {
    padding: 16px 16px;
  }
}
.service-db .service-db-howto002 .content__inner {
  background: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto002 .content__inner {
    display: flex;
    align-items: center;
    gap: 0 48px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto002 .content__inner {
    width: 100%;
    padding: 22px 16px 42px;
  }
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto002 .content__image {
    width: 28%;
  }
  .service-db .service-db-howto002 .content__image img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto002 .content__image {
    display: none;
  }
}
.service-db .service-db-howto002 .content__box {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto002 .content__box {
    gap: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto002 .content__box {
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
  }
}
.service-db .service-db-howto002 .content__lead {
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto002 .content__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto002 .content__lead {
    font-size: clamp(16px, 5.6vw, 24px);
    text-align: center;
  }
  .service-db .service-db-howto002 .content__lead span {
    position: relative;
  }
  .service-db .service-db-howto002 .content__lead span::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    background: #F15024;
  }
}
.service-db .service-db-howto002 .content__main {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto002 .content__main {
    white-space: nowrap;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto002 .content__main {
    display: inline-block;
    margin-top: 12px;
  }
}
.service-db .service-db-howto002 .content__main > span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto002 .content__main > span > span {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto002 .content__main > span > span {
    font-size: 28px;
  }
}
.service-db .service-db-howto002 .content__main > span > span > span {
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto002 .content__main > span > span > span {
    font-size: 65px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto002 .content__main > span > span > span {
    font-size: 57px;
  }
}
.service-db .service-db-howto002 .content__main::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 14px;
  background: #F15024;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto002 .content__main::before {
    bottom: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto002 .content__main::before {
    bottom: 10px;
  }
}
.service-db .service-db-howto002 .content__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto002 .content__note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto002 .content__note {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .service-db .service-db-howto002 .content__btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-howto002 .content__btn {
    text-align: center;
    margin-top: 40px;
  }
}
.service-db .service-db-howto .service-db-heading__main {
  text-decoration: underline;
  text-decoration-color: #F15024;
  text-underline-offset: 4px;
}
.service-db .service-db-howto .service-db-heading__main span::before {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-qa {
    margin: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-qa {
    margin: 72px 0;
  }
}
.service-db .service-db-qa .list {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.service-db .service-db-qa .list__item {
  width: 100%;
}
.service-db .service-db-qa .content__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-qa .content__inner {
    padding: 16px 52px 16px 62px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-qa .content__inner {
    padding: 16px 42px 16px 34px;
  }
}
.service-db .service-db-qa .content__label {
  position: absolute;
  display: inline-block;
  background-size: cover;
}
.service-db .service-db-qa .content__head {
  background: #FFEFE5;
  cursor: pointer;
}
.service-db .service-db-qa .content__head .content__text {
  color: #F15024;
}
.service-db .service-db-qa .content__head .content__label {
  background-image: url("../img/00_common/icon/q.svg");
  aspect-ratio: 16/19;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-qa .content__head .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-qa .content__head .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
.service-db .service-db-qa .content__head.utils-active .content__trigger::before {
  opacity: 0;
}
.service-db .service-db-qa .content__body {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-qa .content__body .content__inner {
    margin-top: 8px;
  }
}
.service-db .service-db-qa .content__body .content__label {
  background-image: url("../img/00_common/icon/a.svg");
  aspect-ratio: 14/16;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-qa .content__body .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-qa .content__body .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-qa .content__body .content__inner {
    padding-right: 0;
  }
}
.service-db .service-db-qa .content__body.utils-active {
  display: block;
}
.service-db .service-db-qa .content__text {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-qa .content__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-qa .content__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-db .service-db-qa .content__btn {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-qa .content__btn .service-db-btn {
    min-width: 0;
    max-width: 275px;
    width: 100%;
  }
}
.service-db .service-db-qa .content__trigger {
  width: 17px;
  height: 17px;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .service-db .service-db-qa .content__trigger {
    top: 23px;
    right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .service-db .service-db-qa .content__trigger {
    top: 21px;
    right: 16px;
  }
}
.service-db .service-db-qa .content__trigger:before, .service-db .service-db-qa .content__trigger::after {
  content: "";
  position: absolute;
  background: #F15024;
}
.service-db .service-db-qa .content__trigger:before {
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.service-db .service-db-qa .content__trigger::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-facebook a {
  color: #000;
}
.service-facebook .js-scrollable {
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
.service-facebook .js-scrollable::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
@media screen and (min-width: 960px) {
  .service-facebook {
    margin-top: -70px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook {
    margin-top: -36px;
  }
}
.service-facebook-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1281px) {
  .service-facebook-inner {
    padding: 0 80px;
  }
}
.service-facebook .service-facebook-btn {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.3s;
}
.service-facebook .service-facebook-btn--white {
  color: #fff;
  border-color: #fff;
}
.service-facebook .service-facebook-btn--white:hover {
  opacity: 1;
  background-color: #F15024;
}
.service-facebook .service-facebook-btn--orange {
  background-color: #F15024;
  color: #fff;
}
.service-facebook .service-facebook-btn--orange:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
.service-facebook .service-facebook-btn--black {
  background-color: #000;
  color: #fff;
}
.service-facebook .service-facebook-btn--black:hover {
  opacity: 1;
  color: #fff;
  background-color: #F15024;
}
.service-facebook .service-facebook-btn-arrow {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.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-facebook .service-facebook-btn-arrow::before, .service-facebook .service-facebook-btn-arrow::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
}
.service-facebook .service-facebook-btn-arrow::before {
  background: #fff;
  border-radius: 100%;
  width: 25px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  right: 10px;
}
.service-facebook .service-facebook-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-facebook .service-facebook-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-heading {
    margin-bottom: 26px;
  }
}
.service-facebook .service-facebook-heading__sub {
  color: #F15024;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.service-facebook .service-facebook-heading__main {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-heading__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-heading__main {
    font-size: clamp(22px, 6vw, 32px);
  }
}
.service-facebook .service-facebook-heading__main span {
  position: relative;
}
.service-facebook .service-facebook-heading__main span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-facebook .service-facebook-heading__lead {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-heading__lead {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-heading__lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 28px;
  }
}
.service-facebook .service-facebook-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-facebook .service-facebook-heading-box__main {
    font-size: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-heading-box__main {
    font-size: 16px;
    padding: 22px 16px;
  }
}
.service-facebook .service-facebook-heading-box__main span {
  color: #F15024;
}
.service-facebook .service-facebook-heading-box__sub {
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-heading-box__sub {
    font-size: 18px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-heading-box__sub {
    font-size: 15px;
    margin-top: 36px;
  }
}
.service-facebook .service-facebook-heading-box__sub span {
  color: #D76331;
}
.service-facebook .service-facebook-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-list--col003 {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-list--col003 {
    gap: 40px 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-list--col003 .service-facebook-list__item {
    width: calc((100% - 80px) / 3);
    min-width: 343px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-list--col003 .service-facebook-list__item {
    width: 100%;
  }
}
.service-facebook .service-facebook-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-facebook .service-facebook-card001 {
    box-shadow: 8px 8px 28px -7px #4a4a4a;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-card001 {
    box-shadow: 6px 6px 28px -10px #4a4a4a;
  }
}
.service-facebook .service-facebook-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-facebook .service-facebook-card001__label {
    left: -12px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-card001__label {
    left: -22px;
  }
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-card001__heading {
    margin-left: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-card001__heading {
    margin-left: 28px;
  }
}
.service-facebook .service-facebook-card001__heading span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 18px);
}
.service-facebook .service-facebook-card001__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-facebook .service-facebook-card001__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-card001__text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-card001__text {
    margin-top: 18px;
  }
}
.service-facebook .service-facebook-fv {
  background: #E4E4E4;
  width: 100vw;
  display: grid;
  align-items: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-fv {
    height: 600px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-fv {
    height: 600px;
  }
}
.service-facebook .service-facebook-fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: radial-gradient(#FFFFFF 26%, transparent 10%), radial-gradient(#FFFFFF 26%, transparent 10%);
  background-position: 0 0, 19px 19px;
  background-size: 38px 38px;
  opacity: 0.2;
}
.service-facebook .service-facebook-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-facebook .service-facebook-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-facebook .service-facebook-fv::after {
    bottom: -36px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
            clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}
.service-facebook .service-facebook-fv__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-fv .content {
    width: 54%;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-fv .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.service-facebook .service-facebook-fv .content__lead {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-fv .content__lead {
    font-size: clamp(10px, 3.733vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-fv .content__lead {
    font-size: clamp(10px, 3.5vw, 14px);
  }
}
.service-facebook .service-facebook-fv .content__lead > span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}
.service-facebook .service-facebook-fv .content__heading {
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-fv .content__heading {
    font-size: clamp(46px, 4.5vw, 56px);
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-fv .content__heading {
    font-size: clamp(10px, 8.2vw, 32px);
    margin-top: 16px;
  }
}
.service-facebook .service-facebook-fv .content__heading > span {
  display: inline-block;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: -2px;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-fv .content__heading > span {
    padding: 14px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-fv .content__heading > span {
    padding: 12px 8px;
  }
}
.service-facebook .service-facebook-fv .content__text {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-fv .content__text {
    margin-top: 32px;
    font-size: clamp(12px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-fv .content__text {
    margin-top: 20px;
    font-size: 13px;
  }
}
.service-facebook .service-facebook-fv .content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-fv .content__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-fv .content__list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-fv .content__item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-fv .content__item .service-facebook-btn {
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-fv .content__item .service-facebook-btn {
    width: 100%;
  }
}
.service-facebook .service-facebook-fv .object {
  position: absolute;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-fv .object {
    transform: translateY(-50%);
    top: 48%;
    right: 14%;
    max-width: 550px;
    width: 36%;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-fv .object {
    top: 2px;
    right: 28px;
    width: 33vw;
    z-index: 1;
  }
}
.service-facebook .service-facebook-problems {
  background: #F15024;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-problems {
    margin: 0 calc(50% - 50vw);
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-problems {
    margin: -1px calc(50% - 50vw) 0;
    padding: 78px 0 60px;
  }
}
.service-facebook .service-facebook-problems .introduction {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 54px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-problems .introduction {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-problems .introduction {
    font-size: clamp(20px, 6vw, 38px);
  }
}
.service-facebook .service-facebook-problems .introduction > span {
  position: relative;
}
.service-facebook .service-facebook-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-facebook .service-facebook-problems .introduction > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-problems .introduction > span::before {
    top: -2px;
    left: 42%;
  }
}
.service-facebook .service-facebook-problems .service-facebook-list {
  max-width: 1110px;
  margin: 0 auto;
}
.service-facebook .service-facebook-problems .solution {
  position: relative;
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-problems .solution {
    padding-top: 76px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-problems .solution {
    padding-top: 62px;
    line-height: 1.8;
  }
}
.service-facebook .service-facebook-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-facebook .service-facebook-problems .solution__text {
  font-weight: 700;
}
.service-facebook .service-facebook-problems .solution__text--main {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-problems .solution__text--main {
    font-size: 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-problems .solution__text--main {
    font-size: clamp(18px, 8.4vw, 60px);
  }
}
.service-facebook .service-facebook-problems .solution__text--main > span {
  display: inline-block;
  background: #000;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-problems .solution__text--main > span {
    padding: 32px 12px 6px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-problems .solution__text--main > span {
    padding: 13px 20px 6px 20px;
  }
}
.service-facebook .service-facebook-problems .solution__text--main > span::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background: #F15024;
}
.service-facebook .service-facebook-problems .solution__text--main > span > span {
  position: relative;
}
.service-facebook .service-facebook-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-facebook .service-facebook-problems .solution__text--main > span > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-problems .solution__text--main > span > span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-facebook .service-facebook-problems .solution__text--sub {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-problems .solution__text--sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-problems .solution__text--sub {
    font-size: 20px;
    font-size: clamp(18px, 5.33vw, 38px);
  }
}
.service-facebook .service-facebook-cta {
  margin: 0 calc(50% - 50vw);
  background: #000;
}
.service-facebook .service-facebook-cta__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-cta .content {
    padding: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-cta .content {
    padding: 48px 0 64px;
  }
}
.service-facebook .service-facebook-cta .content__lead {
  text-align: center;
  font-weight: 700;
}
.service-facebook .service-facebook-cta .content__lead span {
  display: inline-block;
  color: #F15024;
  background: #fff;
  padding: 6px 8px;
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-cta .content__lead span {
    margin-top: -1px;
  }
}
.service-facebook .service-facebook-cta .content__heading {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-cta .content__heading {
    font-size: clamp(20px, 2.656vw, 34px);
    margin-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-cta .content__heading {
    font-size: clamp(20px, 5.3vw, 34px);
    margin-top: 32px;
  }
}
.service-facebook .service-facebook-cta .content__heading span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-facebook .service-facebook-cta .content__text {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-cta .content__text {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-cta .content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-cta .content__objects {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 34px;
  }
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-cta .content__object {
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-cta .content__object {
    margin-top: 20px;
  }
}
.service-facebook .service-facebook-cta .content__object--001 {
  max-width: 308px;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-cta .content__object--001 {
    top: 53%;
    left: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-cta .content__object--001 {
    width: 38%;
  }
}
.service-facebook .service-facebook-cta .content__object--002 {
  max-width: 320px;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-cta .content__object--002 {
    top: 50%;
    right: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-cta .content__object--002 {
    width: 38%;
  }
}
.service-facebook .service-facebook-cta .content__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-cta .content__list {
    gap: 0 20px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-cta .content__list {
    margin-top: 34px;
    gap: 34px 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-cta .content__item {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-cta .content__item .service-facebook-btn {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-points {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-points {
    padding: 48px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-points .service-facebook-list {
    margin-top: 68px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-points .service-facebook-list {
    margin-top: 32px;
  }
}
.service-facebook .service-facebook-points .service-facebook-card001__heading span {
  font-size: clamp(15px, 1.328vw, 16px);
}
.service-facebook .service-facebook-service {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-service {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-service {
    padding: 96px 0 80px;
  }
}
.service-facebook .service-facebook-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-facebook .service-facebook-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-facebook .service-facebook-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-facebook .service-facebook-service .table {
  max-width: 1040px;
  margin: 0 auto;
}
.service-facebook .service-facebook-service .table__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-facebook .service-facebook-service .table__group {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-service .table__group {
    gap: 0 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-service .table__group {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-service .table__group:not(:last-child) .table__head {
    position: relative;
  }
  .service-facebook .service-facebook-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-facebook .service-facebook-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-facebook .service-facebook-service .table__group:last-child .table__item:last-child:before, .service-facebook .service-facebook-service .table__group:last-child .table__item:last-child:after {
    display: none !important;
  }
}
.service-facebook .service-facebook-service .table__head {
  background: #000;
  display: grid;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-service .table__head {
    width: 25%;
    place-items: center;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-service .table__head {
    width: 100%;
    align-items: center;
    padding: 0 12px;
    height: 77px;
  }
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-service .table__block {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-service .table__block {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
.service-facebook .service-facebook-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-facebook .service-facebook-service .table__heading {
    order: 2;
    margin-top: -8px;
  }
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-service .table__heading--mb {
    margin-bottom: 12px;
  }
}
.service-facebook .service-facebook-service .table__image {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-service .table__image {
    margin-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-service .table__image {
    width: 64px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-service .table__image {
    order: 1;
  }
}
.service-facebook .service-facebook-service .table__image img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-service .table__image--001 {
    width: 132px;
  }
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-service .table__image--002 {
    width: 116px;
  }
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-service .table__image--003 {
    width: 102px;
  }
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-service .table__body {
    width: calc(75% - 8px);
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-service .table__body {
    width: 100%;
  }
}
.service-facebook .service-facebook-service .table__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-facebook .service-facebook-service .table__item {
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-service .table__item {
    padding: 46px 14px 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-service .table__item {
    padding: 38px 16px 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-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-facebook .service-facebook-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-facebook .service-facebook-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-facebook .service-facebook-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-facebook .service-facebook-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-facebook .service-facebook-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-facebook .service-facebook-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-facebook .service-facebook-service .table__label {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-service .table__label {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-service .table__text {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-service .table__text {
    font-size: 14px;
  }
}
.service-facebook .service-facebook-service .service-facebook-heading__main span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-facebook .service-facebook-service .service-facebook-heading__main span::before {
  display: none;
}
.service-facebook .service-facebook-differ {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0;
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-differ__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.service-facebook .service-facebook-differ .table {
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-differ .table {
    width: 1010px;
  }
}
.service-facebook .service-facebook-differ .table-container {
  width: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-differ .table-container {
    max-width: 1120px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-differ .table-container {
    padding-left: 5vw;
  }
}
.service-facebook .service-facebook-differ .table__inner {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.service-facebook .service-facebook-differ .table__group:first-child {
  width: 16%;
  min-width: 165px;
}
.service-facebook .service-facebook-differ .table__group:first-child .table__item {
  font-weight: 700;
}
.service-facebook .service-facebook-differ .table__group:first-child .table__body {
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-differ .table__group:not(:first-child) {
    min-width: 260px;
  }
}
.service-facebook .service-facebook-differ .table__group:not(:first-child) .table__body {
  background: #fff;
}
.service-facebook .service-facebook-differ .table__group:not(:first-child) .table__item {
  padding-left: 46px;
}
.service-facebook .service-facebook-differ .table__group:not(:first-child) .table__item:not(:last-child) {
  border-bottom: 2px solid #E4E4E4;
}
.service-facebook .service-facebook-differ .table__group:not(:first-child) .table__head {
  background: #A5A5A5;
  display: grid;
  place-items: center;
}
.service-facebook .service-facebook-differ .table__group:not(:first-child) .table__head p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-differ .table__group:not(:first-child) .table__head p {
    font-size: clamp(15px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-differ .table__group:not(:first-child) .table__head p {
    font-size: 16px;
  }
}
.service-facebook .service-facebook-differ .table__group:nth-child(3), .service-facebook .service-facebook-differ .table__group:nth-child(4) {
  width: 54%;
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-differ .table__group:last-child {
    margin-right: 5vw;
  }
}
.service-facebook .service-facebook-differ .table__group--orange {
  width: 70%;
}
.service-facebook .service-facebook-differ .table__group--orange .table__head {
  background: #F15024 !important;
}
.service-facebook .service-facebook-differ .table__group--orange .table__body {
  border: 2px solid #F15024;
  padding-top: 12px !important;
  margin-top: -14px;
}
.service-facebook .service-facebook-differ .table__head {
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-differ .table__head {
    height: 100px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-differ .table__head {
    height: 60px;
  }
}
.service-facebook .service-facebook-differ .table__body {
  padding: 0 16px;
}
.service-facebook .service-facebook-differ .table__item {
  padding: 18px 0;
  height: 85px;
  display: grid;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-differ .table__item {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-differ .table__item {
    font-size: 14px;
  }
}
.service-facebook .service-facebook-differ .table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.service-facebook .service-facebook-differ .table__ic--circle-single {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-single.svg");
  background-size: cover;
}
.service-facebook .service-facebook-differ .table__ic--circle-double {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-double.svg");
  background-size: cover;
}
.service-facebook .service-facebook-differ .table__ic--triangle {
  width: 18px;
  height: 16px;
  background-image: url("../img/00_common/icon/triangle.svg");
  background-size: cover;
}
.service-facebook .service-facebook-differ .table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url("../img/00_common/icon/x.svg");
  background-size: cover;
}
.service-facebook .service-facebook-differ .service-facebook-heading {
  margin-bottom: 42px;
}
.service-facebook .service-facebook-ceo {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
}
.service-facebook .service-facebook-ceo.--cco {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-ceo {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-ceo {
    padding: 100px 0 56px;
  }
}
.service-facebook .service-facebook-ceo__box {
  border: 2px solid #000;
  background: #fff;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-ceo__box {
    padding: 30px 74px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-ceo__box {
    padding: 22px 22px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-ceo .swiper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-ceo .swiper {
    max-width: 500px;
    padding: 0 18px;
  }
}
.service-facebook .service-facebook-ceo .swiper .swiper-wrapper > .swiper-slide {
  height: auto;
}
.service-facebook .service-facebook-ceo .swiper .swiper-slide-next {
  opacity: 0;
}
.service-facebook .service-facebook-ceo .swiper .pickup-slider__next {
  right: 10px;
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-ceo .swiper .pickup-slider__next {
    right: 0;
    top: 50%;
  }
}
.service-facebook .service-facebook-ceo .swiper .pickup-slider__prev {
  left: 10px;
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-ceo .swiper .pickup-slider__prev {
    left: 0;
    top: 50%;
  }
}
.service-facebook .service-facebook-ceo .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-ceo .content {
    gap: 0 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-ceo .content {
    gap: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-ceo .content__body {
    width: calc(70% - 60px);
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-ceo .content__body {
    width: 100%;
    margin-top: 24px;
  }
}
.service-facebook .service-facebook-ceo .content__image {
  aspect-ratio: 288/320;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-ceo .content__image {
    width: 30%;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-ceo .content__image {
    width: 100%;
  }
}
.service-facebook .service-facebook-ceo .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-facebook .service-facebook-ceo .content__name {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-ceo .content__name {
    font-weight: 700;
  }
}
.service-facebook .service-facebook-ceo .content__name span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-ceo .content__name span {
    display: inline-block;
    margin-bottom: 8px;
  }
}
.service-facebook .service-facebook-ceo .content__list {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-ceo .content__list {
    margin-top: 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-ceo .content__list {
    margin-top: 16px;
  }
}
.service-facebook .service-facebook-ceo .content__item {
  width: 28px;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-ceo .content__inner {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-ceo .content__inner {
    margin-top: 26px;
  }
}
.service-facebook .service-facebook-ceo .content__text {
  font-size: 15px;
  line-height: 1.8;
}
.service-facebook .service-facebook-ceo .content__text + .content__text {
  margin-top: 24px;
}
.service-facebook .service-facebook-ceo .content__text + .content__text.utils-active {
  display: none;
}
.service-facebook .service-facebook-ceo .content__trigger {
  text-align: right;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}
.service-facebook .service-facebook-ceo .content__trigger.utils-active {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-ceo .content__trigger {
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-ceo .content__trigger {
    margin-top: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-ceo .service-facebook-heading__main {
    font-size: clamp(16px, 5.2vw, 24px);
  }
  .service-facebook .service-facebook-ceo .service-facebook-heading__main span {
    text-decoration: underline;
    text-decoration-color: #F15024;
    text-underline-offset: 4px;
  }
  .service-facebook .service-facebook-ceo .service-facebook-heading__main span::before {
    display: none;
  }
}
.service-facebook .service-facebook-howto001 {
  background: #E6E6E6;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto001 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto001 {
    padding: 54px 0;
  }
}
.service-facebook .service-facebook-howto001 .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 42px;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto001 .list {
    gap: 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto001 .list {
    gap: 12px 12px;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto001 .list__item {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto001 .list__item {
    width: calc((100% - 12px) / 2);
  }
}
.service-facebook .service-facebook-howto001 .list .content {
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto001 .list .content {
    padding: 10px 20px 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto001 .list .content {
    padding: 2px 12px 17px 12px;
  }
}
.service-facebook .service-facebook-howto001 .list .content__head {
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto001 .list .content__head {
    width: 80%;
    max-width: 80px;
    font-size: 10px;
    font-size: clamp(10px, 2.66vw, 14px);
  }
}
.service-facebook .service-facebook-howto001 .list .content__text {
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto001 .list .content__text {
    font-size: 16px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto001 .list .content__text {
    font-size: clamp(10px, 2.66vw, 16px);
    margin-top: 10px;
  }
}
.service-facebook .service-facebook-howto001 .list--ng .content {
  border: 2px solid #E4E4E4;
}
.service-facebook .service-facebook-howto001 .list--ng .content__head {
  background: #A5A5A5;
  color: #fff;
  white-space: nowrap;
  max-width: 100%;
  padding: 0 0.5em;
}
.service-facebook .service-facebook-howto001 .list--ng .content__text {
  position: relative;
}
.service-facebook .service-facebook-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/00_common/icon/x-op.svg");
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto001 .list--ng .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto001 .list--ng .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-facebook .service-facebook-howto001 .list--ok .content {
  border: 2px solid #F15024;
}
.service-facebook .service-facebook-howto001 .list--ok .content__head {
  background: #F15024;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto001 .list--ok .content__head {
    width: 135px;
  }
}
.service-facebook .service-facebook-howto001 .list--ok .content__text {
  position: relative;
}
.service-facebook .service-facebook-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/00_common/icon/circle-single-op.svg");
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto001 .list--ok .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto001 .list--ok .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-facebook .service-facebook-howto001 .list--before-arrow {
  padding-top: 80px;
  position: relative;
}
.service-facebook .service-facebook-howto001 .list--before-arrow::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #F15024;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-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-facebook .service-facebook-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-facebook .service-facebook-howto001 .solution__sub {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto001 .solution__sub {
    font-size: clamp(26px, 2.5vw, 32px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto001 .solution__sub {
    margin-top: 40px;
    font-size: clamp(22px, 5.86vw, 26px);
  }
}
.service-facebook .service-facebook-howto001 .solution__sub span {
  color: #F15024;
}
.service-facebook .service-facebook-howto001 .solution__main {
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto001 .solution__main {
    font-size: clamp(40px, 4.45vw, 57px);
    margin: 42px 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto001 .solution__main {
    font-size: clamp(26px, 3.6vw, 26px);
    margin: 26px 0 0 0;
    line-height: 1.8;
  }
}
.service-facebook .service-facebook-howto001 .solution__main span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto001 .solution__main span {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto001 .solution__main span {
    margin-right: -3px;
    margin-left: -3px;
  }
}
.service-facebook .service-facebook-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-facebook .service-facebook-howto001 .solution__main span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto001 .solution__main span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-facebook .service-facebook-howto001 .solution__main strong {
  color: #F15024;
}
.service-facebook .service-facebook-howto002 {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto002 {
    padding: 93px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto002 {
    padding: 57px 0 0;
  }
}
.service-facebook .service-facebook-howto002 .content {
  position: relative;
  background: #F15024;
  border: 2px solid #000;
  border-radius: 30px;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto002 .content {
    padding: 28px 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto002 .content {
    padding: 16px 16px;
  }
}
.service-facebook .service-facebook-howto002 .content__inner {
  background: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto002 .content__inner {
    display: flex;
    align-items: center;
    gap: 0 48px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto002 .content__inner {
    width: 100%;
    padding: 22px 16px 42px;
  }
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto002 .content__image {
    width: 28%;
  }
  .service-facebook .service-facebook-howto002 .content__image img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto002 .content__image {
    display: none;
  }
}
.service-facebook .service-facebook-howto002 .content__box {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto002 .content__box {
    gap: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto002 .content__box {
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
  }
}
.service-facebook .service-facebook-howto002 .content__lead {
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto002 .content__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto002 .content__lead {
    font-size: clamp(16px, 5.6vw, 24px);
    text-align: center;
  }
  .service-facebook .service-facebook-howto002 .content__lead span {
    position: relative;
  }
  .service-facebook .service-facebook-howto002 .content__lead span::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    background: #F15024;
  }
}
.service-facebook .service-facebook-howto002 .content__main {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto002 .content__main {
    white-space: nowrap;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto002 .content__main {
    display: inline-block;
    margin-top: 12px;
  }
}
.service-facebook .service-facebook-howto002 .content__main > span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto002 .content__main > span > span {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto002 .content__main > span > span {
    font-size: 28px;
  }
}
.service-facebook .service-facebook-howto002 .content__main > span > span > span {
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto002 .content__main > span > span > span {
    font-size: 65px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto002 .content__main > span > span > span {
    font-size: 57px;
  }
}
.service-facebook .service-facebook-howto002 .content__main::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 14px;
  background: #F15024;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto002 .content__main::before {
    bottom: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto002 .content__main::before {
    bottom: 10px;
  }
}
.service-facebook .service-facebook-howto002 .content__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto002 .content__note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto002 .content__note {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-howto002 .content__btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-howto002 .content__btn {
    text-align: center;
    margin-top: 40px;
  }
}
.service-facebook .service-facebook-howto .service-facebook-heading__main {
  text-decoration: underline;
  text-decoration-color: #F15024;
  text-underline-offset: 4px;
}
.service-facebook .service-facebook-howto .service-facebook-heading__main span::before {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-qa {
    margin: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-qa {
    margin: 72px 0;
  }
}
.service-facebook .service-facebook-qa .list {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.service-facebook .service-facebook-qa .list__item {
  width: 100%;
}
.service-facebook .service-facebook-qa .content__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-qa .content__inner {
    padding: 16px 52px 16px 62px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-qa .content__inner {
    padding: 16px 42px 16px 34px;
  }
}
.service-facebook .service-facebook-qa .content__label {
  position: absolute;
  display: inline-block;
  background-size: cover;
}
.service-facebook .service-facebook-qa .content__head {
  background: #FFEFE5;
  cursor: pointer;
}
.service-facebook .service-facebook-qa .content__head .content__text {
  color: #F15024;
}
.service-facebook .service-facebook-qa .content__head .content__label {
  background-image: url("../img/00_common/icon/q.svg");
  aspect-ratio: 16/19;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-qa .content__head .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-qa .content__head .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
.service-facebook .service-facebook-qa .content__head.utils-active .content__trigger::before {
  opacity: 0;
}
.service-facebook .service-facebook-qa .content__body {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-qa .content__body .content__inner {
    margin-top: 8px;
  }
}
.service-facebook .service-facebook-qa .content__body .content__label {
  background-image: url("../img/00_common/icon/a.svg");
  aspect-ratio: 14/16;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-qa .content__body .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-qa .content__body .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-qa .content__body .content__inner {
    padding-right: 0;
  }
}
.service-facebook .service-facebook-qa .content__body.utils-active {
  display: block;
}
.service-facebook .service-facebook-qa .content__text {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-qa .content__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-qa .content__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-qa .content__btn {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-qa .content__btn .service-facebook-btn {
    min-width: 0;
    max-width: 275px;
    width: 100%;
  }
}
.service-facebook .service-facebook-qa .content__trigger {
  width: 17px;
  height: 17px;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .service-facebook .service-facebook-qa .content__trigger {
    top: 23px;
    right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .service-facebook .service-facebook-qa .content__trigger {
    top: 21px;
    right: 16px;
  }
}
.service-facebook .service-facebook-qa .content__trigger:before, .service-facebook .service-facebook-qa .content__trigger::after {
  content: "";
  position: absolute;
  background: #F15024;
}
.service-facebook .service-facebook-qa .content__trigger:before {
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.service-facebook .service-facebook-qa .content__trigger::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-hubspot a {
  color: #000;
}
.service-hubspot .js-scrollable {
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
.service-hubspot .js-scrollable::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
@media screen and (min-width: 960px) {
  .service-hubspot {
    margin-top: -70px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot {
    margin-top: -36px;
  }
}
.service-hubspot-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1281px) {
  .service-hubspot-inner {
    padding: 0 80px;
  }
}
.service-hubspot .service-hubspot-btn {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.3s;
}
.service-hubspot .service-hubspot-btn--white {
  color: #fff;
  border-color: #fff;
}
.service-hubspot .service-hubspot-btn--white:hover {
  opacity: 1;
  background-color: #F15024;
}
.service-hubspot .service-hubspot-btn--orange {
  background-color: #F15024;
  color: #fff;
}
.service-hubspot .service-hubspot-btn--orange:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
.service-hubspot .service-hubspot-btn--black {
  background-color: #000;
  color: #fff;
}
.service-hubspot .service-hubspot-btn--black:hover {
  opacity: 1;
  color: #fff;
  background-color: #F15024;
}
.service-hubspot .service-hubspot-btn-arrow {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.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-hubspot .service-hubspot-btn-arrow::before, .service-hubspot .service-hubspot-btn-arrow::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
}
.service-hubspot .service-hubspot-btn-arrow::before {
  background: #fff;
  border-radius: 100%;
  width: 25px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  right: 10px;
}
.service-hubspot .service-hubspot-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-hubspot .service-hubspot-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-heading {
    margin-bottom: 26px;
  }
}
.service-hubspot .service-hubspot-heading__sub {
  color: #F15024;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.service-hubspot .service-hubspot-heading__main {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-heading__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-heading__main {
    font-size: clamp(22px, 6vw, 32px);
  }
}
.service-hubspot .service-hubspot-heading__main span {
  position: relative;
}
.service-hubspot .service-hubspot-heading__main span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-hubspot .service-hubspot-heading__lead {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-heading__lead {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-heading__lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 28px;
  }
}
.service-hubspot .service-hubspot-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-hubspot .service-hubspot-heading-box__main {
    font-size: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-heading-box__main {
    font-size: 16px;
    padding: 22px 16px;
  }
}
.service-hubspot .service-hubspot-heading-box__main span {
  color: #F15024;
}
.service-hubspot .service-hubspot-heading-box__sub {
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-heading-box__sub {
    font-size: 18px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-heading-box__sub {
    font-size: 15px;
    margin-top: 36px;
  }
}
.service-hubspot .service-hubspot-heading-box__sub span {
  color: #D76331;
}
.service-hubspot .service-hubspot-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-list--col003 {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-list--col003 {
    gap: 40px 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-list--col003 .service-hubspot-list__item {
    width: calc((100% - 80px) / 3);
    min-width: 343px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-list--col003 .service-hubspot-list__item {
    width: 100%;
  }
}
.service-hubspot .service-hubspot-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-hubspot .service-hubspot-card001 {
    box-shadow: 8px 8px 28px -7px #4a4a4a;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-card001 {
    box-shadow: 6px 6px 28px -10px #4a4a4a;
  }
}
.service-hubspot .service-hubspot-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-hubspot .service-hubspot-card001__label {
    left: -12px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-card001__label {
    left: -22px;
  }
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-card001__heading {
    margin-left: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-card001__heading {
    margin-left: 28px;
  }
}
.service-hubspot .service-hubspot-card001__heading span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 18px);
}
.service-hubspot .service-hubspot-card001__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-hubspot .service-hubspot-card001__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-card001__text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-card001__text {
    margin-top: 18px;
  }
}
.service-hubspot .service-hubspot-fv {
  background: #E4E4E4;
  width: 100vw;
  display: grid;
  align-items: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-fv {
    height: 600px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-fv {
    height: 600px;
  }
}
.service-hubspot .service-hubspot-fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: radial-gradient(#FFFFFF 26%, transparent 10%), radial-gradient(#FFFFFF 26%, transparent 10%);
  background-position: 0 0, 19px 19px;
  background-size: 38px 38px;
  opacity: 0.2;
}
.service-hubspot .service-hubspot-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-hubspot .service-hubspot-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-hubspot .service-hubspot-fv::after {
    bottom: -36px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
            clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}
.service-hubspot .service-hubspot-fv__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-fv .content {
    width: 54%;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-fv .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.service-hubspot .service-hubspot-fv .content__lead {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-fv .content__lead {
    font-size: clamp(10px, 3.733vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-fv .content__lead {
    font-size: clamp(10px, 3.5vw, 14px);
  }
}
.service-hubspot .service-hubspot-fv .content__lead > span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}
.service-hubspot .service-hubspot-fv .content__heading {
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-fv .content__heading {
    font-size: clamp(46px, 4.5vw, 56px);
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-fv .content__heading {
    font-size: clamp(10px, 8.2vw, 32px);
    margin-top: 25px;
  }
}
.service-hubspot .service-hubspot-fv .content__heading > span {
  display: inline-block;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: -2px;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-fv .content__heading > span {
    padding: 14px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-fv .content__heading > span {
    padding: 12px 8px;
  }
}
.service-hubspot .service-hubspot-fv .content__text {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-fv .content__text {
    margin-top: 32px;
    font-size: clamp(12px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-fv .content__text {
    margin-top: 20px;
    font-size: 13px;
  }
}
.service-hubspot .service-hubspot-fv .content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-fv .content__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-fv .content__list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-fv .content__item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-fv .content__item .service-hubspot-btn {
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-fv .content__item .service-hubspot-btn {
    width: 100%;
  }
}
.service-hubspot .service-hubspot-fv .object {
  position: absolute;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-fv .object {
    transform: translateY(-50%);
    top: 55%;
    right: 6%;
    max-width: 550px;
    width: 38%;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-fv .object {
    top: -36px;
    right: 28px;
    width: 33vw;
    z-index: 1;
  }
}
.service-hubspot .service-hubspot-problems {
  background: #F15024;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-problems {
    margin: 0 calc(50% - 50vw);
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-problems {
    margin: -1px calc(50% - 50vw) 0;
    padding: 78px 0 60px;
  }
}
.service-hubspot .service-hubspot-problems .introduction {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 54px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-problems .introduction {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-problems .introduction {
    font-size: clamp(20px, 6vw, 38px);
  }
}
.service-hubspot .service-hubspot-problems .introduction > span {
  position: relative;
}
.service-hubspot .service-hubspot-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-hubspot .service-hubspot-problems .introduction > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-problems .introduction > span::before {
    top: -2px;
    left: 42%;
  }
}
.service-hubspot .service-hubspot-problems .service-hubspot-list {
  max-width: 1110px;
  margin: 0 auto;
}
.service-hubspot .service-hubspot-problems .solution {
  position: relative;
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-problems .solution {
    padding-top: 76px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-problems .solution {
    padding-top: 62px;
    line-height: 1.8;
  }
}
.service-hubspot .service-hubspot-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-hubspot .service-hubspot-problems .solution__text {
  font-weight: 700;
}
.service-hubspot .service-hubspot-problems .solution__text--main {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-problems .solution__text--main {
    font-size: 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-problems .solution__text--main {
    font-size: clamp(18px, 8.4vw, 60px);
  }
}
.service-hubspot .service-hubspot-problems .solution__text--main > span {
  display: inline-block;
  background: #000;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-problems .solution__text--main > span {
    padding: 32px 12px 6px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-problems .solution__text--main > span {
    padding: 13px 20px 6px 20px;
  }
}
.service-hubspot .service-hubspot-problems .solution__text--main > span::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background: #F15024;
}
.service-hubspot .service-hubspot-problems .solution__text--main > span > span {
  position: relative;
}
.service-hubspot .service-hubspot-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-hubspot .service-hubspot-problems .solution__text--main > span > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-problems .solution__text--main > span > span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-hubspot .service-hubspot-problems .solution__text--sub {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-problems .solution__text--sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-problems .solution__text--sub {
    font-size: 20px;
    font-size: clamp(18px, 5.33vw, 38px);
  }
}
.service-hubspot .service-hubspot-cta {
  margin: 0 calc(50% - 50vw);
  background: #000;
}
.service-hubspot .service-hubspot-cta__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-cta .content {
    padding: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-cta .content {
    padding: 48px 0 64px;
  }
}
.service-hubspot .service-hubspot-cta .content__lead {
  text-align: center;
  font-weight: 700;
}
.service-hubspot .service-hubspot-cta .content__lead span {
  display: inline-block;
  color: #F15024;
  background: #fff;
  padding: 6px 8px;
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-cta .content__lead span {
    margin-top: -1px;
  }
}
.service-hubspot .service-hubspot-cta .content__heading {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-cta .content__heading {
    font-size: clamp(20px, 2.656vw, 34px);
    margin-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-cta .content__heading {
    font-size: clamp(20px, 5.3vw, 34px);
    margin-top: 32px;
  }
}
.service-hubspot .service-hubspot-cta .content__heading span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-hubspot .service-hubspot-cta .content__text {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-cta .content__text {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-cta .content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-cta .content__objects {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 34px;
  }
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-cta .content__object {
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-cta .content__object {
    margin-top: 20px;
  }
}
.service-hubspot .service-hubspot-cta .content__object--001 {
  max-width: 308px;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-cta .content__object--001 {
    top: 53%;
    left: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-cta .content__object--001 {
    width: 38%;
  }
}
.service-hubspot .service-hubspot-cta .content__object--002 {
  max-width: 320px;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-cta .content__object--002 {
    top: 50%;
    right: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-cta .content__object--002 {
    width: 38%;
  }
}
.service-hubspot .service-hubspot-cta .content__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-cta .content__list {
    gap: 0 20px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-cta .content__list {
    margin-top: 34px;
    gap: 34px 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-cta .content__item {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-cta .content__item .service-hubspot-btn {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-points {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-points {
    padding: 48px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-points .service-hubspot-list {
    margin-top: 68px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-points .service-hubspot-list {
    margin-top: 32px;
  }
}
.service-hubspot .service-hubspot-points .service-hubspot-card001__heading span {
  font-size: clamp(15px, 1.328vw, 16px);
}
.service-hubspot .service-hubspot-service {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-service {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-service {
    padding: 96px 0 80px;
  }
}
.service-hubspot .service-hubspot-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-hubspot .service-hubspot-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-hubspot .service-hubspot-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-hubspot .service-hubspot-service .table {
  max-width: 1040px;
  margin: 0 auto;
}
.service-hubspot .service-hubspot-service .table__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-hubspot .service-hubspot-service .table__group {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-service .table__group {
    gap: 0 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-service .table__group {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-service .table__group:not(:last-child) .table__head {
    position: relative;
  }
  .service-hubspot .service-hubspot-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-hubspot .service-hubspot-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-hubspot .service-hubspot-service .table__group:last-child .table__item:last-child:before, .service-hubspot .service-hubspot-service .table__group:last-child .table__item:last-child:after {
    display: none !important;
  }
}
.service-hubspot .service-hubspot-service .table__head {
  background: #000;
  display: grid;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-service .table__head {
    width: 25%;
    place-items: center;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-service .table__head {
    width: 100%;
    align-items: center;
    padding: 0 12px;
    height: 77px;
  }
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-service .table__block {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-service .table__block {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
.service-hubspot .service-hubspot-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-hubspot .service-hubspot-service .table__heading {
    order: 2;
    margin-top: -8px;
  }
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-service .table__heading--mb {
    margin-bottom: 12px;
  }
}
.service-hubspot .service-hubspot-service .table__image {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-service .table__image {
    margin-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-service .table__image {
    width: 64px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-service .table__image {
    order: 1;
  }
}
.service-hubspot .service-hubspot-service .table__image img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-service .table__image--001 {
    width: 132px;
  }
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-service .table__image--002 {
    width: 116px;
  }
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-service .table__image--003 {
    width: 102px;
  }
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-service .table__body {
    width: calc(75% - 8px);
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-service .table__body {
    width: 100%;
  }
}
.service-hubspot .service-hubspot-service .table__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-hubspot .service-hubspot-service .table__item {
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-service .table__item {
    padding: 46px 14px 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-service .table__item {
    padding: 38px 16px 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-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-hubspot .service-hubspot-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-hubspot .service-hubspot-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-hubspot .service-hubspot-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-hubspot .service-hubspot-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-hubspot .service-hubspot-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-hubspot .service-hubspot-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-hubspot .service-hubspot-service .table__label {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-service .table__label {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-service .table__text {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-service .table__text {
    font-size: 14px;
  }
}
.service-hubspot .service-hubspot-service .service-hubspot-heading__main span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-hubspot .service-hubspot-service .service-hubspot-heading__main span::before {
  display: none;
}
.service-hubspot .service-hubspot-differ {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0;
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-differ__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.service-hubspot .service-hubspot-differ .table {
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-differ .table {
    width: 1010px;
  }
}
.service-hubspot .service-hubspot-differ .table-container {
  width: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-differ .table-container {
    max-width: 1120px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-differ .table-container {
    padding-left: 5vw;
  }
}
.service-hubspot .service-hubspot-differ .table__inner {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.service-hubspot .service-hubspot-differ .table__group:first-child {
  width: 16%;
  min-width: 106px;
}
.service-hubspot .service-hubspot-differ .table__group:first-child .table__item {
  font-weight: 700;
}
.service-hubspot .service-hubspot-differ .table__group:first-child .table__body {
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-differ .table__group:not(:first-child) {
    min-width: 260px;
  }
}
.service-hubspot .service-hubspot-differ .table__group:not(:first-child) .table__body {
  background: #fff;
}
.service-hubspot .service-hubspot-differ .table__group:not(:first-child) .table__item {
  padding-left: 46px;
}
.service-hubspot .service-hubspot-differ .table__group:not(:first-child) .table__item:not(:last-child) {
  border-bottom: 2px solid #E4E4E4;
}
.service-hubspot .service-hubspot-differ .table__group:not(:first-child) .table__head {
  background: #A5A5A5;
  display: grid;
  place-items: center;
}
.service-hubspot .service-hubspot-differ .table__group:not(:first-child) .table__head p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-differ .table__group:not(:first-child) .table__head p {
    font-size: clamp(15px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-differ .table__group:not(:first-child) .table__head p {
    font-size: 16px;
  }
}
.service-hubspot .service-hubspot-differ .table__group:nth-child(3), .service-hubspot .service-hubspot-differ .table__group:nth-child(4) {
  width: 54%;
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-differ .table__group:last-child {
    margin-right: 5vw;
  }
}
.service-hubspot .service-hubspot-differ .table__group--orange {
  width: 70%;
}
.service-hubspot .service-hubspot-differ .table__group--orange .table__head {
  background: #F15024 !important;
}
.service-hubspot .service-hubspot-differ .table__group--orange .table__body {
  border: 2px solid #F15024;
  padding-top: 12px !important;
  margin-top: -14px;
}
.service-hubspot .service-hubspot-differ .table__head {
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-differ .table__head {
    height: 100px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-differ .table__head {
    height: 60px;
  }
}
.service-hubspot .service-hubspot-differ .table__body {
  padding: 0 16px;
}
.service-hubspot .service-hubspot-differ .table__item {
  padding: 18px 0;
  height: 85px;
  display: grid;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-differ .table__item {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-differ .table__item {
    font-size: 14px;
  }
}
.service-hubspot .service-hubspot-differ .table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.service-hubspot .service-hubspot-differ .table__ic--circle-single {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-single.svg");
  background-size: cover;
}
.service-hubspot .service-hubspot-differ .table__ic--circle-double {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-double.svg");
  background-size: cover;
}
.service-hubspot .service-hubspot-differ .table__ic--triangle {
  width: 18px;
  height: 16px;
  background-image: url("../img/00_common/icon/triangle.svg");
  background-size: cover;
}
.service-hubspot .service-hubspot-differ .table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url("../img/00_common/icon/x.svg");
  background-size: cover;
}
.service-hubspot .service-hubspot-differ .service-hubspot-heading {
  margin-bottom: 42px;
}
.service-hubspot .service-hubspot-ceo {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
}
.service-hubspot .service-hubspot-ceo.--cco {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-ceo {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-ceo {
    padding: 100px 0 56px;
  }
}
.service-hubspot .service-hubspot-ceo__box {
  border: 2px solid #000;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-ceo__box {
    padding: 30px 74px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-ceo__box {
    padding: 22px 22px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.service-hubspot .service-hubspot-ceo .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-ceo .content {
    gap: 0 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-ceo .content {
    gap: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-ceo .content__body {
    width: calc(70% - 60px);
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-ceo .content__body {
    width: 100%;
    margin-top: 24px;
  }
}
.service-hubspot .service-hubspot-ceo .content__image {
  aspect-ratio: 288/320;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-ceo .content__image {
    width: 30%;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-ceo .content__image {
    width: 100%;
  }
}
.service-hubspot .service-hubspot-ceo .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-hubspot .service-hubspot-ceo .content__name {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-ceo .content__name {
    font-weight: 700;
  }
}
.service-hubspot .service-hubspot-ceo .content__name span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-ceo .content__name span {
    display: inline-block;
    margin-bottom: 8px;
  }
}
.service-hubspot .service-hubspot-ceo .content__list {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-ceo .content__list {
    margin-top: 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-ceo .content__list {
    margin-top: 16px;
  }
}
.service-hubspot .service-hubspot-ceo .content__item {
  width: 28px;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-ceo .content__inner {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-ceo .content__inner {
    margin-top: 26px;
  }
}
.service-hubspot .service-hubspot-ceo .content__text {
  font-size: 15px;
  line-height: 1.8;
}
.service-hubspot .service-hubspot-ceo .content__text + .content__text {
  margin-top: 24px;
}
.service-hubspot .service-hubspot-ceo .content__text + .content__text.utils-active {
  display: none;
}
.service-hubspot .service-hubspot-ceo .content__trigger {
  text-align: right;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}
.service-hubspot .service-hubspot-ceo .content__trigger.utils-active {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-ceo .content__trigger {
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-ceo .content__trigger {
    margin-top: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-ceo .service-hubspot-heading__main {
    font-size: clamp(16px, 5.2vw, 24px);
  }
  .service-hubspot .service-hubspot-ceo .service-hubspot-heading__main span {
    text-decoration: underline;
    text-decoration-color: #F15024;
    text-underline-offset: 4px;
  }
  .service-hubspot .service-hubspot-ceo .service-hubspot-heading__main span::before {
    display: none;
  }
}
.service-hubspot .service-hubspot-howto001 {
  background: #E6E6E6;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto001 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto001 {
    padding: 54px 0;
  }
}
.service-hubspot .service-hubspot-howto001 .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 42px;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto001 .list {
    gap: 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto001 .list {
    gap: 12px 12px;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto001 .list__item {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto001 .list__item {
    width: calc((100% - 12px) / 2);
  }
}
.service-hubspot .service-hubspot-howto001 .list .content {
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto001 .list .content {
    padding: 10px 20px 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto001 .list .content {
    padding: 2px 12px 17px 12px;
  }
}
.service-hubspot .service-hubspot-howto001 .list .content__head {
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto001 .list .content__head {
    width: 80%;
    max-width: 80px;
    font-size: 10px;
    font-size: clamp(10px, 2.66vw, 14px);
  }
}
.service-hubspot .service-hubspot-howto001 .list .content__text {
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto001 .list .content__text {
    font-size: 16px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto001 .list .content__text {
    font-size: clamp(10px, 2.66vw, 16px);
    margin-top: 10px;
  }
}
.service-hubspot .service-hubspot-howto001 .list--ng .content {
  border: 2px solid #E4E4E4;
}
.service-hubspot .service-hubspot-howto001 .list--ng .content__head {
  background: #A5A5A5;
  color: #fff;
  white-space: nowrap;
  max-width: 100%;
  padding: 0 0.5em;
}
.service-hubspot .service-hubspot-howto001 .list--ng .content__text {
  position: relative;
}
.service-hubspot .service-hubspot-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/00_common/icon/x-op.svg");
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto001 .list--ng .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto001 .list--ng .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-hubspot .service-hubspot-howto001 .list--ok .content {
  border: 2px solid #F15024;
}
.service-hubspot .service-hubspot-howto001 .list--ok .content__head {
  background: #F15024;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto001 .list--ok .content__head {
    width: 135px;
  }
}
.service-hubspot .service-hubspot-howto001 .list--ok .content__text {
  position: relative;
}
.service-hubspot .service-hubspot-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/00_common/icon/circle-single-op.svg");
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto001 .list--ok .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto001 .list--ok .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-hubspot .service-hubspot-howto001 .list--before-arrow {
  padding-top: 80px;
  position: relative;
}
.service-hubspot .service-hubspot-howto001 .list--before-arrow::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #F15024;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-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-hubspot .service-hubspot-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-hubspot .service-hubspot-howto001 .solution__sub {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto001 .solution__sub {
    font-size: clamp(26px, 2.5vw, 32px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto001 .solution__sub {
    margin-top: 40px;
    font-size: clamp(22px, 5.86vw, 26px);
  }
}
.service-hubspot .service-hubspot-howto001 .solution__sub span {
  color: #F15024;
}
.service-hubspot .service-hubspot-howto001 .solution__main {
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto001 .solution__main {
    font-size: clamp(40px, 4.45vw, 57px);
    margin: 42px 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto001 .solution__main {
    font-size: clamp(26px, 3.6vw, 26px);
    margin: 26px 0 0 0;
    line-height: 1.8;
  }
}
.service-hubspot .service-hubspot-howto001 .solution__main span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto001 .solution__main span {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto001 .solution__main span {
    margin-right: -3px;
    margin-left: -3px;
  }
}
.service-hubspot .service-hubspot-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-hubspot .service-hubspot-howto001 .solution__main span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto001 .solution__main span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-hubspot .service-hubspot-howto001 .solution__main strong {
  color: #F15024;
}
.service-hubspot .service-hubspot-howto002 {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto002 {
    padding: 93px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto002 {
    padding: 57px 0 0;
  }
}
.service-hubspot .service-hubspot-howto002 .content {
  position: relative;
  background: #F15024;
  border: 2px solid #000;
  border-radius: 30px;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto002 .content {
    padding: 28px 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto002 .content {
    padding: 16px 16px;
  }
}
.service-hubspot .service-hubspot-howto002 .content__inner {
  background: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto002 .content__inner {
    display: flex;
    align-items: center;
    gap: 0 48px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto002 .content__inner {
    width: 100%;
    padding: 22px 16px 42px;
  }
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto002 .content__image {
    width: 28%;
  }
  .service-hubspot .service-hubspot-howto002 .content__image img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto002 .content__image {
    display: none;
  }
}
.service-hubspot .service-hubspot-howto002 .content__box {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto002 .content__box {
    gap: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto002 .content__box {
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
  }
}
.service-hubspot .service-hubspot-howto002 .content__lead {
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto002 .content__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto002 .content__lead {
    font-size: clamp(16px, 5.6vw, 24px);
    text-align: center;
  }
  .service-hubspot .service-hubspot-howto002 .content__lead span {
    position: relative;
  }
  .service-hubspot .service-hubspot-howto002 .content__lead span::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    background: #F15024;
  }
}
.service-hubspot .service-hubspot-howto002 .content__main {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto002 .content__main {
    white-space: nowrap;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto002 .content__main {
    display: inline-block;
    margin-top: 12px;
  }
}
.service-hubspot .service-hubspot-howto002 .content__main > span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto002 .content__main > span > span {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto002 .content__main > span > span {
    font-size: 28px;
  }
}
.service-hubspot .service-hubspot-howto002 .content__main > span > span > span {
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto002 .content__main > span > span > span {
    font-size: 65px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto002 .content__main > span > span > span {
    font-size: 57px;
  }
}
.service-hubspot .service-hubspot-howto002 .content__main::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 14px;
  background: #F15024;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto002 .content__main::before {
    bottom: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto002 .content__main::before {
    bottom: 10px;
  }
}
.service-hubspot .service-hubspot-howto002 .content__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto002 .content__note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto002 .content__note {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-howto002 .content__btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-howto002 .content__btn {
    text-align: center;
    margin-top: 40px;
  }
}
.service-hubspot .service-hubspot-howto .service-hubspot-heading__main {
  text-decoration: underline;
  text-decoration-color: #F15024;
  text-underline-offset: 4px;
}
.service-hubspot .service-hubspot-howto .service-hubspot-heading__main span::before {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-qa {
    margin: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-qa {
    margin: 72px 0;
  }
}
.service-hubspot .service-hubspot-qa .list {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.service-hubspot .service-hubspot-qa .list__item {
  width: 100%;
}
.service-hubspot .service-hubspot-qa .content__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-qa .content__inner {
    padding: 16px 52px 16px 62px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-qa .content__inner {
    padding: 16px 42px 16px 34px;
  }
}
.service-hubspot .service-hubspot-qa .content__label {
  position: absolute;
  display: inline-block;
  background-size: cover;
}
.service-hubspot .service-hubspot-qa .content__head {
  background: #FFEFE5;
  cursor: pointer;
}
.service-hubspot .service-hubspot-qa .content__head .content__text {
  color: #F15024;
}
.service-hubspot .service-hubspot-qa .content__head .content__label {
  background-image: url("../img/00_common/icon/q.svg");
  aspect-ratio: 16/19;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-qa .content__head .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-qa .content__head .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
.service-hubspot .service-hubspot-qa .content__head.utils-active .content__trigger::before {
  opacity: 0;
}
.service-hubspot .service-hubspot-qa .content__body {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-qa .content__body .content__inner {
    margin-top: 8px;
  }
}
.service-hubspot .service-hubspot-qa .content__body .content__label {
  background-image: url("../img/00_common/icon/a.svg");
  aspect-ratio: 14/16;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-qa .content__body .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-qa .content__body .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-qa .content__body .content__inner {
    padding-right: 0;
  }
}
.service-hubspot .service-hubspot-qa .content__body.utils-active {
  display: block;
}
.service-hubspot .service-hubspot-qa .content__text {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-qa .content__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-qa .content__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-qa .content__btn {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-qa .content__btn .service-hubspot-btn {
    min-width: 0;
    max-width: 275px;
    width: 100%;
  }
}
.service-hubspot .service-hubspot-qa .content__trigger {
  width: 17px;
  height: 17px;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .service-hubspot .service-hubspot-qa .content__trigger {
    top: 23px;
    right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .service-hubspot .service-hubspot-qa .content__trigger {
    top: 21px;
    right: 16px;
  }
}
.service-hubspot .service-hubspot-qa .content__trigger:before, .service-hubspot .service-hubspot-qa .content__trigger::after {
  content: "";
  position: absolute;
  background: #F15024;
}
.service-hubspot .service-hubspot-qa .content__trigger:before {
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.service-hubspot .service-hubspot-qa .content__trigger::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-instagram a {
  color: #000;
}
.service-instagram .js-scrollable {
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
.service-instagram .js-scrollable::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
@media screen and (min-width: 960px) {
  .service-instagram {
    margin-top: -70px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram {
    margin-top: -36px;
  }
}
.service-instagram-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1281px) {
  .service-instagram-inner {
    padding: 0 80px;
  }
}
.service-instagram .service-instagram-btn {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.3s;
}
.service-instagram .service-instagram-btn--white {
  color: #fff;
  border-color: #fff;
}
.service-instagram .service-instagram-btn--white:hover {
  opacity: 1;
  background-color: #F15024;
}
.service-instagram .service-instagram-btn--orange {
  background-color: #F15024;
  color: #fff;
}
.service-instagram .service-instagram-btn--orange:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
.service-instagram .service-instagram-btn--black {
  background-color: #000;
  color: #fff;
}
.service-instagram .service-instagram-btn--black:hover {
  opacity: 1;
  color: #fff;
  background-color: #F15024;
}
.service-instagram .service-instagram-btn-arrow {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.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-instagram .service-instagram-btn-arrow::before, .service-instagram .service-instagram-btn-arrow::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
}
.service-instagram .service-instagram-btn-arrow::before {
  background: #fff;
  border-radius: 100%;
  width: 25px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  right: 10px;
}
.service-instagram .service-instagram-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-instagram .service-instagram-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-heading {
    margin-bottom: 26px;
  }
}
.service-instagram .service-instagram-heading__sub {
  color: #F15024;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.service-instagram .service-instagram-heading__main {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-heading__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-heading__main {
    font-size: clamp(22px, 6vw, 32px);
  }
}
.service-instagram .service-instagram-heading__main span {
  position: relative;
}
.service-instagram .service-instagram-heading__main span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-instagram .service-instagram-heading__lead {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-heading__lead {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-heading__lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 28px;
  }
}
.service-instagram .service-instagram-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-instagram .service-instagram-heading-box__main {
    font-size: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-heading-box__main {
    font-size: 16px;
    padding: 22px 16px;
  }
}
.service-instagram .service-instagram-heading-box__main span {
  color: #F15024;
}
.service-instagram .service-instagram-heading-box__sub {
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-heading-box__sub {
    font-size: 18px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-heading-box__sub {
    font-size: 15px;
    margin-top: 36px;
  }
}
.service-instagram .service-instagram-heading-box__sub span {
  color: #D76331;
}
.service-instagram .service-instagram-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-list--col003 {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-list--col003 {
    gap: 40px 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-list--col003 .service-instagram-list__item {
    width: calc((100% - 80px) / 3);
    min-width: 343px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-list--col003 .service-instagram-list__item {
    width: 100%;
  }
}
.service-instagram .service-instagram-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-instagram .service-instagram-card001 {
    box-shadow: 8px 8px 28px -7px #4a4a4a;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-card001 {
    box-shadow: 6px 6px 28px -10px #4a4a4a;
  }
}
.service-instagram .service-instagram-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-instagram .service-instagram-card001__label {
    left: -12px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-card001__label {
    left: -22px;
  }
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-card001__heading {
    margin-left: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-card001__heading {
    margin-left: 28px;
  }
}
.service-instagram .service-instagram-card001__heading span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 18px);
}
.service-instagram .service-instagram-card001__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-instagram .service-instagram-card001__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-card001__text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-card001__text {
    margin-top: 18px;
  }
}
.service-instagram .service-instagram-fv {
  background: #E4E4E4;
  width: 100vw;
  display: grid;
  align-items: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-fv {
    height: 600px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-fv {
    height: 600px;
  }
}
.service-instagram .service-instagram-fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: radial-gradient(#FFFFFF 26%, transparent 10%), radial-gradient(#FFFFFF 26%, transparent 10%);
  background-position: 0 0, 19px 19px;
  background-size: 38px 38px;
  opacity: 0.2;
}
.service-instagram .service-instagram-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-instagram .service-instagram-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-instagram .service-instagram-fv::after {
    bottom: -36px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
            clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}
.service-instagram .service-instagram-fv__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-fv .content {
    width: 54%;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-fv .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.service-instagram .service-instagram-fv .content__lead {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-fv .content__lead {
    font-size: clamp(10px, 3.733vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-fv .content__lead {
    font-size: clamp(10px, 3.5vw, 14px);
  }
}
.service-instagram .service-instagram-fv .content__lead > span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}
.service-instagram .service-instagram-fv .content__heading {
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-fv .content__heading {
    font-size: clamp(46px, 4.5vw, 56px);
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-fv .content__heading {
    font-size: clamp(10px, 8.2vw, 32px);
    margin-top: 16px;
  }
}
.service-instagram .service-instagram-fv .content__heading > span {
  display: inline-block;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: -2px;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-fv .content__heading > span {
    padding: 14px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-fv .content__heading > span {
    padding: 12px 8px;
  }
}
.service-instagram .service-instagram-fv .content__text {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-fv .content__text {
    margin-top: 32px;
    font-size: clamp(12px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-fv .content__text {
    margin-top: 20px;
    font-size: 13px;
  }
}
.service-instagram .service-instagram-fv .content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-fv .content__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-fv .content__list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-fv .content__item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-fv .content__item .service-instagram-btn {
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-fv .content__item .service-instagram-btn {
    width: 100%;
  }
}
.service-instagram .service-instagram-fv .object {
  position: absolute;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-fv .object {
    transform: translateY(-50%);
    top: 48%;
    right: 14%;
    max-width: 550px;
    width: 36%;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-fv .object {
    top: -48px;
    right: 28px;
    width: 33vw;
    z-index: 1;
  }
}
.service-instagram .service-instagram-problems {
  background: #F15024;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-problems {
    margin: 0 calc(50% - 50vw);
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-problems {
    margin: -1px calc(50% - 50vw) 0;
    padding: 78px 0 60px;
  }
}
.service-instagram .service-instagram-problems .introduction {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 54px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-problems .introduction {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-problems .introduction {
    font-size: clamp(20px, 6vw, 38px);
  }
}
.service-instagram .service-instagram-problems .introduction > span {
  position: relative;
}
.service-instagram .service-instagram-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-instagram .service-instagram-problems .introduction > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-problems .introduction > span::before {
    top: -2px;
    left: 42%;
  }
}
.service-instagram .service-instagram-problems .service-instagram-list {
  max-width: 1110px;
  margin: 0 auto;
}
.service-instagram .service-instagram-problems .solution {
  position: relative;
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-problems .solution {
    padding-top: 76px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-problems .solution {
    padding-top: 62px;
    line-height: 1.8;
  }
}
.service-instagram .service-instagram-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-instagram .service-instagram-problems .solution__text {
  font-weight: 700;
}
.service-instagram .service-instagram-problems .solution__text--main {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-problems .solution__text--main {
    font-size: 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-problems .solution__text--main {
    font-size: clamp(18px, 8.4vw, 60px);
  }
}
.service-instagram .service-instagram-problems .solution__text--main > span {
  display: inline-block;
  background: #000;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-problems .solution__text--main > span {
    padding: 32px 12px 6px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-problems .solution__text--main > span {
    padding: 13px 20px 6px 20px;
  }
}
.service-instagram .service-instagram-problems .solution__text--main > span::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background: #F15024;
}
.service-instagram .service-instagram-problems .solution__text--main > span > span {
  position: relative;
}
.service-instagram .service-instagram-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-instagram .service-instagram-problems .solution__text--main > span > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-problems .solution__text--main > span > span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-instagram .service-instagram-problems .solution__text--sub {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-problems .solution__text--sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-problems .solution__text--sub {
    font-size: 20px;
    font-size: clamp(18px, 5.33vw, 38px);
  }
}
.service-instagram .service-instagram-cta {
  margin: 0 calc(50% - 50vw);
  background: #000;
}
.service-instagram .service-instagram-cta__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-cta .content {
    padding: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-cta .content {
    padding: 48px 0 64px;
  }
}
.service-instagram .service-instagram-cta .content__lead {
  text-align: center;
  font-weight: 700;
}
.service-instagram .service-instagram-cta .content__lead span {
  display: inline-block;
  color: #F15024;
  background: #fff;
  padding: 6px 8px;
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-cta .content__lead span {
    margin-top: -1px;
  }
}
.service-instagram .service-instagram-cta .content__heading {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-cta .content__heading {
    font-size: clamp(20px, 2.656vw, 34px);
    margin-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-cta .content__heading {
    font-size: clamp(20px, 5.3vw, 34px);
    margin-top: 32px;
  }
}
.service-instagram .service-instagram-cta .content__heading span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-instagram .service-instagram-cta .content__text {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-cta .content__text {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-cta .content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-cta .content__objects {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 34px;
  }
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-cta .content__object {
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-cta .content__object {
    margin-top: 20px;
  }
}
.service-instagram .service-instagram-cta .content__object--001 {
  max-width: 308px;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-cta .content__object--001 {
    top: 53%;
    left: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-cta .content__object--001 {
    width: 38%;
  }
}
.service-instagram .service-instagram-cta .content__object--002 {
  max-width: 320px;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-cta .content__object--002 {
    top: 50%;
    right: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-cta .content__object--002 {
    width: 38%;
  }
}
.service-instagram .service-instagram-cta .content__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-cta .content__list {
    gap: 0 20px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-cta .content__list {
    margin-top: 34px;
    gap: 34px 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-cta .content__item {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-cta .content__item .service-instagram-btn {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-points {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-points {
    padding: 48px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-points .service-instagram-list {
    margin-top: 68px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-points .service-instagram-list {
    margin-top: 32px;
  }
}
.service-instagram .service-instagram-points .service-instagram-card001__heading span {
  font-size: clamp(15px, 1.328vw, 16px);
}
.service-instagram .service-instagram-service {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-service {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-service {
    padding: 96px 0 80px;
  }
}
.service-instagram .service-instagram-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-instagram .service-instagram-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-instagram .service-instagram-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-instagram .service-instagram-service .table {
  max-width: 1040px;
  margin: 0 auto;
}
.service-instagram .service-instagram-service .table__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-instagram .service-instagram-service .table__group {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-service .table__group {
    gap: 0 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-service .table__group {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-service .table__group:not(:last-child) .table__head {
    position: relative;
  }
  .service-instagram .service-instagram-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-instagram .service-instagram-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-instagram .service-instagram-service .table__group:last-child .table__item:last-child:before, .service-instagram .service-instagram-service .table__group:last-child .table__item:last-child:after {
    display: none !important;
  }
}
.service-instagram .service-instagram-service .table__head {
  background: #000;
  display: grid;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-service .table__head {
    width: 25%;
    place-items: center;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-service .table__head {
    width: 100%;
    align-items: center;
    padding: 0 12px;
    height: 77px;
  }
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-service .table__block {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-service .table__block {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
.service-instagram .service-instagram-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-instagram .service-instagram-service .table__heading {
    order: 2;
    margin-top: -8px;
  }
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-service .table__heading--mb {
    margin-bottom: 12px;
  }
}
.service-instagram .service-instagram-service .table__image {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-service .table__image {
    margin-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-service .table__image {
    width: 64px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-service .table__image {
    order: 1;
  }
}
.service-instagram .service-instagram-service .table__image img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-service .table__image--001 {
    width: 132px;
  }
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-service .table__image--002 {
    width: 116px;
  }
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-service .table__image--003 {
    width: 102px;
  }
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-service .table__body {
    width: calc(75% - 8px);
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-service .table__body {
    width: 100%;
  }
}
.service-instagram .service-instagram-service .table__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-instagram .service-instagram-service .table__item {
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-service .table__item {
    padding: 46px 14px 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-service .table__item {
    padding: 38px 16px 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-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-instagram .service-instagram-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-instagram .service-instagram-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-instagram .service-instagram-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-instagram .service-instagram-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-instagram .service-instagram-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-instagram .service-instagram-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-instagram .service-instagram-service .table__label {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-service .table__label {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-service .table__text {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-service .table__text {
    font-size: 14px;
  }
}
.service-instagram .service-instagram-service .service-instagram-heading__main span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-instagram .service-instagram-service .service-instagram-heading__main span::before {
  display: none;
}
.service-instagram .service-instagram-differ {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0;
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-differ__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.service-instagram .service-instagram-differ .table {
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-differ .table {
    width: 1010px;
  }
}
.service-instagram .service-instagram-differ .table-container {
  width: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-differ .table-container {
    max-width: 1120px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-differ .table-container {
    padding-left: 5vw;
  }
}
.service-instagram .service-instagram-differ .table__inner {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.service-instagram .service-instagram-differ .table__group:first-child {
  width: 16%;
  min-width: 165px;
}
.service-instagram .service-instagram-differ .table__group:first-child .table__item {
  font-weight: 700;
}
.service-instagram .service-instagram-differ .table__group:first-child .table__body {
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-differ .table__group:not(:first-child) {
    min-width: 260px;
  }
}
.service-instagram .service-instagram-differ .table__group:not(:first-child) .table__body {
  background: #fff;
}
.service-instagram .service-instagram-differ .table__group:not(:first-child) .table__item {
  padding-left: 46px;
}
.service-instagram .service-instagram-differ .table__group:not(:first-child) .table__item:not(:last-child) {
  border-bottom: 2px solid #E4E4E4;
}
.service-instagram .service-instagram-differ .table__group:not(:first-child) .table__head {
  background: #A5A5A5;
  display: grid;
  place-items: center;
}
.service-instagram .service-instagram-differ .table__group:not(:first-child) .table__head p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-differ .table__group:not(:first-child) .table__head p {
    font-size: clamp(15px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-differ .table__group:not(:first-child) .table__head p {
    font-size: 16px;
  }
}
.service-instagram .service-instagram-differ .table__group:nth-child(3), .service-instagram .service-instagram-differ .table__group:nth-child(4) {
  width: 54%;
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-differ .table__group:last-child {
    margin-right: 5vw;
  }
}
.service-instagram .service-instagram-differ .table__group--orange {
  width: 70%;
}
.service-instagram .service-instagram-differ .table__group--orange .table__head {
  background: #F15024 !important;
}
.service-instagram .service-instagram-differ .table__group--orange .table__body {
  border: 2px solid #F15024;
  padding-top: 12px !important;
  margin-top: -14px;
}
.service-instagram .service-instagram-differ .table__head {
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-differ .table__head {
    height: 100px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-differ .table__head {
    height: 60px;
  }
}
.service-instagram .service-instagram-differ .table__body {
  padding: 0 16px;
}
.service-instagram .service-instagram-differ .table__item {
  padding: 18px 0;
  height: 85px;
  display: grid;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-differ .table__item {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-differ .table__item {
    font-size: 14px;
  }
}
.service-instagram .service-instagram-differ .table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.service-instagram .service-instagram-differ .table__ic--circle-single {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-single.svg");
  background-size: cover;
}
.service-instagram .service-instagram-differ .table__ic--circle-double {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-double.svg");
  background-size: cover;
}
.service-instagram .service-instagram-differ .table__ic--triangle {
  width: 18px;
  height: 16px;
  background-image: url("../img/00_common/icon/triangle.svg");
  background-size: cover;
}
.service-instagram .service-instagram-differ .table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url("../img/00_common/icon/x.svg");
  background-size: cover;
}
.service-instagram .service-instagram-differ .service-instagram-heading {
  margin-bottom: 42px;
}
.service-instagram .service-instagram-ceo {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
}
.service-instagram .service-instagram-ceo.--cco {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-ceo {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-ceo {
    padding: 100px 0 56px;
  }
}
.service-instagram .service-instagram-ceo__box {
  border: 2px solid #000;
  background: #fff;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-ceo__box {
    padding: 30px 74px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-ceo__box {
    padding: 22px 22px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-ceo .swiper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-ceo .swiper {
    max-width: 500px;
    padding: 0 18px;
  }
}
.service-instagram .service-instagram-ceo .swiper .swiper-wrapper > .swiper-slide {
  height: auto;
}
.service-instagram .service-instagram-ceo .swiper .swiper-slide-next {
  opacity: 0;
}
.service-instagram .service-instagram-ceo .swiper .pickup-slider__next {
  right: 10px;
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-ceo .swiper .pickup-slider__next {
    right: 0;
    top: 50%;
  }
}
.service-instagram .service-instagram-ceo .swiper .pickup-slider__prev {
  left: 10px;
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-ceo .swiper .pickup-slider__prev {
    left: 0;
    top: 50%;
  }
}
.service-instagram .service-instagram-ceo .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-ceo .content {
    gap: 0 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-ceo .content {
    gap: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-ceo .content__body {
    width: calc(70% - 60px);
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-ceo .content__body {
    width: 100%;
    margin-top: 24px;
  }
}
.service-instagram .service-instagram-ceo .content__image {
  aspect-ratio: 288/320;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-ceo .content__image {
    width: 30%;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-ceo .content__image {
    width: 100%;
  }
}
.service-instagram .service-instagram-ceo .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-instagram .service-instagram-ceo .content__name {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-ceo .content__name {
    font-weight: 700;
  }
}
.service-instagram .service-instagram-ceo .content__name span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-ceo .content__name span {
    display: inline-block;
    margin-bottom: 8px;
  }
}
.service-instagram .service-instagram-ceo .content__list {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-ceo .content__list {
    margin-top: 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-ceo .content__list {
    margin-top: 16px;
  }
}
.service-instagram .service-instagram-ceo .content__item {
  width: 28px;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-ceo .content__inner {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-ceo .content__inner {
    margin-top: 26px;
  }
}
.service-instagram .service-instagram-ceo .content__text {
  font-size: 15px;
  line-height: 1.8;
}
.service-instagram .service-instagram-ceo .content__text + .content__text {
  margin-top: 24px;
}
.service-instagram .service-instagram-ceo .content__text + .content__text.utils-active {
  display: none;
}
.service-instagram .service-instagram-ceo .content__trigger {
  text-align: right;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}
.service-instagram .service-instagram-ceo .content__trigger.utils-active {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-ceo .content__trigger {
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-ceo .content__trigger {
    margin-top: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-ceo .service-instagram-heading__main {
    font-size: clamp(16px, 5.2vw, 24px);
  }
  .service-instagram .service-instagram-ceo .service-instagram-heading__main span {
    text-decoration: underline;
    text-decoration-color: #F15024;
    text-underline-offset: 4px;
  }
  .service-instagram .service-instagram-ceo .service-instagram-heading__main span::before {
    display: none;
  }
}
.service-instagram .service-instagram-howto001 {
  background: #E6E6E6;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto001 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto001 {
    padding: 54px 0;
  }
}
.service-instagram .service-instagram-howto001 .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 42px;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto001 .list {
    gap: 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto001 .list {
    gap: 12px 12px;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto001 .list__item {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto001 .list__item {
    width: calc((100% - 12px) / 2);
  }
}
.service-instagram .service-instagram-howto001 .list .content {
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto001 .list .content {
    padding: 10px 20px 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto001 .list .content {
    padding: 2px 12px 17px 12px;
  }
}
.service-instagram .service-instagram-howto001 .list .content__head {
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto001 .list .content__head {
    width: 80%;
    max-width: 80px;
    font-size: 10px;
    font-size: clamp(10px, 2.66vw, 14px);
  }
}
.service-instagram .service-instagram-howto001 .list .content__text {
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto001 .list .content__text {
    font-size: 16px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto001 .list .content__text {
    font-size: clamp(10px, 2.66vw, 16px);
    margin-top: 10px;
  }
}
.service-instagram .service-instagram-howto001 .list--ng .content {
  border: 2px solid #E4E4E4;
}
.service-instagram .service-instagram-howto001 .list--ng .content__head {
  background: #A5A5A5;
  color: #fff;
  white-space: nowrap;
  max-width: 100%;
  padding: 0 0.5em;
}
.service-instagram .service-instagram-howto001 .list--ng .content__text {
  position: relative;
}
.service-instagram .service-instagram-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/00_common/icon/x-op.svg");
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto001 .list--ng .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto001 .list--ng .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-instagram .service-instagram-howto001 .list--ok .content {
  border: 2px solid #F15024;
}
.service-instagram .service-instagram-howto001 .list--ok .content__head {
  background: #F15024;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto001 .list--ok .content__head {
    width: 135px;
  }
}
.service-instagram .service-instagram-howto001 .list--ok .content__text {
  position: relative;
}
.service-instagram .service-instagram-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/00_common/icon/circle-single-op.svg");
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto001 .list--ok .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto001 .list--ok .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-instagram .service-instagram-howto001 .list--before-arrow {
  padding-top: 80px;
  position: relative;
}
.service-instagram .service-instagram-howto001 .list--before-arrow::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #F15024;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-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-instagram .service-instagram-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-instagram .service-instagram-howto001 .solution__sub {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto001 .solution__sub {
    font-size: clamp(26px, 2.5vw, 32px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto001 .solution__sub {
    margin-top: 40px;
    font-size: clamp(22px, 5.86vw, 26px);
  }
}
.service-instagram .service-instagram-howto001 .solution__sub span {
  color: #F15024;
}
.service-instagram .service-instagram-howto001 .solution__main {
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto001 .solution__main {
    font-size: clamp(40px, 4.45vw, 57px);
    margin: 42px 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto001 .solution__main {
    font-size: clamp(26px, 3.6vw, 26px);
    margin: 26px 0 0 0;
    line-height: 1.8;
  }
}
.service-instagram .service-instagram-howto001 .solution__main span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto001 .solution__main span {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto001 .solution__main span {
    margin-right: -3px;
    margin-left: -3px;
  }
}
.service-instagram .service-instagram-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-instagram .service-instagram-howto001 .solution__main span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto001 .solution__main span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-instagram .service-instagram-howto001 .solution__main strong {
  color: #F15024;
}
.service-instagram .service-instagram-howto002 {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto002 {
    padding: 93px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto002 {
    padding: 57px 0 0;
  }
}
.service-instagram .service-instagram-howto002 .content {
  position: relative;
  background: #F15024;
  border: 2px solid #000;
  border-radius: 30px;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto002 .content {
    padding: 28px 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto002 .content {
    padding: 16px 16px;
  }
}
.service-instagram .service-instagram-howto002 .content__inner {
  background: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto002 .content__inner {
    display: flex;
    align-items: center;
    gap: 0 48px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto002 .content__inner {
    width: 100%;
    padding: 22px 16px 42px;
  }
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto002 .content__image {
    width: 28%;
  }
  .service-instagram .service-instagram-howto002 .content__image img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto002 .content__image {
    display: none;
  }
}
.service-instagram .service-instagram-howto002 .content__box {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto002 .content__box {
    gap: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto002 .content__box {
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
  }
}
.service-instagram .service-instagram-howto002 .content__lead {
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto002 .content__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto002 .content__lead {
    font-size: clamp(16px, 5.6vw, 24px);
    text-align: center;
  }
  .service-instagram .service-instagram-howto002 .content__lead span {
    position: relative;
  }
  .service-instagram .service-instagram-howto002 .content__lead span::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    background: #F15024;
  }
}
.service-instagram .service-instagram-howto002 .content__main {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto002 .content__main {
    white-space: nowrap;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto002 .content__main {
    display: inline-block;
    margin-top: 12px;
  }
}
.service-instagram .service-instagram-howto002 .content__main > span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto002 .content__main > span > span {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto002 .content__main > span > span {
    font-size: 28px;
  }
}
.service-instagram .service-instagram-howto002 .content__main > span > span > span {
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto002 .content__main > span > span > span {
    font-size: 65px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto002 .content__main > span > span > span {
    font-size: 57px;
  }
}
.service-instagram .service-instagram-howto002 .content__main::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 14px;
  background: #F15024;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto002 .content__main::before {
    bottom: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto002 .content__main::before {
    bottom: 10px;
  }
}
.service-instagram .service-instagram-howto002 .content__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto002 .content__note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto002 .content__note {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-howto002 .content__btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-howto002 .content__btn {
    text-align: center;
    margin-top: 40px;
  }
}
.service-instagram .service-instagram-howto .service-instagram-heading__main {
  text-decoration: underline;
  text-decoration-color: #F15024;
  text-underline-offset: 4px;
}
.service-instagram .service-instagram-howto .service-instagram-heading__main span::before {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-qa {
    margin: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-qa {
    margin: 72px 0;
  }
}
.service-instagram .service-instagram-qa .list {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.service-instagram .service-instagram-qa .list__item {
  width: 100%;
}
.service-instagram .service-instagram-qa .content__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-qa .content__inner {
    padding: 16px 52px 16px 62px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-qa .content__inner {
    padding: 16px 42px 16px 34px;
  }
}
.service-instagram .service-instagram-qa .content__label {
  position: absolute;
  display: inline-block;
  background-size: cover;
}
.service-instagram .service-instagram-qa .content__head {
  background: #FFEFE5;
  cursor: pointer;
}
.service-instagram .service-instagram-qa .content__head .content__text {
  color: #F15024;
}
.service-instagram .service-instagram-qa .content__head .content__label {
  background-image: url("../img/00_common/icon/q.svg");
  aspect-ratio: 16/19;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-qa .content__head .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-qa .content__head .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
.service-instagram .service-instagram-qa .content__head.utils-active .content__trigger::before {
  opacity: 0;
}
.service-instagram .service-instagram-qa .content__body {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-qa .content__body .content__inner {
    margin-top: 8px;
  }
}
.service-instagram .service-instagram-qa .content__body .content__label {
  background-image: url("../img/00_common/icon/a.svg");
  aspect-ratio: 14/16;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-qa .content__body .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-qa .content__body .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-qa .content__body .content__inner {
    padding-right: 0;
  }
}
.service-instagram .service-instagram-qa .content__body.utils-active {
  display: block;
}
.service-instagram .service-instagram-qa .content__text {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-qa .content__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-qa .content__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-qa .content__btn {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-qa .content__btn .service-instagram-btn {
    min-width: 0;
    max-width: 275px;
    width: 100%;
  }
}
.service-instagram .service-instagram-qa .content__trigger {
  width: 17px;
  height: 17px;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .service-instagram .service-instagram-qa .content__trigger {
    top: 23px;
    right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .service-instagram .service-instagram-qa .content__trigger {
    top: 21px;
    right: 16px;
  }
}
.service-instagram .service-instagram-qa .content__trigger:before, .service-instagram .service-instagram-qa .content__trigger::after {
  content: "";
  position: absolute;
  background: #F15024;
}
.service-instagram .service-instagram-qa .content__trigger:before {
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.service-instagram .service-instagram-qa .content__trigger::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-interview a {
  color: #000;
}
.service-interview .js-scrollable {
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
.service-interview .js-scrollable::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
@media screen and (min-width: 960px) {
  .service-interview {
    margin-top: -70px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview {
    margin-top: -36px;
  }
}
.service-interview-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1281px) {
  .service-interview-inner {
    padding: 0 80px;
  }
}
.service-interview .service-interview-btn {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.3s;
}
.service-interview .service-interview-btn--white {
  color: #fff;
  border-color: #fff;
}
.service-interview .service-interview-btn--white:hover {
  opacity: 1;
  background-color: #F15024;
}
.service-interview .service-interview-btn--orange {
  background-color: #F15024;
  color: #fff;
}
.service-interview .service-interview-btn--orange:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
.service-interview .service-interview-btn--black {
  background-color: #000;
  color: #fff;
}
.service-interview .service-interview-btn--black:hover {
  opacity: 1;
  color: #fff;
  background-color: #F15024;
}
.service-interview .service-interview-btn-arrow {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.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-interview .service-interview-btn-arrow::before, .service-interview .service-interview-btn-arrow::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
}
.service-interview .service-interview-btn-arrow::before {
  background: #fff;
  border-radius: 100%;
  width: 25px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  right: 10px;
}
.service-interview .service-interview-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-interview .service-interview-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-heading {
    margin-bottom: 26px;
  }
}
.service-interview .service-interview-heading__sub {
  color: #F15024;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.service-interview .service-interview-heading__main {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-heading__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-heading__main {
    font-size: clamp(22px, 6vw, 32px);
  }
}
.service-interview .service-interview-heading__main span {
  position: relative;
}
.service-interview .service-interview-heading__main span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-interview .service-interview-heading__lead {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-heading__lead {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-heading__lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 28px;
  }
}
.service-interview .service-interview-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-interview .service-interview-heading-box__main {
    font-size: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-heading-box__main {
    font-size: 16px;
    padding: 22px 16px;
  }
}
.service-interview .service-interview-heading-box__main span {
  color: #F15024;
}
.service-interview .service-interview-heading-box__sub {
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-heading-box__sub {
    font-size: 18px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-heading-box__sub {
    font-size: 15px;
    margin-top: 36px;
  }
}
.service-interview .service-interview-heading-box__sub span {
  color: #D76331;
}
.service-interview .service-interview-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-list--col003 {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-list--col003 {
    gap: 40px 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-list--col003 .service-interview-list__item {
    width: calc((100% - 80px) / 3);
    min-width: 343px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-list--col003 .service-interview-list__item {
    width: 100%;
  }
}
.service-interview .service-interview-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-interview .service-interview-card001 {
    box-shadow: 8px 8px 28px -7px #4a4a4a;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-card001 {
    box-shadow: 6px 6px 28px -10px #4a4a4a;
  }
}
.service-interview .service-interview-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-interview .service-interview-card001__label {
    left: -12px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-card001__label {
    left: -22px;
  }
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-card001__heading {
    margin-left: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-card001__heading {
    margin-left: 28px;
  }
}
.service-interview .service-interview-card001__heading span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 18px);
}
.service-interview .service-interview-card001__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-interview .service-interview-card001__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-card001__text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-card001__text {
    margin-top: 18px;
  }
}
.service-interview .service-interview-fv {
  background: #E4E4E4;
  width: 100vw;
  display: grid;
  align-items: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-fv {
    height: 600px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-fv {
    height: 600px;
  }
}
.service-interview .service-interview-fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: radial-gradient(#FFFFFF 26%, transparent 10%), radial-gradient(#FFFFFF 26%, transparent 10%);
  background-position: 0 0, 19px 19px;
  background-size: 38px 38px;
  opacity: 0.2;
}
.service-interview .service-interview-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-interview .service-interview-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-interview .service-interview-fv::after {
    bottom: -36px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
            clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}
.service-interview .service-interview-fv__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-fv .content {
    width: 54%;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-fv .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.service-interview .service-interview-fv .content__lead {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-fv .content__lead {
    font-size: clamp(10px, 3.733vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-fv .content__lead {
    font-size: clamp(10px, 3.5vw, 14px);
  }
}
.service-interview .service-interview-fv .content__lead > span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}
.service-interview .service-interview-fv .content__heading {
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-fv .content__heading {
    font-size: clamp(40px, 3.8vw, 45px);
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-fv .content__heading {
    font-size: clamp(10px, 7.2vw, 26px);
    margin-top: 16px;
  }
}
.service-interview .service-interview-fv .content__heading > span {
  display: inline-block;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: -2px;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-fv .content__heading > span {
    padding: 14px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-fv .content__heading > span {
    padding: 12px 8px;
  }
}
.service-interview .service-interview-fv .content__text {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-fv .content__text {
    margin-top: 32px;
    font-size: clamp(12px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-fv .content__text {
    margin-top: 20px;
    font-size: 13px;
  }
}
.service-interview .service-interview-fv .content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-fv .content__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-fv .content__list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-fv .content__item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-fv .content__item .service-interview-btn {
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-fv .content__item .service-interview-btn {
    width: 100%;
  }
}
.service-interview .service-interview-fv .object {
  position: absolute;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-fv .object {
    transform: translateY(-50%);
    top: 48%;
    right: 8%;
    max-width: 550px;
    width: 36%;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-fv .object {
    top: 2px;
    right: 28px;
    width: 33vw;
    z-index: 1;
  }
}
.service-interview .service-interview-problems {
  background: #F15024;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-problems {
    margin: 0 calc(50% - 50vw);
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-problems {
    margin: -1px calc(50% - 50vw) 0;
    padding: 78px 0 60px;
  }
}
.service-interview .service-interview-problems .introduction {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 54px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-problems .introduction {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-problems .introduction {
    font-size: clamp(20px, 6vw, 38px);
  }
}
.service-interview .service-interview-problems .introduction > span {
  position: relative;
}
.service-interview .service-interview-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-interview .service-interview-problems .introduction > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-problems .introduction > span::before {
    top: -2px;
    left: 42%;
  }
}
.service-interview .service-interview-problems .service-interview-list {
  max-width: 1110px;
  margin: 0 auto;
}
.service-interview .service-interview-problems .solution {
  position: relative;
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-problems .solution {
    padding-top: 76px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-problems .solution {
    padding-top: 62px;
    line-height: 1.8;
  }
}
.service-interview .service-interview-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-interview .service-interview-problems .solution__text {
  font-weight: 700;
}
.service-interview .service-interview-problems .solution__text--main {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-problems .solution__text--main {
    font-size: 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-problems .solution__text--main {
    font-size: clamp(18px, 8.4vw, 60px);
  }
}
.service-interview .service-interview-problems .solution__text--main > span {
  display: inline-block;
  background: #000;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-problems .solution__text--main > span {
    padding: 32px 12px 6px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-problems .solution__text--main > span {
    padding: 13px 20px 6px 20px;
  }
}
.service-interview .service-interview-problems .solution__text--main > span::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background: #F15024;
}
.service-interview .service-interview-problems .solution__text--main > span > span {
  position: relative;
}
.service-interview .service-interview-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-interview .service-interview-problems .solution__text--main > span > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-problems .solution__text--main > span > span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-interview .service-interview-problems .solution__text--sub {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-problems .solution__text--sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-problems .solution__text--sub {
    font-size: 20px;
    font-size: clamp(18px, 5.33vw, 38px);
  }
}
.service-interview .service-interview-cta {
  margin: 0 calc(50% - 50vw);
  background: #000;
}
.service-interview .service-interview-cta__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-cta .content {
    padding: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-cta .content {
    padding: 48px 0 64px;
  }
}
.service-interview .service-interview-cta .content__lead {
  text-align: center;
  font-weight: 700;
}
.service-interview .service-interview-cta .content__lead span {
  display: inline-block;
  color: #F15024;
  background: #fff;
  padding: 6px 8px;
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-cta .content__lead span {
    margin-top: -1px;
  }
}
.service-interview .service-interview-cta .content__heading {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-cta .content__heading {
    font-size: clamp(20px, 2.656vw, 34px);
    margin-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-cta .content__heading {
    font-size: clamp(20px, 5.3vw, 34px);
    margin-top: 32px;
  }
}
.service-interview .service-interview-cta .content__heading span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-interview .service-interview-cta .content__text {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-cta .content__text {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-cta .content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-cta .content__objects {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 34px;
  }
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-cta .content__object {
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-cta .content__object {
    margin-top: 20px;
  }
}
.service-interview .service-interview-cta .content__object--001 {
  max-width: 308px;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-cta .content__object--001 {
    top: 53%;
    left: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-cta .content__object--001 {
    width: 38%;
  }
}
.service-interview .service-interview-cta .content__object--002 {
  max-width: 320px;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-cta .content__object--002 {
    top: 50%;
    right: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-cta .content__object--002 {
    width: 38%;
  }
}
.service-interview .service-interview-cta .content__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-cta .content__list {
    gap: 0 20px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-cta .content__list {
    margin-top: 34px;
    gap: 34px 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-cta .content__item {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-cta .content__item .service-interview-btn {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-points {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-points {
    padding: 48px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-points .service-interview-list {
    margin-top: 68px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-points .service-interview-list {
    margin-top: 32px;
  }
}
.service-interview .service-interview-points .service-interview-card001__heading span {
  font-size: clamp(15px, 1.328vw, 16px);
}
.service-interview .service-interview-service {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-service {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-service {
    padding: 96px 0 80px;
  }
}
.service-interview .service-interview-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-interview .service-interview-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-interview .service-interview-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-interview .service-interview-service .table {
  max-width: 1040px;
  margin: 0 auto;
}
.service-interview .service-interview-service .table__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-interview .service-interview-service .table__group {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-service .table__group {
    gap: 0 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-service .table__group {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-service .table__group:not(:last-child) .table__head {
    position: relative;
  }
  .service-interview .service-interview-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-interview .service-interview-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 (min-width: 960px) {
  .service-interview .service-interview-service .table__group:last-child .table__head {
    padding-block: 40px;
  }
  .service-interview .service-interview-service .table__group:last-child .table__list {
    height: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-service .table__group:last-child .table__item:last-child:before, .service-interview .service-interview-service .table__group:last-child .table__item:last-child:after {
    display: none !important;
  }
}
.service-interview .service-interview-service .table__head {
  background: #000;
  display: grid;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-service .table__head {
    width: 25%;
    place-items: center;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-service .table__head {
    width: 100%;
    align-items: center;
    padding: 0 12px;
    height: 77px;
  }
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-service .table__block {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-service .table__block {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
.service-interview .service-interview-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-interview .service-interview-service .table__heading {
    order: 2;
    margin-top: -8px;
  }
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-service .table__heading--mb {
    margin-bottom: 12px;
  }
}
.service-interview .service-interview-service .table__image {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-service .table__image {
    margin-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-service .table__image {
    width: 64px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-service .table__image {
    order: 1;
  }
}
.service-interview .service-interview-service .table__image img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-service .table__image--001 {
    width: 132px;
  }
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-service .table__image--002 {
    width: 116px;
  }
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-service .table__image--003 {
    width: 102px;
  }
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-service .table__body {
    width: calc(75% - 8px);
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-service .table__body {
    width: 100%;
  }
}
.service-interview .service-interview-service .table__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-interview .service-interview-service .table__item {
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-service .table__item {
    padding: 46px 14px 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-service .table__item {
    padding: 38px 16px 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-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-interview .service-interview-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-interview .service-interview-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-interview .service-interview-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-interview .service-interview-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-interview .service-interview-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-interview .service-interview-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-interview .service-interview-service .table__label {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-service .table__label {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-service .table__text {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-service .table__text {
    font-size: 14px;
  }
}
.service-interview .service-interview-service .service-interview-heading__main span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-interview .service-interview-service .service-interview-heading__main span::before {
  display: none;
}
.service-interview .service-interview-differ {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0;
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-differ__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.service-interview .service-interview-differ .table {
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-differ .table {
    width: 1270px;
  }
}
.service-interview .service-interview-differ .table-container {
  width: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-differ .table-container {
    max-width: 1120px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-differ .table-container {
    padding-left: 5vw;
  }
}
.service-interview .service-interview-differ .table__inner {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.service-interview .service-interview-differ .table__group:first-child {
  min-width: 130px;
}
.service-interview .service-interview-differ .table__group:first-child .table__item {
  font-weight: 700;
}
.service-interview .service-interview-differ .table__group:first-child .table__body {
  padding: 0;
}
.service-interview .service-interview-differ .table__group:not(:first-child) {
  width: 224px;
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-differ .table__group:not(:first-child) {
    min-width: 260px;
  }
}
.service-interview .service-interview-differ .table__group:not(:first-child) .table__body {
  background: #fff;
}
.service-interview .service-interview-differ .table__group:not(:first-child) .table__item {
  padding-left: 46px;
}
.service-interview .service-interview-differ .table__group:not(:first-child) .table__item:not(:last-child) {
  border-bottom: 2px solid #E4E4E4;
}
.service-interview .service-interview-differ .table__group:not(:first-child) .table__head {
  background: #A5A5A5;
  display: grid;
  place-items: center;
}
.service-interview .service-interview-differ .table__group:not(:first-child) .table__head p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-differ .table__group:not(:first-child) .table__head p {
    font-size: clamp(15px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-differ .table__group:not(:first-child) .table__head p {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-differ .table__group:last-child {
    margin-right: 5vw;
  }
}
.service-interview .service-interview-differ .table__group--orange {
  min-width: 270px;
}
.service-interview .service-interview-differ .table__group--orange .table__head {
  background: #F15024 !important;
}
.service-interview .service-interview-differ .table__group--orange .table__body {
  border: 2px solid #F15024;
  padding-top: 12px !important;
  margin-top: -14px;
}
.service-interview .service-interview-differ .table__head {
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-differ .table__head {
    height: 100px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-differ .table__head {
    height: 60px;
  }
}
.service-interview .service-interview-differ .table__body {
  padding: 0 16px;
}
.service-interview .service-interview-differ .table__item {
  padding: 18px 0;
  height: 85px;
  display: grid;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-differ .table__item {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-differ .table__item {
    font-size: 14px;
  }
}
.service-interview .service-interview-differ .table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.service-interview .service-interview-differ .table__ic--circle-single {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-single.svg");
  background-size: cover;
}
.service-interview .service-interview-differ .table__ic--circle-double {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-double.svg");
  background-size: cover;
}
.service-interview .service-interview-differ .table__ic--triangle {
  width: 18px;
  height: 16px;
  background-image: url("../img/00_common/icon/triangle.svg");
  background-size: cover;
}
.service-interview .service-interview-differ .table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url("../img/00_common/icon/x.svg");
  background-size: cover;
}
.service-interview .service-interview-differ .service-interview-heading {
  margin-bottom: 42px;
}
.service-interview .service-interview-ceo {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
}
.service-interview .service-interview-ceo.--cco {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-ceo {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-ceo {
    padding: 100px 0 56px;
  }
}
.service-interview .service-interview-ceo__box {
  border: 2px solid #000;
  background: #fff;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-ceo__box {
    padding: 30px 74px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-ceo__box {
    padding: 22px 22px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-ceo .swiper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-ceo .swiper {
    max-width: 500px;
    padding: 0 18px;
  }
}
.service-interview .service-interview-ceo .swiper .swiper-wrapper > .swiper-slide {
  height: auto;
}
.service-interview .service-interview-ceo .swiper .swiper-slide-next {
  opacity: 0;
  height: auto;
}
.service-interview .service-interview-ceo .swiper .pickup-slider__next {
  right: 10px;
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-ceo .swiper .pickup-slider__next {
    right: 0;
    top: 50%;
  }
}
.service-interview .service-interview-ceo .swiper .pickup-slider__prev {
  left: 10px;
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-ceo .swiper .pickup-slider__prev {
    left: 0;
    top: 50%;
  }
}
.service-interview .service-interview-ceo .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-ceo .content {
    gap: 0 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-ceo .content {
    gap: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-ceo .content__body {
    width: calc(70% - 60px);
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-ceo .content__body {
    width: 100%;
    margin-top: 24px;
  }
}
.service-interview .service-interview-ceo .content__image {
  aspect-ratio: 288/320;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-ceo .content__image {
    width: 30%;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-ceo .content__image {
    width: 100%;
  }
}
.service-interview .service-interview-ceo .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-interview .service-interview-ceo .content__name {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-ceo .content__name {
    font-weight: 700;
  }
}
.service-interview .service-interview-ceo .content__name span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-ceo .content__name span {
    display: inline-block;
    margin-bottom: 8px;
  }
}
.service-interview .service-interview-ceo .content__list {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-ceo .content__list {
    margin-top: 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-ceo .content__list {
    margin-top: 16px;
  }
}
.service-interview .service-interview-ceo .content__item {
  width: 28px;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-ceo .content__inner {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-ceo .content__inner {
    margin-top: 26px;
  }
}
.service-interview .service-interview-ceo .content__text {
  font-size: 15px;
  line-height: 1.8;
}
.service-interview .service-interview-ceo .content__text + .content__text {
  margin-top: 24px;
}
.service-interview .service-interview-ceo .content__text + .content__text.utils-active {
  display: none;
}
.service-interview .service-interview-ceo .content__trigger {
  text-align: right;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}
.service-interview .service-interview-ceo .content__trigger.utils-active {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-ceo .content__trigger {
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-ceo .content__trigger {
    margin-top: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-ceo .service-interview-heading__main {
    font-size: clamp(16px, 5.2vw, 24px);
  }
  .service-interview .service-interview-ceo .service-interview-heading__main span {
    text-decoration: underline;
    text-decoration-color: #F15024;
    text-underline-offset: 4px;
  }
  .service-interview .service-interview-ceo .service-interview-heading__main span::before {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-qa {
    margin: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-qa {
    margin: 72px 0;
  }
}
.service-interview .service-interview-qa .list {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.service-interview .service-interview-qa .list__item {
  width: 100%;
}
.service-interview .service-interview-qa .content__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-qa .content__inner {
    padding: 16px 52px 16px 62px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-qa .content__inner {
    padding: 16px 42px 16px 34px;
  }
}
.service-interview .service-interview-qa .content__label {
  position: absolute;
  display: inline-block;
  background-size: cover;
}
.service-interview .service-interview-qa .content__head {
  background: #FFEFE5;
  cursor: pointer;
}
.service-interview .service-interview-qa .content__head .content__text {
  color: #F15024;
}
.service-interview .service-interview-qa .content__head .content__label {
  background-image: url("../img/00_common/icon/q.svg");
  aspect-ratio: 16/19;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-qa .content__head .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-qa .content__head .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
.service-interview .service-interview-qa .content__head.utils-active .content__trigger::before {
  opacity: 0;
}
.service-interview .service-interview-qa .content__body {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-qa .content__body .content__inner {
    margin-top: 8px;
  }
}
.service-interview .service-interview-qa .content__body .content__label {
  background-image: url("../img/00_common/icon/a.svg");
  aspect-ratio: 14/16;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-qa .content__body .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-qa .content__body .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-qa .content__body .content__inner {
    padding-right: 0;
  }
}
.service-interview .service-interview-qa .content__body.utils-active {
  display: block;
}
.service-interview .service-interview-qa .content__text, .service-interview .service-interview-qa .content__item {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-qa .content__text, .service-interview .service-interview-qa .content__item {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-qa .content__text, .service-interview .service-interview-qa .content__item {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-qa .content__btn {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-qa .content__btn .service-interview-btn {
    min-width: 0;
    max-width: 275px;
    width: 100%;
  }
}
.service-interview .service-interview-qa .content__trigger {
  width: 17px;
  height: 17px;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .service-interview .service-interview-qa .content__trigger {
    top: 23px;
    right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .service-interview .service-interview-qa .content__trigger {
    top: 21px;
    right: 16px;
  }
}
.service-interview .service-interview-qa .content__trigger:before, .service-interview .service-interview-qa .content__trigger::after {
  content: "";
  position: absolute;
  background: #F15024;
}
.service-interview .service-interview-qa .content__trigger:before {
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.service-interview .service-interview-qa .content__trigger::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-ma a {
  color: #000;
}
.service-ma .js-scrollable {
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
.service-ma .js-scrollable::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
@media screen and (min-width: 960px) {
  .service-ma {
    margin-top: -70px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma {
    margin-top: -36px;
  }
}
.service-ma-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1281px) {
  .service-ma-inner {
    padding: 0 80px;
  }
}
.service-ma .service-ma-btn {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.3s;
}
.service-ma .service-ma-btn--white {
  color: #fff;
  border-color: #fff;
}
.service-ma .service-ma-btn--white:hover {
  opacity: 1;
  background-color: #F15024;
}
.service-ma .service-ma-btn--orange {
  background-color: #F15024;
  color: #fff;
}
.service-ma .service-ma-btn--orange:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
.service-ma .service-ma-btn--black {
  background-color: #000;
  color: #fff;
}
.service-ma .service-ma-btn--black:hover {
  opacity: 1;
  color: #fff;
  background-color: #F15024;
}
.service-ma .service-ma-btn-arrow {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.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-ma .service-ma-btn-arrow::before, .service-ma .service-ma-btn-arrow::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
}
.service-ma .service-ma-btn-arrow::before {
  background: #fff;
  border-radius: 100%;
  width: 25px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  right: 10px;
}
.service-ma .service-ma-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-ma .service-ma-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-heading {
    margin-bottom: 26px;
  }
}
.service-ma .service-ma-heading__sub {
  color: #F15024;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.service-ma .service-ma-heading__main {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-heading__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-heading__main {
    font-size: clamp(22px, 6vw, 32px);
  }
}
.service-ma .service-ma-heading__main span {
  position: relative;
}
.service-ma .service-ma-heading__main span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-ma .service-ma-heading__lead {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-heading__lead {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-heading__lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 28px;
  }
}
.service-ma .service-ma-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-ma .service-ma-heading-box__main {
    font-size: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-heading-box__main {
    font-size: 16px;
    padding: 22px 16px;
  }
}
.service-ma .service-ma-heading-box__main span {
  color: #F15024;
}
.service-ma .service-ma-heading-box__sub {
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-heading-box__sub {
    font-size: 18px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-heading-box__sub {
    font-size: 15px;
    margin-top: 36px;
  }
}
.service-ma .service-ma-heading-box__sub span {
  color: #D76331;
}
.service-ma .service-ma-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-list--col003 {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-list--col003 {
    gap: 40px 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-list--col003 .service-ma-list__item {
    width: calc((100% - 80px) / 3);
    min-width: 343px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-list--col003 .service-ma-list__item {
    width: 100%;
  }
}
.service-ma .service-ma-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-ma .service-ma-card001 {
    box-shadow: 8px 8px 28px -7px #4a4a4a;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-card001 {
    box-shadow: 6px 6px 28px -10px #4a4a4a;
  }
}
.service-ma .service-ma-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-ma .service-ma-card001__label {
    left: -12px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-card001__label {
    left: -22px;
  }
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-card001__heading {
    margin-left: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-card001__heading {
    margin-left: 28px;
  }
}
.service-ma .service-ma-card001__heading span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 18px);
}
.service-ma .service-ma-card001__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-ma .service-ma-card001__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-card001__text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-card001__text {
    margin-top: 18px;
  }
}
.service-ma .service-ma-fv {
  background: #E4E4E4;
  width: 100vw;
  display: grid;
  align-items: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-fv {
    height: 600px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-fv {
    height: 600px;
  }
}
.service-ma .service-ma-fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: radial-gradient(#FFFFFF 26%, transparent 10%), radial-gradient(#FFFFFF 26%, transparent 10%);
  background-position: 0 0, 19px 19px;
  background-size: 38px 38px;
  opacity: 0.2;
}
.service-ma .service-ma-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-ma .service-ma-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-ma .service-ma-fv::after {
    bottom: -36px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
            clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}
.service-ma .service-ma-fv__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-fv .content {
    width: 54%;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-fv .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.service-ma .service-ma-fv .content__lead {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-fv .content__lead {
    font-size: clamp(10px, 3.733vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-fv .content__lead {
    font-size: clamp(10px, 3.5vw, 14px);
  }
}
.service-ma .service-ma-fv .content__lead > span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}
.service-ma .service-ma-fv .content__heading {
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-fv .content__heading {
    font-size: clamp(46px, 4.5vw, 56px);
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-fv .content__heading {
    font-size: clamp(10px, 8.2vw, 32px);
    margin-top: 16px;
  }
}
.service-ma .service-ma-fv .content__heading > span {
  display: inline-block;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: -2px;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-fv .content__heading > span {
    padding: 14px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-fv .content__heading > span {
    padding: 12px 8px;
  }
}
.service-ma .service-ma-fv .content__text {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-fv .content__text {
    margin-top: 32px;
    font-size: clamp(12px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-fv .content__text {
    margin-top: 20px;
    font-size: 13px;
  }
}
.service-ma .service-ma-fv .content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-fv .content__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-fv .content__list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-fv .content__item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-fv .content__item .service-ma-btn {
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-fv .content__item .service-ma-btn {
    width: 100%;
  }
}
.service-ma .service-ma-fv .object {
  position: absolute;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-fv .object {
    transform: translateY(-50%);
    top: 60%;
    right: 4%;
    max-width: 550px;
    width: 48%;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-fv .object {
    top: 2px;
    right: 28px;
    width: 33vw;
    z-index: 1;
  }
}
.service-ma .service-ma-problems {
  background: #F15024;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-problems {
    margin: 0 calc(50% - 50vw);
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-problems {
    margin: -1px calc(50% - 50vw) 0;
    padding: 78px 0 60px;
  }
}
.service-ma .service-ma-problems .introduction {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 54px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-problems .introduction {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-problems .introduction {
    font-size: clamp(20px, 6vw, 38px);
  }
}
.service-ma .service-ma-problems .introduction > span {
  position: relative;
}
.service-ma .service-ma-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-ma .service-ma-problems .introduction > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-problems .introduction > span::before {
    top: -2px;
    left: 42%;
  }
}
.service-ma .service-ma-problems .service-ma-list {
  max-width: 1110px;
  margin: 0 auto;
}
.service-ma .service-ma-problems .solution {
  position: relative;
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-problems .solution {
    padding-top: 76px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-problems .solution {
    padding-top: 62px;
    line-height: 1.8;
  }
}
.service-ma .service-ma-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-ma .service-ma-problems .solution__text {
  font-weight: 700;
}
.service-ma .service-ma-problems .solution__text--main {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-problems .solution__text--main {
    font-size: 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-problems .solution__text--main {
    font-size: clamp(18px, 8.4vw, 60px);
  }
}
.service-ma .service-ma-problems .solution__text--main > span {
  display: inline-block;
  background: #000;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-problems .solution__text--main > span {
    padding: 32px 12px 6px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-problems .solution__text--main > span {
    padding: 13px 20px 6px 20px;
  }
}
.service-ma .service-ma-problems .solution__text--main > span::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background: #F15024;
}
.service-ma .service-ma-problems .solution__text--main > span > span {
  position: relative;
}
.service-ma .service-ma-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-ma .service-ma-problems .solution__text--main > span > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-problems .solution__text--main > span > span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-ma .service-ma-problems .solution__text--sub {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-problems .solution__text--sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-problems .solution__text--sub {
    font-size: 20px;
    font-size: clamp(18px, 5.33vw, 38px);
  }
}
.service-ma .service-ma-cta {
  margin: 0 calc(50% - 50vw);
  background: #000;
}
.service-ma .service-ma-cta__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-cta .content {
    padding: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-cta .content {
    padding: 48px 0 64px;
  }
}
.service-ma .service-ma-cta .content__lead {
  text-align: center;
  font-weight: 700;
}
.service-ma .service-ma-cta .content__lead span {
  display: inline-block;
  color: #F15024;
  background: #fff;
  padding: 6px 8px;
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-cta .content__lead span {
    margin-top: -1px;
  }
}
.service-ma .service-ma-cta .content__heading {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-cta .content__heading {
    font-size: clamp(20px, 2.656vw, 34px);
    margin-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-cta .content__heading {
    font-size: clamp(20px, 5.3vw, 34px);
    margin-top: 32px;
  }
}
.service-ma .service-ma-cta .content__heading span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-ma .service-ma-cta .content__text {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-cta .content__text {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-cta .content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-cta .content__objects {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 34px;
  }
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-cta .content__object {
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-cta .content__object {
    margin-top: 20px;
  }
}
.service-ma .service-ma-cta .content__object--001 {
  max-width: 308px;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-cta .content__object--001 {
    top: 53%;
    left: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-cta .content__object--001 {
    width: 38%;
  }
}
.service-ma .service-ma-cta .content__object--002 {
  max-width: 320px;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-cta .content__object--002 {
    top: 50%;
    right: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-cta .content__object--002 {
    width: 38%;
  }
}
.service-ma .service-ma-cta .content__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-cta .content__list {
    gap: 0 20px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-cta .content__list {
    margin-top: 34px;
    gap: 34px 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-cta .content__item {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-cta .content__item .service-ma-btn {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-points {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-points {
    padding: 48px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-points .service-ma-list {
    margin-top: 68px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-points .service-ma-list {
    margin-top: 32px;
  }
}
.service-ma .service-ma-points .service-ma-card001__heading span {
  font-size: clamp(15px, 1.328vw, 16px);
}
.service-ma .service-ma-service {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-service {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-service {
    padding: 96px 0 80px;
  }
}
.service-ma .service-ma-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-ma .service-ma-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-ma .service-ma-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-ma .service-ma-service .table {
  max-width: 1040px;
  margin: 0 auto;
}
.service-ma .service-ma-service .table__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-ma .service-ma-service .table__group {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-service .table__group {
    gap: 0 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-service .table__group {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-service .table__group:not(:last-child) .table__head {
    position: relative;
  }
  .service-ma .service-ma-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-ma .service-ma-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-ma .service-ma-service .table__group:last-child .table__item:last-child:before, .service-ma .service-ma-service .table__group:last-child .table__item:last-child:after {
    display: none !important;
  }
}
.service-ma .service-ma-service .table__head {
  background: #000;
  display: grid;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-service .table__head {
    width: 25%;
    place-items: center;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-service .table__head {
    width: 100%;
    align-items: center;
    padding: 0 12px;
    height: 77px;
  }
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-service .table__block {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-service .table__block {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
.service-ma .service-ma-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-ma .service-ma-service .table__heading {
    order: 2;
    margin-top: -8px;
  }
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-service .table__heading--mb {
    margin-bottom: 12px;
  }
}
.service-ma .service-ma-service .table__image {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-service .table__image {
    margin-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-service .table__image {
    width: 64px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-service .table__image {
    order: 1;
  }
}
.service-ma .service-ma-service .table__image img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-service .table__image--001 {
    width: 132px;
  }
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-service .table__image--002 {
    width: 116px;
  }
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-service .table__image--003 {
    width: 102px;
  }
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-service .table__body {
    width: calc(75% - 8px);
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-service .table__body {
    width: 100%;
  }
}
.service-ma .service-ma-service .table__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-ma .service-ma-service .table__item {
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-service .table__item {
    padding: 46px 14px 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-service .table__item {
    padding: 38px 16px 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-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-ma .service-ma-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-ma .service-ma-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-ma .service-ma-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-ma .service-ma-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-ma .service-ma-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-ma .service-ma-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-ma .service-ma-service .table__label {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-service .table__label {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-service .table__text {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-service .table__text {
    font-size: 14px;
  }
}
.service-ma .service-ma-service .service-ma-heading__main span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-ma .service-ma-service .service-ma-heading__main span::before {
  display: none;
}
.service-ma .service-ma-differ {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0;
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-differ__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.service-ma .service-ma-differ .table {
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-differ .table {
    width: 1010px;
  }
}
.service-ma .service-ma-differ .table-container {
  width: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-differ .table-container {
    max-width: 1120px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-differ .table-container {
    padding-left: 5vw;
  }
}
.service-ma .service-ma-differ .table__inner {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.service-ma .service-ma-differ .table__group:first-child {
  width: 16%;
  min-width: 106px;
}
.service-ma .service-ma-differ .table__group:first-child .table__item {
  font-weight: 700;
}
.service-ma .service-ma-differ .table__group:first-child .table__body {
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-differ .table__group:not(:first-child) {
    min-width: 260px;
  }
}
.service-ma .service-ma-differ .table__group:not(:first-child) .table__body {
  background: #fff;
}
.service-ma .service-ma-differ .table__group:not(:first-child) .table__item {
  padding-left: 46px;
}
.service-ma .service-ma-differ .table__group:not(:first-child) .table__item:not(:last-child) {
  border-bottom: 2px solid #E4E4E4;
}
.service-ma .service-ma-differ .table__group:not(:first-child) .table__head {
  background: #A5A5A5;
  display: grid;
  place-items: center;
}
.service-ma .service-ma-differ .table__group:not(:first-child) .table__head p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-differ .table__group:not(:first-child) .table__head p {
    font-size: clamp(15px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-differ .table__group:not(:first-child) .table__head p {
    font-size: 16px;
  }
}
.service-ma .service-ma-differ .table__group:nth-child(3), .service-ma .service-ma-differ .table__group:nth-child(4) {
  width: 54%;
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-differ .table__group:last-child {
    margin-right: 5vw;
  }
}
.service-ma .service-ma-differ .table__group--orange {
  width: 70%;
}
.service-ma .service-ma-differ .table__group--orange .table__head {
  background: #F15024 !important;
}
.service-ma .service-ma-differ .table__group--orange .table__body {
  border: 2px solid #F15024;
  padding-top: 12px !important;
  margin-top: -14px;
}
.service-ma .service-ma-differ .table__head {
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-differ .table__head {
    height: 100px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-differ .table__head {
    height: 60px;
  }
}
.service-ma .service-ma-differ .table__body {
  padding: 0 16px;
}
.service-ma .service-ma-differ .table__item {
  padding: 18px 0;
  height: 85px;
  display: grid;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-differ .table__item {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-differ .table__item {
    font-size: 14px;
  }
}
.service-ma .service-ma-differ .table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.service-ma .service-ma-differ .table__ic--circle-single {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-single.svg");
  background-size: cover;
}
.service-ma .service-ma-differ .table__ic--circle-double {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-double.svg");
  background-size: cover;
}
.service-ma .service-ma-differ .table__ic--triangle {
  width: 18px;
  height: 16px;
  background-image: url("../img/00_common/icon/triangle.svg");
  background-size: cover;
}
.service-ma .service-ma-differ .table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url("../img/00_common/icon/x.svg");
  background-size: cover;
}
.service-ma .service-ma-differ .service-ma-heading {
  margin-bottom: 42px;
}
.service-ma .service-ma-ceo {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
}
.service-ma .service-ma-ceo.--cco {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-ceo {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-ceo {
    padding: 100px 0 56px;
  }
}
.service-ma .service-ma-ceo__box {
  border: 2px solid #000;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-ceo__box {
    padding: 30px 74px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-ceo__box {
    padding: 22px 22px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.service-ma .service-ma-ceo .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-ceo .content {
    gap: 0 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-ceo .content {
    gap: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-ceo .content__body {
    width: calc(70% - 60px);
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-ceo .content__body {
    width: 100%;
    margin-top: 24px;
  }
}
.service-ma .service-ma-ceo .content__image {
  aspect-ratio: 288/320;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-ceo .content__image {
    width: 30%;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-ceo .content__image {
    width: 100%;
  }
}
.service-ma .service-ma-ceo .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-ma .service-ma-ceo .content__name {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-ceo .content__name {
    font-weight: 700;
  }
}
.service-ma .service-ma-ceo .content__name span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-ceo .content__name span {
    display: inline-block;
    margin-bottom: 8px;
  }
}
.service-ma .service-ma-ceo .content__list {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-ceo .content__list {
    margin-top: 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-ceo .content__list {
    margin-top: 16px;
  }
}
.service-ma .service-ma-ceo .content__item {
  width: 28px;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-ceo .content__inner {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-ceo .content__inner {
    margin-top: 26px;
  }
}
.service-ma .service-ma-ceo .content__text {
  font-size: 15px;
  line-height: 1.8;
}
.service-ma .service-ma-ceo .content__text + .content__text {
  margin-top: 24px;
}
.service-ma .service-ma-ceo .content__text + .content__text.utils-active {
  display: none;
}
.service-ma .service-ma-ceo .content__trigger {
  text-align: right;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}
.service-ma .service-ma-ceo .content__trigger.utils-active {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-ceo .content__trigger {
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-ceo .content__trigger {
    margin-top: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-ceo .service-ma-heading__main {
    font-size: clamp(16px, 5.2vw, 24px);
  }
  .service-ma .service-ma-ceo .service-ma-heading__main span {
    text-decoration: underline;
    text-decoration-color: #F15024;
    text-underline-offset: 4px;
  }
  .service-ma .service-ma-ceo .service-ma-heading__main span::before {
    display: none;
  }
}
.service-ma .service-ma-howto001 {
  background: #E6E6E6;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto001 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto001 {
    padding: 54px 0;
  }
}
.service-ma .service-ma-howto001 .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 42px;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto001 .list {
    gap: 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto001 .list {
    gap: 12px 12px;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto001 .list__item {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto001 .list__item {
    width: calc((100% - 12px) / 2);
  }
}
.service-ma .service-ma-howto001 .list .content {
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto001 .list .content {
    padding: 10px 20px 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto001 .list .content {
    padding: 2px 12px 17px 12px;
  }
}
.service-ma .service-ma-howto001 .list .content__head {
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto001 .list .content__head {
    width: 135px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto001 .list .content__head {
    width: 80%;
    max-width: 80px;
    font-size: 10px;
    font-size: clamp(10px, 2.66vw, 14px);
  }
}
.service-ma .service-ma-howto001 .list .content__text {
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto001 .list .content__text {
    font-size: 16px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto001 .list .content__text {
    font-size: clamp(10px, 2.66vw, 16px);
    margin-top: 10px;
  }
}
.service-ma .service-ma-howto001 .list--ng .content {
  border: 2px solid #E4E4E4;
}
.service-ma .service-ma-howto001 .list--ng .content__head {
  background: #A5A5A5;
  color: #fff;
}
.service-ma .service-ma-howto001 .list--ng .content__text {
  position: relative;
}
.service-ma .service-ma-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/00_common/icon/x-op.svg");
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto001 .list--ng .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto001 .list--ng .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-ma .service-ma-howto001 .list--ok .content {
  border: 2px solid #F15024;
}
.service-ma .service-ma-howto001 .list--ok .content__head {
  background: #F15024;
  color: #fff;
}
.service-ma .service-ma-howto001 .list--ok .content__text {
  position: relative;
}
.service-ma .service-ma-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/00_common/icon/circle-single-op.svg");
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto001 .list--ok .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto001 .list--ok .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-ma .service-ma-howto001 .list--before-arrow {
  padding-top: 80px;
  position: relative;
}
.service-ma .service-ma-howto001 .list--before-arrow::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #F15024;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-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-ma .service-ma-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-ma .service-ma-howto001 .solution__sub {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto001 .solution__sub {
    font-size: clamp(26px, 2.5vw, 32px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto001 .solution__sub {
    margin-top: 40px;
    font-size: clamp(22px, 5.86vw, 26px);
  }
}
.service-ma .service-ma-howto001 .solution__sub span {
  color: #F15024;
}
.service-ma .service-ma-howto001 .solution__main {
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto001 .solution__main {
    font-size: clamp(40px, 4.45vw, 57px);
    margin: 42px 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto001 .solution__main {
    font-size: clamp(26px, 3.6vw, 26px);
    margin: 26px 0 0 0;
    line-height: 1.8;
  }
}
.service-ma .service-ma-howto001 .solution__main span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto001 .solution__main span {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto001 .solution__main span {
    margin-right: -3px;
    margin-left: -3px;
  }
}
.service-ma .service-ma-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-ma .service-ma-howto001 .solution__main span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto001 .solution__main span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-ma .service-ma-howto001 .solution__main strong {
  color: #F15024;
}
.service-ma .service-ma-howto002 {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto002 {
    padding: 93px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto002 {
    padding: 57px 0 0;
  }
}
.service-ma .service-ma-howto002 .content {
  position: relative;
  background: #F15024;
  border: 2px solid #000;
  border-radius: 30px;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto002 .content {
    padding: 28px 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto002 .content {
    padding: 16px 16px;
  }
}
.service-ma .service-ma-howto002 .content__inner {
  background: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto002 .content__inner {
    display: flex;
    align-items: center;
    gap: 0 48px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto002 .content__inner {
    width: 100%;
    padding: 22px 16px 42px;
  }
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto002 .content__image {
    width: 28%;
  }
  .service-ma .service-ma-howto002 .content__image img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto002 .content__image {
    display: none;
  }
}
.service-ma .service-ma-howto002 .content__box {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto002 .content__box {
    gap: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto002 .content__box {
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
  }
}
.service-ma .service-ma-howto002 .content__lead {
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto002 .content__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto002 .content__lead {
    font-size: clamp(16px, 5.6vw, 24px);
    text-align: center;
  }
  .service-ma .service-ma-howto002 .content__lead span {
    position: relative;
  }
  .service-ma .service-ma-howto002 .content__lead span::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    background: #F15024;
  }
}
.service-ma .service-ma-howto002 .content__main {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto002 .content__main {
    white-space: nowrap;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto002 .content__main {
    display: inline-block;
    margin-top: 12px;
  }
}
.service-ma .service-ma-howto002 .content__main > span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto002 .content__main > span > span {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto002 .content__main > span > span {
    font-size: 28px;
  }
}
.service-ma .service-ma-howto002 .content__main > span > span > span {
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto002 .content__main > span > span > span {
    font-size: 65px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto002 .content__main > span > span > span {
    font-size: 57px;
  }
}
.service-ma .service-ma-howto002 .content__main::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 14px;
  background: #F15024;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto002 .content__main::before {
    bottom: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto002 .content__main::before {
    bottom: 10px;
  }
}
.service-ma .service-ma-howto002 .content__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto002 .content__note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto002 .content__note {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-howto002 .content__btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-howto002 .content__btn {
    text-align: center;
    margin-top: 40px;
  }
}
.service-ma .service-ma-howto .service-ma-heading__main {
  text-decoration: underline;
  text-decoration-color: #F15024;
  text-underline-offset: 4px;
}
.service-ma .service-ma-howto .service-ma-heading__main span::before {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-qa {
    margin: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-qa {
    margin: 72px 0;
  }
}
.service-ma .service-ma-qa .list {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.service-ma .service-ma-qa .list__item {
  width: 100%;
}
.service-ma .service-ma-qa .content__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-qa .content__inner {
    padding: 16px 52px 16px 62px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-qa .content__inner {
    padding: 16px 42px 16px 34px;
  }
}
.service-ma .service-ma-qa .content__label {
  position: absolute;
  display: inline-block;
  background-size: cover;
}
.service-ma .service-ma-qa .content__head {
  background: #FFEFE5;
  cursor: pointer;
}
.service-ma .service-ma-qa .content__head .content__text {
  color: #F15024;
}
.service-ma .service-ma-qa .content__head .content__label {
  background-image: url("../img/00_common/icon/q.svg");
  aspect-ratio: 16/19;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-qa .content__head .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-qa .content__head .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
.service-ma .service-ma-qa .content__head.utils-active .content__trigger::before {
  opacity: 0;
}
.service-ma .service-ma-qa .content__body {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-qa .content__body .content__inner {
    margin-top: 8px;
  }
}
.service-ma .service-ma-qa .content__body .content__label {
  background-image: url("../img/00_common/icon/a.svg");
  aspect-ratio: 14/16;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-qa .content__body .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-qa .content__body .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-qa .content__body .content__inner {
    padding-right: 0;
  }
}
.service-ma .service-ma-qa .content__body.utils-active {
  display: block;
}
.service-ma .service-ma-qa .content__text {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-qa .content__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-qa .content__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-qa .content__btn {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-qa .content__btn .service-ma-btn {
    min-width: 0;
    max-width: 275px;
    width: 100%;
  }
}
.service-ma .service-ma-qa .content__trigger {
  width: 17px;
  height: 17px;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .service-ma .service-ma-qa .content__trigger {
    top: 23px;
    right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .service-ma .service-ma-qa .content__trigger {
    top: 21px;
    right: 16px;
  }
}
.service-ma .service-ma-qa .content__trigger:before, .service-ma .service-ma-qa .content__trigger::after {
  content: "";
  position: absolute;
  background: #F15024;
}
.service-ma .service-ma-qa .content__trigger:before {
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.service-ma .service-ma-qa .content__trigger::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-mail a {
  color: #000;
}
.service-mail .js-scrollable {
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
.service-mail .js-scrollable::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
@media screen and (min-width: 960px) {
  .service-mail {
    margin-top: -70px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail {
    margin-top: -36px;
  }
}
.service-mail-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1281px) {
  .service-mail-inner {
    padding: 0 80px;
  }
}
.service-mail .service-mail-btn {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.3s;
}
.service-mail .service-mail-btn--white {
  color: #fff;
  border-color: #fff;
}
.service-mail .service-mail-btn--white:hover {
  opacity: 1;
  background-color: #F15024;
}
.service-mail .service-mail-btn--orange {
  background-color: #F15024;
  color: #fff;
}
.service-mail .service-mail-btn--orange:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
.service-mail .service-mail-btn--black {
  background-color: #000;
  color: #fff;
}
.service-mail .service-mail-btn--black:hover {
  opacity: 1;
  color: #fff;
  background-color: #F15024;
}
.service-mail .service-mail-btn-arrow {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.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-mail .service-mail-btn-arrow::before, .service-mail .service-mail-btn-arrow::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
}
.service-mail .service-mail-btn-arrow::before {
  background: #fff;
  border-radius: 100%;
  width: 25px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  right: 10px;
}
.service-mail .service-mail-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-mail .service-mail-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-heading {
    margin-bottom: 26px;
  }
}
.service-mail .service-mail-heading__sub {
  color: #F15024;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.service-mail .service-mail-heading__main {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-heading__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-heading__main {
    font-size: clamp(22px, 6vw, 32px);
  }
}
.service-mail .service-mail-heading__main span {
  position: relative;
}
.service-mail .service-mail-heading__main span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-mail .service-mail-heading__lead {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-heading__lead {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-heading__lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 28px;
  }
}
.service-mail .service-mail-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-mail .service-mail-heading-box__main {
    font-size: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-heading-box__main {
    font-size: 16px;
    padding: 22px 16px;
  }
}
.service-mail .service-mail-heading-box__main span {
  color: #F15024;
}
.service-mail .service-mail-heading-box__sub {
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-heading-box__sub {
    font-size: 18px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-heading-box__sub {
    font-size: 15px;
    margin-top: 36px;
  }
}
.service-mail .service-mail-heading-box__sub span {
  color: #D76331;
}
.service-mail .service-mail-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-list--col003 {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-list--col003 {
    gap: 40px 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-list--col003 .service-mail-list__item {
    width: calc((100% - 80px) / 3);
    min-width: 343px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-list--col003 .service-mail-list__item {
    width: 100%;
  }
}
.service-mail .service-mail-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-mail .service-mail-card001 {
    box-shadow: 8px 8px 28px -7px #4a4a4a;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-card001 {
    box-shadow: 6px 6px 28px -10px #4a4a4a;
  }
}
.service-mail .service-mail-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-mail .service-mail-card001__label {
    left: -12px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-card001__label {
    left: -22px;
  }
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-card001__heading {
    margin-left: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-card001__heading {
    margin-left: 28px;
  }
}
.service-mail .service-mail-card001__heading span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 18px);
}
.service-mail .service-mail-card001__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-mail .service-mail-card001__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-card001__text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-card001__text {
    margin-top: 18px;
  }
}
.service-mail .service-mail-fv {
  background: #E4E4E4;
  width: 100vw;
  display: grid;
  align-items: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-fv {
    height: 600px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-fv {
    height: 600px;
  }
}
.service-mail .service-mail-fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: radial-gradient(#FFFFFF 26%, transparent 10%), radial-gradient(#FFFFFF 26%, transparent 10%);
  background-position: 0 0, 19px 19px;
  background-size: 38px 38px;
  opacity: 0.2;
}
.service-mail .service-mail-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-mail .service-mail-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-mail .service-mail-fv::after {
    bottom: -36px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
            clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}
.service-mail .service-mail-fv__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-fv .content {
    width: 54%;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-fv .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.service-mail .service-mail-fv .content__lead {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-fv .content__lead {
    font-size: clamp(10px, 3.733vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-fv .content__lead {
    font-size: clamp(10px, 3.5vw, 14px);
  }
}
.service-mail .service-mail-fv .content__lead > span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}
.service-mail .service-mail-fv .content__heading {
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-fv .content__heading {
    font-size: clamp(45px, 4.3vw, 51px);
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-fv .content__heading {
    font-size: clamp(10px, 8.2vw, 32px);
    margin-top: 16px;
  }
}
.service-mail .service-mail-fv .content__heading > span {
  display: inline-block;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: -2px;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-fv .content__heading > span {
    padding: 14px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-fv .content__heading > span {
    padding: 12px 8px;
  }
}
.service-mail .service-mail-fv .content__text {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-fv .content__text {
    margin-top: 32px;
    font-size: clamp(12px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-fv .content__text {
    margin-top: 20px;
    font-size: 13px;
  }
}
.service-mail .service-mail-fv .content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-fv .content__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-fv .content__list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-fv .content__item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-fv .content__item .service-mail-btn {
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-fv .content__item .service-mail-btn {
    width: 100%;
  }
}
.service-mail .service-mail-fv .object {
  position: absolute;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-fv .object {
    transform: translateY(-50%);
    top: 48%;
    right: 14%;
    max-width: 550px;
    width: 36%;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-fv .object {
    top: -54px;
    right: 38px;
    width: 36vw;
    z-index: 1;
  }
}
.service-mail .service-mail-problems {
  background: #F15024;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-problems {
    margin: 0 calc(50% - 50vw);
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-problems {
    margin: -1px calc(50% - 50vw) 0;
    padding: 78px 0 60px;
  }
}
.service-mail .service-mail-problems .introduction {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 54px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-problems .introduction {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-problems .introduction {
    font-size: clamp(20px, 6vw, 38px);
  }
}
.service-mail .service-mail-problems .introduction > span {
  position: relative;
}
.service-mail .service-mail-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-mail .service-mail-problems .introduction > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-problems .introduction > span::before {
    top: -2px;
    left: 42%;
  }
}
.service-mail .service-mail-problems .service-mail-list {
  max-width: 1110px;
  margin: 0 auto;
}
.service-mail .service-mail-problems .solution {
  position: relative;
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-problems .solution {
    padding-top: 76px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-problems .solution {
    padding-top: 62px;
    line-height: 1.8;
  }
}
.service-mail .service-mail-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-mail .service-mail-problems .solution__text {
  font-weight: 700;
}
.service-mail .service-mail-problems .solution__text--main {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-problems .solution__text--main {
    font-size: 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-problems .solution__text--main {
    font-size: clamp(18px, 8.4vw, 60px);
  }
}
.service-mail .service-mail-problems .solution__text--main > span {
  display: inline-block;
  background: #000;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-problems .solution__text--main > span {
    padding: 32px 12px 6px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-problems .solution__text--main > span {
    padding: 13px 20px 6px 20px;
  }
}
.service-mail .service-mail-problems .solution__text--main > span::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background: #F15024;
}
.service-mail .service-mail-problems .solution__text--main > span > span {
  position: relative;
}
.service-mail .service-mail-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-mail .service-mail-problems .solution__text--main > span > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-problems .solution__text--main > span > span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-mail .service-mail-problems .solution__text--sub {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-problems .solution__text--sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-problems .solution__text--sub {
    font-size: 20px;
    font-size: clamp(18px, 5.33vw, 38px);
  }
}
.service-mail .service-mail-cta {
  margin: 0 calc(50% - 50vw);
  background: #000;
}
.service-mail .service-mail-cta__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-cta .content {
    padding: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-cta .content {
    padding: 48px 0 64px;
  }
}
.service-mail .service-mail-cta .content__lead {
  text-align: center;
  font-weight: 700;
}
.service-mail .service-mail-cta .content__lead span {
  display: inline-block;
  color: #F15024;
  background: #fff;
  padding: 6px 8px;
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-cta .content__lead span {
    margin-top: -1px;
  }
}
.service-mail .service-mail-cta .content__heading {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-cta .content__heading {
    font-size: clamp(20px, 2.656vw, 34px);
    margin-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-cta .content__heading {
    font-size: clamp(20px, 5.3vw, 34px);
    margin-top: 32px;
  }
}
.service-mail .service-mail-cta .content__heading span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-mail .service-mail-cta .content__text {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-cta .content__text {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-cta .content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-cta .content__objects {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 34px;
  }
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-cta .content__object {
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-cta .content__object {
    margin-top: 20px;
  }
}
.service-mail .service-mail-cta .content__object--001 {
  max-width: 308px;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-cta .content__object--001 {
    top: 53%;
    left: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-cta .content__object--001 {
    width: 38%;
  }
}
.service-mail .service-mail-cta .content__object--002 {
  max-width: 320px;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-cta .content__object--002 {
    top: 50%;
    right: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-cta .content__object--002 {
    width: 38%;
  }
}
.service-mail .service-mail-cta .content__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-cta .content__list {
    gap: 0 20px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-cta .content__list {
    margin-top: 34px;
    gap: 34px 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-cta .content__item {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-cta .content__item .service-mail-btn {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-points {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-points {
    padding: 48px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-points .service-mail-list {
    margin-top: 68px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-points .service-mail-list {
    margin-top: 32px;
  }
}
.service-mail .service-mail-points .service-mail-card001__heading span {
  font-size: clamp(15px, 1.328vw, 16px);
}
.service-mail .service-mail-service {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-service {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-service {
    padding: 96px 0 80px;
  }
}
.service-mail .service-mail-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-mail .service-mail-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-mail .service-mail-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-mail .service-mail-service .table {
  max-width: 1040px;
  margin: 0 auto;
}
.service-mail .service-mail-service .table__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-mail .service-mail-service .table__group {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-service .table__group {
    gap: 0 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-service .table__group {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-service .table__group:not(:last-child) .table__head {
    position: relative;
  }
  .service-mail .service-mail-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-mail .service-mail-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-mail .service-mail-service .table__group:last-child .table__item:last-child:before, .service-mail .service-mail-service .table__group:last-child .table__item:last-child:after {
    display: none !important;
  }
}
.service-mail .service-mail-service .table__head {
  background: #000;
  display: grid;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-service .table__head {
    width: 25%;
    place-items: center;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-service .table__head {
    width: 100%;
    align-items: center;
    padding: 0 12px;
    height: 77px;
  }
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-service .table__block {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-service .table__block {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
.service-mail .service-mail-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-mail .service-mail-service .table__heading {
    order: 2;
    margin-top: -8px;
  }
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-service .table__heading--mb {
    margin-bottom: 12px;
  }
}
.service-mail .service-mail-service .table__image {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-service .table__image {
    margin-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-service .table__image {
    width: 64px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-service .table__image {
    order: 1;
  }
}
.service-mail .service-mail-service .table__image img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-service .table__image--001 {
    width: 132px;
  }
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-service .table__image--002 {
    width: 116px;
  }
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-service .table__image--003 {
    width: 102px;
  }
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-service .table__body {
    width: calc(75% - 8px);
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-service .table__body {
    width: 100%;
  }
}
.service-mail .service-mail-service .table__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-mail .service-mail-service .table__item {
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-service .table__item {
    padding: 46px 14px 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-service .table__item {
    padding: 38px 16px 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-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-mail .service-mail-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-mail .service-mail-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-mail .service-mail-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-mail .service-mail-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-mail .service-mail-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-mail .service-mail-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-mail .service-mail-service .table__label {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-service .table__label {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-service .table__text {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-service .table__text {
    font-size: 14px;
  }
}
.service-mail .service-mail-service .service-mail-heading__main span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-mail .service-mail-service .service-mail-heading__main span::before {
  display: none;
}
.service-mail .service-mail-differ {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0;
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-differ__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.service-mail .service-mail-differ .table {
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-differ .table {
    width: 1010px;
  }
}
.service-mail .service-mail-differ .table-container {
  width: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-differ .table-container {
    max-width: 1120px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-differ .table-container {
    padding-left: 5vw;
  }
}
.service-mail .service-mail-differ .table__inner {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.service-mail .service-mail-differ .table__group:first-child {
  width: 16%;
  min-width: 106px;
}
.service-mail .service-mail-differ .table__group:first-child .table__item {
  font-weight: 700;
}
.service-mail .service-mail-differ .table__group:first-child .table__body {
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-differ .table__group:not(:first-child) {
    min-width: 260px;
  }
}
.service-mail .service-mail-differ .table__group:not(:first-child) .table__body {
  background: #fff;
}
.service-mail .service-mail-differ .table__group:not(:first-child) .table__item {
  padding-left: 46px;
}
.service-mail .service-mail-differ .table__group:not(:first-child) .table__item:not(:last-child) {
  border-bottom: 2px solid #E4E4E4;
}
.service-mail .service-mail-differ .table__group:not(:first-child) .table__head {
  background: #A5A5A5;
  display: grid;
  place-items: center;
}
.service-mail .service-mail-differ .table__group:not(:first-child) .table__head p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-differ .table__group:not(:first-child) .table__head p {
    font-size: clamp(15px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-differ .table__group:not(:first-child) .table__head p {
    font-size: 16px;
  }
}
.service-mail .service-mail-differ .table__group:nth-child(3), .service-mail .service-mail-differ .table__group:nth-child(4) {
  width: 54%;
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-differ .table__group:last-child {
    margin-right: 5vw;
  }
}
.service-mail .service-mail-differ .table__group--orange {
  width: 70%;
}
.service-mail .service-mail-differ .table__group--orange .table__head {
  background: #F15024 !important;
}
.service-mail .service-mail-differ .table__group--orange .table__body {
  border: 2px solid #F15024;
  padding-top: 12px !important;
  margin-top: -14px;
}
.service-mail .service-mail-differ .table__head {
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-differ .table__head {
    height: 100px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-differ .table__head {
    height: 60px;
  }
}
.service-mail .service-mail-differ .table__body {
  padding: 0 16px;
}
.service-mail .service-mail-differ .table__item {
  padding: 18px 0;
  height: 85px;
  display: grid;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-differ .table__item {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-differ .table__item {
    font-size: 14px;
  }
}
.service-mail .service-mail-differ .table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.service-mail .service-mail-differ .table__ic--circle-single {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-single.svg");
  background-size: cover;
}
.service-mail .service-mail-differ .table__ic--circle-double {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-double.svg");
  background-size: cover;
}
.service-mail .service-mail-differ .table__ic--triangle {
  width: 18px;
  height: 16px;
  background-image: url("../img/00_common/icon/triangle.svg");
  background-size: cover;
}
.service-mail .service-mail-differ .table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url("../img/00_common/icon/x.svg");
  background-size: cover;
}
.service-mail .service-mail-differ .service-mail-heading {
  margin-bottom: 42px;
}
.service-mail .service-mail-ceo {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
}
.service-mail .service-mail-ceo.--cco {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-ceo {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-ceo {
    padding: 100px 0 56px;
  }
}
@media screen and (min-width: 1281px) {
  .service-mail .service-mail-ceo__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-ceo__inner {
    padding: 0;
  }
}
.service-mail .service-mail-ceo__box {
  border: 2px solid #000;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-ceo__box {
    padding: 30px 74px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-ceo__box {
    padding: 22px 22px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-ceo .swiper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-ceo .swiper {
    max-width: 500px;
    padding: 0 18px;
  }
}
.service-mail .service-mail-ceo .swiper .swiper-slide-next {
  opacity: 0;
}
.service-mail .service-mail-ceo .swiper .pickup-slider__next {
  right: 10px;
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-ceo .swiper .pickup-slider__next {
    right: 0;
    top: 50%;
  }
}
.service-mail .service-mail-ceo .swiper .pickup-slider__prev {
  left: 10px;
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-ceo .swiper .pickup-slider__prev {
    left: 0;
    top: 50%;
  }
}
.service-mail .service-mail-ceo .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-ceo .content {
    gap: 0 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-ceo .content {
    gap: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-ceo .content__body {
    width: calc(70% - 60px);
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-ceo .content__body {
    width: 100%;
    margin-top: 24px;
  }
}
.service-mail .service-mail-ceo .content__image {
  aspect-ratio: 288/320;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-ceo .content__image {
    width: 30%;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-ceo .content__image {
    width: 100%;
  }
}
.service-mail .service-mail-ceo .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-mail .service-mail-ceo .content__name {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-ceo .content__name {
    font-weight: 700;
  }
}
.service-mail .service-mail-ceo .content__name span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-ceo .content__name span {
    display: inline-block;
    margin-bottom: 8px;
  }
}
.service-mail .service-mail-ceo .content__list {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-ceo .content__list {
    margin-top: 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-ceo .content__list {
    margin-top: 16px;
  }
}
.service-mail .service-mail-ceo .content__item {
  width: 28px;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-ceo .content__inner {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-ceo .content__inner {
    margin-top: 26px;
  }
}
.service-mail .service-mail-ceo .content__text {
  font-size: 15px;
  line-height: 1.8;
}
.service-mail .service-mail-ceo .content__text + .content__text {
  margin-top: 24px;
}
.service-mail .service-mail-ceo .content__text + .content__text.utils-active {
  display: none;
}
.service-mail .service-mail-ceo .content__trigger {
  text-align: right;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}
.service-mail .service-mail-ceo .content__trigger.utils-active {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-ceo .content__trigger {
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-ceo .content__trigger {
    margin-top: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-ceo .service-mail-heading__main {
    font-size: clamp(16px, 5.2vw, 24px);
  }
  .service-mail .service-mail-ceo .service-mail-heading__main span {
    text-decoration: underline;
    text-decoration-color: #F15024;
    text-underline-offset: 4px;
  }
  .service-mail .service-mail-ceo .service-mail-heading__main span::before {
    display: none;
  }
}
.service-mail .service-mail-howto001 {
  background: #E6E6E6;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto001 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto001 {
    padding: 54px 0;
  }
}
.service-mail .service-mail-howto001 .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 42px;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto001 .list {
    gap: 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto001 .list {
    gap: 12px 12px;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto001 .list__item {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto001 .list__item {
    width: calc((100% - 12px) / 2);
  }
}
.service-mail .service-mail-howto001 .list .content {
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto001 .list .content {
    padding: 10px 20px 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto001 .list .content {
    padding: 2px 12px 17px 12px;
  }
}
.service-mail .service-mail-howto001 .list .content__head {
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto001 .list .content__head {
    width: 80%;
    max-width: 80px;
    font-size: 10px;
    font-size: clamp(10px, 2.66vw, 14px);
  }
}
.service-mail .service-mail-howto001 .list .content__text {
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto001 .list .content__text {
    font-size: 16px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto001 .list .content__text {
    font-size: clamp(10px, 2.66vw, 16px);
    margin-top: 10px;
  }
}
.service-mail .service-mail-howto001 .list--ng .content {
  border: 2px solid #E4E4E4;
}
.service-mail .service-mail-howto001 .list--ng .content__head {
  background: #A5A5A5;
  color: #fff;
  white-space: nowrap;
  max-width: 100%;
  padding: 0 0.5em;
}
.service-mail .service-mail-howto001 .list--ng .content__text {
  position: relative;
}
.service-mail .service-mail-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/00_common/icon/x-op.svg");
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto001 .list--ng .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto001 .list--ng .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-mail .service-mail-howto001 .list--ok .content {
  border: 2px solid #F15024;
}
.service-mail .service-mail-howto001 .list--ok .content__head {
  background: #F15024;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto001 .list--ok .content__head {
    width: 135px;
  }
}
.service-mail .service-mail-howto001 .list--ok .content__text {
  position: relative;
}
.service-mail .service-mail-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/00_common/icon/circle-single-op.svg");
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto001 .list--ok .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto001 .list--ok .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-mail .service-mail-howto001 .list--before-arrow {
  padding-top: 80px;
  position: relative;
}
.service-mail .service-mail-howto001 .list--before-arrow::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #F15024;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-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-mail .service-mail-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-mail .service-mail-howto001 .solution__sub {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto001 .solution__sub {
    font-size: clamp(26px, 2.5vw, 32px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto001 .solution__sub {
    margin-top: 40px;
    font-size: clamp(22px, 5.86vw, 26px);
  }
}
.service-mail .service-mail-howto001 .solution__sub span {
  color: #F15024;
}
.service-mail .service-mail-howto001 .solution__main {
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto001 .solution__main {
    font-size: clamp(40px, 4.45vw, 57px);
    margin: 42px 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto001 .solution__main {
    font-size: clamp(26px, 3.6vw, 26px);
    margin: 26px 0 0 0;
    line-height: 1.8;
  }
}
.service-mail .service-mail-howto001 .solution__main span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto001 .solution__main span {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto001 .solution__main span {
    margin-right: -3px;
    margin-left: -3px;
  }
}
.service-mail .service-mail-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-mail .service-mail-howto001 .solution__main span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto001 .solution__main span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-mail .service-mail-howto001 .solution__main strong {
  color: #F15024;
}
.service-mail .service-mail-howto002 {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto002 {
    padding: 93px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto002 {
    padding: 57px 0 0;
  }
}
.service-mail .service-mail-howto002 .content {
  position: relative;
  background: #F15024;
  border: 2px solid #000;
  border-radius: 30px;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto002 .content {
    padding: 28px 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto002 .content {
    padding: 16px 16px;
  }
}
.service-mail .service-mail-howto002 .content__inner {
  background: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto002 .content__inner {
    display: flex;
    align-items: center;
    gap: 0 48px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto002 .content__inner {
    width: 100%;
    padding: 22px 16px 42px;
  }
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto002 .content__image {
    width: 28%;
  }
  .service-mail .service-mail-howto002 .content__image img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto002 .content__image {
    display: none;
  }
}
.service-mail .service-mail-howto002 .content__box {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto002 .content__box {
    gap: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto002 .content__box {
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
  }
}
.service-mail .service-mail-howto002 .content__lead {
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto002 .content__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto002 .content__lead {
    font-size: clamp(16px, 5.6vw, 24px);
    text-align: center;
  }
  .service-mail .service-mail-howto002 .content__lead span {
    position: relative;
  }
  .service-mail .service-mail-howto002 .content__lead span::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    background: #F15024;
  }
}
.service-mail .service-mail-howto002 .content__main {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto002 .content__main {
    white-space: nowrap;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto002 .content__main {
    display: inline-block;
    margin-top: 12px;
  }
}
.service-mail .service-mail-howto002 .content__main > span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto002 .content__main > span > span {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto002 .content__main > span > span {
    font-size: 28px;
  }
}
.service-mail .service-mail-howto002 .content__main > span > span > span {
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto002 .content__main > span > span > span {
    font-size: 65px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto002 .content__main > span > span > span {
    font-size: 57px;
  }
}
.service-mail .service-mail-howto002 .content__main::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 14px;
  background: #F15024;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto002 .content__main::before {
    bottom: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto002 .content__main::before {
    bottom: 10px;
  }
}
.service-mail .service-mail-howto002 .content__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto002 .content__note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto002 .content__note {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-howto002 .content__btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-howto002 .content__btn {
    text-align: center;
    margin-top: 40px;
  }
}
.service-mail .service-mail-howto .service-mail-heading__main {
  text-decoration: underline;
  text-decoration-color: #F15024;
  text-underline-offset: 4px;
}
.service-mail .service-mail-howto .service-mail-heading__main span::before {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-qa {
    margin: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-qa {
    margin: 72px 0;
  }
}
.service-mail .service-mail-qa .list {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.service-mail .service-mail-qa .list__item {
  width: 100%;
}
.service-mail .service-mail-qa .content__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-qa .content__inner {
    padding: 16px 52px 16px 62px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-qa .content__inner {
    padding: 16px 42px 16px 34px;
  }
}
.service-mail .service-mail-qa .content__label {
  position: absolute;
  display: inline-block;
  background-size: cover;
}
.service-mail .service-mail-qa .content__head {
  background: #FFEFE5;
  cursor: pointer;
}
.service-mail .service-mail-qa .content__head .content__text {
  color: #F15024;
}
.service-mail .service-mail-qa .content__head .content__label {
  background-image: url("../img/00_common/icon/q.svg");
  aspect-ratio: 16/19;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-qa .content__head .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-qa .content__head .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
.service-mail .service-mail-qa .content__head.utils-active .content__trigger::before {
  opacity: 0;
}
.service-mail .service-mail-qa .content__body {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-qa .content__body .content__inner {
    margin-top: 8px;
  }
}
.service-mail .service-mail-qa .content__body .content__label {
  background-image: url("../img/00_common/icon/a.svg");
  aspect-ratio: 14/16;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-qa .content__body .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-qa .content__body .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-qa .content__body .content__inner {
    padding-right: 0;
  }
}
.service-mail .service-mail-qa .content__body.utils-active {
  display: block;
}
.service-mail .service-mail-qa .content__text {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-qa .content__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-qa .content__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-qa .content__btn {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-qa .content__btn .service-mail-btn {
    min-width: 0;
    max-width: 275px;
    width: 100%;
  }
}
.service-mail .service-mail-qa .content__trigger {
  width: 17px;
  height: 17px;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .service-mail .service-mail-qa .content__trigger {
    top: 23px;
    right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .service-mail .service-mail-qa .content__trigger {
    top: 21px;
    right: 16px;
  }
}
.service-mail .service-mail-qa .content__trigger:before, .service-mail .service-mail-qa .content__trigger::after {
  content: "";
  position: absolute;
  background: #F15024;
}
.service-mail .service-mail-qa .content__trigger:before {
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.service-mail .service-mail-qa .content__trigger::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-media a {
  color: #000;
}
.service-media .js-scrollable {
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
.service-media .js-scrollable::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
@media screen and (min-width: 960px) {
  .service-media {
    margin-top: -70px;
  }
}
@media screen and (max-width: 959px) {
  .service-media {
    margin-top: -36px;
  }
}
.service-media-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1281px) {
  .service-media-inner {
    padding: 0 80px;
  }
}
.service-media .service-media-btn {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.3s;
}
.service-media .service-media-btn--white {
  color: #fff;
  border-color: #fff;
}
.service-media .service-media-btn--white:hover {
  opacity: 1;
  background-color: #F15024;
}
.service-media .service-media-btn--orange {
  background-color: #F15024;
  color: #fff;
}
.service-media .service-media-btn--orange:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
.service-media .service-media-btn--black {
  background-color: #000;
  color: #fff;
}
.service-media .service-media-btn--black:hover {
  opacity: 1;
  color: #fff;
  background-color: #F15024;
}
.service-media .service-media-btn-arrow {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.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-media .service-media-btn-arrow::before, .service-media .service-media-btn-arrow::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
}
.service-media .service-media-btn-arrow::before {
  background: #fff;
  border-radius: 100%;
  width: 25px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  right: 10px;
}
.service-media .service-media-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-media .service-media-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-heading {
    margin-bottom: 26px;
  }
}
.service-media .service-media-heading__sub {
  color: #F15024;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.service-media .service-media-heading__main {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-heading__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-heading__main {
    font-size: clamp(22px, 6vw, 32px);
  }
}
.service-media .service-media-heading__main span {
  position: relative;
}
.service-media .service-media-heading__main span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-media .service-media-heading__lead {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-heading__lead {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-heading__lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 28px;
  }
}
.service-media .service-media-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-media .service-media-heading-box__main {
    font-size: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-heading-box__main {
    font-size: 16px;
    padding: 22px 16px;
  }
}
.service-media .service-media-heading-box__main span {
  color: #F15024;
}
.service-media .service-media-heading-box__sub {
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-heading-box__sub {
    font-size: 18px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-heading-box__sub {
    font-size: 15px;
    margin-top: 36px;
  }
}
.service-media .service-media-heading-box__sub span {
  color: #D76331;
}
.service-media .service-media-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-list--col003 {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-list--col003 {
    gap: 40px 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .service-media .service-media-list--col003 .service-media-list__item {
    width: calc((100% - 80px) / 3);
    min-width: 343px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-list--col003 .service-media-list__item {
    width: 100%;
  }
}
.service-media .service-media-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-media .service-media-card001 {
    box-shadow: 8px 8px 28px -7px #4a4a4a;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-card001 {
    box-shadow: 6px 6px 28px -10px #4a4a4a;
  }
}
.service-media .service-media-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-media .service-media-card001__label {
    left: -12px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-card001__label {
    left: -22px;
  }
}
@media screen and (min-width: 960px) {
  .service-media .service-media-card001__heading {
    margin-left: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-card001__heading {
    margin-left: 28px;
  }
}
.service-media .service-media-card001__heading span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 18px);
}
.service-media .service-media-card001__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-media .service-media-card001__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-card001__text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-card001__text {
    margin-top: 18px;
  }
}
.service-media .service-media-fv {
  background: #E4E4E4;
  width: 100vw;
  display: grid;
  align-items: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-media .service-media-fv {
    height: 600px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-fv {
    height: 600px;
  }
}
.service-media .service-media-fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: radial-gradient(#FFFFFF 26%, transparent 10%), radial-gradient(#FFFFFF 26%, transparent 10%);
  background-position: 0 0, 19px 19px;
  background-size: 38px 38px;
  opacity: 0.2;
}
.service-media .service-media-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-media .service-media-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-media .service-media-fv::after {
    bottom: -36px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
            clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}
.service-media .service-media-fv__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-fv .content {
    width: 54%;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-fv .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.service-media .service-media-fv .content__lead {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-fv .content__lead {
    font-size: clamp(10px, 3.733vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-fv .content__lead {
    font-size: clamp(10px, 3.5vw, 14px);
  }
}
.service-media .service-media-fv .content__lead > span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}
.service-media .service-media-fv .content__heading {
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-fv .content__heading {
    font-size: clamp(46px, 4.5vw, 56px);
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-fv .content__heading {
    font-size: clamp(10px, 8.2vw, 32px);
    margin-top: 16px;
  }
}
.service-media .service-media-fv .content__heading > span {
  display: inline-block;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: -2px;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-fv .content__heading > span {
    padding: 14px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-fv .content__heading > span {
    padding: 12px 8px;
  }
}
.service-media .service-media-fv .content__text {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-fv .content__text {
    margin-top: 32px;
    font-size: clamp(12px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-fv .content__text {
    margin-top: 20px;
    font-size: 13px;
  }
}
.service-media .service-media-fv .content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-fv .content__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-fv .content__list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-fv .content__item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-media .service-media-fv .content__item .service-media-btn {
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-fv .content__item .service-media-btn {
    width: 100%;
  }
}
.service-media .service-media-fv .object {
  position: absolute;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-fv .object {
    transform: translateY(-50%);
    top: 60%;
    right: 4%;
    max-width: 550px;
    width: 48%;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-fv .object {
    top: 2px;
    right: 28px;
    width: 33vw;
    z-index: 1;
  }
}
.service-media .service-media-problems {
  background: #F15024;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-problems {
    margin: 0 calc(50% - 50vw);
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-problems {
    margin: -1px calc(50% - 50vw) 0;
    padding: 78px 0 60px;
  }
}
.service-media .service-media-problems .introduction {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 54px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-problems .introduction {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-problems .introduction {
    font-size: clamp(20px, 6vw, 38px);
  }
}
.service-media .service-media-problems .introduction > span {
  position: relative;
}
.service-media .service-media-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-media .service-media-problems .introduction > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-problems .introduction > span::before {
    top: -2px;
    left: 42%;
  }
}
.service-media .service-media-problems .service-media-list {
  max-width: 1110px;
  margin: 0 auto;
}
.service-media .service-media-problems .solution {
  position: relative;
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-problems .solution {
    padding-top: 76px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-problems .solution {
    padding-top: 62px;
    line-height: 1.8;
  }
}
.service-media .service-media-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-media .service-media-problems .solution__text {
  font-weight: 700;
}
.service-media .service-media-problems .solution__text--main {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-problems .solution__text--main {
    font-size: 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-problems .solution__text--main {
    font-size: clamp(18px, 8.4vw, 60px);
  }
}
.service-media .service-media-problems .solution__text--main > span {
  display: inline-block;
  background: #000;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-problems .solution__text--main > span {
    padding: 32px 12px 6px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-problems .solution__text--main > span {
    padding: 13px 20px 6px 20px;
  }
}
.service-media .service-media-problems .solution__text--main > span::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background: #F15024;
}
.service-media .service-media-problems .solution__text--main > span > span {
  position: relative;
}
.service-media .service-media-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-media .service-media-problems .solution__text--main > span > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-problems .solution__text--main > span > span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-media .service-media-problems .solution__text--sub {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-problems .solution__text--sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-problems .solution__text--sub {
    font-size: 20px;
    font-size: clamp(18px, 5.33vw, 38px);
  }
}
.service-media .service-media-cta {
  margin: 0 calc(50% - 50vw);
  background: #000;
}
.service-media .service-media-cta__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-cta .content {
    padding: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-cta .content {
    padding: 48px 0 64px;
  }
}
.service-media .service-media-cta .content__lead {
  text-align: center;
  font-weight: 700;
}
.service-media .service-media-cta .content__lead span {
  display: inline-block;
  color: #F15024;
  background: #fff;
  padding: 6px 8px;
}
@media screen and (max-width: 959px) {
  .service-media .service-media-cta .content__lead span {
    margin-top: -1px;
  }
}
.service-media .service-media-cta .content__heading {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-cta .content__heading {
    font-size: clamp(20px, 2.656vw, 34px);
    margin-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-cta .content__heading {
    font-size: clamp(20px, 5.3vw, 34px);
    margin-top: 32px;
  }
}
.service-media .service-media-cta .content__heading span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-media .service-media-cta .content__text {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-cta .content__text {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-cta .content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-cta .content__objects {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 34px;
  }
}
@media screen and (min-width: 960px) {
  .service-media .service-media-cta .content__object {
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-cta .content__object {
    margin-top: 20px;
  }
}
.service-media .service-media-cta .content__object--001 {
  max-width: 308px;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-cta .content__object--001 {
    top: 53%;
    left: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-cta .content__object--001 {
    width: 38%;
  }
}
.service-media .service-media-cta .content__object--002 {
  max-width: 320px;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-cta .content__object--002 {
    top: 50%;
    right: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-cta .content__object--002 {
    width: 38%;
  }
}
.service-media .service-media-cta .content__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-cta .content__list {
    gap: 0 20px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-cta .content__list {
    margin-top: 34px;
    gap: 34px 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-cta .content__item {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-cta .content__item .service-media-btn {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-media .service-media-points {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-points {
    padding: 48px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-media .service-media-points .service-media-list {
    margin-top: 68px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-points .service-media-list {
    margin-top: 32px;
  }
}
.service-media .service-media-points .service-media-card001__heading span {
  font-size: clamp(15px, 1.328vw, 16px);
}
.service-media .service-media-service {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-service {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-service {
    padding: 96px 0 80px;
  }
}
.service-media .service-media-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-media .service-media-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-media .service-media-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-media .service-media-service .table {
  max-width: 1040px;
  margin: 0 auto;
}
.service-media .service-media-service .table__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-media .service-media-service .table__group {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-service .table__group {
    gap: 0 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-service .table__group {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-media .service-media-service .table__group:not(:last-child) .table__head {
    position: relative;
  }
  .service-media .service-media-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-media .service-media-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-media .service-media-service .table__group:last-child .table__item:last-child:before, .service-media .service-media-service .table__group:last-child .table__item:last-child:after {
    display: none !important;
  }
}
.service-media .service-media-service .table__head {
  background: #000;
  display: grid;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-service .table__head {
    width: 25%;
    place-items: center;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-service .table__head {
    width: 100%;
    align-items: center;
    padding: 0 12px;
    height: 77px;
  }
}
@media screen and (min-width: 960px) {
  .service-media .service-media-service .table__block {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-service .table__block {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
.service-media .service-media-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-media .service-media-service .table__heading {
    order: 2;
    margin-top: -8px;
  }
}
@media screen and (min-width: 960px) {
  .service-media .service-media-service .table__heading--mb {
    margin-bottom: 12px;
  }
}
.service-media .service-media-service .table__image {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-service .table__image {
    margin-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-service .table__image {
    width: 64px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-service .table__image {
    order: 1;
  }
}
.service-media .service-media-service .table__image img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-service .table__image--001 {
    width: 132px;
  }
}
@media screen and (min-width: 960px) {
  .service-media .service-media-service .table__image--002 {
    width: 116px;
  }
}
@media screen and (min-width: 960px) {
  .service-media .service-media-service .table__image--003 {
    width: 102px;
  }
}
@media screen and (min-width: 960px) {
  .service-media .service-media-service .table__body {
    width: calc(75% - 8px);
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-service .table__body {
    width: 100%;
  }
}
.service-media .service-media-service .table__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-media .service-media-service .table__item {
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-service .table__item {
    padding: 46px 14px 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-service .table__item {
    padding: 38px 16px 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-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-media .service-media-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-media .service-media-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-media .service-media-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-media .service-media-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-media .service-media-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-media .service-media-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-media .service-media-service .table__label {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-service .table__label {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-media .service-media-service .table__text {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-service .table__text {
    font-size: 14px;
  }
}
.service-media .service-media-service .service-media-heading__main span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-media .service-media-service .service-media-heading__main span::before {
  display: none;
}
.service-media .service-media-differ {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0;
}
@media screen and (max-width: 959px) {
  .service-media .service-media-differ__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.service-media .service-media-differ .table {
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .service-media .service-media-differ .table {
    width: 1010px;
  }
}
.service-media .service-media-differ .table-container {
  width: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-differ .table-container {
    max-width: 1120px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-differ .table-container {
    padding-left: 5vw;
  }
}
.service-media .service-media-differ .table__inner {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.service-media .service-media-differ .table__group:first-child {
  width: 16%;
  min-width: 106px;
}
.service-media .service-media-differ .table__group:first-child .table__item {
  font-weight: 700;
}
.service-media .service-media-differ .table__group:first-child .table__body {
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .service-media .service-media-differ .table__group:not(:first-child) {
    min-width: 260px;
  }
}
.service-media .service-media-differ .table__group:not(:first-child) .table__body {
  background: #fff;
}
.service-media .service-media-differ .table__group:not(:first-child) .table__item {
  padding-left: 46px;
}
.service-media .service-media-differ .table__group:not(:first-child) .table__item:not(:last-child) {
  border-bottom: 2px solid #E4E4E4;
}
.service-media .service-media-differ .table__group:not(:first-child) .table__head {
  background: #A5A5A5;
  display: grid;
  place-items: center;
}
.service-media .service-media-differ .table__group:not(:first-child) .table__head p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-differ .table__group:not(:first-child) .table__head p {
    font-size: clamp(15px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-differ .table__group:not(:first-child) .table__head p {
    font-size: 16px;
  }
}
.service-media .service-media-differ .table__group:nth-child(3), .service-media .service-media-differ .table__group:nth-child(4) {
  width: 54%;
}
@media screen and (max-width: 959px) {
  .service-media .service-media-differ .table__group:last-child {
    margin-right: 5vw;
  }
}
.service-media .service-media-differ .table__group--orange {
  width: 70%;
}
.service-media .service-media-differ .table__group--orange .table__head {
  background: #F15024 !important;
}
.service-media .service-media-differ .table__group--orange .table__body {
  border: 2px solid #F15024;
  padding-top: 12px !important;
  margin-top: -14px;
}
.service-media .service-media-differ .table__head {
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-differ .table__head {
    height: 100px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-differ .table__head {
    height: 60px;
  }
}
.service-media .service-media-differ .table__body {
  padding: 0 16px;
}
.service-media .service-media-differ .table__item {
  padding: 18px 0;
  height: 85px;
  display: grid;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-differ .table__item {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-differ .table__item {
    font-size: 14px;
  }
}
.service-media .service-media-differ .table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.service-media .service-media-differ .table__ic--circle-single {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-single.svg");
  background-size: cover;
}
.service-media .service-media-differ .table__ic--circle-double {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-double.svg");
  background-size: cover;
}
.service-media .service-media-differ .table__ic--triangle {
  width: 18px;
  height: 16px;
  background-image: url("../img/00_common/icon/triangle.svg");
  background-size: cover;
}
.service-media .service-media-differ .table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url("../img/00_common/icon/x.svg");
  background-size: cover;
}
.service-media .service-media-differ .service-media-heading {
  margin-bottom: 42px;
}
.service-media .service-media-ceo {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
}
.service-media .service-media-ceo.--cco {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-ceo {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-ceo {
    padding: 100px 0 56px;
  }
}
@media screen and (min-width: 1281px) {
  .service-media .service-media-ceo__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-ceo__inner {
    padding: 0;
  }
}
.service-media .service-media-ceo__box {
  border: 2px solid #000;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-ceo__box {
    padding: 30px 74px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-ceo__box {
    padding: 22px 22px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .service-media .service-media-ceo .swiper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-ceo .swiper {
    max-width: 500px;
    padding: 0 18px;
  }
}
.service-media .service-media-ceo .swiper .swiper-slide-next {
  opacity: 0;
}
.service-media .service-media-ceo .swiper .pickup-slider__next {
  right: 10px;
}
@media screen and (max-width: 959px) {
  .service-media .service-media-ceo .swiper .pickup-slider__next {
    right: 0;
    top: 50%;
  }
}
.service-media .service-media-ceo .swiper .pickup-slider__prev {
  left: 10px;
}
@media screen and (max-width: 959px) {
  .service-media .service-media-ceo .swiper .pickup-slider__prev {
    left: 0;
    top: 50%;
  }
}
.service-media .service-media-ceo .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-ceo .content {
    gap: 0 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-ceo .content {
    gap: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-media .service-media-ceo .content__body {
    width: calc(70% - 60px);
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-ceo .content__body {
    width: 100%;
    margin-top: 24px;
  }
}
.service-media .service-media-ceo .content__image {
  aspect-ratio: 288/320;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-ceo .content__image {
    width: 30%;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-ceo .content__image {
    width: 100%;
  }
}
.service-media .service-media-ceo .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-media .service-media-ceo .content__name {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-ceo .content__name {
    font-weight: 700;
  }
}
.service-media .service-media-ceo .content__name span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .service-media .service-media-ceo .content__name span {
    display: inline-block;
    margin-bottom: 8px;
  }
}
.service-media .service-media-ceo .content__list {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-ceo .content__list {
    margin-top: 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-ceo .content__list {
    margin-top: 16px;
  }
}
.service-media .service-media-ceo .content__item {
  width: 28px;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-ceo .content__inner {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-ceo .content__inner {
    margin-top: 26px;
  }
}
.service-media .service-media-ceo .content__text {
  font-size: 15px;
  line-height: 1.8;
}
.service-media .service-media-ceo .content__text + .content__text {
  margin-top: 24px;
}
.service-media .service-media-ceo .content__text + .content__text.utils-active {
  display: none;
}
.service-media .service-media-ceo .content__trigger {
  text-align: right;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}
.service-media .service-media-ceo .content__trigger.utils-active {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-ceo .content__trigger {
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-ceo .content__trigger {
    margin-top: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-ceo .service-media-heading__main {
    font-size: clamp(16px, 5.2vw, 24px);
  }
}
.service-media .service-media-howto001 {
  background: #E6E6E6;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto001 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto001 {
    padding: 54px 0;
  }
}
.service-media .service-media-howto001 .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 42px;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto001 .list {
    gap: 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto001 .list {
    gap: 12px 12px;
  }
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto001 .list__item {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto001 .list__item {
    width: calc((100% - 12px) / 2);
  }
}
.service-media .service-media-howto001 .list .content {
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto001 .list .content {
    padding: 10px 20px 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto001 .list .content {
    padding: 2px 12px 17px 12px;
  }
}
.service-media .service-media-howto001 .list .content__head {
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto001 .list .content__head {
    width: 135px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto001 .list .content__head {
    width: 80%;
    max-width: 80px;
    font-size: 10px;
    font-size: clamp(10px, 2.66vw, 14px);
  }
}
.service-media .service-media-howto001 .list .content__text {
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto001 .list .content__text {
    font-size: 16px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto001 .list .content__text {
    font-size: clamp(10px, 2.66vw, 16px);
    margin-top: 10px;
  }
}
.service-media .service-media-howto001 .list--ng .content {
  border: 2px solid #E4E4E4;
}
.service-media .service-media-howto001 .list--ng .content__head {
  background: #A5A5A5;
  color: #fff;
}
.service-media .service-media-howto001 .list--ng .content__text {
  position: relative;
}
.service-media .service-media-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/00_common/icon/x-op.svg");
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto001 .list--ng .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto001 .list--ng .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-media .service-media-howto001 .list--ok .content {
  border: 2px solid #F15024;
}
.service-media .service-media-howto001 .list--ok .content__head {
  background: #F15024;
  color: #fff;
}
.service-media .service-media-howto001 .list--ok .content__text {
  position: relative;
}
.service-media .service-media-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/00_common/icon/circle-single-op.svg");
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto001 .list--ok .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto001 .list--ok .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-media .service-media-howto001 .list--before-arrow {
  padding-top: 80px;
  position: relative;
}
.service-media .service-media-howto001 .list--before-arrow::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #F15024;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-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-media .service-media-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-media .service-media-howto001 .solution__sub {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto001 .solution__sub {
    font-size: clamp(26px, 2.5vw, 32px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto001 .solution__sub {
    margin-top: 40px;
    font-size: clamp(22px, 5.86vw, 26px);
  }
}
.service-media .service-media-howto001 .solution__sub span {
  color: #F15024;
}
.service-media .service-media-howto001 .solution__main {
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto001 .solution__main {
    font-size: clamp(40px, 4.45vw, 57px);
    margin: 42px 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto001 .solution__main {
    font-size: clamp(28px, 7.6vw, 40px);
    margin: 26px 0 0 0;
    line-height: 1.8;
  }
}
.service-media .service-media-howto001 .solution__main span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto001 .solution__main span {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto001 .solution__main span {
    margin-right: -3px;
    margin-left: -3px;
  }
}
.service-media .service-media-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-media .service-media-howto001 .solution__main span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto001 .solution__main span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-media .service-media-howto001 .solution__main strong {
  color: #F15024;
}
.service-media .service-media-howto002 {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto002 {
    padding: 93px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto002 {
    padding: 57px 0 0;
  }
}
.service-media .service-media-howto002 .content {
  position: relative;
  background: #F15024;
  border: 2px solid #000;
  border-radius: 30px;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto002 .content {
    padding: 28px 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto002 .content {
    padding: 16px 16px;
  }
}
.service-media .service-media-howto002 .content__inner {
  background: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto002 .content__inner {
    display: flex;
    align-items: center;
    gap: 0 48px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto002 .content__inner {
    width: 100%;
    padding: 22px 16px 42px;
  }
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto002 .content__image {
    width: 28%;
  }
  .service-media .service-media-howto002 .content__image img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto002 .content__image {
    display: none;
  }
}
.service-media .service-media-howto002 .content__box {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto002 .content__box {
    gap: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto002 .content__box {
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
  }
}
.service-media .service-media-howto002 .content__lead {
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto002 .content__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto002 .content__lead {
    font-size: clamp(16px, 5.6vw, 24px);
    text-align: center;
  }
  .service-media .service-media-howto002 .content__lead span {
    position: relative;
  }
  .service-media .service-media-howto002 .content__lead span::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    background: #F15024;
  }
}
.service-media .service-media-howto002 .content__main {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto002 .content__main {
    white-space: nowrap;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto002 .content__main {
    display: inline-block;
    margin-top: 12px;
  }
}
.service-media .service-media-howto002 .content__main > span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto002 .content__main > span > span {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto002 .content__main > span > span {
    font-size: 28px;
  }
}
.service-media .service-media-howto002 .content__main > span > span > span {
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto002 .content__main > span > span > span {
    font-size: 65px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto002 .content__main > span > span > span {
    font-size: 57px;
  }
}
.service-media .service-media-howto002 .content__main::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 14px;
  background: #F15024;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto002 .content__main::before {
    bottom: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto002 .content__main::before {
    bottom: 10px;
  }
}
.service-media .service-media-howto002 .content__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto002 .content__note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto002 .content__note {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .service-media .service-media-howto002 .content__btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-howto002 .content__btn {
    text-align: center;
    margin-top: 40px;
  }
}
.service-media .service-media-howto .service-media-heading__main {
  text-decoration: underline;
  text-decoration-color: #F15024;
  text-underline-offset: 4px;
}
.service-media .service-media-howto .service-media-heading__main span::before {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-qa {
    margin: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-qa {
    margin: 72px 0;
  }
}
.service-media .service-media-qa .list {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.service-media .service-media-qa .list__item {
  width: 100%;
}
.service-media .service-media-qa .content__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-qa .content__inner {
    padding: 16px 52px 16px 62px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-qa .content__inner {
    padding: 16px 42px 16px 34px;
  }
}
.service-media .service-media-qa .content__label {
  position: absolute;
  display: inline-block;
  background-size: cover;
}
.service-media .service-media-qa .content__head {
  background: #FFEFE5;
  cursor: pointer;
}
.service-media .service-media-qa .content__head .content__text {
  color: #F15024;
}
.service-media .service-media-qa .content__head .content__label {
  background-image: url("../img/00_common/icon/q.svg");
  aspect-ratio: 16/19;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-qa .content__head .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-qa .content__head .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
.service-media .service-media-qa .content__head.utils-active .content__trigger::before {
  opacity: 0;
}
.service-media .service-media-qa .content__body {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-qa .content__body .content__inner {
    margin-top: 8px;
  }
}
.service-media .service-media-qa .content__body .content__label {
  background-image: url("../img/00_common/icon/a.svg");
  aspect-ratio: 14/16;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-qa .content__body .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-qa .content__body .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-qa .content__body .content__inner {
    padding-right: 0;
  }
}
.service-media .service-media-qa .content__body.utils-active {
  display: block;
}
.service-media .service-media-qa .content__text {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-qa .content__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-qa .content__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-media .service-media-qa .content__btn {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-qa .content__btn .service-media-btn {
    min-width: 0;
    max-width: 275px;
    width: 100%;
  }
}
.service-media .service-media-qa .content__trigger {
  width: 17px;
  height: 17px;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .service-media .service-media-qa .content__trigger {
    top: 23px;
    right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .service-media .service-media-qa .content__trigger {
    top: 21px;
    right: 16px;
  }
}
.service-media .service-media-qa .content__trigger:before, .service-media .service-media-qa .content__trigger::after {
  content: "";
  position: absolute;
  background: #F15024;
}
.service-media .service-media-qa .content__trigger:before {
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.service-media .service-media-qa .content__trigger::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-owned a {
  color: #000;
}
.service-owned .js-scrollable {
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
.service-owned .js-scrollable::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
@media screen and (min-width: 960px) {
  .service-owned {
    margin-top: -70px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned {
    margin-top: -36px;
  }
}
.service-owned-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1281px) {
  .service-owned-inner {
    padding: 0 80px;
  }
}
.service-owned .service-owned-btn {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.3s;
}
.service-owned .service-owned-btn--white {
  color: #fff;
  border-color: #fff;
}
.service-owned .service-owned-btn--white:hover {
  opacity: 1;
  background-color: #F15024;
}
.service-owned .service-owned-btn--orange {
  background-color: #F15024;
  color: #fff;
}
.service-owned .service-owned-btn--orange:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
.service-owned .service-owned-btn--black {
  background-color: #000;
  color: #fff;
}
.service-owned .service-owned-btn--black:hover {
  opacity: 1;
  color: #fff;
  background-color: #F15024;
}
.service-owned .service-owned-btn-arrow {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.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-owned .service-owned-btn-arrow::before, .service-owned .service-owned-btn-arrow::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
}
.service-owned .service-owned-btn-arrow::before {
  background: #fff;
  border-radius: 100%;
  width: 25px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  right: 10px;
}
.service-owned .service-owned-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-owned .service-owned-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-heading {
    margin-bottom: 26px;
  }
}
.service-owned .service-owned-heading__sub {
  color: #F15024;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.service-owned .service-owned-heading__main {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-heading__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-heading__main {
    font-size: clamp(22px, 6vw, 32px);
  }
}
.service-owned .service-owned-heading__main span {
  text-decoration: underline;
  text-decoration-color: #F15024;
  text-underline-offset: 4px;
}
.service-owned .service-owned-heading__lead {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-heading__lead {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-heading__lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 28px;
  }
}
.service-owned .service-owned-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-owned .service-owned-heading-box__main {
    font-size: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-heading-box__main {
    font-size: 16px;
    padding: 22px 16px;
  }
}
.service-owned .service-owned-heading-box__main span {
  color: #F15024;
}
.service-owned .service-owned-heading-box__sub {
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-heading-box__sub {
    font-size: 18px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-heading-box__sub {
    font-size: 15px;
    margin-top: 36px;
  }
}
.service-owned .service-owned-heading-box__sub span {
  color: #D76331;
}
.service-owned .service-owned-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-list--col003 {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-list--col003 {
    gap: 40px 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-list--col003 .service-owned-list__item {
    width: calc((100% - 80px) / 3);
    min-width: 343px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-list--col003 .service-owned-list__item {
    width: 100%;
  }
}
.service-owned .service-owned-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-owned .service-owned-card001 {
    box-shadow: 8px 8px 28px -7px #4a4a4a;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-card001 {
    box-shadow: 6px 6px 28px -10px #4a4a4a;
  }
}
.service-owned .service-owned-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-owned .service-owned-card001__label {
    left: -12px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-card001__label {
    left: -22px;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-card001__heading {
    margin-left: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-card001__heading {
    margin-left: 28px;
  }
}
.service-owned .service-owned-card001__heading span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 18px);
}
.service-owned .service-owned-card001__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-owned .service-owned-card001__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-card001__text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-card001__text {
    margin-top: 18px;
  }
}
.service-owned .service-owned-fv {
  background: #E4E4E4;
  width: 100vw;
  display: grid;
  align-items: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-fv {
    height: 600px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-fv {
    height: 600px;
  }
}
.service-owned .service-owned-fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: radial-gradient(#FFFFFF 26%, transparent 10%), radial-gradient(#FFFFFF 26%, transparent 10%);
  background-position: 0 0, 19px 19px;
  background-size: 38px 38px;
  opacity: 0.2;
}
.service-owned .service-owned-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-owned .service-owned-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-owned .service-owned-fv::after {
    bottom: -36px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
            clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}
.service-owned .service-owned-fv__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-fv .content {
    width: 54%;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-fv .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.service-owned .service-owned-fv .content__lead {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-fv .content__lead {
    font-size: clamp(10px, 3.733vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-fv .content__lead {
    font-size: 14px;
  }
}
.service-owned .service-owned-fv .content__lead > span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}
.service-owned .service-owned-fv .content__heading {
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-fv .content__heading {
    font-size: clamp(54px, 5.61vw, 66px);
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-fv .content__heading {
    font-size: clamp(10px, 10.23vw, 42px);
    margin-top: 16px;
  }
}
.service-owned .service-owned-fv .content__heading > span {
  display: inline-block;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: -2px;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-fv .content__heading > span {
    padding: 14px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-fv .content__heading > span {
    padding: 12px 8px;
  }
}
.service-owned .service-owned-fv .content__text {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-fv .content__text {
    margin-top: 32px;
    font-size: clamp(12px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-fv .content__text {
    margin-top: 20px;
    font-size: 13px;
  }
}
.service-owned .service-owned-fv .content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-fv .content__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-fv .content__list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-fv .content__item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-fv .content__item .service-owned-btn {
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-fv .content__item .service-owned-btn {
    width: 100%;
  }
}
.service-owned .service-owned-fv .object {
  position: absolute;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-fv .object {
    transform: translateY(-50%);
    top: 47%;
    right: 2%;
    max-width: 580px;
    width: 48%;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-fv .object {
    top: -28px;
    right: 50px;
    width: 38vw;
    z-index: 1;
  }
}
.service-owned .service-owned-problems {
  background: #F15024;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-problems {
    margin: 0 calc(50% - 50vw);
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-problems {
    margin: -1px calc(50% - 50vw) 0;
    padding: 78px 0 60px;
  }
}
.service-owned .service-owned-problems .introduction {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 54px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-problems .introduction {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-problems .introduction {
    font-size: clamp(20px, 6vw, 38px);
  }
}
.service-owned .service-owned-problems .introduction > span {
  position: relative;
}
.service-owned .service-owned-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-owned .service-owned-problems .introduction > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-problems .introduction > span::before {
    top: -2px;
    left: 42%;
  }
}
.service-owned .service-owned-problems .service-owned-list {
  max-width: 1110px;
  margin: 0 auto;
}
.service-owned .service-owned-problems .solution {
  position: relative;
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-problems .solution {
    padding-top: 76px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-problems .solution {
    padding-top: 62px;
    line-height: 1.8;
  }
}
.service-owned .service-owned-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-owned .service-owned-problems .solution__text {
  font-weight: 700;
}
.service-owned .service-owned-problems .solution__text--main {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-problems .solution__text--main {
    font-size: 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-problems .solution__text--main {
    font-size: clamp(18px, 8.4vw, 60px);
  }
}
.service-owned .service-owned-problems .solution__text--main > span {
  display: inline-block;
  background: #000;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-problems .solution__text--main > span {
    padding: 32px 12px 6px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-problems .solution__text--main > span {
    padding: 13px 20px 6px 20px;
  }
}
.service-owned .service-owned-problems .solution__text--main > span::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background: #F15024;
}
.service-owned .service-owned-problems .solution__text--main > span > span {
  position: relative;
}
.service-owned .service-owned-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-owned .service-owned-problems .solution__text--main > span > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-problems .solution__text--main > span > span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-owned .service-owned-problems .solution__text--sub {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-problems .solution__text--sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-problems .solution__text--sub {
    font-size: 20px;
    font-size: clamp(18px, 5.33vw, 38px);
  }
}
.service-owned .service-owned-cta {
  margin: 0 calc(50% - 50vw);
  background: #000;
}
.service-owned .service-owned-cta__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-cta .content {
    padding: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-cta .content {
    padding: 48px 0 64px;
  }
}
.service-owned .service-owned-cta .content__lead {
  text-align: center;
  font-weight: 700;
}
.service-owned .service-owned-cta .content__lead span {
  display: inline-block;
  color: #F15024;
  background: #fff;
  padding: 6px 8px;
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-cta .content__lead span {
    margin-top: -1px;
  }
}
.service-owned .service-owned-cta .content__heading {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-cta .content__heading {
    font-size: clamp(20px, 2.656vw, 34px);
    margin-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-cta .content__heading {
    font-size: clamp(20px, 5.3vw, 34px);
    margin-top: 32px;
  }
}
.service-owned .service-owned-cta .content__heading span {
  position: relative;
}
.service-owned .service-owned-cta .content__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-owned .service-owned-cta .content__text {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-cta .content__text {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-cta .content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-cta .content__objects {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 34px;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-cta .content__object {
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-cta .content__object {
    margin-top: 20px;
  }
}
.service-owned .service-owned-cta .content__object--001 {
  max-width: 308px;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-cta .content__object--001 {
    top: 53%;
    left: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-cta .content__object--001 {
    width: 38%;
  }
}
.service-owned .service-owned-cta .content__object--002 {
  max-width: 320px;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-cta .content__object--002 {
    top: 50%;
    right: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-cta .content__object--002 {
    width: 38%;
  }
}
.service-owned .service-owned-cta .content__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-cta .content__list {
    gap: 0 20px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-cta .content__list {
    margin-top: 34px;
    gap: 34px 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-cta .content__item {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-cta .content__item .service-owned-btn {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-points {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-points {
    padding: 48px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-points .service-owned-list {
    margin-top: 68px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-points .service-owned-list {
    margin-top: 32px;
  }
}
.service-owned .service-owned-points .service-owned-card001__heading span {
  font-size: clamp(15px, 1.328vw, 16px);
}
.service-owned .service-owned-service {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-service {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-service {
    padding: 96px 0 80px;
  }
}
.service-owned .service-owned-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-owned .service-owned-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-owned .service-owned-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-owned .service-owned-service .table {
  max-width: 1040px;
  margin: 0 auto;
}
.service-owned .service-owned-service .table__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-owned .service-owned-service .table__group {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-service .table__group {
    gap: 0 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-service .table__group {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-service .table__group:not(:last-child) .table__head {
    position: relative;
  }
  .service-owned .service-owned-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-owned .service-owned-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-owned .service-owned-service .table__group:last-child .table__item:last-child:before, .service-owned .service-owned-service .table__group:last-child .table__item:last-child:after {
    display: none !important;
  }
}
.service-owned .service-owned-service .table__head {
  background: #000;
  display: grid;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-service .table__head {
    width: 25%;
    place-items: center;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-service .table__head {
    width: 100%;
    align-items: center;
    padding: 0 12px;
    height: 77px;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-service .table__block {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-service .table__block {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
.service-owned .service-owned-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-owned .service-owned-service .table__heading {
    order: 2;
    margin-top: -8px;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-service .table__heading--mb {
    margin-bottom: 12px;
  }
}
.service-owned .service-owned-service .table__image {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-service .table__image {
    margin-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-service .table__image {
    width: 64px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-service .table__image {
    order: 1;
  }
}
.service-owned .service-owned-service .table__image img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-service .table__image--001 {
    width: 132px;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-service .table__image--002 {
    width: 116px;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-service .table__image--003 {
    width: 102px;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-service .table__body {
    width: calc(75% - 8px);
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-service .table__body {
    width: 100%;
  }
}
.service-owned .service-owned-service .table__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-owned .service-owned-service .table__item {
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-service .table__item {
    padding: 46px 14px 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-service .table__item {
    padding: 38px 16px 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-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-owned .service-owned-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-owned .service-owned-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-owned .service-owned-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-owned .service-owned-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-owned .service-owned-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-owned .service-owned-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-owned .service-owned-service .table__label {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-service .table__label {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-service .table__text {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-service .table__text {
    font-size: 14px;
  }
}
.service-owned .service-owned-differ {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0;
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-differ__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.service-owned .service-owned-differ .table {
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-differ .table {
    width: 1010px;
  }
}
.service-owned .service-owned-differ .table-container {
  width: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-differ .table-container {
    max-width: 1120px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-differ .table-container {
    padding-left: 5vw;
  }
}
.service-owned .service-owned-differ .table__inner {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.service-owned .service-owned-differ .table__group:first-child {
  width: 16%;
  min-width: 120px;
}
.service-owned .service-owned-differ .table__group:first-child .table__item {
  font-weight: 700;
}
.service-owned .service-owned-differ .table__group:first-child .table__body {
  padding-left: 0;
}
.service-owned .service-owned-differ .table__group:nth-child(3), .service-owned .service-owned-differ .table__group:nth-child(4) {
  width: 40%;
}
.service-owned .service-owned-differ .table__group:not(:first-child) .table__body {
  background: #fff;
}
.service-owned .service-owned-differ .table__group:not(:first-child) .table__item {
  padding-left: 46px;
}
.service-owned .service-owned-differ .table__group:not(:first-child) .table__item:not(:last-child) {
  border-bottom: 2px solid #E4E4E4;
}
.service-owned .service-owned-differ .table__group:not(:first-child) .table__head {
  background: #A5A5A5;
  display: grid;
  place-items: center;
}
.service-owned .service-owned-differ .table__group:not(:first-child) .table__head p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-differ .table__group:not(:first-child) .table__head p {
    font-size: clamp(15px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-differ .table__group:not(:first-child) .table__head p {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-differ .table__group:last-child {
    margin-right: 5vw;
  }
}
.service-owned .service-owned-differ .table__group--orange .table__head {
  background: #F15024 !important;
}
.service-owned .service-owned-differ .table__group--orange .table__body {
  border: 2px solid #F15024;
  padding-top: 12px !important;
  margin-top: -14px;
}
.service-owned .service-owned-differ .table__head {
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-differ .table__head {
    height: 100px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-differ .table__head {
    height: 60px;
  }
}
.service-owned .service-owned-differ .table__body {
  padding: 0 16px;
}
.service-owned .service-owned-differ .table__item {
  padding: 18px 0;
  height: 85px;
  display: grid;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-differ .table__item {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-differ .table__item {
    font-size: 14px;
  }
}
.service-owned .service-owned-differ .table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.service-owned .service-owned-differ .table__ic--circle-single {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-single.svg");
  background-size: cover;
}
.service-owned .service-owned-differ .table__ic--circle-double {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-double.svg");
  background-size: cover;
}
.service-owned .service-owned-differ .table__ic--triangle {
  width: 18px;
  height: 16px;
  background-image: url("../img/00_common/icon/triangle.svg");
  background-size: cover;
}
.service-owned .service-owned-differ .table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url("../img/00_common/icon/x.svg");
  background-size: cover;
}
.service-owned .service-owned-differ .service-owned-heading {
  margin-bottom: 42px;
}
.service-owned .service-owned-ceo {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
}
.service-owned .service-owned-ceo.--cco {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-ceo {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-ceo {
    padding: 100px 0 56px;
  }
}
@media screen and (min-width: 1281px) {
  .service-owned .service-owned-ceo__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-ceo__inner {
    padding: 0;
  }
}
.service-owned .service-owned-ceo__box {
  border: 2px solid #000;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-ceo__box {
    padding: 30px 74px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-ceo__box {
    padding: 22px 22px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-ceo .swiper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-ceo .swiper {
    max-width: 500px;
    padding: 0 18px;
  }
}
.service-owned .service-owned-ceo .swiper .swiper-slide-next {
  opacity: 0;
}
.service-owned .service-owned-ceo .swiper .pickup-slider__next {
  right: 10px;
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-ceo .swiper .pickup-slider__next {
    right: 0;
    top: 50%;
  }
}
.service-owned .service-owned-ceo .swiper .pickup-slider__prev {
  left: 10px;
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-ceo .swiper .pickup-slider__prev {
    left: 0;
    top: 50%;
  }
}
.service-owned .service-owned-ceo .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-ceo .content {
    gap: 0 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-ceo .content {
    gap: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-ceo .content__body {
    width: calc(70% - 60px);
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-ceo .content__body {
    width: 100%;
    margin-top: 24px;
  }
}
.service-owned .service-owned-ceo .content__image {
  aspect-ratio: 288/320;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-ceo .content__image {
    width: 30%;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-ceo .content__image {
    width: 100%;
  }
}
.service-owned .service-owned-ceo .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-owned .service-owned-ceo .content__name {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-ceo .content__name {
    font-weight: 700;
  }
}
.service-owned .service-owned-ceo .content__name span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-ceo .content__name span {
    display: inline-block;
    margin-bottom: 8px;
  }
}
.service-owned .service-owned-ceo .content__list {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-ceo .content__list {
    margin-top: 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-ceo .content__list {
    margin-top: 16px;
  }
}
.service-owned .service-owned-ceo .content__item {
  width: 28px;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-ceo .content__inner {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-ceo .content__inner {
    margin-top: 26px;
  }
}
.service-owned .service-owned-ceo .content__text {
  font-size: 15px;
  line-height: 1.8;
}
.service-owned .service-owned-ceo .content__text + .content__text {
  margin-top: 24px;
}
.service-owned .service-owned-ceo .content__text + .content__text.utils-active {
  display: none;
}
.service-owned .service-owned-ceo .content__trigger {
  text-align: right;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}
.service-owned .service-owned-ceo .content__trigger.utils-active {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-ceo .content__trigger {
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-ceo .content__trigger {
    margin-top: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-ceo .service-owned-heading__main {
    font-size: clamp(16px, 5.2vw, 24px);
  }
}
.service-owned .service-owned-howto001 {
  background: #E6E6E6;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto001 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto001 {
    padding: 54px 0;
  }
}
.service-owned .service-owned-howto001 .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 42px;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto001 .list {
    gap: 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto001 .list {
    gap: 12px 12px;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto001 .list__item {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto001 .list__item {
    width: calc((100% - 12px) / 2);
  }
}
.service-owned .service-owned-howto001 .list .content {
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto001 .list .content {
    padding: 10px 20px 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto001 .list .content {
    padding: 2px 12px 17px 12px;
  }
}
.service-owned .service-owned-howto001 .list .content__head {
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto001 .list .content__head {
    width: 135px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto001 .list .content__head {
    width: 80%;
    max-width: 80px;
    font-size: 10px;
    font-size: clamp(10px, 2.66vw, 14px);
  }
}
.service-owned .service-owned-howto001 .list .content__text {
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto001 .list .content__text {
    font-size: 16px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto001 .list .content__text {
    font-size: clamp(10px, 2.66vw, 16px);
    margin-top: 10px;
  }
}
.service-owned .service-owned-howto001 .list--ng .content {
  border: 2px solid #E4E4E4;
}
.service-owned .service-owned-howto001 .list--ng .content__head {
  background: #A5A5A5;
  color: #fff;
}
.service-owned .service-owned-howto001 .list--ng .content__text {
  position: relative;
}
.service-owned .service-owned-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/btob/icon/x-op.svg");
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto001 .list--ng .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto001 .list--ng .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-owned .service-owned-howto001 .list--ok .content {
  border: 2px solid #F15024;
}
.service-owned .service-owned-howto001 .list--ok .content__head {
  background: #F15024;
  color: #fff;
}
.service-owned .service-owned-howto001 .list--ok .content__text {
  position: relative;
}
.service-owned .service-owned-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/btob/icon/circle-single-op.svg");
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto001 .list--ok .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto001 .list--ok .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-owned .service-owned-howto001 .list--before-arrow {
  padding-top: 80px;
  position: relative;
}
.service-owned .service-owned-howto001 .list--before-arrow::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #F15024;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-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-owned .service-owned-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-owned .service-owned-howto001 .solution__sub {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto001 .solution__sub {
    font-size: clamp(26px, 2.5vw, 32px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto001 .solution__sub {
    margin-top: 40px;
    font-size: clamp(22px, 5.86vw, 26px);
  }
}
.service-owned .service-owned-howto001 .solution__sub span {
  color: #F15024;
}
.service-owned .service-owned-howto001 .solution__main {
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto001 .solution__main {
    font-size: clamp(40px, 4.45vw, 57px);
    margin: 42px 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto001 .solution__main {
    font-size: clamp(28px, 7.6vw, 40px);
    margin: 26px 0 0 0;
    line-height: 1.8;
  }
}
.service-owned .service-owned-howto001 .solution__main span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto001 .solution__main span {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto001 .solution__main span {
    margin-right: -3px;
    margin-left: -3px;
  }
}
.service-owned .service-owned-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-owned .service-owned-howto001 .solution__main span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto001 .solution__main span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-owned .service-owned-howto001 .solution__main strong {
  color: #F15024;
}
.service-owned .service-owned-howto002 {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto002 {
    padding: 93px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto002 {
    padding: 57px 0 0;
  }
}
.service-owned .service-owned-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-owned .service-owned-howto002 .content {
    padding: 28px 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto002 .content {
    padding: 16px 16px;
  }
}
.service-owned .service-owned-howto002 .content::before {
  content: "";
  position: absolute;
  top: -96px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #F15024;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-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-owned .service-owned-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-owned .service-owned-howto002 .content__inner {
  background: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto002 .content__inner {
    display: flex;
    align-items: center;
    gap: 0 48px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto002 .content__inner {
    width: 100%;
    padding: 22px 16px 42px;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto002 .content__image {
    width: 28%;
  }
  .service-owned .service-owned-howto002 .content__image img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto002 .content__image {
    display: none;
  }
}
.service-owned .service-owned-howto002 .content__box {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto002 .content__box {
    gap: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto002 .content__box {
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
  }
}
.service-owned .service-owned-howto002 .content__lead {
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto002 .content__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto002 .content__lead {
    font-size: clamp(16px, 5.6vw, 24px);
    text-align: center;
  }
  .service-owned .service-owned-howto002 .content__lead span {
    position: relative;
  }
  .service-owned .service-owned-howto002 .content__lead span::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    background: #F15024;
  }
}
.service-owned .service-owned-howto002 .content__main {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto002 .content__main {
    white-space: nowrap;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto002 .content__main {
    display: inline-block;
    margin-top: 12px;
  }
}
.service-owned .service-owned-howto002 .content__main > span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto002 .content__main > span > span {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto002 .content__main > span > span {
    font-size: 28px;
  }
}
.service-owned .service-owned-howto002 .content__main > span > span > span {
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto002 .content__main > span > span > span {
    font-size: 65px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto002 .content__main > span > span > span {
    font-size: 57px;
  }
}
.service-owned .service-owned-howto002 .content__main::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 14px;
  background: #F15024;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto002 .content__main::before {
    bottom: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto002 .content__main::before {
    bottom: 10px;
  }
}
.service-owned .service-owned-howto002 .content__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto002 .content__note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto002 .content__note {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-howto002 .content__btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-howto002 .content__btn {
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-qa {
    margin: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-qa {
    margin: 72px 0;
  }
}
.service-owned .service-owned-qa .list {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.service-owned .service-owned-qa .list__item {
  width: 100%;
}
.service-owned .service-owned-qa .content__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-qa .content__inner {
    padding: 16px 52px 16px 62px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-qa .content__inner {
    padding: 16px 42px 16px 34px;
  }
}
.service-owned .service-owned-qa .content__label {
  position: absolute;
  display: inline-block;
  background-size: cover;
}
.service-owned .service-owned-qa .content__head {
  background: #FFEFE5;
  cursor: pointer;
}
.service-owned .service-owned-qa .content__head .content__text {
  color: #F15024;
}
.service-owned .service-owned-qa .content__head .content__label {
  background-image: url("../img/03_service/btob/icon/q.svg");
  aspect-ratio: 16/19;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-qa .content__head .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-qa .content__head .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
.service-owned .service-owned-qa .content__head.utils-active .content__trigger::before {
  opacity: 0;
}
.service-owned .service-owned-qa .content__body {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-qa .content__body .content__inner {
    margin-top: 8px;
  }
}
.service-owned .service-owned-qa .content__body .content__label {
  background-image: url("../img/03_service/btob/icon/a.svg");
  aspect-ratio: 14/16;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-qa .content__body .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-qa .content__body .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-qa .content__body .content__inner {
    padding-right: 0;
  }
}
.service-owned .service-owned-qa .content__body.utils-active {
  display: block;
}
.service-owned .service-owned-qa .content__text {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-qa .content__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-qa .content__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-qa .content__btn {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-qa .content__btn .service-owned-btn {
    min-width: 0;
    max-width: 275px;
    width: 100%;
  }
}
.service-owned .service-owned-qa .content__trigger {
  width: 17px;
  height: 17px;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .service-owned .service-owned-qa .content__trigger {
    top: 23px;
    right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .service-owned .service-owned-qa .content__trigger {
    top: 21px;
    right: 16px;
  }
}
.service-owned .service-owned-qa .content__trigger:before, .service-owned .service-owned-qa .content__trigger::after {
  content: "";
  position: absolute;
  background: #F15024;
}
.service-owned .service-owned-qa .content__trigger:before {
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.service-owned .service-owned-qa .content__trigger::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-salesforce a {
  color: #000;
}
.service-salesforce .js-scrollable {
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
.service-salesforce .js-scrollable::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
@media screen and (min-width: 960px) {
  .service-salesforce {
    margin-top: -70px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce {
    margin-top: -36px;
  }
}
.service-salesforce-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1281px) {
  .service-salesforce-inner {
    padding: 0 80px;
  }
}
.service-salesforce .service-salesforce-btn {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.3s;
}
.service-salesforce .service-salesforce-btn--white {
  color: #fff;
  border-color: #fff;
}
.service-salesforce .service-salesforce-btn--white:hover {
  opacity: 1;
  background-color: #F15024;
}
.service-salesforce .service-salesforce-btn--orange {
  background-color: #F15024;
  color: #fff;
}
.service-salesforce .service-salesforce-btn--orange:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
.service-salesforce .service-salesforce-btn--black {
  background-color: #000;
  color: #fff;
}
.service-salesforce .service-salesforce-btn--black:hover {
  opacity: 1;
  color: #fff;
  background-color: #F15024;
}
.service-salesforce .service-salesforce-btn-arrow {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.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-salesforce .service-salesforce-btn-arrow::before, .service-salesforce .service-salesforce-btn-arrow::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
}
.service-salesforce .service-salesforce-btn-arrow::before {
  background: #fff;
  border-radius: 100%;
  width: 25px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  right: 10px;
}
.service-salesforce .service-salesforce-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-salesforce .service-salesforce-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-heading {
    margin-bottom: 26px;
  }
}
.service-salesforce .service-salesforce-heading__sub {
  color: #F15024;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.service-salesforce .service-salesforce-heading__main {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-heading__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-heading__main {
    font-size: clamp(22px, 6vw, 32px);
  }
}
.service-salesforce .service-salesforce-heading__main span {
  position: relative;
}
.service-salesforce .service-salesforce-heading__main span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-salesforce .service-salesforce-heading__lead {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-heading__lead {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-heading__lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 28px;
  }
}
.service-salesforce .service-salesforce-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-salesforce .service-salesforce-heading-box__main {
    font-size: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-heading-box__main {
    font-size: 16px;
    padding: 22px 16px;
  }
}
.service-salesforce .service-salesforce-heading-box__main span {
  color: #F15024;
}
.service-salesforce .service-salesforce-heading-box__sub {
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-heading-box__sub {
    font-size: 18px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-heading-box__sub {
    font-size: 15px;
    margin-top: 36px;
  }
}
.service-salesforce .service-salesforce-heading-box__sub span {
  color: #D76331;
}
.service-salesforce .service-salesforce-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-list--col003 {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-list--col003 {
    gap: 40px 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-list--col003 .service-salesforce-list__item {
    width: calc((100% - 80px) / 3);
    min-width: 343px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-list--col003 .service-salesforce-list__item {
    width: 100%;
  }
}
.service-salesforce .service-salesforce-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-salesforce .service-salesforce-card001 {
    box-shadow: 8px 8px 28px -7px #4a4a4a;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-card001 {
    box-shadow: 6px 6px 28px -10px #4a4a4a;
  }
}
.service-salesforce .service-salesforce-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-salesforce .service-salesforce-card001__label {
    left: -12px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-card001__label {
    left: -22px;
  }
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-card001__heading {
    margin-left: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-card001__heading {
    margin-left: 28px;
  }
}
.service-salesforce .service-salesforce-card001__heading span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 18px);
}
.service-salesforce .service-salesforce-card001__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-salesforce .service-salesforce-card001__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-card001__text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-card001__text {
    margin-top: 18px;
  }
}
.service-salesforce .service-salesforce-fv {
  background: #E4E4E4;
  width: 100vw;
  display: grid;
  align-items: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-fv {
    height: 600px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-fv {
    height: 600px;
  }
}
.service-salesforce .service-salesforce-fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: radial-gradient(#FFFFFF 26%, transparent 10%), radial-gradient(#FFFFFF 26%, transparent 10%);
  background-position: 0 0, 19px 19px;
  background-size: 38px 38px;
  opacity: 0.2;
}
.service-salesforce .service-salesforce-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-salesforce .service-salesforce-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-salesforce .service-salesforce-fv::after {
    bottom: -36px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
            clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}
.service-salesforce .service-salesforce-fv__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-fv .content {
    width: 54%;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-fv .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.service-salesforce .service-salesforce-fv .content__lead {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-fv .content__lead {
    font-size: clamp(10px, 3.733vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-fv .content__lead {
    font-size: clamp(10px, 3.5vw, 14px);
  }
}
.service-salesforce .service-salesforce-fv .content__lead > span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}
.service-salesforce .service-salesforce-fv .content__heading {
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-fv .content__heading {
    font-size: clamp(46px, 4.5vw, 56px);
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-fv .content__heading {
    font-size: clamp(10px, 8.2vw, 32px);
    margin-top: 16px;
  }
}
.service-salesforce .service-salesforce-fv .content__heading > span {
  display: inline-block;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: -2px;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-fv .content__heading > span {
    padding: 14px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-fv .content__heading > span {
    padding: 12px 8px;
  }
}
.service-salesforce .service-salesforce-fv .content__text {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-fv .content__text {
    margin-top: 32px;
    font-size: clamp(12px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-fv .content__text {
    margin-top: 20px;
    font-size: 13px;
  }
}
.service-salesforce .service-salesforce-fv .content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-fv .content__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-fv .content__list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-fv .content__item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-fv .content__item .service-salesforce-btn {
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-fv .content__item .service-salesforce-btn {
    width: 100%;
  }
}
.service-salesforce .service-salesforce-fv .object {
  position: absolute;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-fv .object {
    transform: translateY(-50%);
    top: 48%;
    right: 14%;
    max-width: 550px;
    width: 36%;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-fv .object {
    top: 2px;
    right: 28px;
    width: 33vw;
    z-index: 1;
  }
}
.service-salesforce .service-salesforce-problems {
  background: #F15024;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-problems {
    margin: 0 calc(50% - 50vw);
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-problems {
    margin: -1px calc(50% - 50vw) 0;
    padding: 78px 0 60px;
  }
}
.service-salesforce .service-salesforce-problems .introduction {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 54px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-problems .introduction {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-problems .introduction {
    font-size: clamp(20px, 6vw, 38px);
  }
}
.service-salesforce .service-salesforce-problems .introduction > span {
  position: relative;
}
.service-salesforce .service-salesforce-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-salesforce .service-salesforce-problems .introduction > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-problems .introduction > span::before {
    top: -2px;
    left: 42%;
  }
}
.service-salesforce .service-salesforce-problems .service-salesforce-list {
  max-width: 1110px;
  margin: 0 auto;
}
.service-salesforce .service-salesforce-problems .solution {
  position: relative;
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-problems .solution {
    padding-top: 76px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-problems .solution {
    padding-top: 62px;
    line-height: 1.8;
  }
}
.service-salesforce .service-salesforce-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-salesforce .service-salesforce-problems .solution__text {
  font-weight: 700;
}
.service-salesforce .service-salesforce-problems .solution__text--main {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-problems .solution__text--main {
    font-size: 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-problems .solution__text--main {
    font-size: clamp(18px, 8.4vw, 60px);
  }
}
.service-salesforce .service-salesforce-problems .solution__text--main > span {
  display: inline-block;
  background: #000;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-problems .solution__text--main > span {
    padding: 32px 12px 6px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-problems .solution__text--main > span {
    padding: 13px 20px 6px 20px;
  }
}
.service-salesforce .service-salesforce-problems .solution__text--main > span::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background: #F15024;
}
.service-salesforce .service-salesforce-problems .solution__text--main > span > span {
  position: relative;
}
.service-salesforce .service-salesforce-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-salesforce .service-salesforce-problems .solution__text--main > span > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-problems .solution__text--main > span > span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-salesforce .service-salesforce-problems .solution__text--sub {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-problems .solution__text--sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-problems .solution__text--sub {
    font-size: 20px;
    font-size: clamp(18px, 5.33vw, 38px);
  }
}
.service-salesforce .service-salesforce-cta {
  margin: 0 calc(50% - 50vw);
  background: #000;
}
.service-salesforce .service-salesforce-cta__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-cta .content {
    padding: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-cta .content {
    padding: 48px 0 64px;
  }
}
.service-salesforce .service-salesforce-cta .content__lead {
  text-align: center;
  font-weight: 700;
}
.service-salesforce .service-salesforce-cta .content__lead span {
  display: inline-block;
  color: #F15024;
  background: #fff;
  padding: 6px 8px;
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-cta .content__lead span {
    margin-top: -1px;
  }
}
.service-salesforce .service-salesforce-cta .content__heading {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-cta .content__heading {
    font-size: clamp(20px, 2.656vw, 34px);
    margin-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-cta .content__heading {
    font-size: clamp(20px, 5.3vw, 34px);
    margin-top: 32px;
  }
}
.service-salesforce .service-salesforce-cta .content__heading span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-salesforce .service-salesforce-cta .content__text {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-cta .content__text {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-cta .content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-cta .content__objects {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 34px;
  }
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-cta .content__object {
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-cta .content__object {
    margin-top: 20px;
  }
}
.service-salesforce .service-salesforce-cta .content__object--001 {
  max-width: 308px;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-cta .content__object--001 {
    top: 53%;
    left: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-cta .content__object--001 {
    width: 38%;
  }
}
.service-salesforce .service-salesforce-cta .content__object--002 {
  max-width: 320px;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-cta .content__object--002 {
    top: 50%;
    right: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-cta .content__object--002 {
    width: 38%;
  }
}
.service-salesforce .service-salesforce-cta .content__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-cta .content__list {
    gap: 0 20px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-cta .content__list {
    margin-top: 34px;
    gap: 34px 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-cta .content__item {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-cta .content__item .service-salesforce-btn {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-points {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-points {
    padding: 48px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-points .service-salesforce-list {
    margin-top: 68px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-points .service-salesforce-list {
    margin-top: 32px;
  }
}
.service-salesforce .service-salesforce-points .service-salesforce-card001__heading span {
  font-size: clamp(15px, 1.328vw, 16px);
}
.service-salesforce .service-salesforce-service {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-service {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-service {
    padding: 96px 0 80px;
  }
}
.service-salesforce .service-salesforce-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-salesforce .service-salesforce-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-salesforce .service-salesforce-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-salesforce .service-salesforce-service .table {
  max-width: 1040px;
  margin: 0 auto;
}
.service-salesforce .service-salesforce-service .table__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-salesforce .service-salesforce-service .table__group {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-service .table__group {
    gap: 0 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-service .table__group {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-service .table__group:not(:last-child) .table__head {
    position: relative;
  }
  .service-salesforce .service-salesforce-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-salesforce .service-salesforce-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-salesforce .service-salesforce-service .table__group:last-child .table__item:last-child:before, .service-salesforce .service-salesforce-service .table__group:last-child .table__item:last-child:after {
    display: none !important;
  }
}
.service-salesforce .service-salesforce-service .table__head {
  background: #000;
  display: grid;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-service .table__head {
    width: 25%;
    place-items: center;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-service .table__head {
    width: 100%;
    align-items: center;
    padding: 0 12px;
    height: 77px;
  }
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-service .table__block {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-service .table__block {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
.service-salesforce .service-salesforce-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-salesforce .service-salesforce-service .table__heading {
    order: 2;
    margin-top: -8px;
  }
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-service .table__heading--mb {
    margin-bottom: 12px;
  }
}
.service-salesforce .service-salesforce-service .table__image {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-service .table__image {
    margin-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-service .table__image {
    width: 64px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-service .table__image {
    order: 1;
  }
}
.service-salesforce .service-salesforce-service .table__image img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-service .table__image--001 {
    width: 132px;
  }
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-service .table__image--002 {
    width: 116px;
  }
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-service .table__image--003 {
    width: 102px;
  }
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-service .table__body {
    width: calc(75% - 8px);
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-service .table__body {
    width: 100%;
  }
}
.service-salesforce .service-salesforce-service .table__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-salesforce .service-salesforce-service .table__item {
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-service .table__item {
    padding: 46px 14px 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-service .table__item {
    padding: 38px 16px 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-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-salesforce .service-salesforce-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-salesforce .service-salesforce-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-salesforce .service-salesforce-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-salesforce .service-salesforce-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-salesforce .service-salesforce-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-salesforce .service-salesforce-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-salesforce .service-salesforce-service .table__label {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-service .table__label {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-service .table__text {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-service .table__text {
    font-size: 14px;
  }
}
.service-salesforce .service-salesforce-service .service-salesforce-heading__main span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-salesforce .service-salesforce-service .service-salesforce-heading__main span::before {
  display: none;
}
.service-salesforce .service-salesforce-differ {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0;
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-differ__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.service-salesforce .service-salesforce-differ .table {
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-differ .table {
    width: 1010px;
  }
}
.service-salesforce .service-salesforce-differ .table-container {
  width: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-differ .table-container {
    max-width: 1120px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-differ .table-container {
    padding-left: 5vw;
  }
}
.service-salesforce .service-salesforce-differ .table__inner {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.service-salesforce .service-salesforce-differ .table__group:first-child {
  width: 16%;
  min-width: 106px;
}
.service-salesforce .service-salesforce-differ .table__group:first-child .table__item {
  font-weight: 700;
}
.service-salesforce .service-salesforce-differ .table__group:first-child .table__body {
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-differ .table__group:not(:first-child) {
    min-width: 260px;
  }
}
.service-salesforce .service-salesforce-differ .table__group:not(:first-child) .table__body {
  background: #fff;
}
.service-salesforce .service-salesforce-differ .table__group:not(:first-child) .table__item {
  padding-left: 46px;
}
.service-salesforce .service-salesforce-differ .table__group:not(:first-child) .table__item:not(:last-child) {
  border-bottom: 2px solid #E4E4E4;
}
.service-salesforce .service-salesforce-differ .table__group:not(:first-child) .table__head {
  background: #A5A5A5;
  display: grid;
  place-items: center;
}
.service-salesforce .service-salesforce-differ .table__group:not(:first-child) .table__head p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-differ .table__group:not(:first-child) .table__head p {
    font-size: clamp(15px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-differ .table__group:not(:first-child) .table__head p {
    font-size: 16px;
  }
}
.service-salesforce .service-salesforce-differ .table__group:nth-child(3), .service-salesforce .service-salesforce-differ .table__group:nth-child(4) {
  width: 54%;
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-differ .table__group:last-child {
    margin-right: 5vw;
  }
}
.service-salesforce .service-salesforce-differ .table__group--orange {
  width: 70%;
}
.service-salesforce .service-salesforce-differ .table__group--orange .table__head {
  background: #F15024 !important;
}
.service-salesforce .service-salesforce-differ .table__group--orange .table__body {
  border: 2px solid #F15024;
  padding-top: 12px !important;
  margin-top: -14px;
}
.service-salesforce .service-salesforce-differ .table__head {
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-differ .table__head {
    height: 100px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-differ .table__head {
    height: 60px;
  }
}
.service-salesforce .service-salesforce-differ .table__body {
  padding: 0 16px;
}
.service-salesforce .service-salesforce-differ .table__item {
  padding: 18px 0;
  height: 85px;
  display: grid;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-differ .table__item {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-differ .table__item {
    font-size: 14px;
  }
}
.service-salesforce .service-salesforce-differ .table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.service-salesforce .service-salesforce-differ .table__ic--circle-single {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-single.svg");
  background-size: cover;
}
.service-salesforce .service-salesforce-differ .table__ic--circle-double {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-double.svg");
  background-size: cover;
}
.service-salesforce .service-salesforce-differ .table__ic--triangle {
  width: 18px;
  height: 16px;
  background-image: url("../img/00_common/icon/triangle.svg");
  background-size: cover;
}
.service-salesforce .service-salesforce-differ .table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url("../img/00_common/icon/x.svg");
  background-size: cover;
}
.service-salesforce .service-salesforce-differ .service-salesforce-heading {
  margin-bottom: 42px;
}
.service-salesforce .service-salesforce-ceo {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
}
.service-salesforce .service-salesforce-ceo.--cco {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-ceo {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-ceo {
    padding: 100px 0 56px;
  }
}
.service-salesforce .service-salesforce-ceo__box {
  border: 2px solid #000;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-ceo__box {
    padding: 30px 74px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-ceo__box {
    padding: 22px 22px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.service-salesforce .service-salesforce-ceo .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-ceo .content {
    gap: 0 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-ceo .content {
    gap: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-ceo .content__body {
    width: calc(70% - 60px);
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-ceo .content__body {
    width: 100%;
    margin-top: 24px;
  }
}
.service-salesforce .service-salesforce-ceo .content__image {
  aspect-ratio: 288/320;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-ceo .content__image {
    width: 30%;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-ceo .content__image {
    width: 100%;
  }
}
.service-salesforce .service-salesforce-ceo .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-salesforce .service-salesforce-ceo .content__name {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-ceo .content__name {
    font-weight: 700;
  }
}
.service-salesforce .service-salesforce-ceo .content__name span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-ceo .content__name span {
    display: inline-block;
    margin-bottom: 8px;
  }
}
.service-salesforce .service-salesforce-ceo .content__list {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-ceo .content__list {
    margin-top: 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-ceo .content__list {
    margin-top: 16px;
  }
}
.service-salesforce .service-salesforce-ceo .content__item {
  width: 28px;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-ceo .content__inner {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-ceo .content__inner {
    margin-top: 26px;
  }
}
.service-salesforce .service-salesforce-ceo .content__text {
  font-size: 15px;
  line-height: 1.8;
}
.service-salesforce .service-salesforce-ceo .content__text + .content__text {
  margin-top: 24px;
}
.service-salesforce .service-salesforce-ceo .content__text + .content__text.utils-active {
  display: none;
}
.service-salesforce .service-salesforce-ceo .content__trigger {
  text-align: right;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}
.service-salesforce .service-salesforce-ceo .content__trigger.utils-active {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-ceo .content__trigger {
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-ceo .content__trigger {
    margin-top: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-ceo .service-salesforce-heading__main {
    font-size: clamp(16px, 5.2vw, 24px);
  }
  .service-salesforce .service-salesforce-ceo .service-salesforce-heading__main span {
    text-decoration: underline;
    text-decoration-color: #F15024;
    text-underline-offset: 4px;
  }
  .service-salesforce .service-salesforce-ceo .service-salesforce-heading__main span::before {
    display: none;
  }
}
.service-salesforce .service-salesforce-howto001 {
  background: #E6E6E6;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto001 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto001 {
    padding: 54px 0;
  }
}
.service-salesforce .service-salesforce-howto001 .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 42px;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto001 .list {
    gap: 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto001 .list {
    gap: 12px 12px;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto001 .list__item {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto001 .list__item {
    width: calc((100% - 12px) / 2);
  }
}
.service-salesforce .service-salesforce-howto001 .list .content {
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto001 .list .content {
    padding: 10px 20px 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto001 .list .content {
    padding: 2px 12px 17px 12px;
  }
}
.service-salesforce .service-salesforce-howto001 .list .content__head {
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto001 .list .content__head {
    width: 80%;
    max-width: 80px;
    font-size: 10px;
    font-size: clamp(10px, 2.66vw, 14px);
  }
}
.service-salesforce .service-salesforce-howto001 .list .content__text {
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto001 .list .content__text {
    font-size: 16px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto001 .list .content__text {
    font-size: clamp(10px, 2.66vw, 16px);
    margin-top: 10px;
  }
}
.service-salesforce .service-salesforce-howto001 .list--ng .content {
  border: 2px solid #E4E4E4;
}
.service-salesforce .service-salesforce-howto001 .list--ng .content__head {
  background: #A5A5A5;
  color: #fff;
  white-space: nowrap;
  max-width: 100%;
  padding: 0 0.5em;
}
.service-salesforce .service-salesforce-howto001 .list--ng .content__text {
  position: relative;
}
.service-salesforce .service-salesforce-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/00_common/icon/x-op.svg");
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto001 .list--ng .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto001 .list--ng .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-salesforce .service-salesforce-howto001 .list--ok .content {
  border: 2px solid #F15024;
}
.service-salesforce .service-salesforce-howto001 .list--ok .content__head {
  background: #F15024;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto001 .list--ok .content__head {
    width: 135px;
  }
}
.service-salesforce .service-salesforce-howto001 .list--ok .content__text {
  position: relative;
}
.service-salesforce .service-salesforce-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/00_common/icon/circle-single-op.svg");
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto001 .list--ok .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto001 .list--ok .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-salesforce .service-salesforce-howto001 .list--before-arrow {
  padding-top: 80px;
  position: relative;
}
.service-salesforce .service-salesforce-howto001 .list--before-arrow::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #F15024;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-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-salesforce .service-salesforce-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-salesforce .service-salesforce-howto001 .solution__sub {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto001 .solution__sub {
    font-size: clamp(26px, 2.5vw, 32px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto001 .solution__sub {
    margin-top: 40px;
    font-size: clamp(22px, 5.86vw, 26px);
  }
}
.service-salesforce .service-salesforce-howto001 .solution__sub span {
  color: #F15024;
}
.service-salesforce .service-salesforce-howto001 .solution__main {
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto001 .solution__main {
    font-size: clamp(40px, 4.45vw, 57px);
    margin: 42px 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto001 .solution__main {
    font-size: clamp(26px, 3.6vw, 26px);
    margin: 26px 0 0 0;
    line-height: 1.8;
  }
}
.service-salesforce .service-salesforce-howto001 .solution__main span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto001 .solution__main span {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto001 .solution__main span {
    margin-right: -3px;
    margin-left: -3px;
  }
}
.service-salesforce .service-salesforce-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-salesforce .service-salesforce-howto001 .solution__main span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto001 .solution__main span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-salesforce .service-salesforce-howto001 .solution__main strong {
  color: #F15024;
}
.service-salesforce .service-salesforce-howto002 {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto002 {
    padding: 93px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto002 {
    padding: 57px 0 0;
  }
}
.service-salesforce .service-salesforce-howto002 .content {
  position: relative;
  background: #F15024;
  border: 2px solid #000;
  border-radius: 30px;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto002 .content {
    padding: 28px 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto002 .content {
    padding: 16px 16px;
  }
}
.service-salesforce .service-salesforce-howto002 .content__inner {
  background: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto002 .content__inner {
    display: flex;
    align-items: center;
    gap: 0 48px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto002 .content__inner {
    width: 100%;
    padding: 22px 16px 42px;
  }
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto002 .content__image {
    width: 28%;
  }
  .service-salesforce .service-salesforce-howto002 .content__image img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto002 .content__image {
    display: none;
  }
}
.service-salesforce .service-salesforce-howto002 .content__box {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto002 .content__box {
    gap: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto002 .content__box {
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
  }
}
.service-salesforce .service-salesforce-howto002 .content__lead {
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto002 .content__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto002 .content__lead {
    font-size: clamp(16px, 5.6vw, 24px);
    text-align: center;
  }
  .service-salesforce .service-salesforce-howto002 .content__lead span {
    position: relative;
  }
  .service-salesforce .service-salesforce-howto002 .content__lead span::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    background: #F15024;
  }
}
.service-salesforce .service-salesforce-howto002 .content__main {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto002 .content__main {
    white-space: nowrap;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto002 .content__main {
    display: inline-block;
    margin-top: 12px;
  }
}
.service-salesforce .service-salesforce-howto002 .content__main > span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto002 .content__main > span > span {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto002 .content__main > span > span {
    font-size: 28px;
  }
}
.service-salesforce .service-salesforce-howto002 .content__main > span > span > span {
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto002 .content__main > span > span > span {
    font-size: 65px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto002 .content__main > span > span > span {
    font-size: 57px;
  }
}
.service-salesforce .service-salesforce-howto002 .content__main::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 14px;
  background: #F15024;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto002 .content__main::before {
    bottom: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto002 .content__main::before {
    bottom: 10px;
  }
}
.service-salesforce .service-salesforce-howto002 .content__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto002 .content__note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto002 .content__note {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-howto002 .content__btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-howto002 .content__btn {
    text-align: center;
    margin-top: 40px;
  }
}
.service-salesforce .service-salesforce-howto .service-salesforce-heading__main {
  text-decoration: underline;
  text-decoration-color: #F15024;
  text-underline-offset: 4px;
}
.service-salesforce .service-salesforce-howto .service-salesforce-heading__main span::before {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-qa {
    margin: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-qa {
    margin: 72px 0;
  }
}
.service-salesforce .service-salesforce-qa .list {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.service-salesforce .service-salesforce-qa .list__item {
  width: 100%;
}
.service-salesforce .service-salesforce-qa .content__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-qa .content__inner {
    padding: 16px 52px 16px 62px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-qa .content__inner {
    padding: 16px 42px 16px 34px;
  }
}
.service-salesforce .service-salesforce-qa .content__label {
  position: absolute;
  display: inline-block;
  background-size: cover;
}
.service-salesforce .service-salesforce-qa .content__head {
  background: #FFEFE5;
  cursor: pointer;
}
.service-salesforce .service-salesforce-qa .content__head .content__text {
  color: #F15024;
}
.service-salesforce .service-salesforce-qa .content__head .content__label {
  background-image: url("../img/00_common/icon/q.svg");
  aspect-ratio: 16/19;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-qa .content__head .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-qa .content__head .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
.service-salesforce .service-salesforce-qa .content__head.utils-active .content__trigger::before {
  opacity: 0;
}
.service-salesforce .service-salesforce-qa .content__body {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-qa .content__body .content__inner {
    margin-top: 8px;
  }
}
.service-salesforce .service-salesforce-qa .content__body .content__label {
  background-image: url("../img/00_common/icon/a.svg");
  aspect-ratio: 14/16;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-qa .content__body .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-qa .content__body .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-qa .content__body .content__inner {
    padding-right: 0;
  }
}
.service-salesforce .service-salesforce-qa .content__body.utils-active {
  display: block;
}
.service-salesforce .service-salesforce-qa .content__text {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-qa .content__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-qa .content__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-qa .content__btn {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-qa .content__btn .service-salesforce-btn {
    min-width: 0;
    max-width: 275px;
    width: 100%;
  }
}
.service-salesforce .service-salesforce-qa .content__trigger {
  width: 17px;
  height: 17px;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .service-salesforce .service-salesforce-qa .content__trigger {
    top: 23px;
    right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .service-salesforce .service-salesforce-qa .content__trigger {
    top: 21px;
    right: 16px;
  }
}
.service-salesforce .service-salesforce-qa .content__trigger:before, .service-salesforce .service-salesforce-qa .content__trigger::after {
  content: "";
  position: absolute;
  background: #F15024;
}
.service-salesforce .service-salesforce-qa .content__trigger:before {
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.service-salesforce .service-salesforce-qa .content__trigger::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-seo a {
  color: #000;
}
.service-seo .js-scrollable {
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
.service-seo .js-scrollable::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
@media screen and (min-width: 960px) {
  .service-seo {
    margin-top: -70px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo {
    margin-top: -36px;
  }
}
.service-seo-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1281px) {
  .service-seo-inner {
    padding: 0 80px;
  }
}
.service-seo .service-seo-btn {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.3s;
}
.service-seo .service-seo-btn--white {
  color: #fff;
  border-color: #fff;
}
.service-seo .service-seo-btn--white:hover {
  opacity: 1;
  background-color: #F15024;
}
.service-seo .service-seo-btn--orange {
  background-color: #F15024;
  color: #fff;
}
.service-seo .service-seo-btn--orange:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
.service-seo .service-seo-btn--black {
  background-color: #000;
  color: #fff;
}
.service-seo .service-seo-btn--black:hover {
  opacity: 1;
  color: #fff;
  background-color: #F15024;
}
.service-seo .service-seo-btn-arrow {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.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-seo .service-seo-btn-arrow::before, .service-seo .service-seo-btn-arrow::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
}
.service-seo .service-seo-btn-arrow::before {
  background: #fff;
  border-radius: 100%;
  width: 25px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  right: 10px;
}
.service-seo .service-seo-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-seo .service-seo-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-heading {
    margin-bottom: 26px;
  }
}
.service-seo .service-seo-heading__sub {
  color: #F15024;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.service-seo .service-seo-heading__main {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-heading__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-heading__main {
    font-size: clamp(22px, 6vw, 32px);
  }
}
.service-seo .service-seo-heading__main span {
  position: relative;
}
.service-seo .service-seo-heading__main span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-seo .service-seo-heading__lead {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-heading__lead {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-heading__lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 28px;
  }
}
.service-seo .service-seo-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-seo .service-seo-heading-box__main {
    font-size: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-heading-box__main {
    font-size: 16px;
    padding: 22px 16px;
  }
}
.service-seo .service-seo-heading-box__main span {
  color: #F15024;
}
.service-seo .service-seo-heading-box__sub {
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-heading-box__sub {
    font-size: 18px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-heading-box__sub {
    font-size: 15px;
    margin-top: 36px;
  }
}
.service-seo .service-seo-heading-box__sub span {
  color: #D76331;
}
.service-seo .service-seo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-list--col003 {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-list--col003 {
    gap: 40px 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-list--col003 .service-seo-list__item {
    width: calc((100% - 80px) / 3);
    min-width: 343px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-list--col003 .service-seo-list__item {
    width: 100%;
  }
}
.service-seo .service-seo-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-seo .service-seo-card001 {
    box-shadow: 8px 8px 28px -7px #4a4a4a;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-card001 {
    box-shadow: 6px 6px 28px -10px #4a4a4a;
  }
}
.service-seo .service-seo-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-seo .service-seo-card001__label {
    left: -12px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-card001__label {
    left: -22px;
  }
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-card001__heading {
    margin-left: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-card001__heading {
    margin-left: 28px;
  }
}
.service-seo .service-seo-card001__heading span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 18px);
}
.service-seo .service-seo-card001__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-seo .service-seo-card001__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-card001__text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-card001__text {
    margin-top: 18px;
  }
}
.service-seo .service-seo-fv {
  background: #E4E4E4;
  width: 100vw;
  display: grid;
  align-items: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-fv {
    height: 600px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-fv {
    height: 600px;
  }
}
.service-seo .service-seo-fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: radial-gradient(#FFFFFF 26%, transparent 10%), radial-gradient(#FFFFFF 26%, transparent 10%);
  background-position: 0 0, 19px 19px;
  background-size: 38px 38px;
  opacity: 0.2;
}
.service-seo .service-seo-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-seo .service-seo-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-seo .service-seo-fv::after {
    bottom: -36px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
            clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}
.service-seo .service-seo-fv__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-fv .content {
    width: 54%;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-fv .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.service-seo .service-seo-fv .content__lead {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-fv .content__lead {
    font-size: clamp(10px, 3.733vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-fv .content__lead {
    font-size: clamp(10px, 3.5vw, 14px);
  }
}
.service-seo .service-seo-fv .content__lead > span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}
.service-seo .service-seo-fv .content__heading {
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-fv .content__heading {
    font-size: clamp(46px, 4.5vw, 56px);
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-fv .content__heading {
    font-size: clamp(10px, 8.2vw, 32px);
    margin-top: 16px;
  }
}
.service-seo .service-seo-fv .content__heading > span {
  display: inline-block;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: -2px;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-fv .content__heading > span {
    padding: 14px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-fv .content__heading > span {
    padding: 12px 8px;
  }
}
.service-seo .service-seo-fv .content__text {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-fv .content__text {
    margin-top: 32px;
    font-size: clamp(12px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-fv .content__text {
    margin-top: 20px;
    font-size: 13px;
  }
}
.service-seo .service-seo-fv .content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-fv .content__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-fv .content__list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-fv .content__item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-fv .content__item .service-seo-btn {
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-fv .content__item .service-seo-btn {
    width: 100%;
  }
}
.service-seo .service-seo-fv .object {
  position: absolute;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-fv .object {
    transform: translateY(-50%);
    top: 47%;
    right: 4%;
    max-width: 520px;
    width: 48%;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-fv .object {
    top: 2px;
    right: 14px;
    width: 36vw;
    z-index: 1;
  }
}
.service-seo .service-seo-problems {
  background: #F15024;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-problems {
    margin: 0 calc(50% - 50vw);
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-problems {
    margin: -1px calc(50% - 50vw) 0;
    padding: 78px 0 60px;
  }
}
.service-seo .service-seo-problems .introduction {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 54px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-problems .introduction {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-problems .introduction {
    font-size: clamp(20px, 6vw, 38px);
  }
}
.service-seo .service-seo-problems .introduction > span {
  position: relative;
}
.service-seo .service-seo-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-seo .service-seo-problems .introduction > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-problems .introduction > span::before {
    top: -2px;
    left: 42%;
  }
}
.service-seo .service-seo-problems .service-seo-list {
  max-width: 1110px;
  margin: 0 auto;
}
.service-seo .service-seo-problems .solution {
  position: relative;
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-problems .solution {
    padding-top: 76px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-problems .solution {
    padding-top: 62px;
    line-height: 1.8;
  }
}
.service-seo .service-seo-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-seo .service-seo-problems .solution__text {
  font-weight: 700;
}
.service-seo .service-seo-problems .solution__text--main {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-problems .solution__text--main {
    font-size: 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-problems .solution__text--main {
    font-size: clamp(18px, 8.4vw, 60px);
  }
}
.service-seo .service-seo-problems .solution__text--main > span {
  display: inline-block;
  background: #000;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-problems .solution__text--main > span {
    padding: 32px 12px 6px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-problems .solution__text--main > span {
    padding: 13px 20px 6px 20px;
  }
}
.service-seo .service-seo-problems .solution__text--main > span::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background: #F15024;
}
.service-seo .service-seo-problems .solution__text--main > span > span {
  position: relative;
}
.service-seo .service-seo-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-seo .service-seo-problems .solution__text--main > span > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-problems .solution__text--main > span > span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-seo .service-seo-problems .solution__text--sub {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-problems .solution__text--sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-problems .solution__text--sub {
    font-size: 20px;
    font-size: clamp(18px, 5.33vw, 38px);
  }
}
.service-seo .service-seo-cta {
  margin: 0 calc(50% - 50vw);
  background: #000;
}
.service-seo .service-seo-cta__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-cta .content {
    padding: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-cta .content {
    padding: 48px 0 64px;
  }
}
.service-seo .service-seo-cta .content__lead {
  text-align: center;
  font-weight: 700;
}
.service-seo .service-seo-cta .content__lead span {
  display: inline-block;
  color: #F15024;
  background: #fff;
  padding: 6px 8px;
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-cta .content__lead span {
    margin-top: -1px;
  }
}
.service-seo .service-seo-cta .content__heading {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-cta .content__heading {
    font-size: clamp(20px, 2.656vw, 34px);
    margin-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-cta .content__heading {
    font-size: clamp(20px, 5.3vw, 34px);
    margin-top: 32px;
  }
}
.service-seo .service-seo-cta .content__heading span {
  position: relative;
}
.service-seo .service-seo-cta .content__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-seo .service-seo-cta .content__text {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-cta .content__text {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-cta .content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-cta .content__objects {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 34px;
  }
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-cta .content__object {
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-cta .content__object {
    margin-top: 20px;
  }
}
.service-seo .service-seo-cta .content__object--001 {
  max-width: 308px;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-cta .content__object--001 {
    top: 53%;
    left: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-cta .content__object--001 {
    width: 38%;
  }
}
.service-seo .service-seo-cta .content__object--002 {
  max-width: 320px;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-cta .content__object--002 {
    top: 50%;
    right: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-cta .content__object--002 {
    width: 38%;
  }
}
.service-seo .service-seo-cta .content__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-cta .content__list {
    gap: 0 20px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-cta .content__list {
    margin-top: 34px;
    gap: 34px 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-cta .content__item {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-cta .content__item .service-seo-btn {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-points {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-points {
    padding: 48px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-points .service-seo-list {
    margin-top: 68px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-points .service-seo-list {
    margin-top: 32px;
  }
}
.service-seo .service-seo-points .service-seo-card001__heading span {
  font-size: clamp(15px, 1.328vw, 16px);
}
.service-seo .service-seo-service {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-service {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-service {
    padding: 96px 0 80px;
  }
}
.service-seo .service-seo-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-seo .service-seo-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-seo .service-seo-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-seo .service-seo-service .table {
  max-width: 1040px;
  margin: 0 auto;
}
.service-seo .service-seo-service .table__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-seo .service-seo-service .table__group {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-service .table__group {
    gap: 0 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-service .table__group {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-service .table__group:not(:last-child) .table__head {
    position: relative;
  }
  .service-seo .service-seo-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-seo .service-seo-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-seo .service-seo-service .table__group:last-child .table__item:last-child:before, .service-seo .service-seo-service .table__group:last-child .table__item:last-child:after {
    display: none !important;
  }
}
.service-seo .service-seo-service .table__head {
  background: #000;
  display: grid;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-service .table__head {
    width: 25%;
    place-items: center;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-service .table__head {
    width: 100%;
    align-items: center;
    padding: 0 12px;
    height: 77px;
  }
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-service .table__block {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-service .table__block {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
.service-seo .service-seo-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-seo .service-seo-service .table__heading {
    order: 2;
    margin-top: -8px;
  }
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-service .table__heading--mb {
    margin-bottom: 12px;
  }
}
.service-seo .service-seo-service .table__image {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-service .table__image {
    margin-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-service .table__image {
    width: 64px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-service .table__image {
    order: 1;
  }
}
.service-seo .service-seo-service .table__image img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-service .table__image--001 {
    width: 132px;
  }
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-service .table__image--002 {
    width: 116px;
  }
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-service .table__image--003 {
    width: 102px;
  }
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-service .table__body {
    width: calc(75% - 8px);
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-service .table__body {
    width: 100%;
  }
}
.service-seo .service-seo-service .table__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-seo .service-seo-service .table__item {
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-service .table__item {
    padding: 46px 14px 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-service .table__item {
    padding: 38px 16px 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-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-seo .service-seo-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-seo .service-seo-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-seo .service-seo-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-seo .service-seo-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-seo .service-seo-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-seo .service-seo-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-seo .service-seo-service .table__label {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-service .table__label {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-service .table__text {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-service .table__text {
    font-size: 14px;
  }
}
.service-seo .service-seo-differ {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0;
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-differ__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.service-seo .service-seo-differ .table {
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-differ .table {
    width: 1010px;
  }
}
.service-seo .service-seo-differ .table-container {
  width: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-differ .table-container {
    max-width: 1120px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-differ .table-container {
    padding-left: 5vw;
  }
}
.service-seo .service-seo-differ .table__inner {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.service-seo .service-seo-differ .table__group:first-child {
  width: 16%;
  min-width: 106px;
}
.service-seo .service-seo-differ .table__group:first-child .table__item {
  font-weight: 700;
}
.service-seo .service-seo-differ .table__group:first-child .table__body {
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-differ .table__group:not(:first-child) {
    min-width: 260px;
  }
}
.service-seo .service-seo-differ .table__group:not(:first-child) .table__body {
  background: #fff;
}
.service-seo .service-seo-differ .table__group:not(:first-child) .table__item {
  padding-left: 46px;
}
.service-seo .service-seo-differ .table__group:not(:first-child) .table__item:not(:last-child) {
  border-bottom: 2px solid #E4E4E4;
}
.service-seo .service-seo-differ .table__group:not(:first-child) .table__head {
  background: #A5A5A5;
  display: grid;
  place-items: center;
}
.service-seo .service-seo-differ .table__group:not(:first-child) .table__head p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-differ .table__group:not(:first-child) .table__head p {
    font-size: clamp(15px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-differ .table__group:not(:first-child) .table__head p {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-differ .table__group:last-child {
    margin-right: 5vw;
  }
}
.service-seo .service-seo-differ .table__group--orange {
  width: 70%;
}
.service-seo .service-seo-differ .table__group--orange .table__head {
  background: #F15024 !important;
}
.service-seo .service-seo-differ .table__group--orange .table__body {
  border: 2px solid #F15024;
  padding-top: 12px !important;
  margin-top: -14px;
}
.service-seo .service-seo-differ .table__head {
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-differ .table__head {
    height: 100px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-differ .table__head {
    height: 60px;
  }
}
.service-seo .service-seo-differ .table__body {
  padding: 0 16px;
}
.service-seo .service-seo-differ .table__item {
  padding: 18px 0;
  height: 85px;
  display: grid;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-differ .table__item {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-differ .table__item {
    font-size: 14px;
  }
}
.service-seo .service-seo-differ .table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.service-seo .service-seo-differ .table__ic--circle-single {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-single.svg");
  background-size: cover;
}
.service-seo .service-seo-differ .table__ic--circle-double {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-double.svg");
  background-size: cover;
}
.service-seo .service-seo-differ .table__ic--triangle {
  width: 18px;
  height: 16px;
  background-image: url("../img/00_common/icon/triangle.svg");
  background-size: cover;
}
.service-seo .service-seo-differ .table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url("../img/00_common/icon/x.svg");
  background-size: cover;
}
.service-seo .service-seo-differ .service-seo-heading {
  margin-bottom: 42px;
}
.service-seo .service-seo-ceo {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
}
.service-seo .service-seo-ceo.--cco {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-ceo {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-ceo {
    padding: 100px 0 56px;
  }
}
.service-seo .service-seo-ceo__box {
  border: 2px solid #000;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-ceo__box {
    padding: 30px 74px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-ceo__box {
    padding: 22px 22px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.service-seo .service-seo-ceo .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-ceo .content {
    gap: 0 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-ceo .content {
    gap: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-ceo .content__body {
    width: calc(70% - 60px);
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-ceo .content__body {
    width: 100%;
    margin-top: 24px;
  }
}
.service-seo .service-seo-ceo .content__image {
  aspect-ratio: 288/320;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-ceo .content__image {
    width: 30%;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-ceo .content__image {
    width: 100%;
  }
}
.service-seo .service-seo-ceo .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-seo .service-seo-ceo .content__name {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-ceo .content__name {
    font-weight: 700;
  }
}
.service-seo .service-seo-ceo .content__name span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-ceo .content__name span {
    display: inline-block;
    margin-bottom: 8px;
  }
}
.service-seo .service-seo-ceo .content__list {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-ceo .content__list {
    margin-top: 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-ceo .content__list {
    margin-top: 16px;
  }
}
.service-seo .service-seo-ceo .content__item {
  width: 28px;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-ceo .content__inner {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-ceo .content__inner {
    margin-top: 26px;
  }
}
.service-seo .service-seo-ceo .content__text {
  font-size: 15px;
  line-height: 1.8;
}
.service-seo .service-seo-ceo .content__text + .content__text {
  margin-top: 24px;
}
.service-seo .service-seo-ceo .content__text + .content__text.utils-active {
  display: none;
}
.service-seo .service-seo-ceo .content__trigger {
  text-align: right;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}
.service-seo .service-seo-ceo .content__trigger.utils-active {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-ceo .content__trigger {
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-ceo .content__trigger {
    margin-top: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-ceo .service-seo-heading__main {
    font-size: clamp(16px, 5.2vw, 24px);
  }
}
.service-seo .service-seo-howto001 {
  background: #E6E6E6;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto001 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto001 {
    padding: 54px 0;
  }
}
.service-seo .service-seo-howto001 .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 42px;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto001 .list {
    gap: 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto001 .list {
    gap: 12px 12px;
  }
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto001 .list__item {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto001 .list__item {
    width: calc((100% - 12px) / 2);
  }
}
.service-seo .service-seo-howto001 .list .content {
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto001 .list .content {
    padding: 10px 20px 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto001 .list .content {
    padding: 2px 12px 17px 12px;
  }
}
.service-seo .service-seo-howto001 .list .content__head {
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto001 .list .content__head {
    width: 135px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto001 .list .content__head {
    width: 80%;
    max-width: 80px;
    font-size: 10px;
    font-size: clamp(10px, 2.66vw, 14px);
  }
}
.service-seo .service-seo-howto001 .list .content__text {
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto001 .list .content__text {
    font-size: 16px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto001 .list .content__text {
    font-size: clamp(10px, 2.66vw, 16px);
    margin-top: 10px;
  }
}
.service-seo .service-seo-howto001 .list--ng .content {
  border: 2px solid #E4E4E4;
}
.service-seo .service-seo-howto001 .list--ng .content__head {
  background: #A5A5A5;
  color: #fff;
}
.service-seo .service-seo-howto001 .list--ng .content__text {
  position: relative;
}
.service-seo .service-seo-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/00_common/icon/x-op.svg");
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto001 .list--ng .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto001 .list--ng .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-seo .service-seo-howto001 .list--ok .content {
  border: 2px solid #F15024;
}
.service-seo .service-seo-howto001 .list--ok .content__head {
  background: #F15024;
  color: #fff;
}
.service-seo .service-seo-howto001 .list--ok .content__text {
  position: relative;
}
.service-seo .service-seo-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/00_common/icon/circle-single-op.svg");
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto001 .list--ok .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto001 .list--ok .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-seo .service-seo-howto001 .list--before-arrow {
  padding-top: 80px;
  position: relative;
}
.service-seo .service-seo-howto001 .list--before-arrow::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #F15024;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-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-seo .service-seo-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-seo .service-seo-howto001 .solution__sub {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto001 .solution__sub {
    font-size: clamp(26px, 2.5vw, 32px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto001 .solution__sub {
    margin-top: 40px;
    font-size: clamp(22px, 5.86vw, 26px);
  }
}
.service-seo .service-seo-howto001 .solution__sub span {
  color: #F15024;
}
.service-seo .service-seo-howto001 .solution__main {
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto001 .solution__main {
    font-size: clamp(40px, 4.45vw, 57px);
    margin: 42px 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto001 .solution__main {
    font-size: clamp(28px, 7.6vw, 40px);
    margin: 26px 0 0 0;
    line-height: 1.8;
  }
}
.service-seo .service-seo-howto001 .solution__main span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto001 .solution__main span {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto001 .solution__main span {
    margin-right: -3px;
    margin-left: -3px;
  }
}
.service-seo .service-seo-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-seo .service-seo-howto001 .solution__main span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto001 .solution__main span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-seo .service-seo-howto001 .solution__main strong {
  color: #F15024;
}
.service-seo .service-seo-howto002 {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto002 {
    padding: 93px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto002 {
    padding: 57px 0 0;
  }
}
.service-seo .service-seo-howto002 .content {
  position: relative;
  background: #F15024;
  border: 2px solid #000;
  border-radius: 30px;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto002 .content {
    padding: 28px 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto002 .content {
    padding: 16px 16px;
  }
}
.service-seo .service-seo-howto002 .content__inner {
  background: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto002 .content__inner {
    display: flex;
    align-items: center;
    gap: 0 48px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto002 .content__inner {
    width: 100%;
    padding: 22px 16px 42px;
  }
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto002 .content__image {
    width: 28%;
  }
  .service-seo .service-seo-howto002 .content__image img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto002 .content__image {
    display: none;
  }
}
.service-seo .service-seo-howto002 .content__box {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto002 .content__box {
    gap: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto002 .content__box {
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
  }
}
.service-seo .service-seo-howto002 .content__lead {
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto002 .content__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto002 .content__lead {
    font-size: clamp(16px, 5.6vw, 24px);
    text-align: center;
  }
  .service-seo .service-seo-howto002 .content__lead span {
    position: relative;
  }
  .service-seo .service-seo-howto002 .content__lead span::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    background: #F15024;
  }
}
.service-seo .service-seo-howto002 .content__main {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto002 .content__main {
    white-space: nowrap;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto002 .content__main {
    display: inline-block;
    margin-top: 12px;
  }
}
.service-seo .service-seo-howto002 .content__main > span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto002 .content__main > span > span {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto002 .content__main > span > span {
    font-size: 28px;
  }
}
.service-seo .service-seo-howto002 .content__main > span > span > span {
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto002 .content__main > span > span > span {
    font-size: 65px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto002 .content__main > span > span > span {
    font-size: 57px;
  }
}
.service-seo .service-seo-howto002 .content__main::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 14px;
  background: #F15024;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto002 .content__main::before {
    bottom: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto002 .content__main::before {
    bottom: 10px;
  }
}
.service-seo .service-seo-howto002 .content__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto002 .content__note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto002 .content__note {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-howto002 .content__btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-howto002 .content__btn {
    text-align: center;
    margin-top: 40px;
  }
}
.service-seo .service-seo-howto .service-seo-heading__main {
  text-decoration: underline;
  text-decoration-color: #F15024;
  text-underline-offset: 4px;
}
.service-seo .service-seo-howto .service-seo-heading__main span::before {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-qa {
    margin: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-qa {
    margin: 72px 0;
  }
}
.service-seo .service-seo-qa .list {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.service-seo .service-seo-qa .list__item {
  width: 100%;
}
.service-seo .service-seo-qa .content__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-qa .content__inner {
    padding: 16px 52px 16px 62px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-qa .content__inner {
    padding: 16px 42px 16px 34px;
  }
}
.service-seo .service-seo-qa .content__label {
  position: absolute;
  display: inline-block;
  background-size: cover;
}
.service-seo .service-seo-qa .content__head {
  background: #FFEFE5;
  cursor: pointer;
}
.service-seo .service-seo-qa .content__head .content__text {
  color: #F15024;
}
.service-seo .service-seo-qa .content__head .content__label {
  background-image: url("../img/00_common/icon/q.svg");
  aspect-ratio: 16/19;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-qa .content__head .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-qa .content__head .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
.service-seo .service-seo-qa .content__head.utils-active .content__trigger::before {
  opacity: 0;
}
.service-seo .service-seo-qa .content__body {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-qa .content__body .content__inner {
    margin-top: 8px;
  }
}
.service-seo .service-seo-qa .content__body .content__label {
  background-image: url("../img/00_common/icon/a.svg");
  aspect-ratio: 14/16;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-qa .content__body .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-qa .content__body .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-qa .content__body .content__inner {
    padding-right: 0;
  }
}
.service-seo .service-seo-qa .content__body.utils-active {
  display: block;
}
.service-seo .service-seo-qa .content__text {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-qa .content__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-qa .content__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-qa .content__btn {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-qa .content__btn .service-seo-btn {
    min-width: 0;
    max-width: 275px;
    width: 100%;
  }
}
.service-seo .service-seo-qa .content__trigger {
  width: 17px;
  height: 17px;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .service-seo .service-seo-qa .content__trigger {
    top: 23px;
    right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .service-seo .service-seo-qa .content__trigger {
    top: 21px;
    right: 16px;
  }
}
.service-seo .service-seo-qa .content__trigger:before, .service-seo .service-seo-qa .content__trigger::after {
  content: "";
  position: absolute;
  background: #F15024;
}
.service-seo .service-seo-qa .content__trigger:before {
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.service-seo .service-seo-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: 0em;
  }
}

.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: 0.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: 0em;
}
@media screen and (min-width: 960px) {
  .service-contents__item a {
    font-size: min(1.5625vw, 20px);
  }
}

.service-tiktok a {
  color: #000;
}
.service-tiktok .js-scrollable {
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
.service-tiktok .js-scrollable::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
@media screen and (min-width: 960px) {
  .service-tiktok {
    margin-top: -70px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok {
    margin-top: -36px;
  }
}
.service-tiktok-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1281px) {
  .service-tiktok-inner {
    padding: 0 80px;
  }
}
.service-tiktok .service-tiktok-btn {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.3s;
}
.service-tiktok .service-tiktok-btn--white {
  color: #fff;
  border-color: #fff;
}
.service-tiktok .service-tiktok-btn--white:hover {
  opacity: 1;
  background-color: #F15024;
}
.service-tiktok .service-tiktok-btn--orange {
  background-color: #F15024;
  color: #fff;
}
.service-tiktok .service-tiktok-btn--orange:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
.service-tiktok .service-tiktok-btn--black {
  background-color: #000;
  color: #fff;
}
.service-tiktok .service-tiktok-btn--black:hover {
  opacity: 1;
  color: #fff;
  background-color: #F15024;
}
.service-tiktok .service-tiktok-btn-arrow {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.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-tiktok .service-tiktok-btn-arrow::before, .service-tiktok .service-tiktok-btn-arrow::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
}
.service-tiktok .service-tiktok-btn-arrow::before {
  background: #fff;
  border-radius: 100%;
  width: 25px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  right: 10px;
}
.service-tiktok .service-tiktok-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-tiktok .service-tiktok-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-heading {
    margin-bottom: 26px;
  }
}
.service-tiktok .service-tiktok-heading__sub {
  color: #F15024;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.service-tiktok .service-tiktok-heading__main {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-heading__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-heading__main {
    font-size: clamp(22px, 6vw, 32px);
  }
}
.service-tiktok .service-tiktok-heading__main span {
  position: relative;
}
.service-tiktok .service-tiktok-heading__main span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-tiktok .service-tiktok-heading__lead {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-heading__lead {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-heading__lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 28px;
  }
}
.service-tiktok .service-tiktok-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-tiktok .service-tiktok-heading-box__main {
    font-size: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-heading-box__main {
    font-size: 16px;
    padding: 22px 16px;
  }
}
.service-tiktok .service-tiktok-heading-box__main span {
  color: #F15024;
}
.service-tiktok .service-tiktok-heading-box__sub {
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-heading-box__sub {
    font-size: 18px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-heading-box__sub {
    font-size: 15px;
    margin-top: 36px;
  }
}
.service-tiktok .service-tiktok-heading-box__sub span {
  color: #D76331;
}
.service-tiktok .service-tiktok-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-list--col003 {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-list--col003 {
    gap: 40px 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-list--col003 .service-tiktok-list__item {
    width: calc((100% - 80px) / 3);
    min-width: 343px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-list--col003 .service-tiktok-list__item {
    width: 100%;
  }
}
.service-tiktok .service-tiktok-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-tiktok .service-tiktok-card001 {
    box-shadow: 8px 8px 28px -7px #4a4a4a;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-card001 {
    box-shadow: 6px 6px 28px -10px #4a4a4a;
  }
}
.service-tiktok .service-tiktok-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-tiktok .service-tiktok-card001__label {
    left: -12px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-card001__label {
    left: -22px;
  }
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-card001__heading {
    margin-left: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-card001__heading {
    margin-left: 28px;
  }
}
.service-tiktok .service-tiktok-card001__heading span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 18px);
}
.service-tiktok .service-tiktok-card001__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-tiktok .service-tiktok-card001__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-card001__text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-card001__text {
    margin-top: 18px;
  }
}
.service-tiktok .service-tiktok-fv {
  background: #E4E4E4;
  width: 100vw;
  display: grid;
  align-items: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-fv {
    height: 600px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-fv {
    height: 600px;
  }
}
.service-tiktok .service-tiktok-fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: radial-gradient(#FFFFFF 26%, transparent 10%), radial-gradient(#FFFFFF 26%, transparent 10%);
  background-position: 0 0, 19px 19px;
  background-size: 38px 38px;
  opacity: 0.2;
}
.service-tiktok .service-tiktok-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-tiktok .service-tiktok-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-tiktok .service-tiktok-fv::after {
    bottom: -36px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
            clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}
.service-tiktok .service-tiktok-fv__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-fv .content {
    width: 54%;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-fv .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.service-tiktok .service-tiktok-fv .content__lead {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-fv .content__lead {
    font-size: clamp(10px, 3.733vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-fv .content__lead {
    font-size: clamp(10px, 3.5vw, 14px);
  }
}
.service-tiktok .service-tiktok-fv .content__lead > span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}
.service-tiktok .service-tiktok-fv .content__heading {
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-fv .content__heading {
    font-size: clamp(46px, 4.5vw, 56px);
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-fv .content__heading {
    font-size: clamp(10px, 8.2vw, 32px);
    margin-top: 16px;
  }
}
.service-tiktok .service-tiktok-fv .content__heading > span {
  display: inline-block;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: -2px;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-fv .content__heading > span {
    padding: 14px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-fv .content__heading > span {
    padding: 12px 8px;
  }
}
.service-tiktok .service-tiktok-fv .content__text {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-fv .content__text {
    margin-top: 32px;
    font-size: clamp(12px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-fv .content__text {
    margin-top: 20px;
    font-size: 13px;
  }
}
.service-tiktok .service-tiktok-fv .content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-fv .content__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-fv .content__list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-fv .content__item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-fv .content__item .service-tiktok-btn {
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-fv .content__item .service-tiktok-btn {
    width: 100%;
  }
}
.service-tiktok .service-tiktok-fv .object {
  position: absolute;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-fv .object {
    transform: translateY(-50%);
    top: 48%;
    right: 14%;
    max-width: 550px;
    width: 36%;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-fv .object {
    top: 2px;
    right: 28px;
    width: 33vw;
    z-index: 1;
  }
}
.service-tiktok .service-tiktok-problems {
  background: #F15024;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-problems {
    margin: 0 calc(50% - 50vw);
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-problems {
    margin: -1px calc(50% - 50vw) 0;
    padding: 78px 0 60px;
  }
}
.service-tiktok .service-tiktok-problems .introduction {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 54px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-problems .introduction {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-problems .introduction {
    font-size: clamp(20px, 6vw, 38px);
  }
}
.service-tiktok .service-tiktok-problems .introduction > span {
  position: relative;
}
.service-tiktok .service-tiktok-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-tiktok .service-tiktok-problems .introduction > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-problems .introduction > span::before {
    top: -2px;
    left: 42%;
  }
}
.service-tiktok .service-tiktok-problems .service-tiktok-list {
  max-width: 1110px;
  margin: 0 auto;
}
.service-tiktok .service-tiktok-problems .solution {
  position: relative;
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-problems .solution {
    padding-top: 76px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-problems .solution {
    padding-top: 62px;
    line-height: 1.8;
  }
}
.service-tiktok .service-tiktok-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-tiktok .service-tiktok-problems .solution__text {
  font-weight: 700;
}
.service-tiktok .service-tiktok-problems .solution__text--main {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-problems .solution__text--main {
    font-size: 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-problems .solution__text--main {
    font-size: clamp(18px, 8.4vw, 60px);
  }
}
.service-tiktok .service-tiktok-problems .solution__text--main > span {
  display: inline-block;
  background: #000;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-problems .solution__text--main > span {
    padding: 32px 12px 6px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-problems .solution__text--main > span {
    padding: 13px 20px 6px 20px;
  }
}
.service-tiktok .service-tiktok-problems .solution__text--main > span::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background: #F15024;
}
.service-tiktok .service-tiktok-problems .solution__text--main > span > span {
  position: relative;
}
.service-tiktok .service-tiktok-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-tiktok .service-tiktok-problems .solution__text--main > span > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-problems .solution__text--main > span > span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-tiktok .service-tiktok-problems .solution__text--sub {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-problems .solution__text--sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-problems .solution__text--sub {
    font-size: 20px;
    font-size: clamp(18px, 5.33vw, 38px);
  }
}
.service-tiktok .service-tiktok-cta {
  margin: 0 calc(50% - 50vw);
  background: #000;
}
.service-tiktok .service-tiktok-cta__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-cta .content {
    padding: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-cta .content {
    padding: 48px 0 64px;
  }
}
.service-tiktok .service-tiktok-cta .content__lead {
  text-align: center;
  font-weight: 700;
}
.service-tiktok .service-tiktok-cta .content__lead span {
  display: inline-block;
  color: #F15024;
  background: #fff;
  padding: 6px 8px;
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-cta .content__lead span {
    margin-top: -1px;
  }
}
.service-tiktok .service-tiktok-cta .content__heading {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-cta .content__heading {
    font-size: clamp(20px, 2.656vw, 34px);
    margin-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-cta .content__heading {
    font-size: clamp(20px, 5.3vw, 34px);
    margin-top: 32px;
  }
}
.service-tiktok .service-tiktok-cta .content__heading span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-tiktok .service-tiktok-cta .content__text {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-cta .content__text {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-cta .content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-cta .content__objects {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 34px;
  }
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-cta .content__object {
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-cta .content__object {
    margin-top: 20px;
  }
}
.service-tiktok .service-tiktok-cta .content__object--001 {
  max-width: 308px;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-cta .content__object--001 {
    top: 53%;
    left: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-cta .content__object--001 {
    width: 38%;
  }
}
.service-tiktok .service-tiktok-cta .content__object--002 {
  max-width: 320px;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-cta .content__object--002 {
    top: 50%;
    right: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-cta .content__object--002 {
    width: 38%;
  }
}
.service-tiktok .service-tiktok-cta .content__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-cta .content__list {
    gap: 0 20px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-cta .content__list {
    margin-top: 34px;
    gap: 34px 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-cta .content__item {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-cta .content__item .service-tiktok-btn {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-points {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-points {
    padding: 48px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-points .service-tiktok-list {
    margin-top: 68px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-points .service-tiktok-list {
    margin-top: 32px;
  }
}
.service-tiktok .service-tiktok-points .service-tiktok-card001__heading span {
  font-size: clamp(15px, 1.328vw, 16px);
}
.service-tiktok .service-tiktok-service {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-service {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-service {
    padding: 96px 0 80px;
  }
}
.service-tiktok .service-tiktok-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-tiktok .service-tiktok-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-tiktok .service-tiktok-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-tiktok .service-tiktok-service .table {
  max-width: 1040px;
  margin: 0 auto;
}
.service-tiktok .service-tiktok-service .table__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-tiktok .service-tiktok-service .table__group {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-service .table__group {
    gap: 0 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-service .table__group {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-service .table__group:not(:last-child) .table__head {
    position: relative;
  }
  .service-tiktok .service-tiktok-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-tiktok .service-tiktok-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-tiktok .service-tiktok-service .table__group:last-child .table__item:last-child:before, .service-tiktok .service-tiktok-service .table__group:last-child .table__item:last-child:after {
    display: none !important;
  }
}
.service-tiktok .service-tiktok-service .table__head {
  background: #000;
  display: grid;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-service .table__head {
    width: 25%;
    place-items: center;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-service .table__head {
    width: 100%;
    align-items: center;
    padding: 0 12px;
    height: 77px;
  }
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-service .table__block {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-service .table__block {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
.service-tiktok .service-tiktok-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-tiktok .service-tiktok-service .table__heading {
    order: 2;
    margin-top: -8px;
  }
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-service .table__heading--mb {
    margin-bottom: 12px;
  }
}
.service-tiktok .service-tiktok-service .table__image {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-service .table__image {
    margin-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-service .table__image {
    width: 64px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-service .table__image {
    order: 1;
  }
}
.service-tiktok .service-tiktok-service .table__image img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-service .table__image--001 {
    width: 132px;
  }
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-service .table__image--002 {
    width: 116px;
  }
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-service .table__image--003 {
    width: 102px;
  }
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-service .table__body {
    width: calc(75% - 8px);
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-service .table__body {
    width: 100%;
  }
}
.service-tiktok .service-tiktok-service .table__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-tiktok .service-tiktok-service .table__item {
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-service .table__item {
    padding: 46px 14px 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-service .table__item {
    padding: 38px 16px 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-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-tiktok .service-tiktok-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-tiktok .service-tiktok-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-tiktok .service-tiktok-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-tiktok .service-tiktok-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-tiktok .service-tiktok-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-tiktok .service-tiktok-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-tiktok .service-tiktok-service .table__label {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-service .table__label {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-service .table__text {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-service .table__text {
    font-size: 14px;
  }
}
.service-tiktok .service-tiktok-service .service-tiktok-heading__main span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #E85A24;
}
.service-tiktok .service-tiktok-service .service-tiktok-heading__main span::before {
  display: none;
}
.service-tiktok .service-tiktok-differ {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0;
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-differ__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.service-tiktok .service-tiktok-differ .table {
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-differ .table {
    width: 1010px;
  }
}
.service-tiktok .service-tiktok-differ .table-container {
  width: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-differ .table-container {
    max-width: 1120px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-differ .table-container {
    padding-left: 5vw;
  }
}
.service-tiktok .service-tiktok-differ .table__inner {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.service-tiktok .service-tiktok-differ .table__group:first-child {
  width: 16%;
  min-width: 165px;
}
.service-tiktok .service-tiktok-differ .table__group:first-child .table__item {
  font-weight: 700;
}
.service-tiktok .service-tiktok-differ .table__group:first-child .table__body {
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-differ .table__group:not(:first-child) {
    min-width: 260px;
  }
}
.service-tiktok .service-tiktok-differ .table__group:not(:first-child) .table__body {
  background: #fff;
}
.service-tiktok .service-tiktok-differ .table__group:not(:first-child) .table__item {
  padding-left: 46px;
}
.service-tiktok .service-tiktok-differ .table__group:not(:first-child) .table__item:not(:last-child) {
  border-bottom: 2px solid #E4E4E4;
}
.service-tiktok .service-tiktok-differ .table__group:not(:first-child) .table__head {
  background: #A5A5A5;
  display: grid;
  place-items: center;
}
.service-tiktok .service-tiktok-differ .table__group:not(:first-child) .table__head p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-differ .table__group:not(:first-child) .table__head p {
    font-size: clamp(15px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-differ .table__group:not(:first-child) .table__head p {
    font-size: 16px;
  }
}
.service-tiktok .service-tiktok-differ .table__group:nth-child(3), .service-tiktok .service-tiktok-differ .table__group:nth-child(4) {
  width: 54%;
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-differ .table__group:last-child {
    margin-right: 5vw;
  }
}
.service-tiktok .service-tiktok-differ .table__group--orange {
  width: 70%;
}
.service-tiktok .service-tiktok-differ .table__group--orange .table__head {
  background: #F15024 !important;
}
.service-tiktok .service-tiktok-differ .table__group--orange .table__body {
  border: 2px solid #F15024;
  padding-top: 12px !important;
  margin-top: -14px;
}
.service-tiktok .service-tiktok-differ .table__head {
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-differ .table__head {
    height: 100px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-differ .table__head {
    height: 60px;
  }
}
.service-tiktok .service-tiktok-differ .table__body {
  padding: 0 16px;
}
.service-tiktok .service-tiktok-differ .table__item {
  padding: 18px 0;
  height: 85px;
  display: grid;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-differ .table__item {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-differ .table__item {
    font-size: 14px;
  }
}
.service-tiktok .service-tiktok-differ .table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.service-tiktok .service-tiktok-differ .table__ic--circle-single {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-single.svg");
  background-size: cover;
}
.service-tiktok .service-tiktok-differ .table__ic--circle-double {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-double.svg");
  background-size: cover;
}
.service-tiktok .service-tiktok-differ .table__ic--triangle {
  width: 18px;
  height: 16px;
  background-image: url("../img/00_common/icon/triangle.svg");
  background-size: cover;
}
.service-tiktok .service-tiktok-differ .table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url("../img/00_common/icon/x.svg");
  background-size: cover;
}
.service-tiktok .service-tiktok-differ .service-tiktok-heading {
  margin-bottom: 42px;
}
.service-tiktok .service-tiktok-ceo {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
}
.service-tiktok .service-tiktok-ceo.--cco {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-ceo {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-ceo {
    padding: 100px 0 56px;
  }
}
.service-tiktok .service-tiktok-ceo__box {
  border: 2px solid #000;
  background: #fff;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-ceo__box {
    padding: 30px 74px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-ceo__box {
    padding: 22px 22px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-ceo .swiper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-ceo .swiper {
    max-width: 500px;
    padding: 0 18px;
  }
}
.service-tiktok .service-tiktok-ceo .swiper .swiper-wrapper > .swiper-slide {
  height: auto;
}
.service-tiktok .service-tiktok-ceo .swiper .swiper-slide-next {
  opacity: 0;
}
.service-tiktok .service-tiktok-ceo .swiper .pickup-slider__next {
  right: 10px;
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-ceo .swiper .pickup-slider__next {
    right: 0;
    top: 50%;
  }
}
.service-tiktok .service-tiktok-ceo .swiper .pickup-slider__prev {
  left: 10px;
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-ceo .swiper .pickup-slider__prev {
    left: 0;
    top: 50%;
  }
}
.service-tiktok .service-tiktok-ceo .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-ceo .content {
    gap: 0 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-ceo .content {
    gap: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-ceo .content__body {
    width: calc(70% - 60px);
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-ceo .content__body {
    width: 100%;
    margin-top: 24px;
  }
}
.service-tiktok .service-tiktok-ceo .content__image {
  aspect-ratio: 288/320;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-ceo .content__image {
    width: 30%;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-ceo .content__image {
    width: 100%;
  }
}
.service-tiktok .service-tiktok-ceo .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-tiktok .service-tiktok-ceo .content__name {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-ceo .content__name {
    font-weight: 700;
  }
}
.service-tiktok .service-tiktok-ceo .content__name span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-ceo .content__name span {
    display: inline-block;
    margin-bottom: 8px;
  }
}
.service-tiktok .service-tiktok-ceo .content__list {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-ceo .content__list {
    margin-top: 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-ceo .content__list {
    margin-top: 16px;
  }
}
.service-tiktok .service-tiktok-ceo .content__item {
  width: 28px;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-ceo .content__inner {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-ceo .content__inner {
    margin-top: 26px;
  }
}
.service-tiktok .service-tiktok-ceo .content__text {
  font-size: 15px;
  line-height: 1.8;
}
.service-tiktok .service-tiktok-ceo .content__text + .content__text {
  margin-top: 24px;
}
.service-tiktok .service-tiktok-ceo .content__text + .content__text.utils-active {
  display: none;
}
.service-tiktok .service-tiktok-ceo .content__trigger {
  text-align: right;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}
.service-tiktok .service-tiktok-ceo .content__trigger.utils-active {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-ceo .content__trigger {
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-ceo .content__trigger {
    margin-top: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-ceo .service-tiktok-heading__main {
    font-size: clamp(16px, 5.2vw, 24px);
  }
  .service-tiktok .service-tiktok-ceo .service-tiktok-heading__main span {
    text-decoration: underline;
    text-decoration-color: #F15024;
    text-underline-offset: 4px;
  }
  .service-tiktok .service-tiktok-ceo .service-tiktok-heading__main span::before {
    display: none;
  }
}
.service-tiktok .service-tiktok-howto001 {
  background: #E6E6E6;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto001 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto001 {
    padding: 54px 0;
  }
}
.service-tiktok .service-tiktok-howto001 .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 42px;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto001 .list {
    gap: 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto001 .list {
    gap: 12px 12px;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto001 .list__item {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto001 .list__item {
    width: calc((100% - 12px) / 2);
  }
}
.service-tiktok .service-tiktok-howto001 .list .content {
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto001 .list .content {
    padding: 10px 20px 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto001 .list .content {
    padding: 2px 12px 17px 12px;
  }
}
.service-tiktok .service-tiktok-howto001 .list .content__head {
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto001 .list .content__head {
    width: 80%;
    max-width: 80px;
    font-size: 10px;
    font-size: clamp(10px, 2.66vw, 14px);
  }
}
.service-tiktok .service-tiktok-howto001 .list .content__text {
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto001 .list .content__text {
    font-size: 16px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto001 .list .content__text {
    font-size: clamp(10px, 2.66vw, 16px);
    margin-top: 10px;
  }
}
.service-tiktok .service-tiktok-howto001 .list--ng .content {
  border: 2px solid #E4E4E4;
}
.service-tiktok .service-tiktok-howto001 .list--ng .content__head {
  background: #A5A5A5;
  color: #fff;
  white-space: nowrap;
  max-width: 100%;
  padding: 0 0.5em;
}
.service-tiktok .service-tiktok-howto001 .list--ng .content__text {
  position: relative;
}
.service-tiktok .service-tiktok-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/00_common/icon/x-op.svg");
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto001 .list--ng .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto001 .list--ng .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-tiktok .service-tiktok-howto001 .list--ok .content {
  border: 2px solid #F15024;
}
.service-tiktok .service-tiktok-howto001 .list--ok .content__head {
  background: #F15024;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto001 .list--ok .content__head {
    width: 135px;
  }
}
.service-tiktok .service-tiktok-howto001 .list--ok .content__text {
  position: relative;
}
.service-tiktok .service-tiktok-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/00_common/icon/circle-single-op.svg");
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto001 .list--ok .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto001 .list--ok .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-tiktok .service-tiktok-howto001 .list--before-arrow {
  padding-top: 80px;
  position: relative;
}
.service-tiktok .service-tiktok-howto001 .list--before-arrow::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #F15024;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-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-tiktok .service-tiktok-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-tiktok .service-tiktok-howto001 .solution__sub {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto001 .solution__sub {
    font-size: clamp(26px, 2.5vw, 32px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto001 .solution__sub {
    margin-top: 40px;
    font-size: clamp(22px, 5.86vw, 26px);
  }
}
.service-tiktok .service-tiktok-howto001 .solution__sub span {
  color: #F15024;
}
.service-tiktok .service-tiktok-howto001 .solution__main {
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto001 .solution__main {
    font-size: clamp(40px, 4.45vw, 57px);
    margin: 42px 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto001 .solution__main {
    font-size: clamp(26px, 3.6vw, 26px);
    margin: 26px 0 0 0;
    line-height: 1.8;
  }
}
.service-tiktok .service-tiktok-howto001 .solution__main span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto001 .solution__main span {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto001 .solution__main span {
    margin-right: -3px;
    margin-left: -3px;
  }
}
.service-tiktok .service-tiktok-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-tiktok .service-tiktok-howto001 .solution__main span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto001 .solution__main span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-tiktok .service-tiktok-howto001 .solution__main strong {
  color: #F15024;
}
.service-tiktok .service-tiktok-howto002 {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto002 {
    padding: 93px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto002 {
    padding: 57px 0 0;
  }
}
.service-tiktok .service-tiktok-howto002 .content {
  position: relative;
  background: #F15024;
  border: 2px solid #000;
  border-radius: 30px;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto002 .content {
    padding: 28px 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto002 .content {
    padding: 16px 16px;
  }
}
.service-tiktok .service-tiktok-howto002 .content__inner {
  background: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto002 .content__inner {
    display: flex;
    align-items: center;
    gap: 0 48px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto002 .content__inner {
    width: 100%;
    padding: 22px 16px 42px;
  }
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto002 .content__image {
    width: 28%;
  }
  .service-tiktok .service-tiktok-howto002 .content__image img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto002 .content__image {
    display: none;
  }
}
.service-tiktok .service-tiktok-howto002 .content__box {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto002 .content__box {
    gap: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto002 .content__box {
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
  }
}
.service-tiktok .service-tiktok-howto002 .content__lead {
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto002 .content__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto002 .content__lead {
    font-size: clamp(16px, 5.6vw, 24px);
    text-align: center;
  }
  .service-tiktok .service-tiktok-howto002 .content__lead span {
    position: relative;
  }
  .service-tiktok .service-tiktok-howto002 .content__lead span::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    background: #F15024;
  }
}
.service-tiktok .service-tiktok-howto002 .content__main {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto002 .content__main {
    white-space: nowrap;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto002 .content__main {
    display: inline-block;
    margin-top: 12px;
  }
}
.service-tiktok .service-tiktok-howto002 .content__main > span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto002 .content__main > span > span {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto002 .content__main > span > span {
    font-size: 28px;
  }
}
.service-tiktok .service-tiktok-howto002 .content__main > span > span > span {
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto002 .content__main > span > span > span {
    font-size: 65px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto002 .content__main > span > span > span {
    font-size: 57px;
  }
}
.service-tiktok .service-tiktok-howto002 .content__main::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 14px;
  background: #F15024;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto002 .content__main::before {
    bottom: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto002 .content__main::before {
    bottom: 10px;
  }
}
.service-tiktok .service-tiktok-howto002 .content__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto002 .content__note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto002 .content__note {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-howto002 .content__btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-howto002 .content__btn {
    text-align: center;
    margin-top: 40px;
  }
}
.service-tiktok .service-tiktok-howto .service-tiktok-heading__main {
  text-decoration: underline;
  text-decoration-color: #F15024;
  text-underline-offset: 4px;
}
.service-tiktok .service-tiktok-howto .service-tiktok-heading__main span::before {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-qa {
    margin: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-qa {
    margin: 72px 0;
  }
}
.service-tiktok .service-tiktok-qa .list {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.service-tiktok .service-tiktok-qa .list__item {
  width: 100%;
}
.service-tiktok .service-tiktok-qa .content__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-qa .content__inner {
    padding: 16px 52px 16px 62px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-qa .content__inner {
    padding: 16px 42px 16px 34px;
  }
}
.service-tiktok .service-tiktok-qa .content__label {
  position: absolute;
  display: inline-block;
  background-size: cover;
}
.service-tiktok .service-tiktok-qa .content__head {
  background: #FFEFE5;
  cursor: pointer;
}
.service-tiktok .service-tiktok-qa .content__head .content__text {
  color: #F15024;
}
.service-tiktok .service-tiktok-qa .content__head .content__label {
  background-image: url("../img/00_common/icon/q.svg");
  aspect-ratio: 16/19;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-qa .content__head .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-qa .content__head .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
.service-tiktok .service-tiktok-qa .content__head.utils-active .content__trigger::before {
  opacity: 0;
}
.service-tiktok .service-tiktok-qa .content__body {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-qa .content__body .content__inner {
    margin-top: 8px;
  }
}
.service-tiktok .service-tiktok-qa .content__body .content__label {
  background-image: url("../img/00_common/icon/a.svg");
  aspect-ratio: 14/16;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-qa .content__body .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-qa .content__body .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-qa .content__body .content__inner {
    padding-right: 0;
  }
}
.service-tiktok .service-tiktok-qa .content__body.utils-active {
  display: block;
}
.service-tiktok .service-tiktok-qa .content__text {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-qa .content__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-qa .content__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-qa .content__btn {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-qa .content__btn .service-tiktok-btn {
    min-width: 0;
    max-width: 275px;
    width: 100%;
  }
}
.service-tiktok .service-tiktok-qa .content__trigger {
  width: 17px;
  height: 17px;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .service-tiktok .service-tiktok-qa .content__trigger {
    top: 23px;
    right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .service-tiktok .service-tiktok-qa .content__trigger {
    top: 21px;
    right: 16px;
  }
}
.service-tiktok .service-tiktok-qa .content__trigger:before, .service-tiktok .service-tiktok-qa .content__trigger::after {
  content: "";
  position: absolute;
  background: #F15024;
}
.service-tiktok .service-tiktok-qa .content__trigger:before {
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.service-tiktok .service-tiktok-qa .content__trigger::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-white a {
  color: #000;
}
.service-white .js-scrollable {
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
.service-white .js-scrollable::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
@media screen and (min-width: 960px) {
  .service-white {
    margin-top: -70px;
  }
}
@media screen and (max-width: 959px) {
  .service-white {
    margin-top: -36px;
  }
}
.service-white-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1281px) {
  .service-white-inner {
    padding: 0 80px;
  }
}
.service-white .service-white-btn {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 16px 14px;
  min-width: 280px;
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  transition: background-color 0.3s;
}
.service-white .service-white-btn--white {
  color: #fff;
  border-color: #fff;
}
.service-white .service-white-btn--white:hover {
  opacity: 1;
  background-color: #F15024;
}
.service-white .service-white-btn--orange {
  background-color: #F15024;
  color: #fff;
}
.service-white .service-white-btn--orange:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}
.service-white .service-white-btn--black {
  background-color: #000;
  color: #fff;
}
.service-white .service-white-btn--black:hover {
  opacity: 1;
  color: #fff;
  background-color: #F15024;
}
.service-white .service-white-btn-arrow {
  display: inline-block;
  border-radius: 30px;
  transition: background-color 0.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-white .service-white-btn-arrow::before, .service-white .service-white-btn-arrow::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
}
.service-white .service-white-btn-arrow::before {
  background: #fff;
  border-radius: 100%;
  width: 25px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  right: 10px;
}
.service-white .service-white-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-white .service-white-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-heading {
    margin-bottom: 26px;
  }
}
.service-white .service-white-heading__sub {
  color: #F15024;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.service-white .service-white-heading__main {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-heading__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-heading__main {
    font-size: clamp(22px, 6vw, 32px);
  }
}
.service-white .service-white-heading__main span {
  position: relative;
}
.service-white .service-white-heading__main span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-white .service-white-heading__lead {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-heading__lead {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-heading__lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 28px;
  }
}
.service-white .service-white-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-white .service-white-heading-box__main {
    font-size: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-heading-box__main {
    font-size: 16px;
    padding: 22px 16px;
  }
}
.service-white .service-white-heading-box__main span {
  color: #F15024;
}
.service-white .service-white-heading-box__sub {
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-heading-box__sub {
    font-size: 18px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-heading-box__sub {
    font-size: 15px;
    margin-top: 36px;
  }
}
.service-white .service-white-heading-box__sub span {
  color: #D76331;
}
.service-white .service-white-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-list--col003 {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-list--col003 {
    gap: 40px 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-list--col003 .service-white-list__item {
    width: calc((100% - 80px) / 3);
    min-width: 343px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-list--col003 .service-white-list__item {
    width: 100%;
  }
}
.service-white .service-white-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-white .service-white-card001 {
    box-shadow: 8px 8px 28px -7px #4a4a4a;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-card001 {
    box-shadow: 6px 6px 28px -10px #4a4a4a;
  }
}
.service-white .service-white-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-white .service-white-card001__label {
    left: -12px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-card001__label {
    left: -22px;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-card001__heading {
    margin-left: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-card001__heading {
    margin-left: 28px;
  }
}
.service-white .service-white-card001__heading span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 18px);
}
.service-white .service-white-card001__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-white .service-white-card001__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-card001__text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-card001__text {
    margin-top: 18px;
  }
}
.service-white .service-white-fv {
  background: #E4E4E4;
  width: 100vw;
  display: grid;
  align-items: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-white .service-white-fv {
    height: 600px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-fv {
    height: 600px;
  }
}
.service-white .service-white-fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: radial-gradient(#FFFFFF 26%, transparent 10%), radial-gradient(#FFFFFF 26%, transparent 10%);
  background-position: 0 0, 19px 19px;
  background-size: 38px 38px;
  opacity: 0.2;
}
.service-white .service-white-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-white .service-white-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-white .service-white-fv::after {
    bottom: -36px;
    height: 38px;
    -webkit-clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
            clip-path: polygon(50% 38px, 0% 0%, 300px 0%);
  }
}
.service-white .service-white-fv__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-fv .content {
    width: 54%;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-fv .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.service-white .service-white-fv .content__lead {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-fv .content__lead {
    font-size: clamp(10px, 3.733vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-fv .content__lead {
    font-size: 14px;
  }
}
.service-white .service-white-fv .content__lead > span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 12px;
}
.service-white .service-white-fv .content__heading {
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-fv .content__heading {
    font-size: clamp(54px, 5.61vw, 66px);
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-fv .content__heading {
    font-size: clamp(10px, 10.23vw, 42px);
    margin-top: 16px;
  }
}
.service-white .service-white-fv .content__heading > span {
  display: inline-block;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: -2px;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-fv .content__heading > span {
    padding: 14px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-fv .content__heading > span {
    padding: 12px 8px;
  }
}
.service-white .service-white-fv .content__text {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-fv .content__text {
    margin-top: 32px;
    font-size: clamp(12px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-fv .content__text {
    margin-top: 20px;
    font-size: 13px;
  }
}
.service-white .service-white-fv .content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-fv .content__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-fv .content__list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-fv .content__item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-fv .content__item .service-white-btn {
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-fv .content__item .service-white-btn {
    width: 100%;
  }
}
.service-white .service-white-fv .object {
  position: absolute;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-fv .object {
    transform: translateY(-50%);
    top: 47%;
    right: 4%;
    max-width: 570px;
    width: 40%;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-fv .object {
    top: -48px;
    right: 30px;
    width: 33vw;
    z-index: 1;
  }
}
.service-white .service-white-problems {
  background: #F15024;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-problems {
    margin: 0 calc(50% - 50vw);
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-problems {
    margin: -1px calc(50% - 50vw) 0;
    padding: 78px 0 60px;
  }
}
.service-white .service-white-problems .introduction {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 54px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-problems .introduction {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-problems .introduction {
    font-size: clamp(20px, 6vw, 38px);
  }
}
.service-white .service-white-problems .introduction > span {
  position: relative;
}
.service-white .service-white-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-white .service-white-problems .introduction > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-problems .introduction > span::before {
    top: -2px;
    left: 42%;
  }
}
.service-white .service-white-problems .service-white-list {
  max-width: 1110px;
  margin: 0 auto;
}
.service-white .service-white-problems .solution {
  position: relative;
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-problems .solution {
    padding-top: 76px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-problems .solution {
    padding-top: 62px;
    line-height: 1.8;
  }
}
.service-white .service-white-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-white .service-white-problems .solution__text {
  font-weight: 700;
}
.service-white .service-white-problems .solution__text--main {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-problems .solution__text--main {
    font-size: 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-problems .solution__text--main {
    font-size: clamp(18px, 8.4vw, 60px);
  }
}
.service-white .service-white-problems .solution__text--main > span {
  display: inline-block;
  background: #000;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-problems .solution__text--main > span {
    padding: 32px 12px 6px 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-problems .solution__text--main > span {
    padding: 13px 20px 6px 20px;
  }
}
.service-white .service-white-problems .solution__text--main > span::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background: #F15024;
}
.service-white .service-white-problems .solution__text--main > span > span {
  position: relative;
}
.service-white .service-white-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-white .service-white-problems .solution__text--main > span > span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-problems .solution__text--main > span > span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-white .service-white-problems .solution__text--sub {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-problems .solution__text--sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-problems .solution__text--sub {
    font-size: 20px;
    font-size: clamp(18px, 5.33vw, 38px);
  }
}
.service-white .service-white-cta {
  margin: 0 calc(50% - 50vw);
  background: #000;
}
.service-white .service-white-cta__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-cta .content {
    padding: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-cta .content {
    padding: 48px 0 64px;
  }
}
.service-white .service-white-cta .content__lead {
  text-align: center;
  font-weight: 700;
}
.service-white .service-white-cta .content__lead span {
  display: inline-block;
  color: #F15024;
  background: #fff;
  padding: 6px 8px;
}
@media screen and (max-width: 959px) {
  .service-white .service-white-cta .content__lead span {
    margin-top: -1px;
  }
}
.service-white .service-white-cta .content__heading {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-cta .content__heading {
    font-size: clamp(20px, 2.656vw, 34px);
    margin-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-cta .content__heading {
    font-size: clamp(20px, 5.3vw, 34px);
    margin-top: 32px;
  }
}
.service-white .service-white-cta .content__heading span {
  position: relative;
}
.service-white .service-white-cta .content__heading span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 2px;
  background: #F15024;
}
.service-white .service-white-cta .content__text {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-cta .content__text {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-cta .content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-cta .content__objects {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 34px;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-cta .content__object {
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-cta .content__object {
    margin-top: 20px;
  }
}
.service-white .service-white-cta .content__object--001 {
  max-width: 308px;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-cta .content__object--001 {
    top: 53%;
    left: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-cta .content__object--001 {
    width: 38%;
  }
}
.service-white .service-white-cta .content__object--002 {
  max-width: 320px;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-cta .content__object--002 {
    top: 50%;
    right: 2%;
    width: 22vw;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-cta .content__object--002 {
    width: 38%;
  }
}
.service-white .service-white-cta .content__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-cta .content__list {
    gap: 0 20px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-cta .content__list {
    margin-top: 34px;
    gap: 34px 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-cta .content__item {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-cta .content__item .service-white-btn {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-points {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-points {
    padding: 48px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-points .service-white-list {
    margin-top: 68px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-points .service-white-list {
    margin-top: 32px;
  }
}
.service-white .service-white-points .service-white-card001__heading span {
  font-size: clamp(15px, 1.328vw, 16px);
}
.service-white .service-white-service {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-service {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-service {
    padding: 96px 0 80px;
  }
}
.service-white .service-white-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-white .service-white-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-white .service-white-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-white .service-white-service .table {
  max-width: 1040px;
  margin: 0 auto;
}
.service-white .service-white-service .table__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-white .service-white-service .table__group {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-service .table__group {
    gap: 0 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-service .table__group {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-service .table__group:not(:last-child) .table__head {
    position: relative;
  }
  .service-white .service-white-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-white .service-white-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-white .service-white-service .table__group:last-child .table__item:last-child:before, .service-white .service-white-service .table__group:last-child .table__item:last-child:after {
    display: none !important;
  }
}
.service-white .service-white-service .table__head {
  background: #000;
  display: grid;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-service .table__head {
    width: 25%;
    place-items: center;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-service .table__head {
    width: 100%;
    align-items: center;
    padding: 0 12px;
    height: 77px;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-service .table__block {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-service .table__block {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}
.service-white .service-white-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-white .service-white-service .table__heading {
    order: 2;
    margin-top: -8px;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-service .table__heading--mb {
    margin-bottom: 12px;
  }
}
.service-white .service-white-service .table__image {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-service .table__image {
    margin-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-service .table__image {
    width: 64px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-service .table__image {
    order: 1;
  }
}
.service-white .service-white-service .table__image img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-service .table__image--001 {
    width: 132px;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-service .table__image--002 {
    width: 116px;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-service .table__image--003 {
    width: 102px;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-service .table__body {
    width: calc(75% - 8px);
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-service .table__body {
    width: 100%;
  }
}
.service-white .service-white-service .table__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service-white .service-white-service .table__item {
  width: 100%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-service .table__item {
    padding: 46px 14px 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-service .table__item {
    padding: 38px 16px 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-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-white .service-white-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-white .service-white-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-white .service-white-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-white .service-white-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-white .service-white-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-white .service-white-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-white .service-white-service .table__label {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-service .table__label {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-service .table__text {
    font-size: clamp(12px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-service .table__text {
    font-size: 14px;
  }
}
.service-white .service-white-differ {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 0;
}
@media screen and (max-width: 959px) {
  .service-white .service-white-differ__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.service-white .service-white-differ .table {
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .service-white .service-white-differ .table {
    width: 1010px;
  }
}
.service-white .service-white-differ .table-container {
  width: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-differ .table-container {
    max-width: 1120px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-differ .table-container {
    padding-left: 5vw;
  }
}
.service-white .service-white-differ .table__inner {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.service-white .service-white-differ .table__group:first-child {
  width: 16%;
  min-width: 106px;
}
.service-white .service-white-differ .table__group:first-child .table__item {
  font-weight: 700;
}
.service-white .service-white-differ .table__group:first-child .table__body {
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .service-white .service-white-differ .table__group:not(:first-child) {
    min-width: 260px;
  }
}
.service-white .service-white-differ .table__group:not(:first-child) .table__body {
  background: #fff;
}
.service-white .service-white-differ .table__group:not(:first-child) .table__item {
  padding-left: 46px;
}
.service-white .service-white-differ .table__group:not(:first-child) .table__item:not(:last-child) {
  border-bottom: 2px solid #E4E4E4;
}
.service-white .service-white-differ .table__group:not(:first-child) .table__head {
  background: #A5A5A5;
  display: grid;
  place-items: center;
}
.service-white .service-white-differ .table__group:not(:first-child) .table__head p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-differ .table__group:not(:first-child) .table__head p {
    font-size: clamp(15px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-differ .table__group:not(:first-child) .table__head p {
    font-size: 16px;
  }
}
.service-white .service-white-differ .table__group:nth-child(3), .service-white .service-white-differ .table__group:nth-child(4) {
  width: 54%;
}
@media screen and (max-width: 959px) {
  .service-white .service-white-differ .table__group:last-child {
    margin-right: 5vw;
  }
}
.service-white .service-white-differ .table__group--orange {
  width: 70%;
}
.service-white .service-white-differ .table__group--orange .table__head {
  background: #F15024 !important;
}
.service-white .service-white-differ .table__group--orange .table__body {
  border: 2px solid #F15024;
  padding-top: 12px !important;
  margin-top: -14px;
}
.service-white .service-white-differ .table__head {
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-differ .table__head {
    height: 100px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-differ .table__head {
    height: 60px;
  }
}
.service-white .service-white-differ .table__body {
  padding: 0 16px;
}
.service-white .service-white-differ .table__item {
  padding: 18px 0;
  height: 85px;
  display: grid;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-differ .table__item {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-differ .table__item {
    font-size: 14px;
  }
}
.service-white .service-white-differ .table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.service-white .service-white-differ .table__ic--circle-single {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-single.svg");
  background-size: cover;
}
.service-white .service-white-differ .table__ic--circle-double {
  width: 19px;
  height: 19px;
  background-image: url("../img/00_common/icon/circle-double.svg");
  background-size: cover;
}
.service-white .service-white-differ .table__ic--triangle {
  width: 18px;
  height: 16px;
  background-image: url("../img/00_common/icon/triangle.svg");
  background-size: cover;
}
.service-white .service-white-differ .table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url("../img/00_common/icon/x.svg");
  background-size: cover;
}
.service-white .service-white-differ .service-white-heading {
  margin-bottom: 42px;
}
.service-white .service-white-ceo {
  background: #E4E4E4;
  margin: 0 calc(50% - 50vw);
}
.service-white .service-white-ceo.--cco {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-ceo {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-ceo {
    padding: 100px 0 56px;
  }
}
@media screen and (min-width: 1281px) {
  .service-white .service-white-ceo__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-ceo__inner {
    padding: 0;
  }
}
.service-white .service-white-ceo__box {
  border: 2px solid #000;
  background: #fff;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-ceo__box {
    padding: 30px 74px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-ceo__box {
    padding: 22px 22px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-ceo .swiper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-ceo .swiper {
    max-width: 500px;
    padding: 0 18px;
  }
}
.service-white .service-white-ceo .swiper .swiper-wrapper > .swiper-slide {
  height: auto;
}
.service-white .service-white-ceo .swiper .swiper-slide-next {
  opacity: 0;
}
.service-white .service-white-ceo .swiper .pickup-slider__next {
  right: 10px;
}
@media screen and (max-width: 959px) {
  .service-white .service-white-ceo .swiper .pickup-slider__next {
    right: 0;
    top: 50%;
  }
}
.service-white .service-white-ceo .swiper .pickup-slider__prev {
  left: 10px;
}
@media screen and (max-width: 959px) {
  .service-white .service-white-ceo .swiper .pickup-slider__prev {
    left: 0;
    top: 50%;
  }
}
.service-white .service-white-ceo .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-ceo .content {
    gap: 0 60px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-ceo .content {
    gap: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-ceo .content__body {
    width: calc(70% - 60px);
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-ceo .content__body {
    width: 100%;
    margin-top: 24px;
  }
}
.service-white .service-white-ceo .content__image {
  aspect-ratio: 288/320;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-ceo .content__image {
    width: 30%;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-ceo .content__image {
    width: 100%;
  }
}
.service-white .service-white-ceo .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-white .service-white-ceo .content__name {
  font-size: 22px;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-ceo .content__name {
    font-weight: 700;
  }
}
.service-white .service-white-ceo .content__name span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .service-white .service-white-ceo .content__name span {
    display: inline-block;
    margin-bottom: 8px;
  }
}
.service-white .service-white-ceo .content__list {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-ceo .content__list {
    margin-top: 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-ceo .content__list {
    margin-top: 16px;
  }
}
.service-white .service-white-ceo .content__item {
  width: 28px;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-ceo .content__inner {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-ceo .content__inner {
    margin-top: 26px;
  }
}
.service-white .service-white-ceo .content__text {
  font-size: 15px;
  line-height: 1.8;
}
.service-white .service-white-ceo .content__text + .content__text {
  margin-top: 24px;
}
.service-white .service-white-ceo .content__text + .content__text.utils-active {
  display: none;
}
.service-white .service-white-ceo .content__trigger {
  text-align: right;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}
.service-white .service-white-ceo .content__trigger.utils-active {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-ceo .content__trigger {
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-ceo .content__trigger {
    margin-top: 36px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-ceo .service-white-heading__main {
    font-size: clamp(16px, 5.2vw, 24px);
  }
  .service-white .service-white-ceo .service-white-heading__main span {
    text-decoration: underline;
    text-decoration-color: #F15024;
    text-underline-offset: 4px;
  }
  .service-white .service-white-ceo .service-white-heading__main span::before {
    display: none;
  }
}
.service-white .service-white-howto001 {
  background: #E6E6E6;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto001 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto001 {
    padding: 54px 0;
  }
}
.service-white .service-white-howto001 .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 42px;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto001 .list {
    gap: 16px 16px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto001 .list {
    gap: 12px 12px;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto001 .list__item {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto001 .list__item {
    width: calc((100% - 12px) / 2);
  }
}
.service-white .service-white-howto001 .list .content {
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto001 .list .content {
    padding: 10px 20px 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto001 .list .content {
    padding: 2px 12px 17px 12px;
  }
}
.service-white .service-white-howto001 .list .content__head {
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto001 .list .content__head {
    width: 135px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto001 .list .content__head {
    width: 80%;
    max-width: 80px;
    font-size: 10px;
    font-size: clamp(10px, 2.66vw, 14px);
  }
}
.service-white .service-white-howto001 .list .content__text {
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto001 .list .content__text {
    font-size: 16px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto001 .list .content__text {
    font-size: clamp(10px, 2.66vw, 16px);
    margin-top: 10px;
  }
}
.service-white .service-white-howto001 .list--ng .content {
  border: 2px solid #E4E4E4;
}
.service-white .service-white-howto001 .list--ng .content__head {
  background: #A5A5A5;
  color: #fff;
}
.service-white .service-white-howto001 .list--ng .content__text {
  position: relative;
}
.service-white .service-white-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/white-paper/icon/x-op.svg");
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto001 .list--ng .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto001 .list--ng .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-white .service-white-howto001 .list--ok .content {
  border: 2px solid #F15024;
}
.service-white .service-white-howto001 .list--ok .content__head {
  background: #F15024;
  color: #fff;
}
.service-white .service-white-howto001 .list--ok .content__text {
  position: relative;
}
.service-white .service-white-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/white-paper/icon/circle-single-op.svg");
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto001 .list--ok .content__text::before {
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto001 .list--ok .content__text::before {
    width: 13%;
    min-width: 36px;
  }
}
.service-white .service-white-howto001 .list--before-arrow {
  padding-top: 80px;
  position: relative;
}
.service-white .service-white-howto001 .list--before-arrow::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #F15024;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-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-white .service-white-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-white .service-white-howto001 .solution__sub {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto001 .solution__sub {
    font-size: clamp(26px, 2.5vw, 32px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto001 .solution__sub {
    margin-top: 40px;
    font-size: clamp(22px, 5.86vw, 26px);
  }
}
.service-white .service-white-howto001 .solution__sub span {
  color: #F15024;
}
.service-white .service-white-howto001 .solution__main {
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto001 .solution__main {
    font-size: clamp(40px, 4.45vw, 57px);
    margin: 42px 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto001 .solution__main {
    font-size: clamp(28px, 7.6vw, 40px);
    margin: 26px 0 0 0;
    line-height: 1.8;
  }
}
.service-white .service-white-howto001 .solution__main span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto001 .solution__main span {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto001 .solution__main span {
    margin-right: -3px;
    margin-left: -3px;
  }
}
.service-white .service-white-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-white .service-white-howto001 .solution__main span::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto001 .solution__main span::before {
    top: -4px;
    left: calc(50% - 2px);
  }
}
.service-white .service-white-howto001 .solution__main strong {
  color: #F15024;
}
.service-white .service-white-howto002 {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto002 {
    padding: 93px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto002 {
    padding: 57px 0 0;
  }
}
.service-white .service-white-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-white .service-white-howto002 .content {
    padding: 28px 28px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto002 .content {
    padding: 16px 16px;
  }
}
.service-white .service-white-howto002 .content::before {
  content: "";
  position: absolute;
  top: -96px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background-color: #F15024;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-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-white .service-white-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-white .service-white-howto002 .content__inner {
  background: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto002 .content__inner {
    display: flex;
    align-items: center;
    gap: 0 48px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto002 .content__inner {
    width: 100%;
    padding: 22px 16px 42px;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto002 .content__image {
    width: 28%;
  }
  .service-white .service-white-howto002 .content__image img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto002 .content__image {
    display: none;
  }
}
.service-white .service-white-howto002 .content__box {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto002 .content__box {
    gap: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto002 .content__box {
    flex-wrap: wrap;
    gap: 12px 0;
    justify-content: center;
  }
}
.service-white .service-white-howto002 .content__lead {
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto002 .content__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto002 .content__lead {
    font-size: clamp(16px, 5.6vw, 24px);
    text-align: center;
  }
  .service-white .service-white-howto002 .content__lead span {
    position: relative;
  }
  .service-white .service-white-howto002 .content__lead span::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    background: #F15024;
  }
}
.service-white .service-white-howto002 .content__main {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto002 .content__main {
    white-space: nowrap;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto002 .content__main {
    display: inline-block;
    margin-top: 12px;
  }
}
.service-white .service-white-howto002 .content__main > span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto002 .content__main > span > span {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto002 .content__main > span > span {
    font-size: 28px;
  }
}
.service-white .service-white-howto002 .content__main > span > span > span {
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto002 .content__main > span > span > span {
    font-size: 65px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto002 .content__main > span > span > span {
    font-size: 57px;
  }
}
.service-white .service-white-howto002 .content__main::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 14px;
  background: #F15024;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto002 .content__main::before {
    bottom: 14px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto002 .content__main::before {
    bottom: 10px;
  }
}
.service-white .service-white-howto002 .content__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto002 .content__note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto002 .content__note {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-howto002 .content__btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-howto002 .content__btn {
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-qa {
    margin: 76px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-qa {
    margin: 72px 0;
  }
}
.service-white .service-white-qa .list {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.service-white .service-white-qa .list__item {
  width: 100%;
}
.service-white .service-white-qa .content__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-qa .content__inner {
    padding: 16px 52px 16px 62px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-qa .content__inner {
    padding: 16px 42px 16px 34px;
  }
}
.service-white .service-white-qa .content__label {
  position: absolute;
  display: inline-block;
  background-size: cover;
}
.service-white .service-white-qa .content__head {
  background: #FFEFE5;
  cursor: pointer;
}
.service-white .service-white-qa .content__head .content__text {
  color: #F15024;
}
.service-white .service-white-qa .content__head .content__label {
  background-image: url("../img/03_service/white-paper/icon/q.svg");
  aspect-ratio: 16/19;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-qa .content__head .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-qa .content__head .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
.service-white .service-white-qa .content__head.utils-active .content__trigger::before {
  opacity: 0;
}
.service-white .service-white-qa .content__body {
  display: none;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-qa .content__body .content__inner {
    margin-top: 8px;
  }
}
.service-white .service-white-qa .content__body .content__label {
  background-image: url("../img/03_service/white-paper/icon/a.svg");
  aspect-ratio: 14/16;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-qa .content__body .content__label {
    width: 16px;
    top: 24px;
    left: 26px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-qa .content__body .content__label {
    width: 12px;
    top: 22px;
    left: 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-qa .content__body .content__inner {
    padding-right: 0;
  }
}
.service-white .service-white-qa .content__body.utils-active {
  display: block;
}
.service-white .service-white-qa .content__text {
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-qa .content__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-qa .content__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .service-white .service-white-qa .content__btn {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-qa .content__btn .service-white-btn {
    min-width: 0;
    max-width: 275px;
    width: 100%;
  }
}
.service-white .service-white-qa .content__trigger {
  width: 17px;
  height: 17px;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .service-white .service-white-qa .content__trigger {
    top: 23px;
    right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .service-white .service-white-qa .content__trigger {
    top: 21px;
    right: 16px;
  }
}
.service-white .service-white-qa .content__trigger:before, .service-white .service-white-qa .content__trigger::after {
  content: "";
  position: absolute;
  background: #F15024;
}
.service-white .service-white-qa .content__trigger:before {
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.service-white .service-white-qa .content__trigger::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.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: 0em;
  background-color: #E85A24;
  border: 1px solid #000;
  border-radius: 10px;
  transition: background-color 0.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: 0.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: 0.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: 0.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: 0em;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-creative-case__text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0em;
    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: 0.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: 0.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: 0.02em;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .single-creative-case__body p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.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: 0.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: 0em;
}
@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: 0px 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(0.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 0px;
}
@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: 0em;
}
@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: 0.04em;
  background-color: #fff;
  border: 1px solid #E85A24;
  border-radius: 15px;
  transition: color 0.3s, background-color 0.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: 0em;
  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: 0em;
    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: 0em;
}
@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: 0em;
}
@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 0.3s;
}
.author__contents {
  position: relative;
  transition: opacity 0.3s;
}
.author__company {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.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: 0.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: 0.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: 0em;
  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: 0.04em;
  background-color: #E85A24;
  border: 1px solid #000;
  border-radius: 12px;
  padding: 0 24px;
  transition: background-color 0.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 0.3s;
}
.pickup-slider__card-container {
  transition: opacity 0.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: 0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 20px;
  transition: color 0.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 0.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-media {
  padding-top: 0;
}
@media screen and (max-width: 959px) {
  .single-media {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .single-media {
    padding-top: 10px;
  }
}

@media screen and (min-width: 960px) {
  .single-media__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;
  }
}

@media screen and (min-width: 960px) {
  .single-media__sidebar {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
}

@media screen and (max-width: 959px) {
  .single-media__pickup {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .single-media__pickup {
    margin-bottom: 50px;
  }
}

.single-media__header-box {
  border: 1px solid #000;
  border-radius: 28px;
  padding: 12px 14px 18px 14px;
}
@media screen and (min-width: 960px) {
  .single-media__header-box {
    padding: 20px 40px;
  }
}

.single-media__date {
  font-size: 10px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .single-media__date {
    font-size: 10px;
    margin-left: 10px;
  }
}

.single-media__category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 20px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background-color: #E85A24;
  border: 1px solid #000;
  border-radius: 12px;
  transition: background-color 0.3s;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .single-media__category {
    height: 24px;
    font-size: min(1.09375vw, 14px);
    border-radius: 12px;
    padding: 0 min(1.5625vw, 20px);
  }
}

.single-media__title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.01em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .single-media__title {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 18px;
  }
}

.single-media__title br {
  display: none;
}

.single-media__tag {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-media__tag {
    margin-top: 27px;
  }
}

.single-media__tag .tag-list__item a {
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .single-media__tag .tag-list__item a {
    font-size: 12px;
  }
}

.single-media__fv {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single-media__fv {
    margin-top: 30px;
  }
}

@media screen and (min-width: 960px) {
  .single-media__content-container {
    overflow: hidden;
    padding: 10px 0px 64px 0px;
  }
}

.single-media__content-container > h2 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.01em;
  background-color: #000;
  padding: 15px 0px;
  margin-top: 50px;
  padding: 15px 10px;
}
@media screen and (min-width: 960px) {
  .single-media__content-container > h2 {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    padding: 10px 20px 12px 20px;
    margin-top: 60px;
  }
}

.single-media__content-container > h3 {
  font-weight: 500;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000;
  padding: 0 0 5px 0;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .single-media__content-container > h3 {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 960px) {
  .single-media__content-container > h3 {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0em;
    border-bottom: 2px solid #000;
    padding: 0 0 15px 0;
    margin-top: 50px;
  }
}

.single-media__content-container > h4 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .single-media__content-container > h4 {
    font-size: 20px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 959px) {
  .single-media__body {
    margin-top: 40px;
  }
}
.single-media__content-container > p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.95;
  letter-spacing: 0.02em;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single-media__content-container > p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-top: 40px;
  }
}

.single-media__content-container > p a {
  color: #E85A24;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single-media__content-container figure.wp-block-image {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .single-media__content-container figure.wp-block-image {
    margin-top: 30px;
  }
}

.single-media__content-container figure.wp-block-image figcaption {
  font-size: 14px;
  font-weight: 500;
  color: #E85A24;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 10px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 960px) {
  .single-media__content-container figure.wp-block-image figcaption {
    font-size: 18px;
    margin-top: 14px;
    margin-right: 2em;
  }
}

.single-media__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) {
  .single-media__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;
    margin-top: 100px;
  }
}

.single-media__card-image {
  grid-area: image;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .single-media__card-image {
    transform: translateX(10px);
  }
}

.single-media__card-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.single-media__card-image img {
  transition: transform 0.3s;
}
.single-media__card-title {
  grid-area: title;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 959px) {
  .single-media__card-title {
    align-self: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .single-media__card-title {
    font-size: 12px;
    margin-top: 3px;
  }
}

.single-media__card-name {
  grid-area: name;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .single-media__card-name {
    font-size: 20px;
  }
}

.single-media__card-text {
  grid-area: text;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.85;
  letter-spacing: 0.02em;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .single-media__card-text {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-top: 8px;
  }
}
.single-media__card-text--hidden {
  height: 205px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .single-media__card-text--hidden {
    height: 50px;
  }
}

.single-media__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) {
  .single-media__card-more {
    bottom: 12px;
    right: 28px;
  }
}

@media (hover: hover) {
  .single-media__card-more:hover {
    cursor: pointer;
  }
}
.single-media__content-container .wp-block-table {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single-media__content-container .wp-block-table {
    margin-top: 30px;
  }
}

.single-media__content-container .single-media__table-1 td,
.single-media__content-container .single-media__table-1 th {
  border-color: #000;
}
@media screen and (max-width: 959px) {
  .single-media__content-container .single-media__table-1 td,
  .single-media__content-container .single-media__table-1 th {
    font-size: 10px;
    padding: 12px;
  }
}
@media screen and (min-width: 960px) {
  .single-media__content-container .single-media__table-1 td,
  .single-media__content-container .single-media__table-1 th {
    padding: 13px;
  }
}

.single-media__content-container .single-media__table-2 td,
.single-media__content-container .single-media__table-2 th {
  border-color: #000;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 959px) {
  .single-media__content-container .single-media__table-2 td,
  .single-media__content-container .single-media__table-2 th {
    font-size: 10px;
    padding: 12px;
  }
}
@media screen and (min-width: 960px) {
  .single-media__content-container .single-media__table-2 td,
  .single-media__content-container .single-media__table-2 th {
    padding: 30px;
  }
}

.single-media__content-container .single-media__table-2 td:first-child {
  vertical-align: middle;
}

.single-media__content-container ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 40px;
}

.single-media__content-container li {
  list-style-type: disc;
}

.single-media__author {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single-media__author {
    margin-top: 60px;
  }
}

.single-media__content-container #ez-toc-container {
  background-color: #e9e9e9;
  border: none;
  padding: 24px 15px 24px 27px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single-media__content-container #ez-toc-container {
    padding: 20px 23px 40px 30px;
    margin-top: 50px;
  }
}
.single-media__content-container #ez-toc-container .ez-toc-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 959px) {
  .single-media__content-container #ez-toc-container .ez-toc-title {
    display: inline-block;
    margin-top: 7px;
    margin-left: -4px;
  }
}
@media screen and (min-width: 960px) {
  .single-media__content-container #ez-toc-container .ez-toc-title {
    font-size: 16px;
    line-height: 2.8;
    letter-spacing: 0em;
    margin-left: -4px;
  }
}
.single-media__content-container .ez-toc-icon-toggle-span,
.single-media__content-container #ez-toc-container .ez-toc-js-icon-con,
.single-media__content-container #ez-toc-container .ez-toc-toggle label,
.single-media__content-container #ez-toc-container label.cssicon,
.single-media__content-container #ez-toc-widget-container label.cssicon {
  display: none;
}
.single-media__content-container #ez-toc-container a.ez-toc-toggle {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid;
  border-radius: 50%;
  background-color: #E85A24;
  transition: transform 0.3s, background-color 0.3s;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .single-media__content-container #ez-toc-container a.ez-toc-toggle {
    width: 38px;
    height: 38px;
  }
}
.single-media__content-container #ez-toc-container a.ez-toc-toggle:before,
.single-media__content-container #ez-toc-container a.ez-toc-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
}
.single-media__content-container #ez-toc-container a.ez-toc-toggle:before {
  width: 16px;
  height: 1px;
}
.single-media__content-container #ez-toc-container a.ez-toc-toggle:after {
  width: 1px;
  height: 16px;
}
@media (hover: hover) {
  .single-media__content-container #ez-toc-container a.ez-toc-toggle:hover {
    opacity: 1;
    background-color: #000;
  }
  .single-media__content-container #ez-toc-container a.ez-toc-toggle:hover:before,
  .single-media__content-container #ez-toc-container a.ez-toc-toggle:hover:after {
    background-color: #fff;
  }
}
.single-media__content-container #ez-toc-container:not(.toc_close) a.ez-toc-toggle {
  transform: rotate(45deg);
}
.single-media__content-container #ez-toc-container nav ul {
  margin-top: 17px;
}
@media screen and (min-width: 960px) {
  .single-media__content-container #ez-toc-container nav ul {
    margin-top: 18px;
  }
}
.single-media__content-container #ez-toc-container nav ul.ez-toc-list-level-1 {
  margin-top: 38px;
}
@media screen and (min-width: 960px) {
  .single-media__content-container #ez-toc-container nav ul.ez-toc-list-level-1 {
    margin-top: 26px;
  }
}
.single-media__content-container #ez-toc-container nav ul li + li {
  margin: 0;
}
.single-media__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-media__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 + li.ez-toc-heading-level-2 {
    margin-top: 15px;
  }
}
.single-media__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: 0em;
  transition: color 0.3s;
}
@media screen and (min-width: 960px) {
  .single-media__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a {
    font-size: 16px;
  }
}
.single-media__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2) > a {
  font-size: 10px;
}
@media (hover: hover) {
  .single-media__content-container #ez-toc-container nav ul li a:hover {
    opacity: 1;
    color: #E85A24;
  }
}
.single-media__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);
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .single-media__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a:before {
    transform: translateY(8px);
    margin-right: 13px;
  }
}
.single-media__content-container #ez-toc-container ul.ez-toc-list-level-3 {
  counter-reset: section;
}
.single-media__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2) > a:before {
  counter-increment: section;
  content: "0" counter(section) "　|　";
  width: auto;
  height: auto;
  color: #E85A24;
  background: none;
  font-weight: 500;
  margin: 0;
}

.single-media__content-container .single-media__button-1 .wp-block-button__link {
  min-width: 180px;
  font-size: 12px !important;
  letter-spacing: 0.01em;
  padding: 12px 50px;
  border: 1px solid #000;
}
@media screen and (min-width: 960px) {
  .single-media__content-container .single-media__button-1 .wp-block-button__link {
    min-width: 180px;
    font-size: 14px !important;
    padding: 12px 50px;
  }
}

.single-media__content-container .single-media__button-1 .wp-block-button__link[target=_blank] {
  background-image: url(../img/00_common/icon-ex-link.svg);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 13px 13px;
}

.single-media__content-container .single-media__button-2 .wp-block-button__link {
  min-width: 180px;
  font-size: 12px !important;
  letter-spacing: 0.01em;
  border: 1px solid #000;
  background-image: url(../img/00_common/icon-button-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 40px top 24px;
  background-size: 36px 6px;
  padding: 20px 94px 20px 50px;
}
@media screen and (min-width: 960px) {
  .single-media__content-container .single-media__button-2 .wp-block-button__link {
    min-width: 180px;
    font-size: 20px !important;
    background-position: right 76px top 36px;
    background-size: 42px 8px;
    padding: 30px 140px 30px 105px;
  }
}

.single-media__box {
  border: 1px solid #000;
  padding: 12px !important;
}
@media screen and (min-width: 960px) {
  .single-media__box {
    padding: 12px !important;
  }
}

.single-media__button-wrapper {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-media__button-wrapper {
    margin-top: 60px;
  }
}

@media screen and (min-width: 960px) {
  .single-media__news-btn {
    width: 280px;
    height: 66px;
    font-size: 18px;
    border-radius: 50px;
  }
}

.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: 0em;
}
@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: 0.08em;
  margin-top: 21px;
}
@media screen and (min-width: 960px) {
  .single-section__title {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.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: 0.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: 0px;
  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: 0em;
  border-bottom: 2px solid #000;
  padding: 15px 0px;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container > h2 {
    font-size: 32px;
    line-height: 1.8;
    letter-spacing: 0em;
    padding: 20px 0px;
    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: 0em;
  border-left: 2px solid #000;
  padding: 0px 5px 0px 12px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container > h3 {
    font-size: 28px;
    padding: 0px 5px 0px 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: 0em;
  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: 0.02em;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container > p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.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: 0.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: 0px;
  border-left: 2px solid #000;
  padding: 0px 5px 0px 11px;
}
@media screen and (min-width: 960px) {
  .single-section__author-header {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0em;
    padding: 0px 5px 0px 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: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent #E85A24 transparent;
  transition: background-color 0.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: 0em;
  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: 0em;
  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: 0em;
}
@media screen and (min-width: 960px) {
  .single-section__author-text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0em;
    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: 0em;
}
@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: 0em;
}
@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: 0em;
}
@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: 0em;
}
@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: 0em;
}
@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: 0em;
  transition: color 0.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: 0.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: 0.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: 0.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: 0em;
  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(0.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: 0.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;
  }
}

.contact-form__field {
  display: grid;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .contact-form__field {
    grid-template-columns: min(20vw, 256px) 1fr;
    gap: 0 30px;
  }
}

.contact-form__field:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .contact-form__field:not(:first-child) {
    margin-top: 20px;
  }
}

.contact-form__field--textarea {
  align-items: start;
}

.contact-form__label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .contact-form__label {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .contact-form__label {
    font-size: min(1.71875vw, 22px);
  }
}

.contact-form__label span {
  display: inline-block;
  color: #E85A24;
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .contact-form__label span {
    margin-left: 10px;
  }
}

.contact-form__label--required span {
  display: inline-block;
  position: relative;
}

.contact-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;
}

.contact-form__input {
  width: 100%;
  height: 46px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 6px;
  padding-left: 12px;
}
@media screen and (min-width: 960px) {
  .contact-form__input {
    height: min(4.6875vw, 60px);
    font-size: min(1.40625vw, 18px);
    border-radius: 11px;
    padding-left: 24px;
  }
}

.contact-form__input::-moz-placeholder {
  color: #bababa;
  font-family: "Noto Sans JP", sans-serif;
}

.contact-form__input::placeholder {
  color: #bababa;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 960px) {
  .contact-form__field--textarea .contact-form__label {
    margin-top: 10px;
  }
}

.contact-form__field--textarea .contact-form__input {
  height: 232px;
  resize: vertical;
  padding: 10px 20px 10px 12px;
}
@media screen and (min-width: 960px) {
  .contact-form__field--textarea .contact-form__input {
    padding: 10px 20px 10px 24px;
  }
}

.contact-form__input-select-wrapper {
  position: relative;
}

.contact-form__input-select-wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.9px 8px 0 8px;
  border-color: #E85A24 transparent transparent transparent;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .contact-form__input-select-wrapper::before {
    right: 26px;
  }
}

.contact-form__input-select-wrapper select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 20px 0 24px;
}

.contact-form__submit-wrapper {
  text-align: center;
  margin-top: 48px;
}
@media screen and (min-width: 960px) {
  .contact-form__submit-wrapper {
    margin-top: 60px;
  }
}

.contact-form__agree {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.contact-form__agree a {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
}

.contact-form__submit {
  width: 300px;
  height: 66px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  padding: 0 !important;
  margin: 0 !important;
}

.contact-form__submit span {
  text-transform: none;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7 .wpcf7-response-output {
  border: none !important;
  text-align: center !important;
}

.contact-thanks__text {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: lh(15, 30);
  letter-spacing: toEm(0);
}
@media screen and (min-width: 960px) {
  .contact-thanks__text {
    font-size: 16px;
    line-height: lh(16, 30);
    letter-spacing: toEm(0);
  }
}

.contact-thanks__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 33px;
}
@media screen and (min-width: 960px) {
  .contact-thanks__button {
    margin-top: 45px;
  }
}

.contact-thanks__button .btn {
  width: 199px;
  height: 47px;
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .contact-thanks__button .btn {
    width: 261px;
    height: 62px;
    font-size: 20px;
  }
}

.contact-thanks__link {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: lh(16, 28);
  letter-spacing: toEm(50);
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .contact-thanks__link {
    font-size: 20px;
    line-height: lh(20, 28);
    letter-spacing: toEm(50);
    margin-top: 20px;
  }
}

.contact {
  background-color: #ECECEC;
}
@media screen and (min-width: 960px) {
  .contact {
    padding-top: 84px;
  }
}

.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: 0em;
}
@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: 0em;
}
@media screen and (min-width: 960px) {
  .terms__text {
    font-size: 16px;
  }
}

.privacy {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .privacy {
    padding-top: 0;
  }
}

.privacy__title {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .privacy__title {
    font-size: 16px;
  }
}

.privacy__title:not(:first-of-type) {
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .privacy__title:not(:first-of-type) {
    margin-top: 32px;
  }
}

.privacy__text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .privacy__text {
    font-size: 16px;
  }
}

.archive-download {
  padding-top: 0;
  padding-bottom: 90px;
  margin-top: -45px;
}
@media screen and (min-width: 960px) {
  .archive-download {
    padding-top: 0;
    padding-bottom: 70px;
    margin-top: -10px;
  }
}

@media screen and (min-width: 960px) {
  .archive-download__inner {
    max-width: 1290px;
  }
}

@media screen and (max-width: 959px) {
  .archive-download__category {
    margin-right: -20px;
  }
}
@media screen and (min-width: 960px) {
  .archive-download__category {
    margin-left: 20px;
  }
}

.archive-download__cards {
  display: grid;
  gap: 55px 0;
  margin-top: 45px;
}
@media screen and (min-width: 960px) {
  .archive-download__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 0;
    margin-top: 50px;
  }
}

.archive-download__pagination {
  margin-top: 72px;
}
@media screen and (min-width: 960px) {
  .archive-download__pagination {
    margin-top: 72px;
  }
}

.download-form {
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 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: 0.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: 0em;
  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: 0em;
  margin-top: 44px;
}
@media screen and (min-width: 960px) {
  .download-form__agree {
    font-size: min(1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.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: 0.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: 0px;
  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, 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, 0.75));
  transform: translateZ(0px);
}

.single-download__thumbnail:before {
  content: "";
  display: block;
  padding-top: 58.0392156863%;
}

.single-download__thumbnail img {
  border-radius: 5px;
  transition: transform 0.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 0.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: 0.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: 0.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: 0.02em;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .archive-writers__card-text {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.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: 0em;
}
@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;
  }
}