
/*--PC以下全部用 ここから-------------------------------*/



body{
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  opacity:0;
  margin: 0;
  padding: 0;
  animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/*--PC headerここから-------------------------------*/
header {
  position:fixed;
  width:100%;
  z-index: 999;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.3);
  margin-top: -110px;
}

header #top_logo{
  margin:0 auto;
  width:100%;
  display:block;
  height:60px;
  line-height: 50px;
  text-align: center;
  background: #fff;
}


header #top_logo a img{
  max-height: 40px;
  margin:0 auto;
  padding: 0;
  vertical-align: middle;
}


header #globalnavi{
  width:100%;
  height:50px;
  line-height:50px;
  text-align: center;
  margin:0;
  padding:0;
}

header #globalnavi li{
  margin:0;
  /*width:20%;*/
  width:20%;
  height:100%;
  float:left;
  list-style: none;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  opacity:0.7;
  transition:0.3s ease-out;
  position: relative;
  overflow: hidden;
}

header #globalnavi li a{
  transition:0.3s ease-out;
}

header #globalnavi li a:before{
  content:"|";
  position:absolute;
  left:-20px;
  top:0%;
  transition:0.2s ease-out;
  color: #ccc;
}

header #globalnavi li a:after{
  content:"|";
  position:absolute;
  right:-20px;
  top:0%;
  transition:0.2s ease-out;
  color: #ccc;
}

header #globalnavi li:hover a:before{
  left:20px;
}
header #globalnavi li:hover a:after{
  right:20px;
}
header #globalnavi li:hover{
  opacity:1;
}
header #globalnavi li:hover a{
  color:#0026a3;
}



header #globalnavi li a{
  text-decoration: none;
  color:#666;
  font-weight: bold;
}

#nav-drawer{
  display: none;
}



/*--PC bodyここから-------------------------------*/

body #pagebody{
  margin-top: 110px;
  width:100%;
  height:100%;
  overflow: hidden;
  position: relative;
}

body #top_slider{
  position: relative;
  width:100%;
  overflow: hidden;
  height:85vh;
}

body #top_slider img{
  position:relative;
  width:100%;
}

body #top_slider .bg_1{
  position:absolute;
  z-index:1;
  top:90vh;
  width:300%;
  height:500px;
  opacity:0.5;
  background-image: linear-gradient(-100deg, #2D26E8, #75ACFF);
  transform: translateX(-50%) translateY(-50%) rotate(5deg);
  animation: bg_in 0.8s ease-out;
}

@keyframes bg_in {
    0% {
        margin-top:50vh;
    }
    100% {
        margin-top:0vh;
    }
}

body #top_slider h1.page_name,
body #top_slider h1.page_name_about{
  position: absolute;
  bottom:10vh;
  left:10%;
  z-index:1;
  font-size:2em;
  color: #fff;
  opacity:0;
  animation: fadeIn 0.8s 0.8s ease-out forwards;
}


body #top_slider .page_name:before{
  content:"";
  position: absolute;
  top:3px;
  left:-2em;
  height:2em;
  border-width:5px;
  border-style: solid;
  border-color: #fff;
  animation: bar_in_X 0.3s 0.9s ease-out forwards;
}

@keyframes bar_in_X {
  0% {
      left:-2em;
  }
  100% {
      left:-1em;
  }
}


body #top_slider h1.page_name:after{
  position: absolute;
  margin:0;
  content:"フランチャイズ事業のご案内";
  width:100%;
  bottom:-10em;
  left:0px;
  animation: fadeIn 0.8s 0.8s ease-out forwards;
  animation: bar_in_Y 0.3s 0.9s ease-out forwards;
  font-size: 0.5em;
}

@keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@keyframes bar_in_Y {
  0% {
      bottom:-4em;
  }
  100% {
      bottom:-2em;
  }
}

body #top_slider .page_name_about:before{
  content:"";
  position: absolute;
  top:3px;
  left:-2em;
  height:2em;
  border-width:5px;
  border-style: solid;
  border-color: #fff;
  animation: bar_in_X 0.3s 0.9s ease-out forwards;
}

body #top_slider h1.page_name_about:after{
  position: absolute;
  margin:0;
  content:"「テルル」について";
  width:100%;
  bottom:-10em;
  left:0px;
  animation: fadeIn 0.8s 0.8s ease-out forwards;
  animation: bar_in_Y 0.3s 0.9s ease-out forwards;
  font-size: 0.5em;
}

body #top_slider h1.page_name_industry:after{
  position: absolute;
  margin:0;
  content:"通信業界について";
  width:100%;
  bottom:-10em;
  left:0px;
  animation: fadeIn 0.8s 0.8s ease-out forwards;
  animation: bar_in_Y 0.3s 0.9s ease-out forwards;
  font-size: 0.5em;
}

