@charset "UTF-8";

/* ━━━━━━━━━━━━━━━━━ KV ━━━━━━━━━━━━━━━━━ */
.area-message {
  color: #fff;
}

.area-message p {
  font-size: 18px !important;
  line-height: 36px !important;
}

.lp-theme p {
  font-size: 18px;
  line-height: 36px;
}

/* ━━━━━━━━━━━━━━━━━ Button - ボタン ━━━━━━━━━━━━━━━━━ */
.area-cta p{
  color: #fff;
}

/* CTAボタン */
/* ━━━━━━━━━━━━━━━━━ CTA - CTAエリア ━━━━━━━━━━━━━━━━━ */
.button-cta a.dl {
  background-image: linear-gradient(135deg, #ff851a, #ff451c); 
}

/* ━━━━━━━━━━━━━━━━━ ボックス ━━━━━━━━━━━━━━━━━ */
.box-list {
  background: #fff;
}

/* ━━━━━━━━━━━━━━━━━ 汎用クラス ━━━━━━━━━━━━━━━━━ */
/* 背景色 */
.bg-mb {
  background: #fff;
}
.bg-bl {
  background: #1476ff;
}
.bg-gr-yo {
  background-image: linear-gradient(180deg, #ffd240, #f6a400);
}

/* 背景の区切りデザイン */
.custom-shape-triangle .shape-fill {
  fill: #fff;
}
.custom-shape-wave .shape-fill {
  fill: #fff;
}
.custom-shape-wave.wave-gy .shape-fill {
  fill: #e8e9eb;
}

/* 装飾 */

.caption {
  font-size: 0.9em;
  text-align: left;
}

.room {
  width: 100%;
}

.ml-1 {
  margin-left: 1em;
}

/* setting/_reset.scss
-------------------------------------------------- */
  #biz ol, #biz ul {
  list-style: none;
  list-style-type: none;
}
  #biz blockquote, #biz q {
  quotes: none;
}
  #biz blockquote:before, #biz blockquote:after,
  #biz q:before, #biz q:after {
  content: "";
  content: none;
}
  #biz table {
  border-collapse: collapse;
  border-spacing: 0;
}
  #biz *:not(table), #biz *:not(table)::before, #biz *:not(table)::after, #biz *:not(tbody), #biz *:not(tbody)::before, #biz *:not(tbody)::after, #biz *:not(thead), #biz *:not(thead)::before, #biz *:not(thead)::after, #biz *:not(tfoot), #biz *:not(tfoot)::before, #biz *:not(tfoot)::after, #biz *:not(tr), #biz *:not(tr)::before, #biz *:not(tr)::after, #biz *:not(th), #biz *:not(th)::before, #biz *:not(th)::after, #biz *:not(td), #biz *:not(td)::before, #biz *:not(td)::after {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
  
  /* setting/_extend.scss
-------------------------------------------------- */
@media screen and (min-width: 992px) {
  #biz .contact__wrap, #biz .flow__wrap, #biz .content__wrap {
    margin-left: auto;
    margin-right: auto;
    width: min(1280px, 80vw);
}
}
  #biz {
  font-family: "Noto Sans JP", sans-serif;
}
  
  @media screen and (min-width: 1200px) {
  #biz .contact__mail:not(span):not(p), #biz .contact__tel:not(span):not(p), #biz .flow__dd a:not(span):not(p), #biz .slider__thum:not(span):not(p):not(.is-current):hover, #biz .slider .slick-arrow:not(span):not(p), #biz .cv__mail:not(span):not(p), #biz .cv__tel:not(span):not(p) {
    -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
  #biz .contact__mail:not(span):not(p):hover, #biz .contact__tel:not(span):not(p):hover, #biz .flow__dd a:not(span):not(p):hover, #biz .slider__thum:not(span):not(p):hover:not(.is-current), #biz .slider .slick-arrow:not(span):not(p):hover, #biz .cv__mail:not(span):not(p):hover, #biz .cv__tel:not(span):not(p):hover {
    opacity: 0.7;
}
}
  
  /* setting/_base.scss
  -------------------------------------------------- */
  #biz {
  font-size: 16px;
  font-weight: 400;
  color: #111;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  line-height: 1;
  margin: 0;
  overflow: hidden;
}
  #biz img,
  #biz svg {
  vertical-align: bottom;
}
  #biz svg {
  width: 100%;
  height: auto;
}
  #biz a[href=""] {
  pointer-events: none;
}
  @media screen and (min-width: 1200px) {
  #biz body > main, #biz body > footer, #biz body > header, #biz body > nav {
    min-width: 1280px;
}
  #biz [data-device=tab],
  #biz [data-device=sp],
  #biz [data-device=tabsp] {
    display: none !important;
}
}
  @media screen and (max-width: 1199px) and (min-width: 992px) {
  #biz [data-device=pc],
  #biz [data-device=sp] {
    display: none !important;
}
}
  @media screen and (max-width: 991px) {
  #biz img {
    width: 100%;
    height: auto;
}
  #biz [data-device=pc],
  #biz [data-device=tab],
  #biz [data-device=pctab] {
    display: none !important;
}
}
  
  

