@charset "utf-8";

/****************************************************************************
　index css
--------------------------------------------------------
   Creation date : 2024.04.10
   Last up date   : 2024.04.10
****************************************************************************/
/*--------------------------------------------------------
@firstBlock
--------------------------------------------------------*/
.firstBlock {
	padding: 0px 0 0px 0;
	width: 100%;
	position: relative;
	height: 500px;
}


.firstBlock div.video {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
	opacity: 0.3;
}
.firstBlock .video video{
	width: 100%;
}

.firstBlock div.mainBottom {
	width: 100%;
	overflow: hidden;
	display: block;
	position: absolute;
	bottom:-2px;
	left: 0;
	opacity: 1;
	z-index: 10;
}
.firstBlock div.mainBottom img {
	width: 100%;
}


.firstBlock div.img {
	width: 100%;
	height: 500px;
	overflow: hidden;
	display: block;
	position: absolute;
	top:0;
	left: 0;
	opacity: 0.3;
}
.firstBlock div.img img {
	width: 100%;
}

.firstBlock div.title {
	position: absolute;
	top:100px;
	left: 50%;
	margin-left: -550px;
	z-index: 20;
}
.firstBlock div.title img {
	width: 100%;
	display: block;
}


/*--------------------------------------------------------
@container
--------------------------------------------------------*/
.container {
	width: 100%;
	margin: 0 auto;
	background: url(../../img/bg_r.png) right 20% no-repeat;
}
#demo .container {
	background: none !important;
}

/*--------------------------------------------------------
@btnArea
--------------------------------------------------------*/
.btnArea {
	width: 100%;
	margin: 0 auto;
}
.btnArea h1{
	position: relative;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	display: block;
	z-index: 100;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.btnArea h1 img {
	position: absolute;
	right: 100px;
	top: -60%;
	margin-top: 0;
}
.btnArea h2 {
	position: relative;
	clear: both;
	display: block;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	height: 50px;
	width: 920px;
	margin: 35px auto 50px auto;
	padding: 0 40px 0 30px;
  background: url(../../img/lt_p.png) no-repeat,url(../../img/rt_p.png) no-repeat,url(../../img/rb_p.png) no-repeat,url(../../img/lb_p.png) no-repeat;
  background-position: left top,right top,right bottom,left bottom;
}
.btnArea h2:before {
	content: "";
	position: absolute;
	border-left: 2px solid #FFF;
	top: 15px;
	left: 0;
	height: 13px;
}
.btnArea h2:after {
	content: "";
	position: absolute;
	border-right: 2px solid #FFF;
	top: 22px;
	right: 0;
	height: 8px;
}
.btnArea h2 p {
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  line-height: 46px;
}
.btnArea ul.btnBlock {
	width: 100%;
	max-width: 940px;
	overflow: hidden;
	margin: 0 auto;
}
.btnArea ul.btnBlock li {
	float: left;
	width: 50%;
	background: none;
}
.btnArea ul.btnBlock li a img {
}
.btnArea ul.btnBlock li:hover a img {
	opacity: 0;
}
.btnArea ul.btnBlock li:nth-child(1):hover {
	text-align: left;
	background: url(../../img/btn01b.png) left center no-repeat;
}
.btnArea ul.btnBlock li:nth-child(2) {
	text-align: right;
} 
.btnArea ul.btnBlock li:nth-child(2):hover {
	text-align: right;
	background: url(../../img/btn02b.png) right center no-repeat;
}





/*--------------------------------------------------------
@contents
--------------------------------------------------------*/
#contents {
	width: 100%;
	margin: 0px auto;
	padding: 0 0 100px 0;
	position: relative;
	background: url(../../img/bg_l.png) -450px bottom no-repeat;
}
#contents .inner {
	width: 100%;
	max-width: 1280px;
	margin: 0px auto;
	position: relative;
}
#contents .inner div.pic2 {
	width: 1280px;
	max-width: 1280px;
	min-width: 1280px;
	height: 317px;
	margin: 0px auto;
	position: absolute;
	top:100px;
	right:-30px;
	background: url(../../img/pic02.png) right top no-repeat;
	z-index: 0;
}
#contents .inner div.point01 {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	z-index: 11;
	position: relative;
}
#contents .inner div.point01 p {
	display: inline-block;
	background: url(../../img/bg02.png);
	font-size: 18px;
	color: #FFF;
	padding: 10px 20px 10px 20px;
	margin: 15px 0 0 10px;
	line-height: 1.8;
	overflow: hidden;
	white-space: nowrap;
}
#contents .inner div.point01 p span {
	float: left;
}
#contents .inner div.point01 p img {
	display: inline-block;
	float: right;
	margin-left: 15px;
}
#contents .inner h3 {
	line-height: 85px;
	font-weight: bold;
	color: #FFF;
	font-size: 30px;
	position: relative;
	background: url(../../img/l_tbg.png) no-repeat;
	z-index: 10;
	padding: 0 0 0 40px;
	margin-top: 60px;
	display: inline-block;
}
#contents .inner h3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 85px;
	display: block;
}
#contents .inner h3:after {
	content: "";
	position: absolute;
	background: url(../../img/r_tbg.png);
	top: 0;
	right: -60px;
	height: 85px;
	width: 60px;
	display: block;
	z-index: 0;
}




