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

body {
  margin: 0;
  padding: 0;
  background-color: #cccccc;
  color: #333333;
  font-size: 15px;
  line-height: 2;
}
p,h1,h2,h3,h4,h5,h6{
	margin: 0;
	
}
img {
	  vertical-align: bottom;
}
ul {
	margin: 0;
	padding: 0;
}
a {
	color: #3583aa;
	text-decoration:none; 
}
a:visited {
	color: #788d98;
	}
a:hover {
	  text-decoration: underline;
}
header {
	width: 960px;
	height: 100px;
	margin: 0 auto;
}
.logo {
	  float: left;
	  margin: 50px;
}
.global-nav {
	float: right;
	margin-top: 60px;
}
.global-nav li{
	float: left;
	margin: 0 20px;
	font-size: 20px;
	list-style: none;
	font-family: 'Bitter', serif;
}
.global-nav li a {
	  color: #ffffff;
}
.global-nav li a:hover {
	border-bottom: 2px solid #ffffff;
	padding-bottom: 3px;
	text-decoration: none;
}
#wrap{
	  clear: both;
	background-color:#FFFFFF;
	margin-top: 220px;
	padding: 35px 0;
}
.content {
	width: 960px;
	margin: 0 auto;
}
footer {
	text-align: center;
	color: #ffffff;
	padding: 20px 0;
}
footer small {
	font-size: 15px;
	font-family: 'Bitter', serif;
	text-align: center;
}
h1 {
	font-family: 'Bitter', serif;
	font-size: 36px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}
h2{
	font-family: 'Bitter', serif;
	font-size: 24px;

}
#index h1 {
	font-size: 100px;
	line-height: 1;
	color: #ffffff;
	font-family: 'Bitter', serif;
	margin-bottom: 50px;
	border: none;#
}
#index .content {
	margin-top: 150px;
}
#index p {
	font-size: 16px;
	color: #ffffff;
	line-height: 1.5;
	margin: 10px;
	}
.btn a {
	background-color: #009cd3;
	color: #ffffff;
	font-size: 20px;
	font-family: 'Bitter', serif;
	width: 185px;
	display: block;
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
	border-radius: 5px;
	border: 3px solid #009cd3;
}
.btn a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #009cd3;
}
#index footer {
	width: 960px;
	margin-top: 150px auto 0 auto;
	text-align: left;
}
#index {
	background-image: url(../images/nyu-ji_0.png) ;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size:cover;
}
#about{
	background-image: url(../images/nyu-ji_3.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: 100vw auto;
 }
#portfolio{
	background-image: url(../images/nyu-ji_1.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-attachment: fixed;
	background-size: contain;
}
#photograph{
	background-image: url(../images/nyu-ji_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: 100% auto;
}
#video {
	background-image: url(../images/bg-video.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: 100% auto;
}
#contact {
	background-image: url(../images/nyu-ji_4.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: 100% auto;
}

.main-center{
	width: 940px;
	margin: 0 auto;
}
.icon:before{
	content: "";
	padding-right: 10px;
	border-left:7px solid #9cb4a4;
}
#about .profile-txt{
	width: 540px;
	float: left;
}
#about .profile-txt span{
	font-weight: bold;
}
#about .profile-image{
	float: right;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
section{
	margin-bottom: 35px;
}
#about .career th{
	width: 240px;
	background-color: #f0f0f0;
	padding: 12px 0;
	border: 1px solid #cccccc;
}
#about .career td{
	width: 660px;
	padding: 12px 20px;
	border: 1px solid #cccccc;
	
}
table{
	border-spacing: 0;
	border-collapse: collapse;
}
footer{
	text-align: center;
	color: #ffffff;
	padding: 20px 0;
	background-color: #767671;
}

