/* CSS Document */
@media (max-width: 750px){
body.is-fixed {
  overflow: hidden;
  touch-action: none;
}
body,html{        font-size: calc(100vw * 16 / 1200); font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
 
  font-style: normal;
       }
.pc{
    display: none
}
    /*========= ナビゲーションのためのCSS ===============*/
  /*menu*/
  .menu {
    height: 7rem;
    position: fixed;
    right: 1.5rem;
    top: 2rem;
    width: 7rem;
    z-index: 200;
    border-radius: 50%;
    border: 1px solid #ffffff; }

  .menu.is-active {
    border: 0px;
    right: 3.5rem; }

  .menu__line {
    background: #ffffff;
    display: block;
    height: 1px;
    position: absolute;
    transition: transform .3s;
    width: 60%;
    top: 1.6rem;
    left: 1.4rem; }

  .menu__line--center {
    top: 3rem; }

  .menu__line--bottom {
    top: 4.5rem; }

  .menu__line--top.active {
    top: 18px;
    background: #ffffff;
    left: 8px;
    transform: rotate(45deg); }

  .menu__line--center.active {
    transform: scaleX(0);
    background: #ffffff; }

  .menu__line--bottom.active {
    top: 18px;
    left: 7px;
    background: #ffffff;
    transform: rotate(135deg); }

  /*gnav*/
  .gnav {
    background: rgba(0, 0, 0, 0.8);
    display: none;
      inset: 0;          /* top:0; right:0; bottom:0; left:0; */
  height: 100vh; 
    position: fixed;
    width: 100%;
    z-index: 100;
    backdrop-filter: blur(6px); 
  }
.gnav__wrap {
  overflow-y: hidden; 
}
  .gnav__wrap {
    padding: 3rem;
    overflow-y: scroll;
    height: 100%;
    color: rgba(225,225,225,1.00)}
   
    .gnav__wrap .logo{width:40%;
        margin-bottom: 6rem
    }
    .gnav__wrap .logo img{width:100%; -webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
    }
    header nav .gnav__wrap ul{display: block;width: 80%;margin: 0 auto}
     header nav .gnav__wrap ul li{font-size: 4rem;margin-bottom: 0rem;padding: 3rem; border-bottom: 1px solid rgba(225,225,225,0.30)}
     header nav .gnav__wrap ul li span{font-size: 2rem;display: block;margin-top: 1rem}

  /*========= ナビゲーションのためのCSS ===============*/
header{width:100%;position: relative;}
header .kv{width:100%;}
header .kv img{width:100%;max-height: 1000px;object-fit: cover}
header nav {position: absolute;top:0.5rem;margin: 0px 1rem;display: flex;margin-top: 12px;
}
header nav h1{width:40%;margin-left: 3%;margin-right: 5%;
}
header nav h1 img{width:100%
}
header nav ul{display: none;
}
.btn-kv .sep-area {width: 90%; display: flex; margin: 0 auto;justify-content: space-between}
.btn-kv .sep-area button{height: 10vw;width: 49%;}
    header nav .btn .entry{ width: 100%;}
header nav .btn{     font-size: clamp(9px, 0.65rem, 15px);width: 35%;}
header nav .btn .ask,.btn-kv .ask,.cv-area .btn-area .ask{border: #ffffff 1px solid;
       
        padding: 7px 15px 7px;
   width: 45%;
        text-align: center;
        color: #000000;
        cursor: pointer;
        transition-duration: 0.25s;
        border-radius: 6px;
        background-color:hsla(0,0%,100%,0.58);
        white-space: nowrap;
      
        font-weight: 600;
margin-right: 10px;}
header nav .btn .entry,.btn-kv .entry,.cv-area .btn-area .entry{
    border: #8ffe01 1px solid;
     
        padding: 7px 15px 7px;
        
        text-align: center;
        color: #000000;
        cursor: pointer;
        transition-duration: 0.25s;
        border-radius: 6px;
        background-color: #8ffe01;
        white-space: nowrap;
     
        font-weight: 600;}
header nav .btn .entry::after,.btn-kv .entry::after,.cv-area .btn-area .entry::after{
	right: 3px;
	width: 9px;
	height: 1px;
	background: #000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header nav .btn .entry::before,.btn-kv .entry::before,.cv-area .btn-area .entry::before{
	right: 4px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
header nav .btn .ask::after,.btn-kv .ask::after,.cv-area .btn-area .ask::after{
	right: 3px;
	width: 9px;
	height: 1px;
	background: #000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header nav .btn .ask::before,.btn-kv .ask::before,.cv-area .btn-area .ask::before{
	right: 4px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
header nav .btn .ask:hover,.btn-kv .ask:hover,.cv-area .btn-area .ask:hover{

	background: #cccccc;
    border: #dddddd 1px solid
	}
header nav .btn .entry:hover,.btn-kv .entry:hover,.cv-area .btn-area .entry:hover{

	background:#0E9F08;
    border: #0E9F08 1px solid
	}
.arrow{
	position: relative;
	
	padding: 0 0px 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: clamp(9px, 0.65rem, 15px);
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
header .catch {position: absolute;top:51%;margin-left: 5%}
header .catch figure{width:65%;min-width: 200px}
header .catch figure img{width:100%}
    header .btn-kv {position: absolute;bottom:7rem;width: 100%}
header .btn-kv button{
  
      font-size: clamp(12px, 0.85rem, 15px)!important;
    display: block;margin-bottom: 0.65rem}
main{background-color: #0c1f29; filter: drop-shadow(5px 5px 5px #000000);
color: #e4e4e4}
section.about{
    padding: 6rem 3rem 16rem;
    margin: 0rem auto;
    width: 90%;
    text-align: center
}
section.about h2{
    font-size: 8rem;
    color: #47dce4;
    margin-bottom: 3rem;
    font-weight: 900;
    letter-spacing: 4px
}
section.about h2 span{
    font-size: 4.5rem;
     letter-spacing: 0px
}
section.about h2 em{
  letter-spacing: 0px
    
}
section.about p{
    font-size: 2.5rem;
    
    letter-spacing: 1px;
    line-height: 200%;
    font-weight: 600
   
}
.area-1st{width: 86%;margin: 0 auto 12rem}
.area-2nd{margin: 0 auto 12rem}
.nml-ttl{font-size: 5rem;text-align: center;font-weight: 500;margin-bottom: 3rem;color: #FFFFFF}
.nml-ttl span{font-size: 3rem;display: block;font-weight: 300;margin-top: 0rem}
p.txt-area{font-size: 2.5rem;letter-spacing: 1px;line-height: 180%}
.job-info .contents{margin: 3rem 0rem}
/*開閉*/
  .details {
    border-top: 1px solid #333333; }
    .details:last-of-type {
      border-bottom: 1px solid #333333; }

  .details-summary {
    position: relative;
    display: block;
    padding: 20px;
letter-spacing: 0px;
    font-size: 3.75rem;
    font-weight: 300;
    text-align: left;
    padding-left: 8rem; }
.details-summary .keyword{font-size: 2.75rem;color: #a7a7a7;margin-top: 1rem}
    .details-summary:hover {
      cursor: pointer;
      opacity: 0.8; }
    .details-summary .btn {
      position: absolute;
      top: 37%;
      left: 1%;
      width: 18px;
      height: 18px;
      transform-origin: center center;
      transition-duration: 0.2s; }
      .details-summary .btn:before, .details-summary .btn:after {
        content: "";
        background-color: #8ffe01;
        border-radius: 10px;
        width: 18px;
        height: 1px;
        position: absolute;
        top: 8px;
        left: 0;
        transform-origin: center center; }
      .details-summary .btn:before {
        width: 1px;
        height: 18px;
        top: 0;
        left: 9px; }
    .details-summary.is-active .btn {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
      .details-summary.is-active .btn:before {
        content: none; }

  .details-summary::-webkit-details-marker {
    display: none; }

  .details-content {
    padding: 1rem 0rem 5rem 7rem }
    
  .insert-img {
    display: flex;
    width: 90%;
    margin: 0 auto 5rem;
    justify-content: space-between; }
    .insert-img figure {
      width: 32%; }
      .insert-img figure img {
        width: 100%;
        border-radius: 8px;
        border: 0.5rem #FFFFFF solid; }

/* --- 枠本体 --- */
.job-card{
  width:96%;
  margin:0px 0px 0px 0%;
  padding:40px 36px 40px 0;
  background:#06212a;
  position:relative;   /* ← これは必須 */
}

/* 左の逆コの字を全体にフィットさせる */
.job-card::before{
  content:"";
  position:absolute;
  top:20px;
  bottom:20px;          /* ← heightの代わりに bottom を追加 */
  left:-26px;
  width:30px;

  border-left:2px solid #454545;
  border-top:2px solid #454545;
  border-bottom:2px solid #454545;
  border-right:none;
}

/* 見出し */
.job-card h3{
  font-size:3.5rem;
  margin:0 0 5rem;
  font-weight:500;
    line-height: 1.8;
    text-decoration: underline
}

/* メタ情報 */
.job-meta{
  display:flex;
  gap:1rem 2rem;
  padding:0;
  margin:0 0 2rem;
  list-style:none;
  flex-wrap:wrap;
}

.job-meta li{
  display:flex;
  align-items:center;
  gap:2rem;
     font-size:2.5rem;
    margin-bottom: 1rem
}

.job-meta span{
    display: block;
  border:1px solid #e4e4e4;
  padding:2px 10px;
  font-size:2.25rem;
    width: 70px

}


/* 説明文 */
.description{
  font-size:2.5rem;
  line-height:1.7;
    margin-top: 2.5rem;
    letter-spacing: 0px
  
}

/* 右の矢印（飾り） */
.job-card .arrow{
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%) rotate(45deg);

  width:1px;
  height:17px;

  border-right:4px solid #9aff3c;   /* 線の色 */
  border-top:4px solid #9aff3c;     /* 線の色 */

  border-radius:1px;
}
.job-link{
  text-decoration:none;
  color:inherit;          /* 文字色を継承 */
  display:block;          /* aをブロック化＝全体リンク */
}


.job-card:hover{
opacity: 0.8;
    cursor:pointer;
    border-radius: 8px;
    text-decoration: none
}




/*提供技術*/

    .technology p.txt-area{margin:0 auto;width: 90%}
/* --- hx-レイアウト（2カラム） --- */
.service-wrap{
  width:100%;
  margin:9rem auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2rem;
}

/* --- カード枠 --- */
.service-card{ width: 100%;
  border:1px solid rgba(255,255,255,.2);
  padding:90px 20px 40px;
  position:relative;
  text-align:left;
  overflow:visible;

  display:flex;
  flex-direction:column;
  height:100%;margin: 0;
}

/* --- 六角形の画像 --- */
.hex-image{
  width:200px;
  height:200px;
   position:absolute;
  top:-120px;                     /* ← ここでカードの外に出す */
  left:50%;
  transform:translateX(-50%);    /* 中央に */

  z-index:2;                     /* 枠より前面 */

  clip-path:polygon(
    50% 0%,
    93% 25%,
    93% 75%,
    50% 100%,
    7% 75%,
    7% 25%
  );
  overflow:hidden;
}

.hex-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* --- 見出し --- */
.service-card h3{
  font-size:3.5rem;
    width: 90%;
    text-align: center;
  margin:10px auto 25px;
  font-weight:700;
}

/* --- タグ風ボックス --- */
.tag-list{
  list-style:none;
  padding:0;
  margin:0 auto 25px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content: center;
    
}

.tag-list li{
  border:1px solid rgba(255,255,255,.5);
  padding:6px 14px;
  border-radius:0px;
    font-size: clamp(11px, 0.55rem, 12px);
}


.service-card .text{
  flex:1;         /* ← これでカードの中を均等化 */
  line-height:1.7;
  opacity:.9;
   font-size: clamp(11px, 0.75rem, 15px);
  max-width:550px;
}
.swiper02 {
        width: 100%;
        position: relative;
        overflow: hidden;
    margin-bottom: 50px;
padding-top: 120px;
padding-bottom: 60px}
.swiper-slide{
  display:flex;
  height:auto;width: 100%;
    box-sizing: border-box;
}
.swiper-button-next,
.swiper-button-prev{
  top: auto;              /* ← これ重要：中央配置を解除 */
  bottom: 0px; 
    color:#B3B3B3/* ← スライダーの下へ */
}

.swiper-button-next{
  left: 55%;
  right: auto;
}

.swiper-button-prev{
  left: 45%;
  right: auto;
}
/* --- hx end --- */


/* --- support  --- */

.support ul.item{
    
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between
}
.support ul.item li{
    display: flex;
    flex-wrap: wrap;
     width: 100%
}
.training-box{
  width: 100%;
  margin: 2rem auto;
  position: relative;
}

.training-box .inner{
 
  gap: 40px;
  align-items: flex-start;
  border-radius: 8px;
  padding: 2rem;
  position: relative;
}

/* 左上のカギカッコ */
.training-box::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:40px;
  height:40px;
  border-left:2px solid #454545;
  border-top:2px solid #454545;
}

/* 右下のカギカッコ */
.training-box::after{
  content:"";
  position:absolute;
  bottom:0;
  right:0;
  width:40px;
  height:40px;
  border-right:2px solid #454545;
  border-bottom:2px solid #454545;
}
.training-box .text{
 width:100%
}
.training-box .text h2{
  font-size:4rem;
  margin:0 0 3rem;
    font-weight:800;
}

.training-box .text h2 span{
  font-weight:800;font-size:6rem;
}

.training-box .text p{
  line-height:1.7;

    font-size: clamp(11px, 0.75rem, 15px);
}
.training-box .image {
  width:40%;
 height: 100%;
    display: none;
}
.training-box .image img{
  width:100%;
  border-radius:6px;
  object-fit:cover;
}
.training-box .text .container{
    width: 100%;
}
.training-box .text .container h3{
    background-color: #474646;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
    padding: 3px
}
.training-box .text .container .contents{
    display: flex;
    justify-content:space-around;
    margin-bottom: 2rem
}
.training-box .text .container .contents .parts{
    width: 48%;
    text-align: center
}
.training-box .text .container .contents .parts h4{
   font-size: 2.5rem;
}
.training-box .text .container .contents .parts p.catch{
   font-size: 8rem;
    font-weight: 800;
    color: #47d2ff
}.training-box .text .container .contents .parts p.catch span{
   font-size: 3rem;
    font-weight: 800;
   
}.training-box .text .container .contents .parts .sub-txt,.training-box .text .sub-txt{
   font-size: 2rem;
    font-weight: 300;
   
}.training-box .text.topics{width: 100%}
/* --- support  --- */
/* --- message  --- */

.message .container{
    display: flex;
    margin-left: 0%;
    width: 100%;
    
    margin-bottom: 3rem
  
}
.message .container figure{
    width: 40%;
    margin-right: -15%;
  z-index: 10
    
    
}

.message .container figure img{
    width: 90%;
    max-width: 400px

}
.message .container .txt-area{
    width: 75%;
    padding:20px 2% 20px 15%;
    background-color: #000000;
}
.message .container .txt-area h3 {
    display: flex;
    justify-content: flex-start;
    font-size: 3.5rem;
    margin-bottom: 4rem;
    align-items: center;
  }
.message .container .txt-area h3 span.year {
    display: flex;
    align-items: center;
    font-size: 2.5rem;
    font-weight: 300
  }
.message .container .txt-area h3 span.title {
    display: block;
    margin-right: 10px
  }
.message .container .txt-area h3 .year:before {
    margin-right: 10px;
    width: 6vw;
    content: "";
    display: inline-block;
    height: 1px;
    background: rgba(255, 255, 255, 0.70)
  }
.message .container .txt-area p.catch{
  font-size: 3rem;
    font-weight: 500;
    margin-bottom: 3rem
}
.message .container .txt-area p.main-txt{
  font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem
}
aside{
  font-size: 2.5rem;
    font-weight: 300;
    margin-top: 3rem
} aside a{
  text-decoration: underline!important}
    .mt1{margin-top: 4rem}
.message .container.left{
    display: flex;
    margin-right: 0%;
    width: 100%;
    
          margin-left: 0%;
    flex-direction: row-reverse
  
}


.cv-area{
    background-color: #000000;
    padding: 6rem 5%;
    text-align: center;
    width: 90%
}
.cv-area .btn-area .entry,.cv-area .btn-area .ask{
    padding: 10px 10px 10px;
    width: 47%;
    font-weight: 600;
    font-size: 2.5rem
}
.cv-area .btn-area .ask{background-color: #EFEFEF;}
footer{
    background-image: url("../img/mv.jpg");
    
    
    
    padding: 30px 0px 30px;
}
footer figure {
 width: 50%;
    margin: auto
}
footer figure img{
 width: 100%;
}
footer p{
    font-size: 1.5rem;
    text-align: center;
    margin-top: 1rem
}


#entry header .kv img{width:100%;max-height: 500px;object-fit: cover}
#entry header .catch {position: absolute;top:50%;margin-left: 0%;width: 100%}
#entry header .catch h1{ color: #FFFFFF;font-size: 4rem;text-align: center;width: 90%;margin: 0 auto;
}
#entry section.about{
    padding-bottom: 1rem!important
}
#entry section.about h2.req-title{ color: #FFFFFF;font-size: 4rem;font-weight:500;;margin-bottom:4rem;text-align: center;letter-spacing: 0px}
#entry section.about h2.req-title span{ color: #08DBC5;font-size: 2.5rem;font-weight:500;margin-bottom:0.75rem;display: block}

#entry .about .cotainer{margin: 5rem auto;width: 96%;display: grid;row-gap: 10rem; max-width: 1200px}
#entry .about .cotainer .item{
  font-size: clamp(10px, 1rem, 15px);
    text-align: left;
    display: grid;
    grid-template-columns:1fr;
column-gap: 0rem;
    grid-row-gap:5rem; 
  overflow-wrap: anywhere;
    width: 100%;
    padding-bottom: 10rem;
    border-bottom: 1px solid #535353;}
    #entry .about .cotainer .item h3{font-size: 4.5rem}
#entry section.about .cotainer .item .contents p{
    margin-bottom: 5rem;
    letter-spacing: 1px;
    line-height: 1.7;
    font-weight: 300;
  font-size: clamp(12px, 2.5rem, 15px);
}

#entry section.about .cotainer .item .contents p:last-child{
    margin-bottom: 0rem;
    
}
    #entry .about .cotainer .item .contents .m-ttl{  
  
}
#entry .about .cotainer .item .contents em{
   font-size: 15px;  font-weight: 500;margin-bottom: 2.5rem;
    display: block;
    margin-bottom: 2.5rem;
}
#entry .area-1st{
    margin-bottom: 5rem!important
}
#entry .job-info .item{
    display: flex;
   align-items: flex-start;
    border-radius: 6px;position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px
    
}
#entry .job-info .item::after{
      position: absolute;
    top: 100%;
    left:4%;
    content: '';
     transform: translateY(-50%) rotate(135deg);
    width: 15px;
    height: 15px;
    border-right: 4px solid #868A8B;
    border-top: 4px solid #868A8B;
    border-radius: 1px;
    
}
#entry .job-info .item:last-child::after{
    content: none;
    
}
#entry .job-info .item .number{
    font-size: 6rem;
    padding: 1rem 2rem;
    font-weight: 200
    
}
#entry .job-info .item .details-summary{
    padding: 2rem 2rem 1rem;
    font-size: 4.5rem;
}
#entry .job-info .item .details-summary .keyword{
  
    font-size: 2.5rem;
    line-height: 1.7
}
#entry .job-info .item .details-summary:hover{
    opacity: 1;
    cursor: default
}
   #entry .cv-area .btn-area .entry,#entry .cv-area .btn-area .ask{width: 100%;padding: 10px;margin-bottom: 10px}

#entry .cv-area{
    background-color: #000000;
    padding: 20px 5% 10px;
    text-align: center;
    width: 90%
}
    }