@charset "utf-8";

html {
  font-family: "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
}

.pc__br {
  display: inline;
}

.tab__br {
  display: inline;
}

.sp__br {
  display: none;
}

.sp__ver {
  display: none;
}

.wrapper__adjustment {
  margin: 0 auto;
  color: #222D43;
  overflow: hidden;
}

.h2__box {
  margin-bottom:24px;
  text-align: center;
}

h2 {
  display: inline-block;
  font-size: 44px;
  font-weight: 900;
  color: #4285f4;
}

.header__logo {
  align-items: end;
  margin-bottom: -5px;
}

main {
  position: relative;
}

.main__right__decoration {
  position: absolute;
  right: 0;
  top: 240px;
  z-index: -1;
}

/* ヘッダー */
.header {
  overflow: hidden;
}

.header__wrapper {
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: 0 auto;
  padding: 40px 24px 32px;
}

.header__campany-logo {
  width: 280px;
}

.header__nav__button-box {
  display: flex;
  align-items: end;
  text-align: center;
}

.header__nav__button {
  display: inline-block;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
}

.header__contact {
  color: #4285f4;
  line-height: 45px;
  border: 2px solid #4285f4;
  background-color: #ffffff;
  padding: 0px 85px 0px 67px;
  background-image: url(../img/icon__top__request-for-information.svg);
  background-repeat: no-repeat;
  background-position: 135px;
}

/* fire foxのための調整 */
@-moz-document url-prefix() {
  .header__contact {
    color: #4285f4;
    line-height: 49px;
    border: 1px solid #4285f4;
    background-color: #ffffff;
    padding: 0px 85px 0px 67px;
    background-image: url(../img/icon__top__request-for-information.svg);
    background-repeat: no-repeat;
    background-position: 135px;
  }
}

.header__contact:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #BFC9D7;
}

.header__materials {
  display: flex;
  align-items: center;
  color: #ffffff;
  line-height: 50px;
  background-image: radial-gradient(circle at 100% 0%, #f8a902, #f87932);
  box-shadow: 0px 4px 4px 0px #00000040;
  margin-left: 18px;
}

.header__materials-icon {
  padding: 0 66px 0 42px;
  background-image: url(../img/icon__external-link.svg);
  background-repeat: no-repeat;
  background-position: 160px;
}

.header__materials:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* セクション・メインビジュアル */
.main-visual {
  width: 100%;
  height: 780px;
  background-image: url('../img/main-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.catch-copy-wrapper {
  z-index: 3;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-top:42px;
  padding-left: 30px;
  padding-right: 20px;
  box-sizing: border-box;
}

.catch-copy-wrapper h2 {
  font-size: 36px;
  font-weight: 900;
  color: #000;
}

.catch-copy-wrapper h1 {
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 1.92px;
}
.catch-copy-wrapper h3{
  color: #000;
font-size: 24px;
font-weight:700;
margin-top:10px;
}
.main-visual-tag-wrapper {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top:24px;
}

.main-visual-tag-wrapper a {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.83) inset, 0 1px 1px 0 rgba(255, 255, 255, 0.50) inset, 0 0 15px 0 rgba(255, 255, 255, 0.20) inset, 0 15px 30px 0 rgba(255, 255, 255, 0.20) inset;
  backdrop-filter: blur(7.75px);
}

.main-visual-tag-wrapper p {
  color: #222d43da;
  font-size: 20px;
  font-weight: 700;
  margin-left: 21px;
}

#main-visual-tag-1 {
  padding: 13px 110px 13px 31px;
}

#main-visual-tag-2 {
  padding: 13px 69px 13px 31px;
}

#main-visual-tag-3 {
  padding: 13px 43px 13px 31px;
}

.shape-blue-bottom {
  transform: translate(0px, 650px) scale(1.6);
}

.shape-blue-top {
  transform: translate(800px, -10px) scale(1.2);
}

.shape-blue-dark {
  transform: translate(820px, 200px) scale(1.2);
}

.shape-yellow-long {
  transform: translate(790px, 470px) scale(1.15);
}

.shape-yellow-short {
  transform: translate(960px, 100px) rotate(5deg);
}

.main-visual {
  position: relative;
}
.main-visual-btn-wrapper{
  margin-top:32px;
}
#main-visual-btn1{
    width:240px;
}
.animation-overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.anim-svg-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.anim-element {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-fill-mode: forwards;
}

.loaded .anim-element {
  animation-duration: var(--anim-dur);
  animation-delay: var(--anim-delay);
}

.loaded .anim-wipe-up {
  animation-name: wipeUpEffect;
}

.anim-wipe-up {
  transform: translateY(105%) rotate(-5deg);
}

@keyframes wipeUpEffect {
  to {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}

.loaded .anim-wipe-down-left {
  animation-name: wipeDownLeftEffect;
}

.anim-wipe-down-left {
  transform: translate(100%, -50%);
}

@keyframes wipeDownLeftEffect {
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.loaded .anim-wipe-right {
  animation-name: wipeRightEffect;
}

.anim-wipe-right {
  transform: translateX(-100%);
}

@keyframes wipeRightEffect {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.loaded .anim-wipe-left {
  animation-name: wipeLeftEffect;
}

.anim-wipe-left {
  transform: translateX(100%);
}

@keyframes wipeLeftEffect {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* =========================================
   Text & Tag Entrance Animations
   ========================================= */

.catch-copy-wrapper h2,
.catch-copy-wrapper h1,
.catch-copy-wrapper h3 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.loaded .catch-copy-wrapper h2,
.loaded .catch-copy-wrapper h1,
.loaded .catch-copy-wrapper h3 {
  opacity: 1;
  transform: translateY(0);
}

.loaded .catch-copy-wrapper h2 {
  transition-delay: 0.2s;
}

.loaded .catch-copy-wrapper h1 {
  transition-delay: 0.3s;
}
.loaded .catch-copy-wrapper h3 {
  transition-delay: 0.4s;
}

.main-visual-tag-wrapper a {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-in;
  will-change: opacity, transform;
}

.loaded .main-visual-tag-wrapper a {
  opacity: 1;
  transform: translateX(0);
}

.loaded .main-visual-tag-wrapper a:nth-child(1) {
  transition-delay: 0.4s;
}

.loaded .main-visual-tag-wrapper a:nth-child(2) {
  transition-delay: 0.7s;
}

.loaded .main-visual-tag-wrapper a:nth-child(3) {
  transition-delay: 1.0s;
}

/* セクション・サービス */
.service {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(237, 243, 254, 0.5) 33%,
      rgba(222, 225, 232, 0.5) 100%);
}

.service__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}

.service__question__text {
  max-width: 705px;
  margin-bottom:10px;
  padding: 0;
}

.service_qustion_text_box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding:0 20px;
}

.service_qustion_text_box h2 {
  color: #222D43;
  font-size: 40px;
  font-weight: 900;
  margin-left: 20px;
  margin-bottom: 28px;
}

.service_question_text_title {
  width: 100%;
    padding:0 20px;
}

.service__content {
  padding: 0 16px;
}

.service__content__text-box {
  max-width:905px;
}

.service__content__text-box div:not(:last-child) {
  margin-bottom:20px;
}

.service__content__text-box__item {
  display: flex;
  align-items: flex-start;
}

.service__content__text-box__item img {
  margin-top: 6px;
  width:24px;
  height:24px;
}

.service-text {
  font-size: 24px;
  line-height: normal;
  margin-left:24px;
}

.service-text__bold {
  font-weight: 900;
}

.service-text__br {
  display: none;
}

.service__content__arrow-decoration {
  text-align: center;
  margin: 29px 0 24px 0;
}

.problem-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  background-color: #F9FBFF;
}

