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

*{
	font-weight: 300;
	padding: 0;
	margin:0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
/*	font-family: "Yu Gothic";*/
/*	font-family: "Mplus 1p";*/
/*	font-family: "Rounded Mplus 1c";*/
	font-family: "M PLUS Rounded 1c";
  scroll-behavior:smooth;
}

a{
	text-decoration: none;
	letter-spacing: 5px;
	transition: .3s;
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

a:hover{
  opacity: .8;
	transition: .3s;
}

li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6,p{
	color:#666;
  transform: rotate(0.05deg);
}

h1{	
	letter-spacing: 10px;
}
h2{
  font-size: 32px;
  line-height: 45px;
	letter-spacing: 9px;
}
h3{	
	letter-spacing: 8px;
}
h4{	
	letter-spacing: 7px;
}
h5{	
	letter-spacing: 6px;
}
h6{	
	letter-spacing: 5px;
}
p{
	font-weight: 200;
  font-size: 16px;
  line-height: 32px;
	letter-spacing: 2px;
}
hr{
}

.clear{
	clear:both;
}

.fa{
	color: #fff;
}
body{
	overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

.spOnly{
  display: none;
}

a.linkBtn{
  display: block;
  width: 220px;
  text-align: center;
  font-family: "Mplus 1p";
	color:#333;
  border: 1px solid #333;
  padding: 15px 0;
}

a.linkBtn:hover{
  opacity: 1;
  background-color: #333;
  color: #fff;
}

.flexBox{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.spbr{
  display: none;
}


/*==============================
共通
==============================*/

/*==============================
メイン
==============================*/

header{
  position: relative;
  padding: 100px;
  width: 100%;
  height: 100vh;
}
header > div{
  width: 100%;
  height: 100%;
  background-image: url("../img/headMain.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

header h1{
  display: inline;
  position: absolute;
  font-size: 60px;
  letter-spacing: 20px;
  font-weight: normal;
  height: 500px;
  width: 60px;
  color: #333;
  text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
              -3px 3px 0 #FFF, 3px -3px 0 #FFF,
              0px 3px 0 #FFF,  0 -3px 0 #FFF,
              -3px 0 0 #FFF, 3px 0 0 #FFF;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  z-index: 2;
}

header > a{
  position: fixed;
  top: 0;
  right: 20px;
  border: 5px solid #db3100;
  border-radius: 0 0 10px 10px;
  border-top: none;
  padding: 10px 20px;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: bold;
  color: #db3100;
  background-color: #fff;
  z-index: 9999;
}

header > a i{
  margin-right: 5px;
  color: #db3100;
	transition: .3s;
}

header > a:hover{
  opacity: 1;
  background-color: #db3100;
  color: #fff;
}

header > a:hover i{
  color: #fff;
  transition: .3s;
}

#aboutWrap{
  width: 100%;
  padding: 150px 15px 0;
  position: relative;
}

#aboutWrap > h2{
  position: absolute;
  height: 350px;
  width: 26px;
  font-size: 26px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 0;
  right: 100px;
  bottom: 0;
  margin: auto;
  color: #db3100;
}

#aboutWrap > h3{
  position: absolute;
  height: 320px;
  width: 18px;
  font-size: 18px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 0;
  right: 150px;
  bottom: 0;
  margin: auto;
}

#aboutWrap > div{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 150px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
}

#aboutWrap > div img{
  width: 50%;
  display: flex;
  align-self: flex-start;
}

#aboutWrap > div p{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#shoniWrap{
  width: 100%;
  padding: 150px 15px 0;
  position: relative;
}

#shoniWrap > h2{
  position: absolute;
  height: 250px;
  width: 26px;
  font-size: 26px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 0;
  right: 100px;
  bottom: 0;
  margin: auto;
  color: #db3100;
}

#shoniWrap > h3{
  position: absolute;
  height: 450px;
  width: 18px;
  font-size: 18px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 0;
  right: 150px;
  bottom: 0;
  margin: auto;
}

#shoniWrap > div{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 150px;
  border-bottom: 1px solid #ccc;
}

#shoniWrap > div img{
  display: block;
  width: 50%;
  margin: 0 auto 20px;
}

#shoniWrap > div p{
  width: 70%;
  margin: 0 auto;
  text-align: justify;
}

#shoniWrap > span{
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 160px;
  color: #efefef;
}

