@charset "UTF-8";
/* COMMON ==================== */
.margin-top3{
  margin-top:3%;
  position: relative;
  z-index: 9999;
}
.margin-top5{
  margin-top:5%;
  position: relative;
  z-index: 9999;
}
.margin-top10{
  margin-top:10%;
  position: relative;
  z-index: 9999;
}
.margin-top15{
  margin-top:15%;
  position: relative;
  z-index: 9999;
}
.margin-top20{
  margin-top:20%;
  position: relative;
  z-index: 9999;
}
.margin-top25{
  margin-top:25%;
  position: relative;
  z-index: 9999;
}
.margin-top30{
  margin-top:30%;
  position: relative;
  z-index: 9999;
}
.margin-top35{
  margin-top:35%;
  position: relative;
  z-index: 9999;
}
.margin-top40{
  margin-top:40%;
  position: relative;
  z-index: 9999;
}
.margin-top45{
  margin-top:45%;
  position: relative;
  z-index: 9999;
}
.margin-top50{
  margin-top:50%;
  position: relative;
  z-index: 9999;
}
.margin-top-5{
  margin-top:-5%;
  position: relative;
  z-index: 9999;
}
.margin-top-10{
  margin-top:-10%;
  position: relative;
  z-index: 9999;
}
.margin-top-15{
  margin-top:-15%;
  position: relative;
  z-index: 9999;
}
.margin-top-20{
  margin-top:-20%;
  position: relative;
  z-index: 9999;
}
.margin-top-25{
  margin-top:-25%;
  position: relative;
  z-index: 9999;
}
.margin-top-30{
  margin-top:-30%;
  position: relative;
  z-index: 9999;
}
.margin-top-35{
  margin-top:-35%;
  position: relative;
  z-index: 9999;
}
.margin-top-40{
  margin-top:-40%;
  position: relative;
  z-index: 9999;
}
.margin-top-45{
  margin-top:-45%;
  position: relative;
  z-index: 9999;
}
.margin-top-50{
  margin-top:-50%;
  position: relative;
  z-index: 9999;
}
.margin-top-55{
  margin-top:-55%;
  position: relative;
  z-index: 9999;
}
.margin-top-60{
  margin-top:-60%;
  position: relative;
  z-index: 9999;
}


#wrapper{
}
div.bg{
  position:relative;
}
div.bg::before {
  content:"";
  display:inline-block;
  position:fixed;
  top:0;
  left:0;
  z-index:0;
  width:100%;
  height:100vh;
  background-image: url('../img/bg.jpg');
  background-repeat:no-repeat;
  background-position:center top;
  background-size:100% 100vh;
}

.content{
  position:relative;
  z-index:1;
  width: 100%;
  background-image: url('../img/bg_line.png');
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
}
.bg-content-left{
  width: 100%;
  background-image: url('../img/bg-content-left.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}
.bg-content-right{
  width: 100%;
  background-image: url('../img/bg-content-right.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}
.content img,
#headimage img{
  width: 100%;
}
h2{
  display:block;
  width:100%;
  margin: 5% auto 2% !important;
  position: relative;
  z-index: 9999;
}
h2 img{
  width: 100%;
}
h3{
  display:block;
  width:90%;
  margin: 5% auto 2% !important;
  position: relative;
  z-index: 9999;
}
h3 img{
  width: 100%;
}
h4{
  display:block;
  width:90%;
  margin: 5% auto 2% !important;
  position: relative;
  z-index: 9999;
}
h4 img{
  width: 100%;
}
h5{
  margin: 5% auto 2% !important;
}
hr{
  background: linear-gradient(to right, rgba(0,200,255,1), rgba(0,200,255,0), rgba(0,200,255,1));
	background: -webkit-linear-gradient(left, rgba(0,200,255,1), rgba(0,200,255,0)), rgba(0,200,255,1));
	background: -moz-linear-gradient(left, rgba(0,200,255,1), rgba(0,200,255,0)), rgba(0,200,255,1));
	background: -o-linear-gradient(left, rgba(0,200,255,1), rgba(0,200,255,0)), rgba(0,200,255,1));
	background: -ms-linear-gradient(left, rgba(0,200,255,1), rgba(0,200,255,0)), rgba(0,200,255,1));
  height: 2px;
  margin:0;
  padding:0;
}

