@charset "UTF-8";










/* -------------------- */
/* base */
/* -------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Helvetica Neue, Helvetica, Arial, '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height: 100%;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
	color: #fff;
	background: #00a583;
}

::selection {
	color: #fff;
	background: #00a583;
}

a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	border: none;
	vertical-align: text-bottom;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* HTML5 */
article, aside, figure, footer, header, nav, section {
	display: block;
}










/* -------------------- */
/* device */
/* -------------------- */

@media screen and (min-width: 921px) {

	.sp {
		display: none;
	}

} /* 921px - */



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

	.pc {
		display: none;
	}

} /* - 920px */









/* -------------------- */
/* wrapper */
/* -------------------- */

@media screen and (min-width: 2241px) {
	.wrapper { max-width: 2100px; margin: 70px auto 0; }
} /* 2241px - */

@media screen and (min-width: 2021px) and (max-width: 2240px) {
	.wrapper { max-width: 1880px; margin: 70px auto 0; }
} /* 2021px - 2240px */

@media screen and (min-width: 1801px) and (max-width: 2020px) {
	.wrapper { max-width: 1660px; margin: 70px auto 0; }
} /* 1801px - 2020px */

@media screen and (min-width: 1581px) and (max-width: 1800px) {
	.wrapper { max-width: 1440px; margin: 70px auto 0; }
} /* 1581px - 1800px */

@media screen and (min-width: 1361px) and (max-width: 1580px) {
	.wrapper { max-width: 1220px; margin: 70px auto 0; }
} /* 1361px - 1580px */

@media screen and (min-width: 1141px) and (max-width: 1360px) {
	.wrapper { max-width: 1000px; margin: 70px auto 0; }
} /* 1141px - 1360px */

@media screen and (min-width: 921px) and (max-width: 1140px) {
	.wrapper { max-width: 780px; margin: 70px auto 0; }
} /* 921px - 1140px */

@media screen and (min-width: 701px) and (max-width: 920px) {
	.wrapper { max-width: 560px; margin: 70px auto 0; }
} /* 701px - 920px */

@media screen and (max-width: 700px) {
	.wrapper { margin: 30px 30px 0; }
} /* - 700px */










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