#teikiWrap{
  width: 100%;
  padding: 150px 15px 0;
  position: relative;
}

#teikiWrap > h2{
  position: absolute;
  height: 150px;
  width: 26px;
  font-size: 26px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 0;
  right: 100px;
  bottom: 0;
  margin: auto;
  color: #db3100;
}

#teikiWrap > h3{
  position: absolute;
  height: 420px;
  width: 20px;
  font-size: 18px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 0;
  right: 150px;
  bottom: 0;
  margin: auto;
}

#teikiWrap > div{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 150px;
  border-bottom: 1px solid #ccc;
}

#teikiWrap > div img{
  display: block;
  width: 50%;
  margin: 0 auto 20px;
}

#teikiWrap > div p{
  width: 70%;
  margin: 0 auto;
  text-align: justify;
}

#teikiWrap > span{
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 160px;
  color: #efefef;
}

#homonWrap{
  width: 100%;
  padding: 150px 15px 0;
  position: relative;
}

#homonWrap > h2{
  position: absolute;
  height: 150px;
  width: 26px;
  font-size: 26px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 0;
  right: 100px;
  bottom: 0;
  margin: auto;
  color: #db3100;
}

#homonWrap > h3{
  position: absolute;
  height: 500px;
  width: 20px;
  font-size: 18px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 0;
  right: 150px;
  bottom: 0;
  margin: auto;
}

#homonWrap > div{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 150px;
  border-bottom: 1px solid #ccc;
}

#homonWrap > div img{
  display: block;
  width: 50%;
  margin: 0 auto 20px;
}

#homonWrap > div p{
  width: 70%;
  margin: 0 auto;
  text-align: justify;
}

#homonWrap > span{
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 160px;
  color: #efefef;
}

#staffWrap{
  width: 100%;
  padding: 150px 15px 0;
  position: relative;
}

#staffWrap > h2{
  position: absolute;
  height: 240px;
  width: 26px;
  font-size: 26px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 0;
  right: 100px;
  bottom: 0;
  margin: auto;
  color: #db3100;
}

#staffWrap > div{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 150px;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap-reverse;
}

#staffWrap > div > div{
  position: relative;
  width: 50%;
}

#staffWrap > div > div h4{
  position: absolute;
  height: 50px;
  width: 16px;
  font-size: 16px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#staffWrap > div > div h3{
  position: absolute;
  height: 140px;
  width: 26px;
  font-size: 26px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  color: #db3100;  
}

#staffWrap > div > div img{
  display: block;
  width: 50%;
  margin: 0 auto 10px;
}

#staffWrap table{
  margin: 0 auto;
}

#staffWrap table td{
  vertical-align: top;
}

#staffWrap table td:first-of-type{
  padding-right: 10px;
  text-align: right;
}

#staffWrap table td p{
  font-size: 14px;
}

.gallaryList{
  display: flex;
  justify-content: space-between;
}

.gallaryList li{
  width: 16.6666%;
}

.gallaryList li img{
  width: 100%;
}

#companyWrap{
  padding: 150px 15px;
  display: flex;
  justify-content: center;
  align-content: center;
}

#companyWrap > div,
#companyWrap > img{
  width: 50%;
  max-width: 500px;
}

#companyWrap > div{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

#companyWrap > div > div:nth-of-type(1),
#companyWrap > div > div:nth-of-type(2){
  width: 50%;
}
#companyWrap > div > div{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#companyWrap > div > div h3{
  padding: 10px 0 10px 10px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 4px;
  margin-bottom: 10px;
  border-left: 3px solid #db3100;
  color: #db3100;
}
#companyWrap > div > div P{
  padding-left: 15px;
  line-height: 26px;
}

footer{
  width: 100%;
}

footer iframe{
  width: 100%;
  height: 400px;
}

