@charset "UTF-8";

/* ━━━━━━━━━━━━━━━━━ 基本設定 ━━━━━━━━━━━━━━━━━ */
main.lp-theme {
    font-style: normal;
    color: #111;
    font-size: 18px;
    line-height: 2;
}
main.lp-theme div,
main.lp-theme p,
main.lp-theme a,
main.lp-theme span,
main.lp-theme h1,
main.lp-theme h2,
main.lp-theme h3,
main.lp-theme h4 {
    font-family: 'Noto Sans JP', sans-serif !important;
}

/* ━━━━━━━━━━━━━━━━━ Section - コンテンツのまとまり ━━━━━━━━━━━━━━━━━ */
.lp-theme .section-theme .container {
    padding: 2em 0;
}
.section-theme {
    padding: 3em;
    background: #fff;
}
.section-theme.p-1em {
    padding: 1em;
}
@media (max-width: 575px) {
    .lp-theme {
        width: 100%;
    }
    .lp-theme .container {
        padding: 0 1em;
    }
    .section-theme {
        padding: 1em;
    }
}

/* ━━━━━━━━━━━━━━━━━ Container - 横幅に合わせた表示調節 ━━━━━━━━━━━━━━━━━ */
.lp-theme .section-theme .container {
    margin: 0 auto;
}
@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;
    }
}

/* ━━━━━━━━━━━━━━━━━ Heading - 見出し ━━━━━━━━━━━━━━━━━ */
.wrapper-heading {
    text-align: center;
}
.lp-theme .section-theme h2 {
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding: 0 2em;
}
.section-theme h2:before, .section-theme h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 2em;
    height: 3px;
    background-color: #111;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.section-theme h2:before {
    left:0;
}
.section-theme h2:after {
    right: 0;
}
h2.font-cwh { /* セクション背景が暗い場合（H2のカラーを白にしたい場合） */
    color: #fff;
}
.section-theme h2.font-cwh:before, .section-theme h2.font-cwh:after { /* セクション背景が暗い場合（H2のカラーを白にしたい場合） */
    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;
}

@media (max-width: 575px) {
    .lp-theme .section-theme h2 {
        font-size: 1.3rem;
        padding: 0 1.5em;
    }
    .heading_balloon {
        display: block;
    }
}


/* ━━━━━━━━━━━━━━━━━ KV ━━━━━━━━━━━━━━━━━ */
/* 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-radius: 50em;*/
    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: 0 auto;
    max-width: 800px;
    padding: 1.5em 2em;
    background: #00000060; 
    border-radius: 5px;
    margin-top: 2em;
}
.section-theme.kv .area-cta p {
    font-size: 1rem;
    line-height: 2;
    margin: 0 0 1em;
}
@media (max-width: 575px) {
    .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;
    }
}

/* ━━━━━━━━━━━━━━━━━ Button - ボタン ━━━━━━━━━━━━━━━━━ */
/* CTAボタン */
.area-cta {
    text-align: center;
}
.area-cta p {
    margin-bottom: 0.5em;
}
.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, .1);
    -webkit-box-shadow: 0 3px 5px rgba(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 a p {
    padding: 0.5em 0;
}
.button-cta a:hover {
  opacity: 0.7;
  transform: scale(1.05);
}
/* アンカーリンクのボタン */
.button-alink {
    display: inline-block;
    margin: 0 auto;
}
.button-alink 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;
}
.button-alink a:hover {
  opacity: 0.5;
}

