/* Company */
.company .sec01 {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
	height: 100svh;
  overflow: hidden;
}

.company .sec01 .background {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation:scale-ani 3s ease forwards;
}

.company .intro-tit {
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.4;
  color:#818181;
}

.company .intro-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 100px;
}

.company .din {
  display: flex;
  justify-content: space-between;
}

.company .din .txt{
  letter-spacing: -0.036rem;
}

.company .w790 {
  width: 45%; 
}

.company .w810 {
  width: 46%; 
}

.company .w1160 {
  width: 66%; 
}
.company .txt-w422 {
  width: 23.8%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.company .txt-w790 {
  width: 45%;
}

.company .txt-w810 {
  width: 46%;
}

.company .his {
  position: relative;
  padding-left: 46%;
  padding-right: 60px;
}

.company .his-lt {
  position: absolute;
  top:0;
  left:0;
}

.company .his-rt {
  overflow: hidden;
}

.company .his-item {
  position: relative;
  padding-left: 36%;
}

.company .his-item::before {
  content: "";
  display: block;
  position: absolute;
  top:8px;
  left: 29%;
  width: 1px;
  height: 100%;
  background-color: #D9D9D9;
}

.company .his-item::after {
  content: "";
  display: block;
  position: absolute;
  top:8px;
  left: 28.2%;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 2px solid #D9D9D9;
  border-radius: 50%;
}


.company .his-item dt {
  position: absolute;
  top:0;
  left:0;
  color:#A6A6A6 ;
}

.company .team-area dl {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 0px;
}

.company .team-area{
  position: relative;
}
.company .team-area::before {
  content:"";
  display: block;
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #a6a6a6;
}

.company .team-area dl.dl-btm::after {
  content:"";
  display: block;
  position: absolute;
  left:50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #a6a6a6;
}
.company .his-item.on dt{
  color:#191919 ;
}
.company .his-item.on::after {
  background-color: #D9D9D9;
}

.company .team-area dt {
  width: 24%;
}

.company .team-area dd {
  width: calc(100% - 24%);
}

.company .team-area ul {
  display: flex;
}


.company .team-area li:nth-child(1) {
  width: 38%;
}

.company .team-area li:nth-child(2) {
  width: calc(100% - 76%);
}

.company .team-area li:nth-child(3) {
  width: 38%;
}

@media screen and (max-width:1366px) {
  .company .his-item::after {
    left: 27.9%;
  }

  .company .team-area li:nth-child(1) {
    width: 46%;
  }

  .company .team-area li:nth-child(2) {
    width: calc(100% - 84%);
  }

  .company .team-area li:nth-child(3) {
    width: 38%;
  }
}
@media screen and (max-width:1200px) {
  .company .intro-tit {
    font-size: 3.8rem;
  }

  .company .intro-txt {
    padding-right: 40px;
  }

  .company .his-item::after {
    left: 27.8%;
  }

  .company .team-area dt {
    width: 20%;
  }

  .company .team-area dd {
    width: calc(100% - 20%);
  }
}
@media screen and (max-width:1024px) {
  .company .intro-txt {
    padding-right: 0px;
  }

  .company .din {
    flex-wrap: wrap;
    justify-content:center;
  }

  .company .txt {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
  
  .company .img {
    order: 2;
  }

  .company .w790 {
    width: 65%;
    margin: 0 auto;
  }

  .company .w810 {
    width: 67.5%;
    margin: 0 auto;
  }

  .company .w1160 {
    width: 100%;
    margin: 0 auto;
  }

  .company .his {
    padding-left: 30%;
    padding-right: 0px;
  }

  .company .his-item {
    padding-left: 30%;
  }

  .company .his-item::before {
    left: 23%;
  }

  .company .his-item::after {
    left: 22.3%;
    width: 11px;
    height: 11px;
  }

  .company .team-area dl {
    padding: 30px 0px;
    align-items: flex-start;
  }

  .company .team-area dt {
    width: 35%;
  }

  .company .team-area dd {
    width: calc(100% - 35%);
  }

  .company .team-area ul {
    flex-wrap: wrap;
    gap:10px;
  }

  .company .team-area li:nth-child(1) {
    width: 100%;
  }

  .company .team-area li:nth-child(2) {
    width: 100%;
  }

  .company .team-area li:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .company .intro-tit {
    font-size: 2.6rem;
  }

  .company .txt {
    margin-bottom:30px;
  }

  .company .his {
    padding: 0px;
  }

  .company .his-lt {
    position: relative;
    top:unset;
    left: unset;
    margin-bottom: 30px;
  }

  .company .img.m-img-w100{
    width: 100%;
  }
}
@media screen and (max-width:576px) {
  .company .intro-tit {
    font-size: 2.2rem;
  }

  .company .txt {
    margin-bottom:20px;
  }

  .company .his-item {
    padding-left: 22px;
  }

  .company .his-item::before {
    left: 9px;
  }

  .company .his-item::after {
    top:5px;
    left: 5px;
    width: 9px;
    height: 9px;
  }

  .company .his-lt {
    margin-bottom: 20px;
  }

  .company .his-item dt {
    position: relative;
    top:unset;
    left: unset;
    margin-bottom: 6px;
  }

  .company .team-area dl {
    flex-wrap: wrap;
    gap:6px;
    padding: 20px 0px;
  }

  .company .team-area dt {
    width: 100%;
  }

  .company .team-area dd {
    width: 100%;
  }

  .company .team-area ul {
    gap:6px;
  }
}


/* Contact */
.contact .sec01 {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
	height: 100svh;
  overflow: hidden;
}

.contact .sec01 .background {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation:scale-ani 3s ease forwards;
}

.contact .list li {
  border-bottom: 1px solid #A6A6A6;
}

.contact .list li:first-child {
  border-top: 1px solid #A6A6A6;
}

.contact .list .card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 8.5%;
}

.contact .list .t03 {
  display: flex;
  align-items: center;
  margin: 0px -15px;
}

.contact .list .t03 span {
  display: block;
  position: relative;
  padding:0px 15px;
}

.contact .list .t03 span:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top:50%;
  right:0;
  transform: translateY(-50%);
  width: 1px;
  height:16px;
  background-color: #191919;
}

.contact .list a {
  display: block;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 1.8rem;
}

.contact .list a.get-arw{
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact .list a.get-arw:after{
  background: url(/asset/img/sub/contact/contact-arw.svg)no-repeat center center;
  content: '';
  width: 11px;
  height: 11px;
  display: block;
}

@media screen and (max-width:1536px) {
  .contact .list .card  {
    padding: 60px;
  }
}
@media screen and (max-width:1200px) {
  .contact .list .card {
    padding: 60px 40px;
  }

  .contact .list a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width:1024px) {
  .contact .list .card {
    padding: 40px 20px;
  }
}
@media screen and (max-width:768px) {
  .contact .list .card {
    flex-wrap: wrap;
    padding: 30px 16px;
  }

  .contact .list .txt {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact .list .t03 {
    margin: 0px -12px;
  }

  .contact .list .t03 span {
    padding: 0px 12px;
  }

  .contact .list .t03 span:not(:last-child)::after {
    height: 14px;
  }

  .contact .list a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:576px) {
  .contact .list .card {
    padding: 20px 12px;
  }

  .contact .list .txt {
    margin-bottom: 12px;
  }

  .contact .list .t03 {
    flex-wrap: wrap;
    margin: 0px;
  }

  .contact .list .t03 span {
    width: 100%;
    padding: 0px;
  }

  .contact .list .t03 span:not(:last-child)::after {
    display: none;
  }

  .contact .list a {
    font-size: 1.2rem;
  }
}



@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}