footer > div{
  width: 100%;
  max-width: 1000px;
  padding: 20px 15px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

footer > div > div{
  display: flex;
  align-content: center;
  align-items: center;
}

footer > div > div h2{
  font-size: 24px;
  letter-spacing: 4px;
  margin-right: 10px;
  color: #db3100;
}

footer > div > div p{
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
}

footer > div > p{
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;  
  color: #db3100;
}

/*==============================
レスポンシブ
==============================*/

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

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

@media screen and (max-width: 1200px) {
  #aboutWrap > h2,
  #shoniWrap > h2,
  #teikiWrap > h2,
  #homonWrap > h2,
  #staffWrap > h2{
    right: 50px;
  }
  #aboutWrap > h3,
  #shoniWrap > h3,
  #teikiWrap > h3,
  #homonWrap > h3,
  #staffWrap > h3{
    right: 100px;
  }
  
  #aboutWrap > div,
  #shoniWrap > div,
  #teikiWrap > div,
  #homonWrap > div,
  #staffWrap > div{
    max-width: 800px;
  }
  
  #aboutWrap > div {
    flex-wrap: wrap;
  }
  
  #aboutWrap > div img{
    margin: 0 auto 20px;
  }
  
  #aboutWrap > div p{
    width: 70%;
    text-align: justify;
    margin: 0 auto;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  
  #aboutWrap > div p br{
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  
  #aboutWrap > div,
  #shoniWrap > div,
  #teikiWrap > div,
  #homonWrap > div,
  #staffWrap > div{
    max-width: 600px;
  }
  
  #aboutWrap > span,
  #shoniWrap > span,
  #teikiWrap > span,
  #homonWrap > span,
  #staffWrap > span{
    font-size: 100px;
  }
  
  #staffWrap > div{
    flex-wrap: wrap;
  }
  
  #staffWrap > div > div{
    width: 100%;
    margin-bottom: 50px;
  }
  
  .gallaryList{
    flex-wrap: wrap;
  }
  
  .gallaryList li{
    width: 33.3333%;
  }
  
  .gallaryList li img{
    vertical-align: bottom;
  }
  
  #companyWrap > img{
    display: flex;
    align-self: flex-start;
  }
}

@media screen and (max-width: 800px) {
  header{
    padding: 50px;
  }
  
  header h1{
    width: 80px;
    font-size: 40px;
    height: 300px;
    letter-spacing: 10px;
  }
  
  header > a{
    padding: 5px 10px;
    font-size: 20px;
    right: 10px;
  }
  
  #companyWrap{
    flex-wrap: wrap;
  }
  
  #companyWrap > div{
    width: 60%;
  }
  
  #companyWrap > img{
    width: 100%;
    max-width: none;
  }
  
  footer > div{
    flex-wrap: wrap;
  }
  
  footer > div > div{
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
  }
  
  footer > div > div h2{
    width: 100%;
    text-align: center;
    margin: 0;
  }
  
  footer > div > div p{
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 50px;
  }
  
  footer > div > p{
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 600px){
  header{
    padding: 40px;
  }
  
  #aboutWrap > h2, #shoniWrap > h2, #teikiWrap > h2, #homonWrap > h2, #staffWrap > h2,#aboutWrap > h3, #shoniWrap > h3, #teikiWrap > h3, #homonWrap > h3, #staffWrap > h3{
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    display: block;
    position: static;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #aboutWrap > h3, #shoniWrap > h3, #teikiWrap > h3, #homonWrap > h3, #staffWrap > h3{
    margin-bottom: 20px;
  }
  
  #aboutWrap > div p,
  #shoniWrap > div p,
  #teikiWrap > div p,
  #homonWrap > div p,
  #staffWrap > div p,
  #aboutWrap > div img,
  #shoniWrap > div img,
  #teikiWrap > div img,
  #homonWrap > div img,
  #staffWrap > div img{
    width: 100%;
  }
  
  #aboutWrap,
  #shoniWrap,
  #teikiWrap,
  #homonWrap,
  #staffWrap{
    padding-top: 100px;
  }
  
  #aboutWrap > div,
  #shoniWrap > div,
  #teikiWrap > div,
  #homonWrap > div,
  #staffWrap > div{
    padding-bottom: 100px;
  }
  
  #staffWrap h2{
    display: none;
  }
  
  #staffWrap > div > div h4,
  #staffWrap > div > div h3{
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    display: block;
    position: static;
    width: 100%;
    height: auto;
    text-align: center;    
  }
  
  .gallaryList li{
    width: 50%;
  }
  
  #companyWrap > div{
    width: 100%;
  }
  
  #companyWrap > div > div:nth-of-type(1), #companyWrap > div > div:nth-of-type(2){
    width: 100%;
  }
  
  #aboutWrap > span, #shoniWrap > span, #teikiWrap > span, #homonWrap > span, #staffWrap > span{
    font-size: 50px;
  }
}

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