/*---------------------
lp等,共通partsのcss
----------------------*/
.c-ttl{
  background: var(--color-light-blue);
  color: #fff;
  width: max-content;
  padding: 20px 30px;
  margin: auto;
  font-size: 40px;
}
.c-ttl.white{
  background: #fff;
  color: var(--color-light-blue);
}
.c-company{
  width: 100%;
  max-width: 810px;
  margin: auto;
}
.c-company .c-ttl{
  margin: 100px auto 80px;
}
.c-company .movie{
  margin-top: 100px;
}
.swiper-slide img{
  margin: auto;
}
.thumbswiper{
  margin-top: 50px;
}
.thumbswiper .swiper-slide{
  opacity: .6;
}
.thumbswiper .swiper-slide-thumb-active{
  opacity: 1;
  border: 3px solid var(--color-light-blue);
}
.movie{
  display: flex;
  justify-content: center;
  column-gap: 50px;
  margin-bottom: 80px;
}
.company-spec-tb table{
  border: 0;
  border-collapse: collapse;
  width: 100%;
}
.company-spec-tb thead th{
  color: var(--color-blue);
  text-align: left;
}
.company-spec-tb th{
  border: 0;
}
.company-spec-tb td{
  border: 0;
  font-weight: bold;
}
.company-spec-tb td{
  border-bottom: 1px dashed #000;
}
.company-spec-tb tr:last-of-type td{
  border: none;
}
.company-spec-tb tbody:not(:last-of-type){
  border-bottom: 2px solid #000;
}
.company-spec-tb tbody:nth-of-type(odd){
  background: #f1f9ff;
}
.company-info{
  margin-top: 80px;
}
.company-info table{
  width: 1000px;
  margin: 50px auto 0;
}
.company-info table,
.company-info table th,
.company-info table td{
  border: 0;
}
.company-info table th,
.company-info table td{
  padding: 20px;
}
.company-info table th{
  background: #f1f9ff;
  text-align: right;
}
.company-info-rt{
  position: relative;
  display: inline-block;
  padding-top: 10px;
}
.company-info-rt rt{
  position: absolute;
  display: block;
  font-size: .55em;
  top: 0;
  
}
.company-spec{
  max-width: 810px;
  margin: auto;
  padding: 100px 0 0;
}
.company-spec h2{
  margin: 100px auto 80px;
}
.company-spec h2:first-of-type{
  margin-top: 0;
}
.company-spec p{
  font-weight: bold;
  margin-bottom: 20px;
}
.company-spec p .blue{
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
  padding: 0 10px;
  margin-right: 20px;
}
.company-spec-txt{
  text-align: center;
}
.iso-fixed{
  position: fixed;
  top: 40px;
  left: 20px;
  width: 120px;
  z-index: 999;
}
@media screen and (max-width:1450px){
  .iso-fixed{
    left: 2.5%;
    top: 95px; 
  }
}
/*---------------------
tab
----------------------*/
@media screen and (max-width:1001px){
  .c-ttl{
    font-size: 3vw;
  }
  .iso-fixed{
    top: 50px;
  }
}
/*---------------------
mobile
----------------------*/
@media screen and (max-width:668px){
  .c-ttl{
    font-size: 5vw;
    padding: 10px;
  }
  .movie{
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .movie iframe{
    width: 100%;
    display: block;
  }
  .movie iframe:first-of-type{
    margin-bottom: 30px;
  }
  .c-company .c-ttl{
    margin: 50px auto 30px;
  }
  .company-spec{
    padding: 50px 0 0;
  }
  .company-spec h2{
    margin: 50px auto 30px;
  }

  .company-spec-tb th,
  .company-spec-tb td{
    font-size: 3vw;
  }
  .company-info{
    margin-top: 50px;
  }
  .company-info table{
    margin: 30px auto 0;
    width: 100%;
  }
  .company-info table th,
  .company-info table td{
    padding: 10px;
    font-size: 3vw;
  }
  .company-info table th{
    width: 28%;
  }
  .thumbswiper{
    margin-top: 10px;
  }
	.iso-fixed{
		width:100px;
	}
}