@charset "UTF-8";

html {
  font-size: 100%;
  color: #333;
}

body {
  font-family: "Noto sans jp";
  font-size: 0.9rem;
  line-height: 1.7;
  background-color: #fff;
}

a {
  text-decoration: none;
}


li {
  list-style: none;
}
/*.scroll-wrapper {
  width: 100%;
	height: 100vh;
	scroll-snap-type: y mandatory;
	overflow: scroll;
}*/
section {
  max-width: 1080px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  height: auto;
	scroll-snap-align: start;
}
h1 {
  color: #4C5270;
  font-weight: bold;
  transition: all 0.3s ease;
  ;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 24px;
}
h2 {
 
  text-align: center;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
p {
  font-size: 18px;
}
/*
中身のコンテンツ幅を指定するための共通クラス
*/
.wrapper {
  max-width: 1080px;
  
  margin: 0 auto;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
padding-bottom: 40px;

}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/

#header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
.sp{
  display: none;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 1050px;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}


nav ul {
  display: flex;
  justify-content: flex-end;
}

nav li {
  margin-left: 30px;
  font-size: 16px;
}
nav li img {
  width:28px
;}
nav li a {
  color: #4C5270;
  font-weight: normal;
  transition: all 0.3s ease;
}

nav li a:hover {
  color: #4C5270;
}
#mainvisual {
  background-image: url(images/mainvisual.png);
background-position: center;
background-size: contain;
height: 100vh;


}
/*-------------------------------------------
Aboutme
-------------------------------------------*/

#aboutme{
  margin-bottom: 50px;
}
 #aboutme #h2-aboutme {
  max-width: 400px;
width: 100%;
}
#aboutme .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: px;
}

#aboutme #self-picture {
  width: 40%;
  height: auto;
}
#aboutme h3 {
  text-align: left;
  margin-bottom: 40px;
}
#aboutme .inner {
  width: 48%;
  height: auto;
  font-size: 18px;
  text-align: left;
align-items: baseline;
transform: translateY(0px);
}
/*-------------------------------------------
About service
-------------------------------------------*/
#aboutservice{
  margin-top: 50px;
  margin-bottom: 50px;
}

#aboutservice #h2-aboutservice {
  max-width:600px;
  width: 100%;
}
#aboutservice ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 35px;
  row-gap: 40px;
  max-width:960px;
margin: auto;

}
#aboutservice ul li img {
  width:200px;
  height: 200px;

}
#aboutservice ul li {
  display: flex;
  width: 460px;
  height: auto;
 border: solid;
 border-color: #4C5270;
 border-width: 1px;
 padding: 20px;
}
#aboutservice ul li span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}
#aboutservice ul li p {
  display: inline-block;
  text-align: left;
  align-items: center;
  font-size: 16px;
  margin-top: 15px;
}
#aboutservice  ul li .inner {
   margin-left: 15px;
   margin-right: 0px;
}
/*-------------------------------------------
Production process-01
-------------------------------------------*/
#productionprocess-01 {
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
#productionprocess-01 h2{
  margin-top: 0px;
}

#productionprocess-01 .container{
 display: flex;
}
#h2-productionprocess {
display: inline-block;
  max-width: 600px;
  width: 100%;
}
ul li .number {
  width: 32px;
}
#productionprocess-01 .container {
  display: flex;
  justify-content: space-between;
margin-top: 40px;
 
}
#productionprocess-01 .inner {
  align-items: center;
  width:45%;
  height: auto;
}

#productionprocess-01 p{
  text-align: left;
  /*position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
*/
}
#productionprocess-01  .img-wrapper {
  width: 50%;
transform: translateY(200px);
}
 #productionprocess-picture{
 width: 100%;
}

/*-------------------------------------------
Production process-02
-------------------------------------------*/
#productionprocess-02{
  height: auto;
  margin-bottom: 50px;
  margin-top: 50px;
}

#productionprocess-02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  column-gap: 5%;
  row-gap: 50px;
  margin-top: 100px;
}
#productionprocess-02 ul li{
  max-width: 300px;
  width: 100%;
  height: 300px;
  padding: 15px;
}
#productionprocess-02 ul li span{
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
margin-top: 10px;
margin-bottom: 10px;
}
#productionprocess-02 ul li p{
  font-size: 16px;
  display: inline-block;
  text-align: left;
 
}
#productionprocess-02 ul li:nth-child(odd){
border:solid;
border-color: #4C5270;
border-width: 1px;
}
#productionprocess-02 ul li:nth-child(even){
  border:solid;