body #top_slider h1.page_name_introduction:after{
  position: absolute;
  margin:0;
  content:"導入について";
  width:100%;
  bottom:-10em;
  left:0px;
  animation: fadeIn 0.8s 0.8s ease-out forwards;
  animation: bar_in_Y 0.3s 0.9s ease-out forwards;
  font-size: 0.5em;
}

body #top_slider h1.page_name_contact:after{
  position: absolute;
  margin:0;
  content:"お問い合わせ";
  width:100%;
  bottom:-10em;
  left:0px;
  animation: fadeIn 0.8s 0.8s ease-out forwards;
  animation: bar_in_Y 0.3s 0.9s ease-out forwards;
  font-size: 0.5em;
}

body #pagebody .bg_2{
  position:absolute;
  z-index:-9;
  top:200vh;
  width:300%;
  height:1500px;
  background-image: linear-gradient(-100deg, #2D26E8, #75ACFF);
  transform: translateX(-50%) translateY(-50%) rotate(-5deg);
  animation: bg_in 0.8s 0.2s ease-out;
}

@keyframes bg_in {
    0% {
        margin-top:50vh;
    }
    100% {
        margin-top:0vh;
    }
}

body #pagebody .bg_5{
    position:absolute;
    z-index:-9;
    top:400vh;
    width:500%;
    height:8000px;
    background-image: linear-gradient(-100deg, #118, #229);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    animation: bg_in 0.8s 0.2s ease-out;
  }

@keyframes bg_in {
    0% {
        margin-top:50vh;
    }
    100% {
        margin-top:0vh;
    }
}



body #pagebody .bg_4{
  position:absolute;
  z-index:-9;
  top:200vh;
  width:300%;
  height:6000px;
  /*background-image: linear-gradient(-100deg, #2D26E8, #75ACFF);*/
  background-image: url("../images/contact-area_bg2.jpg");
  background-position: left bottom;
  background-size: cover;
  transform: translateX(-50%) translateY(-50%) rotate(-5deg);
  animation: bg_in 0.8s 0.2s ease-out;
}



body #contact_area{
  position: relative;
  text-align: center;
  width:100%;
  z-index: 99;
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.3);
  margin-bottom:5%;
  background: #fff;
  /*background-image: url("../images/contact-area_bg2.jpg");*/
  background-position: center center;
  background-size: cover;
}

body #contact_area .content_area_button{
  margin:20px;
}

.button {
  display: inline-block;
  width: 180px;
  height:50px;
  text-align: center;
  /*background-color: #9ec34b;*/
  font-size: 16px;
  line-height: 52px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
  transition: 0.3s ease-out;
  transition-delay: .1s;
  background-image: linear-gradient(-100deg, #2D26E8, #75ACFF);
}

.button:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .3s;
  z-index: -1;
}

.button:hover{
  color: #2D26E8;
  box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
}

.button:hover:after{
  height: 350%;
  opacity: 1;
}

.button:active:after{
  height: 340%;
  opacity: 1;
}


body #pagebodymain{
  position: relative;
  width:100%;
  z-index: 99;
  overflow: hidden;
}


body #pagebodymain .flexbox{
  display: flex;
  flex-flow:row wrap;
  justify-content:center;
  align-items: flex-start;
  width:100%;
}

body #pagebodymain .flexbox .flexbox_item{
  width:45%;
  min-width:400px;
  line-height:300px;
  height:300px;
  overflow: hidden;
  text-overflow:nowrap;
  margin:0.5%;
  position:relative;
  background: #fff;
  box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
  position: relative;
  border-radius: 10px;
}


body #pagebodymain .flexbox .flexbox_item_nonebg{
  width:45%;
  min-width:400px;
  line-height:300px;
  height:500px;
  overflow: hidden;
  text-overflow:nowrap;
  margin:0.5%;
  position:relative;
  border-radius: 10px;
  /*
  background: #fff;
    */
  box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
}

body #pagebodymain .flexbox .industry_bg:nth-child(2){
  background-image: url("../images/industry_bg2.jpg");
  background-position: center center;
  background-size: cover;
}

body #pagebodymain .flexbox .industry_bg:nth-child(4){
  background-image: url("../images/smart-device.jpg");
  background-position: center center;
  background-size: cover;
}

body #pagebodymain .flexbox .industry_bg:nth-child(6){
  background-image: url("../images/industry_bg3.jpg");
  background-position: center center;
  background-size: cover;
}

body #pagebodymain .flexbox .industry_bg:nth-child(8){
  background-image: url("../images/industry_bg4.jpg");
  background-position: center center;
  background-size: cover;
}