@media screen and (max-width:1025px) {
/*--------------------------------------------------------
@firstBlock
--------------------------------------------------------*/
.firstBlock {
	padding: 0px 0 0px 0;
	width: 100%;
	position: relative;
	height: 400px;
}


.firstBlock div.video {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	opacity: 0.3;
}
.firstBlock .video video{
	width: 100%;
}

.firstBlock div.mainBottom {
	width: 100%;
	overflow: hidden;
	display: block;
	position: absolute;
	bottom:-2px;
	left: 0;
	opacity: 1;
	z-index: 10;
}
.firstBlock div.mainBottom img {
	width: 100%;
}


.firstBlock div.img {
	width: 100%;
	height: 400px;
	overflow: hidden;
	display: block;
	position: absolute;
	top:0;
	left: 0;
	opacity: 0.3;
}
.firstBlock div.img img {
	width: 100%;
}

.firstBlock div.title {
	position: absolute;
	width: 90%;
	top:60px;
	left: 0;
	margin-left: 5%;
	z-index: 20;
}

@media screen and (max-width:640px) {
.firstBlock {
	padding: 0px 0 0px 0;
	width: 100%;
	position: relative;
	height: 230px;
}
.firstBlock div.video {
	width: 100%;
	height: 230px;
	overflow: hidden;
	position: relative;
	opacity: 0.3;
}
.firstBlock .video video{
	width: 100%;
}

.firstBlock div.mainBottom {
	width: 100%;
	overflow: hidden;
	display: block;
	position: absolute;
	bottom:0px;
	left: 0;
	opacity: 1;
	z-index: 10;
}
.firstBlock div.mainBottom img {
	width: 100%;
}


.firstBlock div.img {
	width: 100%;
	height: 230px;
	overflow: hidden;
	display: block;
	position: absolute;
	top:0;
	left: 0;
	opacity: 0.3;
}
.firstBlock div.img img{
	width:auto;
	min-height: 230px;
	overflow: hidden;
}
.firstBlock div.title {
	position: absolute;
	top:60px;
	left: 0;
	margin-left: 5%;
	z-index: 20;
}

}/*** END @media screen ***/

.firstBlock div.title img {
	width: 100%;
	display: block;
}


/*--------------------------------------------------------
@btnArea
--------------------------------------------------------*/
.btnArea {
	width: 100%;
	margin: 0 auto;
}
.btnArea h1{
	position: relative;
	font-size: 26px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	display: block;
	z-index: 100;
	margin: 0 auto;
	width: 100%;
	max-width: 84%;
}
.btnArea h1 img {
	position: absolute;
	width: 120px;
	right: -20px;
	top: -50%;
	margin-top: 0;
}
@media screen and (max-width:640px) {
.btnArea h1{
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	margin: 0 0 0 5%;
	max-width: 90%;
}
.btnArea h1 img {
	width: 20%;
	position: absolute;
	right: 0px;
	top: -30%;
	margin-top: 0;
}
}/*** END @media screen ***/
.btnArea h2 {
	position: relative;
	clear: both;
	display: block;
	font-size: 16px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	height: 50px;
	width: 90%;
	max-width: 800px;
	margin: 35px auto 50px auto;
	padding: 0 40px 0 30px;
  background: url(../../img/lt_p.png) no-repeat,url(../../img/rt_p.png) no-repeat,url(../../img/rb_p.png) no-repeat,url(../../img/lb_p.png) no-repeat;
  background-position: left top,right top,right bottom,left bottom;
}
.btnArea h2:before {
	content: "";
	position: absolute;
	border-left: 2px solid #FFF;
	top: 15px;
	left: 0;
	height: 13px;
}
.btnArea h2:after {
	content: "";
	position: absolute;
	border-right: 2px solid #FFF;
	top: 22px;
	right: 0;
	height: 8px;
}
.btnArea h2 p {
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  line-height: 23px;
}
.btnArea ul.btnBlock {
	width: 100%;
	max-width: 900px;
	overflow: hidden;
	margin: 0 auto;
}
.btnArea ul.btnBlock li {
	float: left;
	width: 50%;
	background: none;
}
.btnArea ul.btnBlock li a img {
	width: 100%;
}
.btnArea ul.btnBlock li:hover a img {
	opacity: 0;
}
.btnArea ul.btnBlock li:nth-child(1):hover {
	text-align: left;
	background: url(../../img/btn01b.png) left center no-repeat;
	background-size: cover;
}
.btnArea ul.btnBlock li:nth-child(2) {
	text-align: right;
} 
.btnArea ul.btnBlock li:nth-child(2):hover {
	text-align: right;
	background: url(../../img/btn02b.png) right center no-repeat;
	background-size: cover;
}

@media screen and (max-width:640px) {
.btnArea h2 {
	position: relative;
	clear: both;
	display: block;
	font-size: 12px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	height: 48px;
	width: 92%;
	max-width: 800px;
	margin: 15px auto 20px auto;
	padding: 0 18px 0 17px;
  background: url(../../img/lt_p.png) no-repeat,url(../../img/rt_p.png) no-repeat,url(../../img/rb_p.png) no-repeat,url(../../img/lb_p.png) no-repeat;
  background-position: left top,right top,right bottom,left bottom;
  background-size: 17px auto, 21px auto, 17px auto, 21px auto;
}
.btnArea h2:before {
	border-left: 1px solid #FFF;
	top: 8px;
	height: 26px;
}
.btnArea h2:after {
	border-right: 1px solid #FFF;
	top: 10px;
	height: 30px;
}
.btnArea h2 p {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  line-height: 18px;
  padding: 4px 0 6px 0;
}
.btnArea ul.btnBlock {
	width: 90%;
	max-width: 90%;
	overflow: hidden;
	margin: 0 auto;
}
.btnArea ul.btnBlock li {
	float: none;
	width: 100%;
	background: none;
}
.btnArea ul.btnBlock li a img {
	width: 100%;
}
.btnArea ul.btnBlock li:hover a img {
	opacity: 0;
}
.btnArea ul.btnBlock li:nth-child(1) {
	margin-bottom: 20px;
}
.btnArea ul.btnBlock li:nth-child(1):hover {
	text-align: left;
	background: url(../../img/btn01b.png) left center no-repeat;
	background-size: cover;
}
.btnArea ul.btnBlock li:nth-child(2) {
	text-align: right;
} 
.btnArea ul.btnBlock li:nth-child(2):hover {
	text-align: right;
	background: url(../../img/btn02b.png) right center no-repeat;
	background-size: cover;
}
}/*** END @media screen ***/



/*--------------------------------------------------------
@contents
--------------------------------------------------------*/
#contents {
	width: 100%;
	margin: 0px auto;
	padding: 0 0 100px 0;
	position: relative;
	background: url(../../img/bg_l.png) -450px bottom no-repeat;
}
#contents .inner {
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	position: relative;
}
#contents .inner div.pic2 {
	display: none;
}
#contents .inner div.point01 img.pic2 {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 0;
	display: block;
}
#contents .inner div.point01 {
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	z-index: 11;
	position: relative;
}
#contents .inner div.point01 p {
	display: block;
	width: 84%;
	background: url(../../img/bg02.png);
	font-size: 18px;
	color: #FFF;
	padding: 10px 20px 10px 20px;
	margin: 15px auto 0 auto;
	line-height: 1.8;
	overflow: hidden;
	white-space: normal;
}
#contents .inner div.point01 p span {
	float: left;
}
#contents .inner div.point01 p img {
	display: inline-block;
	float: right;
	margin-left: 15px;
}
#contents .inner h3 {
	line-height: 85px;
	font-weight: bold;
	color: #FFF;
	font-size: 24px;
	position: relative;
	background: url(../../img/l_tbg.png) no-repeat;
	z-index: 10;
	padding: 0 0 0 40px;
	margin-top: 60px;
	margin-left: 5%;
	display: inline-block;
}
#contents .inner h3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 85px;
	display: block;
}
#contents .inner h3:after {
	content: "";
	position: absolute;
	background: url(../../img/r_tbg.png);
	top: 0;
	right: -60px;
	height: 85px;
	width: 60px;
	display: block;
	z-index: 0;
}

