@charset "UTF-8";

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

body {
  background-color: rgb(var(--color-background));
}

.headline {
  display: flex;
  align-items: center;
}

.headline img {
  vertical-align: middle;
}

.font-topic {
  font-weight: 600;
  font-size: 1em;
  color: rgb(var(--color-primary));
  letter-spacing: 0.02em;
}

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

.section-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: var(--font-heading-2);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 0;
}

.h2-small-title{
  font-size: var(--font-heading-3);
}

.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: rgb(var(--color-primary));
}

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


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

  .section-title {
    font-size: var(--font-heading-3);
  }
}

.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 {
  background-image: url(https://bindec.jp/wp-content/uploads/2026/01/hero_sp_and_pc.png), url(../_images/_202512/hero_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 78% auto, 86%;
  background-position: 128% 107%, 16% 107%;
}

.hero-contents {
  display: flex;
  padding: 6vw 7vw 5vw;
  position: relative;
}

.hero-col-01 {
  flex-basis: 80%;
}

.hero-col-02 {}

/*shopifyロゴ*/
.hero-shopify {
  display: flex;
  align-items: center;
  gap: 29px;
  margin-bottom: min(3.2vw, 40px);
}

.hero-shopifyinner {
  flex-basis: auto;
  width: auto;
  line-height: 1;
  margin-bottom: 0;
}

.hero-shopifyinner img {
  width: 8vw;
  max-width: 120px;
  height: auto;
  vertical-align: bottom;
}

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

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

.hero-title br {
  margin: 0;
}

.hero-title .title-small {
  font-size: .44em;
}

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

/*CVボタン*/
.hero-btn {
  display: flex;
  column-gap: 1em;
  justify-content: left;
  margin-top: 5em;
}

.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: .4vw;
  font-weight: 700;
  font-size: max(0.5em, 1.1vw);
}

.hero-btn-bl {
  background-color: rgb(var(--color-primary));
  color: #FFF;
}

.hero-btn-wh {
  position: relative;
  background-color: #ffffff;
  color: rgb(var(--color-primary));
  border: 1px solid rgb(var(--color-primary));
}

.hero-btn-wh::before {
  content: '＼3分でわかるBiNDec／';
  position: absolute;
  top: -2.4vw;
  left: 51%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: rgb(var(--color-secondary));
  font-size: 1em;
}


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

/* 注釈 */
.hero-note {
  font-size: .7em;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0;
  padding: 0.8vw 7vw 0;
  color: #777;
  font-weight: 400;
  text-align: end;
}

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

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

/* 実績 */
.hero-stats {
  width: 45%;
}

.hero-stats-shopify {
  width: 80%;
}

.hero-stats-bindec {
  margin: 1.7em 0;
}

/* 装飾 - シンボルマーク */
.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 {
  display: inline-block;
  justify-items: end;
}

.hero-award-premier {
  width: 11vw;
  max-width: 220px;
  min-width: 80px;
  margin: -1.8em 0 2vw;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
}

.hero-award-shopify-partner {
  display: flex;
  gap: .2em;
  margin-bottom: 4em;
}

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

.hero-award-stamp {
  margin-bottom: .5em;
}

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

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

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

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

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

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

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

  /* レイアウト */
  .hero {
    background-size: 41em auto, 250%;
    background-position: 53% 65%, 62% 0;
  }

  .hero-contents {
    flex-wrap: wrap;
    padding: 2em 2em 26em;
  }

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

  .hero-tagline {
    font-size: max(1vw, 12px);
  }

  .hero-shopifyinner img {
  width: 20vw;
  max-width: 100px;
  height: auto;
  vertical-align: bottom;
}

  .hero-col-02 {
    position: relative;
    margin-bottom: 0;
  }

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

  /*shopifyロゴ*/
  .hero-shopify {
    margin-bottom: 5vw;
  }

  .hero-award-shopify-partner {
    display: contents;
  }

  .hero-stats {
    width: 100%;
  }

  .hero-stats-shopify {
    width: 100%;
  }

  .hero-stats-bindec {
    margin: 1.5em 0;
  }

  /* タイトル */
  .hero-title {
    font-size: max(6vw, 22px);
  }

  /* 注釈 */
  .hero-note {
    font-size: min(10.5px, 1em);
    line-height: 1.5;
    padding: 0 .7em;
    text-align: left;
  }

  .hero-note li {
    display: inline;
  }

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

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

  /* 受賞 */
  .hero-award {
    position: relative;
    right: 0;
    top: 2%;
    bottom: 14%;
  }

  .hero-award-premier {
    width: 8em;
    margin: -1em 0 auto -0.5em;
    background: rgba(255, 255, 255, 0.0);
  }

  .hero-award-stamp {
    min-width: 90px;
    margin-bottom: .2em;
  }

  /* CVボタン */
  .hero-btn {
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    bottom: 2.5em;
    margin: 0 auto;
  }

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

  .hero-btn-bl,
  .hero-btn-wh {
    min-width: 42vw;
    padding: 1em 0;
    border-radius: .4em;
    font-size: .8em;
    margin: 0;
  }

  .hero-btn-wh::before {
    top: -25px;
  }

  /* 各社ロゴ */

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

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

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


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

