@charset "UTF-8";

:root {
  --content-width: 1280px;
}

body {
  background-color: #F9F9F9;
}

.headline {
  display: flex;
  align-items: center;
}
.headline img {
  vertical-align: middle;
}
.font-topic {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: .2em;
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .font-topic {
    font-size: 12px;
  }
}

.section-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 0.7em;
}

.h3-top {
  font-size: 0.9em;
  font-weight: 700;
  size: 20px;
  line-height: 132%;
  letter-spacing: 0.02em;
  margin-top: 10px;
}


.pink-link, .black-link {
  margin-top: 5px;
  margin-right: 25px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 25.6px;
  text-align: right;
}
.pink-link + .pink-link {
  margin-left: 1em;
}
.pink-link a {
  text-decoration: none;
  color: #EC6256;
}

.black-link a {
  text-decoration: none;
  color: #282828;
}


@media screen and (max-width: 768px) {
  .pink-link {
    font-size: 14px;
  }
}

.link-arrow::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.65674 1.34326L11.3136 7.00011L5.65674 12.657' stroke='%23EC6256' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M11.3137 7H0' stroke='%23EC6256' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  margin-top: 4px;
  margin-left: .75em;
}
.link-arrow a {
  position: relative;
}

.link-arrow-black::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.65674 1.34326L11.3136 7.00011L5.65674 12.657' stroke='%23282828' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M11.3137 7H0' stroke='%23282828' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  margin-top: 4px;
  margin-left: .75em;
}
.link-arrow-black a {
  position: relative;
}

/* ===============================================
	hero (billboard)
=============================================== */
/* レイアウト */
.hero {
  display: flex;
  justify-content: space-between;
  padding: 3.5vw 9vw 1.5vw;
  position: relative;
}

.hero-col-01 {
  flex: calc(100%/2) 0 0;
}
.hero-col-02 {
  flex: calc(100%/2.6) 0 0;
  padding-right: 1vw;
}
.hero-col-03 {
  flex: calc(100%/8) 0 0;
}

/*shopifyロゴ*/
.hero-shopify{
  display: flex;
  align-items: end;
  margin-bottom: 2vw;
}
.hero-shopifyinner{
  flex-basis: 24%;
}

/* タイトル */
.hero-title {
  font-size: max(2.3vw, 22px);
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: .05em;
}

.hero-title .title-accent {
  color: #EC6256;
  text-decoration: underline .07em;
  text-underline-offset: .2em;
  font-family: 'Inter';
}

.hero-title .title-small {
  font-size: .52em;
  color: #EC6256;
  text-decoration: underline .1em;
  text-underline-offset: .25em;
}

.hero-title .br_sp {
  display: none;
}

.hero-tagline {
  margin-top: 0;
  font-size: max(1vw, 14px);
  font-weight: 600;
}

/*CVボタン*/
.hero-btn {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1vw;
  justify-content: flex-start;
  margin-top: 3vw;
}

.hero-btn p{
  flex: 1 1 100%;
  text-align: left;
  padding: 0 0 0.2em 5%;
  color: #282828;
  font-weight: 500;
  font-size: max(0.5em, 1.1vw);
}

.hero-btn-bl, .hero-btn-wh {
  max-width: 17vw;
  padding: 1vw 2vw;
  text-align: center;
  border-radius: 2vw;
  font-weight: 700;
  font-size: max(0.5em, 1.1vw);
}

.hero-btn-bl {
  background-color: #282828;
  color: #ffffff;
}

.hero-btn-wh {
  background-color: #ffffff;
  color: #EC6256;
}


/*メインイメージ*/
.hero-mainimg {
  transform: rotate(5deg);
}

/* 注釈 */
.hero-note {
  text-align: right;
  font-size: .7em;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0;
  padding: 0.8vw 9vw 0;
  color: #777;
  font-weight: 400;
  /*transform: translateY(calc(100% + 1em));*/
}

.hero-note li {
  display: inline-block;
}

.hero-note li:nth-child(n+2)::before {
  content: "/";
  padding: 0.2em;
}

/* 実績 */
.hero-honors {
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
  margin-right: 0;
  width: 100%;
  gap: 1vw;
}

.hero-honors-01 {
  flex: 1 1 45.5%;
}

.hero-honors-02 {
  flex: 1 1 50%;
}

/* 装飾 - シンボルマーク */
.hero-symbol {
  position: absolute;
  left: 0;
  bottom: -20vw;
  z-index: -1;
  display: block;
  width: 20vw;
  transform: translateX(-10%);
}

.hero-symbol img {
  min-width: 80px;
  height: auto;
}