@media screen and (min-width: 921px) {

	/* header */
	header h1,
	nav ul li {
		float: left;
		color: #111;
		font-size: 10px;
		line-height: 1em;
		text-align: center;
		letter-spacing: 0.1em;
	}

	header h1 a,
	nav ul li a {
		padding-top: 15px;
		border-top: #00a583 15px solid;
		display: block;
		color: #111;
		text-decoration: none;
		transition: opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	nav ul .current a {
		border-top: #111 15px solid;
	}

	header h1 a:hover,
	nav ul li a:hover {
		opacity: .7;
	}

	header h1,
	header h1 a {
		width: 250px;
	}

	nav {
		width: 375px;
		float: right;
	}

	nav ul {
		list-style: none;
	}

	nav ul li,
	nav ul li a {
		width: 75px;
	}

	nav ul li {
		float: left;
		margin-right: 75px;
	}

	nav ul li:last-child {
		margin-right: 0;
	}

	/* sns_area */
	.sns_area {
		width: 430px;
		height: 14px;
		margin: 62px auto 0;
	}

	.sns_area ul {
		width: 156px;
		float: left;
		list-style: none;
	}

	.sns_area ul li {
		float: left;
		margin-right: 35px;
		color: #111;
		font-size: 14px;
		line-height: 1em;
	}

	.sns_area ul li:last-child {
		margin-right: 0;
	}

	.sns_area ul li a {
		color: #111;
		text-decoration: none;
		transition: color .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.sns_area ul li a:hover {
		color: #585858;
	}

	.copy {
		width: 234px;
		float: right;
		color: #111;
		font-size: 10px;
		line-height: 1em;
		text-align: right;
		letter-spacing: 0.1em;
		transform: scale(0.8,0.8);
		transform-origin: 0 15px;
	}

	.menu {
		display: none !important;
	}

} /* 921px - */





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

	/* header */
	header {
		width: 100%;
	}

	header h1,
	.menu_button,
	.page_link li {
		color: #111;
		font-size: 10px;
		line-height: 1em;
		text-align: center;
		letter-spacing: 0.1em;
	}

	header h1 a,
	.menu_button a,
	.page_link li a {
		padding-top: 15px;
		border-top: #00a583 15px solid;
		display: block;
		color: #111;
		text-decoration: none;
	}

	.page_link .current a {
		border-top: #111 15px solid;
	}

	header h1 {
		float: left;
	}

	.menu_button {
		float: right;
	}

	.menu_button a {
		transition: border .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.menu_button .menuOpen {
		border-top: #111 15px solid;
	}

	/* menu */
	.menu {
		z-index: 1;
		display: none;
		opacity: 0;
		width: 100%;
		height: 100%;
		background: #f7fcfb;
		position: absolute;
		left: 0;
	}

	.page_link {
		list-style: none;
	}

	.page_link li {
		float: left;
	}

	.page_link li:last-child {
		margin-right: 0;
	}

	.sns_link {
		width: 156px;
		height: 14px;
		list-style: none;
	}

	.sns_link li {
		float: left;
		margin-right: 35px;
		color: #111;
		font-size: 14px;
		line-height: 1em;
	}

	.sns_link li:last-child {
		margin-right: 0;
	}

	.sns_link li a {
		color: #111;
		text-decoration: none;
	}

	.copy {
		color: #111;
		font-size: 10px;
		line-height: 1em;
		text-align: center;
		letter-spacing: 0.1em;
		transform: scale(0.8,0.8);
		transform-origin: center;
	}

} /* - 920px */

@media screen and (min-width: 701px) and (max-width: 920px) {

	header h1 {
		width: 340px;
	}

	.menu_button {
		width: 120px;
	}

	.menu {
		top: 170px;
	}

	.menu_inner {
		margin: 30px 30px 0;
	}

	.page_link {
		width: 560px;
		margin: 0 auto;
	}

	.page_link li {
		width: 120px;
		margin-right: 100px;
	}

	.sns_link {
		margin: 60px auto 0;
	}

	.copy {
		margin-top: 60px;
	}

} /* 701px - 920px */

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

	header h1 {
		width: 63%;
	}

	.menu_button {
		width: 26%;
	}

	.menu {
		top: 100px;
	}

	.menu_inner {
		margin: 30px 30px 0;
	}

	.page_link li {
		width: 26%;
		margin-right: 11%;
	}

	.sns_link {
		margin: 40px auto 0;
	}

	.copy {
		margin-top: 40px;
	}

} /* - 700px */

.icon_font {
	position: absolute;
	top: -9999px;
	left: -9999px;
}








/* -------------------- */
/* main_area */
/* -------------------- */

.loading {
	font-size: 0;
	line-height: 0;
	width: 15px;
	height: 15px;
	background: #00a583;
	animation-name: loading;
	animation-duration: 1s;
	animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	animation-iteration-count: infinite;
}

@keyframes loading {
	0% { opacity: 1 }
	50% { opacity: 0 }
	100% { opacity: 1 }
}

@media screen and (min-width: 701px) {
	.main_area {
		margin-top: 90px;
	}
} /* - 700px */

@media screen and (max-width: 700px) {
	.main_area {
		margin-top: 60px;
	}
} /* - 700px */

.contents {
	opacity: 0;
}

@media screen and (min-width: 701px) {
	.page {
		margin-bottom: 100px;
	}
} /* - 700px */

@media screen and (max-width: 700px) {
	.home {
		margin-bottom: 30px;
	}
	.page {
		margin-bottom: 80px;
	}
} /* - 700px */










/* -------------------- */
/* home */
/* -------------------- */

@media screen and (min-width: 701px) {
	.thumb {
		opacity: 0;
		width: 120px;
		height: 80px;
		float: left;
		margin: 0 100px 120px 0;
		position: relative;
		overflow: hidden;
	}

	.thumb img {
		position: absolute;
		top: -50%;
		left: 0;
		width: 120px;
		height: auto;
	}

	.thumb .landscape {
		top: 0;
	}

	.thumb a {
		height: 80px;
		display: block;
		transition: opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.thumb a:hover {
		opacity: .7;
	}

} /* 701px - */



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

	.home {
		width: 100%;
	}

	.thumb {
		opacity: 0;
		width: 26%;
		height: auto;
		float: left;
		margin: 0 11% 11% 0;
		position: relative;
		overflow: hidden;
	}

	.thumb:nth-child(3n) {
		margin-right: 0;
	}

	.thumb img {
		position: absolute;
		top: -50%;
		left: 0;
		width: 100%;
		height: auto;
	}

	.thumb .landscape {
		top: 0;
	}

	.thumb a {
		display: block;
		overflow: hidden;
	}

} /* - 700px */






@media screen and (min-width: 2241px) {
	.thumb { margin-right: 100px; }
	.thumb:nth-child(10n) { margin-right: 0; }
} /* 2241px - */

@media screen and (min-width: 2021px) and (max-width: 2240px) {
	.thumb { margin-right: 100px; }
	.thumb:nth-child(9n) { margin-right: 0; }
} /* 2021px - 2240px */

@media screen and (min-width: 1801px) and (max-width: 2020px) {
	.thumb { margin-right: 100px; }
	.thumb:nth-child(8n) { margin-right: 0; }
} /* 1801px - 2020px */

@media screen and (min-width: 1581px) and (max-width: 1800px) {
	.thumb { margin-right: 100px; }
	.thumb:nth-child(7n) { margin-right: 0; }
} /* 1581px - 1800px */

@media screen and (min-width: 1361px) and (max-width: 1580px) {
	.thumb { margin-right: 100px; }
	.thumb:nth-child(6n) { margin-right: 0; }
} /* 1361px - 1580px */

@media screen and (min-width: 1141px) and (max-width: 1360px) {
	.thumb { margin-right: 100px; }
	.thumb:nth-child(5n) { margin-right: 0; }
} /* 1141px - 1360px */

@media screen and (min-width: 921px) and (max-width: 1140px) {
	.thumb { margin-right: 100px; }
	.thumb:nth-child(4n) { margin-right: 0; }
} /* 921px - 1140px */

@media screen and (min-width: 701px) and (max-width: 920px) {
	.thumb { margin-right: 100px; }
	.thumb:nth-child(3n) { margin-right: 0; }
} /* 701px - 920px */









/* -------------------- */
/* single */
/* -------------------- */

@media screen and (min-width: 921px) {

	.single {
		width: 750px;
	}

	.single_area_01 {
		width: 500px;
		float: right;
	}

	.single_area_02 {
		width: 250px;
		float: left;
	}

	.single_area_01 p {
		margin-bottom: 40px;
		border: #f7fcfb 1px solid;
	}

	.single_area_01 p:last-child {
		margin-bottom: 0;
	}

	.single_area_01 p img {
		width: 100%;
		height: auto;
	}

	.single_area_01 p a {
		display: block;
		transition: opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.single_area_01 p a:hover {
		opacity: .7;
	}

	.single_area_02 p {
		color: #111;
		font-size: 11px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		margin-bottom: 1em;
	}

	.single_area_02 p b,
	.single_area_02 p strong {
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.05em;
	}

	.single_text_mb {
		margin-bottom: 2em !important;
	}

	.single_area_02 p a {
		padding-bottom: 2px;
		color: #111;
		text-decoration: none;
		border-bottom: #111 1px solid;
		transition: opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.single_area_02 p a:hover {
		opacity: .7;
	}

} /* 921px - */



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

	.single_area_01 {
		max-width: 640px;
		margin: 0 auto;
	}

	.single_area_01 p {
		margin-bottom: 40px;
		border: #f7fcfb 1px solid;
	}

	.single_area_01 p img {
		width: 100%;
		height: auto;
	}

	.single_area_01 p a {
		display: block;
	}

	.single_area_02 p {
		color: #111;
		font-size: 11px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		margin-bottom: 1em;
	}

	.single_area_02 p b,
	.single_area_02 p strong {
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.05em;
	}

	.single_text_mb {
		margin-bottom: 2em !important;
	}

	.single_area_02 p a {
		padding-bottom: 2px;
		color: #111;
		text-decoration: none;
		border-bottom: #111 1px solid;
	}

} /* - 920px */





/* -------------------- */
/* page title */
/* -------------------- */

@media screen and (min-width: 921px) {

	.page_title_area {
		width: 80px;
		float: left;
	}

	.page_title_area p {
		color: #111;
		font-size: 11px;
		line-height: 2;
		letter-spacing: 0.05em;
	}

} /* 921px - */



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

	.page_title_area {
		margin-bottom: 40px;
	}

	.page_title_area p {
		color: #111;
		font-size: 11px;
		line-height: 2;
		letter-spacing: 0.05em;
	}

} /* - 920px */





/* -------------------- */
/* profile */
/* -------------------- */

@media screen and (min-width: 921px) {

	.profile_area {
		margin-left: 40px;
		width: 430px;
		float: left;
	}

	.profile_area p {
		color: #111;
		font-size: 11px;
		line-height: 2;
		letter-spacing: 0.05em;
		margin-bottom: 1em;
	}

	.profile_area p:last-child {
		margin-bottom: 0;
	}

} /* 921px - */



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

	.profile_area {
		margin-top: 40px;
	}

	.profile_area p {
		color: #111;
		font-size: 11px;
		line-height: 2;
		letter-spacing: 0.05em;
		margin-bottom: 1em;
	}

	.profile_area p:last-child {
		margin-bottom: 0;
	}

} /* - 920px */





