@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600');
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 1.2pt;
	word-break:normal;
	word-wrap : break-word;
	overflow-wrap : break-word;
	font-feature-settings: "palt";
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
article {
	overflow-x: hidden;
}
img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.sp {
	display: none !important;
}
.nb {
	border: none !important;
}

/*--------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;
	letter-spacing: 0.6pt;
	display: inline-block;
}
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;
	align-items: center;
}
/*--------section--------*/
section {
	margin: 0 auto;
	padding: 60px 5%;
	box-sizing: border-box;
}
h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 38px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	padding-bottom: 20px;
}
#main {
	max-width: inherit;
	width: 100%;
	padding: 7.5% 12.5%;
	background: #f9f9f9;
	box-sizing: border-box;
	flex-direction: row-reverse;
}
#main div {
	width: 43.5%;
	text-align: center;
}
#main div p.logo {
	width: 17.5%;
	margin: 0 auto 40px;
}
#main div h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 60px;
	line-height: 1;
}
#main div p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 28px;
	line-height: 1.2;
	margin-top: 10px;
}
#main div p span {
	font-size: 16px;
}
#main > p {
	width: 47.5%;
	border: 6px solid #fff;
}
#intro {
	max-width: 100%;
	background: #FFEAE6;
}
#intro h2 {
	line-height: 0.5;
}
#intro h2 span {
	font-size: 14px;
}
#intro > p {
	text-align: center;
}
#intro > p em {
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
	display: inline-block;
}
#intro > div {
	max-width: 900px;
	margin: 20px auto 30px;
	padding: 5%;
	border: 2px dashed #333;
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
}
#intro > div ul {
}
#intro > div ul li {
	font-family: 'Josefin Sans', sans-serif;
	width: 33%;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
#intro > div ul li img {
	margin-bottom: 10px;
}
#intro > div ul li .btn {
	margin-top: 10px;
}
.item {
	text-align: center;
	background: #fff;
	padding-bottom: 0;
}
.item:last-child {
	padding-bottom: 60px;
}
.item h2 {
	line-height: 1.1;
}
.item h2 span {
	font-size: 18px;
	font-style: italic;
	position: relative;
	display: inline-block;
	padding: 0 55px;
}
.item h2 span:before,
.item h2 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 43px;
  height: 3px;
  background-color: #FFEAE6;
}
.item h2 span:before {
  left: 0;
}
.item h2 span:after {
  right: 0;
}
.item > div {
	width: 80%;
	margin: 0 auto 20px;
}

.item > div > p,
.item > div > div {
	width: 47.5%;
}
.item > div > div p {
	width: 85%;
}
.item > div > div p:first-child {
	margin: 0 0 30px 15%;
}
#item02 > div {
	flex-direction: row-reverse;
}
#item03 > div > div p:first-child {
	margin: 0 0 30px;
}
#item03 > div > div p:last-child {
	margin: 0 0 0 15%;
}
/*--------btn--------*/
a.btn {
	font-weight: 700;
	width: 200px;
	text-align: center;
	line-height: 1;
	padding: 8px 0;
	margin: 20px auto 0;
	border: 1px solid #333;
	border-radius: 30px;
	box-sizing: border-box;
	display: block;
}
a.btn:hover {
	color: #fff;
	background: #333;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
article > a.btn {
	margin: 60px auto;
}

/*--------footer--------*/
footer {
	font-size: 10px;
	text-align: center;
	padding: 20px 0;
	background: #f9f9f9;
}
/*--------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;
}
#pageTop i.fa {
	padding-right: 7px;
}

@media screen and (max-width: 768px) {
body {
	font-size: 12px;
}
.pc {
	display: none !important;
}
.sp {
	display: inherit !important;
}
/*--------section--------*/
h2 {
	font-size: 30px;
}
#main {
	padding: 10%;
}
#main div,
#main p,
#intro > div > div {
  width: 100%;
}
#main div {
	margin-bottom: 40px;
}
#main div h1 {
	font-size: 54px;
}
#intro h2 {
	line-height: 0.7;
}
#intro > div {
	padding: 15% 10%;
}
#intro > div ul li {
	width: 100%;
	margin: 0 auto;
}
.item > div {
	width: 100%;
}
/*--------btn--------*/
a.btn {
	width: 80% !important;
	font-size: 13px;
	padding: 15px 0;
}

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

}
