/*フォントサイズリセット*/
html{
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header,  menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:1.1rem;
	font-weight: normal;
	font-family: Arial, Helvetica, "sans-serif";
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
}

body {
    line-height:1.5;
}

article,aside,details,figcaption,figure,
footer,header,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/*clerarfix*/
.clerarfix:after{/*floatを指定したときの親要素に適応する*/
	clear: both;
	content: "";
	display: block;
}

/*--------------------PC-------------------*/
/*pc-header*/
.page-header{
	display: flex;
    justify-content: space-between;
	background-color: #fff;
	padding: 0px 100px;
}
.page-header img{
	margin-top: 28px;
	margin-left: 40px;
}
.main-nav{
	display: flex;
	margin-left: 40px;
}
.main-nav ul{
	list-style: none;
}
.main-nav li {
	font-size: 3.5rem;
	font-weight: bold;
    margin-left: 10px;
	text-align: center;
}
.main-nav li span{
	display: block;
	font-size: 1.6rem;
}
.main-nav li a{
	text-decoration: none;
	padding: 10px 30px;
	color: #000;
	display: block;
}
.main-nav li a:hover{
	color: red;
}
.red{
	border-bottom: solid 5px red;
}
.red a{
	color: red !important;
}

/*背景wrapper*/
.wrapper{
	background-image: url(img/background.jpg);
	background-repeat: repeat;
}