/* 受賞 */
.hero-award {
  position: absolute;
  bottom: 1em;
  display: inline-block;
  justify-items: end;
  top: 3vw;
}

.hero-award-premier {
  width: 12vw;
  max-width: 220px;
  min-width: 80px;
  margin-bottom: 7vw;
}

.hero-award-stamp {
  width: 10vw;
  max-width: 180px;
  min-width: 60px;
}

/* 各社ロゴ */
.logo-slide {
  overflow: hidden;
  background: linear-gradient(rgb(255,255,255) 77%,rgb(249,249,249));
  padding: 2.5vw 0;
  margin: 0;
}

.logo-slide li {
  width: 180px;
  padding: 0 2em;
}

.logo-slide .logo_square {
  width: 120px;
}

.logo-slide li img {
  width: 100%;
  height: 3em;
  object-fit: contain;
}

.logo-slide .slick-prev, .slick-next {
  display: none;
}

@media screen and (max-width: 1000px) {
.hero-title .br_sp {
  display: block;
}
}

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

  /* レイアウト */
  .hero {
    flex-wrap: wrap;
    padding: 32px 2em 6em;
  }

  [class*="hero-col-"] {
    flex-basis: 100%;
  }

  .hero-col-02 {
    position: relative;
    margin-bottom: 0;
    padding: 10% 20% 0 0;
  }

  .hero-col-03 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1em;
    padding: 0 20px;
  }

  /*メインイメージ*/
  .hero-mainimg {
    margin-left: -20px;
  }

  /*shopifyロゴ*/
  .hero-shopify {
    margin-bottom: 4vw;
  }
  
  .hero-shopifyinner{
    flex-basis: 30%;
  }

  .hero-tagline {
    font-size: min(11px, 1em);
    font-weight: 400;
    padding-left: 1em;
  }

  /* タイトル */
  .hero-title {
    font-size: max(6vw, 22px);
    margin-bottom: 6vw;
  }
  
  /* 注釈 */
  .hero-note {
    font-size: min(10.5px, 1em);
    line-height: 1.5;
    padding: 0 .7em;
  }

  .hero-note li {
    display: inline;
  }

  /* 実績 */
  .hero-honors {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    /* width: 65%; */
  }

  /* 装飾 - シンボルマーク */
  .hero-symbol {
    left: 0;
    bottom: 4.5vw;
    width: 23vw;
    transform: none;
  }

  /* 受賞 */
  .hero-award {
    right: 5%;
    top: auto;
    bottom: 14%;
  }

  .hero-award-premier {
    width: 8em;
    margin-bottom: 3em;
  }
  
  .hero-award-stamp {
    width: 24vw;
    min-width: 100px;
    margin-bottom: 10px;
  }

  /* CVボタン */
  .hero-btn {
    position: absolute;
    bottom: 2.5em;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    justify-content: space-evenly;
  }

  .hero-btn p {
    font-size: .7em;
    padding-left: 9%;
  }

  .hero-btn-bl, .hero-btn-wh {
    max-width: 15em;
    padding: 1em 5vw;
    border-radius: 2em;
    font-size: .8em;
    margin: 0;
  }

/* 各社ロゴ */

.logo-slide {
  padding: 2em 0;
}

.logo-slide li {
  width: 120px;
  padding: 0 1em;
  }

.logo-slide li img {
  height: 3em;
  }
}

/* 背景 */
.wave {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-image: url(../_images/_202410/hero-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/*========= 波の動きのための親要素 ===============*/

#hero-wave {
  width: 100%;
  height: 1vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: -2;
}

/*========= waveを描画するエリア設定 ===============*/

canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}


@media screen and (max-width: 768px) {
  .wave {
    top: 48%;
    bottom: 0;
    background-size: 100%;
    background-position: center;
    background-image: url(../_images/bg-bb-small.webp);
  }
}



/* ===============================================
各セクション　タイトルアイコン
=============================================== */

.title-icon {
  width: 23px;
  height: 23px;
  text-align: left;
  margin-top: 2px;
}

/* ===============================================
説明＋ボタン
=============================================== */

.desc {
  display: flex;
  align-items: flex-end;
}

.desc-txt {
  flex: 1 1 55%;
}

.desc-txt p {
  margin-top: var(--margin-s);
}

.desc-btn {
  flex: 1 1 20%;
  text-align: end;
  margin-bottom: 1vw;
}

.desc-btn a {
  border: #282828 solid 1px;
  border-radius: 4rem;
  padding: 0.8em 3.5em 0.8em 2em;
  color: #282828;
  font-weight: 500;
  font-size: clamp(.78rem, 1vw, 16px);
}

