
.about_wrap{
  max-width: 128rem;
  margin: 0 auto;
}

/* 包み */
.front_wrapper {
  margin: 0 auto;
}

/* セクションの幅 */
.front_width_one {
  width: 105.15rem;
}

.front_width_two {
  /* 見出しdivに入力 */
  width: 94.1rem;
}

.front_width_three {
  width: 103.1rem;
}

/* アニメーション */


/* 下へ */


/* <!-- メインビジュアル&ポジション--> */

.front_visual_magin {
  position: relative;
  margin-bottom: 10rem;
  mix-blend-mode: multiply;
  max-height: calc(100vh - 9rem);
}

.front_main_visual_one {
  width: 100%;
  object-fit: cover;
  display: block;
  height: 100%;
  max-height: calc(100vh - 9rem);
}

.front_main_visual_two {
  width: 100%;
  object-fit: cover;
  display: none;
}

.front_image {
  width: 100%;
  vertical-align: top;
  object-fit: cover;
  max-height: calc(100vh - 9rem);
}

.fv_slide_wrap{
  position: absolute;
  z-index: -1;
  width: 100%;
  max-height: calc(100vh - 9rem);
  height: 100%;
  /* filter: brightness(0.8); */
}

.fv_slide_wrap img{
  width: 100%;
  max-height: calc(100vh - 9rem);
  object-fit: cover;
}


/* ポジション */