/* -------------------- */
/* news */
/* -------------------- */

@media screen and (min-width: 921px) {

	.news_area {
		width: 670px;
		margin-left: 80px;
		margin-bottom: 100px;
	}

	.news_area:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	.news_area:last-child {
		margin-bottom: 0;
	}

	.news_area_01 {
		width: 200px;
		float: left;
	}

	.news_area_01 p {
		margin-bottom: 20px;
	}

	.news_area_01 p:last-child {
		margin-bottom: 0;
	}

	.news_area_01 p img {
		width: 100%;
		height: auto;
	}

	.news_area_02 {
		width: 430px;
		float: right;
	}

	.news_area_02 p {
		color: #111;
		font-size: 11px;
		line-height: 2;
		letter-spacing: 0.05em;
		margin-bottom: 1em;
	}

	.news_area_02 p:last-child {
		margin-bottom: 0;
	}

	.news_area_02 p a {
		padding-bottom: 2px;
		color: #111;
		text-decoration: none;
		border-bottom: #111 1px solid;
		transition: opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.news_area_02 p a:hover {
		opacity: .7;
	}

} /* 921px - */



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

	.news_area {
		margin-bottom: 80px;
	}

	.news_area:last-child {
		margin-bottom: 0;
	}

	.news_area_01 {
		width: 200px;
		margin-bottom: 20px;
	}

	.news_area_01 p {
		margin-bottom: 20px;
	}

	.news_area_01 p:last-child {
		margin-bottom: 0;
	}

	.news_area_01 p img {
		width: 100%;
		height: auto;
	}

	.news_area_01 p img {
		width: 100%;
		height: auto;
	}

	.news_area_02 p {
		color: #111;
		font-size: 11px;
		line-height: 2;
		letter-spacing: 0.05em;
		margin-bottom: 1em;
	}

	.news_area_02 p:last-child {
		margin-bottom: 0;
	}

	.news_area_02 p a {
		padding-bottom: 2px;
		color: #111;
		text-decoration: none;
		border-bottom: #111 1px solid;
	}

} /* - 920px */





