@charset "UTF-8";
/* CSS Document */


body{
  padding: 0;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #2B2B2B;
}

a{
  text-decoration: none;
}



/*ここからヘッダー*/

header{
  display: block;
  position: fixed;
  width: 100%;
  height: auto;
  margin: auto;
  background-color: rgb(255 255 255 / 0.5);
  z-index: 999999;
}
.header_nk{
  display: flex;
  justify-content: space-between;
  width: 90%;
  height: auto;
  margin: auto;
}
.header_left{
  display: block;
  width: 200px;
}
.header_left a img{
  width: 100%;
  padding: 20px 0;
}

.header_right nav{
  display: flex;
  margin-top: 25px;
}
.header_right a{
  display: block;
  width: 90px;
  text-align: right;
  font-size: 1.1em;
  color: #242424;
  font-weight: bold;
}





/*ここからメイン*/
main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_view{
  display: block;
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 550px;
  max-height: 750px;
  background-color: #FFFFFF;
  overflow: hidden;
}
.main_view_up{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main_view_up_left{
  display: block;
  position: relative;
  width: 80%;
  height: 70vh;
  min-height: 450px;
  max-height: 650px;
  background-color: #C1C1C1;
  margin-top: 100px;
  background-image: url("../img/24153047_m.jpg");
  background-size: cover;
  background-position: top right;
}
.main_view_up_left h1{
  display: block;
  position: absolute;
  top: 180px;
  left: 5%;
  font-family: "Tsukimi Rounded", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5em;
  transform: rotate(-10deg);
  color: #060080;
  text-shadow: 0 0 5px #FFFFFF;
}
.main_view_up_left h1 span{
  font-size: 0.7em;
}

.main_view_up_right{
  display: block;
  position: absolute;
  top: 230px;
  right: 6vw;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 3em;
  font-family: "Tsukimi Rounded", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.main_view_up_right span{
  font-size: 0.6em;
}



.main_view_down{
  display: flex;
  width: 95%;
  max-width: 1000px;
  margin: auto;
  height: auto;
}
.main_view_down_left{
  display: block;
  width: 150px;
  height: auto;
  background-color: #2B2B2B;
  text-align: center;
  line-height: 300%;
  font-size: 1.5em;
  color: #FFFFFF;
}
.main_view_down_right{
  display: block;
  margin-left: 20px;
  margin-top: 15px;
}

.content1{
  display: block;
  width: 100%;
  height: auto;
  padding: 50px;
  background: linear-gradient(to right, #006CE7, #0022B2);
  text-align: center;
  color: #FFFFFF;
  font-family: "Tsukimi Rounded", sans-serif;
  font-weight: 400;
  font-style: normal;
}




.content2{
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 95%;
  max-width: 1000px;
  margin: auto;
  padding: 80px 0;
  text-align: justify;
}
.content2_left{
  display: block;
  width: 40%;
  margin-top: -50px;
}
.content2_left h1{
  display: block;
  font-family: "Tsukimi Rounded", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #F9C9CA;
  transform: rotate(-5deg);
  font-size: 4em;
}
.content2_left span{
  display: block;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.5em;
  margin-top: -20px;
  font-weight: bold;
}


.content2_right{
  display: flex;
  width: 55%;
}
.content2_right_one{
  display: block;
  width: 260px;
  height: 300px;
  background-color: #0065EA;
  margin: 0%;
  box-shadow: 2px 2px 5px gray;
  overflow: hidden;
}
.content2_right_one h2{
  display: block;
  height: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 20px;
  color: #FFFFFF;
}
.content2_img{
  display: block;
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center center;
}
.phot1{
  background-image: url("../img/event.jpg");
}
.phot2{
  background-image: url("../img/consr1.jpg");
}
.phot3{
  background-image: url("../img/int.jpg");
}
.phot4{
  background-image: url("../img/goods.jpg");
}
.phot5{
  background-image: url("../img/ticket.jpg");
}
.phot6{
  background-image: url("../img/bunsk.jpg");
}

.slick-item{
  display: block;
  width: 260px;
  margin: 0 10px 0 0px;
}



/*スライダー*/
.content_area{
  width: 100%;
  padding: 0 0px;
  margin: auto;
}
.arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 15px 0 0;
  position: relative;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #0064F3;
  border-radius: 10px;
  transition: all .3s ease;
  cursor: pointer;
  position:relative;
}

.prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before{
  position:absolute;
  content: "";
  width:10px;
  height:10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}

@media screen and (max-width:560px){
  .content_area{
    padding: 0 0px;
  }
  .arrow_box {
    margin: 10px 0 0;
  }

  .prev-arrow,
  .next-arrow {
    width: 45px;
    height: 45px;
  }
}



.content3{
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #D0D0D0;
  background-image: url("../img/32219578_m.jpg");
  background-size: cover;
  background-position: top center;
  z-index: 1;
}
.content3_bg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 10;
  background-color: rgb(0 50 255 / 0.3);
}
.content3 h1{
  position: relative;
  z-index: 100;
  text-align: center;
  font-family: "Tsukimi Rounded", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  transform: rotate(-0deg);
  font-size: 2em;
  line-height: 400px;
}


.content4{
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 95%;
  max-width: 1000px;
  margin: auto;
  padding: 80px 0;
}
.content4_right{
  display: block;
  width: 50%;
  height: 200px;
  background-color: #EBEBEB;
  padding: 0 5%;
  border-radius: 10px;
}
.content4_right h2{
  text-align: center;
  margin-top: 30px;
  color: #00156D;
}
.content4_right p{
  text-align: center;
  font-size: 2em;
  letter-spacing: 4px;
  font-weight: bold;
  line-height: 0;
  margin-top: 40px;
}
.content4_right span{
  display: block;
  text-align: center;
}






/*ここからフッター*/

footer{
  display: block;
  width: 100%;
  height: 200px;
  background-color: #262626;
}
.footer_nk{
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1000px;
  margin: auto;
  height: 200px;
}
.footer_left{
  display: block;
  width: 30%;
  height: auto;
  margin-top: 50px;
}
.footer_left a{
  display: block;
  width: 300px;
}
.footer_left a img{
  display: block;
  width: 100%;
}
.footer_right{
  display: block;
  color: #DFDFDF;
  text-align: end;
  margin-top: 50px;
}
.footer_right span{
  display: block;
  font-size: 1.5em;
}
.footer_under{
  display: block;
  width: 100%;
  background-color: #000000;
  color: #9B9B9B;
  font-size: 0.8em;
  padding: 8px 0;
  text-align: center;
}




/*ここからサービスページ*/

.service_top{
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #DEDCDD;
  overflow: hidden;
  margin-top: 100px;
  background-image: url("../img/4667537_m.jpg");
  background-size: cover;
  background-position: center center;
}
.service_top_bg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 10;
  background-color: rgb(0 80 255 / 0.5);
}
.service_top h1{
  position: relative;
  text-align: center;
  line-height: 150px;
  z-index: 100;
  font-size: 3em;
  color: #EAEAEA;
}