#index #wrap{
	background-color: transparent;
	margin: 0;
	padding: 0;
	
}
#index footer{
	width: 960px;
	margin: 150px auto 0 auto;
	text-align: left;
	background-color: transparent;
}
.main{
	width: 700px;
	margin: 0 10px;
	float: left;
}
.sidebar{
	width: 200px;
	margin: 0 10px 0 30px;
	float: right;
	font-family: 'Bitter', serif;
}
a img:hover{
	opacity: 0.8;
}
.sidebar h2{
	margin-bottom: 10px;
}
.sidebar ul{
	font-size: 16px;
	margin-left: 20px;
}
.sidebar ul a {
	color: #333333;
}
#photograph .photograph-list li{
	float: left;
	list-style: none;
	margin: 0 20px 15px 0;
}
#photograph .photograph-list li:nth-child(3n){
	margin-right: 0;
}
#contact .access table {
	float: left;
}
#contact .access th,
#contact .access td {
	text-align: left;
	vertical-align: top;
	line-height: 2.5;
}
#contact .access td {
	padding-left: 30px;
}
#contact .access iframe {
	width: 460px;
	float: right;
}
#contact .form {
	background-color: #eaeaea;
	padding: 30px 50px;
}
#contact .form dl dt {
	width: 165px;
	padding: 10px 0;
	float: left;
	clear: both;
}
#contact .form dl dd {
	padding: 10px 0;
}
#contact .form .name {
	width: 240px;
	height: 30px;
}
#contact .form .email {
	width: 300px;
	height: 30px;
}
#contact .form .tel {
	width: 240px;
	height: 30px;
}
#contact .form .type {
	width: 180px;
	height: 30px;
}
#contact .form .message {
	width: 660px;
	height: 150px;
}
#contact .form button {
	background-color: #009cd3;
	color: #ffffff;
	font-size: 20px;
	width: 120px;
	display: block;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	border: 3px solid #009cd3;
	margin-left: 165px;
}
#contact .form button:hover {
	background-color: #ffffff;
	color: #009cd3;
	cursor: pointer;
}
#contact .form .required:after {
	coutent:"*";
	color: #ff000000;
}
#contact .form .attention {
	margin: 20px 0 0 165px;
}


/* スマートフォン用CSS
----------------------------------------*/

@media screen and (max-width:375px) {
  /* 画面サイズが375px以下の場合に適用 */

  body {
	width: auto;
	height: auto;
    font-size: 3.5vw;
  }

  h1 {
    font-size: 7.2vw;
  }

#index #wrap .content h1 {
	font-size: 8vw;
	text-align: center;
	}
	
#contact #wrap .content h1 {
	text-align:center;
	}
  h2 {
    font-size: 5vw;
  }

  h2 img {
    max-width: 100%;
  }

  header {
    width: auto;
    margin: 0 5%;
  }

  .logo {
    float: none;
    margin-top: 20px;
    text-align: center;

  }
	
 .logo img{
	width: 60vw;
	height: auto;
	}

  .global-nav {
    float: none;
    margin-top: 40px;
    text-align: center;
  }

  .global-nav li {
    display: inline;
    float: none;
    margin: 0 8px;
  }

  #wrap {
    margin-top: 40px;
    padding: 35px 0 0;
  }

  .content {
    width: 100%;
  }

  .main {
    float: none;
    width: auto;
    margin: 0 5%;
  }

  .sidebar {
    float: none;
    width: auto;
    margin: 0;
    padding: 30px 10% 10px;
    background-color: #f7f6f4;
  }


  #about {
    background-image: url(../images/nyu-ji_3-sp.jpg);
  }
	
	
  #portfolio {
    background-image: url(../images/bg-portfolio-sp.jpg);
  }
	
	
  #contact{
    background-image: url(../images/nyu-ji_4-1.png);
	  min-height: 100%;
	  min-width:  100%;
  }
	

.main-center {
	width: auto;
	margin: auto;
	margin: 0 5%;
}
	
	
.main-center table {
	font-size: 5vw;
	line-height: 1;
}
	
	
	
#about .profile-txt{
	width: auto;
	float: none;
	margin-bottom: 10px;
}
#about .profile-image{
	float: left;
	width: 95vw;
	height: auto;
}
section{
	margin-bottom: 35px;
}

	
#contact .access table {
	width: auto;
	height: auto;
}
#contact .access th, td {
	width: auto;
	height: auto;
			
}
#contact .access iframe {
	display: block;
	clear: both;
	margin-left: 10px;
	padding: 10px;
	width: auto;
	height: auto;
}

#contact .form {
	background-color: #eaeaea;
	margin: 0;
	padding: 10px 10px;
}
	
	
#contact .form {
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px;
}
#contact .form dl dt {
	float: left;
	clear: both;
	margin: 0;
	padding: 0px;
	font-size: 4vw;
}
#contact .form dl dd {
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px;
	font-size: 4vw;
}
#contact .form button {
	background-color: #009cd3;
	color: #ffffff;
	font-size: 20px;
	width: 120px;
	display: block;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	border: 3px solid #009cd3;
	margin-left: 10px;
}
#contact .form button:hover {
	background-color: #ffffff;
	color: #009cd3;
	cursor: pointer;
}
#contact .form .required:after {
	coutent:"*";
	color: #ff000000;
}
#contact .form .attention {
	margin: 10px 10px 10px 10px;
}
#contact .form .name {
	width: 220px;
	height: 30px;
}
#contact .form .email {
	width: 220px;
	height: 30px;
}
#contact .form .tel {
	width: 220px;
	height: 30px;
}
#contact .form .type {
	width: 220px;
	height: 30px;
}
#contact .form .message {
	width: 260px;
	height: 150px;
}
	
}

	



