@charset "UTF-8";
/* =========================================================
   クリクル TOP
========================================================= */
html {
  scroll-behavior: smooth;
}
.main {
  padding: 0 !important;
  border: none !important;
}
.content {
  margin: 0 !important;
  overflow-x: hidden;
}
h1, h2, h3 {
  font-family: "Noto Sans JP", sans-serif;
}
h3 {
  background: inherit !important;
  border-radius: inherit !important;
  padding: 0 !important;
}
h3::first-letter {
  background: inherit !important;
  color: inherit !important;
  padding: 0 !important;
  border-radius: inherit !important;
}
.cc-top {
  color: #222;
  background: #fff;
  overflow: hidden;
}
.cc-wrap {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}
.cc-wrap--narrow {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
}
.cc-top img {
  max-width: 100%;
  height: auto;
  display: block;
}
.cc-top a {
  text-decoration: none;
}
.cc-top p, .cc-top h1, .cc-top h2, .cc-top h3 {
  margin: 0;
}
.cc-top section {
  position: relative;
}
/* =========================================================
   TOP専用ナビ
========================================================= */
#top, #about, #plan, #flow, #mypage, #faq, #company,#column{
  scroll-margin-top: 200px;
}
.cc-topnav {
  position: fixed;
  width: 100%;
  top: calc(var(--cc-mypage-header-h) + var(--cc-adminbar-h));
  z-index: 999;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.cc-topnav__inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.cc-topnav__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  color: #1b1b1b;
  font-size: 13px;
  font-weight: 500;
  border-right: 1px solid #e5e5e5;
  transition: background .25s ease, color .25s ease;
  z-index: 999
}
.cc-topnav__link:first-child {
  border-left: 1px solid #d9d9d9;
}
.cc-topnav__link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #b9b9b9;
  border-bottom: 1.5px solid #b9b9b9;
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -5px;
}
.cc-topnav__link:hover {
  background: #eeeeee;
  transition: .3s;
}
@media (max-width: 768px) {
  .cc-topnav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cc-topnav__inner {
    width: max-content;
    min-width: 100%;
    display: flex;
	display: none;
	grid-template-columns: repeat(7, 1fr);
  }
  .cc-topnav__link {
    min-width: 150px;
    min-height: 52px;
    font-size: 14px;
    white-space: nowrap;
  }
}
/* セクション共通 */
.cc-section {
  padding: 72px 0 80px;
  background: #fff;
}
.cc-section--blue {
  background: #256197;
  color: #fff;
}
.cc-section--light {
  background: #dae6ff;
}
.cc-section--navy {
  background: #0f2f4c;
  color: #fff;
}
.cc-section__cap {
  position: relative;
  z-index: 1;
  width: 635px;
  margin: -130px auto 40px;
  font-weight: 800;
  font-size: 32px;
  text-align: center;
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
  height: 60px;
  line-height: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  
}
.whats_title img {
  width: 180px;
}
.whats_title {
  background: #256197;
  color: #fff;
  gap: 10px;
}
.price, .faq {
  background: #dae6ff;
  color: #0f2f4c;
}
.mypage {
  background: #0f2f4c;
  color: #fff;
}
.flow, .company {
  background: #fff;
  color: #0f2f4c;
}
.cc-section__title {
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
.cc-section__title--white {
  color: #fff;
}
.cc-pill-title {
  width: min(400px, 75%);
  margin: 0 auto 36px;
  background: #fff;
  color: #163b63;
  border-radius: 999px;
  text-align: center;
  padding: 5px 0;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
  font-size: 20px;
}
.cc-pill-title--navy {
  background: #163b63;
  color: #fff;
}
/* HERO */
.cc-hero {
  background: #f4f5f7;
  padding: 110px 0 100px;
}
.cc-hero__content {
  display: grid;
  grid-template-columns: 452px 748px;
  gap: 0;
  align-items: center;
  justify-content: space-between;
}
.cc-hero__title {
  font-size: 48.5px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #1b1b1b;
  padding-bottom: 10px;
}
.in {
  letter-spacing: -0.07em;
}
.motto {
  letter-spacing: -0.08em;
}
.ni {
  font-size: 43.5px;
}
.cc-hero__sub {
  font-size: 24px;
  font-weight: 800;
  color: #1b1b1b;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .02em;
  padding: 0 0 20px 3px;
}
.cc-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 2px;
  margin-bottom: 16px;
}
.cc-hero__badges span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #0f2f4c;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 15px 5px 5px;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
}
.cc-hero__badges span::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 13px;
  font-weight: 900;
  background: #ff9900;
  color: #fff;
  border-radius: 50%;
}
.cc-hero__site {
  font-size: 11px;
  color: #d2d2d2;
  letter-spacing: .1em;
}
.cc-hero__visual img {
  width: 100%;
  max-width: 759px;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .cc-hero__content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cc-hero__title {
    font-size: 36px;
  }
  .cc-hero__sub {
    font-size: 16px;
  }
  .cc-hero__visual img {
    width: 100%;
  }
  .cc-hero__badges {
    justify-content: center;
  }
}
/* PROBLEM / SOLUTION */
.cc-tabhead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 1000px;
  margin: 0 auto 25px;
}
.cc-tabhead__btn {
  appearance: none;
  border: none;
  cursor: pointer;
  border-radius: 20px 0 0 20px;
  padding: 16px 20px;
  background: #1b1b1b;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  
  letter-spacing: .11em;
}
.cc-tabhead__btn span {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  color: #1f1f1f;
  padding: 4px 15px 6px;
  border-radius: 999px;
  vertical-align: middle;
  letter-spacing: normal;
  margin-top: -5px;
}
.cc-tabhead__btn:last-child {
  background: #ff9900;
  border-radius: 0 20px 20px 0;
}
/* PROBLEM / SOLUTION 切り替え */
.problem, .solution {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 1.5s ease, visibility 1.5s ease;
}
.problem.is-active, .solution.is-active {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
}
.cc-tabhead__btn {
  transition: background .25s ease, color .25s ease, opacity .25s ease;
}
.cc-tabhead__btn.is-active {
  opacity: 1;
}
.cc-tabhead__btn:not(.is-active) {
  opacity: .85;
}
.cc-cases {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3px;
  margin-top: 40px;
}
.cc-case {
  background: #1b1b1b;
  color: #fff;
  border-radius: 10px;
  padding: 18px 10px 11px;
  min-height: 220px;
}
.solution .cc-case {
  background: #ff9900;
}
.cc-case__content {
  background: #fff;
  border-radius: 10px;
  color: #434343;
  padding: 10px 15px;
}
.cc-case__label {
  font-size: 10px;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: .3em;
  
}
.cc-case h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center;
}
.cc-case p {
  font-size: 11px;
  line-height: 1.8;
  border-bottom: solid 1px #ccc;
  padding: 5px 0;
}
.cc-case p:last-of-type {
  border: none;
}
.cc-whats__desc {
  text-align: center;
  margin-top: 48px;
  padding: 30px 0;
}
.cc-whats__service {
  background: #FFF;
  margin: 0 calc(50% - 50vw) 30px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .13);
  color: #1b1b1b;
  padding-bottom: 1px;
}
.cc-whats__lead {
  font-size: 28px;
  line-height: 1.6;
  font-weight: 800;
  color: #1b1b1b;
  font-family: "Noto Sans JP", sans-serif;
}
.cc-whats__text {
  font-size: 14px;
  line-height: 1.9;
  color: #1b1b1b;
  margin-top: 8px;
}
/* スライダー枠 */
.cc-service-slider {
  overflow: hidden;
}
/* 動く部分 */
.cc-service-track {
  display: flex;
  width: max-content;
  animation: serviceScroll 40s linear infinite;
}
/* 横並び */
.cc-service-icons {
  display: flex;
  gap: 30px;
  padding-right: 40px;
}
/* アイテム */
.cc-service-icons__item {
  text-align: center;
  color: #0f2f4c;
  font-size: 14px;
  line-height: 4em !important;
  position: relative;
  padding-top: 100px;
  min-width: 120px;
}
/* アイコン丸 */
.cc-service-icons__item::before {
  content: "";
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #dae6ff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.icon-banner::before {
  background: #dae6ff url("../images/icon-banner.svg") center/40px no-repeat;
}
.icon-logo::before {
  background: #dae6ff url("../images/icon-logo.svg") center/40px no-repeat;
}
.icon-lp::before {
  background: #dae6ff url("../images/icon-lp.svg") center/40px no-repeat;
}
.icon-ec::before {
  background: #dae6ff url("../images/icon-ec.svg") center/40px no-repeat;
}
.icon-sns::before {
  background: #dae6ff url("../images/icon-sns.svg") center/40px no-repeat;
}
.icon-card::before {
  background: #dae6ff url("../images/icon-card.svg") center/40px no-repeat;
}
.icon-flyer::before {
  background: #dae6ff url("../images/icon-flyer.svg") center/40px no-repeat;
}
.icon-poster::before {
  background: #dae6ff url("../images/icon-poster.svg") center/40px no-repeat;
}
.icon-leaflet::before {
  background: #dae6ff url("../images/icon-leaflet.svg") center/40px no-repeat;
}
.icon-package::before {
  background: #dae6ff url("../images/icon-package.svg") center/40px no-repeat;
}
.icon-doc::before {
  background: #dae6ff url("../images/icon-doc.svg") center/40px no-repeat;
}
.icon-presentation::before {
  background: #dae6ff url("../images/icon-presentation.svg") center/40px no-repeat;
}
/* スクロールアニメ */
@keyframes serviceScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* PLAN */
.cc-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.cc-plan {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}
.cc-plan__head {
  background: #102f4c !important;
  color: #fff;
  text-align: center;
  padding: 18px 16px !important;
  font-size: 22px;
  font-weight: 800;
  border-radius: 0 !important;
}
.cc-plan__price {
  text-align: center;
  padding: 28px 20px 16px;
  border-bottom: solid 1px #cccccc;
}
.cc-plan__yen {
  display: block;
  font-size: 16px;
  color: #434343;
  margin-bottom: 8px;
}
.cc-plan__price strong {
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
  color: #2e4e65;
}
.cc-plan__price small {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  color: #434343;
}
.cc-plan__text {
  padding: 16px 25px 25px;
  font-size: 13px;
  line-height: 1.9;
  color: #434343;
}
.cc-plan__notice {
  margin: 20px auto 0;
  background: #ff9900;
  color: #fff;
  font-weight: 800;
  text-align: center;
  border-radius: 20px;
  padding: 30px 20px 25px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, .08);
  font-size: 24px;
  line-height: 1.2em;
}
.cc-plan__notice small {
  font-weight: normal;
  font-size: 13px;
}
.cc-caution {
  margin: 40px auto;
  text-align: center;
}
.cc-caution h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 7px;
  color: #1b1b1b;
}
.cc-caution p {
  font-size: 11px;
  line-height: 1.9;
  color: #1b1b1b;
}
/* FLOW */
.cc-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}
.cc-flow__item {}
.cc-flow__step {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  background: #ff9900;
  color: #fff;
  font-size: 10px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border: solid 10px #ffdba6;
  align-content: center;
  letter-spacing: .3em;
  position: relative;
  z-index: 9;
  text-align: center;
  
}
.cc-flow__item h3 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.3em;
  margin-top: 5px;
}
.cc-flow__item p {
  font-size: 12px;
  line-height: 1.8;
  color: #444;
  background: #f4f5f7;
  border-radius: 20px;
  padding: 100px 15px 20px;
  text-align: center;
  position: relative;
  top: -95px;
  min-height: 230px;
  text-align: left;
}
/* MY PAGE */
.cc-devices {
  max-width: 1100px;
  margin: 34px auto 0;
}
p.cc-device__note {
  text-align: center;
  font-size: 12px;
  letter-spacing: .2em;
  margin: 20px 0 45px;
}
.cc-points {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  margin: 0 0 40px;
}
.cc-point {
  background: #fff;
  color: #444;
  border-radius: 20px;
}
.cc-point__num {
  font-size: 10px;
  color: #0f2f4c;
  margin-bottom: 20px;
  background: #dae6ff;
  padding: 7px;
  border-radius: 20px 20px 0 0;
  text-align: center;
  letter-spacing: .3em;
  
}
.cc-point h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
  color: #163b63;
  margin-bottom: 10px;
  text-align: center;
}
.cc-point p {
  font-size: 12px;
  line-height: 1.8;
  padding: 0 15px 20px;
}
/* FAQ */
.cc-faq {
  margin-top: 12px;
}
.cc-faq__item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .06);
  margin-bottom: 12px;
}
.cc-faq__item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding: 18px 58px 18px 72px;
  font-weight: 700;
  color: #163b63;
}
.cc-faq__item summary::-webkit-details-marker {
  display: none;
}
.cc-faq__item summary::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 100%;
  display: grid;
  place-items: center;
  background: #1e5e97;
  color: #fff;
  font-weight: 800;
}
.cc-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 700;
}
.cc-faq__item[open] summary::after {
  content: "−";
}
.cc-faq__answer {
  position: relative;
  padding: 18px 24px 18px 72px;
  background: #fff7d8;
  line-height: 1.9;
  font-size: 14px;
}
.cc-faq__answer::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 100%;
  display: grid;
  place-items: center;
  background: #f4a000;
  color: #fff;
  font-weight: 800;
}
.cc-faq__more {
  margin-top: 28px;
  text-align: center;
}
.cc-btn {
  display: inline-block;
  min-width: 300px;
  background: #1e5e97;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 10px 20px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
  font-size: 16px;
}
/* COMPANY */
.cc-company {
      margin-top: 30px;
    background: #fff;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 20px;
	align-items: stretch;
}
.cc-company__logo {
  display: grid;
  place-items: center;
	    padding: 0 40px;
	border: 1px solid #e8edf3;
}
.cc-company__table {
  padding: 0 24px;
}
.cc-company__table dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px 0;
  margin: 0;
}
.cc-company__table dt, .cc-company__table dd {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8edf3;
  font-size: 12px;
  line-height: 1.8;
}
.cc-company__table dt {
  font-weight: 700;
  color: #555;
}
.cc-company__table dd {
  color: #222;
}
/* 新しいカード */
.cc-case-new {
  background: #f4f4f4;
  border-radius: 10px;
  text-align: center;
}
/* ラベル */
.cc-case-new__label {
  font-size: 10px;
  letter-spacing: .3em;
  
  background: #ff9900;
  padding: 5px;
  position: relative;
  width: 50%;
  border-radius: 50px;
  margin: 0 auto;
  top: -15px;
  z-index: 9;
}
/* タイトル */
.cc-case-new__title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #123a6b;
}
/* 悩み（上） */
.cc-case-new__problem {
  padding: 0 15px 5px;
}
.cc-case-new__problem p {
  font-size: 12px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  color: #565656;
}
.cc-case-new__problem p:last-child {
  border: none;
}
/* 吹き出し（三角） */
.cc-case-new__arrow {
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f4f4f4;
  background: #0f2f4c;
  margin-bottom: -10px;
  position: relative;
}
/* 解決（下） */
.cc-case-new__solution {
  background: #0f2f4c;
  color: #fff;
  padding: 20px 15px 12px;
  border-radius: 0 0 10px 10px;
}
.cc-case-new__solution p {
  font-size: 12px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding: 5px 0;
}
.cc-case-new__solution p:last-child {
  border: none;
}
/* =========================================
   共通スライダーUI
========================================= */
.cc-slider {
  position: relative;
}
.cc-slider__viewport {
  overflow-x: auto;
  overflow-y: visible;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 40px;
	/* ←これが重要 */
  scroll-snap-type: x mandatory;
}
.cc-slider__viewport::-webkit-scrollbar {
  display: none;
}
#column .cc-slider__btn{
	display: block;
}
.cc-slider__btn {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
    background: hsl(36deg 100% 50%);
    color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .15);
}
.cc-slider__btn--prev {
  left: 0;
}
.cc-slider__btn--next {
  right: 0;
}
#column .cc-slider__btn--prev {
  left: -20px;
}
#column .cc-slider__btn--next {
  right:  -20px;
}