.content_sub{
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 95%;
  max-width: 1000px;
  margin: auto;
  padding: 80px 0;
}
.content_sub_left{
  display: block;
  width: 40%;
  margin-top: -50px;
  text-align: justify;
}
.content_sub_left h1{
  display: block;
  font-family: "Tsukimi Rounded", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #F9C9CA;
  transform: rotate(-5deg);
  font-size: 4em;
}
.content_sub_left span{
  display: block;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.5em;
  margin-top: -20px;
  font-weight: bold;
}


.content_sub_right{
  display: block;
  width: 55%;
  margin-top: 100px;
}
.content_sub_phot{
  display: block;
  width: 100%;
  height: 300px;
  background-color: #E3E3E3;
  background-size: cover;
  background-position: center center;
}

 .se_phot1{
    background-image: url("../img/event.jpg");
  }
  .se_phot2{
    background-image: url("../img/consr1.jpg");
  }
  .se_phot3{
    background-image: url("../img/int.jpg");
  }
  .se_phot4{
    background-image: url("../img/goods.jpg");
  }
  .se_phot5{
    background-image: url("../img/ticket.jpg");
  }
  .se_phot6{
    background-image: url("../img/bunsk.jpg");
  }
  






@media screen and (max-width: 1050px) {
	/* 1050px以下に適用されるCSS（スマホ用） */
  main{
  display: block;
  width: 1050px;
  height: auto;
  overflow: hidden;
}
  
  footer{
  display: block;
  width: 1050px;
  height: 200px;
  background-color: #262626;
}
  
  
  
}










