@charset "UTF-8";
/* CSS Document */


.section-top__image {
     width: 100%;
  height: 100vh;
    background-image: url(../imgs/kenta_mv.png);
    background-position: 100% auto;
    background-size: cover;
    margin: 0 auto;
color: #FFFFFF;
  font-family: 'TsukuARdGothic-Regular', 
sans-serif;

}

.section-top__image p {
}
.section-about__top {
  margin-bottom: 0px;
 
  }

.k_pic {
  width:20px;
  height: 820px;
}
.h2_right {
 width: 100%;
     color: #FFFFFF;
    text-align: justify;
    font-size: 75px;
    margin: 0px auto 60px;
    padding: 60vh 0;
    line-height: 100px;
  }
.h2_right_bg {
  display: none;
  width: 100%;
  color: #FFFFFF;
    text-align:right;
    font-size: 130px;
   margin: 0px auto 60px;
   padding: 60px 1px;
  }

 .about_lead {
   display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    color: #fff;
    background-image: url(../imgs/about_bbb.png);
    background-size: 130%;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'TsukuARdGothic-Regular', sans-serif;
  }
.about_lead h3 {
  padding: 30px 24px;
  text-align: left;
  letter-spacing: 2px;
}

  .about_lead p{
    argin: 0;
    padding: 0 24px;
    padding: 100px 24px;
    text-align: left;
    line-height: 30px;
  }
  .about_picture{
 position: relative;
  }
  .about_picture__img{
    width: 50%;
  }

.h2_left {
   width: 100%;
  color: #333333;
    text-align:left;
    font-size: 60px;
   margin: 0px auto;
   padding: 60px 1px;
}
.section-career {
  margin-bottom: 0px;
}
.section-career_contents {
 padding: 60px 0;
    background-image: url(../imgs/career_bg.png);
    background-position: center;
    background-size: cover;
    width: 100%;
}

.section-career_contents ul li p {
 
}

.section-career_contents ul li {
  line-height: 32px;
    font-size: 16px;
    margin: 15px 0;
    padding: 0 24px;
    color: #FFFFFF;
    text-align: left;
    font-family: 'TsukuARdGothic-Regular',sans-serif;
  
  }
.h2_right_s {
  width: 100%;
  color: #333333;
    text-align:right;
    font-size: 60px;
   margin: 0px auto 60px;
   padding: 60px 1px;
  }

.section-strength {
  
}

.section-strength ul {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  
}
.section-strength ul li {
  text-align: left;
  margin-bottom: 80px;

    width: 480px;
}
.section-strength ul li h3 {

 padding: 30px 0;
}
.section-strength ul li p {

 line-height: 30px;
}

.strength_image {
     border-radius: 30px;
    width: 100%;
    height: auto;
}

.section-skill {
  margin-bottom: 160px;
}
.section-skill h2 {
  padding: 0 0 80px;
   font-size: 32px;
}

.skill_image {
 width: 350px;
  border-radius: 15px;
}

.other_image {
 width: 350px;
  max-height:  230px;
}

.section-skill ul {
 display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.section-skill ul li {
  width: 350px;
  margin-bottom: 60px;
}
.section-skill ul li h3 {
  font-family: 'TsukuARdGothic-Regular',sans-serif;
 padding: 20px 0;
  text-align: left;
}
.section-skill ul li p {
 text-align: left;
  margin: 0;
}
@media (min-width:960px) {

.section-top__image {
  width: 50%;
  height: auto;
  background-image: url("../imgs/kenta_mv.png");
  background-position: 100% auto;
  background-size: cover;

}
  .section-top__image  h2{
 display: none;

}
  .section-top__image  h3{
 display: none;

} .section-top__image  p{
 display: none;

}
.section-about__top {
  display: flex;
  margin-bottom: 100px;
  height: 100vh;
 
  }

.k_pic {
  width:20px;
  height: 820px;
}
.h2_right_bg {
  display: block;
    position: absolute;
    right: 0;
    width: 100%;
    color: #FFFFFF;
    text-align: right;
    font-size: 130px;
    margin: 0px auto 60px;
    padding: 60px 1px;
  }


 .about_lead {
  display: block;
    width: 50vw;
    height: auto;
    color: #fff;
   background-color: #000000;
    background-image: url(../imgs/about_bbb.png);
   opacity: 0.9;
   
 background-size:110%;
    background-position: bottom;
    background-repeat: repeat;
   
  }
  
  .about_lead h3 {
  position: absolute;
    top: 190px;
    padding: 102px 24px 60px 24px;
    text-align: left;
    letter-spacing: 2px;
    font-size: 36px;
    font-family: 'TsukuARdGothic-Regular',sans-serif;
  }
    .about_lead p {
   
  padding: 330px 24px 0;
      margin-bottom: 60px;
    text-align: left;
    letter-spacing: 2px;
    font-size: 18px;
    font-family: 'TsukuARdGothic-Regular',sans-serif;
    }
    
    
  
  
}




@media (min-width:960px) {


  
.h2_left {
   width: 100%;
  color: #333333;
    text-align:left;
    font-size: 130px;
   margin: 0px auto 60px;
   padding: 60px 1px;
}
.section-career {
  margin-bottom: 100px;
}
.section-career_contents {
    padding: 100px 0;
    background-image: url(../imgs/career_bg.png);
    background-position: center;
    background-size: 155%;
    width: 100%;
  max-height: 500px;
  }

.section-career_contents ul {
 
}

.section-career_contents ul li {
  font-size: 24px;
  margin:15px 0;
  padding: 0 100px;
  color: #FFFFFF;
  text-align: left;
font-family: 'TsukuARdGothic-Regular',sans-serif;
  
  }
.h2_right_s {
  width: 100%;
  color: #333333;
    text-align:right;
    font-size: 130px;
   margin: 0px auto 60px;
   padding: 60px 1px;
  }

.section-strength {
  
}

.section-strength ul {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  
}
.section-strength ul li {
  text-align: left;
  margin-bottom: 80px;

    width: 480px;
}
.section-strength ul li h3 {

 padding: 30px 0;
}
.section-strength ul li p {

 line-height: 30px;
}

.strength_image {
  border-radius: 20px;
  width: 100%;
  height: 345px;
}

.section-skill {
  margin-bottom: 160px;
}
.section-skill h2 {
  padding: 0 0 80px;
  font-size: 36px;
}

.skill_image {
 width: 350px;
}

.other_image {
 width: 350px;
  max-height:  230px;
  border-radius: 10px;
}

.section-skill ul {
 display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.section-skill ul li {
  width: 350px;
  margin-bottom: 60px;
}
.section-skill ul li h3 {
  font-family: 'TsukuARdGothic-Regular',sans-serif;
 padding: 20px 0;
  text-align: left;
}
.section-skill ul li p {
 text-align: left;
  margin: 0;
}
}




