@charset "UTF-8";

/*--------------------------default*/
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

/*==============================All*/
body {
  margin: 0;
  padding: 0;
  color: #666;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
  font-size: 1.4rem;
  text-align: left;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #666;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  /* width: 100%; */
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
  padding: 0;
}

main {
  /* padding: 100px 0 0; */
  display: block;
}

.inner {
  width: 1024px;
  margin: 0 auto;
}
.sp {
    display: none;
}

/*----------------------------ヘッダー*/
/* <img src="image/logo-1.png" width="100" alt="K Design"> */
header {
  width: 100%;
  /* position: fixed; */
  top: 0;
  z-index: 10;
  background: white;
  /*box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.1);*/
  /* box-shadow: 0 6px 3px -3px; */
}

header .inner {
  /* height: 100px; */
  justify-content: space-between;
  align-items: center;
}

header ul {
  display: flex;
  margin-top: 100px;
  margin-left: 120px;
}

header a {
  font-size: 2rem;
  color: #2e4551;
  margin: 0 0 0 50px;
  letter-spacing: 0.3em;
}

header a:hover {
  color: orange;
  font-weight: 600;
}

header .logo {
  /* margin: 0; */
  margin-top: 10px;
  padding-left: 0;
  text-align: center;
}
/*----------------------------フッター*/
footer {
  width: 100%;
  /* position: fixed; */
  top: 0;
  z-index: 10;
  background: white;
  box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.1);
}

footer .inner {
  /* height: 100px; */
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

footer ul {
  display: flex;
  margin-top: 165px;
  margin-left: 0;
}

footer a {
  font-size: 2rem;
  color: #2e4551;
  margin: 0 0 0 50px;
  letter-spacing: 0.3em;
}

footer .footer-nav{
  /* left: 150px; */
  margin-bottom: 20px;
}

footer .logo {
  /* margin: 0; */
  margin-bottom: 0px;
  padding-left: 0;
  text-align: center;
}

/*----------------------------ホーム*/
#home #kv {
  width: 100%;
  height: 100vh;
  margin: 0 0 80px;
  background: url(image/image_64834410.JPG) no-repeat center top;
  background-size: cover;
}

#home #kv .inner {
  position: relative;
  height: 600px;
  margin-left: 30px;
}

#home #kv p {
  position: absolute;
  top: 250px;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  line-height: 2.3;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  margin-left: 100px;
}

/*--------------------------------
 design
---------------------------------*/
.design-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
  text-align: center;
}

.design-item {
  width: 31.74603%;
  margin-right: 1.58730%;
  margin-bottom: 40px;
  color: #333;
}

.design-item:hover {
  opacity: .9;
}

.design-item:nth-of-type(3n) {
  margin-right: 0;
}

.design-img img {
  border: 1px solid #e6e6e6;
  width: 350px;
  height: 350px;
  object-fit: cover;
  max-width: 100%;
    /*height: auto;*/
    vertical-align: bottom;
    border-radius: 50%;

}


/*.design-name {
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
}*/

.design-info {
  font-size: 10px;
  margin-top: 5px;
}
/*--------------------------------
 contact
---------------------------------*/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
  font-size: 110%;
}
h3{
  font-size: 4rem;
  font-family:'Lato', sans-serif;
  margin:10px 0 50px 0;
}
.contact-1{
  margin:0 0 50px 0;
}
.contact-2{
  margin:30px 0 0 0;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

/*--------------------------------
 about
---------------------------------*/
#profile {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    display: block;
    padding-bottom: 80px;
  }

  .wrapper {
      padding: 0 1.5rem;
      width: 100%;
      max-width: 1080px;
      margin: 0 auto;
  }

  h2.title {
    font-size: 36px;
    font-weight: normal;
    letter-spacing: .4rem;
    line-height: 1.2;
    padding-top: 100px;
    margin-bottom: 0;
    font-family: 'Unna', serif;
    text-align: center;
}

p.title-sub {
    font-size: 16px;
    letter-spacing: .3rem;
    margin-top: 0;
    margin-bottom: 70px;
    text-align: center;
}