body #pagebodymain .flexbox .flexbox_item_nonebg:last-child{
  margin-bottom:10%;
}

body #pagebodymain .flexbox .flexbox_item_nonebg span{
  display: block;
  text-align: left;
}
body #pagebodymain .flexbox .flexbox_item_nonebg p.item_title{
  color:#fff;
  width:90%;
  text-align: center;
  top:20%;
  font-weight: bold;
  border-bottom:3px solid #FFF;
  line-height:1.8em;
  font-size:1.5em;
}
body #pagebodymain .flexbox .flexbox_item_nonebg p.item_description{
  color: #fff;
  top:60%;
  width:90%;
  line-height: 2em;
  font-weight: normal;
}


body #pagebodymain .flexbox p.item_title{
  position:absolute;
  left:50%;
  top:30%;
  transform: translate(-50%, -50%);
  margin:auto;
  font-size: 1.2em;
  font-weight: bold;
  color: #444;
}

body #pagebodymain .flexbox b{
  font-weight: bold;
  padding:0 5px;
  font-size: 1.1em;
}

body #pagebodymain .flexbox p.item_description{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  margin:auto;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: middle;
  word-wrap: break-word;
  text-align: center;
  width:60%;
  color: #666;
}

body #pagebodymain .flexbox .flexbox_item .item_button{
  position:absolute;
  left:50%;
  transform: translate(-50%, -50%);
  top:80%;
}

body #pagebodymain .flexbox .flexbox_item img{
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height:100%;
  min-width: 500px;
  min-height: 300px;
}

body .flexbox_item_sp{
  display:none;
}

body #pagebodymain .flexbox .flexbox_item_sp{
  display:none;
}

/*--PC /aboutここから----------------------*/


body #about_pagebodymain{
  position: relative;
  width:100%;
  z-index: 99;
  overflow: hidden;
}

body #about_pagebodymain .flexarea{
  display: flex;
  flex-flow:row wrap;
  justify-content:center;
  align-items: flex-start;
  width:100%;
  margin:0;
  padding:1%;
}

body #about_pagebodymain .flexarea .flexbox{
  display: flex;
  flex-flow:row wrap;
  justify-content:center;
  align-items: flex-start;
  width:50%;
}

body #about_pagebodymain .flexbox .flexbox_item{
  width:100%;
  min-width:400px;
  line-height:300px;
  height:300px;
  overflow: hidden;
  text-overflow:nowrap;
  margin:0% 0 1% 0;
  position:relative;
  background: #fff;
  box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
  border-radius: 10px;
  position: relative;
}



body #about_pagebodymain .flexbox .flexbox_item p.item_title{
  position:absolute;
  left:50%;
  top:30%;
  transform: translate(-50%, -50%);
  margin:auto;
  font-size: 1.2em;
  font-weight: bold;
  color: #444;
}

body #about_pagebodymain .flexbox .flexbox_item p.item_description{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  margin:auto;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: middle;
  word-wrap: break-word;
  text-align: center;
  width:60%;
  color: #666;
  border-bottom:3px solid #fff;
}

body #about_pagebodymain .flexbox .flexbox_item .item_button{
  position:absolute;
  left:50%;
  transform: translate(-50%, -50%);
  top:80%;
}

body #about_pagebodymain .flexbox .flexbox_item img{
  object-fit: cover;
  object-position: 0 0;
  width: 100%;
  height:100%;
  min-width: 500px;
  min-height: 300px;
}


body #about_pagebodymain .flexbox .about_flexbox_item_1{
  width:90%;
  min-width:400px;
  line-height:600px;
  height:600px;
  overflow: hidden;
  text-overflow:nowrap;
  margin-right:0.5%;
  position:relative;
  background: #fff;
  box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
  position: relative;
}

body #about_pagebodymain .flexbox .about_flexbox_item_1 p.item_title{
  top:30%;
}

body #about_pagebodymain .flexbox .about_flexbox_item_1 p.item_description{
  top:55%;

}
body #about_pagebodymain .flexbox .about_flexbox_item_1 .button{
  background-image: linear-gradient(-100deg, #F0047F,#F0047F);
}

body #about_pagebodymain .flexbox .about_flexbox_item_1 .button:hover{
  color: #F0047F;
}

body #about_pagebodymain .flexarea .flexbox .about_flexbox_item_1 .flexbox_pc_image{
  position: absolute;
  top:-100px;
  left:0;
  right:0;
  width:70%;
  margin:0% auto 0;
}

body #about_pagebodymain .flexarea .flexbox .about_flexbox_item_1 .flexbox_pc_image img{
  width:100%;
  min-width:100px;
  min-height:50px;
}


/*--PC introductionここから----------------------*/


