@charset "UTF-8";

/* =========================================================
   基本設定
========================================================= */

/* パンくずリスト */
.section-breadcrumb {
  background: #fff;
  padding: 0.5em 0;
  overflow: hidden;
  font-size: 0.8rem;
  line-height: 1.5;
}

.section-breadcrumb .container {
  padding: 0 25px;
  margin: 0 75px;
}

.breadcrumb {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumb-item {
  display: inline-flex;
  align-items: center;
}

.breadcrumb-item a {
  color: rgb(136, 136, 136);
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  padding: 0 0.5em;
  color: #999;
}

.breadcrumb-item span {
  color: #666;
}

.breadcrumb-item .fa-home {
  display: none;
}

.lp-theme {
  width: 100%;
  min-width: 0;
  overflow: visible;
  font-style: normal;
  color: #111;
  font-size: 18px;
  line-height: 2;
}

.lp-theme div,
.lp-theme p,
.lp-theme a,
.lp-theme span,
.lp-theme h1,
.lp-theme h2,
.lp-theme h3,
.lp-theme h4 {
  font-family: "Noto Sans JP", sans-serif !important;
}

.lp-theme p {
  line-height: 2;
}

/* =========================================================
   セクション / コンテナ
========================================================= */
.section-theme {
  padding: 3em;
  background: #fff;
}

.section-theme.p-1em {
  padding: 1em;
}

.lp-theme .section-theme .container {
  margin: 0 auto;
  padding: 2em 0;
}

/* =========================================================
   見出し
========================================================= */
.wrapper-heading {
  text-align: center;
}

.lp-theme .section-theme h2 {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  position: relative !important;
  display: inline-block !important;
  padding: 0 2em !important;
}

.section-theme h2:before,
.section-theme h2:after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  display: inline-block !important;
  width: 2em !important;
  height: 3px !important;
  background-color: #111 !important;
  -webkit-transform: rotate(-60deg) !important;
  transform: rotate(-60deg) !important;
}

.section-theme h2:before {
  left: 0 !important;
}

.section-theme h2:after {
  right: 0 !important;
}

/* セクション背景が暗い場合（H2のカラーを白にしたい場合） */
h2.font-cwh {
  color: #fff;
}

.section-theme h2.font-cwh:before,
.section-theme h2.font-cwh:after {
  background-color: #fff;
}

/* 角丸見出し */
.heading_balloon {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.5em 1.5em;
  color: #fff;
  background: #111;
  border-radius: 50em;
}

/* =========================================================
   KV
========================================================= */
.section-theme.kv {
  background-color: #0091ff;
  background: linear-gradient(135deg, rgb(47, 228, 189, 0.8), rgba(0, 110, 255, 0.8)),
    url(https://cdn.clipkit.co/tenants/1056/resources/assets/000/002/692/original/kv.jpg?1731547483);
  background-position: center;
  background-size: cover;
  padding: 1em 0 3rem;
  text-align: center;
  color: #fff;
}

.section-theme.kv h1 {
  font-size: 3.3rem;
  font-weight: 600;
}

.section-theme.kv p {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
}

.section-theme .area-message {
  font-size: 1.2rem;
  margin-bottom: 1.5em;
}

/* H1上のキャッチ */
.section-theme .area-message .balloon-catch {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0.5em 2em;
  min-width: 200px;
  max-width: 100%;
  color: #111;
  font-size: 1.1rem;
  background: #fff;
  border-radius: 50em;
}

.section-theme .area-message .balloon-catch:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #fff;
}

.section-theme .area-message .balloon-catch p {
  margin: 0;
  padding: 0;
}

.section-theme .area-message .rbox-catch {
  display: inline-block;
  margin: 1.5em 0;
  padding: 0.5em 2em;
  min-width: 200px;
  max-width: 100%;
  color: #fff;
  font-size: 1.1rem;
  border: 3px solid #fff;
}

.section-theme .area-point {
  justify-content: center;
}

.section-theme .area-point p {
  font-size: 1.1rem;
  margin-top: 0.5em;
}

.section-theme .area-point img {
  width: 200px;
}

/* KV内のCTAエリア */
.section-theme.kv .area-cta {
  display: block;
  margin: 2em auto 0;
  max-width: 800px;
  padding: 1.5em 2em;
  background: #00000060;
  border-radius: 5px;
}

