@charset "utf-8";
/* CSS Document */

/*--------------------
       汎用css
--------------------*/
.mb05 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb100 {
	margin-bottom: 100px;
}

.mb150 {
	margin-bottom: 150px;
}

.mt100 {
	margin-top: 100px;
}

.mt150 {
	margin-top: 150px;
}

.fs14 {
	font-size: 14px;
	line-height: 2.2em;
	text-align: justify;
}

.fs16 {
	font-size: 16px;
	letter-spacing: 1pt;
	line-height: 22pt;
}

.fs20 {
	font-size: 20px;
	letter-spacing: 2pt;
	line-height: 26pt;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt40 {
	padding-top: 40px;
}

.pt100 {
	padding-top: 100px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb80 {
	padding-bottom: 80px;
}

.pb100 {
	padding-bottom: 100px;
}

.pl10 {
	padding-left: 10px;
}

.pl20 {
	padding-left: 20px;
}

.pl30 {
	padding-left: 30px;
}

.pl40 {
	padding-left: 40px;
}

.pr10 {
	padding-right: 10px;
}

.pr20 {
	padding-right: 20px;
}

.pr30 {
	padding-right: 30px;
}

.pr39 {
	padding-right: 39px;
}

.pr40 {
	padding-right: 40px;
}

/*--------------------
       基本設定
--------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Helvetica, "MS Pゴシック", "MS PGothic", sans-serif;
	width: 100%;
	margin: 0 auto;
}

.box01 {
	background : url(../img/arrow02.png) no-repeat center top #FFFFFF;
	padding: 150px 0 50px 0;
}

.box02 {
	background : url(../img/arrow01.png) no-repeat center top #F3F3F3;
	padding: 150px 0 80px 0;
}

.box03 {
	background : url(../img/arrow03.png) no-repeat center top #FFFFFF;
	padding: 150px 0 80px 0;
	text-align: center;
}

.section {
	clear: both;
}

.inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.flex-main,
.flex-main02 {
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
    display: -webkit-flex;/* iOS8以前Safari用 */
    display: flex;
	flex-wrap: wrap
}

.box-txt01,
.flex-content01,
.flex-content02,
.flex-content03,
.flex-content04,
.flex-content05 {
	text-align: left;
	font-size: 16px;
	letter-spacing: 1pt;
	line-height: 22pt;
}

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

a:visited { 
	color: #000000;
}

a:hover {
	color: #000000;
}

a:active { 
	color: #000000;
}

.content-width img {
	width:100%;
}

/*--------------------
       section1
--------------------*/
.box04 {
	background : url(../img/dummy01.gif) repeat-x center top #E5E5E5;
}

.flex-inner01 {
	background : url(../img/dummy01.gif) repeat-x center top #E5E5E5;
	-webkit-box-flex: 1;/*--- Android4.3以前ブラウザ用 ---*/
    -webkit-flex: 1;/*--- iOS8以前Safari用 ---*/
    flex: 1;
}

.flex-inner02 {
	background: url(../img/dummy01.gif) repeat-x center top #F3F3F3;
	-webkit-box-flex: 1;/*--- Android4.3以前ブラウザ用 ---*/
    -webkit-flex: 1;/*--- iOS8以前Safari用 ---*/
    flex: 1;
}

.flex-content01 {
	width: 270px;
	margin: 0 auto;
	padding: 20px 0 50px 0;
}

.tit01 {
	background: url(../img/visual04.jpg) no-repeat center bottom #000000;
	background-size: auto 100%;
	height: 600px;
	margin-top: 60px;
}

.tit01_inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.tit01_inner-txt {
	position: absolute;
	top: 140px;
}

/*----#slider01--------*/
#visual .bx-wrapper .bx-viewport {
	height: 100vh !important;
	bottom: 80px;
}

.sli01-inner01 {
	height: 100vh;
	background: url(../img/visual01.jpg);
	background-size: cover;
	background-position: center bottom;
	position:relative;
}

.sli01-inner02 {
	height: 100vh;
	background: url(../img/visual02.jpg);
	background-size: cover;
	background-position: center bottom;
	position:relative;
}

.sli01-inner03 {
	height: 100vh;
	background: url(../img/visual03.jpg);
	background-size: cover;
	background-position: center bottom;
}

.sli01-inner01 div,
.sli01-inner02 div,
.sli01-inner03 div {
	position: absolute;
	top: 13%;
	left: 80%;
}