/* ━━━━━━━━━━━━━━━━━ CTA - CTAエリア ━━━━━━━━━━━━━━━━━ */
.area-cta .container-2col {
    justify-content: center;
}
.area-cta .container-2col a {
    width: 330px;
    padding: 0 2em;
    margin: 0 0.5em;
}
.container-2col figure {
    width: 35%;
}
.container-2col figure img {
    width: 100%;
}
.button-cta a.dl {
    background-image: linear-gradient(135deg, #1ac6ff, #1c55ff); 
}

@media (max-width: 575px) {
    .container-2col figure,
    .area-cta .container-2col {
        width: 100%;
    }
    .button-cta {
        display: inline-block;
        width: 100%;
    }
    .button-alink a {
        width: 100%;
        line-height: 1.4;
    }
    .area-cta .container-2col a {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .button-alink-bukken a {
        width: 100% !important;
        line-height: 1.4;
        padding: 0 3em;
    }
}

/* ━━━━━━━━━━━━━━━━━ 吹き出し会話 ━━━━━━━━━━━━━━━━━ */
.area-chat {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 0 1em;
}
.area-chat figure {
    width: 10%;
}
.area-chat figure img {
}
.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;
}

@media (max-width: 575px) {
    .area-chat{
        align-items: center;
    }
    .area-chat figure {
        width: 20%;
    }
    .balloon {
        width: 65%;
        padding: 1em;
    }
}

/* ━━━━━━━━━━━━━━━━━ 横並び表示 ━━━━━━━━━━━━━━━━━ */
/* 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;
}

@media (max-width: 575px) {
    .container-2col,.container-3col,.container-4col {
        display: block;
    }
    .item-2col,.item-3col,.item-4col {
        width: 100%;
    }
    .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%;
    }
/*    .kv .area-point.container-4col .item-4col {
        width: 20%;
        padding: 0 0.5em;
    }*/
}


/* ━━━━━━━━━━━━━━━━━ 利用企業 ━━━━━━━━━━━━━━━━━ */
.list-customer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.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;
}

@media (max-width: 575px) {
    ul {
        padding: 0;
    }
    .list-customer li {
        width: 44%;
    }
    .list-customer li img {
        max-height: 2em;
    }
}

/* ━━━━━━━━━━━━━━━━━ ボックス ━━━━━━━━━━━━━━━━━ */
.box-list {
    background: #1dcaff /*#c5ff27*/;
    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;
    text-align: center;
    background: #fff;
    border-radius: 10px;
}
.box-point .badge-num {
    position: absolute;
    top: -25px;
    left: 170px;
    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%;
}
.box-point figure img {
    width: 100%;
}
.box-point p {
    text-align: left;
}
/*.box-point p:first-child {
    font-size: 1.2rem;
}*/
.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: '';
    position: absolute;
    bottom: -0.7em;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
}
.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%;
}
.box-point.detail-solution .badge-num {
    left: -10px;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 2rem;
    font-weight: 500;
}

@media (max-width: 575px) {
    .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%;
        margin-bottom: 3em;
    }
    .box-point.detail-solution .textarea-point ,
    .box-point.detail-solution .container-2col .imgarea-point {
        width: 100%;
    }
    .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 {
    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: '';
}
@media (max-width: 575px) {
    .lp-theme ul.list-check li {
        text-align: left;
        line-height: 1.4;
        margin-bottom: 1em;
    }
}


/* ━━━━━━━━━━━━━━━━━ 導入フロー ━━━━━━━━━━━━━━━━━ */
/* modules/_flow.scss
-------------------------------------------------- */
#biz .flow {
  background-color: #FBFAF5;
  z-index: -1;
}
  #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;
}
  #biz .flow__subttl::before {
  content: "0" counter(flow) "";
}
  #biz .flow__subttl::before {
  font-weight: 300;
}
  #biz .flow__subttl, #biz .flow__tag {
  font-weight: 500;
}
  #biz .flow__tag {
  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);
}
  #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;
}
  @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__box:not(:last-child)::before {
    top: 0;
    left: min(60px, 3.75vw);
    width: min(4px, 0.25vw);
    height: calc(100% + min(64px, 4vw));
    background-image: linear-gradient(to bottom, #000 min(6px, 0.375vw), transparent min(6px, 0.375vw));
    background-size: min(4px, 0.25vw) min(12px, 0.75vw);
} */
  #biz .flow__header, #biz .flow__item {
    padding-left: min(180px, 11.25vw);
}
  #biz .flow__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
        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;
}
  #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: absolute;
    right: 0;
    bottom: 0;
    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);
}
  #biz .flow__notes::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px;
    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);
}
}
  @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;
}
  #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;
}
}
/* 1. HTMLクラス名に合わせてCSSを追加 */
#biz .flow__bloc {
  position: relative; /* 吹き出しの基準位置を設定 */
}