.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: .4vw;
  padding: 1em 3.5em 1em 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;
  }
}




/* ===============================================
CTA-セミナー
=============================================== */

.pickup-seminar {
  width: var(--contents-width-s);
  padding: var(--margin-s);
  margin: var(--margin-section) auto;
  border-radius: 12px;
  background: rgb(var(--color-gray-light));
}

.pickup-seminar .seminar-item a {
  gap: var(--margin-m);
  align-items: center;
}

.pickup-seminar .seminar-item figure {
  flex: 30% 1 1;
  margin-bottom: 0;
}

.pickup-seminar .seminar-item .item-info {
  flex-basis: 60%;
  color: rgb(var(--color-secondary));
}

.pickup-seminar .seminar-item time {
  font-size: calc(var(--font-l)*1.2);
}

.pickup-seminar .seminar-item time+p {
  font-size: var(--font-s);
}

.pickup-seminar .btn.type-primary {
  padding: .8em 1.2em;
  font-size: var(--font-s);
  border-radius: 6px;
}


/* ===============================================
CTA-セミナー メディアクエリ
=============================================== */

@media screen and (max-width: 768px) {
  .pickup-seminar {
    width: 90%;
  }

  .pickup-seminar .seminar-item a {
    display: block;
  }

  .pickup-seminar .seminar-item .item-info {
    margin-top: 1em;
  }
}

/* ===============================================
CTA-Shopifyとはページより流用　
！テンプレート化希望-後ほどbase.cssに移動！
=============================================== */
.pickup-document {
  width: 100%;
  max-width: var(--contents-width-m);
  margin: 120px auto 0;
  padding: 0 var(--margin);
}

.pickup-document .pickup-wrap {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background-color: rgb(var(--color-secondary));
  color: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.pickup-document .item-info {
  padding: var(--margin-s) var(--margin);
}

.pickup-document .item-info .gcol{
  gap:var(--margin-s);
}

.pickup-document .pickup-wrap>* {
  flex: 0 0 50%;
}

.pickup-document figure {
  margin: 0;
}

.pickup-document h2 {
  display: inline-block;
  padding: 0 0 .1em;
  border-bottom: 1px solid;
  font-weight: 400;
}

.cta-btn p {
  margin-top: 0;
}

@media (max-width: 768px) {
  .pickup-document {
    margin: 60px auto 0;
  }

  .pickup-document .pickup-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: var(--margin);
  }

  .pickup-document .item-info {
    padding: var(--margin) 0 0;
  }

  .pickup-document .pickup-wrap>* {
    flex: 1 1 auto;
  }
}



/* ===============================================
AWARDS
=============================================== */

.awards {
  margin: var(--margin-section) auto;
  max-width: var(--content-width);
}

.icon-list-box.awards-list {
  border-radius: 12px;
  background-color: #fff;
  padding: 1.8em 2em;
  margin-top: var(--margin-s);
}

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

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

.solution-contents {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 7em;
}

.solution-title .desc-btn {
  text-align: left;
  margin-top: var(--margin-m);
}

.solution-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--margin-s);
  margin-top: 0;
}

.card-01,
.card-02,
.card-03,
.card-04 {
  position: relative;
  background-color: #fff;
  padding: 1.3em;
  border-radius: 12px;
}