@media screen and (max-width: 600px) {
	/* 600px以下に適用されるCSS（スマホ用） */
  
  
  
  .br{
    display: none;
  }  
  
  /*ここからヘッダー*/

header{
  display: block;
  position: fixed;
  width: 100%;
  height: auto;
  margin: auto;
  background-color: rgb(255 255 255 / 0.5);
  z-index: 999999;
}
.header_nk{
  display: flex;
  justify-content: space-between;
  width: 90%;
  height: auto;
  margin: auto;
}
.header_left{
  display: block;
  width: 30vw;
}
.header_left a img{
  width: 100%;
  padding: 3vw 0;
}

.header_right nav{
  display: flex;
  margin-top: 4vw;
}
.header_right a{
  display: block;
  width: 15vw;
  text-align: right;
  font-size: 3vw;
  color: #242424;
  font-weight: bold;
}





/*ここからメイン*/
main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_view{
  display: block;
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 80vh;
  max-height: 80vh;
  background-color: #FFFFFF;
  overflow: hidden;
}
.main_view_up{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main_view_up_left{
  display: block;
  position: relative;
  width: 80%;
  height: 70vh;
  min-height: 70vh;
  max-height: 70vh;
  background-color: #C1C1C1;
  margin-top: 15vw;
  background-image: url("../img/24153047_m.jpg");
  background-size: cover;
  background-position: top right;
}
.main_view_up_left h1{
  display: block;
  position: absolute;
  top: 40vh;
  left: 5%;
  font-family: "Tsukimi Rounded", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7vw;
  transform: rotate(-10deg);
  color: #060080;
  text-shadow: 0 0 5px #FFFFFF;
}
.main_view_up_left h1 span{
  font-size: 0.7em;
}

.main_view_up_right{
  display: block;
  position: absolute;
  top: 40vw;
  right: 4vw;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 9vw;
  font-family: "Tsukimi Rounded", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.main_view_up_right span{
  font-size: 0.6em;
}



.main_view_down{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 4vw;
  height: auto;
}
.main_view_down_left{
  display: block;
  width: 100%;
  height: auto;
  background-color: #2B2B2B;
  text-align: center;
  line-height: 300%;
  font-size: 5vw;
  color: #FFFFFF;
}
.main_view_down_right{
  display: block;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 3vw;
}

.content1{
  display: block;
  width: 90%;
  height: auto;
  padding: 3% 5%;
  background: linear-gradient(to right, #006CE7, #0022B2);
  text-align: justify;
  color: #FFFFFF;
  font-family: "Tsukimi Rounded", sans-serif;
  font-weight: 400;
  font-style: normal;
}




.content2{
  display: block;
  position: relative;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 5vw 0;
}
.content2_left{
  display: block;
  width: 100%;
  margin-top: -10vw;
}
.content2_left h1{
  display: block;
  font-family: "Tsukimi Rounded", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #F9C9CA;
  transform: rotate(-5deg);
  font-size: 12vw;
}
.content2_left span{
  display: block;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 4vw;
  margin-top: -20px;
  font-weight: bold;
}


.content2_right{
  display: block;
  width: 100%;
  margin-top: 5vw;
}
.content2_right_one{
  display: block;
  width: 40vw;
  height: 50vw;
  background-color: #0065EA;
  margin: 0%;
  box-shadow: 2px 2px 5px gray;
  overflow: hidden;
}
.content2_right_one h2{
  display: block;
  height: 4vw;
  text-align: center;
  font-weight: 600;
  font-size: 3vw;
  line-height: 4vw;
  color: #FFFFFF;
}
.content2_img{
  display: block;
  width: 100%;
  height: 45vw;
  background-size: cover;
  background-position: center center;
}
.slick-item{
  display: block;
  width: 40vw;
  margin: 0 3vw 0 0px;
}



/*スライダー*/
.content_area{
  width: 100%;
  padding: 0 0px;
  margin: auto;
}
.arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 15px 0 0;
  position: relative;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #0064F3;
  border-radius: 10px;
  transition: all .3s ease;
  cursor: pointer;
  position:relative;
}

.prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before{
  position:absolute;
  content: "";
  width:10px;
  height:10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}




.content3{
  display: block;
  position: relative;
  width: 100%;
  height: 50vw;
  background-color: #D0D0D0;
  background-image: url("../img/32219578_m.jpg");
  background-size: cover;
  background-position: top center;
  z-index: 1;
}
.content3_bg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vw;
  z-index: 10;
  background-color: rgb(0 50 255 / 0.3);
}
.content3 h1{
  position: relative;
  z-index: 100;
  text-align: center;
  font-family: "Tsukimi Rounded", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  transform: rotate(-0deg);
  font-size: 5vw;
  line-height: 50vw;
}


.content4{
  display: block;
  position: relative;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 5vw 0;
}
.content4_right{
  display: block;
  width: 90%;
  height: 35vw;
  background-color: #EBEBEB;
  padding: 0 5%;
  border-radius: 10px;
}
.content4_right h2{
  text-align: center;
  margin-top: 30px;
  color: #00156D;
  line-height: 15vw;
}
  hr{
    margin-top: -6vw;
  }
.content4_right p{
  text-align: center;
  font-size: 6vw;
  letter-spacing: 1vw;
  font-weight: bold;
  line-height: 0;
  margin-top: 7vw;
}
.content4_right span{
  display: block;
  text-align: center;
}






/*ここからフッター*/

footer{
  display: block;
  width: 100%;
  height: auto;
  background-color: #262626;
}
.footer_nk{
  display: block;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  height: auto;
}
.footer_left{
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-top: 10vw
}
.footer_left a{
  display: block;
  width: 60%;
}
.footer_left a img{
  display: block;
  width: 100%;
}
.footer_right{
  display: block;
  color: #DFDFDF;
  text-align: start;
  margin-top: 5vw;
  font-size: 2.5vw;
  padding-bottom: 5vw;
}
.footer_right span{
  display: block;
  font-size: 1.5em;
}
.footer_under{
  display: block;
  width: 100%;
  background-color: #000000;
  color: #9B9B9B;
  font-size: 2vw;
  padding: 8px 0;
  text-align: center;
}




/*ここからサービスページ*/

.service_top{
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  background-color: #DEDCDD;
  overflow: hidden;
  margin-top: 15vw;
  background-image: url("../img/4667537_m.jpg");
  background-size: cover;
  background-position: center center;
}
.service_top_bg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20vw;
  z-index: 10;
  background-color: rgb(0 80 255 / 0.5);
}
.service_top h1{
  position: relative;
  text-align: center;
  line-height: 10vw;
  z-index: 100;
  font-size: 8vw;
  color: #EAEAEA;
}


.content_sub{
  display: block;
  position: relative;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 5vw 0;
}
.content_sub_left{
  display: block;
  width: 100%;
  margin-top: -10vw;
}
.content_sub_left h1{
  display: block;
  font-family: "Tsukimi Rounded", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #F9C9CA;
  transform: rotate(-5deg);
  font-size: 12vw;
}
.content_sub_left span{
  display: block;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 4vw;
  margin-top: -20px;
  font-weight: bold;
}


.content_sub_right{
  display: block;
  width: 100%;
  margin-top: 5vw;
}
.content_sub_phot{
  display: block;
  width: 100%;
  height: 50vw;
  background-color: #E3E3E3;
  background-size: cover;
  background-position: center center;
}
 
  
  
  
  
  
  
  
}



