/* ===============================================
説明＋ボタンーメディアクエリ
=============================================== */

@media screen and (max-width: 1000px) {
  .desc {
    flex-direction: column;
  }
  
  .desc-btn {
    margin-top: 3vw;
  }

  .btn-arrow::after {
    margin-top: 9px;
  }
}



/* ===============================================
SOLUTION
=============================================== */

.solution {
  margin: calc(var(--margin)*3) auto 8em;
  max-width: var(--content-width);
}

.solution-card {
  gap: var(--margin-s);
}

.card-01, .card-02, .card-03, .card-04 {
  position: relative;
  background-image: url(../_images/_202410/solution-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position-x: center;
  flex: 1 1 auto;
  width: calc((var(--contents-width-m) - 60px) / 5);
  text-align: center;
  padding-bottom: 3rem;
  border-radius: 16px;
}

.card-01::before, .card-02::before, .card-03::before, .card-04::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 32px;
  top: 0;
  left: calc(50% - (60px / 2));
  border-radius: 0 0 2em 2em;
  background-color: #f9f9f9;
}


.txt-problem {
  height: 90px;
  font-weight: 500;
  padding-top: 3rem;
  line-height: 1.5;
  display: grid;
  place-items: center center;
  font-size: 1.1em;
}

.solution-icon {
  width: 24%;
  max-width: 100px;
  height: auto;
  padding-top: 2.5em;
}

.txt-solution {
  font-size: var(--font-s);
  line-height: 1.5;
  margin-top: 1.2em;
  text-align: center;
}

.txt-solution-l {
  font-size: 1.5em;
  font-weight: 600;
  color: #ec6256;
}

.txt-solution-xs {
  font-size: 10px;
}

.solution .hero-note {
  padding-right: 0;
  margin-bottom: calc(var(--margin) * 2);
  transform: none;
  line-height: 1.2;
  margin-top: 1em;
}

.btn-arrow::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../_images/_202410/btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  margin-top: 6px;
  margin-left: .75em;
}

/* ===============================================
SOLUTIONーメディアクエリ
=============================================== */

@media screen and (max-width: 768px) {
  .card-01, .card-02, .card-03, .card-04 {
    width: 40%;
    padding-bottom: 6vw;
    border-radius: 12px;
  }

  .card-01::before, .card-02::before, .card-03::before, .card-04::before {
    width: 36px;
    height: 20px;
    left: calc(50% - (36px / 2));
  }

  .txt-problem {
    padding: 0;
    font-size: 3vw;
  }

  .solution-icon {
    padding-top: 0;
  }

  .txt-solution {
    font-size: .8em;
    margin-top: .5em;
    letter-spacing: 0.8px;
  }

  .txt-solution-l {
    font-size: 4vw;
  }

  .btn-arrow::after {
    margin-top: 2.6vw;
    margin-left: 2vw;
  }
}


/* ===============================================
point
=============================================== */

.point {
  margin-top: calc(var(--margin) * 3);
}

/*----------------------------------------
	Card
----------------------------------------*/
.card {
  display: block;
  border-radius: 24px;
}

.card-thumb1 {
  overflow: hidden;
}
.card-thumb1 img {
  margin: 1.4vw 0 0 -0.5vw;
  width: 104%;
  max-width: 860px;
  min-width: 300px;
  z-index: 1;
}

.card-thumb2 {
  overflow: hidden;
}
.card-thumb2 img {
  margin: 3vw 2vw 0 0;
  max-width: none;
  width: 95%;
  max-width: 544px;
  min-width: 250px;
  z-index: 1;
}

.card-thumb3 {
  overflow: hidden;
}
.card-thumb3 img {
  width: 95%;
  max-width: 585px;
  margin: 2vw 0 0 3vw;
  z-index: 1;
}

.card-txt01 {
  padding: 0 2.8vw 3vw;
}

.card-txt01 h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.03em;
}

.card-txt01 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: .1em;
  text-align: left;
}

.card-txt02 {
  padding: 1vw 2.8vw 2.5vw;
  width: 100%;
  color: #EBEBEB;
}

.card-txt02 h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.03em;
  margin-top: 0 !important;
}

.card-txt02 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: .1em;
  text-align: left;
}

.card-txt03 {
  padding: 1.7vw 2.7vw 3vw;
  width: 100%;
  min-width: 200px;
}

.card-txt03 h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.03em;
  text-align: left;
  margin-top: 0 !important;
}

.card-txt03 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: .1em;
  text-align: left;
}