/* 横並びの中身をスクロール用に変更 */
/* 1.5枚くらい見える幅 */
.cc-cases > article, .cc-flow > article, .cc-points > article {
  flex: 0 0 calc((100vw - 140px) / 1.5);
  max-width: 360px;
  scroll-snap-align: start;
}
.cc-slider__viewport {
  scroll-snap-type: x mandatory;
}
/* STEPの丸やPOINTカードが切れにくいよう少し余白 */
.cc-flow > article, .cc-points > article {
  margin-bottom: 10px;
}

/* スマホ */
@media (max-width: 768px) {
	.cc-flow {
		margin-bottom: 0;
	}
  .cc-cases, .cc-flow, .cc-points {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
  }
  .cc-slider__viewport {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .cc-slider__btn {
    display: block;
    width: 36px;
    height: 36px;
    background: hsl(36deg 100% 50%);
    color: #FFF;
  }
  .cc-cases > article, .cc-flow > article, .cc-points > article {
    flex: 0 0 calc((100vw - 90px) / 1.15);
  }
	.cc-case-new p{
		width: 87%;
    margin: 0 auto;
	}
	#column .cc-slider__btn--prev {
  left: 0;
}
#column .cc-slider__btn--next {
  right:  0;
}


}

/* =========================
   TOP COLUMN
========================= */
.cc-columns-top {
  display: flex;
  gap: 12px;
}