body #pagebodymain .flexbox .flexbox_item_intro_nonebg{
  width:45%;
  min-width:400px;
  line-height:300px;
  height:300px;
  overflow: hidden;
  text-overflow:nowrap;
  margin:0;
  position:relative;
  /*
  background: #fff;
    */

}

body #pagebodymain .flexbox .flexbox_item_intro_content {
  margin:2%;
  box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.3);
  background: #319;
  border-radius: 10px;
  border: none;
}



body #pagebodymain .flexbox .flexbox_item_intro_nonebg p.item_title{
  color:#fff;
  width:80%;
  text-align: center;
  top:20%;
  font-weight: bold;
  border-bottom:3px solid #FFF;
  line-height:1.8em;
  font-size:1.5em;
}

body #pagebodymain .flexbox .flexbox_item_intro_nonebg p.item_description{
  color: #fff;
  top:60%;
  width:70%;
  line-height: 2em;
  word-break: break;
  font-weight: normal;
  display: block;
}

body #pagebodymain .flexbox .flexbox_item_intro_nonebg h1.intro_section_title{
  color: #fff;
  position: absolute;
  top:20%;
  width:100%;
  font-size: 3em;
  color:#2D26E8;
  display: block;
  margin:0 auto;
  text-align: center;
}



body #pagebodymain .flexbox .flexbox_item_intro_section-bar{
  height:auto;
  box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.3);
  margin:5% auto;
}
body #pagebodymain .flexbox .flexbox_item_intro_section-bar img{
  width:100%;
  height:auto;
  margin-bottom:-5px;
}

.button_introduction {
  display: block;
  margin:6% auto;
  width: 300px;
  height:50px;
  text-align: center;
  /*background-color: #9ec34b;*/
  font-size:1.2em;
  line-height: 52px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 15px;
  transition: 0.3s ease-out;
  transition-delay: .1s;
  /*
  background-image: linear-gradient(-100deg, #2D26E8, #75ACFF);
  */
  background: rgba(255,255,255,0.4);
}

body #pagebodymain .flexbox .flexbox_item_intro_content{
  margin:3% 0%;
  box-shadow: none;
  background: #fff;
  border-radius: 10px 0 0 10px;
  border: none;
}

body #pagebodymain .flexbox .flexbox_item_intro_content img{
  object-fit: cover;
  object-position:center center;
  width:100%;

}
body #pagebodymain .flexbox .flexbox_item_intro_content:nth-child(2n) {
  border-radius:0 10px 10px 0;
}


body #pagebodymain .flexbox .flexbox_item_intro_content p.item_description {
  border: none;
  font-size:1.1em;
  top:50%;
  text-align: left;
  color:#111;
}

body #pagebodymain .flexbox .flexbox_item_intro_content2 {
  margin:2%;
  width:40%;
  height:200px;
  box-shadow: none;
  border-radius: 10px;
  border: 3px solid #fff;
}

body #pagebodymain .flexbox .flexbox_item_intro_content2 .shade{
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.5);
}

body #pagebodymain .flexbox .flexbox_item_intro_content2:nth-child(1) {
  background-image: url("../images/img_mobile-carrier.jpg");
  background-position: left center;
  background-size: cover;
}

body #pagebodymain .flexbox .flexbox_item_intro_content2:nth-child(2) {
  background-image: url("../images/content2_2_bg.jpg");
  background-position: left center;
  background-size: cover;
}

body #pagebodymain .flexbox .flexbox_item_intro_content2:nth-child(3) {
  background-image: url("../images/pos_system.jpg");
  background-position: left center;
  background-size: cover;
}

body #pagebodymain .flexbox .flexbox_item_intro_content2:nth-child(4) {
  background-image: url("../images/executive_room.jpg");
  background-position: left center;
  background-size: cover;
}


.button_introduction:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .3s;
  z-index: -1;
}

.button_introduction:hover{
  color: #2D26E8;
  box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
}

.button_introduction:hover:after{
  height: 500%;
  opacity: 1;
}

.button_introduction:active:after{
  height: 500%;
  opacity: 1;
}

#section3{
  height:auto;
  position: relative;
  text-align: center;
}

#section3 .intro_section3_img{
  top:500px;
  position: absolute;
  z-index: 1;
  padding:0;
  margin:0;
}

#intro_section3_img img{
  top:0%;
  left:50%;
  right:50%;
  position: absolute;
  z-index: 1;
}

body #pagebodymain .flexbox .flexbox_item_intro_content2 {
  margin:2%;
  width:40%;
  height:200px;
  box-shadow: none;
  border-radius: 10px;
  border: 3px solid #fff;
}