.service-intro-title-wrapper {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20% 45px 20%;
  text-align: center;
}

.service-intro-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}

.service-intro-text p {
  color: #222D43;
  font-size: 24px;
  padding: 0 20%;
  font-weight: 500;
  line-height: 40px;
}

.service-intro-text-highlight {
  background: linear-gradient(transparent 40%, #FFE4A8 60%);
  font-weight: 900;
}

.service-intro-title-wrapper h3 {
  font-size: 40px;
  font-weight: 900;
  color: #222D43;
  background: linear-gradient(transparent 40%, #FFE4A8 60%);
}

.problem-wrapper-card,
.service-intro-wrapper-card {
  border-radius: 36px;
  background: #FFF;
  box-shadow: 0 0 31.9px -19px #172A56, 0 0 30px 11px rgba(134, 178, 251, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 920px;
  margin: 0 auto;
  padding: 60px 90px 60px 90px;
}

.service-intro-wrapper-card {
  margin-bottom: 60px;
}

.problem-wrapper p {
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1em;
}

.problem-text-black {
  font-weight: 700;
}

.problem-text-blue {
  color: #24499C;
  font-weight: 700;
}

.problem-wrapper-highlight {
  background: linear-gradient(transparent 40%, #FFE4A8 60%);
}


.case-study-title-wrapper {
  width: 100%;
  background-color: #24499C;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#case-study-title-wrapper {
  margin-top: 0;
}

.service-title-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.service-title-wrapper h2 {
  color: #222D43;
  font-size:36px;
  font-weight: 900;
  padding: 48px 0;
  line-height: 200%;
}

.emphasis-dots {
  position: relative;
  color: #222D43;
}

.emphasis-dots::before {
  content: '••';
  color: #F87833;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -15px;
  left: 0;
  font-size: 32px;
  line-height: 20px;
  letter-spacing: 0.8em;
  font-family: sans-serif;
  pointer-events: none;
}

.service-title-wrapper h2 .service-title-main-text {
  font-size: 58px;
  line-height: 160%;
  display: inline-block;
}

.service-title-main-text span.char {
  display: inline-block;
  color: #F87833;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.8s ease, transform 0.8s ease, color 0.8s ease;
  min-width: 0.2em;
}

.service-title-main-text span.char.visible {
  opacity: 1;
  transform: translateY(0);
  color: #F87833;

}

.case-study-title-wrapper h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: 900;
  padding: 50px 0;
}

.service-intro-wrapper-card h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 33px;
}

.service-intro-wrapper-card p {
  font-size: 24px;
  line-height: 40px;
}

.service-intro-wrapper-card p span {
  font-weight: 900;
}

.service-intro-wrapper-highlight {
  background: linear-gradient(transparent 40%, #FFE4A8 60%);
}

.single-triangle-box {
  width: 100%;
  margin-bottom:36px;
  display: flex;
  align-items: center;
  justify-content: center;

}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.single-triangle-box img {
  animation: float 1.5s ease-in-out infinite;
  display: inline-block;
}

#single-triangle-no-animation {
  animation: none;
}

#single-triangle-box-2 {
  margin: 60px 0;
}

.service-main-wrapper {
  background: #F9FBFF;
  padding:48px 0;
}

/*--------service-goal--------*/
.service-goal-wrapper {
  padding: 0;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.service-goal {
  width: 355px;
  border-radius: 36px;
  border: 1px solid #E9EDF4;
  background: #FFF;
  box-shadow: 0 0 11px 11px rgba(134, 178, 251, 0.08);
  margin: 0 13px;
  padding: 50px 30px;
}

.service-goal-deco {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-goal-deco h4 {
  font-size: 64px;
  color: #EBEEF5;
  font-weight: 900;
}

.service-goal h3 {
  font-size: 26px;
  font-weight: 900;
  color: #222D43;
  margin: 24px 0 16px 0;
}

.service-goal-special {
  letter-spacing: -0.06em;
}

.service-goal p {
  line-height: 1.8em;
}

/*--------4 details of service--------*/
.service-info-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
}

.service-info-box {
  position: relative;
  width: 252px;
  margin: 16px;
  min-height: 405px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: -1px 11px 35.8px -8px rgba(91, 130, 186, 0.42);
  padding-bottom: 20px;
}

.service-icon {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -58%);
  width: 90px;
  height: 90px;
  margin-top: 0;
}

.service-info-title {
  margin: 21px auto;
  width: 218px;
  height: 75px;
  border-radius: 15px 15px 0 0;
  background: #DBE6F9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #233C69;
  text-align: center;
  line-height: 1.2em;
}

.service-info-title h3 {
  font-size: 18px;
  margin: 0;
}

.service-subtitle-row {
  display: flex;
  align-items: center;
}

.service-info-subtitle-deco {
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: #3E5891;
  margin-left: 21px;
}

.service-info-box a {
  display: flex;
  align-items: center;
  padding-top: 0;
  text-decoration: none;
}