.section-theme.kv .area-cta p {
  font-size: 1rem;
  line-height: 2;
  margin: 0 0 1em;
}

/* =========================================================
   ボタン / CTA
========================================================= */
.area-cta {
  text-align: center;
}

.area-cta p {
  margin-bottom: 0.5em;
}

.area-cta .container-2col {
  justify-content: center;
}

.area-cta .container-2col a {
  width: 330px;
  padding: 0 2em;
  margin: 0 0.5em;
}

/* CTAボタン */
.button-cta a {
  display: block;
  vertical-align: middle;
  text-decoration: none;
  max-width: 360px;
  margin: auto;
  font-weight: 600;
  background-image: linear-gradient(135deg, #ff851a, #ff451c);
  border-radius: 50em;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.button-cta a p {
  padding: 1em 0;
  color: #fff !important;
  font-size: 1.175rem;
}

.room-area .button-cta {
  margin-top: 10px;
}

.room-area .item-3col .font-s13.font-w600.text-center {
  margin-bottom: 10px !important;
}

.room-area .item-3col figure {
  margin-bottom: 16px;
}

.room-area .button-cta a p {
  padding: 0.5em 0;
}

.button-cta a:hover {
  opacity: 0.7;
  transform: scale(1.05);
}

.button-cta a.dl {
  background-image: linear-gradient(135deg, #1ac6ff, #1c55ff);
}

/* アンカーリンクのボタン（通常 / 物件） */
.button-alink,
.button-alink-bukken {
  display: inline-block;
  margin: 0 auto;
}

.button-alink a,
.button-alink-bukken a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  width: 400px;
  margin: 0;
  font-weight: 600;
  border-radius: 50em;
  background: #fff;
  border: 2px solid #111;
}

.button-alink a p {
  padding: 1em 1.5em 0;
  color: #111 !important;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.button-alink-bukken a p {
  padding: 1em 1em;
  color: #111 !important;
  font-size: 1em !important;
}

.button-alink a:hover,
.button-alink-bukken a:hover {
  opacity: 0.5;
}

/* =========================================================
   吹き出し会話
========================================================= */
.area-chat {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 0 1em;
}

.area-chat figure {
  width: 10%;
}

.area-chat.left {
  flex-direction: row;
}

.area-chat.right {
  flex-direction: row-reverse;
  align-items: center;
}

.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 1em 2em;
  max-width: 70%;
  font-size: 1.1rem;
  color: #111;
  background: #fff;
  border-radius: 5px;
}

.balloon.b-left {
  margin: 1.5em 0 1.5em 15px;
}

.balloon.b-right {
  margin: 1.5em 15px 1.5em 0;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border: 10px solid transparent;
}

.balloon.b-left:before {
  border-right: 15px solid #fff;
  left: -24px;
}

.balloon.b-right:before {
  border-left: 15px solid #fff;
  left: 100%;
}

.balloon p {
  margin: 0;
  padding: 0;
}

/* =========================================================
   横並び表示
========================================================= */
/* 2カラム並び */
.container-2col {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.item-2col,
.item-3col,
.item-4col {
  padding: 0 1em;
  flex-direction: column;
}

/* 3カラム並び */
.container-3col {
  display: flex;
  justify-content: space-around;
}

/* 4カラム並び */
.container-4col {
  display: flex;
  justify-content: space-around;
}

.container-2col figure {
  width: 35%;
}

.container-2col figure img {
  width: 100%;
  min-width: 0;
  overflow: visible;
}

/* =========================================================
   利用企業
========================================================= */
.list-customer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1.5em;
}

.list-customer li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  background: #fff;
  width: 18%;
  margin: 0.5em;
  padding: 1.5em 2.5em;
  border-radius: 5px;
}

.list-customer li img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

/* =========================================================
   ボックス
========================================================= */
.box-list {
  background: #1dcaff;
  border-radius: 10px;
  position: relative;
  padding: 3em 1.5em 1em;
}

.box-list .heading_balloon {
  position: absolute;
  top: -25px;
  left: 60px;
  right: 60px;
}

.box-list ul li {
  font-size: 1rem;
  line-height: 1.8;
}

.box-list .button-alink {
  margin-top: 0;
}

.box-point {
  display: block;
  position: relative;
  padding: 1.5em !important;
  text-align: center;
  background: #fff !important;
  border-radius: 10px;
  overflow: visible !important;
}

