@charset "UTF-8";

/*
Theme Name: 
Description: 
*/





/*
 * --------------------------------------------------
 * 　common
 * --------------------------------------------------	
 */


* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

html {
	font-size: 10px;	
}

body {
	position: relative;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ",Verdana,Helvetica,sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #4a4a4a;
	line-height: 1.8em;
	background-color: #fff;
}

img {
	height: auto;
	border: none;
	vertical-align: bottom;
}

img.cover {
	object-fit: cover;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
}

a, a:hover, a:focus {
	text-decoration: none !important;
}

ul {
	list-style: none;
}

li {
	width: auto;
}

li a {
}

.flex {
  -js-display: flex;
  display: flex;
}

.clearfx:after {
	content: "";
	display: block;
	clear: both;
}

.maintenance {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	background-color: #d2fcfb;
/*
	background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(161,255,255,0.5) 11.3%, rgba(6,255,255,0.25) 41.2%, rgba(0,216,216,0.25) 77.8% );
	background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
	background-color: #f7cdcd;
*/
}




/*
 * --------------------------------------------------
 * 　メディアクエリー 移行アニメーション
 * --------------------------------------------------	
 */

* {
	transition-property: width, height, left, top, bottom, right, margin, padding, font-size, background;
	transition-duration: 0.8s;
}





/*
 * --------------------------------------------------
 * 　header
 * --------------------------------------------------	
 */

header {
	position: relative;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 80px;
	background-color: #fff;
}

header h1 {
	position: fixed;
	top: 15px;
	left: 50px;
}

header a {
	width: 100%;
	height: 100%;
}

header img {
	width: 90px;
	height: auto;
}

	@media screen and (max-width:1200px) {
	}
	@media screen and (max-width:768px) {

		header h1 {
			top: 16px;
			left: 28px;
		}
		header img {
			width: 38px;
		}
	}


header > nav > ul > li,
header > nav > ul > li > a {
}

header > nav > ul > li > a {
	margin-top: 10px;
	margin-right: 40px;
	font-size: 2.5rem;
	font-family: Helvetica, Verdana, sans-serif;
	color: #444;
	text-decoration: none;
/* 	background-color: #dd2e2e; */
}

	@media screen and (max-width:768px) {

		header > nav > ul > li > a {
			margin-right: 20px;
			font-size: 1.8rem;
		}
	}





/*
 * --------------------------------------------------
 * 　container
 * --------------------------------------------------	
 */

section {
	display: inline-flex;
  flex-flow: row wrap;
 	width: 100%;
}

section > img {
	width: 50%;
	height: auto;
}

	@media screen and (max-width:768px) {

		section {
			flex-direction: column;
		}
		section > img {
			width: 100%;
		}
	}





/*
 * --------------------------------------------------
 * 　about
 * --------------------------------------------------	
 */

section.about {
	margin: 100px 10% 0 50%;
	width: 40%;
	padding-bottom: 100px;
}
	@media screen and (max-width:768px) {
		section.about {
			margin: 40px auto;
			width: 86%;
		}
	}

section.about h1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 5rem;
}
	@media screen and (max-width:768px) {
		section.about h1 {
			text-align: center;
		}
	}

section.about > p {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1.3rem;
	line-height: 2.5rem;
}
	@media screen and (max-width:768px) {
		section.about > p {
			margin-top: 20px;
			margin-bottom: 60px;
			font-size: 1.4rem;
			line-height: 2.5rem;
		}
	}

section.about > figure {
	display: block;
	margin-top: 30px;
	padding-bottom: 100px;
}

section.about > figure img {
	width: 120px;
	height: auto;
}

	@media screen and (max-width:768px) {
		section.about > div,
		section.about > figure {
			text-align: center;
		}
		section.about > figure {
			padding-bottom: 60px;
		}
	}


div.introduction figure img {
	width: 120px;
	height: auto;
	border-radius: 50%;
}

div.introduction div {
	margin-top: 30px;
}

div.introduction div span {
	display: block;
	font-family: Helvetica,Verdana,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ",sans-serif;
}

div.introduction div span:nth-child(1) {
	font-size: 1.1rem;
}

div.introduction div span:nth-child(2) {
	margin-top: 7px;
	font-size: 1.4rem;
	letter-spacing: 0.3rem;
}

div.introduction div span:nth-child(3) {
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
}

div.introduction div p {
	line-height: 1.5rem;
}

div.introduction div p:nth-child(2) {
	margin-top: 20px;
}