.cardlist02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1.4rem;
  width: 100%;
  margin-top: var(--margin-l);
}

.cardlist01-item {
  background-color: #FFEBEA;
  display: block;
  width: 100%;
  min-width: 280px;
}

.cardlist02-item {
  background-color: #282828;
  color: #ffffff;
  width: 100%;
  max-width: 620px;
  min-width: 280px;
}

.cardlist03-item {
  width: 100%;
  max-width: 620px;
  min-width: 280px;
  background-color: #ffffff;
}

.cautionary-note-fearures {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 0.03em;
  margin: 20px 0 0 0;
  color: #777;
}


/* ===============================================
pointーメディアクエリ
=============================================== */
@media screen and (max-width: 768px) {
  .features {
    width: auto;
    /* max-width: 700px; */
    text-align: left;
    display: block;
    margin: 80px 20px 0;
  }

  .features-left .pink-link {
    display: none;

  }

  .card {
    display: block;
    border-radius: 20px;
    color: inherit;
    text-decoration: none;
    margin-top: 50px;
  }

  .card-thumb1 {
    overflow: hidden;
  }
  .card-thumb1 img {
    margin-top: 1em;
    width: 100%;
    max-width: 700px;
    min-width: 352px;
    z-index: 1;
  }

  .card-thumb2 {
    overflow: hidden;
    margin-top: 6vw;
  }
  .card-thumb2 img {
    margin: 2em 0 0 0;
    max-width: none;
    width: 95%;
    max-width: 700px;
    min-width: 250px;
    z-index: 1;
  }

  .card-thumb3 {
    overflow: hidden;
    margin-top: 40px;
  }

  .card-thumb3 img {
    margin-left: 1.5em;
    max-width: none;
    width: 100%;
    max-width: 700px;
    min-width: 250px;
    z-index: 1;
  }

  .card-txt01 {
    margin: auto;
    width: 90%;
    max-width: 360px;
    min-width: 200px;
  }

  .card-txt01 h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
  }

  .card-txt01 .section-title {
    font-size: 1.2em;
  }

  .card-txt01 p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding-bottom: 16px;
  }

  .card-txt02 {
    margin: auto;
    width: 90%;
    max-width: 360px;
    min-width: 200px;
    color: #EBEBEB;
    padding-bottom: 2em;
  }

  .card-txt02 h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 0;
  }

  .card-txt02 .section-title {
    font-size: 1.2em;
  }

  .card-txt02 p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding-bottom: 0;
  }

  .card-txt02 .pink-link {
    margin-top: 10px;

  }

  .card-txt03 {
    margin: 0 auto;
    width: 90%;
    max-width: 360px;
    min-width: 200px;
    padding-bottom: 0;
  }

  .card-txt03 h2 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
  }

  .card-txt03 .section-title {
    font-size: 1.2em;
  }

  .card-txt03 p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }

  .cardlist01 {
    display: block;
    margin-top: 50px !important;
    width: 100%;
    margin: auto;
  }

  .cardlist02 {
    display: block;
    width: 100%;
    margin: auto;
  }

  .cardlist01-item {
    background-color: #FFEBEA;
    display: block;
    width: 100%;
    min-width: 300px;
    margin-top: 3em;
  }

  .cardlist02-item {
    display: block;
    background-color: #282828;
    color: #ffffff;
    width: 100%;
    max-width: 100%;
    /* min-width: 300px; */
    min-height: 525px;
    margin-top: 1vw;
    margin-right: 0;
  }

  .cardlist03-item {
    display: block;
    background-color: #ffffff;
    width: 100%;
    max-width: 100%;
    margin-top: 1vw;
    margin-right: 0;
    padding-bottom: 2.5em;
  }

  .cautionary-note-fearures {
    display: none;
  }
}



/* ===============================================
shopifyplus official partnerについて
=============================================== */

.plus-partner-wrap {
  display: flex;
  width: 90%;
  max-width: calc(var(--contents-width-m) - (var(--margin) * 2));
  height: 340px;
  border-radius: 24px;
  margin: calc(var(--margin)*2.5) auto 50px;
}

.plus-back {
  background-color: #ebebeb;
  overflow: hidden;
}

.shopify-plus-logo {
  width: clamp(5em, 16vw, 16em);
  max-width: 260px;
  margin: max(6vw, 5em) 0 auto;
}

.plus-left {
  width: 40%;
  margin-left: 0;
  background: url(../_images/shopify-backimage.webp);
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: cover;
}

.plus-left img {
  margin-left: clamp(0em, 6vw, 6em);
}

.plus-right {
  max-width: 600px;
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 3% 3% 3% 0;
}

