/********** Template CSS **********/
:root {
	--primary: #003894;
	--light: #CCEAFA;
	--dark: #003894;
}

html{
font-feature-settings: "palt";
font-family: 'Noto Sans JP', sans-serif;
 text-align:justify;
 word-wrap:break-word;
  overflow-wrap:break-word;    
}


.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 700 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 400 !important;
}

h6{
	font-size: 1.2em;
}

.mt-6{margin-top:4rem !important}
.mt-7{margin-top:5rem !important}

.bold {
	font-weight: 600 !important;
}
.h7{
	font-size: 1.1em;
	color: #000;
	line-height: 1.5;
	letter-spacing: 0.3px;
	margin-left: 30px;
	margin-right: 30px;
	text-indent: 2em hanging each-line;
}
.h7_noident{
	font-size: 1.1em;
	color: #000;
	line-height: 1.5;
	letter-spacing: 0.3px;
	margin-left: 30px;
	margin-right: 30px;	
}

.box_tokucho{
	max-width: 98%;
	background-color: #c4eaff;
	border-radius: 20px;
    margin-left: 5px;
	padding: 20 50 0 0 ;
}

.img-round20{
	border-radius: 20px;
}

.img-round30{
	border-radius: 30px;
}
.img-round40{
	border-radius: 40px;
}

.posi-right{
	text-align: right;
}

.space_reset{
	margin:0;
	padding: 0;
}

.lb_ttl {
  font-size: 1.5em;
  font-weight: 600;
  padding: .6em;
  margin-bottom: 0.8em;
  border-left: 5px solid #0096e6;
}

p, .fw-normal {
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 400 !important;
}
.gaiyou {
	font-weight: 300;
	color:#000;
}
.caption {
	font-size: 0.9em;
	font-weight: 300;
	text-align: center;
	margin-top: 0.7em;
}

.caption-left {
	font-size: 0.9em;
	font-weight: 500;
	text-align: left;
	margin-top: 0.7em;
}


.note {
	font-size: 0.8em;
	font-weight: 300;
	margin-top: 0.7em;
}

.toptech{
	font-size: 1.2em;
	text-align: center;
	line-height: 1.2em;
	color: #FFF;
}
@media (max-width: 768px){
.toptech{
	font-size: 1.1em;
	text-align: left;
	line-height: 1.2em;
	color: #FFF;
}	
}
.hr2{
	height: 1px;
	background-color: #0096e6;}

.img-bord{
    box-shadow: 0px 0px 1px #999;
}


.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.bg_lght{
	background-color: #F3F8F8;
}
.bg-drk {
	background-color: #003894;
}

.bg-m1 {
	background-color: #0096e6;
}
.bg-m2 {
	background-color: #8ad6ff;
}
.bg-m3 {
	background-color: #d3f0e3;
}
.bg-m4 {
	background-color: #d3e3ff;
}
.bg-m5 {
	background-color: #ead7ff;
}

.bg-grad1 {
    background: linear-gradient(180deg, rgb(0, 150, 230), rgb(0, 56, 148));
	color:white;
}
.text-black{
	color: #000;
}
.text-white{
	color: #fff;
}
.red{
	color:brown
}

.blue{
	color:darkcyan;
}

.w-70{width:70% !important}
.w-80{width:80% !important}
.w-85{width:85% !important}
.w-90{width:90% !important}
.py-6{padding-top:5rem !important;padding-bottom:5rem !important}

.svg-container {
        width: 90%; /* 親要素の幅を指定 */
        margin: 0 auto;
        }
@media screen and (max-width: 768px) {
.svg-container {
        width: 100%; /* 親要素の幅を指定 */
        margin: 0 auto;
        }
	}



svg {
        width: 100%; /* 親要素に合わせて拡大縮小 */
        height: auto; /* アスペクト比を保持 */
   }

/* スマホ（例: 768px以下）では改行を消す */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.round{border-radius: 10px;}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #003894;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: url(../img/bg-about.webp) center center no-repeat;
	background-size: cover;
}

.page-header2 {
    background: url("../img/bg-techno.webp") center center no-repeat;
	background-size: cover;
}
.page-header21 {
    background: url("../img/bg-techno1.webp") center center no-repeat;
	background-size: cover;
}
.page-header22 {
    background: url(../img/bg-techno2.webp) center center no-repeat;
	background-size: cover;
}
.page-header23 {
    background: url(../img/bg-techno3.webp) center center no-repeat;
	background-size: cover;
}

.page-header3 {
    background: url(../img/bg-mag.webp) center center no-repeat;
	background-size: cover;
}
.page-head4 {
    background: url(../img/bg-news.webp) center center no-repeat;
	background-size: cover;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid #0096E6;
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: #8AD6FF;
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 56, 148, 0.8);
}

.service-item * {
    transition: .1;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: #0096E6;
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}

.service-item p {
    text-align: left;
}



/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}

.layover {
  position: relative; /* 子要素の基準点になる */
  display: inline-block; /* 画像のサイズに合わせる場合 */
}

.texton {
  position: absolute; /* 親要素を基準に配置 */
  top: 0%;          
  left: 0%;         

}

/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}

th,
td {
  border: 1px solid rgb(160 160 160);
  padding: 0px 1px;
}

th[scope="col"] {
  background-color: #C5CBD9;
  color: #000;
}

th[scope="row"] {
  background-color: #e9f5fe;
	font-weight: 400;
}

td {
  text-align: left;
}

tr:nth-of-type(even) {
  background-color: #fff;
}

table {
  border-collapse: collapse;
  font-size: 0.8rem;
}

/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

/*** Globe Animation ***/

.rotate-anime {
  animation: rotate-anime 86s linear infinite;
}
@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}