.service-info-box h4 {
  color: #3E5891;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 900;
  margin-left: 7px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.service-info-box p {
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 29px;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 4px;
}

.service-info-box {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.service-info-box.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.service-info-box.is-visible:nth-child(1) {
  transition-delay: 0.1s;
}

.service-info-box.is-visible:nth-child(2) {
  transition-delay: 0.2s;
}

.service-info-box.is-visible:nth-child(3) {
  transition-delay: 0.4s;
}

.service-info-box.is-visible:nth-child(4) {
  transition-delay: 0.6s;
}

.service__content__solution {
  width: 100vw;
  background-color: #ffffff;
  margin: 0 calc(50% - 50vw);
  padding: 48px 0 0 0;
}

.service__content__solution__bold-text {
  font-size: 47px;
  font-weight: 900;
  text-align: center;
  line-height: 1.75;
}

.service__content__solution__slender-text {
  font-size: 24px;
  font-weight: 500;
}

.service__content__solution__emphasis-text img {
  margin: 0 -7px -5px 0;
}

/* セクション・ポイント */

.point {
  background-color: #D4E3FF;
}

.point__wrapper {
  max-width: 1100px;
  padding: 32px 0px 32px 0;
}

.point__h2 {
  font-size: 44px;
  padding: 0 10px;
  color: #4285F4;
}

.point__content {
  display: flex;
  justify-content: space-between;
  border-radius: 62px;
  padding: 0 24px 30px 24px;
}

.point__content__text-box {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: start;
  border-radius: 24px;
  box-shadow: 1px 1px 4px 3px #bababa18;
  background-color: #ffffff;
  padding: 72px 30px 16px 36px;
  position: relative;
}

.digital-marketer__strengths {
  font-size: 24px;
  font-weight: 400;
  padding: 0 40px 60px 40px;
}

.digital-marketer__strength-bold {
  font-weight: 700;
}

.digital-marketer__content__text-box__bold-text {
  font-weight: 700;
  background: linear-gradient(transparent 40%, #FFE4A8 60%);

}

.point__content__text-box img {
  margin: 0 auto;
}

.point__content__number {
  width: 56px;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  border-radius: 50%;
  color: #4285f4;
  background-color: #ffffff;
  position: absolute;
  top: -16px;
  right: 50%;
  transform: translateX(50%);
}

.point__content .point__content__text-box:not(:last-child) {
  margin-right: 24px;
}

.point__content__text-box img {
  max-width: 181px;
  margin-bottom: 30px;
}

.point__contentt__text-box__item {
  text-align: start;
}

.point__sub-text {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 5px;
}

.point__main-text {
  display: inline;
  line-height: 1.7;
  font-size: 24px;
  font-weight: bold;
  background-color: #ffe3a8;
  color: #222222;
}

/* セクション・リザルツ（お客様の声） */
.results {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F9FBFF;
}

.results__wrapper {
  max-width: 1200px;
  padding: 48px 60px 80px 60px;
  display: flex;
  flex-direction: column;
}

.results__h2 {
  color:#4285F4;
  padding: 0 10px;
}

.results__text {
  font-size: 24px;
  font-weight:400;
  margin-top: 20px;
  padding:0 19%;
  letter-spacing:0.05em;
}
.results__text--sp {
  display: none;
}

.results__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(300px, 1fr));
  grid-template-rows: auto;
  gap: 60px;
}

.results__item {
  width: 100%;
  background-color: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0px 4px 15px #7F8BA23B;
  position: relative;
  z-index: 9;
  transition: .3s;
}
.results__item:hover {
  opacity: 0.6;
  filter: brightness(110%);
}

.results__item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-indent: -9999px;
  background: rgba(0,0,0,0);
}

.results__item__inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  text-decoration: none;
}