/*box-list/pc-blog*/
.box_list{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0px;}
	.box_list ul{ overflow: hidden; }
	.box_list ul li{
		float: left;
		list-style: none;
		border: none !important; }
	.box_list ul li .img img{ max-width: 100%; margin-bottom: 15px; }
	.box_list ul li .txt_area{ margin-bottom: 15px; }
	.box_list ul li .txt_area h2{
		font-size: 2rem;
	}
	.box_list ul li .txt{
		font-size: 2rem;
		margin-bottom: 15px;
	}
		.box_list ul li .date{
			display: inline-block;
			background: #000;
			color: #fff;
			font-size: 2rem;
			margin-bottom: 15px;
			padding: 3px 15px; }
		.box_list ul li .more{
			font-size: 2rem;
			border: 1px #000 solid;
			text-align: center;}
		.box_list ul li .more a{
			display: block;
			padding: 5px 15px;
			color: #000;
			text-decoration: none;}
		.box_list ul li .more a:hover{
			background: #000;
			color: #fff; }
.box_list2{
	border-top: 3px solid #000;
}
.box_list2 ul{
	display: flex;
	justify-content: space-between;
}
.box_list2 ul li{
		width: 47%;
		margin-bottom: 30px;
}
.blog{
	margin: 0 auto;
	max-width: 1000px;
}
.blog h1{
	margin-top: 70px;
	margin-bottom: 10px;
	font-size: 4rem;
	font-weight: 600;
}
.blog span{
	font-size: 2rem;
	padding-left: 30px;
}

/*pc-index*/
.effect-fade {
     animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.menu{
	margin: 0 auto;
	text-align: center;
	position: relative;
	right: 33%;
	z-index: 100;
	width: 15%;
	background-color: #fff;
	height: 100vh;
	opacity: 0.7;
}

.main img{
	bottom: 10%;
	left:4%;
	width: 700px;
	position: absolute;
	z-index: 100;
}
.menu ul{
	text-align: center;
	list-style: none;
	position: relative;
	top:5%;
}
.menu ul li{
	margin: 15px  auto ;
	width: 150px;
	font-size: 4rem;
	font-weight: bold;
}
.menu ul li span{
	display: block;
	font-size: 1.5rem;
}
.menu ul li a{
	display: block;
	padding: 2px 0;
	color: #000;
	text-decoration: none;
}
.menu ul li a:hover{
	color: red;
	opacity: 1;
}
.menu footer{
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -60px;
	text-align: center;
}


/* --- 全体のBOX定義 ---------------------------------------- */
.box {
  	position: relative;
	display: flex;
	justify-content: space-between;
}
/* --- 背景の指定 ------------------------------------------- */
.box .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 24s infinite;   /* 4画像 × 各5s = 20s */
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.box .src1 {
  	background-image : url(img/sasaki001.jpg);   /* 背景の画像を指定 */
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    min-height: 100vh;
}
.box .src2 {
  	background-image : url(img/sasaki030.jpg);   /* 背景の画像を指定 */
  	animation-delay  : 6s;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top;
    min-height: 100vh;
}
.box .src3 {
  	background-image : url(img/sasaki032.jpg);   /* 背景の画像を指定 */
  	animation-delay  : 12s;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    min-height: 100vh;
}
.box .src4 {
  	background-image : url("img/sasaki033.jpg");   /* 背景の画像を指定 */
  	animation-delay  : 18s;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top;
    min-height: 100vh;
}

@keyframes bgAnime {
   0% { opacity: 0; }
   5% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 0; }
 100% { opacity: 0; }
}


/*pc-works*/
.works{
	margin: 0 auto;
	max-width: 1000px;
}
.works ul{
	display: flex;
	list-style: none;
}
.works ul li{
	font-size: 1.8rem;
	margin-right: 30px;
}
.works ul li a{
	color: #000;
	padding: 5px 0px;
	text-decoration: none;
}
.works h1{
	margin-top: 70px;
	margin-bottom: 40px;
	font-size: 4rem;
	font-weight: 600;
}
.works h2{
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 3rem;
	font-weight: 600;
	padding-top: 50px;
	padding-bottom: 10px;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
}
.works a{
	color:blue;
	text-decoration: none;
}
.works a:hover{
	color: red;
}
.arrows{
	width: 25px;
	margin-bottom: -5px;
	margin-right: 3px;
}
.title{
	font-size: 2.8rem;
}
.explanation{
	font-size: 2rem;
}
.works-future .title{
	display: inline-block;
	font-size: 4rem;
	float: left;
	margin-right: 40px;
}
.works-future .period{
	font-size: 3rem;
	padding-top: 10px;
	margin-bottom: 20px;
}
.works-future .explanation{
	font-size: 2.5rem;
	margin-bottom: 70px;
}
.works-future img{
	margin-bottom: 15px;
	width: 100%;
}
.works-past{
	overflow: hidden;
	border-bottom: 0.5px solid #000;
	margin-bottom: 30px;
}
.past-img{
	width: 50%;
	float: right;
	margin-bottom: 30px;
}
.past-img img{
	max-width: 100%;
}
.caption-past{
	width: 50%;
	float: right;
	padding: 20px 25px 10px 0;
}
.works-past .period{
	margin-bottom: 15px;
	font-size: 2.5rem;
	background-color: #000;
	color:#fff;
	display: inline-block;
	padding: 3px 10px;
}
.works-past .title{
	font-size: 3.5rem;
	margin-bottom: 10px;
}
.past-margin{
	margin-bottom: 70px;
}
.works-other .period{
	font-size: 1.6rem;
	padding-top: 3px;
}
.backgroud{
	background-color: rgba(255,255,0,0.2);
}
.backgroud h2{
	padding-top: 20px;
	text-align: center;
}
.works .box_list{
	padding: 40px 20px 0;
	margin-bottom: 80px;
	width: 100%;
}
.works .box_list ul{
	display:inline-block;
	border-bottom: none;
}
.works .box_list3 ul li{
		width: 31.3333%;
		margin: 0 1% 0px;
}
.works .box_list3 ul li a{
	color: blue;
}
.works-other{
	overflow: hidden;
}
.other-img img{
	max-width: 100%;	
}
.single_height li{
	min-height: 320px;
}

/*pc-about*/
.statement{
	text-align: center;
	margin-top: 120px;
	margin-bottom: 180px;
}
.statement p{
	font-size: 2.6rem;
	padding: 20px 0;
}
.statement-img{
	margin-top: 90px;
}
.statement-img img{
	width: 350px;
}
.picture{
	width: 1000px;
	height: 1000px;
	margin: 0 auto;
	position: relative;
}
.picture img{
	position: absolute;
	left: 50%;
}
.picture1{
	top:0;
	margin-left: -450px;
}
.picture2{
	top:130px;
	margin-left: 110px;
	width: 280px;
}
.picture3{
	top:370px;
	margin-left: 130px;
	width: 300px;
}
.picture4{
	top:320px;
	margin-left: -150px;
	width: 300px;
}
.picture5{
	top:650px;
	margin-left: -240px;
}
.button-picture {
	margin: 0 auto 180px;
	text-align: center;
	width: 700px;
}
.button-picture p{
	font-size: 3rem;
}
.button-picture a{
	padding: 5px 0;
	display: block;
	color: #fff;
	background-color: #000;
	text-decoration: none;
}
.button-picture a:hover{
	background-color: red;
	color: #000;
}
.picture-menu-wrap{
	width: 1000px;
	margin: 0 auto 150px;
	display: flex;
	justify-content: space-between;
    overflow: hidden;
	position: relative;
}
.picture-menu-inner{
	width: 45%;
}
.picture-menu-img img{
	margin-left: 80px;
	width: 350px;
	position: relative;
	z-index:1;
}
.picture-text{
	margin-top: -80px;
}
.picture-p p{
	font-size: 5rem;
	font-weight: bold;
	margin-bottom: -20px;
	position: relative;
	z-index:10;
}
.button-p{
	width: 350px;
	text-align: center;
	background-color: #000;
	position: relative;
	z-index:100;
}
.button-p a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 2rem;
	padding: 5px 0;
}
.button-p a:hover{
	background-color: red;
	color: #000;
}
.effect-fade {
　animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*pc-Career*/
.career{
	max-width: 900px;
	height: 950px;
	margin: 0 auto 50px;
}
.career h2{
	font-size: 3rem;
	margin-bottom: 25px;
}
.career p{
	font-size: 2.2rem;
}
.career-h{
	margin-top: 30px;
	margin-bottom: 5px;
	border-bottom: solid 1px #000;
	border-left: solid 15px #000;
	padding-left: 10px;
}
.career dt{
	font-size: 1.6rem;
	width: 15%;
	clear: both;
	float: left;
}
.career dd{
	font-size: 1.6rem;
	float: left;
}
.backgroud span{
	display: block;
	border-top:1px #000 solid;
	width: 300px;
	margin: 0 auto;
	font-size: 3rem;
}

/*フッターの設定*/
.footer{
	background: #000;
	color: #fff;
	height: 60px;
}
.footer p{
	text-align: center;
	display: block;
	padding-top: 20px;
}
small{ font-size: 1.4rem;}

.photographer{
	border-bottom: solid 1px #fff;
}

/*pc-pagetop*/
.pagetop{ 
	position: fixed; bottom: 10px; right: 30px;
	background: #000;
	width: 60px;
	height: 40px;
	border-bottom:none;
}
.pagetop a{
	padding-top: 25px;
	background: url(./img/pagetop.png) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: 1000%;
	white-space: nowrap;
}

@media only screen and (min-width: 641px) {
	.mobi_only { display: none;}
	.sm-only{ display: none;}
}

@media only screen and (min-width: 1026px){
	#nav-drawer{
		display: none;
	}
	.menu-mobile{
		display: none;
	}
}