.sli01-inner01 div img,
.sli01-inner02 div img,
.sli01-inner03 div img {
	width: auto !important;
	height: 80vh;

}



/*----#slider02--------*/
#slider .bx-wrapper {
	width: 1000px ;
}


#slider .bx-wrapper .bx-controls-direction a{
	width: 30px ;
    height: 70px ;
	top:152px ;
	margin-top: 0;
}

#slider .bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/btn01.png) no-repeat;
}

#slider .bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/btn02.png) no-repeat;
}

#slider .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

#slider .bx-wrapper .bx-next:hover {
	background-position: 0 0;
}


/*----ナビゲーション--------*/
.bottom {
	bottom: 0;
    width: 100%;
	height: 80px;
	position: absolute;
	z-index: 100;
	background: white;
}

.bottom.fixed {
      position: fixed;
      top: 0px;　//一番上なら0pxに指定してください
      z-index: 1;
      background: white;　//不要であればいらないです
      width: 100%;
    }

#visual-cover {
	background-color: #fff;
    width: 100%;
    height: 80px;
    position: absolute;
	border-bottom: #E7E7E7 1px solid;
}

#logo {
	width: 80px;
    height: 50px;
    position: absolute;
    left: 35px;
    top: 17px;
}

#logo img{
	width: 100%;
}

#nav-conttents {
    position: absolute;
    top: 35%;
	right: 35px;
}

#nav-conttents li {
	display: inline-block;
	padding-left: 20px;
}

#nav-conttents a {
  position: relative;
  display: inline-block;
  padding: .9em;
  text-decoration: none;
}
#nav-conttents a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #000000;
  -webkit-transition: all .3s ease;
  transition: all .6s ease;
}
#nav-conttents a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}


/*--------------------
       section2
--------------------*/
.main01 {
	background: #2B4572;
	width: 100%;
	margin: 0 auto;
}

.box05 {
	background: url(../img/arrow05.png) no-repeat center top #FFFFFF;
	background-size: 326px;
	padding: 150px 0 80px 0;
	border-bottom: #000000 1px solid;
}

.box05 .border-r {
	border-right: solid 1px #000;
}

.box-txt01 {
	margin: 0 auto;
	width: 480px;
	padding: 20px 0 0 0;
}

.box-txt02 {
	margin: 0 auto;
	width: 650px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 80px;
	font-size: 16px;
	letter-spacing: 2pt;
	line-height: 26pt;
}

.flex-content02,
.flex-content06 {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.flex-content06 {
	border-bottom: none;
	padding: 40px 0 30px 0;
}

.flex-content03 {
	width: 460px;
	margin: 0 auto;
}

.fl-con02-txt {
	padding: 20px 30px 40px 30px;
	text-align: left;
}

.fl-con03-txt {
	padding: 40px 0 20px 0;
}

.box07 {
	background: url(../img/bgimg02.jpg) no-repeat center top;
	background-size: 100% 100%;
}

.box07-inner {
	background: url(../img/bgimg03.png) no-repeat center top;
	background-size: 1000px 1440px;
	height: 1290px;
	padding-top: 150px;
}

.box-txt04 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	font-size: 14px;
	line-height: 2.2em;
	text-align: justify;
}

.txt04-por01,
.txt04-por02,
.txt04-por03 {
	position: absolute;
	width: 440px;
}

.txt04-por01 {
	top: 115px;
	left: 0;
}

.txt04-por02 {
	top: 480px;
	left: 540px;
}

.txt04-por03 {
	top: 930px;
	left: 0;
}

.tit02 {
	background: url(../img/visual05.jpg) no-repeat center top #000000;
	background-size: auto 100%;
	height: 600px;
}

.tit02_inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.tit02_inner-txt {
	position: absolute;
	top: 120px;
}

#video01 {

}

/*--------------------
       section3
--------------------*/

.flex-main02 {
	border: #000000 1px solid;
}

.flex-content04 {
	width: 400px;
	margin: auto;
}

.flex-content05 {
	width: 500px;
	height: 440px;
}

.flex-content05 img {
	width: 100%;
}

.inner02 {
	width: 1000px;
	margin: 0 auto;
}

.box-txt03 {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/bgimg01.png) no-repeat;
	background-size: 1000px;
	height: 570px;
	position: relative;
	font-size: 14px;
	line-height: 2.2em;
	text-align: justify;
}