.plus-right h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 34px;
  letter-spacing: 0.03em;
  color: #282828;
}

.plus-right p {
  width: 100%;
  max-width: 600px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #282828;
  margin-top: 1.5vw;
  text-align: justify;
}

/* ===============================================
shopifyplus official partnerについて メディアクエリ
=============================================== */
@media screen and (max-width: 768px) {

  .plus-partner-wrap {
    display: block;
    width: 90%;
    height: auto;
    border-radius: 20px;
    margin: 80px auto 0;
  }

  .shopify-plus-logo {
    display: block;
    width: 38%;
    min-width: 190px;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  .plus-left {
    width: 100%;
    height: 290px;
    margin-left: 0;
    background: url(../_images/shopify-backimage.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120%;
    margin: auto;
  }

  .plus-left img {
    padding-top: 15%;
    width: 60%;
    margin-left: auto;
  }

  .plus-right {
    display: block;
    width: 80%;
    max-width: 500px;
    margin-top: 5vw;
    margin: auto;
    padding: 0;
  }


  .plus-right h3 {
    height: auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #282828;
    margin-top: 8vw;
  }

  .plus-right p {
    width: 100%;
    max-width: 500px;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #282828;
    margin-top: 3vw;
    margin-bottom: 7vw;
    text-align: justify;
  }

}



/* ===============================================
SERVICE
=============================================== */

.service {
  margin-top: calc(var(--margin)*4);
}

.service-img {
  width: 100%;
  background-color: #FFEBEA;
  border-radius: 24px;
  margin-top: calc(var(--margin-s)*1.5);
  padding: 1.8em;
}

.service-features {
  margin-top: calc(var(--margin)*2);
}

.service-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: var(--margin);
  margin-top: calc(var(--margin)*0.75);
}

.service-features-grid h3 {
  font-size: var(--font);
  color: #EC6256;
  font-weight: 700;
}

.service-features-grid p {
  margin-top: var(--margin-s);
}

.service-features-item-01 {
  display: flex;
  gap: 3vw;
  grid-column: 1 / span 3;
}

.service-features-item-01 img {
  width: 50%;
  object-fit: contain;
}

.txt-s p {
  font-size: var(--font-s);
  margin-top: .5vw;
}

.txt-s h3 {
  margin-top: var(--margin-s);
}

.service-category {
  margin-top: calc(var(--margin)*2);
}

.service-category-items {
  display: grid;
  grid-gap: var(--margin-xs);
  grid-template-columns: repeat(3, 1fr);
  margin-top: calc(var(--margin)*0.75);
}

.service-category-items li {
  display: flex;
  align-items: center;
  background-color: #FFF;
  border-radius: 8px;
  padding: 1rem 1.4rem;
}

.service-category-items li img {
  width: 13%;
  height: 44px;
  margin-right: 1.6vw;
}

.service-category-items li h3 {
  font-size: var(--font-lead);
}

.service-category-desc p {
  font-size: var(--font-s);
  line-height: 1.3;
  margin-top: .1rem;
}

.service-category-desc .pink-link {
  font-size: var(--font-s);
  margin-top: .3rem;
}

.service-category-desc .link-arrow::after {
  margin-top: 2px;
}

/* ===============================================
SERVICE メディアクエリ
=============================================== */
@media screen and (max-width: 768px) {
  .service-img {
    width: 100%;
    padding: 1em;
    overflow-x: auto;
    border-radius: 8px;
  }

  .service-img img {
    max-width: 200%;
  }

  .service-features-grid {
    display: block;
  }

  .service-features-item-01, .service-features-item-02, .service-features-item-03, .service-features-item-04 {
    display: block;
    margin-bottom: 2em;
  }

  .service-features-item-01 img {
    width: 100%;
  }

  .service-features-grid h3 {
    margin-top: 1em;
  }

  .service-features-desc {
    margin-bottom: 2em;
  }

  .service-features-grid .black-link {
    margin-top: 0;
  }

  .service-category-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-category-items li {
    padding: 1em;
  }

  .service-category-items li img {
    height: 35px;
    width: 12%;
    margin-right: 1em;
  }

  .service-category-items li p {
    margin-top: 0.5rem;
    font-size: 0.8em;
  }
}


/* ===============================================
CASE STUDY
=============================================== */

.case-study {
  margin-top: calc(var(--margin)*4);
  overflow: hidden;
}

.case-study .desc {
  margin-top: -3vw;
}

.case-slide {
  margin-top: var(--margin);
}

.case-slide-items {
  background-color: #fff;
  width: 70%;
}

.case-slide-items img {
  width: 33%;
  margin: 4em 0 0 5em;
  object-fit: contain;
}

.case-desc {
  margin: 4em 5em 4em 0;
}

.case-desc h3 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1vw;
}