.txt-problem {
  display: inline-flex;
  font-size: var(--font-s);
  font-weight: 400;
  padding: .1rem 1rem;
  background: rgb(var(--color-gray-light));
  border-radius: 1rem;
}

.txt-problem::before {
  content: '';
  background-image: url(../_images/_202512/solution_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 14px;
  height: auto;
  margin-right: .3em;
}

.solution-stat {
  display: flex;
  gap: 1rem;
  margin-top: var(--margin-s);
}

.solution-icon {
  width: 14%;
  max-width: 100px;
  height: auto;
}

.txt-solution {
  font-size: var(--font-s);
  font-weight: 600;
  line-height: 1.3;
}

.txt-solution-l {
  font-size: var(--font-xxl);
  font-weight: 550;
}

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

.solution .hero-note {
  display: block;
  padding-left: 0;
  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/_202512/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) {
  .solution {
    margin: 0 auto calc(var(--margin)*4);
  }

  .solution-contents {
    grid-template-columns: 1fr;
    gap: 3em;
  }

  .solution-stat {
    display: block;
  }

  .solution-icon {
    width: 24%;
    margin-top: 1em;
  }

  .txt-problem {
    padding: .1rem .9rem;
  }

  .txt-solution {
    margin-top: 1.2em;
  }
}


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

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

.point-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5em;
  margin-top: var(--margin-l);
}

.point-desc-container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: .7em;
}

.point-desc {
  display: grid;
  grid-template-columns: 10% 1fr;
  gap: 1em;
}

.point-text h3 {
  font-size: var(--font-l);
  margin-top: -.3em;
}

.point-text p {
  margin-top: 1em;
  font-size: var(--font-s);
}

.point-security {
  background: #fff;
  border-radius: 12px;
  padding: 2em 5em;
  margin-top: var(--margin-l);
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 3em;
  align-items: center;
}

.point-security figure {
  margin: 0;
}

.point-security-text p {
  font-size: var(--font-s);
  margin-top: var(--margin-xs);
}



/* ===============================================
pointーメディアクエリ
=============================================== */
@media screen and (max-width: 768px) {
  .point-container {
    grid-template-columns: 1fr;
    gap: 3em;
  }

  .point-security {
    padding: 1.5em;
    grid-template-columns: 1fr;
    gap: 1em;
  }

  .point-security figure {
    width: 40%;
  }
}



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

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

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

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

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

.case-slide-items img {
  width: 80%;
  margin: 2.5em auto 0;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgb(var(--color-border));
}

.case-desc {
  margin: 2em 2.5em 3em;
}

.case-desc h3 {
  font-size: var(--font-l);
  font-weight: 700;
  margin-bottom: 1vw;
}

.case-desc p {
  font-size: var(--font-s);
  font-weight: 400;
  color: rgb(var(--color-primary));
}

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


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

.case-study .slick-slider .slick-track {
  display: flex;
  gap: var(--margin-m);
  margin-bottom: 1em;
}

.case-study .slick-initialized .slick-slide {
  width: 27.5em;
  height: 38em;
  border-radius: 12px;
}

.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: rgb(var(--color-primary));
}

.case-study .prev-arrow {
  position: absolute;
  width: 52px;
  height: 52px;
  top: 50%;
  translate: 0 -50%;
  left: max(0px, calc((100% - 1000px) / 4));
  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) / 4));
  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 {
    margin: calc(var(--margin-section)*0.8) auto;
  }

  .case-study .slick-initialized .slick-slide {
    flex-direction: column;
    gap: 0;
    max-width: 80vw;
    width: 80%;
    padding: 8vw 8vw 0 8vw;
    min-height: 125vw;
  }

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

}

/* ===============================================
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, 15em);
  max-width: 260px;
  margin: max(6vw, 8em) 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: 7.5rem;
    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-model {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--margin-m);
  margin-top: var(--margin-l);
}

.service-card {
  background: #fff;
  border-radius: 12px;
}

.service-card figure {
  margin-bottom: 0;
}

.service-card-desc {
  padding: 1.2em 1.8em;
}

.service-card-desc h3 {
  font-size: calc(var(--font-m)*0.9);
}

.service-card-desc p {
  font-size: var(--font-s);
  margin-top: .3em;
}

.service-card-desc .pink-link {
  margin-top: var(--margin-s);
}

.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: rgb(var(--color-primary));
  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 メディアクエリ
=============================================== */
@media screen and (max-width: 768px) {

  .service-model {
    grid-template-columns: 1fr;
  }

  .service-img {
    width: 100%;
    padding: 1em;
    overflow-x: auto;
    border-radius: 8px;
  }

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

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

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



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

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

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

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

.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: 8px;
  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;
    background-size: 50%;
  }

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

  .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: var(--margin-section);
}