/* 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;
}
}

.container-3col_merit {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.container-3col_merit .item-3col {
  flex-grow: 1; /* 基本の拡大率 */
}

.container-3col_merit .item-3col:nth-child(2) { 
  flex-grow: 0.1; /* 真ん中のコンテナを小さくする */
}

@media (max-width: 575px) {
.container-2col, .container-3col_merit {
    display: block;
}
.item-2col, .item-3col {
    width: 100%;
}
.kv .area-point.container-3col_merit {
    display: flex;
}
.kv .area-point.container-3col_merit .item-3col {
    width: auto;
    padding: 0 0.5em;
}
.kv .area-point.container-3col_merit .item-3col p {
    font-size: 0.8rem;
    line-height: 1.2;
}
.kv .area-point.container-3col_merit .item-3col img {
    width: 100%;
}
}


.box-color {
  background-color: #ffc400f1;
}

.font-s50 {
  font-size: 50px;
}

.box-border {
  position: relative;
  border: solid 3px #009933;
  border-radius: 8px;
}

.box-border .box-title {
  position: absolute !important;
  display: inline-block !important;
  top: -13px !important;
  padding: 0 9px !important;
  line-height: 1 !important;
  font-size: 19px !important;
  background: #FFF !important;
  color: #009933 !important;
  font-weight: bold !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  text-align: center !important;
}

.box-solid {
  border: solid #000000;
}

.box-title {
  background-color:#757575; /* タイトル背景色 */
	font-size: 1em;/* タイトル文字の大きさ */
	color: #fff ; /* タイトル文字色 */
	padding: 7px 12px;/*タイトルの余白*/
	line-height: 1;/*タイトルの行の高さ*/
	/*position:absolute; 配置(ここを動かす) */
	top: 0; /*上からの距離*/
	left: 0; /*左からの距離*/
  border-radius: 5px;
}

.case-studies {
  font-family: Arial, sans-serif;
  margin: 20px 0;
  padding: 20px;
  background-color: #f3f2f2;
  border-radius: 10px;
}

.case-studies h2 {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.case-study {
  background-color: #fff;
  margin: 15px 0;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.case-study-header {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.item-box {
  background-color: #fff; /* 背景を白に変更 */
  color: #333; /* 全体の文字色 */
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  flex: 1 1 calc(20% - 10px); /* 横並びの時の幅調整 */
  text-align: left; /* テキストを左寄せ */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* ボックスに影を追加 */
  display: flex; /* フレックスボックスで配置 */
  align-items: center; /* 縦方向の中央揃え */
  gap: 10px; /* 見出しと内容の間にスペースを追加 */
  border: 2px solid #ffbb00; /* 外枠の装飾 */
}

.item-header {
  font-weight: bold; /* 見出しを強調 */
  font-size: 14px; /* 見出しのフォントサイズ */
  background-color: #ffbb00; /* 背景色を設定 */
  color: #fff; /* 見出しの文字色を白に設定 */
  padding: 5px 10px; /* 見出し内側の余白 */
  border-radius: 3px; /* 見出しの角を丸くする */
}

.item-content {
  font-size: 14px; /* 内容のフォントサイズ */
  color: #333; /* 内容の文字色 */
}

/* スマホサイズ対応用 */
@media (max-width: 768px) {
.case-study-header {
  flex-direction: column; /* 項目を縦並びに変更 */
}

.item-box {
  flex: 1 1 100%; /* 幅を100%に調整 */
}
}

.case-study-content {
  font-size: 15px;
  color: #555;
}

.case-font {
  font-family: Arial, sans-serif; /* シンプルで読みやすいフォント */
  font-weight: bold;
  text-transform: uppercase; /* 英字を大文字に変換 */
  letter-spacing: 2px; /* 文字間隔を広く */
  color: #e67e22; /* アクセントカラー */
}

.case-heading {
  display: flex; /* 横並びに設定 */
  align-items: center; /* 縦の中央揃え */
  gap: 50px; /* 見出しとタイトルの間隔を設定 */
  margin-bottom: 10px; /* 下の余白を追加 */
}

.case-title-font {
  font-family: Arial, sans-serif; /* 元のフォント設定 */
  font-weight: bold;
  text-transform: uppercase; /* 英字を大文字に */
  letter-spacing: 2px; /* 文字間隔を広く */
  color: #e67e22; /* アクセントカラー */
  font-size: 20px; /* フォントサイズを調整 */
}

.case-title {
  font-family: Arial, sans-serif; /* 一貫性のあるフォント */
  font-size: 18px; /* タイトルのフォントサイズを調整 */
  font-weight: normal; /* 通常のウェイト */
  color: #333; /* タイトル部分の色を設定 */
  flex: 1; /* スペースを適切に利用 */
  border-left: 3px solid #e67e22; /* 左側にラインを追加 */
  padding-left: 10px; /* ラインと文字の間隔 */
}

.icon_man {
  max-width: 80%;
}

.con_icon {
  flex: 1;
}

.con_box {
  flex: 5;
}

/* table02 */
#table02 {
  width: 80%;      /* 例：80% */
  margin: 0 auto;  /* 中央寄せ */
}

#table02 {
  border-collapse: separate; /* これが必要 */
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden; /* 角のはみ出し防止 */
}

#table02 th, #table02 td {
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 10px;
  height: 60px;
}

