.front_fv_wrap {
  width: 100%;
  height: 100vh;
  margin-bottom: 4.8rem;
  position: relative;
  font-family: var(--NotoSans);
}

.front_fv_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 100%;
  height: 100%;
  opacity: .4;
}

.fv_img {
  width: 100%;
  height: 100%;
}

.video_fv {
  /* width: auto;
  height: 100vh; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_title {
  width: fit-content;
  height: fit-content;
  padding: 1.5rem;
  font-size: 11.9rem;
  font-weight: 600;
  line-height: calc(66 / 49);
  color: white;
  text-align: center;
  z-index: 1;
}

/* .top_title span {
  font-size: 3.7rem;
} */

.fv_tit_position {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: left;
}


/* セクションのサイズ */
.secti_width {
  width: 120rem;
  margin: 0 auto;
  border-bottom: 0.1rem solid;
}

/* about-us */
.top_about_wrap {
  padding-bottom: 10.4rem;
  margin-bottom: 4.8rem;
}

.section_title {
  font-size: 4rem;
  font-weight: bold;
  line-height: calc(53 / 40);
  margin-left: 2.1rem;
  position: relative;
}

.section_title::before {
  content: '';
  width: 1rem;
  height: 3.5rem;
  background-color: #0068B7;
  position: absolute;
  top: 1rem;
  left: -2rem;
}

.about_mb_32,
.servi_mb_32 {
  margin-bottom: 3.2rem;
}

.section_sab_tit {
  font-size: 3rem;
  font-weight: 900;
  line-height: calc(55 / 40);
}

.about_sab_tit {
  width: 113.4rem;
  margin: 0 auto 3.6rem;
}

.about_flex_wrap {
  width: 110.7rem;
  display: flex;
  justify-content: center;
  /* margin: 0 auto; */
  margin-left: 3rem;
  gap: 4rem;
}

.about_img {
  width: 33.5rem;
  height: 29rem;
  margin-bottom: 4.6rem;
}

/* ボタン */
.top_btn {
  border: 0.1rem solid;
  color: #000000;
  background-color: #FFFFFF;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.top_btn a {
  width: 100%;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  padding: 0.8rem 6rem 0.8rem 1.5rem;
  position: relative;
}

.top_btn::before {
  content: '';
  background-color: #000000;
  width: 2.5rem;
  height: 0.3rem;
  position: absolute;
  top: 2.2rem;
  right: 2.8rem;
  transition: .2s;
}

.top_btn::after {
  content: '';
  background-color: #000000;
  width: 0.9rem;
  height: 1.8rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 1.44rem;
  right: 2rem;
  transition: .2s;
}

/* ボタンアニメーション */
.top_btn a::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.top_btn a:hover {
  color: #FFFFFF;
}

.top_btn a:hover::before {
  transform: scale(1, 1);
}

.top_btn:hover::before,
.top_btn:hover::after {
  background-color: #FFFFFF;
}


.about_btn {
  width: 18.5rem;
}

.section_text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: calc(22 / 16);
  letter-spacing: 0.01em;
}

.section_text02 {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: calc(22 / 16);
  letter-spacing: 0.01em;
  text-align: center;
}

.border_bottom_p {
  position: relative;
}

.border_bottom_p::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: solid 0.3rem #0068B7;
  width: 7rem;
  left: 50%;
  bottom: -0.5rem;
  transform: translate(-50%, 0);
}



.about_text {
  width: 50rem;
}


/* our services */
.servi_cont_wrap {
  width: 102rem;
  /* margin: 0 auto; */
  margin-left: 3.6rem;
  padding-bottom: 15.1rem;
}

.servi_sab_tit {
  margin-bottom: 3.5rem;
  letter-spacing: 0.01em;
}

.servi_btn {
  width: 21.2rem;
  margin-top: 5.1rem;
}

.servi_btn::after {
  right: 1.7rem;
}

.servi_btn::before {
  right: 2.5rem;
}

.our_text_mb {
  margin-bottom: 2rem;
}

.our_text_mb3 {
  margin-bottom: 2.4rem;
}


/* Products */
.products_wrap {
  margin-top: 4.8rem;
  margin-bottom: 7.5rem;
  border: none;
}

.product_mb_28 {
  margin-bottom: 3.3rem;
}

.product_list_wrap {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  /* max-height: 48rem; */
  max-width: fit-content;
}