.front_visual_po {
  position: absolute;
  /* mix-blend-mode: multiply; */
  width: 43.6rem;
  height: 30.2rem;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.front_image_posi {
  width: 43.6rem;
  height: 30.2rem;
  vertical-align: top;
  object-fit: cover;
}

/* その場で */
.front_image_posi {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* ハリネズミ */

.flont_posi {
  display: block;
  background-position: bottom;
  margin: -30rem 0 -15rem;
}

.flont_posi_two {
  display: none;
  background-position: bottom;
  margin: -30rem 0 -15rem;
  mix-blend-mode: multiply;
}

.flont_posi_img {
  position: relative;
  width: 55.8rem;
  height: 46.5rem;
  vertical-align: top;
  object-fit: cover;
  /* opacity: 0.5; */
  /* z-index: -1; */
}

/* ーーーーー見出しーーーーー */

/* 余白 */

.front_m_bottom_one {
  margin-bottom: 13rem;
}


.front_t_m_one {
  margin-bottom: 0.5rem;
}

/* 幅、右寄せ */
.front_heading {
  width: fit-content;
  margin-right: 1rem;
}

/* テキスト */
.front_title_one {
  font-size: 4rem;
  font-family: var(--ZenMaru);
  font-weight: 700;
  color: #515151;
  word-break: break-all;
}

.front_text {
  font-size: 1.7rem;
  font-family: var(--ZenMaru);
  font-weight: 700;
  color: #515151;
  text-align: right;
  word-break: break-all;
}

/* <!-- ーーーお知らせーーー --> */

/* 横並び */
.front_flex_zero {
  display: flex;
  justify-content: space-between;
}

.front_flex_one {
  display: flex;
  justify-content: space-between;
  position: relative;
}



/* ーーお知らせリストーー */

/* 幅 */
.front_wi_d_list {
  width: 69.15rem;
}

/* 余白 */
.front_t_m_two {
  margin: 2.25rem 0 1.8rem;
}

.front_t_m_three {
  margin-bottom: 2.45rem;
}

/* 線 */
.front_d_border {
  border-bottom: #939393 0.1rem solid;
}

/* テキスト */
.front_dt_dd,.front_dt_dd > time {
  font-size: 1.6rem;
  font-family: var(--NotoSans);
  font-weight: 600;
  color: #515151;
  word-break: break-all;
}

/*<!-- ーーーボタンーーー --> */

.front_b_w {
  width: fit-content;
}

/* 余白 */
.front_t_m_four {
  margin: 6.55rem 0 0 auto;
}

.front_b_p_one {
  padding: 2.3rem 4.5rem 2.1rem 2.55rem;
}

.front_b_p_two {
  padding-left: 3.85rem;
}

.front_m_top {
  margin-top: 6rem;
}

/* */
.front_link_button {
  position: relative;
  padding-right: 10rem;
  align-content: center;
  border: solid var(--white) .3rem;
  font-size: 1.7rem;
  font-family: var(--NotoSans);
  font-weight: 700;
  color: #FFFFFF;
  background-color: #FF876E;
  letter-spacing: 0;
  line-height: 1em;
  transition: all ease .3s;
}

.front_link_button:hover {
  color: #515151;
  background-color: #6EFFC2;
}

.front_link_button::before,
.front_link_button::after {
  position: absolute;
  content: "";
  border-bottom: solid var(--white) 0.2rem;
  right: 4.2rem;
  transition: all ease .3s;
}

.front_link_button::before {
  top: 2.9rem;
  width: 3.5rem;
}

.front_link_button::after {
  width: 1.569rem;
  transform: rotateZ(38deg);
  top: 2.5rem;
  right: 4rem;
}

.front_link_button:hover::before,
.front_link_button:hover::after {
  border-bottom: #515151 solid 0.2rem;
}


/* <!-- ーーーテクキャリについてーーー --> */

/* 見出し */

/* 中央寄せ */
.front_title_center {
  text-align: center;
}

/* 余白 */
.front_t_m_five {
  margin-bottom: 9rem;
}

.front_t_m_seven {
  margin-bottom: 2.9rem;
}

.front_t_m_six {
  margin-bottom: 4rem;
}

.front_m_bottom_two {
  margin-bottom: 7.5rem;
}

/* テキスト */
.front_shokai {
  font-size: 1.7rem;
  font-family: var(--NotoSans);
  font-weight: 500;
  color: #515151;
  line-height: 2.3em;
  word-break: break-all;
}

.front_text_list {
  font-size: 1.6rem;
  font-family: var(--NotoSans);
  font-weight: 500;
  color: #515151;
  line-height: 2.5em;
  word-break: break-all;
}


/* <!-- 動画編集 バックオフィス業務  ウェブサイト作成事業（現在構築中） --> */

/* 　包み */
.front_wrapper_two {
  margin: 5rem auto 4.8rem;
}

/* 線　影 */
.front__border {
  border: rgba(110,255,194,0.2) 0.4rem solid;
  color: #FFFFFF;
}

.front_two_border {
  border: rgba(255,134,109,0.2) 0.4rem solid;
  color: #FFFFFF;
}

.front_shadow_one {
  box-shadow: #00000029 1.5rem 1.5rem 0.8rem;
}

.front_shadow_two {
  box-shadow: #00000029 -1.5rem 1.5rem 0.8rem;
}

/* サブタイトル */
.front_title_two {
  font-size: 3rem;
  font-family: var(--ZenMaru);
  font-weight: 700;
  color: #6F6F6F;
  text-align: center;
  word-break: break-all;
}

.front_title_order {
  font-size: 2.4rem;
  font-family: var(--ZenMaru);
  font-weight: 700;
  color: #FF876E;
  margin: 1.8rem 0 1.8rem;
  word-break: break-all;
}

/* 幅 */
.front_width_four {
  width: 118rem;
}

.front_width_five {
  max-width: 50.9rem;
  width: fit-content;
}


.front_width_six {
  width: 104.9rem;
}


/* 画像 */
.front_img {
  width: 50.6rem;
  height: 38rem;
  vertical-align: top;
  object-fit: cover;
}

/* <!--            ご依頼内容             --> */

.front_flex_three {
  display: flex;
  gap: 2.9rem;
}

/* アニメーション*/

/*========
ふわっ
=========*/
.from_fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(10rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.from_time_two {
  animation-delay: 0.2s;
}

.from_time_three {
  animation-delay: 0.4s;
}


@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-10rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* アニメーション*/



/* 余白 */
.front_t_m_eight {
  margin-top: 14rem;
  margin-bottom: 14.5rem;
}

.front_t_m_nine {
  margin-top: 6.6rem;
  margin-bottom: 6.9rem;
}

.front_fr_width {
  width: 33.4rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.front_font {
  font-size: 1.7rem;
  font-family: var(--NotoSans);
  font-weight: 500;
  color: #515151;
  line-height: 2em;
  text-align: left;
  word-break: break-all;
}

.front_font_auto {
  width: 27.2rem;
  margin: 0 auto 4rem;
}

.front_fr_design {
  border: #FF876E 0.4rem solid;
  border-radius: 3.1rem;
  padding: 0.3rem;
}

.front_grid_img {
  object-fit: cover;
  width: auto;
  height: 20rem;
  margin-bottom: 2rem;
}


@media (max-width:699.95px) {

  /* SP版 中央寄せ */
  .front_sp_center {
    text-align: center;
  }

  /* SP版包み   */
  .front_sp_wrapper {
    margin: 0 auto;
  }

  /* セクションの幅 */
  .front_width_one {
    width: 100%;
    max-width: 33.4rem;
  }

  .front_width_two {
    /* 見出しdivに入力 */
    width: 100%;
    max-width: 33.4rem;
  }

  .front_width_three {
    width: 100%;
    max-width: 33.4rem;
  }

  /* <!-- メインビジュアル&ポジション--> */

  .front_visual_magin {
    margin-bottom: 5.4rem;
  }

  .front_main_visual_one {
    display: none;
  }

  .front_main_visual_two {
    display: block;
  }

  .front_image {
    width: 100%;
  }

  /* ポジション */

  .front_visual_po {
    width: fit-content ;
    height: fit-content ;
  }

  .front_image_posi {
    width: 20rem;
    height: 14rem;
    vertical-align: top;
    object-fit: cover;
  }


  .flont_posi {
    display: none;
    background-position: bottom;
    margin: 8.5rem 18.5rem -15rem;
  }

  .flont_posi_two {
    display: block;
    background-position: bottom;
    margin: -30rem 18rem 18rem;
  }

  .flont_posi_img {
    width: 14.6rem;
    height: 12.2rem;
    vertical-align: top;
    object-fit: cover;
  }

  /* ーーーーー見出しーーーーー */

  /* 余白 */
  .front_m_bottom_one {
    margin-bottom: 13rem;
  }

  /* 幅、右寄せ */
  .front_heading {
    width: fit-content;
    text-align: right;
    margin-right: 0;
  }

  /* テキスト */
  .front_title_one {
    font-size: 2.5rem;
    font-weight: 700;
  }

  .front_text {
    text-align: center;
  }

  /* お知らせ */

  /* 横並び */
  .front_flex_one {
    justify-content: center;
    flex-flow: column;
  }

  /* お知らせリスト */
  .front_heading {
    width: 100%;
    text-align: center;
  }

  /* 幅 */
  .front_wi_d_list {
    width: 100%;
    max-width: 33.4rem;
  }

  /* 余白 */
  .front_sp_bottom_one {
    margin-bottom: 2.75rem;
  }

  .front_t_m_two {
    margin: 2.25rem 0 2rem;
  }

  .front_t_m_three {
    margin-bottom: 2.45rem;
  }

  /* 線 */
  .front_d_border {
    border-bottom: #939393 0.1rem solid;
  }

  /* テキスト */
  .front_dt_dd {
    font-size: 1.6rem;
    font-weight: 600;
  }

  .front_dt_dd_sp {
    font-size: 1.4rem;
  }

  /* ボタン */

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

  .front_b_w {
    width: fit-content;
  }

  /* 余白 */
  .front_t_m_four {
    margin: 3.85rem auto 0;
  } 

  .front_b_p_two {
    padding-left: 3.85rem;
  }

  .front_m_bottom_one {
    margin-bottom: 6.516rem;
  }

  /* ボタン */

  .front_b_w {
    width: fit-content;
  }

  /* 余白 */
  .front_b_p_one {
    padding: 0.7rem 1.2rem 0.784rem 1.05rem;
  }

  .front_b_p_two {
    padding-left: 3.85rem;
  }

  .front_m_top {
    margin-top: 1.5rem;
  }

  .front_link_button {
    position: relative;
    padding-right: 4rem;
    align-content: center;
    border: solid var(--white) .3rem;
    font-size: 1.2rem;
    font-family: var(--NotoSans);
    font-weight: 700;
    color: #FFFFFF;
    background-color: #FF876E;
    letter-spacing: 0;
    line-height: 1em;
    transition: all ease .3s;
  }

  .front_link_button:hover {
    color: #515151;
    background-color: #6EFFC2;
  }

  .front_link_button::before,
  .front_link_button::after {
    position: absolute;
    content: "";
    border-bottom: solid var(--white) 0.1rem;
    right: 1.2rem;
    transition: all ease .3s;
  }

  .front_link_button::before {
    top: 1.2rem;
    width: 1.6rem;
  }

  .front_link_button::after {
    transform: rotateZ(38deg);
    width: 0.9rem;
    top: 0.97rem;
    right: 1rem;
  }

  .front_link_button:hover::before,
  .front_link_button:hover::after {
    border-bottom: #515151 solid 0.1rem;
  }

  /* テクキャリについて */

  /* 横並び */
  .front_flex_zero {
    display: flex;
    justify-content: center;
    flex-flow: column;
    flex-direction: column-reverse;
  }

  /* 中央寄せ */
  .front_title_center {
    text-align: center;
  }

  /* 余白 */
  .front_t_m_five {
    margin-bottom: 9rem;
  }

  .front_t_m_seven {
    margin-bottom: 1.7rem;
  }

  .front_t_m_backoffice{
    margin-bottom: 1.3rem;
  }

  .front_t_m_website{
    margin-bottom: 1.4rem;
  }

  .front_t_m_six {
    margin-bottom: 3rem;
  }

  .front_m_bottom_two {
    margin-bottom: 5.4rem;
  }

  .front_m_bottom_backoffice{
    margin-bottom: 8.2rem;
  }

  /* テキスト */
  .front_shokai {
    font-size: 1.4rem;
    line-height: 2.1em;
  }

  .front_text_list {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    line-height: 2.5em;
  }

  .front_text_list_sp {
    font-size: 1.4rem;
    line-height: 2.1em;
  }

  /* <!-- 動画編集 バックオフィス業務  ウェブサイト作成事業（現在構築中） --> */

  .front_wrapper_two {
    margin: 5rem auto 0;
  }

  /* 線 影 */
  .front__border {
    border: none;
    color: #FFFFFF;
  }

  .front_two_border {
    border: none;
    color: #FFFFFF;
  }

  .front_shadow_one {
    box-shadow: none;
  }

  .front_shadow_two {
    box-shadow: none;
  }

  /* サブタイトル */
  .front_title_two {
    font-size: 1.8rem;
    font-family: var(--ZenMaru);
    font-weight: 700;
    text-align: left;
  }

  /* 幅 */
  .front_width_four {
    width: 100%;
    max-width: 33.4rem;
  }

  .front_width_five {
    width: 100%;
    max-width: 33.4rem;
  }

  .front_width_six {
    width: 100%;
    max-width: 33.4rem;
  }

  /* 画像 */
  .front_img {
    width: 100%;
    max-width: 33.4rem;
    height: 22.6rem;
    vertical-align: top;
    object-fit: cover;
  }

  /* <!--  ご依頼内容  --> */

  .front_flex_three {
    display: flex;
    flex-flow: column;
    gap: 2.9rem;
  }

  /* 余白 */
  .front_t_m_eight {
    margin-top: 6.9rem;
    margin-bottom: 14.5rem;
  }

  .front_t_m_nine {
    margin-top: 3.6rem;
    margin-bottom: 3.2rem;
  }

  .front_fr_width {
    width: 33.4rem;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }

  .front_font {
    font-size: 1.4rem;
    line-height: 2.1em;
    text-align: left;
  }

  .front_font_auto {
    width: 27.2rem;
    margin: 0 auto 3rem;
  }

  .front_fr_design {
    border: #FF876E 0.4rem solid;
    border-radius: 3.1rem;
    padding: 0.3rem;
  }

  .front_grid_img {
    object-fit: cover;
    width: auto;
    height: 20rem;
    margin-bottom: 2rem;
  }
}