/* tab */
@media only screen and (max-width: 768px) {
  #table02 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

#table02 tr:first-child th,
#table02 tr:first-child td {
  background-color: #3da8ff !important;
}

#table02 th:first-child,
#table02 td:first-child {
  background-color: #a9d6fd !important;
}

#table02 tr:not(:first-child) td:not(:first-child) {
  background-color: #fff;
}

#table02 {
  border-collapse: collapse;
  border: 1px solid #576876;
}

#table02 th,
#table02 td {
  border: 1px solid #576876;
}

#table02 {
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.25);
}

#table02 th,
#table02 td:first-child {
  font-weight: bold;
}

#table02 {
  font-size: 1.4rem; /* 好きなサイズに調整 */
}

#table02 tr:first-child th:nth-child(3) {
  color: rgb(255, 155, 48);
  font-size: 1.6rem;
  text-shadow:
    -1px -1px 0 #7e4606,
     1px -1px 0 #7e4606,
    -1px  1px 0 #7e4606,
     1px  1px 0 #7e4606;
}

#table02 tr td:nth-child(3) {
  color: rgb(255, 155, 48);
  font-weight: bold;
  font-size: 1.6rem;
}

.section-table-gap {
  padding-bottom: 6em !important; /* 好きな値に調整 */
}

#table02 th,
#table02 td {
  padding: 2rem 2rem; /* 上下 左右 */
}