.cc-column-slider .cc-slider__viewport {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
	padding: 30px;
}

.cc-column-slider .cc-slider__viewport::-webkit-scrollbar {
  display: none;
}

.cc-column-top-card {
  flex: 0 0 calc((100% - 24px * 2) / 3.5);
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	border: solid 1px #e5e5e5;
}

.cc-column-top-card__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.cc-column-top-card__thumb {
  aspect-ratio: 16 / 9;
  background: #f3f3f3;
  overflow: hidden;
}

.cc-column-top-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cc-column-top-card__noimage {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #888;
  font-size: 14px;
}

.cc-column-top-card__body {
  padding: 18px 16px;
}

.cc-column-top-card__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  word-break: break-word;
}

.cc-column-top-card--more {
  display: flex;
}

.cc-column-top-card__link--more {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #13294b;
  color: #fff;
}

.cc-column-top-card__more-inner {
  padding: 24px;
  text-align: center;
}

.cc-column-top-card__more-text {
  display: inline-block;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .cc-column-top-card {
    flex: 0 0 calc((100% - 24px) / 2.2);
  }
}

@media (max-width: 767px) {
  .cc-column-top-card {
    flex: 0 0 82%;
  }

  .cc-column-top-card__title,
  .cc-column-top-card__more-text {
    font-size: 16px;
  }
}

