@charset "UTF-8";
.l-section.service-list .service {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-section.service-list .service {
    flex-direction: column;
  }
}
.l-section.service-list .service .service_flex {
  flex-basis: 48%;
  display: flex;
  border: 1px solid #e0e0e0;
}
.l-section.service-list .service .service_flex .service_flex_item {
  display: none;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
}
.l-section.service-list .service .service_flex .service_flex_item .service_flex_item_a {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  background: rgba(44, 164, 221, 0.8);
  color: #fff;
  text-align: center;
  padding: 2rem 0;
  border-radius: 0 0 56px 56px;
}
@media screen and (max-width: 768px) {
  .l-section.service-list .service .service_flex .service_flex_item .service_flex_item_a {
    padding: 1rem 0;
    font-size: 1.2rem;
  }
}
.l-section.service-list .service .service_flex .service_flex_item > img {
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  display: block;
}
.l-section.service-list .service .service_flex .service_flex_item.sfi2 table tbody tr > * {
  border: 1px solid #e0e0e0;
  font-weight: bold;
}
.l-section.service-list .service .service_flex .service_flex_item.sfi2 table tbody tr th {
  background-color: #e0e0e0;
}
.l-section.service-list .service .service_flex .service_flex_item.sfi2 table tbody tr td {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-section.service-list .service .service_flex .service_flex_item.sfi2 table tbody tr th,
  .l-section.service-list .service .service_flex .service_flex_item.sfi2 table tbody tr td {
    font-size: 1.2rem;
  }
}
.l-section.service-list .service .service_flex .service_flex_item.sfi2 .service_flex_txt_red {
  color: #e60000;
  font-weight: bold;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .l-section.service-list .service .service_flex .service_flex_item.sfi2 .service_flex_txt_red {
    font-size: 1.2rem;
  }
}

/*20250706 新ブログ改修
----------------------------------------------------------------------------------- */
.new_blog {
  font-size: 0.9em;
}
.new_blog .staff {
  display: flex;
}
@media screen and (max-width: 640px) {
  .new_blog .staff {
    flex-direction: column;
    align-items: center;
  }
}
.new_blog .staff .staff-comment {
  margin: 10px 1rem;
}
@media screen and (max-width: 640px) {
  .new_blog .staff .staff-comment {
    margin: 10px 0;
  }
}

.new_blog a {
  text-decoration: none;
}

.new_blog a:hover {
  opacity: 0.8;
}

.article_wrap {
  display: flex;
  justify-content: space-around;
  max-width: 660px;
  flex-flow: wrap;
}

.article_wrap .article {
  width: 33.1%;
}

.article_wrap .old_blog_w {
  width: 100% !important;
}

.blog .article .tit_h4 {
  background: #f3f3f3;
  border-bottom: 2px solid #014190;
  text-indent: 0.5em;
}

.blog .article .tit_h4 a {
  color: #014190;
}

.blog_flex {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.blog_flex_item {
  text-align: center;
}

.blog_flex_item img {
  /* width: 90%; */
  height: 160px;
  object-fit: cover;
}

.blog_flex_item2 {
  width: 80%;
  padding: 0 1em;
}

.blog_details {
  color: #014190;
  border-bottom: 1px solid #014190;
  font-size: 1.2em;
}

.blog_table {
  width: 99%;
  margin: 0 auto 0.5em;
}

.blog_table table {
  width: 100%;
}

.blog_table .table td {
  border: none;
  border-bottom: 1px solid #ccc;
  min-width: 80px;
  border: 1px solid #ccc;
  color: #222222;
}

.blog_table .table td p {
  display: flex;
  justify-content: space-between;
  word-break: break-all;
}

.blog_table .table td p span {
  width: 50%;
}

.blog_table .table th {
  background: #014190;
  color: #fff;
}

.blog_table .table td p span:first-child {
  font-weight: bold;
}

.blog_table .table td.blue-txt {
  background: #00bfff;
  color: #fff;
  width: 35%;
}

.blog_table .table td.light-blue {
  /* color: #00bfff; */
  background: #f2f2f2;
  border: 1px solid #ccc;
  color: #000;
}

.blog_table .gray-back {
  background: #eee;
}

.blog_img {
  display: flex;
  justify-content: space-around;
  margin: 1em 0px;
}

.blog_img div {
  position: relative;
}

.blog_img_before,
.blog_img_after {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0 1.2em;
}

.blog_img_before {
  background: #555;
  color: #fff;
}

.blog_img_after {
  background: #014190;
  color: #fff;
}

.blog .article .blog_contents {
  padding: 4px 2px !important;
}

.table th,
.table td {
  padding: 5px;
}

@media screen and (max-width: 640px) {
  .article_wrap .article {
    width: 99.1%;
  }
  .blog_flex_item img {
    max-height: 200px;
  }
}
/*20241206
----------------------------------------------------------------------------------- */
.blog .article .tit_h4 {
  background: #f3f3f3;
  border-bottom: 2px solid #014190;
}

.blog .article .tit_h4 a {
  color: #014190;
}

.single .blog_flex {
  display: flex;
}

.single .blog_flex_item img {
  border: 1px solid #00bfff;
}

.single .blog_flex_item2 {
  width: 80%;
  padding: 0 1em;
}

.single .blog_details {
  color: #00bfff;
  border-bottom: 1px solid #00bfff;
  font-size: 1.2em;
}

.single .blog_table {
  width: 99%;
  margin: 0 auto;
}

.single .blog_table .table td {
  border: none;
  border-bottom: 1px solid #ccc;
}

.blog_table td.gray-back:nth-child(1) {
  white-space: nowrap;
}

.single .blog_table .table td p {
  display: flex;
  justify-content: space-between;
}

.single .blog_table .table td p span {
  width: 50%;
}

.single .blog_table .table th {
  background: #00bfff;
  color: #fff;
}

.single .blog_table .table td p span:first-child {
  font-weight: bold;
}

.single .blog_img {
  display: flex;
  justify-content: space-around;
  margin: 1em 0px;
}

.single .blog_img img {
  height: 220px;
  width: 220px;
  object-fit: cover;
}

.single .blog_img div {
  position: relative;
  width: fit-content;
  display: flex;
  justify-content: center;
}

.single .blog_img_before,
.blog_img_after {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0 1.2em;
}

.single .blog_img_before {
  background: #555;
  color: #fff;
}

.single .blog_img_after {
  background: #014190;
  color: #fff;
}

#bannerlist ul {
  padding: 0;
  display: inline-block;
}