.box-point .badge-num {
  display: block;
  margin: 0 auto 0.5em !important;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.box-point figure {
  width: 100%;
  min-width: 0;
  overflow: visible;
}

.box-point figure img {
  width: 100%;
  min-width: 0;
  overflow: visible;
}

.box-point p {
  text-align: left;
}

.box-point.detail-solution {
  padding-top: 1em;
  margin-bottom: 4em;
}

.box-point.detail-solution h3 {
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin: 1em 0 2em;
}

.box-point.detail-solution h3:before {
  content: "" !important;
  position: absolute !important;
  bottom: -0.7em !important;
  display: inline-block !important;
  width: 60px !important;
  height: 5px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  background-color: black !important;
  border-radius: 2px !important;
}

.box-point.detail-solution .textarea-point {
  text-align: left;
  margin-right: 1em;
  line-height: 1.8;
  width: 70%;
}

.box-point.detail-solution .container-2col .imgarea-point {
  width: 30%;
  margin-right: 1em;
}

.box-point.detail-solution .container-2col .imgarea-point img {
  width: 100%;
  min-width: 0;
  overflow: visible;
}

.box-point.detail-solution .badge-num {
  position: absolute !important;
  left: -10px !important;
  top: -10px !important;
  display: block !important;
  margin: 0 !important;
  width: 80px !important;
  height: 80px !important;
  line-height: 70px !important;
  font-size: 2rem !important;
  font-weight: 500 !important;
}

/* =========================================================
   リスト
========================================================= */
.lp-theme ul.list-check {
  padding-left: 0;
}

.lp-theme ul.list-check li {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  line-height: 2.2;
}

.lp-theme ul.list-check li:before {
  display: inline-block;
  width: 15px;
  height: 10px;
  border-bottom: 3px solid #111;
  border-left: 3px solid #111;
  transform: rotate(-45deg) translateY(-1.5px);
  content: "";
}

/* 事例用 list-check（#biz内） */
#biz ul.list-check.case {
  margin: 0;
  padding: 0;
}

#biz ul.list-check.case li {
  position: relative;
  list-style: none;
  display: block;
  padding-left: 1.4em;
  line-height: 1.8;
  margin-bottom: 0.7em;
  overflow-wrap: anywhere;
}

#biz ul.list-check.case li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.7em;
  height: 0.42em;
  border-bottom: 3px solid #1476ff;
  border-left: 3px solid #1476ff;
  transform: rotate(-45deg);
}

#biz ul.list-check.case li > span {
  white-space: normal;
  margin-right: 0.25em;
}

/* 課題/施策/成果のラベルと本文を2カラム固定（汎用） */
.list-check.case li {
  display: grid;
  grid-template-columns: 3.2em 1fr;
  column-gap: 0.5em;
  align-items: start;
  line-height: 1.55;
  margin: 0;
}

.list-check.case li + li {
  margin-top: 1em;
}

.list-check.case li > span.font-w600.font-cbl {
  grid-column: 1;
  display: block;
  line-height: 1.55;
}

.list-check.case li > :not(span.font-w600.font-cbl) {
  grid-column: 2;
  min-width: 0;
}

/* =========================================================
   汎用クラス
========================================================= */
/* 背景色 */
.bg-mb {
  background: #1dcaff;
}

.bg-bl {
  background: #1476ff;
}

.bg-wh {
  background: #fff;
}

.bg-lg {
  background: #f5f5f5;
}

.bg-gy {
  background: #e8e9eb;
}

.bg-bk {
  background: #111;
}