border-color: #4C5270;
background-color: #4C5270;
border-width: 1px;
color: #fff;
}

/*-------------------------------------------
About works
-------------------------------------------*/
#aboutworks{
  margin-top: 100px;
  margin-bottom: 100px;
}

#aboutworks h2 {
  margin-top: 0px;
  margin-bottom: 0px;
 
}
#h2-aboutworks {
  max-width:600px;
  width: 100%;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 20px;
}
#aboutworks .container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0px;
  row-gap: 40px;
}
article {
  width: 50%;
}
article h3{
  background-color:#C19E9C ;
  color: #fff;
  display: inline-block;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}
article img {
  width: 250px;
}
#aboutworks p{
  margin-top: 20px;
}
.works{
  display: inline-block;
}
.works img{
  display: block;
  margin-top: 30px;
}
/*-------------------------------------------
Contact
-------------------------------------------*/
#contact {
background-image: url(images/contact-picture.png);
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
height: 80vh;
}
#h2-contact{
  max-width: 400px;
width: 100%;
  margin-top: 0px;

}
.btn {
  margin-top: 50px;
  display: inline-block;
  background-color: rgba(76,82,112,0.9);
  font-size: 24px;
  color: #fff; /* 文字色 */
  padding: 16px 40px; /* 上下の余白、左右の余白 */
  text-decoration: none; /* デフォルトで入るリンクの下線を消す */
  border-radius: 50px; /* 角を丸くする */

}
.btn:hover {
  background-color: rgba(255,255,255,1);
  font-size: 24px;
  color:rgba(76,82,112,1); /* 文字色 */
}

footer {

  font-size: 0.5rem;
  padding: 10px 0;
  text-align: center;
  background-color: #4C5270;
  color: #fff;
  padding-bottom: 20px;
}
footer nav{
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}
footer nav ul{
margin: auto;
}
footer nav ul li a{
  color: #fff;
text-align: center;
}
footer nav ul li {
text-align: center;
}
footer nav  li:nth-child(1) {
  margin-left: 15px;
}
footer p {
  font-size: 14px;
}
/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 1026px) {

  .wrapper {
    padding: 30px 16px 0px 16px;
  }

  #productionprocess-02  .ul-wrapper{
    margin:auto;
    width: 650px;
  }
  #productionprocess-02  ul{
    margin-top: 0px;
  }

  #aboutservice .ul-wrapper {
    width:460px ;
    margin: auto;
    margin-top: 50px;
  }
  #aboutservice ul {
    display:flex;
    flex-direction: column;
    max-width: 460px;
    width: 100%s;
  }
  #aboutservice ul li {
    
    max-width: 460px;
    width: 100%s;
  }
}

@media screen and (max-width: 874px) {

  .wrapper {
    padding: 30px 16px 0px 16px;
  }
  #productionprocess-01 h2 {
    margin-bottom: 0px;
  }
  #productionprocess-01 .container {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
  }
  #productionprocess-01 .inner {
    align-items: center;
    width: 100%;
    height: auto;
}
#productionprocess-picture{
  width: 400px;
}
  #productionprocess-01 p {
  width: 90%;
  margin: auto;
  }
  #productionprocess-01  .img-wrapper {
    max-width: 500px;
    width: 100%;
    margin: auto;
  transform: translateY(40px);
  }


  #productionprocess-02  ul{
    margin-top: 0px;
  }
  
}

@media screen and (min-width:767px) {
  #nav-drawer {
    display:none;
  }
}
@media screen and (max-width: 767px) {
.pc {
  display: none
}
 
header {
  padding:10px;
  background: #ccc;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px;
  background: #eee;
  box-sizing: border-box;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4C5270;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 330px;/*最大幅（お好みで調整を）*/
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(76,82,112,.5);
}

.header-logo-menu{
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}

/*ロゴやサイトタイトルをセンタリング*/
.logo-area{text-align:center;margin:auto;}
/*中身の装飾*/
#nav-drawer ul li a{
  font-size: 16px;
  line-height: 3;
  color: #4C5270;
}

