@charset "utf-8";
/* CSS Document */ :root {
  --font-family-sans-serif: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  font-family: source-han-sans-japanese, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Meiryo, Verdana, sans-serif !important;
}
h1, h2, h3, h4, h5, h6, p {
  font-family: source-han-sans-japanese, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Meiryo, Verdana, sans-serif !important;
  line-height: 1.6 !important;
  letter-spacing: 0.05em;
}
p {
  margin-bottom: 0 !important;
}

a :hover {
  transition: 0.5s !important;
}
.nav-item a:hover {
  opacity: 0.7;
  transition: 0.5s !important;
}
figure a :hover {
  opacity: 0.7;
  transition: 0.5s !important;
}

.reason__number {
    color: #969ba1;
    font-size: 28px;
    font-family: din-2014, sans-serif;
    margin: 0;
    font-weight: 700;
}



.border-left{
	border-width:0.4rem!important;
border-color: #22c2ef!important;
}
.table-blue{
    background-color: #183a5c;
}


.table-sub-blue{
     background-color: #3e71a3;
    
}

.text-blue{
color:  #12438a;
}
.text-info{color:  #22c2ef!important;}
.underline{
    
  position: relative;
  font-weight: bold;
  padding-bottom: 1em;
}
.underline::before{
    position: absolute;
  content: "";
  width: 50%;
  height: 1rem;
  background-color: #ea862a;
  left: 0;
  /* left: 50%; ※右側に当てたい場合 */
  bottom: 0;
left: 50%;
}
/*----- フェードイン -----*/
.inviewfadeIn {
  opacity: 0;
  transition: .8s;
}
.fadeIn {
  opacity: 1.0;
}
/*----- 上へスライド -----*/
.inviewUp {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transition: .8s;
}
.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/*----- ズームイン -----*/
.inviewzoomIn {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: .8s;
}
.zoomIn {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: .8s;
}
.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/*=========
accordion
=========*/
.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #fff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #fff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #fff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #014897;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  background: #ccc;
}
/*=========
faq
=========*/
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #696e89;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #de0000;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 20px;
}
/*=========
背景
=========*/
.issue {
  background-color: #F0F8FF;;
}
.bg-second {
  background-color: #e9e3d7;
}

.base-triangle {
  position: relative;
}
.custom-shape-divider-top-1717736232 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1717736232 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 139px;
}
.custom-shape-divider-top-1717736232 .shape-fill {
  fill: #F0F8FF;
}
.bg01 {
  background: url("../images/bg02.jpg") left center / cover no-repeat;
}
.nuc14pro_bg {
  background: url("../images/14pro_bg.jpg") center center / cover no-repeat;
}
.nuc14pro_plus_bg {
  background: url("../images/pro_bg.jpg") center center / cover no-repeat;
}
.nuc13pro_bg {
  background: url("../images/13pro_bg.jpg") center center / cover no-repeat;}

.rugged_bg {
  background: url("../images/rugged_bg.jpg") center center / cover no-repeat;
}
.company-bg {
  background: url("../images/asus_bg.jpg") center center / cover no-repeat;

}


.text-blown {
  color: #c7ae72 !important;
}


.net h5{
	color: #009ce0;
}
.raid h5{
	color: #ea5607;
}

.mag h5{
	color: #5f3caa;
}

.sec h5{
	color: #6fbd4e;
}

.net-list,.raid-list,.mag-list,.sec-list,.was-list,.qna-list{
	
	position: relative;
}

.net-list::before{
	
    content: "";
    display: inline-block;
    width: 0.6rem;
    height: 7rem;
    background-color: #009ce0;
    position: absolute;
    top: -2px;
    left: -1rem;
}

.raid-list::before{
	 content: "";
    display: inline-block;
    width: 0.6rem;
    height: 8rem;
    background-color: #ea5607;
    position: absolute;
    top: -2px;
    left: -1rem;
}

.mag-list::before{
	
	 content: "";
    display: inline-block;
    width: 0.6rem;
    height: 5rem;
    background-color: #5f3caa;
    position: absolute;
    top: -2px;
    left: -1rem;
	
	
	
}