.bg-gr-yo {
  background-image: linear-gradient(180deg, #ffd240, #f6a400);
}

.bg-gr-gb {
  background-image: linear-gradient(290deg, rgb(84, 222, 192), rgba(0, 110, 255));
}

.bg-gr-sb {
  background-image: linear-gradient(135deg, #93e8ed, #14b2f0);
}

.box-border-bk {
  border: 2px solid #111;
}

.box-noborder-sdw {
  box-shadow: 0 1rem 2rem hsla(0, 0%, 35%, 0.3);
  background: hsl(0 0% 100%);
}

.box-noborder-sdw-light {
  box-shadow: 0 1rem 2rem hsla(0, 0%, 35%, 0.1);
  background: hsl(0 0% 100%);
}

/* 背景の区切りデザイン */
.section-theme.wave,
.section-theme.triangle {
  position: relative;
}

.custom-shape-triangle,
.custom-shape-wave {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
  line-height: 0 !important;
}

.custom-shape-triangle svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
}

.custom-shape-triangle .shape-fill {
  fill: #1dcaff;
}

.custom-shape-wave svg {
  position: relative;
  display: block;
  width: calc(145% + 1.3px);
  height: 100px;
}

.custom-shape-wave .shape-fill {
  fill: #fff;
}

.custom-shape-wave.wave-gy .shape-fill {
  fill: #e8e9eb;
}

/* 横幅 */
.w-800 {
  width: 800px;
}

.w-p60 {
  width: 60%;
}

.w-p48 {
  width: 48%;
}

.w-p30 {
  width: 30%;
}

.w-p20 {
  width: 20% !important;
}

.w-p24 {
  width: 24%;
}

/* テキスト */
.text-center {
  text-align: center !important;
}

.font-w600 {
  font-weight: 600;
}

.font-s08 {
  font-size: 0.8rem;
}

.font-s1 {
  font-size: 1rem;
}

.font-s13 {
  font-size: 1.3rem;
}

.item-3col .font-s13.font-w600.text-center {
  margin-bottom: 10px;
}

.font-s15 {
  font-size: 1.5rem;
}

.font-s18 {
  font-size: 1.8rem;
}

.font-s30 {
  font-size: 3rem;
}

.text-wh {
  color: #fff;
}

.text-note {
  font-size: 0.7em;
  color: #666;
}

.font-cbl {
  color: #1476ff;
}

.lh-14 {
  line-height: 1.4;
}

/* 余白 */
.mb-0 {
  margin-bottom: 0;
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-2em {
  margin-bottom: 2em;
}

.mb-3em {
  margin-bottom: 3em;
}

.mb-5em {
  margin-bottom: 5em;
}

.mt-auto {
  margin-top: auto;
}

.mt-1em {
  margin-top: 1em;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-1em {
  padding-top: 1em;
}

.pt-2em {
  padding-top: 2em;
}

.pt-3em {
  padding-top: 3em;
}

.pt-5em {
  padding-top: 5em;
}

.pb-1em {
  padding-bottom: 1em;
}

/* 元CSSの挙動維持（クラス名と値の不一致はそのまま） */
.pb-3em {
  padding-bottom: 1em;
}

/* 装飾 */
.text-marker {
  background: linear-gradient(transparent 70%, #e5ff00 70%);
}

.num-strong {
  font-size: 2.5rem;
  font-weight: 600;
  padding: 0 0.2em;
}

.text-bigstrong {
  font-weight: 600;
  font-size: 1.3rem;
  padding: 0 0.2em;
}

a.linelink {
  text-decoration: underline;
}

/* デバイス別表示 */
@media (min-width: 576px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 575px) {
  .pc-only {
    display: none;
  }
}

/* =========================================================
   導入フロー（#biz .flow）
========================================================= */
#biz .flow {
  background-color: #fbfaf5;
}

#biz .flow__wrap {
  counter-reset: flow;
}

#biz .flow__ttl {
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #1b234a;
}

#biz .flow__box::before {
  content: "";
  position: absolute;
  display: block;
  background-repeat: repeat-y;
}

#biz .flow__subttl {
  counter-increment: flow;
  font-weight: 500;
}

#biz .flow__subttl::before {
  content: "0" counter(flow) "";
  font-weight: 300;
}

#biz .flow__tag {
  font-weight: 500;
  color: #1b234a;
  background-color: #dadadc;
}

#biz .flow__notice {
  color: #1b234a;
}

#biz .flow__dt {
  border: 1px solid #232323;
}

#biz .flow__dt,
#biz .flow__dt--blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#biz .flow__dt--blue {
  color: #00abeb;
  border: 1px solid #00abeb;
}

#biz .flow__dd a {
  color: #00abeb;
  font-weight: 500;
}

#biz .flow__notes {
  background-color: rgba(169, 212, 236, 0.81);
  z-index: 10;
}

#biz .flow__notes::before {
  content: "";
  position: absolute;
}

#biz .flow__note {
  background-image: url(https://cdn.clipkit.co/tenants/1138/resources/assets/000/003/600/original/icon-check.svg?1742887330);
  background-repeat: no-repeat;
  background-position: left center;
}

#biz .flow__bloc {
  position: relative;
}

/* =========================================================
   Media Queries（集約）
========================================================= */

