/* --------------------------- */
/* 下層テキスト等共通
/* --------------------------- */

.profile,.Philosophy{
  animation-name: fadein;
  animation-duration: 2s;
  padding-left: 15%;
}
.profile h2,.Philosophy h2{
  padding-top: 4em;
}
/* .profile h2:nth-child(1), */
.Philosophy h2:nth-child(1){
  padding-top: 0;
}
.profile p,.Philosophy p{
  line-height: 1.7em;
  }

.profile span,.Philosophy span{
  font-size: 1.3rem;
    }
/* --------------------------- */
/* profile
/* --------------------------- */
.profile{
  padding-bottom: 4em;
}
table th,table td{
  padding-bottom: 15px;
  line-height: 1.7em;
}
table th{
  padding-right: 10px;
  vertical-align: top;
}
.prof-img{
  width: 30vw;
    max-width: 300px;
}
.prof-copylight{
    width: 30vw;
    max-width: 300px;
    text-align: right;
    font-size: 1.3rem;
    color: #b0b0b0;
}

/* --------------------------- */
/* Philosophy
/* --------------------------- */

.Philosophy{
width: 70%;
}
.Philosophy .fr{
  padding-top: 20px;
  float: right;
}

  /* --------------------------- */
  /* works
  /* --------------------------- */
  .works{
line-height: 1.7em;
animation-name: fadein;
animation-duration: 2s;
padding:30px 0;
  }
  .works h2{
    line-height: initial;
    font-size: 36px;
    padding-bottom: 90px;
  }
  .works .works-flex-wrap{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .works .works-flex-wrap .works-txt{
padding:0 50px;
width: 70%;
  }
  .works .works-flex-wrap table{
    width: 30%;
}
.works table{
  font-size: 12px;
}
.works table th{
  width: 30%;
}
.works table th,.works table td{
  padding-bottom: 0;
  vertical-align: baseline;
}
.flex-box.works-wrap{
  top: 0;
  left: 0;
  transform: translate(0,0);
  padding-top: 10vh;
}
.twocols-container {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.twocols-container li{
  width: calc(50% - 240px / 3);
  
  }
.twocols-container::after {
  content: "";
  width: calc(50% - 240px / 3);
  }
.trimming{
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.618 / 1;
  position: relative;
  
  border: 1px solid #ebebeb;
}
.trimming img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  display:block;
}
/* --------------------------- */
/* about
/* --------------------------- */
.about-lead{
  margin-bottom:120px;
}


/* --------------------------- */
/* media
/* --------------------------- */

@media screen and (max-width:768px){
  /* --------------------------- */
  /* kv
  /* --------------------------- */
  .kv-wrapper{
    min-height: 280px;
  }
  .kv-message{
    line-height: 1.5;
  }
  .profile,.Philosophy{
    padding-left: 0!important;
  }
  .Philosophy{
    width: auto;
    }
  .twocols-container li {
    width: 48%;
  }

  /* --------------------------- */
/* profile
/* --------------------------- */
.prof-img {
    width: 90vw;
    aspect-ratio: 8 / 5;
    object-fit: cover;
    object-position: 100% 23%;
    max-width: none;
}
.prof-copylight{
    width: 90vw;
    max-width: none;
}
}
@media screen and (max-width:450px){
  .works-img-wrapper-no{
    height: 186px;width: 345px;}

/* --------------------------- */
/* Philosophy
/* --------------------------- */
.profile, .Philosophy ,.works{
  padding: 0 10px 80px;
}


/* --------------------------- */
/* works
/* --------------------------- */

    .works h2{
      font-size: 32px;
    }
    .works .works-flex-wrap{
      display: block;
    }
    .works .works-flex-wrap .works-txt{
  padding:0 ;
  width: 100%;
    }
    .works .works-flex-wrap table{
      width: 100%;
  }
  .works table{
    font-size: 14px;
  }


  .flex-box.works-wrap{
    padding-left: 0;
    position: inherit;
    transform: inherit;
    padding-top: 140px;
  }
  .twocols-container {
  display: block;
  }
  .twocols-container li{
    width: 100%;
    
    }
  .twocols-container::after {
    display: none;
    }
.works .sp-size{
  overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    height: 35vh;
}
.works .sp-size img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  display: block;
}
.works li:nth-child(n + 2){
margin-top: 30px;
}
}