/*.cc-section__cap,
.cc-slider,
.cc-slider__viewport,
.cc-slider__btn {
  z-index: auto;
}*/
.cc-startup-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.cc-startup-modal.is-open {
  display: block;
}

.cc-startup-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99999;
}

.cc-startup-modal__dialog {
  position: fixed;
  top: 20vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100000;
  width: min(92%, 720px);
  background: #fff;
  border-radius: 20px;
  padding: 40px 32px 32px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.cc-startup-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #f2f4f7;
  color: #333;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.cc-startup-modal__close:hover {
  opacity: 0.85;
}

.cc-startup-modal__label {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
}
.cc-startup-guide__image {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.cc-startup-modal__title {
      margin: 0 0 18px;
    font-size: 24px;
    line-height: 1.4;
    color: #2369b1;
    text-align: center;
}
.cc-startup-modal__text {
    background: #f5f8fa;
    border-radius: 20px;
    padding: 20px;
}
.cc-startup-modal__actions {
  margin-top: 20px;
  text-align: center;
}

.cc-startup-modal__view-btn {
  display: inline-block;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #ff9900;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    width: 60%;
    border-bottom: 5px solid #d98200;
}

.cc-startup-modal__view-btn:hover {
  background: #d98200;
  transform: translateY(-2px);
}
.cc-startup-modal__text p {
  color: #374151;
	text-align: center;
}

.cc-startup-modal__list {
  padding: 5px 5px;
    list-style: none;
}

.cc-startup-modal__list li {
background: #efefef;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    border-bottom: solid 1px #ccc;
}

.cc-startup-modal__note {
  font-size: 12px;
  color: #6b7280;
}

body.cc-modal-open {
  overflow: hidden;
}
/* =========================================================
   REQUEST GUIDE IN FLOW
========================================================= */
.cc-request-guide {
	margin-top: -50px;
}

.cc-request-guide__intro {
  max-width: 900px;
  margin: 0 auto 28px;
  text-align: center;
}

.cc-request-guide__intro h3 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.5;
  color: #163b63;
  font-weight: 800;
}