/* ----- min-width: 576px / 768px / 992px / 1200px / 1400px ----- */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

/* ----- max-width: 800px ----- */
@media (max-width: 800px) {
  .w-800,
  .w-p60,
  .w-p48,
  .w-p30,
  .w-p24 {
    width: 100%;
  min-width: 0;
  overflow: visible;
  }
}

/* ----- max-width: 575px ----- */
@media (max-width: 575px) {
  .section-breadcrumb .container {
    margin: 0;
    padding: 0 15px;
  }

  .lp-theme {
  width: 100%;
  min-width: 0;
  overflow: visible;
    width: 100%;
  min-width: 0;
  overflow: visible;
  }

  .lp-theme .container {
    padding: 0 1em;
  }

  .section-theme {
    padding: 1em;
  }

  .lp-theme .section-theme h2 {
    font-size: 1.3rem !important;
    padding: 0 1.5em !important;
    position: relative !important;
    display: inline-block !important;
  }

  .heading_balloon {
    display: block;
  }

  .section-theme.kv {
    padding: 0 1em 1em;
  }

  .section-theme.kv h1 {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .section-theme.kv p {
    font-size: 1rem;
  }

  .section-theme.kv .area-cta {
    max-width: 100%;
    padding: 1em;
  }

  .section-theme .area-message .rbox-catch {
    font-size: 0.9rem;
  }

  .container-2col figure,
  .area-cta .container-2col {
    width: 100%;
  min-width: 0;
  overflow: visible;
  }

  .button-cta {
    display: inline-block;
    width: 100%;
  min-width: 0;
  overflow: visible;
  }

  .button-cta + .button-cta {
    margin-top: 16px;
  }

  .area-cta > p {
    margin-bottom: 9px;
  }

  .list-customer li {
    width: 44%;
  }

  .list-customer li img {
    max-height: 2em;
  }

  .button-alink a {
    width: 100%;
  min-width: 0;
  overflow: visible;
    line-height: 1.4;
  }

  .area-cta .container-2col a {
    width: 100%;
  min-width: 0;
  overflow: visible;
    padding: 0;
    margin: 0;
  }

  .button-alink-bukken a {
    width: 100% !important;
    line-height: 1.4;
    padding: 0 3em;
  }

  .area-chat {
    align-items: center;
  }

  .area-chat figure {
    width: 20%;
  }

  .balloon {
    width: 65%;
    padding: 1em;
  }

  .container-2col,
  .container-3col,
  .container-4col {
    display: block;
  }

  .item-2col,
  .item-3col,
  .item-4col {
    width: 100%;
  min-width: 0;
  overflow: visible;
  }

  .kv .area-point.container-3col,
  .area-point.container-4col {
    display: flex;
  }

  .kv .area-point.container-3col .item-3col {
    width: 33%;
    padding: 0 0.5em;
  }

  .kv .area-point.container-3col .item-3col p {
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .kv .area-point.container-3col .item-3col img {
    width: 100%;
  min-width: 0;
  overflow: visible;
  }

  ul {
    padding: 0;
  }

  .list-customer li {
    width: 44%;
  }

  .list-customer li img {
    max-height: 2em;
  }

  .box-list .heading_balloon {
    top: -30px;
    font-size: 1rem;
    line-height: 1.4;
  }

  .box-list ul li {
    font-size: 0.9rem;
  }

  .box-point,
  .box-list {
    width: 100%;
  min-width: 0;
  overflow: visible;
    margin-bottom: 3em;
  }

  .box-point.detail-solution .textarea-point,
  .box-point.detail-solution .container-2col .imgarea-point {
    width: 100%;
  min-width: 0;
  overflow: visible;
  margin-bottom: 16px;
  }

  .box-point.detail-solution .badge-num {
    width: 60px;
    height: 60px;
    line-height: 50px;
    font-size: 1.4rem;
  }

  .box-point .badge-num {
    margin-left: 0;
    margin-right: 0;
  }

  .lp-theme ul.list-check li {
    text-align: left;
    line-height: 1.4;
    margin-bottom: 1em;
  }
}

/* ----- max-width: 767px ----- */
@media screen and (max-width: 767px) {
  .list-check.case li {
    grid-template-columns: 3em 1fr;
    column-gap: 0.4em;
    line-height: 1.5;
  }

  .list-check.case li + li {
    margin-top: 0.5em;
  }
}

/* ----- max-width: 991px ----- */
@media screen and (max-width: 991px) {
  #biz .flow {
    padding: 10.6666666667vw 0;
  }

  #biz .flow__wrap {
    padding: 0 5.3333333333vw;
    overflow: hidden;
  }

  #biz .flow__ttl {
    font-size: 4.8vw;
    width: 89.0666666667vw;
    line-height: 12.2666666667vw;
    margin: 0 auto 8vw;
  }

  #biz .flow__box {
    padding-top: 5em;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 18.6666666667vw;
  }

  #biz .flow__box::before {
    top: -8vw;
    left: calc(50% - 0.5333333333vw);
    width: 1.0666666667vw;
    height: calc(100% + 8vw);
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(1.6vw, #000),
      color-stop(1.6vw, transparent)
    );
    background-image: linear-gradient(to bottom, #000 1.6vw, transparent 1.6vw);
    background-size: 1.0666666667vw 3.2vw;
    z-index: -1;
  }

  #biz .flow__box:nth-of-type(0) {
    background-image: url("./img/flow/img-00.png");
  }

  #biz .flow__box:nth-of-type(1) {
    background-image: url(https://cdn.clipkit.co/tenants/1138/resources/assets/000/003/601/original/img-01.png?1742887330);
  }

  #biz .flow__box:nth-of-type(2) {
    background-image: url(https://cdn.clipkit.co/tenants/1138/resources/assets/000/003/602/original/img-02.png?1742887331);
  }

  #biz .flow__box:nth-of-type(3) {
    background-image: url(https://cdn.clipkit.co/tenants/1138/resources/assets/000/003/603/original/img-03.png?1742887331);
  }

  #biz .flow__box:nth-of-type(4) {
    background-image: url(https://cdn.clipkit.co/tenants/1138/resources/assets/000/003/604/original/img-04.png?1742887331);
  }

  #biz .flow__box:nth-of-type(5) {
    background-image: url(https://cdn.clipkit.co/tenants/1138/resources/assets/000/003/605/original/img-05.png?1742887332);
  }

  #biz .flow__box:not(:first-of-type) {
    margin-top: 8vw;
  }

  #biz .flow__bloc {
    padding: 5.3333333333vw;
    background-color: #fff;
  }

  #biz .flow__subttl {
    font-size: 5.3333333333vw;
  }

  #biz .flow__subttl::before {
    margin-right: 2.6666666667vw;
    font-size: 9.6vw;
  }

  #biz .flow__tag {
    display: inline-block;
    margin-top: 2.1333333333vw;
    padding: 1.6vw 2.6666666667vw;
    font-size: 3.2vw;
  }

  #biz .flow__notice {
    margin-top: 2.1333333333vw;
    font-size: 2.6666666667vw;
    font-weight: 500;
  }

  #biz .flow__item {
    margin-top: 5.3333333333vw;
  }

  #biz .flow__dt,
  #biz .flow__dt--blue {
    margin-bottom: 2.6666666667vw;
    padding: 2.1333333333vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
  }

  #biz .flow__dd {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143em;
  }

  #biz .flow__dd small {
    margin-top: 2.1333333333vw;
    display: inline-block;
    font-size: 2.6666666667vw;
    line-height: 1.6em;
  }

  #biz .flow__notes {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw;
    width: 73.3333333333vw;
    border-radius: 3.7333333333vw;
    position: static;
  }

  #biz .flow__notes::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 calc(11.4666666667vw / 2) 3.4666666667vw calc(11.4666666667vw / 2);
    border-color: transparent transparent rgba(169, 212, 236, 0.81) transparent;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }

  #biz .flow__note {
    padding-left: 7.4666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.2857142857em;
    background-size: 4.8vw;
  }

  #biz .flow__note:not(:first-child) {
    margin-top: 2.4vw;
  }

  #biz ul.list-check.case li {
    line-height: 1.6;
    margin-bottom: 0.9em;
    padding-left: 1.3em;
  }

  #biz ul.list-check.case li::before {
    top: 0.55em;
    width: 0.62em;
    height: 0.36em;
    border-bottom-width: 2px;
    border-left-width: 2px;
  }

  .imgarea-point.text-center img {
    width: 100%;
  min-width: 0;
  overflow: visible;
    height: auto;
  }

  figure.problem {
    width: 100%;
  min-width: 0;
  overflow: visible;
    margin: 20px auto 0;
    text-align: center;
  }

  figure.problem img {
    display: block;
    width: 100%;
  min-width: 0;
  overflow: visible;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  figure.ico-center {
    width: 20%;
  }

  .text-center.font-s13.font-w600 {
    font-size: 1.1rem;
  }
}