/*-------------------------スマホ----------------------------*/
@media screen and (max-width:640px){
	.pc_only { display: none;}
	.sm-only{display: block;}
	
	/*スマホ-index*/
	.menu {
		display: none;
	}
	.main img{
	width: 100%;
	margin-top: 55%;
	left:0%;
	position: relative;
	}
	.menu-mobile{
		position: fixed;
		width: 100%;
		margin:0px auto 0;
		padding: 0px;
		background-color: #fff;
		opacity: 0.7;
		border-top:2px solid #000;
		bottom: 0;
		z-index: 1000;
	}
	.menu-mobile ul{
		display: flex;
		list-style: none;
		justify-content: space-between;	
	}
	.menu-mobile ul li{
		text-align: center;
		width: 20%;
		font-size: 2rem;
	}
	.menu-mobile ul li i{
		font-size: 2rem;
	}
	.menu-mobile ul li span{
		display: block;
	}
	.menu-mobile ul li a{
		padding-top: 10px;
		padding-bottom: 5px;
		display: block;
		color: #000;
		text-decoration: none;
	}
	.menu-mobile ul li a:hover{
		color: #000;
	}
	.red-m a{
		color: red !important;
	}
	/*pc-header*/
	.page-header{
		display: none;
	}
	/*スマホWorks*/
	.works{
	width: 100%;
	}
	.main-nav{
	display: none;
	}
	.works ul{
	margin-top: 0px;
	margin-bottom: 30px;
	display: inherit;
	padding: 0 10px;
	}
	.works ul li{
		margin-bottom: 20px;
	}
	.works ul li a:hover{
	color: #000;
	}
	.works h1{
		padding-left: 10px;
		padding-top: 30px;
		margin-top: 0px;
		margin-bottom: 30px;
		font-size: 3.9rem;
	}
	.works h2{
		margin-bottom: 30px;
		font-size: 2rem;
		padding-top: 20px;
		padding-bottom: 5px;
		padding-left: 10px;
	}

	.works-future .title{
		font-size: 2.8rem;
		float: none;
		margin-left: 10px;
	}
	.works-future .period{
		font-size: 2rem;
		padding-top: 10px;
		margin-bottom: 15px;
		margin-left: 10px;
	}
	.works-future .explanation{
		font-size: 1.7rem;
		margin: 0 10px 50px;
	}
	.works-future img{
		margin-bottom: 10px;
	}
	.past-img{
		width: 100%;
		float: inherit;
		margin-bottom: 15px;
	}
	.caption-past{
		width: 100%;
		float: inherit;
		padding: 0px 10px 10px;
		margin-bottom: 15px;
	}
	.works-past .period{
		margin-bottom: 0px;
		font-size: 1.8rem;
		display: inline-block;
		padding: 2px 10px;
		float: inherit;
	}
	.works-past .title{
		display: inherit;
		font-size: 2.8rem;
		padding-left: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.past-margin{
		margin-bottom: 50px;
	}
	.explanation{
		font-size: 1.6rem;
	}
	.works .box_list{
		padding: 40px 0px 10px;
		margin-bottom: 40px;
	}
	.works .box_list ul{
	margin-bottom: 0;
	}
	.works .box_list3 ul li{
			width: 46%;
			margin: 0 2% 0px;}
	.backgroud h2{
		margin-bottom: 0;
		padding-left: 0;
	}
	.backgroud span{
	width: 220px;
	font-size: 3rem;
	}
	.works-other .title{
		font-size: 2rem;
	}
	.works-other .period{
		font-size: 1.2rem;
	}
	
	/*works高さ*/
	.single_height li{
	min-height: 220px;
	}
	
	/*スマホBlog*/
	.blog-box .box_list{
		width: 100%;
		padding: 30px 10px 0;
	}
	.blog-box .box_list ul li{
		float: inherit;
	}
	.blog-box .box_list ul li .txt_area h2{
		font-size: 2rem;
	}
	.blog-box .box_list ul li .txt{
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	.blog-box .box_list ul li .date{
		font-size: 1.6rem;
	}
	.box_list2 ul{
		display: inherit;
	}
	.box_list2 ul li{
			width: 100%;
			margin-bottom: 50px;
	}
	.blog{
		margin: 0 auto;
		width: 100%;
	}
	.blog h1{
		padding-left: 10px;
		padding-top: 20px;
		margin-top: 0px;
		margin-bottom: 10px;
		font-size: 3.9rem;
		font-weight: 600;
	}
	.blog span{
		display: block;
		font-size: 1.2rem;
		padding-left: 0px;
	}
	
	/*スマホAbout*/
	.statement{
		padding-top: 50px;
		margin-top: 0px;
		margin-bottom: 50px;
	}
	.statement p{
		font-size: 3.84vw;
		padding: 10px 0;
	}
	.statement-img{
		margin-top: 40px;
	}
	.statement-img img{
		width: 70vw;
	}
	.picture{
		width: 90vw;
		height: 200vw;
		margin-bottom: -60px;
	}
	.picture1{
		width: 60vw;
		margin-left: -33vw;
	}
	.picture2{
		top:30vw;
		margin-left: 0px;
		width: 41vw;
	}
	.picture3{
		top:90vw;
		margin-left:-20vw;
		width: 45vw;
	}
	.picture4{
		top:70vw;
		margin-left: -40vw;
		width: 41vw;
	}
	.picture5{
		top:135vw;
		margin-left:0;
		width: 100%;
		position: relative !important;
		left: 0 !important;
	}
	.button-picture{
		width: 80vw;
		margin-bottom: 80px;
	}
	.button-picture p{
		font-size: 2rem;
		padding:  0;
	}
	.picture-menu-wrap{
		width: 100%;
		margin: 0 auto 50px;
		display: inherit;
	}
	.picture-menu-inner{
		width: 90vw;
		margin: 0 auto 50px;
	}
	.picture-menu-img img{
		margin: 0;
		width: 100%;
	}
	.picture-p p{
		font-size: 5rem;
		margin-left: 15px;
		margin-bottom: -20px;
		text-align: left;
	}
	.left-text{
		margin-left: -23px;
	}
	.button-p{
		width: 80vw;
		margin: 0 auto;
	}
	
	/*スマホ-Career*/
	.career{
		width: 100%;
		height: auto;
		padding: 0 10px;
		margin: 0 auto 50px;
	}
	.career dt{
		width: 100%;
		clear: both;
		float: inherit;

	}
	.career dd{
		float: inherit;
		font-size:  1.5rem;
	}
	
	/*モバイル-pagetop*/
	.pagetop{ 
		display: none;
		background: none;
	}
	.pagetop a{
		display: none;
	}
	
	/*スマホフッターの設定*/
	.footer{
		height: 120px;
	}
	.footer.photographer{
		height: 60px;
	} 
	
}

/*--------------------タブレット---------------------*/
@media screen and (min-width: 641px) and (max-width:1025px){
	.mobi_only { display: none;}
	
	/*pc-index*/
	.wrap{
		width: 100%;
	}
	.main img{
		width: 80vw;
		position: relative;
		top: 150%;
		left: 12%;
		text-align: center;
	}
	
	/*pc-header*/
	.page-header{
		display: none;
	}
	
		/*スマホ-index*/
	.menu {
		display: none;
	}
	.menu-mobile{
		position: fixed;
		width: 100%;
		margin:0px auto 0;
		padding: 0px;
		background-color: #fff;
		opacity: 0.7;
		border-top:2px solid #000;
		bottom: 0;
		z-index: 1000;
	}
	.menu-mobile ul{
		display: flex;
		list-style: none;
		justify-content: space-between;	
	}
	.menu-mobile ul li{
		text-align: center;
		width: 20%;
		font-size: 3rem;
	}
	.menu-mobile ul li i{
		font-size: 3rem;
	}
	.menu-mobile ul li span{
		display: block;
	}
	.menu-mobile ul li a{
		padding-top: 10px;
		padding-bottom: 5px;
		display: block;
		color: #000;
		text-decoration: none;
	}
	.menu-mobile ul li a:hover{
		color: #000;
	}
	.red-m a{
		color: red !important;
	}

	/*pc-works*/
	.works{
		width: 100%;
	}
	.works ul li a:hover{
	color: #000;
	}
	.works ul{
		padding-left: 25px;
	}
	.works h1{
		padding-top: 50px;
		margin-top: 0;
		padding-left: 25px;
	}
	.works h2{
		padding-left: 25px;
	}
	.works-future .title{
		padding-left: 25px;
		float: inherit;
	}
	.works-future .period{
		padding-left: 25px;
	}
	.works-future .explanation{
		padding: 0 25px;
	}
	.past-img{
		padding-right: 25px;
	}
	.caption-past{
		padding: 0px 15px 10px 0;
	}
	.works-past .period{
		margin-bottom: 10px;
		margin-left: 25px;
		font-size: 1.8rem;
		display: inline-block;
		padding: 2px 10px;
		float: left;
	}
	.works-past .title{
		display: inline-block;
		font-size: 2.8rem;
		padding-left: 25px;
		margin-top: -5px;
		margin-bottom: 10px;
	}
	.works-past .explanation{
		padding-left: 25px;
		font-size: 1.8rem;
	}
	.works .box_list ul{
	padding-left: 0;
	}
	.backgroud h2{
		padding-left: 0;
	}
	
	/*ナビ*/
	.main-nav{
	display: none;
	}
	#nav-drawer{
		display: inherit;
	}
	.menu-mobile{
		display: inherit;
		width: 100%;
		margin:0px auto 0;
		padding: 0px;
		background-color: #fff;
	}
	.menu-mobile ul{
		margin-top: 0px;
		text-align: center;
		list-style: none;
		border-top: 2px solid #000;
	}
	.menu-mobile ul li{
		padding-top:0px;
		padding-bottom: 5px;
		font-size: 3.5rem;
		border-bottom: 2px solid #000;
	}
	.menu-mobile ul li span{
		display: block;
		font-size: 1.4rem;
		margin-top: -5px;
	}
	.menu-mobile ul li a{
		padding: 0px;
		color: #000;
		text-decoration: none;
	}
	
	/*タブレット-about*/
	.picture{
		width: 100%;
		height: 1000px;
		margin: 0 auto;
		position: relative;
	}
	.picture1{
		top:0;
		margin-left: -360px;
	}
	.picture2{
		top:130px;
		margin-left: 90px;
		width: 280px;
	}
	.picture3{
		top:370px;
		margin-left: 40px;
		width: 300px;
	}
	.picture4{
		top:320px;
		margin-left: -200px;
		width: 300px;
	}
	.picture5{
		top:650px;
		margin-left: -180px;
	}
	.button-picture{
		margin: 0 auto 150px;
	}
	.picture-menu-wrap{
		width: 100%;
		padding: 25px;
		margin: 0 auto 130px;
	}
	.picture-menu-inner{
		width: 45vw;
	}
	.picture-menu-img img{
		margin: 0 25px;
		width: 40vw;
	}
	.picture-p p{
		font-size: 5rem;
		margin-left: 0px;
		margin-bottom: -20px;
	}
	.button-p{
		width: 45vw;
		margin: 0 auto;
	}
	
	/*pc-Career*/
	.career{
		width: 100%;
		height: auto;
		padding: 0 25px;
		margin: 0 auto 50px;
	}
	.career dt{
		width: 100%;
		clear: both;
		float: inherit;

	}
	.career dd{
		float: inherit;
	}
	
	/*pc-about*/
	.statement{
		padding-top: 120px;
		margin-top: 0px;
	}

	/*box-list/スマホ-blog*/
	.blog h1{
		padding-top: 40px;
		margin-top: 0;
		margin-bottom: 10px;
		padding-left: 110px;
	}
	.blog span{
		font-size: 1.9rem;
	}
	
		/*スマホBlog*/
	.blog-box .box_list{
		width: 600px;
		padding: 30px 50px 0;}
	.blog-box .box_list ul li{
		float: inherit;
	}
	.blog-box .box_list ul li .txt_area h2{
		font-size: 2rem;
	}
	.blog-box .box_list ul li .txt{
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	.blog-box .box_list ul li .date{
		font-size: 1.6rem;
	}
	.box_list2 ul{
		display: inherit;
	}
	.box_list2 ul li{
			width: 100%;
			margin-bottom: 50px;
	}
	.blog{
		margin: 0 auto;
		width: 100%;
	}
	
	/*worksの高さ*/
	.single_height li{
	min-height: 300px;
	}
	
	/*モバイル-pagetop*/
	.pagetop{ 
		display: none;
		background: none;
	}
	.pagetop a{
		display: none;
	}
	
	/*モバイルフッターの設定*/
	.footer{
		height: 140px;
	}
	.footer.photographer{
		height: 60px;
	} 
	
}
