@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: 'Open Sans', 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 1pt;
	word-break: break-all;
	word-wrap : break-word;
	overflow-wrap : break-word;
	font-feature-settings: "palt";
	overflow-x: hidden;
}
img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.sp {
	display: none;
}
/*--------hover--------*/
a {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1;
	color: #333;
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
/*--------flexBox--------*/
.flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*--------header--------*/
header {
	padding: 20px 0;
	background: #f9f9f9;
}
header a {
	max-width: 118px;
	margin: 0 auto;
	display: block;
}

/*--------article--------*/
#main section {
	background: url(../images/main_bg_pc.jpg) center center no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;
}
#main section div {
	width: 100%;
	position: absolute;
	bottom: 0;
}
#main section div p {
	color: #f9f9f9;
	font-size: 18px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 10px;
}
h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin: 0 0 20px;
}
nav {
	text-align: center;
	background: #f9f9f9;
	padding: 80px 0;
}
nav ul {
	width: 90%;
	margin: 20px auto 0;
}
nav ul li {
	width: 25%;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
nav ul li img {
	width: 80%;
	margin: 0 auto 15px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
nav ul li em {
	font-size: 18px;
	font-weight: bold;
	margin-top: 8px;
	display: inline-block;
}
#contents section:nth-child(1) {
	background: url(../images/bg01.png) no-repeat right center;
	background-size: 70%;
}
#contents section:nth-child(2) {
	background: url(../images/bg02.png) no-repeat left center;
	background-size: 70%;
}
#contents section:nth-child(3) {
	background: url(../images/bg03.png) no-repeat right center;
	background-size: 70%;
}
#contents section:nth-child(4) {
	background: url(../images/bg04.png) no-repeat left center;
	background-size: 70%;
}
#contents section > div {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0;
}
#contents section > div > .flexBox {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#contents section > div > .flexBox > ul {
	width: 52.5%;
}
#contents section > div > .flexBox > div {
	width: 40%;
}
#contents section > div > .flexBox .flexBox {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 20px;
}
#contents section > div > .flexBox .flexBox p {
	width: 30%;
}
#contents section > div > .flexBox .flexBox img {
	border-radius: 50%;
}
#contents section > div > .flexBox .flexBox h3 {
	width: 65%;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}
#contents section > div > .flexBox .flexBox h3 em {
	font-size: 28px;
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
}
#contents section > div > .flexBox div h4 {
	font-size: 28px;
}
#contents section > div > .flexBox > div > p {
	margin-bottom: 20px;
}
#contents section > div > .flexBox ul {
	margin: 10px 0;
}
#contents .insta {
	padding: 40px 5%;
	margin-top: 40px;
	border: 1px solid #333;
	box-sizing: border-box;
}
#contents .insta h4 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	position: relative;
	margin-bottom: 50px;
}
#contents .insta h4:before {
	content: '';
	position: absolute;
	bottom: -25px;
	display: inline-block;
	width: 50px;
	height: 2px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}
#contents .insta .flexBox {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#contents .insta ul li {
	width: 22.5%;
	margin-bottom: 20px;
}
#contents .insta ul li a {
	border-radius: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	background: none;
	box-shadow: none;
}
#contents #staff02 > .flexBox,
#contents #staff04 > .flexBox {
	flex-direction: row-reverse;
}
#itemList h3 {
	font-size: 18px;
	letter-spacing: 0.1pt;
	line-height: 1.2;
	margin-top: 12.5px;
}
#itemList div {
	width: 90%;
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
}
#itemList div .flexBox li {
	width: 17.5%;
	margin-bottom: 40px;
}
#itemList div .flexBox li p {
	font-size: 10px;
	text-align: left;
	margin: 5px 0 10px;
}

/*--------btn--------*/
section a {
	text-align: center;
	background: #333;
	color: #fff;
	width: 40%;
	padding: 5px 0;
	margin: 5px auto 0;
	border-radius: 5px;
	display: block;
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
#itemList div > a {
	margin: 80px auto 0;
	padding: 20px 0;
}

/*--------footer--------*/
footer {
	background: #f9f9f9;
	font-size: 10px;
	text-align: center;
	padding: 20px 0;
}
/*--------pageTop--------*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 5px;
	z-index: 9999;
}
#pageTop a {
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 7px 0 0 8px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #333;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
#pageTop i.fa {
	padding-right: 7px;
}

@media screen and (max-width: 768px) {
.pc {
	display: none;
}
.sp {
	display: inherit;
}
/*--------header--------*/
header {
	padding: 12.5px 0;
	margin: 0 auto 20px;
}
header a {
	width: 25%;
}
/*--------article--------*/
#main section {
	background: url(../images/main_bg_sp.jpg) center center no-repeat;
	background-size: cover;
}
#main section div {
	position: absolute;
	top: 47.5%;
	left: 50%;
	bottom: inherit;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
h2 {
	font-size: 30px;
}
nav ul li {
  width: 50%;
}
nav ul li:nth-child(-n+2) {
	margin-bottom: 20px;
}
#contents section:nth-child(1) {
	background: url(../images/bg01.png) no-repeat left 5%;
	background-size: 175%;
}
#contents section:nth-child(2) {
	background: url(../images/bg02.png) no-repeat right 5%;
	background-size: 175%;
}
#contents section:nth-child(3) {
	background: url(../images/bg03.png) no-repeat left 5%;
	background-size: 175%;
}
#contents section:nth-child(4) {
	background: url(../images/bg04.png) no-repeat right 5%;
	background-size: 175%;
}
#contents section > div {
	width: 80%;
}
#contents section > div > .flexBox {
	flex-wrap: wrap-reverse;
}
#contents section > div > .flexBox > ul,
#contents section > div > .flexBox > div {
	width: 100%;
}
#contents section > div > .flexBox > ul {
	margin: 40px auto 0;
	width: 85%;
}
#contents .insta ul li,
#itemList div .flexBox li {
	width: 46%;
}
/*--------btn--------*/
section a {
	width: 100%;
}

/*--------pageTop--------*/
#pageTop {
	bottom: 10px;
	right: 10px;
}
#pageTop a {
	width: 32px;
	height: 35px;
	padding: 4px 0 0 8px;
}
#pageTop i.fa {
	padding-top: 0.2px;
}
}