.case-desc p {
  font-size: var(--font-s);
  font-weight: 500;
  color: #EC6256;
}

.case-desc h4 {
  font-size: var(--font-m);
  font-weight: 700;
}


/*------ Slick ------*/

.case-study .slick-initialized .slick-slide {
  display: flex;
  gap: 4vw;
  max-width: 100vw;
  width: 945px;
}

.case-study .slick-slider .slick-track {
  display: flex;
  gap: 4vw;
  margin-bottom: 1em;
}

.case-study .slick-dots li {
  width: 16px;
  height: 16px;
}

.case-study .slick-dots li button::before {
  font-size: 10px;
}

.case-study .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #EC6256;
}

.case-study .prev-arrow {
  position: absolute;
  width: 52px;
  height: 52px;
  top: 50%;
  translate: 0 -50%;
  left: max(0px, calc((100% - 1000px) / 2));
  background-color: #282828;
  border-radius: 100px;
  cursor: pointer;
  z-index: 2;
}

.case-study .next-arrow {
  position: absolute;
  width: 52px;
  height: 52px;
  top: 50%;
  translate: 0 -50%;
  right: max(0px, calc((100% - 1000px) / 2));
  background-color: #282828;
  border-radius: 100px;
  cursor: pointer;
  z-index: 2;
}

.case-study .prev-arrow::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 1L1 6.5M1 6.5L6.5 11.5M1 6.5H19.5' stroke='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 30%;
  height: 52px;
  margin-left: 18px;
}

.case-study .next-arrow::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 1L1 6.5M1 6.5L6.5 11.5M1 6.5H19.5' stroke='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 30%;
  height: 52px;
  margin-left: 18px;
  transform: rotate(180deg);
}

/* ===============================================
CASE STUDY メディアクエリ
=============================================== */

@media screen and (max-width: 768px) {
  
  .case-study .slick-initialized .slick-slide {
    flex-direction: column;
    gap: 0;
    max-width: 80vw;
    width: 80%;
    padding: 8vw 8vw 0 8vw;
    min-height: 150vw;
  }

  .case-study .prev-arrow {
    width: 46px;
    height: 46px;
  }

  .case-study .next-arrow {
    width: 46px;
    height: 46px;
  }

  .case-study .prev-arrow::before {
    height: 48px;
    margin-left: 16px;
  }

  .case-study .next-arrow::before {
    height: 48px;
    margin-left: 16px;
  }

  .case-slide-items img {
    width: 100%;
    margin: 0;
  }

  .case-desc {
    margin: 2em 0 0 0;
  }

  .case-desc h3 {
    font-size: 5.5vw;
  }

  .case-desc p {
    line-height: 1.5;
    font-size: .75em;
    margin-bottom: .2em;
  }

  .case-desc h4 {
    font-size: 4.8vw;
  }

}





/*===============================================================
資料ダウンロード
===============================================================*/

.doc-dl {
  height: auto;
  margin: 150px auto 0;
}

.doc-dl .section-cta {
  padding: 35px 0;
}