/* Slider */
.slider {
  width: 100%;
  margin: auto 0 !important;
  padding:2px 0;
  position: relative;
  background: linear-gradient(to right, rgba(0,200,255,1), rgba(0,200,255,0), rgba(0,200,255,1));
	background: -webkit-linear-gradient(left, rgba(0,200,255,1), rgba(0,200,255,0)), rgba(0,200,255,1));
	background: -moz-linear-gradient(left, rgba(0,200,255,1), rgba(0,200,255,0)), rgba(0,200,255,1));
	background: -o-linear-gradient(left, rgba(0,200,255,1), rgba(0,200,255,0)), rgba(0,200,255,1));
	background: -ms-linear-gradient(left, rgba(0,200,255,1), rgba(0,200,255,0)), rgba(0,200,255,1));
}

.slick-slide {
  width:100%;
  height:auto !important;
}
.slick-slide img {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #fff;
}
.prevArrow,
.nextArrow{
  position: absolute;
  z-index: 1000;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  cursor: pointer;
  width: 5% !important;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .prevArrow{
    left: 20px;
  }
  .nextArrow{
    right: 20px;
  }
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
  .prevArrow{
    left: 10px;
  }
  .nextArrow{
    right: 10px;
  }
}
.slick-dots{
  position: absolute;
  left: 0;
  z-index: 9999 !important;
}
.slick-dots li button:before{
    font-family: 'slick';
    content: '•';
    text-align: center;
    line-height: 1.0;
    color: #fff !important;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .slick-dots{
    bottom: 1.25rem;
  }
  .slick-dots li button:before{
      font-size: 15px;
  }
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
  .slick-dots{
    bottom: -0.3125rem !important;
  }
  .slick-dots li button:before{
      font-size: 8px !important;
  }
}
.slick-dots li.slick-active button:before{
    color: #ffd500 !important;
}

@media screen and ( min-width:768px ) { /* PC ==================== */
  .main-image{
    position: relative;
  }
  .main-image .content-text{
    position: absolute;
    width:60%;
    top:0;
    left:0;
    border-top:0;
  }
  .main-image .content-text p{
    background-image:none;
  }
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
}

.content-text {
  width:90%;
  margin: 2% auto 2% !important;
  position: relative;
  z-index: 9999;
}

.mv_all{
  width:100%;
}
.mv-position{
  position: relative;
}
.mv_left{
  width:50%;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);/*左上(横縦)　左下(横縦)　右下(横縦)　右上(横縦)*/
  position:absolute;
  top:0;
  left:0;
}
.mv_right{
  width:50%;
  clip-path: polygon(0% 0%, 15% 100%, 100% 100%, 100% 0%);/*左上(横縦)　左下(横縦)　右下(横縦)　右上(横縦)*/
  position:absolute;
  top:0;
  right:0;
}
.mv_leftB{
  width:50%;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 85% 0%);/*左上(横縦)　左下(横縦)　右下(横縦)　右上(横縦)*/
  position:absolute;
  top:0;
  left:0;
}
.mv_rightB{
  width:50%;
  clip-path: polygon(15% 0%, 0% 100%, 100% 100%, 100% 0%);/*左上(横縦)　左下(横縦)　右下(横縦)　右上(横縦)*/
  position:absolute;
  top:0;
  right:0;
}
.mv_leftC{
  width:50%;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 85% 0%);/*左上(横縦)　左下(横縦)　右下(横縦)　右上(横縦)*/
  position:absolute;
  top:37%;
  left:0;
}
.mv_rightC{
  width:50%;
  clip-path: polygon(15% 0%, 0% 100%, 100% 100%, 100% 0%);/*左上(横縦)　左下(横縦)　右下(横縦)　右上(横縦)*/
  position:absolute;
  top:37%;
  right:0;
}
.mv_rightD{
  width:50%;
  position:absolute;
  top:0;
  right:0;
}
.mv_rightD p{
  margin-right:10%;
}
.mv_rightD .mv_BowConnector{
  width:100%;
  clip-path: polygon(0% 0%, 15% 100%, 100% 100%, 100% 0%);/*左上(横縦)　左下(横縦)　右下(横縦)　右上(横縦)*/
  margin-top:5%;
}

.pic_logoimage{
    width:80%;
    margin:0 auto;
}

.note-text{
  margin:0 !important;
  padding:10px 0 30px 0 !important;
}





@media screen and (min-width: 768px) { /* PC ==================== */
}
@media screen and (max-width: 768px) { /* SP  ==================== */
}