.cc-request-guide__intro p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: #444;
}
.cc-request-guide__toggle {
  appearance: none;
  border: none;
  cursor: pointer;
  margin-top: 18px;
  min-width: 220px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #163b63;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}
@media (max-width: 768px) {
  .cc-request-guide__toggle {
    width: 100%;
    min-width: 0;
    font-size: 14px;
  }
}
.cc-request-guide__toggle:hover {
  background: #0f2f4c;
  transform: translateY(-1px);
}

.cc-request-guide__toggle::after {
  content: " ＋";
  font-weight: 700;
}

.cc-request-guide__toggle[aria-expanded="true"]::after {
  content: " －";
}

.cc-request-guide__detail {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    max-height .6s ease,
    opacity .4s ease,
    visibility .4s ease;
}

.cc-request-guide__detail.is-open {
  opacity: 1;
  visibility: visible;
}
.cc-request-guide__block + .cc-request-guide__block {
  margin-top: 15px;
}

.cc-request-guide__block {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .06);
	border: solid 2px #efefef;
}

.cc-request-guide__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.cc-request-guide__label {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #0f2f4c;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
}

.cc-request-guide__head h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  color: #163b63;
  font-weight: 800;
}

.cc-request-types {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.cc-request-type {
  background: #f4f7fb;
  border: 2px solid #d7e4f3;
  border-radius: 20px;
  padding: 24px;
}

.cc-request-type--sub {
  background: #fff8ef;
  border-color: #ffd9a3;
}

.cc-request-type__badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #ff9900;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.cc-request-type h4 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.4;
  color: #163b63;
}