body #pagebodymain .flexbox .flexbox_item_intro_content3 {
  position:relative;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
  margin:5%;
  width:35%;
  border-radius: 10px;
  min-width:400px;
  overflow: visible;
  text-overflow:nowrap;
}






body #pagebodymain .flexbox .flexbox_item_intro_content3 p.checker {
  position:absolute;
  z-index:999;
  top:-60px;
  left:-5%;
}
  body #pagebodymain .flexbox .flexbox_item_intro_content3 p.content3_item_title {
    color: #333;
    border-bottom:2px solid #ccc;
    display: block;
    width:80%;
    top:50px;
    text-align: left;
    font-weight: bold;
    font-size: 1.4em;
    margin:30px auto;
  }

  body #pagebodymain .flexbox .flexbox_item_intro_content3 p.content3_item_description {
    position: relative;
    width:80%;
    text-align: left;
    line-height: 1.5em;
    display: block;
    margin:0 auto;
    margin-bottom:10px;
    font-size: 0.9em;
    color: #333;
  }

  body #pagebodymain .flexbox .flexbox_item_intro_content3 .content3_img{
    width:80%;
    margin:0 auto;
    max-height:200px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    margin:40px auto;
  }

  body #pagebodymain .flexbox .flexbox_item_intro_content3 .content3_img img{
    object-fit: cover;
    object-position: center center;
    width:100%;
    height:200px;
  }

body #pagebodymain .flexbox .flexbox_item_intro_content3:nth-child(1){
  margin-top:250px;
}

body #pagebodymain .flexbox .flexbox_item_intro_content3:nth-child(2){
  margin-top:600px;
}

body #pagebodymain .flexbox .flexbox_item_intro_content3:nth-child(3){
  margin-top:-150px;
}

body #pagebodymain .flexbox .flexbox_item_intro_content3:nth-child(4){
  margin-top:300px;
}

body #pagebodymain .flexbox .flexbox_item_intro_content3:nth-child(5){
  margin-top:-200px;
}

body #pagebodymain .flexbox .flexbox_item_intro_content3:nth-child(6){
  margin-top:300px;
}

/*--PC contactここから----------------------*/

body #pagebodymain .flexbox .contact_flexbox_item{
  width:25%;
  text-align: center;
  color: #fff;
  margin:5% 1% 1% 1%;

}

body #pagebodymain .flexbox .phone{
  text-decoration: none;
  color:#fff;
  display: inline-block;
  width:100%;
  height:100%;
  transition: 0.2s ease-out;
}

body #pagebodymain .flexbox .phone:hover{
  text-shadow: 0px 0px 10px #fff;
}

body #pagebodymain .flexbox .contact_flexbox_item h1{
  font-size: 1.2em;
  border-radius: 10px;
  border: 3px #fff solid;
  padding:5% 0;
  margin:0;
}

body #pagebodymain .flexbox .contact_flexbox_item_h1{
  width:90%;
  border-top:3px #fff solid;
  text-align: center;
  color: #fff;
  margin:5% 1% 1% 1%;
}

body #pagebodymain .flexbox .contact_flexbox_item_h1 h1{
  margin:5% ;
  font-size: 1.6em;
}

body #pagebodymain .flexbox .contact_flexbox_item .support_phone{
  font-size: 2em;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin:0;
  padding:0;
  transition: 0.2s ease-out;
}

body #pagebodymain .flexbox .contact_flexbox_item .support_phone:hover{
  text-shadow: 0px 0px 10px #fff;
}
body #pagebodymain .flexbox .contact_flexbox_item p{
  margin: 0;
  padding:0;
  text-align: left;
  color: #DDD;
}


body #pagebodymain form{
  margin: 0 auto;
  width: 50%;
  color: #fff;
  display:block;
}

body #pagebodymain form label{
  display:inline-block;
  width: 100%;
  margin:3% auto 1%;
  padding-left:1.2em;
  position: relative;
  font-weight: bold;
}

body #pagebodymain form label:before{
  content:"▼";
  position:absolute;
  left:0;
  top:0;
}

body #pagebodymain form input{
  display:block;
  width: 100%;
  margin:0;
  padding:0 2%;
  box-shadow: none;
  border:none;
  height:30px;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
}

body #pagebodymain form input:focus{
  box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1) inset;
}

body #pagebodymain form textarea{
  display:block;
  width: 100%;
  margin:0;
  padding:0;
  height:100px;
}

body #pagebodymain form button{
  display: block;
  cursor:pointer;
  margin:5% auto;
  border:none;
}










/*--PC footerここから----------------------*/
footer #footer_info{
  position: relative;
  overflow: hidden;
}

footer #footer_info .flexbox{
  display: flex;
  flex-flow:row wrap;
  justify-content:center;
  align-items: flex-start;
  width:100%;
  margin-top:100px;
}

