/* page-company */

.company-mv{
  width: 100%;
  height: 60vh;
  overflow: hidden;
  position: relative;
  margin-left:auto;
  z-index: 2;
}
.company-mv-inner{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;
    clip-path: inset(0); 
    z-index: -1;
}
.company-mv-inner::before{
  content: '';
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 105vh;
      background: url(../image/company/mv.jpg) no-repeat;
      background-size: cover;
      background-position: center  center;
      z-index: 1;
      
}
.company-mv-content{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  padding-block:3em ;
  h2{
    border-left:3px solid #fff;
    padding-left: 0.75em;
  }
}
.company-mv-content-left{
  width: 75%;
  .qwitcher{
    position: absolute;
    top:-0.75em;
    left:0;
    translate:0 -50%;
    width: 100vw;
    white-space: nowrap;
    opacity: 0.4;
    z-index: -1;
  }
}
.company-mv-content-right{
  margin-left:auto;
  width: 75%;
  .qwitcher{
    position: absolute;
    top:0;
    left:0;
    translate:0 -50%;
    width: 100vw;
    white-space: nowrap;
    opacity: 0.4;
    z-index: -1;
  }
}


.gmap iframe{
  width: 100%;
  aspect-ratio: 4/3; 
}
.gmap-th{
  font-weight: 700;
  padding-right:2em;
  padding-block: 1em;
}

@media (max-width: 767px){
  .company-mv{
    height: 60vh;
  }
  .company-mv-inner{
    height: 100%;
  }
  .company-mv-inner::before{
    height: 100%;
    background-position: center;
    background-size: cover;
  }
  .company-mv-content{
    top:50%;
  }

  .company-greet{
    .shadow-blue-left::after{
      display: none;
    }
  }
  .gmap-table {
    display: flex;
    flex-direction: column;
  }

  .gmap-table th,.gmap-table td {
    display: block;
    width: 100%;
  }
}

/* --------------- page-strength --------------- */
.strength-ttl{
  h2{
    line-height: 1;
  }
  .qwitcher{
    position: absolute;
    top:0;
    left:50%;
    translate: -50% 50%;
    width: fit-content;
    opacity: 0.3;
    z-index: -1;
  }
}
.strength-item{
  width: min(80%,61.1em);
  margin: 0 auto;
}
.strength-item+.strength-item{
  margin-top: 0.5em;
}

.strength-number{
  margin-top: 0.25em;
  position: relative;
  display: block;
  text-align: center;
  margin-inline: auto;
  z-index: 1;
}
.strength-number::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4em;
  height: 1.4em;
  background-color: white;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
}
.strength-icon-small{
  width: min(30%,6.2em);
  margin-inline: auto;
  margin-bottom: 0.5em;
 }
 .strength-icon-large{
  width: min(70%,14.75em);
  margin-inline: auto;
 }
.strength-third-odd{
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.3);
}
.strength-more {
  text-align: right;
}
.strength-worry{
  margin-top: clamp(4rem, 2.544rem + 6.21vw, 10rem);
  padding-top: 2em;
  background: url(../image/strength/worry-bg.png) no-repeat;
  background-size: cover;
  background-position: bottom  center;
  li+li{
    margin-top: 0.5em;
  }
  li{
    position: relative;
    padding-left: 3em;
  }
  li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid white; /* ← 白い枠だけ */
  box-sizing: border-box;
  transform: translateY(-50%);
  z-index: 1;
}

li::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 45%;
  width: 6px;
  height: 12px;
  border-right: 2px solid #F5FF00; /* 黄色いチェックマーク */
  border-bottom: 2px solid #F5FF00;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
}
.strength-cta a:hover{
  opacity: 0.7;
}
@media (max-width: 1023px){
  .strength-item{
  width: min(90%,48em);
}
}
@media (max-width: 767px){
  .strength-item{
  width: min(100%,48em);
  h3{
    font-size: 2em;
  }
  }
  .strength-more {
  text-align: center;
  }
  .strength-icon-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:1.5em;
    margin-bottom: 1em;
  }
  .strength-icon-small{
    margin-inline: inherit;
    width: 80px;
  }
  .strength-item02>figure{
      order:1;
  }
  .strength-item02>div{
    order:2;
  }
  .strength-third-odd,.strength-third-even{
    h4{
      font-size: 1.75em;
    }
  }
  .strength-third-odd .grid2>div{
    order: 2;
  }
  .strength-third-odd .grid2>figure{
    order: 1;
  }
  .strength-worry{
    margin-top: 0;
    li+li{
      margin-top: 1.5em;
    }
  }
}


/* --------------- page-equipment --------------- */
.equipment-overview {
  grid-template-columns: 35% 1fr;
}
.equipment-overview>div{
  overflow-x: scroll;
  width: 100%;
}

#equipment table th{
  padding-inline:0.5em;
  padding-block: 0.5em;
  background-color: #efefef;
  border: 1px solid #ccc;
  text-align: center;
  white-space: nowrap;
  font-size: 0.688rem;
  font-size: clamp(0.688rem, 0.581rem + 0.45vw, 1.125rem);
  font-weight: 500;
}
#equipment table td{
  padding-block: 0.5em;
  padding-inline:0.5em;
  border: 1px solid #ccc;
  text-align: center;
  white-space: nowrap;
  font-size: 0.767rem;
  font-size: clamp(0.813rem, 0.767rem + 0.19vw, 1rem);
}
@media (max-width: 1023px){
  .equipment-overview {
    grid-template-columns: repeat(1,1fr);
  }
}

/* page-recruit */
.recruit-inner-link{
  position: relative;
  padding-top:0.5em;
  padding-bottom: 2em;
}

.recruit-inner-link::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border: 6px solid transparent;
  border-top: 7px solid #fff; 
  position: absolute;
  bottom: 0;
  left:50%;
  translate:-50% -10%;
  margin: auto;
}