.doc-dl-box {
  display: flex;
  align-items: center;
  gap: 7%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.doc-dl-box::before {
  content: "";
  height: 82px;
  width: 50px;
  border-radius: 0 41px 41px 0;
  background-color: #f9f9f9;
  display: block;
  position: absolute;
  top: calc(50% - (82px / 2));
  left: -1px;
}

.doc-dl-left {
  flex: 35% 0 0;
  margin-left: 9%;
  text-align: center;
}

.doc-dl-left img {
  width: 100%;
  object-fit: contain;
  text-align: center;
}

.doc-dl-right {
  flex: auto 1 1;
  margin-right: 6.8%;
  line-height: 1.7;
}

.doc-dl-right {
  margin-bottom: 1em;
  color: #fff;
  font-size: 1.2em;
}

.doc-dl-right p {
  margin-top: 1.1vw;
  font-size: var(--font-s);
}

.white-back {
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 0.7vw 2.5vw 0.7vw 2vw;
  margin-right: 0;
  float: right;
}
.white-back a {
  display: block;
  margin: 0 auto;
}
.white-back .link-arrow {
  margin-right: 1vw;
}

.dot {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: super;
  position: relative;
  margin-right: 5px;
}

/*===============================================================
資料ダウンロード メディアクエリ
===============================================================*/
@media screen and (max-width: 768px) {

  .doc-dl {
    width: 100%;
    position: relative;
    background-size: 50%;
    background-position: right 85%;
    margin-top: 80px;
  }

  .doc-dl .section-cta {
    padding: 0;
  }

  .doc-dl-box {
    display: block;
    padding-top: 3em;
  }

  .doc-dl-box::before {
    content: "";
    height: 62px;
    width: 62px;
    border-radius: 31px;
    background-color: #f9f9f9;
    display: block;
    position: absolute;
    top: -32px;
    left: calc(50% - (62px / 2));
  }

  .doc-dl-left {
    margin-left: 0;
  }

  .doc-dl-left img {
    width: 80%;
  }

  .doc-dl-right {
    margin: 1em 1.2em 4em;
  }

  .doc-dl-right .heading {
    font-size: 1.1em;
    line-height: 1.5;
  }

  .white-back {
    background-color: transparent;
    border-radius: 20px;
    width: 100%;
    height: 42px;
    padding-top: 8px;
    text-align: right;
    margin: 0.5em 1em 0 auto;
  }
}



/* ===============================================
PARTNERS
=============================================== */

.partners {
  margin-top: calc(var(--margin)*4);
}

.partners-icon {
  display: flex;
  gap: 2%;
  margin-top: var(--margin);
}

.partners-icon-left, .partners-icon-right {
  background-color: #fff;
}

.partners-icon-left {
  padding: 3vw;
}

.partners-icon-right {
  padding: 3vw 4vw;
}

.partners-icon-left ul {
  display: grid;
  grid-template-columns: 125px;
  margin-top: 2vw;
}

.partners-icon-right ul {
  display: grid;
  column-gap: clamp(1em, 4vw, 4em);
  row-gap: clamp(1.4em, 2.8vw, 2.5em);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-top: 2vw;
}

.partners-icon-right span {
  font-size: var(--font-xs);
  margin-left: .5vw;
}

/* ===============================================
PARTNERS メディアクエリ
=============================================== */
@media screen and (max-width: 768px) {

  .partners-icon {
    flex-direction: column;
    gap: 1em;
  }

  .partners-icon-left, .partners-icon-right {
    padding: 1.5em 2em;
  }

  .partners-icon-left ul {
    grid-template-columns: 30%;
    margin-top: 1.2em;
  }

  .partners-icon-right ul {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2em;
    row-gap: 1.5em;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
}




/* ===============================================
STEP
=============================================== */

.step {
  margin-top: calc(var(--margin)*4);
}

.step-flow {
  display: flex;
  justify-content: space-between;
  margin-top: var(--margin);
}

.step-flow h3 {
  width: clamp(8em, 5vw, 8em);
  background-color: #EC6256;
  color: #fff;
  margin: 1.5vw auto .5vw;
  padding: .1em 1em;
  border-radius: 20px;
  font-size: var(--font-xs);
  font-weight: 700;
  text-align: center;
}

.step-flow h4 {
  color: #EC6256;
  font-size: var(--font);
  font-weight: 700;
  text-align: center;
  margin-bottom: .5vw;
}

.step-flow p {
  display: list-item;
  font-size: var(--font-s);
  margin-top: .2vw;
}

.step-02, .step-03, .step-04 {
  margin-left: clamp(3em, 9vw, 8em);
}

.step-02::before {
  content: '';
  display: inline-block;
  width: clamp(3em, 9vw, 8em);
  height: clamp(8rem, 16vw, 13rem);
  background-image: url(../_images/_202410/step-arrow-01.webp);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  position: absolute;
  margin-left: max(-9vw, -8em);
}

.step-03::before {
  content: '';
  display: inline-block;
  width: clamp(3em, 9vw, 8em);
  height: clamp(8rem, 16vw, 13rem);
  background-image: url(../_images/_202410/step-arrow-02.webp);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  position: absolute;
  margin-left: max(-9vw, -8em);
}

.step-04::before {
  content: '';
  display: inline-block;
  width: clamp(3em, 9vw, 8em);
  height: clamp(8rem, 16vw, 13rem);
  background-image: url(../_images/_202410/step-arrow-03.webp);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  position: absolute;
  margin-left: max(-9vw, -8em);
}

/* ===============================================
STEP メディアクエリ
=============================================== */
@media screen and (max-width: 768px) {

  .step-flow {
    flex-direction: column;
  }

  .step-01, .step-02, .step-03, .step-04 {
    display: flex;
    gap: 1.5em;
    align-items: flex-start;
    min-height: 150px;
  }

  .step-02, .step-03, .step-04 {
    margin-left: 0;
    margin-top: 4em;
  }

  .step-flow img {
    width: 33%;
    object-fit: contain;
  }

  .step-flow h3 {
    margin: 0 0 0.5em;
  }

  .step-flow h4 {
    text-align: left;
  }

  .step-02::before {
    width: 24%;
    background-image: url(../_images/_202410/step-arrow-01-sp.webp);
    margin-left: .6em;
    margin-top: -7em;
  }

  .step-03::before {
    width: 24%;
    background-image: url(../_images/_202410/step-arrow-02-sp.webp);
    margin-left: .6em;
    margin-top: -7em;
  }

  .step-04::before {
    width: 24%;
    background-image: url(../_images/_202410/step-arrow-03-sp.webp);
    margin-left: .6em;
    margin-top: -7em;
  }

}



/* ===============================================
SERMINAR
=============================================== */
.seminar {
  min-width: 300px;
  margin: 150px auto 0;
}

.seminar-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}
.seminar-top .headline{
  flex-basis: 100%;
}
.seminar .article-list .article .article-title{
  font-size: 14px;
}

.seminar .article-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--margin-s);
  margin-top: var(--margin);
}

