@charset "UTF-8";
/* CSS Document */
@import url("normalize.min.css") screen and (min-width:641px);
/*@import url("common-pc.css") screen and (min-width:641px);
@import url("common-sp.css") screen and (max-width:640px);*/



body {
	background:#fff;
	color: #574f3e;
	font-family: "Noto Sans JP","メイリオ", Meiryo,"HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Helvetica Neue", Helvetica, "Arial", "ＭＳ Ｐゴシック",sans-serif;
	overflow-x: hidden;

}


a {
	color:#0077c8;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#339ee7;
	text-decoration:none;
}
a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
}
img {
	border:0;
	vertical-align:middle;
	max-width:100%;
	height:auto;
}
ul, li, dl, dt, dd, p {
	margin:0;
	padding:0;
}

dl	{list-style-type: none;}
em,i {
	font-style:normal;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight: normal;
}

section p {
	padding-bottom: .7em;
}

note{
	font-size: .8em;
}


input, button, select, textarea {
	font-family: "Noto Sans JP","メイリオ", Meiryo,"HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Helvetica Neue", Helvetica, "Arial", "ＭＳ Ｐゴシック",sans-serif;
	color:#574f3e;
}
textarea,
select,
input[type="text"] {
	box-sizing:border-box;
    border: 1px solid #B3B3B3;
	padding: 0.5em;
	line-height:1.4em;
}
input[type="radio"] {
	line-height:2.4em;
}

button {
	cursor:pointer;
	box-sizing:border-box;
}


.clearfix:before,
.clearfix:after {
	content: " "; 
	display: table;
	}
.clearfix:after {
	clear: both;
	}
.clearfix {*zoom:1;}

i.fa[class$="right"],
i.fa[class*="external"],
i.fa-map-marker {
	margin-left:5px;
}
i.fa[class$="left"] {
	margin-right:5px;
}


#page_top {
	position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.6;
}
#page_top a {
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
    position:  relative;
}
#page_top a::before {
    content:  '';
    width: 20px;
    height: 20px;
    display:  block;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(-45deg);
    position:  absolute;
    top: 10px;
    bottom:  0;
    left:  0;
    right:  0;
    margin:  auto;
}


/* TABLE */
table {
	border:none;
	border-spacing: 0;
	padding:0;
	width:100%;
	margin:0 0 20px 0;
	border-top:#CCC 1px solid;
}
table td,
table th {
	padding:15px 10px;
	font-size:15px;
	border-bottom:#CCC 1px solid;
}
table th {
	background:#ECECEC;
	text-align:center;
}

/* FORM*/
input, button, select, textarea {
	font-family: "Noto Sans JP","メイリオ", Meiryo,"HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Helvetica Neue", Helvetica, "Arial", "ＭＳ Ｐゴシック",sans-serif;
	color:#333;
}

input[type="text"] {
	display:block;
}

.ifcontents {
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}
.ifinner {
	background-color: #F6F6F6;	
}
.ifcontents h1 {
	font-size: 1.6em;
	line-height: 1.4;
	margin-bottom: 20px;
}
.sectionBox {
	padding: 15px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: left;
	max-width: 960px;
}





/* -------------------------------------- */
/* ----- SP(max-width: 480px)  ----- */

body,html {
	height:100%;
}
html {
	font-size: 62.5%;
	padding:0;
	margin:0;
}
body {
	font-size: 1.5rem;
	line-height:1.6;
	padding:0 ;
	margin:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-text-size-adjust: 100%; 
	word-wrap:break-word;
	overflow-wrap:break-word;
}



p {
	font-size:1.5rem;
	line-height:1.8;
}
p, li, dt, dd, td, th {
	font-size:1.5rem;
	line-height:1.6;
}
ul {
	list-style:none;
	letter-spacing:-0.4em;
	font-size:0;
}
li {
	letter-spacing:normal;
	font-size:1.5rem;
}
li, dt, dd, td, th {
	font-size:1.5rem;
	line-height:1.6;
}

input, button, select, textarea {
	font-size:1.5rem;
}
.main {
	margin: 0 auto;
}
footer {
	font-size: .8em;
	text-align: center;
	color: #999999;
}

.box__inner {
	padding-bottom: 100px;
	width: 90%;
	margin: 0 auto;
}
section {
	padding-bottom: 40px;
}

.profiletext {
	font-size: 0.9em;
	padding-bottom: 1em
}	

.worksList {
	text-align: left;
}
.worksList li {
	display: inline-block;
	margin-right: 5%;
	margin-bottom: 5%;
	width: 45%;
}
.worksList li img {
	box-shadow: 0 0 4px rgba(141,141,141,0.5);
}

.worksList li a {
	display: block;
	position: relative;
}

.worksList li a .gaiyou {
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(114,114,114,.75);
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	transition: all .5s ease;
}
.worksList li a:hover .gaiyou,
.worksList li a:hover img {
	opacity: 1;
}
.contents {
	background: url("../img/bg1.png") left top no-repeat;
}

dl.profile {
	padding-bottom: 20px;
}
dl.profile dt {
	text-align: left;
	font-size: .8em;
}
dl.profile dd {
	margin-bottom:20px;
	text-align: left;
	font-size: 1.1em;
}
	
section h2 {
	font-size: 5em;
	color: rgba(147,147,147,.4);
	padding: 0;
	margin-bottom: 25px;
	line-height: 1;
	font-family: 'Raleway Dots',"メイリオ", Meiryo,"HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Helvetica Neue", Helvetica, "Arial", "ＭＳ Ｐゴシック",sans-serif;
	font-weight: normal;
}
h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
}
h3.namearea {
	font-size: 1.1em;
}
h3 span {
		font-size: .8em;
	padding-left: 10px;
	display: inline-block;
}