.txt03-por01,
.txt03-por02,
.txt03-por03,
.txt03-por04 {
	position: absolute;
	left: 20px;
	width: 400px;
}

.txt03-por01 {
	top: 80px;
}

.txt03-por02 {
	top: 270px;
}

.txt03-por03 {
	top: 470px;
}

.txt03-por04 {
	top: 325px;
	left: 720px;
	width: 260px;
}

.tit03 {
	background: url(../img/visual06.jpg) no-repeat left top #000000;
	background-size: auto 100%;
	height: 600px;
}

.tit03_inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.tit03_inner-txt {
	position: absolute;
	top: 120px;
	left: 530px;
}


/*--------------------
       section4
--------------------*/

.tit04 {
	background: url(../img/visual07.jpg) no-repeat right top;
	background-size: auto 100%;
	height: 600px;
}

.tit04_inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.tit04_inner-txt {
	position: absolute;
	top: 120px;
}

.box08 {
	background: url(../img/bgimg02.jpg) no-repeat center top;
	background-size: 100% auto;
}

.box08-inner {
	background: url(../img/bgimg05.png) no-repeat center top;
	background-size: 1000px;
	height: 1440px;
	padding-top: 100px;
}

.box-txt05 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	font-size: 14px;
	line-height: 2.2em;
	text-align: justify;
}

.txt05-por01,
.txt05-por02,
.txt05-por03 {
	position: absolute;
	width: 440px;
}

.txt05-por01 {
	top: 160px;
	left: 505px;
}

.txt05-por02 {
	top: 540px;
	left: 450px;
}

.txt05-por03 {
	top: 935px;
	left: 550px;
}

/*--------------------
       section5
--------------------*/
.main02 {
	background: #A40000;
	width: 100%;
	margin: auto;
}

.tit05 {
	background: url(../img/visual04.jpg) no-repeat center bottom #000000;
	background-size: auto 100%;
	height: 600px;
	margin-top: 60px;
}

.box06 {
	background : url(../img/arrow04.png) no-repeat center top #FFFFFF;
	padding: 30px 0 0 0;
}

.content-width02 img {
	width: 100%;
}

.box09 {
	padding: 150px 0 150px 0;
	border-bottom: #000000 1px solid;
}


/*--------------------
       section6
--------------------*/

#sec06 div.box-txt02 {
	padding: 0;
}


/*----#slider03--------*/
#line_up {
	background-image: url(../img/bgimg04.jpg);
}

#line_up .bx-wrapper {
	width: 1000px ;
}

#line_up .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

#line_up .bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

.bx-pager {
	text-align: center;

}

.bx-pager a img {  
opacity: 0.5;  
filter: alpha(opacity=50);
padding: 2px 5px 2px 5px; 
}  

.bx-pager a.active img {  
opacity: 1;  
filter: alpha(opacity=100);  
}  

.sli03-inner01 {
	background: url(../img/line_up01.jpg);
	background-size: cover;
	height: 800px;
	width: 1000px;
	position: relative;
}

.sli03-inner02 {
	background: url(../img/line_up04.jpg);
	background-size: cover;
	height: 800px;
	width: 1000px;
}

.sli03-inner03 {
	background: url(../img/line_up07.jpg);
	background-size: cover;
	height: 800px;
	width: 1000px;
}

.sli03-inner04 {
	background: url(../img/line_up03.jpg);
	background-size: cover;
	height: 800px;
	width: 1000px;
}

.sli03-inner05 {
	background: url(../img/line_up02.jpg);
	background-size: cover;
	height: 800px;
	width: 1000px;
}

.sli03-inner06 {
	background: url(../img/line_up05.jpg);
	background-size: cover;
	height: 800px;
	width: 1000px;
}

.sli03-inner07 {
	background: url(../img/line_up06.jpg);
	background-size: cover;
	height: 800px;
	width: 1000px;
}

.sli03-inner08 {
	background: url(../img/line_up08.jpg);
	background-size: cover;
	height: 800px;
	width: 1000px;
}


.item_btn {
	position: absolute;
	top: 650px;
	left: 665px;
}

.item_btn a img{
	width: 310px;
}

/*--------------------
       footer
--------------------*/

#footer {
	text-align: center;
	font-size: 12px;
}


/*--------------------
       打ち消し
--------------------*/
.bg_none01 {
	background-image: none;
	padding-top: 0;
	opacity: 1.0;
}

.bg_none02 {
	background-image: none;
	opacity: 1.0;
}	
	