.globe {
  position: relative;
  }

.globe a {/*aタグを画像の真ん中に*/
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 18px;/*文字サイズ*/
  padding: 1.5em;/*文字と線の間の余白*/
  color: #0096e6;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
  }

.globe a:hover{/*カーソルを当てたとき*/
  background: rgba(255, 255, 255, 0.1);/*背景を半透明に*/
  }

.globe img {
  width: 90%;
  }
.left_offset{
  position: relative; /*追記*/
  top:7px; /*追記*/	
  left:-21px; /*追記*/
}
.sogyo{
  color: #8AD6FF;	
  margin: 0;	
  padding: 0;
  line-height: 0;	
  position: relative; /*追記*/
  top:20px;	
  left:15px;
}

.sogyo2{
color: #8AD6FF;	
  margin: 0;	
  padding: 0;
  line-height: 0;	
  position: relative; /*追記*/
  top:116px;	
  left:192px;
}

/*** Swiper ***/

 /* スライダー全体 */
    .hero-slider {
      width: 100%;
      height: 60vh;
      position: relative;
    }

    /* スライド画像 */
    .swiper-slide {
      background-size: cover;
      background-position: center;
      position: relative;
    }

    /* オーバーレイ（暗めフィルター） */
    .slide-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 48, 152, 0.5);
    }

    /* 見出し＆テキスト */
    .slide-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      text-align: center;
      max-width: 80%;
    }

	/* 初期状態（非アクティブ） */
    .slide-content h1 {
      font-size: 4.4rem;
      margin-bottom: 10px;
      opacity: 0;
      transform: translateX(-150px);
      transition: opacity 2.1s ease, transform 1.8s ease;
    }

    .slide-content p {
      font-size: 1.1rem;
      opacity: 0;
      transform: translateX(600px);
      transition: opacity 3.0s ease 0.5s, transform 2.4s ease 0.5s;
    }

    /* アクティブ時のアニメーション */
    .swiper-slide-active .slide-content h1 {
      opacity: 1;
      transform: translateX(0);
    }

    .swiper-slide-active .slide-content p {
      opacity: 1;
      transform: translateX(0);
    }

    /* レスポンシブ調整 */
    @media (max-width: 768px) {
      .slide-content h1 {
        font-size: 1.8rem;
      }
      .slide-content p {
        font-size: 0.7rem;
      }
    }

    /* 下部コンテンツ */
    .main-content {
      padding: 40px;
      text-align: center;
    }


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #0096e6;
    font-weight: normal;
    transition: .3s;
}
@media screen and (max-width: 768px) {
    .footer .btn.btn-link {
    font-size:0.8em;
    }
    .footer .wowlink{
     font-size:0.8em;    
    }
}

.footer .btn.btn-link::before {
    position: relative;
    content: "→";
    font-weight: 300;
    color: #8ad6ff;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.footer .wolink{
	color: #8AD6FF;
	font-size: 1.2em;
	line-height: 0.8em;
}

.footer_logo {
    max-width: 50%;
}
@media screen and (max-width: 768px) {
  .footer_logo {
   max-width: 30%;
margin-bottom: 10%;	  
  }
}

/*** Policy ***/
.policy{
	font-size: 1.1em;
	font-weight: 300;
	color:#000;
	line-height: 1.6em;
}
.policy p{
	text-indent: 1.1em hanging each-line;
}



/*** Timeline ***/
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #8ad6ff solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #003894;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}

.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logo {
  width: 100%;
  max-width: 220px; /* もともとの実寸 */
  height: auto;     /* 縦横比を維持 */
  display: block;
}

.bg_02 {
  background-image: url('../img/bg-techno03.webp');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.bg_04 {
  background-image: url('../img/bg_aim8.webp');
  background-attachment: local;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .bg_04 {
   background-image: url('../img/bg_aim8sp.webp');	  
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  }
}

.bg_05 {
  background-image: url('../img/bg_message.webp');
  background-attachment: local;
  background-size: contain;
background-repeat: no-repeat;	
  background-position: right;
}




.bg_fuji01 {
  background-image: url('../techno/fuji/i4-03.webp');
  background-attachment: local;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-width: 768px) {
  .bg_fuji01 {
   background-image:none;	  
   background-color:#fff;
	text-align: left;  
  }
}
.h-adjst{
	height: 760px;
}

/* カード全体を丸くして影が出るように */
.custom-card {
  border-radius: 15px;
  overflow: hidden; /* 角丸に合わせて画像のはみ出しを防止 */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* ホバーアニメーション用 */
}

/* カードホバー時のアニメーション */
.card-hover:hover {
  transform: translateY(-10px); /* 少し浮く */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); /* 影を強める */
}

/* 画像のズームアニメーション */
.card-hover img.card-img-top {
  transition: transform 0.3s ease;
}

.card-hover:hover img.card-img-top {
  transform: scale(1.05); /* 少し拡大 */
}

/* ボタンホバーも光らせたい場合 */
.btn-hover {
  transition: box-shadow 0.3s ease;
}

.btn-hover:hover {
  box-shadow: 0 0 12px rgba(0,123,255,0.6);
}

.white-text-shadow {
  text-shadow:
    1px 1px 2px black,
    0 0 1em blue,
    0 0 0.2em blue;
  color: white;
}
.white-text-shadow2 {
  text-shadow:
    1px 1px 2px black,
    0 0 1em black,
    0 0 0.2em black;
  color: white;
}

.pl-1{
	padding-left: 10px;
}
.pl-2{
	padding-left: 20px;
}
.pl-3{
	padding-left: 30px;
}
.pl-4{
	padding-left: 40px;
}
.pl-5{
	padding-left: 50px;
}