.sec-list::before{
	
	 content: "";
    display: inline-block;
    width: 0.6rem;
    height: 7rem;
    background-color: #6fbd4e;
    position: absolute;
    top: -2px;
    left: -1rem;
	
	
	
}


.was-list::before{
	
	 content: "";
    display: inline-block;
    width: 0.4rem;
    height: 3rem;
    background-color: #43b535;
    position: absolute;
    top: -2px;
    left: -1rem;
	
	
	
}

.qna-list::before{
	
	 content: "";
    display: inline-block;
    width: 0.4rem;
    height: 3rem;
    background-color: #009ce0;
    position: absolute;
    top: -2px;
    left: -1rem;
	
	
	
}




.rounded{border-radius: 1rem!important;}


.original-box-shadow {
 box-shadow: 0.3rem 0.3rem grey;
}

.notes-number-list--reset {
    counter-reset: number;
}
.notes-number-list__item:before {
    counter-increment: number;
    content: "※" counter(number);
    display: inline-block;
    width: 3em;
    position: absolute;
    left: 0;
}
.notes-number-list {
    font-size: 14px;
    font-size: 0.875rem;
}
.notes-number-list li{
	list-style: none;
}
.notes-number-list__item {
    padding-left: 3em;
    position: relative;
    margin-bottom: 0.5rem;
}

        
	.jumbotron-extend .bg-dark{
		opacity: 0.9;
		width: fit-content;
	}
	

@media (min-width: 768px) { /* 768px以上*/
  /*=========
メインビジュアル
=========*/
  .jumbotron-extend {
    background: url("../images/bg.jpeg") center center / cover no-repeat;
  }
	
.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 1px;
}
    
.div1 {
    grid-column-start: 4;
}

.div2 {
    grid-column: span 3 / span 3;
    grid-row-start: 2;
}

.div3 {
    grid-column: span 3 / span 3;
    grid-column-start: 2;
    grid-row-start: 3;
}

.div4 {
    grid-column-start: 4;
    grid-row-start: 4;
}
    
.shadow_test {
        filter: drop-shadow(5px 5px 5px #2b2b2b);
}
/*.parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 8px;
}
    
.div1 {
    grid-column: span 3 / span 3;
    grid-row-start: 2;
}

.div2 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 3;
}*/

	
  #pagetop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 25px;
    bottom: 100px;
    background: #1243a8;
    opacity: 0.8;
    border-radius: 50%;
    z-index: 999;
  }
  #pagetop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
  }
  #pagetop a::before {
    font-family: "Font Awesome 5 Pro";
    content: '\f106';
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0px;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
  }
  #pagetop a:hover {
    opacity: 0.7;
  }
}

@media (min-width: 769px) and (max-width:1336px){/* 769px以上1336px以下*/
  /*=========
メインビジュアル
=========*/
.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 1px;
}
    
.div1 {
    grid-column-start: 3;
}

.div2 {
    grid-column: span 3 / span 3;
    grid-row-start: 2;
}

.div3 {
    grid-column: span 3 / span 3;
    grid-row-start: 3;
}

.div4 {
    grid-column-start: 3;
    grid-row-start: 4;
}
        
        
        

    
}











@media(max-width:768px) {
  #pagetop {
    display: none !important;
  }
 .jumbotron-extend {
    background: url("../images/bg_sp.jpg") center center / cover no-repeat;
     height: 100%!important;
  }
    



.parent {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 1px;
}
    

.div2 {
    grid-row: span 2 / span 2;
}

.div3 {
    grid-row: span 2 / span 2;
    grid-row-start: 5;
}

.div4 {
    grid-row: span 2 / span 2;
    grid-row-start: 7;
}
        
        
        
    
    
	.pc{display: none;}
	
	
	.wasabi-box{
		background-color: rgba(25,138,61,.7);
		padding: 1rem 0;
	}
.qnap-box{
		background-color: rgba(38,55,106,.8);
		padding: 1rem 0;
	}
	
	
	
.bg-plus-sp{
	
	
	background: linear-gradient(#d7cec9, #c0c1bb);
}	
	
}


/*モーダル*/

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.modal__content a {
  color: #000;
}



.zoom img:hover{
  transform: scale(1.05);
  transition-duration: 0.5s;
}