.cc-request-type__lead {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 16px !important;
}

.cc-request-type__list {
  margin: 0;
  padding-left: 1.2em;
}

.cc-request-type__list li {
  font-size: 13px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 6px;
}

.cc-request-type__note {
  margin-top: 16px !important;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
}

.cc-request-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.cc-request-step {
  background: #f4f5f7;
  border-radius: 20px;
  padding: 22px 18px 20px;
}

.cc-request-step__num {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #dae6ff;
  color: #163b63;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
}

.cc-request-step h4 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #163b63;
}

.cc-request-step p {
  font-size: 12px;
  line-height: 1.9;
  color: #444;
}

.cc-request-after {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.cc-request-after__item {
  background: #f4f5f7;
  border-radius: 20px;
  padding: 22px 18px 20px;
  text-align: center;
}

.cc-request-after__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: #ff9900;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 800;
  border: solid 6px #ffe1b8;
}

.cc-request-after__item h4 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #163b63;
}

.cc-request-after__item p {
  font-size: 12px;
  line-height: 1.9;
  color: #444;
  text-align: left;
}

.cc-request-guide__note {
  margin-top: 18px;
  background: #f9fbff;
  border: 1px solid #dbe6f5;
  border-radius: 16px;
  padding: 16px 18px;
}

.cc-request-guide__note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.9;
  color: #555;
	text-align: center;
}

