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


/* ALL
==========================================*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 20px;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}


.wrap-main {
	max-width: 310px;
	margin: 0 auto;
}

.wrap-sub {
	max-width: 350px;
	margin: 0 auto;
}

.wrap-sub h2 {
	color: #356C66;	
	margin-bottom: 20px;
}

.mark img {
	margin: auto;
	margin-bottom: -100px;
	
}

@media screen and (min-width : 600px){
	.wrap-main {
		max-width: 455px;
	}
	
	.wrap-sub {
		max-width: 485px;
		padding: 0 20px
	}
}


.button a {
	margin-top: 60px;
	margin-bottom: 80px;
	display: block;
	width: 100%;
	height: 62px;
	border-radius: 100px;
	background-color: #3D7068;
	text-decoration: none;
	text-align: center;
	line-height: 62px;
	color: #fff;
	transition: all 0.3s ease;
	position: relative;
	box-shadow: 2px 4px 6px rgba(0,0,0,0.31);
}

.button a:hover {
	background-color: #3DA387;
}

.button a::after {/*ボタン右側の▲*/
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #FFF; /* 色とサイズ調整可 */
}

/* header
==========================================*/
header {
	position: fixed;
	z-index: 100;
	width: 100%;
	padding: 12px 0;
}

.nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

h1 a {
	display: block;
	text-decoration: none;
	color: #3D7068;
	font-size: 16px;
}


/* main
==========================================*/
section {
	padding: 40px 0;
}

section h2 {
	font-size: 24px;
	margin-bottom: -60px;
}

/* MV
==========================================*/
#MV {
	padding: 0;
	margin-bottom: 40px;
	height: 100vh;
	max-height: 1500px;
	background: #555;
	background-image: url("images/mv.jpg");
	background-size: cover;
	background-position: center center;
}

@media screen and (min-width : 600px ){
	#MV {
		max-width: 525px;
		margin: 0 auto;
	}
}

/* Works
==========================================*/
.wrap-main img {
	margin: auto;
	margin-top: 80px;
}

.wrap-main h2 {
	text-align: center;
	color: #3D7068;
}

.wrap-main h3 {
	color: #3D7068;
}

.wrap-main h4 {
	font-size: 14px;
	color: #B1B1B1;
	margin-bottom: 8px;
}
 
.work_container {
	margin-bottom: 24px;
}

.work_container a {
	text-decoration: none;
	color: #000;
}

.work_container img {
	margin-bottom: 8px;
}

.work_container h3 {
	color: #356C66;
	font-size: 16px;
	font-weight: normal;
}
.work_container h4 {
	color: #B1B1B1;
	margin-bottom: 2px;
}

.work_container h5 {
	font-size: 14px;
	font-weight: normal;
	color: #B1B1B1;
}

.wrap-main hr {
	margin-top: 100px;
	margin-bottom: -100px;/*区切り線の設定忘れるな*/
}


/* Profile
==========================================*/
#profile h2 {
	margin-bottom: -30px;
}

#profile h5 {
	font-size: 12px;
	text-align: center;
	color: #B1B1B1;
	margin-top: 33px;
	margin-bottom: 10px;
}

#profile h3 {
	font-size: 20px;
	text-align: center;
	margin: 16px 0;
	margin-bottom: 28px;
}

#profile h6 {
	font-size: 12px;
	color: #8F985E;
	margin-bottom: 31px;
}

#profile p {
	font-size: 14px;
	color: #3D7068;
}

#profile hr {
	margin-top: 70px;
}

.contact-img {
	margin-top: 80px;
}

/* Contact
==========================================*/

#contact h2 {
	margin-top: -35px;
	margin-bottom: 50px;
}

#contact h3 {
	text-align: center;
	margin: 30px 0;
	margin-bottom: 24px;
}

#contact h5 {
	color: #3D7068;
	margin-bottom: 5px;
}

#contact p {
	margin-bottom: 24px;
	font-size: 14px;
	color: #3D7068;
}

#contact ul {
	list-style: none;
	font-size: 14px;
	color: #3D7068;
	margin-bottom: 24px;
}

#contact img {
	margin-top: 27px;
	margin-bottom: 30px;
}

#contact button {
	margin-bottom: px;/*ボタン下の設定忘れるな*/
}

/* footer
==========================================*/
footer {
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #C7CBB1;
	color: #FFF;
}

footer p {
	font-size: 14px;
}
