@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	  font-family: 'Noto Sans JP', sans-serif,"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a{
	text-decoration: none;
}
#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

.wrapper{
	position: relative;
}
.center{
	text-align: center;
}

#gotoTopBtn {
	position: fixed;
	right: 10px;
	bottom: -100px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	background-image: url("../images/brackets_up.svg");
	background-repeat: no-repeat;
	background-size: 50% 50%;
	background-position: center center;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 900;
	transition: 0.3s all;
	opacity: 1;
}
#gotoTopBtn:hover {
	opacity: 0.9;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	filter: brightness(1.2);
}
.container{
	display: flex;
	position: relative;
}
.container .contents{
	background-color: #EDEDED;
	position: relative;
	right: 0;
	padding: 3vw;
	width: calc(100% - 262px);
	margin-left: auto;
}
.container .pcNav{
	position: fixed;
	left: 0;
	top: 0;
	width: 242px;
	background-color: #EDEDED;
	/*border-right: 20px solid #fff;*/
	height: 100vh;
}

.pcNav{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}
h1{
	width: 50%;
	height: 0;
	padding-top: 50%;
	margin: 50px auto 50px auto;
	background-image: url("../images/logo.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	overflow: hidden;
	text-align: 100%;
	white-space: nowrap;
	transition: .3s all;
}
a h1:hover{
	transform: scale(1.1);
}
.container .pcNav .inner{
	width: 78%;
	margin: 0 auto;
}
.pcNav .menu{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pcNav .menu a{
	color: #999999;
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 1.2em;
}
.rightSide{
}
.workArea{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.rightSide h2{
	font-family: 'Montserrat', sans-serif;
	margin: 20px 2%;
	color: #999999;
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 1.6em;
}
.workArea .workBox{
	width: 29.3333%;
	margin: 20px 2%;
	display: flex;
	flex-direction: column;
}

.workArea .workBox .thumb{
  width:100%;
  height:auto;
  position:relative;
	object-fit: cover;
	transition: .3s all;
	overflow: hidden;
}
.workArea .workBox .thumb::after {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:60%;
}
.workArea .workBox .thumb img{
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:100%;height:100%;
  object-fit:cover;
  object-position:top center;
  background:#eee;
	transition: .2s all ease-in;
}
.workArea .workBox:hover .thumb img{
	transform: scale(1.05);
	object-fit: cover;
}
.workArea .workBox .tag{
	margin: 10px 0 12px 0;
	font-size: 0.7em;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.workArea .workBox .tag p{
	display: inline-block;
	padding: 4px;
	border-radius: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	background-color: rgba(255,255,255,0.8);
	color: #333333;
}
.workArea .workBox .detail{
	line-height: 1.5;
	color: #333333;
	font-size: 0.9em;
}
.workArea .workBox .time{
	margin-top: 15px;
	font-size: 0.7em;
	color: #999999;
	letter-spacing: 1px;	
}
.grange{
	padding: 5% 0;
}
.flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.flex .info{
	width: 52%;
}
.flex .about{
	padding: 30px;
}
.flex .about h2,.flex .contact h2{
	text-align: center;
	margin-top: 0;
}
.flex .about .self{
	width: 30%;
    margin: 0 auto 30px auto;
    border-radius: 50%;
    padding-top: 30%;
    overflow: hidden;
    position: relative;
}
.flex .about .self img{
	width: 101%;
	position: absolute;
	top:0;
	left: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
}
.flex .about .name,.flex .about .birth{
	text-align: center;
	letter-spacing: 2px;
	color: #333;
	margin-bottom: 15px;
}
.flex .prof{
	margin-top: 50px;
}
.prof p{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	color: #333;
	line-height: 1.5;
	margin-bottom: 15px;
	font-size: 0.9em;
}
.prof p span.head{
	width: 5em;
	margin-right: 1em;
	text-align: right;
}
.prof p span.text{
	width: calc(100% - 6em);
	margin-right: 1em;
}
.flex .graphic{
	width: 44%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.graphic img{
	display: block;
	width: 49%;
	margin-bottom: 2%;
}
/*graphic img:nth-child(odd){
	margin-left: auto;
}
.graphic img:nth-child(even){
	margin-right: auto;
}*/
.flex .info .about{
	background-color: #fff;
}
.flex .contact{
	margin-top: 30px;
	padding: 30px;
	background-color: #fff;
}
/* form */
.contact form{
	margin: 60px auto 40px;
}
.contact input {
  margin-bottom: 20px;
}
.contact textarea {
  height:100px;
  margin:0 auto 30px auto;
	display: block;
}
.contact input:first-of-type
{
  margin-top:10px;
}
.contact input, .contact textarea {
	display: block;
  font-size: 1em;
  padding: 15px 10px 10px;
  font-family: 'Source Sans Pro',arial,sans-serif;
  border: 1px solid #cecece;
  background: #eeeeee;
  color:#333333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	width: 100%;
  max-width: 600px;
margin:10px auto 30px auto;
}
::-webkit-input-placeholder {
   color: #FAFAFA;
}
:-moz-placeholder {
   color: #FAFAFA;  
}
::-moz-placeholder {
   color: #FAFAFA; 
}
:-ms-input-placeholder {  
   color: #FAFAFA;  
}

.contact input[type="submit"] {
  margin-top:15px;
  margin-bottom:25px;
  background-color:#2ABCA7;
  padding: 12px 45px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #2ABCA7;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
  cursor: pointer;
  width:30%;
	min-width: 180px;
  color:#fff;
	display: block;
	margin:0 auto 0px auto;
}
.contact button:hover, .contact .button:hover {
  background:#19a08c;
}
.contact label.error {
    font-size:1em;
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#d89c9c;
    width: 80%;
    margin:auto;
    color: #FAFAFA;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
.contact .message {
    font-size:1.1em;
    display:none;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#2ABCA7;
    width: 80%;
    margin:auto;
    color: #FAFAFA;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
.formWP br{
	display: none;
}
.formWP label{
	display: block;
	margin: 0 auto;
	max-width: 600px;
	width: 80%;
}


footer{
	position: relative;
	min-height: 100vh;
	background-color: #fff;
	z-index: 100;
}
footer .inner{
	width: 80vw;
	min-width: 60%;
	height: auto;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
footer .inner img{
	max-width: 10vw;
	display: block;
	margin: 30px auto;
}
footer .inner svg{
	width: 15vw;
	margin: 0px auto 2vw;
}
footer .inner .address{
	font-family: 'Montserrat', sans-serif;
	font-size:2vw;
	letter-spacing: 0.15vw;
	font-weight: 800;
	color: #B3B3B3;
}

/*  WORKPAGE  */

.container .contents.workPage{
	padding: 0;
}
.container .contents.workPage .rightSide{
	padding: 3vw;
}
.workPage{
	min-height: 100vh;
}
.workDetail .thumb img{
	width: 100%;
}
.workDetail .thumb.long{
	width: 100%;
	text-align: center;
}
.workDetail .thumb.long img{
	width: 100%;
	max-width: 500px;
}
.workDetail .tag{
	margin: 10px 0 15px 0;
	font-size: 0.8em;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.workDetail .tag p{
	display: inline-block;
	padding: 4px;
	border-radius: 4px;
	margin-right: 4px;
	background-color: rgba(255,255,255,0.8);
	color: #333333;
}
.workDetail .detail{
	line-height: 1.5;
	color: #333333;
	font-size: 1.35em;
	color: #333;
}
.workDetail .detail p{
	font-weight: 600;
}
.workDetail .time{
	margin-top: 15px;
	font-size: 0.8em;
	color: #999999;
	letter-spacing: 1px;
}
.workDetail .linkBtn{
	display: inline-block;
	padding: 5px 50px 5px 10px;
	background-color:#c7c2e0;
	margin: 30px 0;
	color: #111;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	position: relative;
	transition: .3s all;
}
.workDetail .linkBtn:hover{
	background-color:#E3DFF9;
}
.workDetail .linkBtn::after{
	display:block;
	position: absolute;
	content: "";
	width: 20px;
	height: 10px;
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	top: calc(50% - 2px);
	transform:translateY(-50%);
	right: 12px;
	transition: .2s all;
}
.workDetail .linkBtn:hover::after{
	right: 7px;	
}
.workDetail .linkBtnNone{
	display: inline-block;
	padding: 5px 50px 5px 10px;
	background-color:#999;
	margin: 30px 0;
	color: #111;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	position: relative;
	transition: .3s all;
	cursor: default;
	opacity: 0.3;
}
.workDetail .linkBtnNone:hover{
	background-color:#999;
}
.workDetail .linkBtnNone::after{
	display:block;
	position: absolute;
	content: "";
	width: 20px;
	height: 10px;
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	top: calc(50% - 2px);
	transform:translateY(-50%);
	right: 12px;
	transition: .2s all;
}
.workDetail .linkBtnNone:hover::after{
	right: 12px;	
}
.workPage footer{
	position: relative;
	min-height: 300px;
	background-color: #fff;
	z-index: 100;
}
.workPage footer .inner{
	width: 80vw;
	min-width: 60%;
	height: 200px;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.workPage footer .inner img{
	width: 100px;
	height: 100px;
}
.workPage .flex{
	display: flex;
	justify-content: space-between;
}
.workPage .flex .time{
	text-align: right;
}
.workPage .comment{
	color: #999;
	font-size: 0.8em;
	margin-bottom: 60px;
}
.workPage .comment p{
	display: flex;
	justify-content: flex-start;
}
.workPage .comment p span.head{
	width: 4em;
	text-align: right;
}
.workPage .comment p span.body{
	width: calc(100% - 8em);
}
.workPage .icon{
	padding-left: 2.5em;
	position: relative;
	color: #333;
	line-height: 1.5;
	margin-bottom: 20px;
}
.workPage .icon::after{
	display: block;
	content: "";
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	left: 0;
	top: calc(50% - 0.75em);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.workPage .voice,.workPage .process,.workPage .images{
	border-top: 2px solid #fff;
	padding-top: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
}
.workPage .voice .text,.workPage .process .text{
	line-height: 2;
}
.workPage .voice .icon::after{
	background-image: url("../images/voice.svg");
}
.workPage .process .icon::after{
	background-image: url("../images/pen.svg");
}
.workPage .images .icon::after{
	background-image: url("../images/images.svg");
}
.workPage .images {
	min-height: 300px;
}
.workPage .images .imageSamples {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.workPage .images .imageSamples img{
width: 30.333%;
	margin: 20px 1.5%;
}
@media screen and (max-width : 1024px){

br.PC{
	display: none;
}
.container .pcNav {
    width: 182px;
}
.container .contents {
    width: calc(100% - 202px);
}
.flex .info {
    width: 75%;
}
.flex .graphic {
    width: 22%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.graphic img {
    display: block;
    width: 100%;
    margin-bottom: 2%;
}
}
@media screen and (max-width : 768px){
.container .pcNav {
    width: 152px;
}
.container .contents {
    width: calc(100% - 172px);
}
.prof p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
   flex-direction: column;
	text-align: left;
}
.prof p span.head {
    width: 5em;
    margin-right: 0;
	margin-bottom: 10px;
    text-align: left;
}
.prof p span.text {
    width: calc(100% - 0em);
    margin: 0 0 0px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
	font-size: 0.9em;
}

.prof p span.head{
	padding-left: 10px;
	position: relative;
}
.prof p span.head::before{
	position: absolute;
	content: "";
	width: 2px;
	height: 80%;
	display: block;
	left: 0;
	top: 10%;
	background-color: #999999;
}
.workArea .workBox {
    width: 46%;
    margin: 20px 2%;
    display: flex;
    flex-direction: column;
}
.workPage .images .imageSamples {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.workPage .images .imageSamples img{
width: 47%;
	margin: 20px 1.5%;
}
}
@media screen and (max-width : 620px){
.container {
    display: flex;
    position: relative;
	flex-direction: column;
}
.container .pcNav {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #EDEDED;
    height: auto;
	margin-bottom: 20px;
}
.container .contents {
    width: 100%;
}
	.container .pcNav .inner{
		width: 100%;
	}
h1 {
    width: 20vw;
    height: 0;
    padding-top: 30%;
    margin: 10px auto 10px auto;
}
.pcNav .menu {
    display: flex;
    flex-direction: row;
	justify-content: center;
    align-items: center;
	margin-bottom: 30px;
}
.pcNav .menu a {
    margin: 0px 2vw 0px;
	font-size: 5.2vw;
}

}
@media screen and (max-width : 500px){
.workArea .workBox {
    width: 96%;
    margin: 20px 2%;
    display: flex;
    flex-direction: column;
}
.flex .info {
    width: 75%;
}
footer .inner img {
    max-width: 30vw;
    display: block;
    margin: 30px auto;
}

footer .inner svg {
    width: 60vw;
    margin: 0px auto 2vw;
}
footer .inner .address {
    font-family: 'Montserrat', sans-serif;
    font-size: 8vw;
    letter-spacing: 0.15vw;
    font-weight: 800;
    color: #B3B3B3;
}
	footer .lead{
		line-height: 1.5;
	}
.contact button {
    width: 50%;
    padding: 12px 0px;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}
.flex .info {
    width: 100%;
}
	.flex .graphic{
		width: 100%;
		margin: 20px auto;
	}
	.flex .graphic img{
		width: 48%;
		margin: 1% 1%;
	}
.workPage .images .imageSamples {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
}
.workPage .images .imageSamples img{
width: 96%;
	margin: 20px 2%;
}

}
@media screen and (max-width : 414px){

}