body{
	margin: 0;
	font-family: "游ゴシック",YuGothic,sans-serif;
	background-color: white;
}

p{
	margin: 0;
}

image{
	margin: 0;
	width: 20%;
}

h{
margin: 0;
}

/*　ハンバーガーメニューボタン　*/
.hamburger {
	display : block;
	position: fixed;
	z-index : 3;
	right : 20px;
	top   : 20px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
  }
  .hamburger span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : #BBBBBB;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
	top: 10px;
  }
  .hamburger span:nth-child(2) {
	top: 20px;
  }
  .hamburger span:nth-child(3) {
	top: 30px;
  }
  
  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :#fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
	top: 16px;
	background :#fff;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
  }
  
  /* メニュー背景　*/
  nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #fff;
	background: rgba( 71,70,73,0.6 );
	text-align: center;
	width: 100%;
	transform: translateX(100%);
	transition: all 0.6s;
  }
  
  nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
  }
  
  nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
	background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
	display: block;
	color: #fff;
	padding: 2em 0;
	text-decoration :none;
  }
  
  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
	opacity: 100;
	display: block;
	 transform: translateX(0%);
  }

.yazirusi{
	width: 5%;
	display: block;
	position: fixed;
	text-align: right;
	padding-bottom: 5px;
	right: 0;
	bottom: 0;
}

@media screen and (max-width:600px) {
	.hamburger {
		display : block;
		position: fixed;
		z-index : 3;
		right : 10px;
		top   : 10px;
		width : 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
	  }

	  nav.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 1em 0;
		text-decoration :none;
	  }
	
	.yazirusi{
		width: 10%;
		display: block;
		position: fixed;
		text-align: right;
		padding-bottom: 1px;
		margin-right: -8px;
		right: 0;
		bottom: 0;
	}
}

.mainsyokai{
	background-image: url( ../image/main_image.jpg );
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.whitebox{
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	display: block;
}/*白い正方形*/

.tytle{
	font-size: 38px;
	padding-top: 40px;
	margin-left: 5%;
	margin-right: auto;
	text-align: left;
	line-height: 50px;
	color: #DF5D2F;
	font-family: Didot;
	font-weight: 500;
} /*GGP2022メンバーのタイトル*/

@media screen and (max-width:600px){
	.tytle{
		font-size: 40px;
		line-height: 35px;
		padding-bottom: 10px;
	}

	.whitebox{
		width: 35%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
		display: block;
	}/*白い正方形*/
}



.sub{
	width: 20%;
	padding-top: 13px;
	padding-right: 30px;
}/*学科名*/

.subfont{
	color: #DF5D2F;
	text-align: left;
	font-size: 20px;
	
}

@media screen and (max-width:600px){
	.sub{
	width: 100%;
	font-size: 18px;
	margin-right: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	}

	.subfont{
		font-size: 16px;
	}
}

.honbun{
	line-height: 20px;
	padding-bottom: 10px;
	color: #505050;
}

@media screen and (max-width:600px) {
	.honbun{
	line-height: 25px;

	}
}

.wrap{
	width: 90%;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	border-top: 0.5px #C8C8C8 solid;
}


@media screen and (max-width:600px){
	.wrap{
		display: block;
		margin: 0;
		margin-left: 10px;
		margin-right: 10px;
		width: calc(100%-20px);
	}
}

.box1{
	width: 100%;
	padding: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

@media screen and (max-width:600px) {
	.box1{
		border-top: 0.5px #C8C8C8 solid;
		line-height: 30px;
		font-size: 14px;
		
	}
}

.glasssenkou{
	padding-bottom: 10px;
}

.sen{
	
	padding-top: 10px;
	margin-top: 10px;
}

.box2{
	width: 100%;
	padding: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	
}

@media screen and (max-width:600px){
	.glasssenkou{
		padding-bottom: 10px;
		font-size: 12px;
		line-height: 22px;
	}
	
	.box2{
		border-top: 0.5px #C8C8C8 solid;
		width: calc(100%-20px);
	}
}

.ska{
	margin-bottom: 10px;
	display: flex;
	padding-bottom: 10px;
}

.ska a {
	color: black;
}

.design{
	
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	display: flex;
}

.design a {
	color: black;
}

.program{
	
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	display: flex;
}

.program a {
	color: black;
}

.kouhou{
	
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	display: flex;
}

.kouhou a {
	color: black;
}

.tenji{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	display: flex;
}

.tenji a {
	color: black;
}

.kiroku{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	display: flex;
}

.kiroku a {
	color: black;
}

@media screen and (max-width:600px){
	.ska{
		font-size: 12px;
		margin-bottom: 0px;
	}

	.design{
		font-size: 12px;
		margin-top: 0px;
	}

	.program{
		font-size: 12px;
		margin-top: 0px;
	}

	.kouhou{
		font-size: 12px;
		margin-top: 0px;
	}

	.tenji{
		font-size: 12px;
		margin-top: 0px;
	}

	.kiroku{
		font-size: 12px;
		margin-top: 0px;
	}

	.sen{
		font-size: 12px;
		margin-top: 0px;
		padding-bottom: 10px;
	}
}

.syuwa{
	display: flex;
}

.project{
	padding-top: 10px;
	margin-top: 10px;
}

.box3{
	width: 100%;
	padding: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

@media screen and (max-width:600px){
	.box3{
		border-top: 0.5px #C8C8C8 solid;
	}
}

.img{
	width: 90%;
	padding-left: 10px;
	right: 0;
	text-align: right;
}

.bun{
	padding-right: 10px;
	width: 100%;
	font-size: 16px;
	font-weight: 300;
}

@media screen and (max-width:600px) {
	.bun{
		font-size: 10px;
		line-height: 20px;
		padding-right: 0px;
	}

	.img{
		width: 90%;
		position: relative;
		right: 0;
		text-align: right;
		margin-left: 3%;
		margin-right: 0;
	}
}

.kuwasiku1{
	width: 100px;
	padding-top: 10px;
}

.flex{
	display: flex;
	border-top: 0.5px #BBBBBB solid;
	padding-top: 20px;
}

.flex1{
	display: flex;
}

@media screen and (max-width:600px){
	.kuwasiku1{
		width: 80px;
		padding-top: 0px;
	}

	.project{
		font-size: 14px;
	}
}