.seminar .article-list .thumbnail {
  margin-bottom: .6em;
}

.seminar .article-list .item-info .date {
  font-size: var(--font-xs);
}

.seminar .article-list .item-info .heading {
  margin-top: 0;
}

.seminar .article-list .article .description {
  display: none;
}

.seminar .article-list .tag-list{
  margin-top: .6em;
}

.seminar .article-list .article .tag-list.nolink{
  display: none;
}


/* ===============================================
SERMINAR メディアクエリ
=============================================== */
@media screen and (max-width: 768px) {

  .seminar {
    width: 100%;
    max-width: 700px;
    margin-top: 80px;
  }

  .seminar-top {
    width: 100%;
    max-width: 700px;
    margin: auto;
  }

  .up-margin {
    margin-top: 100px;
  }

  .topic-container {
    width: 100%;
    max-width: 700px;
    margin: 30px auto;
  }

  .seminar .article-list {
    grid-template-columns: 1fr;
    gap: 2em;
  }

  .seminar .article-list .item-info .heading {
    font-size: 1.5em;
  }
}




/* ===============================================
KNOWLEDGE
=============================================== */
.knowledge {
  min-width: 300px;
  margin: 80px auto 180px;
}

.knowledge-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}
.knowledge-top .headline{
  flex-basis: 100%;
}
.article-list .article .article-title{
  font-size: 14px;
}

.article-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: var(--margin);
}

.article-list .article .description {
  display: none;
}

.article-list .article .tag-list.nolink{
  display: none;
}


/* ===============================================
KNOWLEDGE メディアクエリ
=============================================== */
@media screen and (max-width: 768px) {

  .knowledge-section {
    width: 100%;
    max-width: 700px;
    margin-top: 80px;
  }

  .knowledge-top {
    width: 100%;
    max-width: 700px;
    margin: auto;
    display: block;
  }

  .up-margin {
    margin-top: 100px;
  }

  .article-list {
    grid-template-columns: repeat(2, 1fr);
  }
}



/* ===============================================
CV
=============================================== */

.section-cta {
  flex-direction: column;
}

.section-cta p {
  margin-bottom: 1rem;
}

.cv_btn_caption {
    display: block;
    width: 48%;
    position: absolute;
    bottom: 3.5rem;
    text-align: center;
    font-weight: 600;
    font-size: .89rem;
 }

.contact-section {
  width: 80%;
  max-width: var(--content-width);
  margin: var(--margin-section) auto 0;
  padding: 40px 0;
  border-radius: 35px;
  background: #282828 url(../_images/ellipse_pink.webp) no-repeat right/17%;
  color: #fff;
}

/* コンパクトサイズ */
.contact-section-compact {
  width: 80%;
  max-width: var(--content-width);
  border-radius: 35px;
  margin: var(--margin) auto 0;
  padding: 35px 20px;
  background: #282828 url(../_images/ellipse_pink.webp) no-repeat right 10%/12%;
  color: #fff;
}
.contact-section-compact .section-block {
  max-width: 100%;
  display: flex;
  gap: var(--margin-s);
  justify-content: center;
  align-items: center;
}
.contact-section-compact p {
  margin-top: 0;
}

@media (max-width: 768px) {
  .contact-section-compact .section-block {
    flex-direction: column;
  }

  .section-cta p {
    margin-bottom: 0;
  }
  
  .cv_btn_caption {
      width: 100%;
      bottom: 7.8rem;
   }  
}