footer #footer_info .bg_3{
  position:absolute;
  z-index:11;
  top:-40vh;
  width:250%;
  height:500px;
  opacity:1;
  background-image: linear-gradient(-100deg, #2D26E8, #75ACFF);
  transform: translateX(-50%) translateY(-50%) rotate(5deg);
  animation: bg_in 0.8s ease-out;
}


footer #footer_info .flexbox .flexbox_item{
  width:30%;
  min-width:400px;
  overflow: hidden;
  text-overflow:nowrap;
  margin:0.5%;
  position:relative;
}

footer #footer_info ul{
  margin:0;
  padding-left:5%;
}

footer #footer_info .footer_list li{
  list-style: none;
  margin:0;
  padding:0;
  font-size: 0.8em;
}

footer #footer_info .footer_list li a{
  display: inline-block;
  text-decoration: none;
  color:#999;
  transition: 0.4s ease-out;
}

footer #footer_info .footer_list li a:hover{
  color:#000;
}


footer #footer_info p.list_title{
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
}

footer #footer_info p.list_title:after{
  content: "";
  position: absolute;
  width:50%;
  height:3px;
  bottom:-5px;
  left:0;
  background-image: linear-gradient(-100deg, #2D26E8, #75ACFF);
}





footer #footer_bar{
  width:100%;
  height:50px;
  line-height: 50px;
  color: #fff;
  background-image: linear-gradient(-100deg, #2F2CEA, #75ACFF);
}

footer #footer_bar .copyright{
  padding-left:5%;
  vertical-align: middle;
  font-size: 0.8em;
}


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: -50px;
  opacity: 0.8;
  z-index:990;
}

#page_top a.top_back_button{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  right: 0px;
  text-decoration: none;
  background: #ef3f98;
  border-radius: 50%;
}

#page_top a.top_back_button::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#fixed_button{
  width: 180px;
  height: 50px;
  position: fixed;
  left: 80px;
  bottom: -50px;
  z-index:990;
}
#fixed_button a.button{
  width:180px;
  position: absolute;
  right:0;
  box-shadow:3px 3px 3px 0px rgba(0,0,0,0.3);
}


/*--タブレット以下全部用 ここから----------------------*/


