@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: 10px;
	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;
}
.serif, em {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
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;
	letter-spacing: 0.6pt;
}
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;
	background: #fff;
}
/*--------section--------*/
#main {
	height: 100vh;
	background: url(../images/image01.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}
#main h1 {
	font-size: 12px;
	color: #fff;
	text-align: center;
	position: absolute;
	max-width: 220px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main h1 img {
	width: 60%;
	margin: 0 auto 20px;
	display: block;
}
#main h1 span {
	font-size: 34px;
	margin: 20px 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}
.contents {
	background: #fff;
	box-sizing: border-box;
	padding-bottom: 150px;
}
.contents > p {
	margin-top: 150px;
	padding: 0 10%;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
}
.contents .flexBox {
	padding-top: 150px;
	box-sizing: border-box;
	position: relative;
}
.contents .flexBox > p,
.contents .flexBox > div {
	width: 45%;
	position: relative;
}
h2 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}
.image01,
.image02 {
	height: 90vh;
	position: relative;
}
#contents01 .image01 {
	background: url(../images/image03.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#contents01 .image02 {
	background: url(../images/image11.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#contents01 .image01 a,
#contents01 .image02 a,
#contents02 .image02 div {
    position: absolute;
    bottom: 5%;
    left: 2.5%;
    color: #fff;
		text-align: left;
		width: 90%;
}
#contents02 .image01 {
	background: url(../images/image17.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	color: #fff;
}
#contents02 .image02 {
	background: url(../images/image24.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	color: #fff;
}
#contents02 .image01 h2 {
	font-size: 42px;
	line-height: 1.1;
	position: absolute;
	bottom: 7.5%;
	left: 50%;
	margin: 0;
}
#contents02 .image01 h2 span {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4;
	margin-top: 20px;
	display: inline-block;
}
#contents02 .image01 p {
	font-size: 14px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	position: absolute;
	top: 7.5%;
	right: 5%;
}
#contents02 h3 {
	font-size: 16px;
	position: absolute;
	top: 7.5%;
	right: 5%;
}
#contents02 .image01 p span,
#contents02 h3 span {
	-ms-writing-mode: rl;
	writing-mode: rl;
}
#contents02 .box01 p,
#contents02 .box02 p {
	width: 60%;
}
#contents02 .box01 div,
#contents02 .box02 div {
	width: 35%;
	font-size: 12px;
}
#contents02 .box01 div h3 {
	position: absolute;
	top: 0;
	right: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}
#contents02 .box01 div p {
	position: absolute;
	bottom: 10%;
	left: 0;
}
#contents02 .box02 div h3 {
	font-weight: bold;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#contents02 .box02 div h3 span {
	font-size: 10px;
}
#contents02 .box02 div p {
	width: 100%;
	position: absolute;
	bottom: 10%;
	left: 0;
}
#contents02 .contents p > span {
	position: absolute;
	font-size: 12px;
}
#contents02 span em {
	font-size: 16px;
	line-height: 1.1;
	margin: 0 0 5px;
	display: inline-block;
}
#contents02 span em span {
	font-size: 12px;
	display: inline-block;
}
#contents02 .image02 {
	color: #333;
}
#contents02 .image02 p {
	font-size: 12px;
	text-align: right;
	position: absolute;
	top: 5%;
	right: 5%;
	width: 90%;
}
#contents02 .image02 div a {
	text-align: left;
	width: 100%;
}
#contents02 .pos01 {
	max-width: 400px;
	top: -7.5%;
	left: 60%;
}
#contents02 .pos02 {
	width: 95%;
	top: -22.5%;
	left: 2.5%;
}
#contents02 .pos03 {
	width: 60%;
	top: -2.5%;
	left: 5%;
}
#contents02 .pos04 {
	width: 40%;
	top: -7.5%;
	left: 30%;
}
#contents02 .pos05 {
	width: 45%;
	top: 2.5%;
	left: 50%;
}
em {
	font-weight: bold;
}
.w90 {
	padding-right: 5% !important;
	padding-left: 5% !important;
}
.w60 {
	padding-right: 20% !important;
	padding-left: 20% !important;
}

/*--------btn--------*/
section a {
	margin-top: 7px;
	display: block;
	text-align: center;
	padding: 0 2.5%;
}
section a span {
	background: #333;
	color: #fff;
	padding: 1px 10px;
	margin-left: 5px;
	display: inline-block;
	text-shadow: none;
}
/*--------footer--------*/
footer {
	background: #f0f0f0;
	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;
}
#pageTop i.fa {
	padding-right: 7px;
}

@media screen and (max-width: 414px) {
.pc {
	display: none;
}
.sp {
	display: inherit;
}
/*--------section--------*/
#main {
	height: 500px;
	background: url(../images/image01.jpg) center 50% no-repeat;
	background-size: 200%;
}
#main h1 {
	width: 100%;
}
#main h1 img {
	width: 40%;
}
.contents {
	padding-bottom: 80px;
}
.contents > p {
	margin-top: 80px;
	padding: 0 7.5%;
}
.contents .flexBox {
	padding-top: 80px;
}
.contents .flexBox > p,
.contents .flexBox > div {
	width: 80%;
}
.contents .flexBox .right {
	margin-right: 20%;
	margin-bottom: 40px;
}
.contents .flexBox .left {
	margin-left: 20%;
}
#contents01 .image01,
#contents01 .image02,
#contents02 .image01,
#contents02 .image02 {
    height: 350px;
}
#contents01 .image01 {
	background: url(../images/image03.jpg) center center no-repeat;
	background-size: cover;
}
#contents01 .image02 {
	background: url(../images/image11.jpg) center center no-repeat;
	background-size: cover;
}
#contents02 .image01 {
	background: url(../images/image17.jpg) center center no-repeat;
	background-size: cover;
}
#contents02 .image02 {
	background: url(../images/image24.jpg) center center no-repeat;
	background-size: contain;
	margin-top: 80px;
}
#contents02 .image01 h2 {
  font-size: 26px;
	width: 90%;
  left: 5%;
}
#contents02 .image01 p {
	font-size: 12px;
}
#contents02 .box01 p,
#contents02 .box02 p,
#contents02 .box01 div,
#contents02 .box02 div {
	width: 100%;
}
#contents02 .box01 div {
	height: 400px;
	margin: 0;
}
#contents02 .box02 div {
	height: 350px;
	margin: 0;
}
#contents02 .box02 div h3 {
	top: 30%;
}
#contents02 .contents p > span {
  position: inherit;
  width: 95%;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  margin: 0 auto 10px;
  display: block;
}
#contents02 .image02 p {
  top: -20%;
}
#contents02 .image02 div {
	bottom: -0.25%;
}
.w60 {
	padding-right: 15% !important;
	padding-left: 15% !important;
}

/*--------btn--------*/
section a {
	text-align: left;
}

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

}