.results__item__img {
  display: block;
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.results__item__wrapper {
  width: 50%;
  height: 100%;
  padding: 27px 40px 56px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.results__item__logo {
  width: 148px;
  display: block;
  align-self: flex-end;
}

.results__item__title {
  font-size: 20px;
  font-family: 'Noto Sans JP';
  color: #2A3F64;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.results__item__text {
  font-size: 16px;
  font-family: 'Noto Sans JP';
  color: #2A3F64;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* セクション・人材例(人材例) */

.employee-example {
  background-image: url(../img/background-img__employee-example.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
}

.employee-example__wrapper {
  max-width: 1200px;
  padding: 48px 60px 80px 60px;
  margin:0;
}

.employee-example__h2 {
  color:#4285F4;
  padding: 0 10px;
}

.employee-example__text {
  font-size: 24px;
  font-weight:400;
  margin-top: 20px;
  padding:0 19%;
  letter-spacing:0.05em;
}
.employee-example__text span{
  font-weight:900;
}

.employee-example-content {
  max-width: 100%;
  background-color: #fff;
  padding: 18px 24px;
  border-radius: 32px;
  border: 1px solid #E0E2EA;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 0 47.9px -15px rgba(91, 130, 186, 0.33), 0 0 43.6px -21px rgba(46, 74, 115, 0.35);
  background-image: url('../img/employee-bg.png');
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

.employee-example-content-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.employee-example-content-title h2 {
  color: #222D43;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  padding: 16px 0 0 0;
  margin-bottom: 20px;
}

.employee-example-content-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.employee-text h3 {
  color: #7F9CCC;
  font-size: 24px;
  font-weight: 900;
  margin-bottom:10px;
}

.employee-text-result {
  padding: 22px;
  background: #f1f4f9ca;
  margin-bottom: 24px;
}

.employee-text-result-title {
  display: flex;
  align-items: flex-start;
}

.employee-text-result-title img {
  width: 21.231px;
  height: 21.231px;
  margin-right: 20px;
  margin-top: 8px;
}

.employee-text-result-title h4 {
  color: #222D43;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px;
  letter-spacing:0.05em;
}

.employee-text-result p {
  color: #222d43db;
  font-size: 16px;
  font-weight: 500;
  padding-left: 42px;
  line-height: 26px;
}

.employee-text-result-top {
  margin-bottom: 16px;
}

/* セクション・ケーススタディ(弊社事例) */
.case-study-wrapper {
  background-image: url(../img/background-img__case-study.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:32px;
  padding: 24px 0 68px 0;
}

.case-card {
  position: relative;
  max-width:1309px;
  background: #FFF;
  box-shadow: 0 0 31.9px -19px #172A56, 0 0 30px 11px rgba(134, 178, 251, 0.08);
  padding: 24px 24px 58px 24px;
  border-radius: 32px;
  margin-bottom:32px;
}
.case-card-title{
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  text-align: center;
}
.case-card-title h4{
  color: #C5D2E8;
font-size: 24px;
font-weight: 700;
}
.case-card-title h2{
  color: #24499C;
font-size: 36px;
font-weight: 900;
}
.case-info {
  display: flex;
  align-items: flex-end;
  justify-content:space-around;
}

.case-result {
  border-radius: 9px;
  border: 1px solid rgba(93, 100, 110, 0.32);
  background: #F8FAFC;
  padding:20px;
  margin-right: 24px;
  max-width:380px;
}

.case-result-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.case-result-title h4 {
  color: #233C69;
  font-size: 20px;
  font-weight: 900;
  margin-left: 10px;
}
.case-result-title img{
  margin-top:4px;
}
.case-result-title h4 span {
  color: #F87833;
}

.case-result-details {
  border-radius: 8px;
  border: 1px solid #C5D2E8;
  background: #FFF;
  box-shadow: 0 2px 4.8px 0 rgba(162, 178, 205, 0.18);
  padding: 17px 20px;
  margin: 18px 0;
  display: flex;
  align-items: center;
}

.case-result-details-2 {
  border-radius: 8px;
  border: 1px solid #C5D2E8;
  background: #FFF;
  box-shadow: 0 2px 4.8px 0 rgba(162, 178, 205, 0.18);
  padding: 13px 20px;
  margin: 16px 0;
  display: flex;
  align-items: center;
}

.case-result-details img,
.case-result-details-2 img {
  width: 13px;
  height: 13px;
  margin-right: 15px;
}

.case-result-details p,
.case-result-details-2 p {
  font-size: 13px;
  font-weight: 500;
}

.case-result-details h4 {
  font-size: 14px;
  font-weight: 500;
}

.case-result-conclusion {
  margin-top: 10px;
  width: 100%;
  height: 150px;
  background-color: #eee;
}

.case-journey {
  max-width:439px;
  margin: 32px 24px 0 24px;
}

.case-journey-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.case-journey-title img {
  width: 30px;
  height: 19px;
  margin-right: 15px;
}

.case-journey-title h4 {
  color: #233C69;
  font-size: 20px;
  font-weight: 900;
  margin-left: 10px;
}

.case-journey-details-wrapper {
  border-left: 1px solid #D1DDF3;
  margin-left: 17px;
  padding: 2px 0 0px 0;
}

.case-journey-details {
  margin:30px 0;
}

.case-journey-details-title {
  display: flex;
  align-items: center;
  margin-left: -10px;
}

.case-journey-details-title a {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #D1DDF3;
  border-radius: 50%;
  color: #FFF;
  font-size: 10px;
  font-weight: 900;
  margin-right: 14px;
}

#case-journey-details-title-2-deco {
  background-color: #8A9ACB;
}

#case-journey-details-title-3-deco {
  background-color: #1E3A8A;
}

.case-journey-details-title h5 {
  font-size: 16px;
  font-weight: 700;
}

.case-journey-details p {
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  margin-left: 22px;
}

.case-journey-result {
  padding: 26px 23px;
border: 1px solid rgba(93, 100, 110, 0.32);
background: #EFF6FF;
  border-radius: 9px;
  margin-top: 13px;
  display: flex;
  align-items: flex-start;
}
#case-journey-result-2{
   padding: 32px 13px;
}
.case-journey-result img {
  margin: 5px 3px 0 0;
}

.case-journey-result h3 {
  color: #F87833;
  font-size: 20px;
  font-weight: 900;
  margin-right:0px;
  width:50px;
}
.case-journey-result p {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.case-before-after-wrapper {
  padding: 0;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: space-between;
  gap:30px;
  max-width:336px;
  margin-top:32px;
}

.case-before {
  padding: 50px 26px;
  border-radius: 9px;
  border: 1px solid #FFDCDC;
  background: #FEF2F2;
}

.case-before h4 {
  color: #FFBFBF;
  font-size: 32px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 14px;
}

.case-before-after-wrapper p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.case-before-after-wrapper img {
  width: 50px;
  height: 23px;
}

.case-after {
  padding:50px 26px;
  border-radius: 9px;
  border: 1px solid #CBE2FF;
  background: #EFF6FF;
}

.case-after h4 {
  color: #ADD1FF;
  font-size: 32px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 14px;
}

/* セクション・クロージング */
.closing {
  width: 100%;
  background-image: url(../img/background-img__employee-example.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 97px 0;
}

.closing p {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  color: #24499C;
  text-align: center;
}

.closing-highlight {
  background: linear-gradient(transparent 40%, #FFE4A8 60%);
}

/* セクション・インクワイアリー(お問合せ) */
.inquiry {
  background-color: #24499C;
}

.inquiry__wrapper {
  padding: 56px 0 32px 0;
}

.inquiry__content {
  text-align: center;
  color: #ffffff;
}

/* スクロール表示用--- */
#inquiry__floating {
  position: fixed;
  bottom: -350px;
  left: 0;
  width: 100vw;
  transition: 0.5s;
  z-index: 1000;
  opacity: 1;
  background-color: #6698e8af;
  padding:16px 24px;
  text-align: center;
}

#inquiry__floating.visible {
  bottom: 0px;
}

.inquiry__floating__button-box__text {
  font-size: 16px;
  color: #ffffff;
}

.inquiry__floating__button-box__text p {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}

.inquiry__floating__button-box__span {
  display: flex;
  font-weight: 900;
}

.inquiry__floating__button-box__span::before,
.inquiry__floating__button-box__span::after {
  background-color: #ffffff;
  border-radius: 5px;
  content: "";
  height: 2px;
  width: 24px;
  margin-top: 10px;
}

.inquiry__floating__button-box__span::before {
  margin-right: 5px;
  transform: rotate(60deg);
}

.inquiry__floating__button-box__span::after {
  margin-left: 5px;
  transform: rotate(-60deg);
}

#inquiry__floating .inquiry__materials {
  margin-left: 24px;
}

.inquiry__content__text {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 32px;
}

.inquiry__content__button-box {
  background-color: #24499c;
  padding: 18px 0 24px 0;
}

.inquiry__content__button-box p {
  display: flex;
  font-size: 24px;
  flex-flow: column;
}

.inquiry__content__button-box__span {
  display: flex;
  font-size: 32px;
  font-weight: 900;
  margin: 0 auto 24px auto;
}

.inquiry__content__button-box__span::before,
.inquiry__content__button-box__span::after {
  background-color: #ffffff;
  border-radius: 5px;
  content: "";
  height: 2px;
  width: 40px;
  margin-top: 22px;
}

.inquiry__content__button-box__span::before {
  margin-right: 8px;
  transform: rotate(60deg);
}

.inquiry__content__button-box__span::after {
  margin-left: 8px;
  transform: rotate(-60deg);
}

.inquiry__content__button {
  width: 341px;
  border-radius: 40px;
  line-height: 26px;
  font-size: 24px;
  font-weight: 900;
  margin-top: 16px;
  padding: 8px 0 14px 0;
}
#main-visual-btn1,#main-visual-btn2{
    width:280px;
    padding:13px 0 19px 0;
}
.inquiry__contact {
  color: #24499C;
  background-color: #ffffff;
  box-shadow: 0px 6px 0px #002372;
}

.inquiry__contact:hover {
  opacity: 0.7;
  box-shadow: none;
  transform: translateY(6px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.inquiry__content__button__sub-text {
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

.inquiry__content__button__sub-text::after,
.inquiry__content__button__sub-text::before {
  background-color: #24499c;
  content: "";
  height: 1px;
  width: 14px;
  margin-top: 12px;
}

.inquiry__content__button__sub-text::after {
  margin-right: 1px;
  transform: rotate(-60deg);
}

.inquiry__content__button__sub-text::before {
  margin-left: 1px;
  transform: rotate(60deg);
}

.inquiry__materials {
  color: #24499c;
  background-color: #ffe600;
  box-shadow: 0px 6px 0px #b19f07;
  margin-left: 24px;
}

.inquiry__materials:hover {
  background-color: #fff7ab;
  box-shadow: none;
  transform: translateY(6px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*---------------------------------------------------------------------------*/
@media screen and (max-width:1420px) {
  .shape-blue-bottom {
    transform: translate(0px, 650px) scale(1.6);
  }

  .shape-blue-top {
    transform: translate(800px, 0px) scale(1.2);
  }

  .shape-blue-dark {
    transform: translate(820px, 200px) scale(1.2);
  }

  .shape-yellow-long {
    transform: translate(790px, 470px) scale(1.15);
  }

  .shape-yellow-short {
    transform: translate(960px, 110px) rotate(5deg);
  }
}

/* ------------------------------------------------------------------------------ */
@media screen and (max-width: 1200px) {

  /* sp 1200px サービス4項目*/
  .service-info-wrapper {
    justify-content: center;
    gap: 100px;
    padding: 0 20px;
    padding-bottom: 120px;
  }

  .service-info-box {
    width: calc(45%-10px);
    min-width: 300px;
    margin: 10px;
    flex: 0 1 auto;
  }

  .service-info-title {
    width: 90%;
  }
}

/* ------------------------------------------------------------------------------ */
@media screen and (max-width: 1030px) {

  /* sp 1030 main-visual*/
  .catch-copy-wrapper {
    margin-top: 20px;
  }

  .catch-copy-wrapper h2 {
    font-size: 32px;
  }

  .catch-copy-wrapper h1 {
    font-size: 58px;
  }
  .main-visual-tag-wrapper p {
    font-size: 18px;
  }
  /* sp 1030px ヘッダー */
  .header__logo {
    margin-bottom: 16px;
  }

  /* sp 1030px 装飾 */
  .main__right__decoration {
    top: 400px;
  }
  /*sp 1030px .case-study*/
  .case-info {
    flex-direction: column;
    align-items: center;
  }
  /* sp 1030px セクション・メインビジュアル */
  .main-visual__content {
    flex-flow: column;
  }
  .case-before-after-wrapper {
  gap:16px;
    max-width:100%;
}
.case-result
{max-width:100%;
}
.case-journey {
  max-width:100%;
}
  .main-visual__content__text-box {
    max-width: 100%;
  }

  .main-visual__slender-text__adjustment {
    padding-left: 6px;
  }

  .main-visual__content__text-box .pc__ver {
    display: none;
  }

  .main-visual__content__text-box .sp__ver {
    display: block;
    line-height: 1.7;
  }

  .main-visual__content__img {
    max-width: 292px;
  }

  .main-visual__content__img img {
    width: 292px;
  }

  /* sp 1030px サービス4項目*/
  .service-info-wrapper {
    justify-content: center;
    gap: 50px;
    padding: 0 20px;
    padding-bottom: 120px;
  }

  .service-info-box {
    width: calc(45%-10px);
    min-width: 300px;
    margin: 10px;
    flex: 0 1 auto;
  }

  .service-info-title {
    width: 90%;
  }


  /* sp 1030px セクション・ポイント */
  .point__main-text .pc__br {
    display: none;
  }

  .point__content {
    flex-flow: column;
  }

  .point__content__number {
    font-size: 32px;
  }

  .point__content .point__content__text-box:not(:last-child) {
    margin: 0 0 70px 0;
  }

  .point__content__text-box {
    padding: 48px 24px 40px 24px;
  }

  .point__contentt__text-box__item {
    margin: 0 auto;
  }

  /* sp 1030 セクション・ケーススタディ(弊社事例) */
  .case-card {
    width: 80%;
  }
}

/* ------------------------------------------------------------------------------ */
@media screen and (max-width: 865px) {

  /* sp 865px main-visual*/
  .main-visual {
    height: 724px;
  }

  .catch-copy-wrapper {
    margin-top: 10px;
  }

  .catch-copy-wrapper h2 {
    font-size: 24px;
  }

  .catch-copy-wrapper h1 {
    font-size: 36px;
  }

  .main-visual-tag-wrapper {
    gap: 13px;
    margin-top: 20px;
  }

  .main-visual-tag-wrapper p {
    font-size: 16px;
  }

  #main-visual-tag-1 {
    padding: 10px 98px 10px 31px;
  }

  #main-visual-tag-2 {
    padding: 10px 64px 10px 31px;
  }

  #main-visual-tag-3 {
    padding: 10px 43px 10px 31px;
  }

  .pc__br {
    display: none;
  }

  /* sp 865px ヘッダー */
  .header__wrapper {
    flex-flow: column;
    align-items: center;
    padding: 29px 20px;
  }

  /* sp 865px セクション・メインビジュアル */
  .main-visual__content__text-box__bold-text {
    margin-top: 5px;
  }

  /*sp 865px サービスタイトル*/
  .service__question__text {
    max-width: 705px;
  }

  .service_qustion_text_box h2 {
    font-size: 40px;
    margin-left: 20px;
    margin-bottom: 28px;
  }

  /*sp 865px service-goal*/
  .service-goal-wrapper {
    padding: 0;
    flex-wrap: wrap;
  }

  .service-goal {
    width: 90%;
    margin: 0 0 13px 0;
    padding: 38px 38px 54px 38px;
  }

  /* sp 865px セクション・デジタルマーケター */
  .digital-marketer__content {
    flex-flow: column;
    align-items: center;
    margin: 64px 0 0 0;
  }

  .digital-marketer__jobType {
    grid-template-columns: 1fr;
  }

  .service__content__solution__bold-text {
    font-size: 46px;
  }

  .service-text__br {
    display: inline;
  }

  .digital-marketer__content__text-box {
    margin-right: 0;
  }


  .digital-marketer__illustration {
    margin: 24px 0;
  }

  /* sp 1030 セクション・ケーススタディ(弊社事例) */
  .case-card {
    width: 90%;
  }

  /* sp 865px セクション・リザルツ（お客様の声） */
  .results__wrapper {
    padding: 48px 60px 80px;
  }

  .results__text--sp {
    display: none;
  }

  /* sp 865px セクション・エンプロイーエグザンプル(人材例) */
  .employee-example__content {
    flex-flow: column;
  }

  .employee-example__content__text-box {
    margin: 16px 0 0 0;
  }

  .employee-name {
    text-align: center;
    margin-bottom: 50px;
  }

  /* sp 865px セクション・インクワイアリー(お問合せ) */
  .inquiry__content__text {
    font-size: 26px;
    text-wrap: balance;
  }

  .inquiry__wrapper {
    padding: 45px 6px;
  }

  .inquiry__floating__button-box__text p {
    display: none;
  }

  #inquiry__floating {
    padding: 0 6px 16px 6px;
  }

  #inquiry__floating .inquiry__floating__button-box {
    display: flex;
    flex-flow: column;
    margin: 0 auto;
  }

  #inquiry__floating .inquiry__content__button {
    margin: 16px auto 0 auto;
  }

  .inquiry__content__button-box {
    display: flex;
    flex-flow: column;
    margin: 40px auto 0 auto;
  }

  .inquiry__content__button {
    margin: 16px auto 0 auto;
    line-height: 24px;
  }
}

/* ------------------------------------------------------------------------------ */
@media screen and (max-width: 760px) {

  /*sp 760px main-visual*/
  .main-visual {
    height: 680px;
  }

  .catch-copy-wrapper h2 {
    font-size: 18px;
  }

  .catch-copy-wrapper h3 {
    font-size: 16px;
  }
  .service-title-wrapper h2 {
    font-size: 32px;
  }

  .service-title-wrapper h2 .service-title-main-text {
    font-size: 48px;
  }

  .emphasis-dots::before {
    top: -10px;
    left: 0;
    font-size: 32px;
    line-height: 16px;
    letter-spacing: 0.8em;
  }

  .case-result {
    width: 100%;
    margin-right: 0px;
  }

  .case-journey {
    width: 100%;
  }

  .case-before-after-wrapper {
    margin-top: 40px;
    flex-direction: column;
    justify-content: space-around;
  }

  .case-before-after-wrapper img {
    transform: none;
    margin: 20px 0;
  }

  /* sp 760px セクション・サービス */
  .service__content__solution {
    padding: 32px 0 0 0;
  }

  .service__content__text-box {
    border-radius: 14px;
    padding: 40px 20px;
  }

  .service-text {
    margin-left: 16px;
  }

  /*sp 760px case-study スタイトル*/
  .case-study-title-wrapper {
    width: 100%;
    padding: 10px;
  }

  .case-study-title-wrapper h2 {
    font-size: 32px;
  }

  /* sp 760px サービス4項目*/
  .service-info-wrapper {
    gap: 50px 20px;
    padding-bottom: 100px;
  }

  /* sp 760px セクション・デジタルマーケター */
  .digital-marketer__content__text-box {
    margin-bottom: 40px;
  }

  .digital-marketer__content__text-box p {
    padding: 0 14px;
  }

  .digital-marketer__content__text-box__question {
    background-image: url(../img/sp__diagram__digital-marketer__question.png);
  }

  .digital-marketer__content__text-box__question-box {
    text-align: center;
  }

  .digital-marketer__content__text-box__question-box .pc__ver {
    display: none;
  }

  .digital-marketer__content__text-box__question-box .sp__ver {
    display: flex;
    justify-content: center;
    text-indent: 2.2em;
    padding: 0 0 12px 0;
    align-items: end;
  }

  .digital-marketer__question__slender-text {
    margin-left: -88px;
  }

  .digital-marketer__illustration {
    text-align: center;
    margin: 0 0 40px 0;
  }

  .digital-marketer__illustration img {
    display: none;
  }

  /* sp 760px セクション・リザルツ（お客様の声） */

  .results__item__ttl {
    font-size: 18px;
  }

  .results__item__text {
    font-size: 16px;
  }

  .results__item {
    height: auto; 
    min-height: auto;
  }

  .results__item__inner {
    display: flex;
    height: auto; 
    flex-direction: column;
    align-items: start;
  }

  .results__item__img {
    width: 100%;
    height: 50%;
    aspect-ratio: 3 / 2;
  }

  .results__item__wrapper {
    width: 100%;
    height: auto;
    padding: 27px 40px 56px;
  }

  /* sp 760px セクション・エンプロイーエグザンプル(人材例) */
  .employee-example__wrapper {
    padding: 50px 8px 80px 8px;
  }

  /* sp 760px セクション・ケーススタディ(弊社事例) */
  .case-study__content__text-box {
    padding: 48px 16px;
  }

  .case-badge {
    font-size: 24px;
  }

  .case-header {
    padding: 45.5px;
    margin-bottom: 30px;
  }

  .case-header h2 {
    font-size: 32px;
  }

  .case-label {
    padding: 6px 20px;
    font-size: 14px;
    margin-left: 20px;
  }

  .case-summary-box {
    margin: 0 20px 40px 20px;
  }

  .case-details {
    margin: 0 20px 40px 20px;
  }

  /*sp 760px case-card-title */
  .case-card-title h4{
  font-size: 18px;
  }
  .case-card-title h2{
  font-size: 28px;
  }

  /*sp 760px セクション・クロージング*/
  .closing {
    padding: 60px 10px;
  }

  .closing p {
    font-size: 24px;
  }
}
/* ------------------------------------------------------------------------------ */
@media screen and (max-width: 630px) {
  #main-visual-btn1{
  display:none;
}
#main-visual-btn2{
  display:none;
}
}
/* ------------------------------------------------------------------------------ */
@media screen and (max-width: 600px) {
  /*sp 600px main-visual*/
  .catch-copy-wrapper h2 {
    font-size: 16px;
  }

  .catch-copy-wrapper h1 {
    font-size: 32px;
  }

  .tab__br {
    display: none;
  }

  .sp__br {
    display: inline;
  }

  .service-title-wrapper h2 .service-title-main-text {
    font-size: 36px;
  }

  /*sp 600px service-intro-title-wrapper*/
  .service-intro-title-wrapper h3 {
    width: 90%;
    font-size: 32px;
  }

  /*sp 600px サービスタイトル*/
  .service_qustion_text_box h2 {
    font-size: 32px;
    margin-left: 20px;
    margin-bottom: 28px;
  }

  .service_qustion_text_box img {
    width: 50px;
    height: 50px;
  }

  .service-intro-text p {
    font-size: 18px;
    padding: 0 10%;
    line-height: 1.5em;
  }

  /* sp 600px サービス4項目*/
  .service-info-wrapper {
    gap: 20px;
    margin-top: 36px;
    padding-bottom: 100px;
  }

  .service-info-box {
    width: 85%;
    max-width: 400px;
    min-height: auto;
    margin: 40px auto;
  }

  .service-icon {
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
  }

  .service-info-title {
    width: 360px;
    height: 105px;
  }

  .service-info-title h3 {
    font-size: 20px;
  }

  .service-info-box h4 {
    font-size: 18px;
  }

  .service-info-box p {
    font-size: 15px;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-info-subtitle-deco {
    width: 12px;
    height: 12px;
  }

  /* sp 600px セクション・メインビジュアル */

  .main-visual__wrapper {
    padding: 0 16px 48px 16px;
  }

  .main-visual__content__text-box__bold-text {
    font-size: 24px;
  }

  .main-visua__bold-text__mini {
    font-size: 16px;
  }

  .main-visual__content__text-box__main-text {
    font-size: 32px;
  }

  .main-visual__main-text__mini {
    font-size: 20px;
  }

  .main-visual__content__text-box__slender-text {
    font-size: 16px;
    margin-top: 24px;
    text-indent: 0.4em;
  }

  .main-visual__content__text-box__slender-text__mini {
    font-size: 16px;
    text-indent: 0.4em;
  }

  .main-visual__content__img {
    margin-top: 32px;
  }

  .digital-marketer__question__slender-text {
    margin-left: -68px;
  }

  .digital-marketer__jobType {
    grid-template-columns: 1fr
  }

  .digital-marketer__jobType-child-pc {
    display: none;
  }

  .digital-marketer__jobType-child {
    display: block;
    max-width: 350px;
  }

  .service-text {
    font-size: 20px;
  }

  .service__content__solution__bold-text {
    font-size: 36px;
  }

  .service__content__solution__emphasis-text img {
    width: 72px;
  }
  /* sp 600px ケーススタディ(弊社事例) */
  .case-study {
    background-size: contain;
    background-position: bottom;
  }

  /* sp 600px セクション・インクワイアリー(お問合せ) */
  .inquiry__content__button {
    width: 323px;
    font-size: 20px;
    padding: 2px 0 4px 0;
  }

  .inquiry__contact {
    margin-top: 0;
  }

  /* スクロール表示用--- */
  #inquiry__floating .inquiry__content__button {
    margin: 16px auto 0 auto;
  }

  /* --- */
  .inquiry__content__button-box {
    margin: 0 auto;
  }

  .inquiry__content__button-box p {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .inquiry__content__button-box__span {
    font-size: 16px;
    margin: 0 auto 8px auto;
  }

  .inquiry__content__button-box__span::before,
  .inquiry__content__button-box__span::after {
    width: 24px;
    margin-top: 10px;
  }

  .inquiry__content__button-box__span::before {
    margin-right: 5px;
  }

  .inquiry__content__button-box__span::after {
    margin-left: 5px;
  }
/*sp 600px employee*/

  .employee-example-content {
    background-position: center;
    background-size: contain;
  }

  .employee-example-content-title {
    justify-content: center;
  }

  .employee-example-content-title h2 {
    font-size: 24px;
  }
  .employee-example-content-main {
    justify-content: center;
  }

  .employee-text h3 {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .employee-text-result-title img {
    width: 18px;
    height: 18px;
    margin-right:18px;
    margin-top: 4px;
  }

  .employee-text-result-title h4 {
    font-size: 16px;
  }

  .employee-text-result p {
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
  }
}
/* ------------------------------------------------------------------------------ */
@media screen and (max-width: 500px) {
  h2 {
    font-size: 40px;
  }

  /* sp 500px ヘッダー */
  .header__wrapper {
    align-items: start;
    padding: 16px 16px 0;
  }

  .header__campany-logo {
    width: 134px;
  }

  .header__logo {
    margin-bottom: 0px;
  }

  .header__nav__button-box .pc__ver {
    display: none;
  }

  /* sp 500px main-visual */
  .main-visual {
    height: 600px;
  }

  .catch-copy-wrapper {
    margin-top: 100px;
  }

  .main-visual-tag-wrapper {
    margin-top: 30px;
  }

  .shape-blue-bottom {
    transform: translate(400px, 750px) scale(1.1);
  }

  /* sp 500px セクション・サービス */
  .service-info-title {
    max-width: 90%;
  }

  .service__question__text {

    margin-bottom: 24px;
  }

  .service__content__text-box div:not(:last-child) {
    margin-bottom: 30px;
  }

  .service__content__text-box__item {
    align-items: start;
  }

  .service__content__text-box__item img {
    width: 15px;
    margin-top: 6px;
  }

  .service__content__text-box__item .pc__ver {
    display: none;
  }

  .service__content__text-box__item .sp__ver {
    display: inline;
  }

  .service-text {
    margin-left: 8px;
    font-size: 16px;
  }

  .service__content__arrow-decoration {
    text-align: center;
    margin: 28px 0 16px 0;
  }

  .service__content__arrow-decoration .pc__ver {
    display: none;
  }

  .service__content__arrow-decoration .sp__ver {
    display: inline-block;
  }

  .service__content__arrow-decoration img {
    width: 48px;
  }

  .problem-wrapper-card {
    padding: 40px;
    border-radius: 10px;
  }

  .problem-wrapper p {
    font-size: 18px;
  }

  .case-study-title-wrapper h2 {
    font-size: 24px;
    padding: 50px 10px;
  }

  .problem-wrapper-card,
  .service-intro-wrapper-card {
    border-radius: 10px;
    width: 90%;
    padding: 40px;
  }

  .problem-wrapper-card h3,
  .service-intro-wrapper-card h3 {
    font-size: 24px;
  }

  .problem-wrapper-card p {
    font-size: 16px;
    line-height: 24px;
  }

  .service-intro-wrapper-card p {
    font-size: 16px;
    line-height: 32px;
  }

  .problem-wrapper p {
    font-size: 16px;
  }

  /* sp 500px セクション・デジタルマーケター */
  .digital-marketer__wrapper {
    padding-bottom: 0px;
  }

  .digital-marketer__content {
    margin-top: 48px;
  }

  .digital-marketer__wrapper p {
    font-size: 16px;
  }

  .service__content__solution {
    text-align: center;
  }

  .service__content__solution .pc__ver {
    display: none;
  }

  .service__content__solution .sp__ver {
    display: inline-block;
  }

  .service__content__solution__bold-text {
    font-size: 24px;
    text-wrap: wrap;
  }

  .service__content__solution__emphasis-text img {
    margin: 0 -5px -3px 0;
    width: 55px;
  }

  .service__content__solution__slender-text {
    font-size: 16px;
  }

  .digital-marketer__strengths__lower {
    font-size: 16px;
  }

  .digital-marketer__content__text-box__question {
    margin-bottom: 16px;
  }

  .digital-marketer__content__text-box__question-box .sp__ver {
    justify-content: center;
    font-size: 24px;
    text-indent: 0;
  }

  .digital-marketer__question__slender-text {
    display: contents;
    font-size: 16px;
    padding: 0 0 4px 0px;
    margin-left: -46px;
    margin-right: -12px;
  }

  .digital-marketer__content__text-box__bold-text {
    font-size: 16px;
  }

  .digital-marketer__diagram {
    padding: 0 16px;
    margin-bottom: 24px;
  }

  .digital-marketer__diagram .sp__ver {
    display: flex;
    width: 100%;
    margin: -8px 0 32px 0;
  }

  .digital-marketer__diagram .pc__ver {
    display: none;
  }

  .digital-market

  /* sp 500px セクション・ポイント */
  .point__wrapper {
    padding: 50px 0px 48px 0;
  }

  .point__content__text-box {
    padding: 48px 24px 24px 24px;
  }

  /* sp 500px セクション・リザルツ（お客様の声） */

  .results__wrapper {
    padding: 48px 20px 80px;
  }

  .results__h2 {
    background-position: 252px 5px;
  }

  .results__text {
    font-size: 16px;
    font-weight:400;
    margin-top: 20px;
    padding:0 19%;
    letter-spacing:0.05em;
  }

  .results__text--sp {
    display: block;
  }

  /* sp 500px セクション・エンプロイーエグザンプル(人材例) */
  .employee-example__wrapper {
    padding: 48px 10px 88px 10px;
  }

  .employee-example__h2 {
    background-position: 252px 5px;
  }

  .employee-example__content {
    padding: 70px 8px 48px 8px;
  }

  .employee-example__content img {
    width: 175px;
  }

  .employee-name {
    font-size: 20px;
    margin-bottom: 40px;
    padding: 0 24px;
  }

  .employee-example__content__text-box__item {
    font-size: 14px;
  }

  .employee-example__content__text-box {
    margin: 8px 0 0 0
  }

  /* sp 500px セクション・ケーススタディ(弊社事例) */
  .case-study {
    background-image: url(../img/sp__background-img__case-study.png);
    background-position: bottom right;
    background-size: 212px;
  }

  .case-study__content__text-box {
    padding: 30px 16px;
  }

  .case-badge {
    font-size: 18px;
  }

  .case-header h2 {
    font-size: 24px;
  }

  .case-label {
    padding: 6px 20px;
    font-size: 14px;
    margin-left: 0px;
  }

  .case-summary-box {
    margin: 0 0px 40px 0px;
  }

  .case-details {
    margin: 0 0px 30px 0px;
  }

  .case-summary-box p {
    font-size: 14px;
  }

  .case-main-title {
    font-size: 24px;
  }

  /*sp 500 セクション・クロージング*/
  .closing {
    padding: 50px 30px;
  }

  .closing p {
    font-size: 18px;
  }

  /* sp 500px セクション・インクワイアリー(お問合せ) */
  .inquiry__wrapper {
    padding: 24px 6px 32px 6px;
  }

  .inquiry__content__text {
    margin-bottom: 24px;
  }
  .employee-example__text {
  font-size: 16px;
}
}


/* ------------------------------------------------------------------------------ */
@media screen and (max-width: 454px) {


  .service-title-wrapper h2 {
    padding: 30px 0;
  }

  .service-title-wrapper h2 {
    font-size: 24px;
  }

  .service-title-wrapper h2 .service-title-main-text {
    font-size: 32px;
  }

  .service-intro-text p {
    font-size: 16px;
  }

  .emphasis-dots::before {
    top: -10px;
    left: 5px;
    font-size: 24px;
    letter-spacing: 0.5em;
  }

  /*sp 454px サービスタイトル*/
  .service-intro-title-wrapper h3 {
    font-size: 32px;
  }

  .service_qustion_text_box h2 {
    font-size: 24px;
  }

  .service_qustion_text_box img {
    width: 35px;
    height: 35px;
  }
  .service__content__text-box {
    max-width: 90%;
  }

  /* sp 454px service-goal*/
  .service-goal-deco h4 {
    font-size: 60px;
  }

  .service-goal h3 {
    font-size: 24px;
    margin: 24px 0 16px 0;
  }

  .service-goal p {
    line-height: 1.6em;
  }

  .single-triangle-box {
    margin-bottom: 20px;
  }

  /* sp 454px .case-study */
  .case-card {
    padding: 20px 15px 40px 15px;
  }

  .case-title p {
    font-size: 13px;
  }

  .case-title h3 {
    font-size: 24px;
  }

  .case-result {
    padding: 10px;
  }

  .case-result-title h4 {
    font-size: 18px;
  }

  .case-journey {
    padding: 32px 10px;
  }

  .case-journey-result {
    padding: 16px;
  }

  .case-journey-result h3 {
    margin-right: 0px;
  }

  .case-journey-result p {
    font-size: 13px;
  }

  .case-before-after-wrapper {
    margin-top: 0px;
  }

  .case-before h4,
  .case-after h4 {
    font-size: 24px;
  }

  .case-before-after-wrapper p {
    font-size: 14px;
  }

  /* sp 454px サービス4項目*/
  .service-info-wrapper {
    gap: 20px;
    padding-bottom: 60px;
  }
  .employee-example-content {
    background-size: cover;
  }
  .point__h2 {
  font-size:32px;
}
 .employee-example__h2 {
  font-size:32px;
}
}
/* ------------------------------------------------------------------------------ */
@media screen and (max-width: 400px) {

  /*sp 400px main-visual*/
  .main-visual {
    height: 500px;
  }

  .catch-copy-wrapper {
    margin-top: 50px;
  }
  .catch-copy-wrapper h3{
    font-size:13px;
  }

  #main-visual-tag-1 {
    padding: 10px 78px 10px 21px;
  }

  #main-visual-tag-2 {
    padding: 10px 44px 10px 21px;
  }

  #main-visual-tag-3 {
    padding: 10px 23px 10px 21px;
  }

  .service-intro-title-wrapper h3 {
    font-size: 24px;
  }

  .single-triangle-box img {
    width: 50px;
  }

  #single-triangle-box-2 {
    margin: 33px 0;
  }

  .service-intro-title-wrapper {
    margin-bottom: 24px;
  }

  .service-icon {
    width: 80px;
    height: 80px;
  }

  /* sp 400px サービス4項目*/
  .service-info-title {
    width: 90%;
    height: 105px;
  }

  /* sp 600px サービス4項目*/
  .service-info-wrapper {
    margin-top: 24px;
  }
}

/* ------------------------------------------------------------------------------ */
@media screen and (max-width: 368px) {
  .service-title-wrapper h2 {
    font-size: 24px;
  }

  .service-title-wrapper h2 .service-title-main-text {
    font-size: 28px;
  }

  .service_qustion_text_box img {
    width: 30px;
    height: 30px;
  }

  /* sp セクション・ケーススタディ(弊社事例) */
  .case-study__content__text-box {
    padding: 30px 16px;
  }

  .case-badge {
    font-size: 18px;
  }

  .case-header {
    padding: 20px 10px;
    margin-bottom: 20px;
  }

  .case-header h2 {
    font-size: 24px;
  }

  .case-label {
    padding: 6px 20px;
    font-size: 14px;
    margin-left: 0px;
  }

  .case-summary-box {
    margin: 0 0px 30px 0px;
  }

  .case-summary-box p {
    font-size: 14px;
  }

  .case-main-title {
    font-size: 24px;
  }
}