@media only, screen and (max-width: 979px) {

  header {
    margin-top: -60px;
  }

  body #pagebody{
    margin-top: 60px;
  }

  body .flexbox_item_sp{
    display:block;
  }

  body #pagebodymain .flexbox .flexbox_item_sp{
    display:block;
  }

  body .flexbox .flexbox_item_pc{
    display:none;
  }

  body #pagebodymain .flexbox .flexbox_item_pc{
    display:none;
  }

  body #pagebodymain .flexbox .flexbox_item_pc{
    display:none;
  }

  body #pagebodymain .flexbox .flexbox_item{
    width:90%;
    min-width:400px;
    line-height:300px;
    height:300px;
    overflow: hidden;
    margin:0.5%;
  }



  header #globalnavi{
    display: none;
  }


  header #nav-drawer {
    position: fixed;
    display: block;
    top:20px;
    right:10px;
    z-index: 999;
  }

  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display:none;
  }

  /*アイコンのスペース*/
  #nav-open {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    right:0;
    top:0;
    transition: 0.4s ease-out;
  }

  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }

  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 998;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  #nav-close:before{
    font-size: 3em;
    content:"×";
    color: #fff;
    position: absolute;
    left:10%;
    bottom:5%;
    opacity:1;
    border-style:solid;
    border-color: #fff;
    border-width:0 0 1px 0;
    line-height: 1em;
    padding:0;
  }


  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    padding:5% 0;
    margin:0;
    top: 0;
    right: 0;
    z-index: 999;/*最前面に*/
    width: 60%;/*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px;/*最大幅（調整してください）*/
    height: 100%;
    background: rgba(0,0,0,0.5);/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);/*左に隠しておく*/
    text-align: center;
  }


  #nav-content li{
    font-size: 1em;
    border-bottom:0.1px #333 solid;
    margin:2% 0;
    width:100%;
    height:30px;
    float:left;
    list-style: none;
    box-sizing: border-box;
    vertical-align: middle;
    opacity: 0.9;
    transition:0.3s ease-out;
    position: relative;
    overflow: hidden;
  }

  #nav-content li a{
    text-decoration: none;
    color:#fff;
    font-weight: bold;
    width:100%;
    display:block;
    margin:0;
    padding:0;
  }

  #nav-content li:nth-child(1){
    margin-top:20%;
  }
  #nav-content li:hover{
    opacity:1;
  }

  #nav-content .content_area_button1{
    margin-top:70%;
  }
  #nav-content .content_area_button2{
    margin-top:5%;
  }

  .button_nav-content {
    display: inline-block;
    width: 150px;
    height:50px;
    text-align: center;
    /*background-color: #9ec34b;*/
    font-size: 0.8em;
    line-height: 52px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    border: 1px solid #fff;
    transition: 0.3s ease-out;
    transition-delay: .1s;
  }

  #nav-content .nav_content_footer{
    display: block;
    width:80%;
    margin:0 auto;
    margin-top:30%;
    color: #FFF;
    font-weight: bold;
    font-size:0.8em;
    border-width:1px 0 0 0;
    border-style: solid;
    border-color: #fff;
    padding-top:10%;
  }


  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .8;
    transition: 0.4s ease-out;
  }

  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw);/*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }


    body #pagebodymain .flexbox .contact_flexbox_item{
      width:50%;
    }


    body #contact_area{
      position: relative;
      text-align: center;
      width:100%;
      z-index: 99;
      box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.3);
      margin-bottom:80px;
    }

    body #contact_area .content_area_button{
      margin:0%;
      padding:0;
      margin-bottom:-2%;
      width:100%;
      border-radius:0;
      box-shadow: 0 1px 1px 1px rgba(0,0,0,0.3);
    }


    body #pagebodymain .flexbox .flexbox_item_intro_content3:nth-child(1n){
      margin-top:50px;
    }

    body #pagebodymain .flexbox .flexbox_item_intro_content2 {
      height:250px;
    }

    #section2{
      margin-bottom:50px;
    }

    body #pagebodymain .flexbox .flexbox_item_intro_content{
      margin:0 auto;
      border-radius: 10px 10px 0 0;
      height:200px;
    }

    body #pagebodymain .flexbox .flexbox_item_intro_content:nth-child(2n) {
      margin:0 auto 50px;
      border-radius:0 0 10px 10px;
      height:300px;
    }


    body #pagebodymain .flexbox .flexbox_item_intro_content3 {
      width:80%;
      min-width:200px;
    }



    body #pagebodymain .flexbox .flexbox_item_intro_nonebg{
      min-width:200px;
      width:90%;
    }

    body #pagebodymain .flexbox .intro_section3_img {
      height:100px;
    }

    body #pagebodymain .flexbox .intro_section3_img img {
      object-fit: cover;
    }

    .carousel {
      width:100%;
      padding:12px 0;
      overflow-x:scroll;
      -webkit-overflow-scrolling:touch;
      overflow-scrolling:touch;
      white-space:nowrap;
    }

    .carousel li{
      background: #fff;
      margin:1%;
      text-align: center;
      display: inline-block;
      width:85%;
      height:150px;
      box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
    }

    .carousel li img{
      width:100%;
      min-height:150px;
      object-fit: cover;
    }

    body #about_pagebodymain .flexarea .flexbox{
      display: flex;
      flex-flow:row wrap;
      justify-content:center;
      align-items: flex-start;
      width:70%;
    }


    body #pagebodymain .flexbox .contact_flexbox_item .support_phone,
    body #pagebodymain .flexbox .contact_flexbox_item p{
      text-align: center;
    }

    body #pagebodymain .flexbox .flexbox_item_intro_content:nth-child(2n) {
      height:400px;
    }


}


/*--タブレット ここから----------------------*/

@media only, screen and (max-width: 979px) and (min-width: 768px) {

  body #pagebodymain .flexbox .flexbox_item_intro_content3 img{
    height:300px;
  }

  body #pagebodymain .flexbox .flexbox_item_intro_content3 .content3_img img{
    height:300px;
    width:100%;
  }

}


/*--スマホ ここから----------------------*/


@media only, screen and (max-width: 767px) and (min-width: 480px) {





}



/*--小型スマホ ここから----------------------*/