.step-flow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1em;
  margin-top: var(--margin-l);
  padding: 5em 3em 4em;
  background: #fff;
  border-radius: 12px;
}

.step-01,
.step-02,
.step-03,
.step-04 {
  text-align: center;
}

.step-flow h3 {
  display: inline-block;
  background-color: rgb(var(--color-primary));
  color: #fff;
  width: 36px;
  height: 36px;
  margin: 0 auto 1em;
  padding: .5em 0;
  border-radius: 20px;
  font-size: var(--font-s);
  font-weight: 700;
  text-align: center;
  z-index: 1;
}

.step-flow h4 {
  font-size: var(--font-m);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.step-flow p {
  font-size: var(--font-s);
  margin-top: .2vw;
  text-align: center;
}

.step-01::before {
  content: '';
  position: absolute;
  margin: -.7em 2.3em;
  width: min(14.2em, 18vw);
  height: 2em;
  background: url(../_images/_202512/step_line_01.png) no-repeat center / 100%;
  z-index: 0;
}

.step-02::before {
  content: '';
  position: absolute;
  margin: -.7em 2.3em;
  width: 14.2em;
  height: 2em;
  background: url(../_images/_202512/step_line_02.png) no-repeat center / 100%;
  z-index: 0;
}

.step-03::before {
  content: '';
  position: absolute;
  margin: -.7em 2.3em;
  width: 14.2em;
  height: 2em;
  background: url(../_images/_202512/step_line_03.png) no-repeat center / 100%;
  z-index: 0;
}


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

  .step-flow {
    grid-template-columns: 1fr;
  }

  .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: 60%;
    object-fit: contain;
  }

  .step-flow h3 {
    margin: 0;
    width: 60px;
    height: 40px;
    padding: .9em 0;
  }

  .step-01::before {
    width: 19%;
    height: 19.5em;
    background-image: url(../_images/_202512/step_line_01_sp.png);
    margin-left: -1.6em;
    margin-top: 3em;
  }

  .step-02::before {
    width: 24%;
    height: 19.5em;
    background-image: url(../_images/_202512/step_line_02_sp.png);
    margin-left: -2.5em;
    margin-top: 3em;
  }

  .step-03::before {
    width: 26.5%;
    height: 19.5em;
    background-image: url(../_images/_202512/step_line_03_sp.png);
    margin-left: -2.7em;
    margin-top: 3em;
  }

}



/* ===============================================
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);
  }
}



/* ===============================================
CTA
=============================================== */

.cta {
  width: 96%;
  margin: var(--margin-section) auto 0;
  padding: 5em 0;
  border-radius: 16px;
  background-color: #282828;
}

.cta-contents {
  display: grid;
  grid-template-columns: 35% 1fr;
  margin: 0 auto;
  color: #fff;
  gap: 5em;
  align-items: center;
}

.cta-contents figure {
  margin-bottom: 0;
}

.cta-desc .gcol {
  margin-top: 4em;
  gap: var(--margin-s);
}

.cta_btn_caption {
  display: block;
  width: 48%;
  position: absolute;
  bottom: 3.5rem;
  text-align: center;
  font-weight: 600;
  font-size: .89rem;
  color: white;
  /* 背景色に合わせて変わる文字色 */
  mix-blend-mode: difference;
}

.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/cta_ellipse.webp) no-repeat right/17%;
  color: #fff;
}

@media (max-width: 768px) {
  .cta {
    margin: 0 auto;
    padding: 2.5em 0;
    background-size: 80%;
  }

  .cta-contents {
    grid-template-columns: 1fr;
    gap: 2em;
  }

  .cta-desc .gcol {
    margin-top: 2em;
  }

  .cta_btn_caption {
  width: 100%;
  position: static;
  margin: -10px auto;
}
}



/* コンパクトサイズ */
.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;
  }
}