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

/*PC*/
@media print, screen and (min-width: 768px) {
#header {
background-color: rgba(255,255,255,0.70)
}

.hedTitWrap {
height: 100%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.hedTitPC {
display: block;
margin-bottom: 70px;
}

.hedTitSP {
display: none;
}

/*---------------------*/

.headerWrap {
overflow: hidden;
}

.vegas-slide {
height: 100% !important;
}

.idxHbox {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
}

.rv {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}

.idxHbox__img {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
width: 50%;
}

.idxHbox__img li {
width: 86%;
height: 140px;
}

.idxHbox__img li:nth-child(1) {
margin-left: 7%;
margin-right: 7%;
}

.idxHbox__img li:nth-child(2) {
margin-left: 1%;
margin-right: 13%;
}

.idxHbox__img li:nth-child(3) {
margin-left: 12%;
margin-right: 2%;
}

.idxHbox__img li:nth-child(n+2) {
margin-top: 30px;
}

.idxHbox__txt {
box-sizing: border-box;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
width: 50%;
padding: 0 8%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

/*--------*/
.btn01_vertical {
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
-webkit-transition: all .6s ease;
transition: all .6s ease;
opacity: 1;
}
.btn01_vertical a {
padding: 30px 10px;
border: 1px solid #111;
position: relative;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
line-height: 1.8;
font-size: 1.6rem;
font-weight: 500;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.btn01_vertical a:before {
content: "";
position: absolute;
left: 50%;
top: -30px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 1px;
height: 40px;
background: #111;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
_:-ms-lang(x)::-ms-backdrop, .btn01_vertical a:before {
left: 90%;
}
_:-ms-lang(x)::backdrop, .btn01_vertical a:before {
left: 90%;
}
.btn01_vertical a:hover:before {
top: -20px
}


/*--idxBox01----------------------*/
.idxBox01 {
background: url("../images/index/idxBox01_bg.jpg") left bottom no-repeat;
background-size: cover;
margin-bottom: 80px;
}

.idxBox01__box {
box-sizing: border-box;
width: 50%;
margin-right: 0;
margin-left: auto;
}

.idxBox01__txt {
box-sizing: border-box;
padding: 10%;
min-height: 710px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.idxBox01__txt h4 {
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 1.8rem;
line-height: 4.2;
font-weight: 500;
color: #fff;
}

/*--idxBox02 idxBox04----------------------*/
.idxBox02,
.idxBox03,
.idxBox04 {
padding: 80px 0;
}

/*.idxBox02 li.idxHbox__img01  {
background: url("../images/index/idxBox02_img01.jpg") center center no-repeat;
background-size: cover;
}
.idxBox02 li.idxHbox__img02  {
background: url("../images/index/idxBox02_img02.jpg") center center no-repeat;
background-size: cover;
}
.idxBox02 li.idxHbox__img03  {
background: url("../images/index/idxBox02_img03.jpg") center center no-repeat;
background-size: cover;
}*/
.idxBox02 li.idxHbox__img01 p  {
background: url("../images/index/idxBox02_img01.jpg") center center no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}
.idxBox02 li.idxHbox__img02 p  {
background: url("../images/index/idxBox02_img02.jpg") center center no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}
.idxBox02 li.idxHbox__img03 p  {
background: url("../images/index/idxBox02_img03.jpg") center center no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}

/*.idxBox03 li.idxHbox__img01  {
background: url("../images/index/idxBox03_img01.jpg") center center no-repeat;
background-size: cover;
}
.idxBox03 li.idxHbox__img02  {
background: url("../images/index/idxBox03_img02.jpg") center center no-repeat;
background-size: cover;
}
.idxBox03 li.idxHbox__img03  {
background: url("../images/index/idxBox03_img03.jpg") center center no-repeat;
background-size: cover;
}*/
.idxBox03 li.idxHbox__img01 p  {
background: url("../images/index/idxBox03_img01.jpg") center center no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}
.idxBox03 li.idxHbox__img02 p  {
background: url("../images/index/idxBox03_img02.jpg") center center no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}
.idxBox03 li.idxHbox__img03 p  {
background: url("../images/index/idxBox03_img03.jpg") center center no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}

/*.idxBox04 li.idxHbox__img01  {
background: url("../images/index/idxBox04_img01.jpg") center center no-repeat;
background-size: cover;
}
.idxBox04 li.idxHbox__img02  {
background: url("../images/index/idxBox04_img02.jpg") center center no-repeat;
background-size: cover;
}
.idxBox04 li.idxHbox__img03  {
background: url("../images/index/idxBox04_img03.jpg") center center no-repeat;
background-size: cover;
}*/
.idxBox04 li.idxHbox__img01 p  {
background: url("../images/index/idxBox04_img02.jpg") center center no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}
.idxBox04 li.idxHbox__img02 p  {
background: url("../images/index/idxBox04_img03.jpg") center center no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}
.idxBox04 li.idxHbox__img03 p  {
background: url("../images/index/idxBox04_img01.jpg") center center no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}

.idxHbox__txt-in {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
position: relative;
min-height: 480px;
}

.idxHbox__txt-in h3 {
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 2rem;
font-weight: bold;
}

.idxHbox__txt-in p {
padding-top: 15px;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
margin-right: 20px;
font-size: 1.6rem;
line-height: 3;
font-weight: 500;
}

/*--idxBox05----------------------*/
.idxBox05 {
padding: 80px 0;
overflow: hidden;
}

.idxBox05_in {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 100px;
position: relative;
}

.idxBox05_in:before {
content: "";
position: absolute;
top: -40px;
left: 40%;
width: 1500px;
height: 280px;
background: #f8f8f8;
z-index: -1;
}

.idxBox05_in:last-child {
margin-bottom: 0;
}

.idxBox05_img {
min-height: 420px;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
width: 50%;
background: url("../images/index/idxBox05_img.jpg") center center no-repeat;
background-size: cover;
}

.idxBox05_img2 {
min-height: 420px;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
width: 50%;
background: url("../images/index/idxBox05_img02.jpg") center center no-repeat;
background-size: cover;
}

.idxBox05_txt  {
-ms-flex-preferred-size: 45%;
flex-basis: 45%;
width: 45%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.idxBox05_txt-in {
padding: 50px;
margin-left: -120px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.15);
position: relative;
}

.idxBox05_txt h3 {
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 2rem;
font-weight: bold;
margin-bottom: 15px;
}

.idxBox05_txt p {
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 1.6rem;
font-weight: 500;
line-height: 2;
}

.btn01 {
max-width: 250px;
margin: 50px 0 0 auto;
}
.btn01 a {
display: block;
text-align: center;
font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
border: 1px solid #333;
padding: 10px;
position: relative;
}
.btn01 a:before {
content: "";
position: absolute;
background: #333;
left: -40px;
top: 50%;
width: 80px;
height: 1px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.btn01 a:hover:before {
left: -20px
}


/*--idxBox06----------------------*/
.idxBox06 {
padding-top: 80px;
}

.idxBox06_in {
background: url("../images/index/idxBox06_bg.jpg") center center no-repeat;
background-size: cover;
padding: 50px 0;
}

.idxBox06_img2 {
display: none;
}

.idxBox06_txt {
width: 1100px;
margin: auto;
}

.idxBox06_txt-in {
box-sizing: border-box;
width: 55%;
background-color: #fff;
padding: 50px;
box-shadow: 0 0 10px rgba(0,0,0,0.15);
margin-top: -100px;
}

.idxBox06_txt h3 {
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 2rem;
font-weight: bold;
margin-bottom: 15px;
}

.idxBox06_txt p {
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 1.6rem;
font-weight: 500;
line-height: 2;
}

/*---------*/



}





/*----------------------------------------------------*/





/*sp*/
@media only screen and (max-width: 767px) {
#header {
background-color: rgba(255,255,255,1.00)
}

.hedTitWrap {
height: 100%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.hedTitPC {
display: none;
}

.hedTitSP {
display: block;
}

.hedTitSP,
.hedTitSP h2 {
height: 90%;
text-align: center;
}

.hedTitSP h2 img {
height: 100%;
}

/*---------------------*/

.headerWrap {
overflow: hidden;
}

.vegas-slide {
height: 100% !important;
}

.idxHbox {
/*display:-webkit-box;
display:-ms-flexbox;
display:flex;*/
}

/*.rv {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}*/

.idxHbox__img {
width: 100%;
margin-bottom: 20px;
}

.idxHbox__img li {
width: 86%;
height: 120px;
}

.idxHbox__img li:nth-child(1) {
margin-left: 7%;
margin-right: 7%;
}

.idxHbox__img li:nth-child(2) {
margin-left: 1%;
margin-right: 13%;
}

.idxHbox__img li:nth-child(3) {
margin-left: 12%;
margin-right: 2%;
}

.idxHbox__img li:nth-child(n+2) {
margin-top: 15px;
}

.idxHbox__txt {
width: 96%;
margin: auto;
}

/*--------*/
.btn01_vertical {
max-width: 250px;
margin: 50px auto 0;
}
.btn01_vertical a {
display: block;
text-align: center;
font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
border: 1px solid #333;
padding: 10px;
position: relative;
}
.btn01_vertical a:before {
content: "";
position: absolute;
background: #333;
left: -40px;
top: 50%;
width: 80px;
height: 1px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
/*_:-ms-lang(x)::-ms-backdrop, .btn01_vertical a:before {
left: 90%;
}
_:-ms-lang(x)::backdrop, .btn01_vertical a:before {
left: 90%;
}*/
.btn01_vertical a:hover:before {
left: -20px
}


/*--idxBox01----------------------*/
.idxBox01 {
background: url("../images/index/idxBox01_bg.jpg") left bottom no-repeat;
background-size: cover;
margin-bottom: 20px;
}

.idxBox01__box {
box-sizing: border-box;
width: 100%;
}

.idxBox01__txt {
padding: 6%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.idxBox01__txt h4 {
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 1.8rem;
line-height: 2;
font-weight: 500;
color: #fff;
text-shadow: 0px 0px 3px rgba(0,0,0,0.65);
}

/*--idxBox02 idxBox04----------------------*/
.idxBox02,
.idxBox03,
.idxBox04 {
padding: 40px 0;
}

/*.idxBox02 li.idxHbox__img01  {
background: url("../images/index/idxBox02_img01.jpg") center center no-repeat;
background-size: cover;
}
.idxBox02 li.idxHbox__img02  {
background: url("../images/index/idxBox02_img02.jpg") center center no-repeat;
background-size: cover;
}
.idxBox02 li.idxHbox__img03  {
background: url("../images/index/idxBox02_img03.jpg") center center no-repeat;
background-size: cover;
}*/
.idxBox02 li.idxHbox__img01 p  {
background: url("../images/index/idxBox02_img01.jpg") center center no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}
.idxBox02 li.idxHbox__img02 p  {
background: url("../images/index/idxBox02_img02.jpg") center center no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}
.idxBox02 li.idxHbox__img03 p  {
background: url("../images/index/idxBox02_img03.jpg") center center no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}

/*.idxBox03 li.idxHbox__img01  {
background: url("../images/index/idxBox03_img01.jpg") center center no-repeat;
background-size: cover;
}
.idxBox03 li.idxHbox__img02  {
background: url("../images/index/idxBox03_img02.jpg") center center no-repeat;
background-size: cover;
}
.idxBox03 li.idxHbox__img03  {
background: url("../images/index/idxBox03_img03.jpg") center center no-repeat;
background-size: cover;
}*/
.idxBox03 li.idxHbox__img01 p  {
background: url("../images/index/idxBox03_img01.jpg") center center no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}
.idxBox03 li.idxHbox__img02 p  {
background: url("../images/index/idxBox03_img02.jpg") center center no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}
.idxBox03 li.idxHbox__img03 p  {
background: url("../images/index/idxBox03_img03.jpg") center center no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}

/*.idxBox04 li.idxHbox__img01  {
background: url("../images/index/idxBox04_img01.jpg") center center no-repeat;
background-size: cover;
}
.idxBox04 li.idxHbox__img02  {
background: url("../images/index/idxBox04_img02.jpg") center center no-repeat;
background-size: cover;
}
.idxBox04 li.idxHbox__img03  {
background: url("../images/index/idxBox04_img03.jpg") center center no-repeat;
background-size: cover;
}*/
.idxBox04 li.idxHbox__img01 p  {
background: url("../images/index/idxBox04_img02.jpg") center center no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}
.idxBox04 li.idxHbox__img02 p  {
background: url("../images/index/idxBox04_img03.jpg") center center no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}
.idxBox04 li.idxHbox__img03 p  {
background: url("../images/index/idxBox04_img01.jpg") center center no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}

.idxHbox__txt-in {
width: 100%;
position: relative;
}

.idxHbox__txt-in h3 {
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 2rem;
font-weight: bold;
}

.idxHbox__txt-in p {
padding-top: 15px;
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
margin-right: 20px;
font-size: 1.6rem;
line-height: 2;
font-weight: 500;
}

/*--idxBox05----------------------*/
.idxBox05 {
padding: 40px 0;
overflow: hidden;
}

.idxBox05_in {
margin-bottom: 60px;
position: relative;
}

/*.idxBox05_in:before {
content: "";
position: absolute;
top: -40px;
left: 40%;
width: 1500px;
height: 280px;
background: #f8f8f8;
z-index: -1;
}*/

.idxBox05_in:last-child {
margin-bottom: 0;
}

.idxBox05_img {
min-height: 280px;
width: 100%;
background: url("../images/index/idxBox05_img.jpg") center center no-repeat;
background-size: cover;
}

.idxBox05_img2 {
min-height: 280px;
width: 100%;
background: url("../images/index/idxBox05_img02.jpg") center center no-repeat;
background-size: cover;
}

.idxBox05_txt  {
width: 94%;
margin: -30px auto 0;
}

.idxBox05_txt-in {
padding: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.15);
position: relative;
}

.idxBox05_txt h3 {
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 2rem;
font-weight: bold;
margin-bottom: 15px;
}

.idxBox05_txt p {
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 1.6rem;
font-weight: 500;
line-height: 2;
}

.btn01 {
max-width: 250px;
margin: 50px auto 0;
}
.btn01 a {
display: block;
text-align: center;
font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
border: 1px solid #333;
padding: 10px;
position: relative;
}
.btn01 a:before {
content: "";
position: absolute;
background: #333;
left: -40px;
top: 50%;
width: 80px;
height: 1px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.btn01 a:hover:before {
left: -20px
}


/*--idxBox06----------------------*/
.idxBox06 {
padding-top: 40px;
}

.idxBox06_in {
/*background: url("../images/index/idxBox06_bg.jpg") center center no-repeat;
background-size: cover;*/
padding: 20px 0;
}

.idxBox06_img2 {
min-height: 280px;
width: 96%;
margin: auto;
background: url("../images/index/idxBox06_img.jpg") center center no-repeat;
background-size: auto;
background-size: cover;
}

.idxBox06_txt {
width: 92%;
margin: -30px auto 0;
}

.idxBox06_txt-in {
box-sizing: border-box;
width: 100%;
background-color: #fff;
padding: 20px;
box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.idxBox06_txt h3 {
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 2rem;
font-weight: bold;
margin-bottom: 15px;
}

.idxBox06_txt p {
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 1.6rem;
font-weight: 500;
line-height: 2;
}





}