/* 2. z-indexの調整 */
#biz .flow {
  background-color: #FBFAF5;
  /* z-index: -1; を削除またはコメントアウト */
}

/* 3. 吹き出しのz-indexを明示的に設定 */
#biz .flow__notes {
  z-index: 10;
}
/* 基本設定 */
#biz .flow__bloc {
  position: relative;
}

#biz .flow__notes {
  z-index: 10;
}

/* PC版（992px以上）での横並び設定 */
@media screen and (min-width: 992px) {
  #biz .flow__header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  #biz .flow__info {
    flex: 1;
  }
  
  #biz .flow__notes {
    position: static; /* absoluteを解除 */
    margin-left: min(20px, 1.25vw);
    margin-bottom: 0;
  }
  
  #biz .flow__notes::before {
    /* 吹き出しの矢印を左向きに調整 */
    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;
    transform: translate(-100%, -50%);
  }
}

/* スマホ版（991px以下）では元の縦並びを維持 */
@media screen and (max-width: 991px) {
  #biz .flow__notes {
    /* 既存のスタイルを維持 */
    margin-top: 5.3333333333vw;
    position: static;
  }
  
  #biz .flow__notes::before {
    /* 既存の上向き矢印を維持 */
    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%;
    transform: translate(-50%, -100%);
  }
}

/* ━━━━━━━━━━━━━━━━━ 汎用クラス ━━━━━━━━━━━━━━━━━ */
/* デバイス別表示 */
@media (min-width: 576px) {
    .mobile-only {
        display: none;
    }
}
@media (max-width: 575px) {
    .pc-only {
        display: none;
    }
}

/* 背景色 */
.bg-mb {
    background: #1dcaff/*#327aff*/;
}
.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 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.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 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.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-p48 {
    width: 48%; 
}
.w-p30 {
    width: 30%; 
}
.w-p24 {
    width: 24%; 
}
.w-p20 {
    width: 20% !important; 
}
@media (max-width: 800px) {
    .w-800,.w-p48,.w-p30,.w-p24 {
        width: 100%;
    }
}

/* テキスト表示 */
.text-center {
    text-align: center;
}
.font-w600 {
    font-weight: 600;
}
.font-s08 {
    font-size: 0.8rem;
}
.font-s1 {
    font-size: 1rem;
}
.font-s13 {
    font-size: 1.3rem;
}
.font-s15 {
    font-size: 1.5rem;
}
.font-s18 {
    font-size: 1.8rem;
}
.font-s30 {
    font-size: 3rem;
}
.text-wh {
    color: #fff;
}
.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;
}
.pb-0 {
    padding-bottom: 0;
}
.pt-1em {
    padding-top: 1em;
}
.pt-3em {
    padding-top: 3em;
}
.pt-5em {
    padding-top: 5em;
}
.pb-1em {
    padding-bottom: 1em;
}
.pb-3em {
    padding-bottom: 1em;
}
.lh-14 {
    line-height: 1.4;
}

/* 装飾 */
.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;
}
.button-alink-bukken {
    display: inline-block;
    margin: 0 auto;
}
.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-bukken a p {
    padding: 1em 1em;
    color: #111 !important;
    font-size: 1em !important;
}
.button-alink-bukken a:hover {
  opacity: 0.5;
}

a.linelink {
    text-decoration: underline;
}