/* ----- min-width: 992px ----- */
@media screen and (min-width: 992px) {
  #biz .flow {
    padding: min(120px, 7.5vw) 0;
  }

  #biz .flow__ttl {
    font-size: min(2.25rem, 2.25vw);
    width: min(374px, 23.375vw);
    line-height: min(91px, 5.6875vw);
    margin: 0 auto min(80px, 5vw);
  }

  #biz .flow__box {
    margin-top: min(60px, 3.75vw);
  }

  #biz .flow__box:nth-of-type(0) header {
    background-image: url("/lp_theme/internship/img/img-00.png");
  }

  #biz .flow__box:nth-of-type(1) header {
    background-image: url(https://cdn.clipkit.co/tenants/1138/resources/assets/000/003/601/original/img-01.png?1742887330);
  }

  #biz .flow__box:nth-of-type(2) header {
    background-image: url(https://cdn.clipkit.co/tenants/1138/resources/assets/000/003/602/original/img-02.png?1742887331);
  }

  #biz .flow__box:nth-of-type(3) header {
    background-image: url(https://cdn.clipkit.co/tenants/1138/resources/assets/000/003/603/original/img-03.png?1742887331);
  }

  #biz .flow__box:nth-of-type(4) header {
    background-image: url(https://cdn.clipkit.co/tenants/1138/resources/assets/000/003/604/original/img-04.png?1742887331);
  }

  #biz .flow__box:nth-of-type(5) header {
    background-image: url(https://cdn.clipkit.co/tenants/1138/resources/assets/000/003/605/original/img-05.png?1742887332);
  }

  #biz .flow__header,
  #biz .flow__item {
    padding-left: min(180px, 11.25vw);
  }

  #biz .flow__header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: min(10px, 0.625vw);
    height: min(120px, 7.5vw);
    background-position: left top;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  #biz .flow__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    flex: 1;
  }

  #biz .flow__subttl {
    font-size: min(1.875rem, 1.875vw);
  }

  #biz .flow__subttl::before {
    margin-right: min(32px, 2vw);
    font-size: min(4.375rem, 4.375vw);
  }

  #biz .flow__tag {
    top: min(4px, 0.25vw);
    margin-left: min(40px, 2.5vw);
    padding: min(10px, 0.625vw) min(20px, 1.25vw);
    font-size: min(1.125rem, 1.125vw);
  }

  #biz .flow__tag small {
    font-size: min(0.875rem, 0.875vw);
  }

  #biz .flow__notice {
    top: min(4px, 0.25vw);
    margin-left: min(10px, 0.625vw);
    font-size: min(0.75rem, 0.75vw);
    line-height: 1.6666666667em;
  }

  #biz .flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #biz .flow__item:not(:first-of-type) {
    margin-top: min(20px, 1.25vw);
  }

  #biz .flow__dt,
  #biz .flow__dt--blue {
    margin-right: min(16px, 1vw);
    width: min(88px, 5.5vw);
    height: min(34px, 2.125vw);
    font-size: min(1rem, 1vw);
  }

  #biz .flow__dd {
    padding-top: min(4px, 0.25vw);
    font-size: min(1.125rem, 1.125vw);
    line-height: 1.3333333333em;
  }

  #biz .flow__dd small {
    font-size: min(0.875rem, 0.875vw);
  }

  #biz .flow__notes {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: min(16px, 1vw) min(8px, 0.5vw) min(16px, 1vw) min(16px, 1vw);
    width: min(224px, 14vw);
    height: min(162px, 10.125vw);
    border-radius: min(14px, 0.875vw);
    margin-left: min(20px, 1.25vw);
    margin-bottom: 0;
  }

  #biz .flow__notes::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: min(18px, 1.125vw) min(18px, 1.125vw) min(18px, 1.125vw) 0;
    border-color: transparent rgba(169, 212, 236, 0.81) transparent transparent;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }

  #biz .flow__note {
    margin: min(6px, 0.375vw);
    padding-left: min(44px, 2.75vw);
    font-size: min(1rem, 1vw);
    line-height: 1.5em;
    background-size: min(30px, 1.875vw);
  }
}