.product_li {
  width: calc(120rem / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-bottom: 0.1rem solid; */
  border-left: 0.1rem solid;
  position: relative;
}

.product_li:nth-child(1) {
  border-left: none;

}

.product_li:nth-child(6) {
  border-left: none;
  border-bottom: none;
}

.product_li:nth-child(n + 7) {
  border-bottom: none;
}

.last_odd_line:nth-last-child(2) {
  border-right: 0.1rem solid;
}

.produ_img {
  width: fit-content;
  height: 27rem;
  margin: 0 auto;
}

.product_title {
  width: 20.2rem;
  font-size: 1.8rem;
  padding: 0.3rem 1rem 0.1rem;
  text-align: center;
  word-break: break-word;
  background-color: #FFFFFF;
  border: 0.2rem solid #0068B8;
  border-radius: 1.8rem;
  position: relative;
  bottom: 1rem;
  margin: 0 auto;
  margin-top: 2rem;
  /* left: -0.8rem; */
}

.product_btn {
  margin: 4.45rem auto 7.5rem;
  width: 21.2rem;
}


/* Contact */
.contact_wrap {
  background-color: #0068B7;
  padding: 6.2rem 4rem 7rem;
  color: #FFFFFF;
  margin-bottom: 4.9rem;
}

.contact_tit_wrap {
  width: 120rem;
  padding-bottom: 6rem;
  border-bottom: 0.1rem solid #FFFFFF;
}

.conta_title {
  font-size: 8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: calc(104/80);
  text-align: center;
}

.conta_text {
  font-size: 2rem;
  font-weight: 600;
  line-height: calc(40 / 20);
  letter-spacing: 0.014em;
}

.cont_tit_sab {
  text-align: center;
}

.contact_form_tel {
  display: flex;
}

.contact_form_wrap,
.cont_tel_wrap {
  width: 62.5rem;
}

.cont_tel_wrap {
  width: 57.5rem;
}

.contact_form_wrap {
  padding: 5.5rem 5.2rem 9.9rem 3rem;
  /* border-right: 0.1rem solid #FFFFFF; */
}

.cont_tel_wrap {
  padding: 5.5rem 3rem 0 4.7rem;
}

.cont_image_margin {
  background-image: url(../img/contact_image.png);
  background-repeat: no-repeat;
  height: 37.7rem;
  background-size: contain;
  background-position: center;
}

.cont_icon_wrap {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.mall_icon {
  width: 4rem;
  height: 2.925rem;
  margin-bottom: 1.5rem;
}

.tel_icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.5rem;
}

.tel_cont_wrap {
  margin-left: 4rem;
}

.cont_form_tit {
  font-size: 4rem;
  font-weight: bold;
  line-height: calc(53 / 40);
  margin-bottom: 1.1rem;
}

.form_width {
  width: 49rem;
  margin-left: 5.5rem;
}

.cont_mb_46 {
  margin-bottom: 4.6rem;
}

.tel_link {
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.tel_mb_51 {
  margin-bottom: 4.8rem;
}

.cont_btn {
  background-color: #0068B7;
  color: #FFFFFF;
}

.cont_btn::before,
.cont_btn::after {
  background-color: #FFFFFF;
}

.cont_btn a::before {
  background-color: #FFFFFF;
}

.cont_btn a:hover {
  color: #0068B7;
}

.cont_btn:hover::before,
.cont_btn:hover::after {
  background-color: #0068B7;
}

.cont_btn {
  width: 21.2rem;
}

.cont_ml_55 {
  margin-left: 5.5rem;
}


/* blog */
.blog_wrap {
  margin-bottom: 18.2rem;
  border: none;
}

.blog_mb_65 {
  margin-bottom: 6.5rem;
}

.blog_lists {
  width: 115rem !important;
  margin: 0 auto;
  display: flex;
  gap: 5rem;
}

.blog_li {
  width: 25rem !important;
}

.blog_img_hidd {
  width: 25rem;
  height: 35rem;
  overflow: hidden;
  margin-bottom: 1.7rem;
}

.blog_img {
  width: 25rem;
  height: 35rem;
  transition: transform .6s ease;
}

.blog_img:hover {
  transform: scale(1.1);
}

.blog_text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: calc(20 / 15);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog_time {
  margin-bottom: 0.5rem;
}

.sp_onl {
  display: none;
}

/* 2026.02.09 修正箇所 */

.blog_latrst_phot {
  width: 25rem;
  height: 35rem;
  margin-bottom: 1.5rem;
}

.blog_logo_img {
  object-fit: contain;
}


.section_text_span {
  font-size: 2.1rem;
  margin-top: 3rem;
}

.pails_name {
  width: 36.5rem;
  background-color: #0068B7;
  color: #FFFFFF;
  font-size: 1.8rem;
  text-align: center;
  padding: .9rem 2.5rem .4rem;
  border-radius: 3rem;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}

/* 文字アニメーション */
.text_wrap.is-active {
  --opacity: 1;
  --scale: 1;
}

.char {
  font-size: 7.9rem;
  font-weight: 600;
  display: inline-block;
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-delay: calc(0.016s * var(--char-index));
    color: #fff;
  }
  
  
  .text_animation_area {
    height: fit-content;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  
  .visuallyHidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  
  /* 目隠し → 文字表示 */
  .c01{
    font-weight: 600;
    color: #fff;
    font-style: italic;
    font-size: 5rem;
    position: relative; 
    color: transparent;
    padding: 1rem;
    &::before{
      content: ""; position: absolute; z-index: 1; top: 0%; right: 100%; bottom: 0%; left: 0%;
      background : #0068b7;
      animation-delay: .8s;
    }
    &.active{
      animation-name: kf_c01a;
      animation-duration: 0s;
      animation-delay: 1.2s;
      animation-fill-mode: forwards;
      &::before{
        animation-name: kf_c01b;
        animation-duration: 1s;
        animation-fill-mode: forwards;
      }
    }
  }
  @keyframes kf_c01a {
    100%{
      color: inherit;
    }
  }
  @keyframes kf_c01b {
    50%{
      left: 0%; right: 0%;
    }
    100%{
      left: 100%; right: 0%;
    }
  }
  /* 目隠し → 文字表示 */

  /* 文字クロスアニメーション */
  .outline_relative{
    /* position: relative; */
    height: 18rem;
  }
  .outline{
    position: absolute;
    color: #fff;
    font-size: 13.5rem;
    font-weight: 600;
    animation-name: outline;
    animation-delay: 2s;
    animation-duration: .8s;/*１秒かけてアニメーション*/
    animation-fill-mode:forwards;
  }  
  @keyframes outline{
    0%{
      text-shadow: 0rem 0rem 0 #0068B7;
    }
    100%{
      text-shadow: 0.7rem 0.6rem 0 #0068B7;
    }
  }
  /* 文字クロスアニメーション */

  /* 文字アニメーション */
  
  
  @media screen and (max-width: 699.98px) {
    .sp_onl {
      display: block;
    }

  .pc_onl {
    display: none;
  }

  .front_fv_wrap {
    margin-bottom: 1.5rem;
    height: 100svh;
  }

  .top_title {
    width: auto;
    padding: 0.7rem 0.5rem;
    font-size: 3.5rem;
    letter-spacing: 0.01em;
    line-height: calc(30 / 25);
  }

  /* セクションのサイズ */
  .secti_width {
    width: 34.5rem;
    margin: 0 auto;
  }

  /* about-us */
  .top_about_wrap {
    width: 34.5rem;
    margin: 0 auto 1.3rem;
    padding: 0 0 4rem 0;
  }

  .about_btn_img {
    display: contents;
  }

  .about_btn {
    order: 3;
  }

  .section_title {
    font-size: 2.5rem;
    line-height: calc(53 / 25);
    margin-left: 1.3rem;
  }

  .section_title::before {
    content: '';
    width: 0.8rem;
    height: 2rem;
    top: 1.8rem;
    left: -1.3rem;
  }

  .about_mb_32,
  .servi_mb_32 {
    margin-bottom: 0.7rem;
    letter-spacing: 0.01em;
  }

  .section_sab_tit {
    font-size: 2.5rem;
    line-height: calc(30 / 25);
  }

  .about_sab_tit {
    width: 100%;
    margin: 0 auto 2rem;
    letter-spacing: 0.01em;
  }

  .about_flex_wrap {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
    gap: 0;
  }

  .about_img {
    width: 100%;
    height: 30rem;
    margin-bottom: 2rem;
    order: 1;
  }

  .top_btn {
    width: 100%;
  }

  .top_btn::after {
    right: 1.7rem;
  }

  .top_btn::before {
    right: 2.5rem;
  }

  .about_text {
    width: 100%;
    margin-bottom: 3.6rem;
    order: 2;
  }


  /* our services */
  .servi_cont_wrap {
    width: 100%;
    padding-bottom: 4rem;
    margin-left: 0;
  }

  .servi_sab_tit {
    margin-bottom: 2rem;
  }

  .servi_btn {
    margin-top: 3.1rem;
  }


  /* Products */
  .products_wrap {
    margin-top: 1.9rem;
    margin-bottom: 5rem;
  }

  .product_mb_28 {
    margin-bottom: 0;
  }

  .product_list_wrap {
    width: 31rem;
    max-height: none;
    margin: 0 auto;
    display: block;
    padding: 0;
  }

  .product_li {
    width: 31rem;
    border-left: none;
    border-bottom: 0.1rem solid !important;
  }

  .produ_pozi_wrap {
    margin-bottom: 2rem;
    margin-top: 1.5rem;
  }

  .top_pozi_13 {
    bottom: 0;
  }

  .bottom_pozi_17 {
    top: 0;
  }

  .product_li:nth-child(even) {
    border-bottom: 0.1rem solid;
  }

  .last_odd_line:nth-last-child(2) {
    border-right: none;
  }

  .produ_img {
    width: 25rem;
    height: 30rem;
  }

  .product_title {
    bottom: 0;
    margin-top: 1.5rem;
  }

  .product_btn {
    margin: 3.1rem auto 5rem;
  }


  /* Contact */
  .contact_wrap {
    padding: 0 1.5rem 0;
    margin-bottom: 1.4rem;
  }

  .contact_tit_wrap {
    width: 100%;
    padding-bottom: 1.7rem;
  }

  .conta_title {
    font-size: 5rem;
    margin-bottom: 1.3rem;
  }

  .conta_text {
    font-size: 1.8rem;
    line-height: calc(24 / 18);
    font-weight: 500;
  }

  .cont_tit_sab {
    font-size: 2rem;
    font-weight: 600;
    text-align: start;
    line-height: calc(40 / 20);
  }

  .contact_form_tel {
    flex-direction: column;
  }

  .contact_form_wrap,
  .cont_tel_wrap {
    width: 100%;
  }

  .contact_form_wrap {
    padding: 1.6rem 0 1.7rem 0;
    border-right: none;
    border-bottom: 0.1rem solid #FFFFFF;
  }

  .cont_tel_wrap {
    padding: 0;
  }

  .cont_icon_wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .tel_gap {
    gap: 1.8rem;
  }

  .mall_icon {
    width: 3rem;
    height: 2.194rem;
    margin-bottom: 1.1rem;
  }

  .tel_icon {
    width: 2.114rem;
    height: 2.1rem;
    margin-bottom: 1rem;
  }

  .cont_form_tit {
    font-size: 2rem;
    line-height: calc(40 / 20);
    margin-bottom: 1.1rem;
  }

  .tel_mb_sp5 {
    margin-bottom: 0;
    line-height: calc(30 /20);
  }

  .form_width,
  .tel_cont_wrap {
    width: 27rem;
    margin-left: 4rem;
  }

  .cont_mb_46 {
    margin-bottom: 3.2rem;
  }

  .tel_link {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }

  .tel_mb_51 {
    margin-bottom: 2.4rem;
  }

  .cont_btn {
    width: 26.5rem;
  }

  .cont_ml_55 {
    margin-left: 5.5rem;
  }


  /* blog */
  .blog_wrap {
    width: 36rem;
    margin: 0;
    margin-left: auto;
    margin-bottom: 15rem;
    padding-right: 0;
  }

  .sp_swiper_wrap {
    gap: 0;
  }

  .blog_mb_65 {
    margin-bottom: 1.3rem;
    margin-right: 1.5rem;
  }

  .blog_img {
    width: 25rem;
    height: 35rem;
    margin-bottom: 1.5rem;
  }

  .blog_lists {
    width: 100%;
    overflow-y: auto;
    cursor: pointer;
  }
  
  .contents_box::-webkit-scrollbar {
    display: none;
  }
  
  .section_text_span {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
  
  .section_text02 {
    text-align: left;
  }
  
  .border_bottom_p::after {
    border: none;
  }
  
  .pails_name {
    width: 100%;
    padding: 0.9rem 0.9rem .4rem;
  }
  
  /* 文字アニメーション */
  .text_animation_area {
    width: auto;
  }
  .outline_relative {
    height: 4.5rem;
  }
  .outline {
    position: absolute;
    color: #fff;
    font-size: 4.5rem;
  }
  @keyframes outline{
    0%{
      text-shadow: 0rem 0rem 0 #0068B7;
    }
    100%{
      text-shadow: 0.4rem 0.3rem 0 #0068B7;
    }
  }
  /* 文字アニメーション */

  /* 目隠し → 文字表示 */
  .c01{
    font-size: 2.2rem;
  }
  /* 目隠し → 文字表示 */
}