.logo-area {
  font-size: 18px;
  font-weight: 500;
  color: #4C5270;
}
#nav-drawer ul li a img {
  width: 28px;
}
  .wrapper {
    padding: 30px 16px 0px 16px;
  }
  #mainvisual {
    background-image: url(images/mv-sp-350.png);
  background-position: center;
  background-size: contain;
  height: 80vh;
  }


  #mainvisual {

  }
  #aboutme .container {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: px;
}
#aboutme #self-picture{
  width: 60%;
}
#aboutme h3 {
margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}
#aboutme .inner {
  width: 90%;
}
  #productionprocess-02  .ul-wrapper {
    max-width: 300px;
    width: 100%;
  }

  #productionprocess-picture{
    width: 60%;
  }

  #productionprocess-02  ul{
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  #aboutservice ul{
    width: 100%;
  }
   #aboutservice .ul-wrapper{
    max-width: 400px;
    width: 100%;
    margin: auto;
   }
   #aboutservice ul li {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    width: 100%;
    height: auto;
    border: solid;
    border-color: #4C5270;
    border-width: 1px;
    padding: 20px;
}
#aboutservice ul li img {
  width: 200px;
  height: 200px;
  margin: auto;
}
#aboutworks .container {
  display: flex;
  flex-direction: column;
  column-gap: 0px;
  row-gap: 40px;
  width:250px ;
  margin: auto;
}
article h3 {
  background-color: #C19E9C;
  color: #fff;
  display: inline-block;
  width:250px;
  padding-top: 10px;
  padding-bottom: 10px;
}


}
  @media screen and (max-width: 500px) {
    section {
      max-width: 1080px;
      margin: auto;
      padding-top: 0px;
      padding-bottom: 20px;
      height: auto;
      scroll-snap-align: start;
  }

  #mainvisual {
    background-image: url(images/mv-sp-350.png);
  background-position: center;
  background-size: contain;
  height:60vh;
  }
  #aboutme {
    margin-bottom: 20px;
}
  #aboutme #h2-aboutme {
max-width:300px;
    width: 80%;
}

#aboutservice {
  margin-top: 20px;
  margin-bottom: 20px;
}
#aboutservice #h2-aboutservice {
  max-width: 300px;
  width: 80%;
} 
#aboutservice .ul-wrapper {
  max-width: 400px;
  width: 100%;
  margin: auto;
}
#aboutservice ul {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  width: 100%;
margin: auto;}

#aboutservice ul li {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
  width: 100%;
  height: auto;
  border: solid;
  border-color: #4C5270;
  border-width: 1px;
  padding: 20px;
}

#productionprocess-01 {
  height: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}
#h2-productionprocess {
  display: inline-block;
  max-width: 300px;
  width: 100%;
}
#productionprocess-picture {
  max-width: 300px;
  width: 100%;
}

#aboutworks {
  margin-top: 20px;
  margin-bottom: 20px;
}
#h2-aboutworks {
  max-width: 300px;
  width: 100%;
  margin: auto;
}

#aboutworks .container {
  display: flex;
  flex-direction: column;
  column-gap: 0px;
  row-gap: 40px;
  max-width: 300px;
  width: 100%;
  margin: auto;
}
article {
  max-width: 300px;
  width: 100%;
}
article h3 {
  background-color: #C19E9C;
  color: #fff;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
#aboutworks .p-wrapper{
max-width: 400px;
width: 100%;
 margin: auto;
}
#aboutworks p{
  text-align: left;
}
#contact{
  height: 60vh;
  margin-bottom: 20px
}
#h2-contact {
  max-width: 300px;
  width: 100%;
  margin-top: 60px;
}
footer{
  padding-top: 20px;
  padding-bottom: 20px;
}
.btn{
  margin-top: 50px;
  font-size: 20px;
}
footer nav{
  margin-top: 0;
  margin-bottom: 0;
}
footer nav ul {
  display: block;
}
footer nav ul li {
  text-align: center;
  font-size: 14px;
  margin: 10px 0px 10px 0px ;
  padding: 0px;
}
footer nav ul li:nth-child(1){
  margin: 10px 0px 10px 0px ;
}
  }