.profile-flexAll {
    display: flex;
    justify-content: space-between;
    background: #F2F8FC;
}

.profile {
    max-width: 500px;
    height: auto;
    padding: 60px;
}

.paragraph {
    padding: 10px 0;
}


h10{
  font-weight: 500;
}

.profile-image {
    position: relative;
    margin-top: 0;
    margin-bottom: auto;
}

.profile_text{
  margin-bottom: 20px;
  font-size: 13px;
}

.profile_text dt{
  float: left;
    display: block;
    width: 20%;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

.profile_text dd{
  float: right;
    width: 80%;
    font-size: 13px;
    display: block;
    margin-inline-start: 40px;
}

#skills {
    padding: 80px 0;
}

.title-sub-page {
    font-size: 16px;
    letter-spacing: .2rem;
    line-height: 34px;
    margin-bottom: 60px;
}

.title-sub-page::before, .title-sub-page::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 1px;
    margin: 0 10px;
    background-color: #333;
    vertical-align: middle;
}

.skills-flexAll {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-top: 60px;
}

.skills-flex-inner {
    margin: 0 auto;
    width: 29%;
}

h4.skills-title{
    text-align: center;
    font-family: 'Unna', serif;
    font-size: 24px;
    letter-spacing: .2rem;
    line-height: 1;
    font-weight: normal;
    margin: 25px auto 20px;
}

p.skills-text {
    font-size: 15px;
    letter-spacing: 0.07rem;
    line-height: 1.8;
}

.skills-tool-flex {
    display: flex;
    justify-content: flex-start;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
}

.skills-tool {
    width: 35px;
    height: 35px;
    background: #333;
    border-radius: 5px;
    margin: 0 5px;
}

#vision {
    padding-bottom: 120px;
    background: #ECF5FA;
}

.aboutVision {
    display: flex;
}

.vision-text-all {
    padding: 0 40px 30px;
    width: 100%;
}

p.vision-text {
    margin-top: 30px;
    font-size: 15px;
}

p.vision-text-l {
    text-align: center;
    margin: 50px 0 0;
    font-size: 16px;
    letter-spacing: .2rem;
    font-weight: 500;
}




/*--------------------------------
 下層：Worksページ
---------------------------------*/
.article {
  padding: 80px 0;
}

.article-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.article-title {
  margin-bottom: 30px;
  text-align: center;
}

.article-body {
  max-width: 720px;
  margin: 0 auto;
}

.article-body h3 {
  position: relative;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 1em;
}

.article-body h3:not(:first-child) {
  margin-top: 50px;
}