/* /common/css からの補完 */
.heading_balloon {
  width: 100%;
}
.section-theme.kv {
  background: linear-gradient(135deg, rgb(255 91 0 / 78%), rgba(255, 208, 0, 0.712)),url(https://cdn.clipkit.co/tenants/1138/resources/assets/000/003/608/original/pixta_79201811_L.jpg?1742887333);
  background-position: center;
  background-size: cover;
  padding: 1em 0 3rem;
  text-align: center;
  color: #fff;
  color: #111;
}
.section-theme.kv .area-cta {
  max-width: 500px;
}
.button-cta a {
  background-image: linear-gradient(135deg, #1ac6ff, #1c55ff);
}
.container-2col figure {
  width: 100%;
}
.container-2col figure img {
  max-width: 100%;
}
.button-cta a.dl {
  background-image: linear-gradient(135deg, #ff851a, #ff451c);
}
.balloon.b-left {
  margin: 1em 0 1em 15px;
}
.balloon.b-right {
  margin: 1em 15px 1em 0;
}
.box-list {
  padding: 1em 1.5em 1em;
}
.box-list .heading_balloon {
  position: static;
}
.box-list ul li {
  font-size: 1.275rem;
}
.box-point.detail-solution .textarea-point {
  width: auto;
}
.box-point, .box-list{
  margin-bottom: 0;
}
.lp-theme ul.list-check-assignment {
  padding-left: 0;
}
.lp-theme ul.list-check-assignment li {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  line-height: 2.2;
}
.lp-theme ul.list-check-assignment li:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 6px solid #111;
  content: '';
}
  @media (max-width: 575px) {
.lp-theme ul.list-check-assignment li {
  text-align: left;
  line-height: 1.4;
  margin-bottom: 1em;
}
}
.lp-theme ul.list-check {
  padding-left: 0;	padding-left: 0;
}
.bg-yw {
  background: #ffea00;
}
.bg-bk {
  background: #111;
}
.bg-gr-gb {
  background-image: linear-gradient(290deg, #fad55e, #ffaa00);
}
.custom-shape-triangle-cv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-triangle-cv svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
}
.custom-shape-triangle-cv .shape-fill {
  fill: #e8e9eb;
}
.w-p10 {
  width: 10%;
}
.mt-2 {
  margin-top: 2em;
}
.mt-6 {
  margin-top: 6em;
}
.text-marker {
  background: linear-gradient(transparent 70%, #fceb1bda 70%);
}
.annotation {
  text-align: right;
  font-size: 0.8em;
}

.annotation_url {
  text-align: right;
  font-size: 0.8em;
  margin-bottom: 3em;
}

@media (max-width: 575px) {
  .wrapper-heading {
    padding: 0 1.2em;
    position: relative;
    margin-bottom: 8px;
  }

  .container-3col .item-3col.box-point + .item-3col.box-point {
    margin-top: 16px;
  }

  .box-point.detail-solution h3 {
    padding-bottom: 1em !important;
  }

  .box-point.detail-solution h3:before {
    bottom: 0 !important;
  }

  .box-point.detail-solution .button-cta + .button-cta {
    margin-top: 0 !important;
  }

  .wrapper-heading h2 {
    margin-bottom: 20px !important;
  }

  .section-theme h2 {
    font-size: 1.2rem !important;
    padding: 0 !important;
    position: static;
    display: inline-block;
  }
}

.box-point ul.ml-1 {
  list-style-type: disc !important;
  padding-left: 1.5em !important;
}

/* ━━━━━━━━━━━━━━━━━ Flow - ご利用の流れ ━━━━━━━━━━━━━━━━━ */
#biz .flow {
  background-color: #FBFAF5;
}

#biz .flow__wrap {
  counter-reset: flow;
}

#biz .flow__bloc {
  position: relative;
}

#biz .flow__notes {
  z-index: 10;
}

/* PC版（992px以上） */
@media screen and (min-width: 992px) {
  #biz .flow {
    padding: min(120px, 7.5vw) 0;
  }

  #biz .flow__box {
    margin-top: min(60px, 3.75vw);
  }

  #biz .flow__box:nth-of-type(1) header {
    background-image: url(/lp_theme/internship/img/img-01.png);
  }
  #biz .flow__box:nth-of-type(2) header {
    background-image: url(/lp_theme/internship/img/img-02.png);
  }
  #biz .flow__box:nth-of-type(3) header {
    background-image: url(/lp_theme/internship/img/img-03.png);
  }
  #biz .flow__box:nth-of-type(4) header {
    background-image: url(/lp_theme/internship/img/img-04.png);
  }
  #biz .flow__box:nth-of-type(5) header {
    background-image: url(/lp_theme/internship/img/img-05.png);
  }

  #biz .flow__header,
  #biz .flow__item {
    padding-left: min(180px, 11.25vw);
  }

  #biz .flow__header {
    display: flex;
    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: flex;
    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: flex;
    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: flex;
    flex-direction: column;
    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;
    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);
  }

  #biz .flow__header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #biz .flow__info {
    flex: 1;
  }
}

/* スマホ版（991px以下） */
@media screen and (max-width: 991px) {
  #biz .flow {
    padding: 10.6666666667vw 0;
  }

  #biz .flow__wrap {
    padding: 0 5.3333333333vw;
    overflow: hidden;
  }

  #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: 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(1) {
    background-image: url(/lp_theme/internship/img/img-01.png);
  }
  #biz .flow__box:nth-of-type(2) {
    background-image: url(/lp_theme/internship/img/img-02.png);
  }
  #biz .flow__box:nth-of-type(3) {
    background-image: url(/lp_theme/internship/img/img-03.png);
  }
  #biz .flow__box:nth-of-type(4) {
    background-image: url(/lp_theme/internship/img/img-04.png);
  }
  #biz .flow__box:nth-of-type(5) {
    background-image: url(/lp_theme/internship/img/img-05.png);
  }

  #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;
    position: static;
    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%;
    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;
  }
}