#bannerlist ul li {
  float: left;
  margin-left: 12px;
}

#bannerlist ul li:first-child {
  margin-left: 0;
}

#bannerlist ul:after {
  content: "";
  clear: both;
}

#bannerlist ul li a {
  display: inline-block;
  text-decoration: none;
  color: #292b2c;
}

#bannerlist ul li a img {
  width: 100%;
  display: inline-block;
}

#bannerlist ul li a:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

ul.index-virus5 li {
  width: 17.1%;
  margin-left: 0.2em;
}

.pc_hs {
  display: table-cell;
}

.sp_hs {
  display: none;
}

@media screen and (max-width: 768px) {
  .single .blog_img div {
    width: 220px;
  }
  .single .blog_table .table td {
    width: 50%;
  }
  .single .blog_table .table td p {
    flex-flow: column;
    margin: 0;
  }
  .single .blog_table .table td p span {
    width: 100%;
  }
  #bannerlist {
    display: none;
  }
  ul.virus5 li,
  ul.index-virus5 li {
    width: 39.5%;
  }
  .pc_hs {
    display: none;
  }
  .sp_hs {
    display: table-cell;
  }
}
.detail:target {
  scroll-margin-top: 5rem;
}

.staff-message-section .staff-message {
  position: relative;
  aspect-ratio: 51/19;
  flex-basis: 70%;
}

.staff-message-section .staff-message .staff-message-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: -1;
}

.staff-message-section .staff-message > p {
  padding: 2rem 6rem;
  display: block;
  font-size: 1.8rem;
}

.staff-message-section .staff-profile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 30%;
}

.staff-message-section .staff-profile .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.staff-message-section .staff-profile .img-wrap img {
  width: 65%;
}

.staff-message-section .staff-profile .staff-name-wrap {
  position: relative;
}

.staff-message-section .staff-profile .staff-name-wrap .img-wrap {
  position: relative;
}

.staff-message-section .staff-profile .staff-name-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.staff-message-section .staff-profile .staff-name-wrap p {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .staff-message-section .staff-message {
    flex-basis: 70%;
  }
  .staff-message-section .staff-message > p {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
  }
  .staff-message-section .staff-profile {
    flex-basis: 30%;
  }
  .staff-message-section .staff-profile .staff-name-wrap p {
    bottom: 0.1rem;
    font-size: 1rem;
  }
}
/* service-area area FV */
.txt-box {
  text-align: center;
}

