@charset "UTF-8";
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  

}

html{
  scroll-behavior: smooth;
}
body{
  background-color: #ffffff;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: normal;
  font-feature-settings: "palt";
  font-family: sans-serif;
  font-size: 100%;
  
}

img{
  max-width: 100%;
  vertical-align: bottom;
}
li{
  list-style: none;/* 黒丸を消している */
  
}
h1{
  line-height: 0;
}
a{
  color: #000;
  text-decoration: none;
  line-height: 0;
}

h1 a{
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 0;
  
}
a:hover{
  opacity: 0.7;
}

html {
  font-size: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

.wrapper {
  max-width: 1000px;
  padding: 0 20px;
 margin-right: auto;
 margin-left: auto;
}



#header{
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0;
  
}

#header .navi{
  display: flex;
  align-items: center;
}

#header .navi li{
  margin-left: 32px;
}


#header .navi li a{
  font-size: 16px;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}

.mainvisual{
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
  margin-right: auto;
  animation: animate 1s forwards 0s;
  position: relative;
 
}
.mainvisual img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainvisual p{
  position: absolute;
  top: 55%;
  left: 10%;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 64px;
}
@keyframes animate{
  0%{
    filter: blur(0.5rem);

    
  }
  100%{
    filter: none;
  }
}




.introduction{
  margin-bottom: 80px;
  text-align: left;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;

}

.introduction .catchphrase{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  
}
.introduction .text{
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.5;
  text-align: left;
}



.text-wrapper {
  color: #fff;
  position: absolute;
}


.section-title{
  margin-bottom: 40px;
  font-weight: normal;
  
}
.section-title .en{
  display: block;
  font-size: 40px;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.section-title .ja{
  display: block;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#profile{
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}

#profile .img{
  width: 50%;
  height: auto;
}


#profile .detail{
  width: 50%;
  padding-left: 80px;
}
#profile .detail p{
  font-size: 16px;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#profile .detail p:nth-of-type(1){
  margin-bottom: 3%;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
#works{
  margin-bottom: 80px;
}
.gallery{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  list-style: none;
  gap: 0.1vw;
}

.gallery .item img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
footer{
  background-color: #fff;
  color: #7d7d7d ;
  text-align: center;
  font-size: 0.95vw;
  padding: 1%;
  font-family: "Tenor Sans", sans-serif;
}

.skilllarea{
  margin-bottom: 80px;
}
.threeicon{
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}

.threeicon li{
  width: 30%;
  height: auto;
  margin-bottom: 5%;
  max-width: 100%;
  background-color: #eeeeee;
  padding: 2%;
  text-align: justify;
  font-feature-settings: "palt";

}
.threeicon li:nth-child(4n){
 margin-bottom: 0;
 
}
.threeicon li .title{
  font-family: "Tenor Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 8%;
  text-align: center;

}
.threeicon li .score{
font-size: 16px;
font-weight: 600;
margin-bottom: 1.5%;

}

.threeicon li .description{
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
} 

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
.contacttitle{
  font-size: 40px;
  margin-bottom: 7%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  position: relative;
}

.contacttitle::after{
  content: "";
  width: 40px;
  height: 0.2vw;
  background-color: #000;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  bottom: -1.5vw;
  left: 0;
  right: 0;
}


.contact p{
  font-size: 16px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
address{
  margin-bottom: 10%;
}
address p{
  margin-top: 3%;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;

}
address a{
  font-family: "Tenor Sans", sans-serif;
  font-style: normal;
  font-size: 1.3vw;

}
@media screen and (max-width: 768px){

h1 a{
  display: block;
  font-size: 16px;
  line-height: 0;
  font-weight: 700;

}

#header .navi{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1px 0;

}
#header .navi li{
  margin-left: 24px;
}


#header .navi li a{
  font-size: 10px;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}

.mainvisual p{
  position: absolute;
  top: 55%;
  left: 10%;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 26px;
}
.skilllarea{
  width: 100%;
  margin-bottom: 80px;
}
.threeicon{
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
}
.threeicon li{
  width: 100%;
  height: auto;
  margin-bottom: 10%;
  padding: 5%;
  background-color: #eeeeee;
  text-align: justify;
  font-feature-settings: "palt";
}


.threeicon li .title{
  font-family: "Tenor Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 5%;
  text-align: center;

}
.threeicon li .score{
font-size: 20px;
font-weight: 500;
margin-bottom: 2%;

}

.threeicon li .description{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
 
}


  
.section-title{
  margin-bottom: 25px;
}
.section-title .en{
  display: block;
  font-size: 32px;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.gallery{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  gap: 0.1vw;
}

.gallery .item img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
#profile{
flex-direction: column-reverse;
  margin-bottom: 80px;
}

#profile .img{
  width: 100%;
  height: auto;
}


#profile .detail{
  width: 100%;
  padding-left: 0px;
  margin-bottom: 20px;
}


.contacttitle{
  font-size: 32px;
  margin-bottom: 7%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  position: relative;
}

.contacttitle::after{
  content: "";
  width: 32px;
  height: 0.2vw;
  background-color: #000;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  bottom: -1.5vw;
  left: 0;
  right: 0;
}



.contact p{
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    font-family: "Zen Kaku Gothic New", sans-serif;
    
}

address a{
    font-family: "Tenor Sans", sans-serif;
    font-style: normal;
    font-size: 16px;
    white-space: nowrap;
  
  }
}