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

/* 共通部分
------------------------------------- */
html {
	font-size: 100%;
}
body {
	color: #707070;
	font-family: "Hiragino Kaku Gothic ProN";
	font-size: 1.125rem;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
li {
	list-style: none;
}
h2 {
	font-size: 2.25rem;
	margin-bottom: 39px;	
}
h2 span {
	padding-bottom: 16px;
	border-bottom: solid 5px red;
}
.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}

/* HEADER
------------------------------------- */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
h1 {
	display: inline-block;
	width: 224.49px;
	line-height: 45px;
	padding: 8px 0 7px 0;
	margin-left: 150px;
}
h1 a{
	display: block;
}
header ul {
	display: flex;
	padding: 20px 0;
	margin-right: 150px;
} 
header li {
	margin-left: 30px;
}
header li a {
	color: #707070;
}
nav {
	text-align: center;
}

/* MAIN
------------------------------------- */
#mainVisual {
	margin-bottom: 80px;
}
#mainVisual img {
	width: 100%;
	height: 599px;
	object-fit: cover;
}

/* MENU
-------------------------------------- */
#menu {
	margin: 0 150px;
}
#menu ul {
	display: flex;
	justify-content: space-evenly;
}
#menu li {
	width: 280px;
	margin: 89px 9px 0 10px;
}
#menu h3 {
	margin-top: 29px;
	margin-bottom: 28px;
	font-size: 1.75rem;
}
#menu .sen {
	font-size: 1.25rem;
}

/* ABOUT
-------------------------------------- */
#about {
	margin: 120px 150px 0;
}
#about .content{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	text-align: left;
}
#about img {
	width: 450px;
	height: 300px;
	margin-top: 39px;
	object-fit: cover;
}
#about h3 {
	font-size: 2rem;
}
#about #exp {
	font-size: 1.375rem;
	margin-top: 29px;
}
#about a {
	color: red;
}
#about #more {
	display: inline-block;
	margin-top: 35px;
	font-size: 1.125rem;
	text-transform: uppercase;
	padding: 12px 37.5px;
	border: solid 3px red;
	border-radius:30px;
}
footer {
	background: #D5D5D5;
	margin-top: 141px;
	width: 100%;
	height: 50px;
	display: flex;
  	justify-content: center;
  	align-items: center;
}
footer p {
	color: white;
	font-size: 0.75rem;
}

/* モバイル版
-------------------------------------- */
@media screen and (max-width: 600px) {
	header {
		flex-direction: column;
		align-items: center;
	}
	header h1 {
		display: inline-block;
		height: 35px;
		width: 174.6px;
		margin: 0 auto;
	}
	header img {
		
	}
	header ul {
		display: flex;
		margin: 0 auto;
	}
	header li {
		margin: 0 19px 0 18px;
	}
	#mainVisual img {
		height: 360px;
	}
	#menu {
		margin: 70px 48px 0;
	}
	#menu ul {
		flex-direction: column;
	}
	#menu li {
		width: 100%;
		margin-top: 26px;
		margin-bottom: 21px;
	}
	#menu h3{
		margin-top: 26px;
		margin-bottom: 0px;
	}
	#about {
		margin: 79px 15px 0;
	}
	#about .content {
		flex-direction: column;
		text-align: center;
	}
	#about .text{
		margin-right: 33px;
	}
	#about h3 {
		margin-top: 40px;
	}
	#about #exp {
		margin-top: 19px;
	}
	#about #more {
		margin-top: 20px;
	}
	#aboutImg {
		width: 100%;
	}
	footer {
		margin-top: 60px;
		height: 40px;
	}
	
	



}