@media screen and (max-width:750px) {
#contents {
	padding: 0 0 50px 0;
}
#contents .inner div.point01 p {
	display: block;
	width: 84%;
	background: url(../../img/bg02.png);
	font-size: 14px;
	color: #FFF;
	padding: 10px 10px 10px 10px;
	margin: 10px auto 0 auto !important;
	line-height: 1.8;
	overflow: hidden;
	white-space: normal;
}
#contents .inner div.point01 p span {
	float: left;
}
#contents .inner div.point01 p img {
	width: 100px;
	display: inline-block;
	float: right;
	margin-left: 15px;
	margin-top: 10px;
}
#contents .inner h3 {
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
	line-height: 85px;
	position: relative;
	background: url(../../img/l_tbg_sp.png) no-repeat;
	z-index: 10;
	padding: 0 0 0 30px;
	margin-top: 60px;
	margin-left: 2%;
	margin-right: 0%;
	width: 84%;
	display: block;
}
#contents .inner h3.twoLine {
	line-height: 24px;
	padding: 20px 0 20px 30px;
}
#contents .inner h3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 85px;
	display: block;
}
#contents .inner h3:after {
	content: "";
	position: absolute;
	background: url(../../img/r_tbg_sp.png);
	top: 0;
	right: -44px;
	height: 85px;
	width: 44px;
	display: block;
	z-index: 0;
}
} /**** END media screen *****/


} /**** END media screen *****/