#pagetop {
	position: fixed;
  right: 0;
  bottom: 20px;
  opacity: 0.6;
	z-index: 500;
}

#pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
    position:  relative;
}
#pagetop a::before {
    content:  '';
    width: 20px;
    height: 20px;
    display:  block;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(-45deg);
    position:  absolute;
    top: 10px;
    bottom:  0;
    left:  0;
    right:  0;
    margin:  auto;
}


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

.box {
	position:relative;
	padding-top: 7em;
}
section h2 {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
	}
	.pcOnly {display:none;}
}

/* -------------------- */
/* ----- TABLET ----- */

@media screen and (min-width: 481px) {
	

	body {
		padding:0;
		margin:0;
		text-align:center;
		font-size:14px;
		line-height:1.8;
		word-wrap:break-word;
		overflow-wrap:break-word;
	}

	.spOnly {display: none !important;}
	.pcOnly {display: block;}

	p {
		font-size:14px;
		line-height:1.8;
	}
	ul {
		list-style:none;
		letter-spacing:-0.4em;
		word-spacing: -1em;
		font-size:0;
	}
	li {
		letter-spacing:normal;
		word-spacing:normal;
	}
	li, dt, dd, td, th {
		font-size:14px;
		line-height:1.8;
	}
	input, button, select, textarea {
		font-size:14px;
	}

	a[href^="tel:"]{
		pointer-events: none;
		color: #574f3e;
		text-decoration:none;
	 }

	


	/*.profile {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.profile.topPlofile {
		width: 50%;
	}
	.profile dt,
	.profile dd {
		text-align: left;
	}
	
	.profile dt {
		width: 20%;
	}
	.profile dd {
		width: 80%;
	}*/

dl.profile {
		margin: 0 auto 30px auto;
		display: inline-block;
	}
dl.profile dt {
	float:left;
	clear:both;
	width:7.5em;
	text-align: left;
	font-size: 1.1em;
}
dl.profile dd {
	padding-left:8em;
	margin-bottom:10px;
	text-align: left;
	font-size: 1.1em;
}
	
	.profile.topPlofile dt {
		width: 5.5em;
	}
	dl.profile.topPlofile dd {
		padding-left:6em;
	margin-bottom:20px;
	}
dl.profile.length1 dt {
	width:1.5em;
}
dl.profile.length1 dd {
	padding-left:1.8em;
}
dl.profile.length3 dt {
	width:3em;
}
dl.profile.length3 dd {
	padding-left:3.5em;
}
dl.profile.length4 dt {
	width:4em;
}
dl.profile.length4 dd {
	padding-left:4.5em;
}
dl.profile.length6 dt {
	width:6em;
}
dl.profile.length6 dd {
	padding-left:6.5em;
}
dl.profile.length10 dt {
	width:10em;
}
dl.profile.length10 dd {
	padding-left:10.5em;
}
	
/*	#aboutBox {
	background: url("../img/bg.jpg") top center no-repeat;
	background-size: auto 100%;
}
	#aboutBox section h2 {
		color: rgba(255,255,255,.8)
	}*/
	.worksList {
		margin: 0 auto;
	}
	.worksList li {
		width: 25%;
		padding-right: 20px;
		vertical-align: top;
		box-sizing: border-box;
		margin: 0 0 20px 0;
	}
	
	.worksImg {
		display: table;
		table-layout: fixed;
	}
	.worksImg li {
		display: table-cell;
		vertical-align: top;
		padding-right: 20px;
		margin: 0 0 20px 0;
	}
	
#second .contents {
	display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#second .main {
		flex: 1;
	}
#second #footerdiv {
  margin-top: auto;
}
	
}
#second .main {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	padding: 15px 0;
	
}

@media (min-width: 781px) and (min-height: 700px) {
/* TOP SCROLL EFFECT */
	.box {
		/*height: 100vh;*/
		width: 100%;
	}
	.box > div {
		box-sizing: border-box;
		position: relative;
		/*height: 100vh;*/
	}
	

.pagenation {
		padding: 0px 60px 0 0;
		position: fixed;
		right: 15px;
		bottom: 20px;
		height: 40px;
		box-sizing: border-box;
	}
	.pagenation li {
		list-style-type: none;
		display: block;
		position: absolute;
		top:0;
		width: 40px;
		height: 40px;
	}
	.pagenation a {
		width: 20px;
		height: 20px;
		position: relative;
	}

	.pagenation li a::before {	
	   content:  '';
		width: 20px;
		height: 20px;
		display:  block;
		position:  absolute;
		bottom:  0;
		left:  0;
		right:  0;
		margin:  auto;
  		opacity: 0.6;
		z-index: 50
	}
	.pagenation li:first-child a::before {	
		border-top: solid 2px;
		border-right: solid 2px;
		transform: rotate(-45deg);
		top: 50px;
	}
	.pagenation li:nth-child(2) a::before {	
		border-bottom: solid 2px;
		border-left: solid 2px;
		transform: rotate(-45deg);
		top: 30px;
	}
	.pagenation a.active{
		display: block;
		display: none;
		z-index: 0;
	}

}
@media screen and (min-height: 700px) {

		.wrapper {
	background: url("../img/bg2.png") right bottom no-repeat;
}
}
/* -------------------- */
/* ------- PC -------- */

@media screen and (min-width: 1110px) {
	body,html {
		height:100%;
		padding:0;
		margin:0;
		width:100%;
	}
	body {
		min-width:1110px;
	}
	
	.sectionBox {
		/*padding: 50px 0;*/
			width: 960px;
	
	}
	#aboutBox {
		height: 720px;
	}
}