.fv_c_box {
  border-radius: 10px;
  margin: 0 auto;
  width: 90%;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.fv_c_head {
  background: #158fd0;
  border-radius: 10px;
  border-radius: 10px 10px 0 0;
  padding: 0.35em 1em;
  font-weight: bold;
  color: #002845;
  font-size: 1.4em;
}

.fv_c_txt_box {
  padding: 0.75em 2em;
}

.fv_c_txt span.fv_c_txt_inner {
  border-bottom: 2px dotted #158fd0;
  line-height: 2.2;
}

.l-fv {
  margin-bottom: 1em;
}

.txt-box p span.l-fv-area,
span.fv_c_head_area {
  color: #ef7c01;
  padding: 0 3px;
}

span.fv_c_head_area {
  text-shadow: 1px 1px 2px #002870;
}

.txt-box p {
  text-shadow: 2px 4px 2px #ffffff;
  font-size: 2.6em;
  font-weight: bold;
}

.txt-box p span.f16 {
  font-size: 0.5em;
  padding: 0 0.5em;
}

.txt-box p:nth-child(1) {
  color: #0066af;
}

.txt-box p:nth-child(2) {
  color: #0066af;
  text-align: center;
}

.txt-box p:nth-child(3) {
  color: #0066af;
  text-align: right;
}

.txt-box p span.fv_bk {
  color: #158fd0;
  font-size: 1.2em;
  padding: 0 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.txt-box p span.fv_bk:before {
  content: "";
  position: absolute;
  background: linear-gradient(transparent 50%, rgb(246, 252, 62) 50%);
  height: 65px;
  width: 106%;
  transform: skewX(-30deg);
  left: 0;
  z-index: -1;
}

.section_area .staff_link_a {
  text-align: center;
}

.section_area .staff_link_a a {
  width: 250px;
}

.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .txt-box {
    width: 95%;
    margin: 0 auto;
    padding-top: 0.5em;
  }
  .txt-box p {
    font-size: 1.4em;
  }
  .txt-box p span.fv_bk:before {
    bottom: 0;
    height: 30px;
  }
  .fv_c_box {
    position: static;
    width: 100%;
    margin-top: 1em;
  }
  .l-fv {
    background: linear-gradient(180deg, rgb(174, 234, 255) 0%, rgb(255, 255, 255) 100%);
  }
}
.me_flex {
  display: flex;
}

.me_flex_item {
  position: relative;
  padding: 1%;
}

.me_flex_item img.name_obi {
  position: absolute;
  width: 120%;
  bottom: 0;
  left: -10%;
  z-index: 0;
}

.me_flex_item img {
  width: 150px;
}

.me_flex_item_txt {
  background: url(/images/area/com_bk.png) no-repeat center/contain;
}

.me_flex_item_txt p {
  width: 75%;
  margin: 2% auto 0;
  font-size: 0.9em;
}

.me_flex_item_name {
  text-align: center;
  font-size: 0.9em;
  color: #fff;
  position: relative;
  font-weight: bold;
}

div.detail ul.address_area li {
  color: #0071bc;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .me_flex_item_txt {
    background-size: initial;
  }
  .me_flex_item img.name_obi {
    display: none;
  }
  .me_flex_item_name {
    background: #158fd0;
  }
  .me_flex_item_txt p {
    width: 90%;
  }
  .sp {
    display: block;
  }
}
/* 会社概要追記「株式会社N-Visionとは？」セクション
----------------------------------------------------------------------------------- */
.nv_company_intro {
  margin-top: 4rem;
}
.nv_company_intro .nv_intro_text {
  margin: 0 0 2rem;
  padding: 1.5rem 1.875rem;
  border: 1px solid #17b7f0;
  background: #fff;
  line-height: 1.8;
  font-size: 1.6rem;
}
.nv_company_intro .nv_region_list {
  display: grid;
  gap: 2rem;
}
.nv_company_intro .nv_region_list .detail {
  margin: 0;
}
.nv_company_intro .nv_region_list .acordinon-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 1.2rem 6rem 1.2rem 1.5rem;
  border: 1px solid #003e74;
  background: #f4f9fd;
  color: #003e74;
  font-weight: 700;
  transition: background-color 0.2s ease;
}
.nv_company_intro .nv_region_list .acordinon-title::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #003e74;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.nv_company_intro .nv_region_list .acordinon-title.active {
  background: #003e74;
  color: #fff;
}
.nv_company_intro .nv_region_list .acordinon-title.active::after {
  color: #fff;
  transform: translateY(-50%) rotate(45deg);
}
.nv_company_intro .nv_region_list .map-list {
  display: none;
  margin: 0;
  padding: 1.5rem 2rem;
  list-style: none;
  border: 1px solid #d3e4f3;
  border-top: none;
  background: #fff;
  flex-wrap: wrap;
  gap: 1.2rem 3.2rem;
}
.nv_company_intro .nv_region_list .map-list.is-open {
  display: flex !important;
}
.nv_company_intro .nv_region_list .map-list li {
  margin: 0;
  white-space: nowrap;
}
.nv_company_intro .nv_region_list .map-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #003e74;
  text-decoration: underline;
  font-weight: 600;
}
.nv_company_intro .nv_region_list .map-list a[target=_blank]:not(.is-internal)::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .nv_company_intro .nv_intro_text {
    padding: 1.25rem 1.5rem;
    font-size: 1.4rem;
  }
  .nv_company_intro .nv_region_list {
    gap: 1.6rem;
  }
  .nv_company_intro .nv_region_list .acordinon-title {
    padding-right: 4.5rem;
  }
  .nv_company_intro .nv_region_list .acordinon-title::after {
    right: 1rem;
  }
  .nv_company_intro .nv_region_list .map-list {
    padding: 1.2rem 1.6rem;
    gap: 1rem;
  }
  .nv_company_intro .nv_region_list .map-list li {
    width: 100%;
  }
  .nv_company_intro .nv_region_list .map-list a {
    justify-content: space-between;
  }
}

/*# sourceMappingURL=main-add.css.map */

/* 採用情報バナー */
.bnr__recruit{
    text-align: center;
}

.bnr__recruit img{
    width: auto;
    height: auto;
}