.article-body h3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  border-radius: 3px;
  background-color: #333;
}
.article-body img{
  width: 650px;
  height: auto;
  text-align: center;
}
.article-body p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.error:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 15px;
    border: 7px solid transparent;
    border-top-color: #f66;
    margin-left: 1px;
}
/*--------------------------------------------------------------
PC専用
--------------------------------------------------------------*/
@media screen and (min-width: 415px) {
  header .inner {
    display: flex;
  }
}
/*--------------------------------------------------------------
スマホ
--------------------------------------------------------------*/
@media screen and (max-width: 414px) {
    .sp {
        display: block;
    }

    .inner {
        width: 100%;
    }

    /*-------------------------------ヘッダ*/
    #nav-toggle {
      position: fixed;
      top: 25px;
      right: 25px;
      height: 32px;
      cursor: pointer;
      z-index: 1000;
  }

  #nav-toggle>div {
      position: relative;
      width: 36px;
  }

  #nav-toggle>div span {
      width: 100%;
      height: 2px;
      left: 0;
      display: block;
      background: #000;
      position: absolute;
      transition: transform .3s ease, top .5s ease;
  }

  #nav-toggle>div span:nth-child(1) {
      top: 0;
  }

  #nav-toggle>div span:nth-child(2) {
      top: 14px;
  }

  #nav-toggle>div span:nth-child(3) {
      top: 28px;
  }

  .open #nav-toggle>div span:nth-child(1) {
      top: 15px;
      transform: rotate(45deg);
  }

  .open #nav-toggle>div span:nth-child(2) {
      width: 0;
  }

  .open #nav-toggle>div span:nth-child(3) {
      top: 15px;
      transform: rotate(-45deg);
  }

  #page-header  .header-nav {
        background: linear-gradient(-45deg, #000000, #303030);
        color: white;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        z-index: 990;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 100px;
        transform: translateX(-100%);
        transition: transform 1s ease;
        -js-display: flex;
    }

    .open #page-header .header-nav {
        transform: translateX(0) !important;
    }

    #page-header .header-nav ul {
        display: block;
        margin: inherit;
    }

    #page-header .header-nav li {
        position: relative;
        margin: 0 !important;
        text-align: left;
        transform: translateX(-200px);
        transition: transform 1.3s ease;
    }

    #page-header .header-nav li {
        transform: translateX(0);
    }

    #page-header .header-nav ul>li:nth-child(2) {
        transition-delay: .15s;
    }

    #page-header .header-nav ul>li:nth-child(3) {
        transition-delay: .3s;
    }

    #page-header .header-nav ul>li:nth-child(4) {
        transition-delay: .6s;
    }

    #page-header .header-nav li a {
        display: inline-block;
        color: #ffffff;
        text-decoration: none;
        padding: 10px 0;
        font-size: 2.8rem;
    }
    header a {
      margin: 0;
    }

    /*-------------------------------フッタ*/
    footer .inner {
        display: block;
    }

    footer .footer-nav ul {
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: inline;
    }

    footer .footer-nav li {
        margin: 0;
    }

    footer a {
    font-size: 1.6rem;
    margin: 0;
  }
    /*-------------------------------ホーム*/
    #home #kv {
        height: 300px;
        margin: 0 0 40px;
    }

    #home #kv .inner {
        margin-bottom: -100px;
        margin-left: 130px;
    }

    #home #kv p {
        top: 120px;
        left: 3%;
        font-size: 1.2rem;
        color: #ffffff;
    }

    #home section {
        margin: 0 0 40px;
    }

    #home section h1 {
        margin: 0 0 40px;
    }

    #home section h1 span {
        font-size: 4rem;
    }

    #home #design .design-list {
        width: 100%;
        flex-wrap: wrap;
        text-align: center;
        display: contents;
    }

    #home #design .design-item {
        width: calc(50% - 5px);
        margin: 0 0 10px;
    }

    #home #design .design-item .design-info {
        margin: 5px 5px 0;
    }

    #home .btn {
        text-align: center !important;
        width: 94% !important;
        margin: 30px auto 0;
    }

    #home .btn a {
        width: 100%;
        height: 60px;
        font-size: 1.6rem;
        line-height: 60px;
    }

    #home #about .inner {
        height: auto;
        padding: 220px 0 0;
    }

    #home #about .text {
        width: 100%;
        margin: 0 0 30px;
        padding: 0 3%;
        box-sizing: border-box;
        font-size: 3.3vw;
    }

    #home #about .btn a {
        width: 100%;
    }
/*-------------------------------about*/
#profile, #skills {
    padding-bottom: 40px;
}

.profile-flexAll {
    margin-top: 50px;
    flex-direction: column-reverse;
}

.profile {
    width: 100%;
    padding: 40px 25px;
}

.profile-image-l {
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

#skills {
    padding-top: 40px;
}

p.title-sub-page {
    font-size: 12px;
    letter-spacing: 0.02em;
}
h3, p.title-sub-page {
    margin-bottom: 20px;
}

.skills-flexAll {
    flex-direction: column;
    margin: 40px 0 0;
}

.skills-flex-inner {
    width: 100%;
    margin: 0 auto 60px;
}

#vision {
    padding-bottom: 80px;
}

h2.title {
    font-size: 2rem;
    padding-top: 60px;
}

p.title-sub {
    font-size: 12px;
    margin-bottom: 40px;
}

.aboutVision {
    flex-direction: column;
}

.vision-text-all {
    width: 100%;
    padding: 30px 0 0;
}

p.vision-text-l{
  margin-top: 70px;
}
}
