@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  font-family: "YakuHanJP_Narrow","Zen Kaku Gothic New", sans-serif;
  color: #37383C;
  background-color: #fcfcfc;
  font-size: 15px;
  letter-spacing: 0.05em;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
a {
  color: #707070;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

a:hover {
  opacity: 0.7;
}

.wrapper {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.section-title {
  font-weight: normal;
  margin-bottom: 40px;
}
.section-title .en {
  display: block;
  font-size: 25px;
}


/*-------------------------------------------
Header
-------------------------------------------*/
#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
}
#header .logo {
  max-width: 90px;
  line-height: 0;
}
#header .logo a {
  display: block;
}
#header .navi {
  display: flex;
  align-items: center;
}
#header .navi li {
  font-size: 14px;
  margin-left: 40px;
}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/
.mainvisual {
  margin-bottom: 80px;
}

/*-------------------------------------------
Introduction
-------------------------------------------*/
.introduction {
  margin-bottom: 80px;
  text-align: center;
}
.introduction .catchphrase {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 40px;
}
.introduction .text {
  font-size: 12px;
}

/*-------------------------------------------
Profile
-------------------------------------------*/
#profile {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}
#profile .img {
  width: 50%;
}
#profile .detail {
  width: 50%;
  padding-left: 80px;
}
#profile .detail p {
  font-size: 14px;
  line-height: 2;
}

.profile a{
    display: block;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 0 rgba(0,0,0,.25);
}

.profile a:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.25);
}

@media screen and (max-width: 767px) {

  #profile {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
  #profile .img {
    width: 100%;
  }
  #profile .detail {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
}

/*-------------------------------------------
Works
-------------------------------------------*/
#works {
  margin-bottom: 120px;
}
#works .works-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: 35px;

}
#works .works-list li {
  width: 32%;
  margin: 0 2% 2% 0;
}
#works .works-list li:nth-child(3n) {
  margin-right: 0;
}

/*works1*/

.works1 a{
    display: block;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 0 rgba(0,0,0,.25);
}

.works1 a:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.25);
}

/*works2*/


.works2 a{
    display: block;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 0 rgba(0,0,0,.25);
}
.works2 a:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.25);
}

@media screen and (max-width: 767px) {

  #works {
    margin-bottom: 60px;
  }
  #works .works-list {
    flex-direction: column;
  }
  #works .works-list li {
    width: 100%;
    margin: 0 0 20px;
  }
}


/*-------------------------------------------
Footer
-------------------------------------------*/
/* footer */

footer {
  position: relative;
}
.footer {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 25px 20px;
}

.footer nav ul li{
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.16em;
  font-size: 12px;
}

.footer nav ul {
  transition: all 0.4s;
}

.footer__list01 {
  margin-right: 36px;
  position: relative;
}

.footer__list01::after {
  content:"/";
  position: absolute;
  top: 0;
  right: -25px;
}

.footer__list01 a:hover,.footer__list02 a:hover  {
opacity: 0.6;
}

small {
  font-weight: 500;
  letter-spacing: 0.16em;
  font-size: 12px;
}


@media screen and (max-width:767px) {

  .footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
  }

}

@media screen and (min-width:768px) and ( max-width:959px) {

.footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}

.footer ul {
  display: none;
}

.footer {
  padding: 13px 0;
  justify-content: center;
}

}

@media screen and (min-width:429px) and ( max-width:767px) {

.footer ul {
  display: none;
}

.footer {
  padding: 13px 0;
  justify-content: center;
}
}

@media screen and (max-width:428px) {

.footer ul {
  display: none;
}

.footer {
  padding: 13px 0;
  justify-content: center;
}
}