@media only screen and  (max-width: 479px) {

  header {
    margin-top:0px;
  }

  header #top_logo{
    margin:0 auto;
    width:100%;
    display:block;
    height:60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
  }


  header #top_logo a img{
    max-height: 20px;
    margin:0 auto;
    padding: 0;
    vertical-align: middle;
  }


  body #pagebody{
    margin-top: 0px;
  }


  body #top_slider{
    position: relative;
    width:100%;
    overflow: hidden;
    height:70vh;
  }

  body #top_slider img{
    object-fit: cover;
    position:relative;
    height:100%;
  }


  body #top_slider .bg_1{
    position:absolute;
    z-index:1;
    top:80vh;
    width:300%;
    height:500px;
    opacity:0.5;
    background-image: linear-gradient(-100deg, #2D26E8, #75ACFF);
    transform: translateX(-50%) translateY(-50%) rotate(5deg);
    animation: bg_in 0.8s ease-out;
  }

  @keyframes bg_in {
      0% {
          margin-top:50vh;
      }
      100% {
          margin-top:0vh;
      }
  }



  body #top_slider h1.page_name,
  body #top_slider h1.page_name_about{
    position: absolute;
    bottom:10vh;
    left:10%;
    z-index:1;
    font-size:1.5em;
    color: #fff;
    opacity:0;
    animation: fadeIn 0.8s 0.8s ease-out forwards;
  }


  body #top_slider .page_name:before{
    content:"";
    position: absolute;
    top:3px;
    left:-2em;
    height:2em;
    border-width:5px;
    border-style: solid;
    border-color: #fff;
    animation: bar_in_X 0.3s 0.9s ease-out forwards;
  }

  @keyframes bar_in_X {
    0% {
        left:-2em;
    }
    100% {
        left:-1em;
    }
  }




  body #pagebody .bg_2{
    top:205vh;
    width:500%;
    height:1500px;
    transform: translateX(-50%) translateY(-50%) rotate(-10deg);
  }

  @keyframes bg_in {
      0% {
          margin-top:50vh;
      }
      100% {
          margin-top:0vh;
      }
  }

  body #pagebodymain .flexbox .flexbox_item{
    margin:0;
    line-height:200px;
    height:200px;
  }

  body #pagebodymain .flexbox .flexbox_item:nth-child(2n){
    margin-bottom:8%;
    line-height:200px;
    height:200px;
  }

  body #pagebodymain .flexbox .flexbox_item p.item_title{
    top:20%;
  }

  body #pagebodymain .flexbox .flexbox_item p.item_description{
    top:45%;
    font-size: 0.8em;
  }


  footer #footer_info .bg_3{
    position:absolute;
    z-index:11;
    top:-30vh;
    width:400%;
    height:500px;
    opacity:1;
    background-image: linear-gradient(-100deg, #2D26E8, #75ACFF);
    transform: translateX(-50%) translateY(-50%) rotate(20deg);
    animation: bg_in 0.8s ease-out;
  }


  footer #footer_info .flexbox .flexbox_item{
    width:60%;
    margin:10% 0 10% 20%;
  }




body #about_pagebodymain .flexarea .flexbox{
  display: flex;
  flex-flow:row wrap;
  justify-content:center;
  align-items: flex-start;
  width:90%;
}


body #about_pagebodymain .flexarea .flexbox .about_flexbox_item_1 p.item_title{
  top:20%;
}

body #about_pagebodymain .flexarea .flexbox .about_flexbox_item_1 p.item_description{
  width:80%;
}


    .carousel {
      width:100%;
      padding:12px 0;
      overflow-x:scroll;
      -webkit-overflow-scrolling:touch;
      overflow-scrolling:touch;
      white-space:nowrap;
    }

    .carousel li{
      background: #fff;
      margin:1%;
      text-align: center;
      display: inline-block;
      width:85%;
      height:150px;
      box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
    }

    .carousel li img{
      width:100%;
      min-height:150px;
      object-fit: cover;
    }



    body #pagebody .bg_2_contact_sp{
        position:absolute;
        z-index:-9;
        top:180vh;
        width:300%;
        height:1500px;
        background-image: linear-gradient(-100deg, #2D26E8, #75ACFF);
        transform: translateX(-50%) translateY(-50%) rotate(-5deg);
        animation: bg_in 0.8s 0.2s ease-out;
      }

      @keyframes bg_in {
          0% {
              margin-top:50vh;
          }
          100% {
              margin-top:0vh;
          }
      }


    body #pagebodymain .flexbox .phone{
      width:100%;
    }


    body #pagebodymain .flexbox .contact_flexbox_item h1{
      font-size: 1em;
    }

    body #pagebodymain .flexbox .contact_flexbox_item_h1{
      width:100%;
    }

    body #pagebodymain .flexbox .contact_flexbox_item_h1 h1{

      font-size: 1.6em;
    }

    body #pagebodymain .flexbox .contact_flexbox_item .support_phone{
      font-size: 1.4em;
      display: block;
      text-decoration: none;
      font-weight: bold;
      color: #fff;
      text-align: left;
      margin:-5% 0 5% 0;
      text-align: center;
      padding:0;
      transition: 0.2s ease-out;
    }

    body #pagebodymain .flexbox .contact_flexbox_item p{
      margin: 0;
      padding:0;
      text-align: center;
      color: #DDD;
      font-size: 0.8em;
    }


    body #pagebodymain form{
      margin: 0 auto;
      width: 80%;
      color: #fff;
      display:block;
    }

    body #pagebodymain .flexbox .flexbox_item_intro_content3 .content3_img img{
      height:200px;
      width:100%;
    }



}