@media (max-width: 1024px) {
  .cc-request-types,
  .cc-request-steps,
  .cc-request-after {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cc-request-guide {
    margin-top: 28px;
  }

  .cc-request-guide__intro {
    text-align: left;
    margin-bottom: 20px;
  }

  .cc-request-guide__intro h3 {
    font-size: 22px;
  }

  .cc-request-guide__intro p {
    font-size: 13px;
    line-height: 1.9;
  }

  .cc-request-guide__block {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .cc-request-guide__head {
    align-items: flex-start;
  }

  .cc-request-guide__head h3 {
    font-size: 20px;
  }

  .cc-request-types,
  .cc-request-steps,
  .cc-request-after {
    grid-template-columns: 1fr;
  }

  .cc-request-type,
  .cc-request-step,
  .cc-request-after__item {
    padding: 20px 16px;
  }

  .cc-request-type h4,
  .cc-request-step h4,
  .cc-request-after__item h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cc-startup-modal__dialog {
    width: calc(100% - 24px);
    margin-top: 5vh;
    padding: 34px 20px 24px;
    border-radius: 16px;
	 top: 0;
  }

  .cc-startup-modal__title {
    font-size: 22px;
	  margin-top: 25px;
  }
}
/* レスポンシブ */
@media (max-width: 1100px) {
  /*.cc-cases {
    grid-template-columns: repeat(3, 1fr);
  }
  .cc-flow {
    grid-template-columns: repeat(3, 1fr);
  }
  .cc-points {
    grid-template-columns: repeat(3, 1fr);
  }
  .cc-service-icons {
    grid-template-columns: repeat(4, 1fr);
  }*/
}
@media (max-width: 768px) {
  .header div.header-in {
    min-height: 68px !important;
  }
  .cc-hero {
    padding: 70px 0 60px;
  }
  .ni {
    font-size: 34.5px;
  }
  .spnone {
    display: none;
  }
  .cc-hero__visual {
    display: none;
  }
  .cc-section {
    padding: 56px 0 64px;
  }
  .cc-section__cap {
    font-size: 20px;
    padding: 5px;
    margin-bottom: 22px;
    width: 90%;
    line-height: 15px;
    height: 50px;
    margin-top: -105px;
  }
  .whats_title img {
    width: 130px;
  }
  .cc-section__title {
    font-size: 20px;
  }
  .cc-tabhead__btn {
    font-size: 16px;
  }
  .cc-tabhead__btn span {
    display: block;
    margin: 8px 0 0;
  }
  .cc-plans {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .cc-flow__item p {
    min-height: 250px;
    margin-bottom: -95px;
	  padding: 100px 30px 20px;
  }
  .cc-whats__lead {
    font-size: 22px;
  }
  .cc-whats__desc {
    padding: 30px 20px;
  }
  p.cc-device__note {
    padding: 0 20px;
  }
  .cc-plan__notice {
    line-height: 1.5em;
  }
  .cc-plan__head {
    font-size: 18px;
  }
  .cc-company {
    display: block;
  }
  .cc-company__logo {
    min-height: 120px;
	  border: none;
  }
  .cc-company__table dl {
    grid-template-columns: 90px 1fr;
  }
  .cc-device--pc {
    width: 100%;
  }
  .cc-device--sp {
    width: 150px;
  }
	.cc-point p{
		padding: 0 30px 20px;
	}
}