/* -------------------- */
/* contact */
/* -------------------- */


@media screen and (min-width: 921px) {

	.contact_area {
		margin-left: 75px;
		width: 620px;
		float: left;
	}

	.contact_area p {
		color: #111;
		font-size: 11px;
		line-height: 2;
		letter-spacing: 0.05em;
	}

	.contact_area p a {
		color: #111;
		text-decoration: none;
		transition: opacity .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.contact_area p a:hover {
		opacity: .7;
	}

	.contact_text {
		margin-top: 40px;
	}

	.contact_text_01 {
		width: 330px;
		float: left;
	}

	.contact_text_02 {
		width: 260px;
		float: left;
	}

	.contact_text_02 .item {
		width: 60px;
		float: left;
	}

	.contact_text_02 .name {
		margin-left: 60px;
	}

} /* 921px - */

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

	.contact_area p {
		color: #111;
		font-size: 11px;
		line-height: 2;
		letter-spacing: 0.05em;
	}

	.contact_area p a {
		color: #111;
		text-decoration: none;
	}

	.contact_text {
		margin-top: 25px;
	}

	.contact_text_02 {
		margin-top: 20px;
	}

	.contact_text_02 .item {
		width: 60px;
		float: left;
	}

	.contact_text_02 .name {
		margin-left: 60px;
	}

} /* - 920px */