@charset "utf-8";

*{
  box-sizing: border-box;
}

.mt60{
  margin-top: 60px !important;
}
.mb60{
  margin-bottom: 80px !important;
}

ol, ul {
    padding: 0px;
    margin: 0;
}
section{
  margin: 0;
  /* margin-bottom: -20px; */
}
#wrap.alphaSw{
	overflow:hidden;
}
#wrap.alphaSw #mainv{

	overflow:hidden;
}


#wrap.alphaSw .bg2{position: relative;background: #f5f5f5;background: url(img_alpha-switch/bg@2x.png);background-size: cover !important;background-position: center !important;padding: 30px 0;margin-bottom: 30px;}
#wrap.alphaSw .bg2::before{
  /* content: ""; */
  position: absolute;
  top: -90px;
  left: 0;
  width: 150%;
  height: 100px;
  margin: 0% -20% 0;
  background: #f5f5f5;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  z-index: -1;
}



#wrap.alphaSw .mov video{
  width: 100%;
  opacity: .4;
}







#wrap.alphaSw section div .app_link a{
  max-width: 200px;
  margin: auto;
  display: block;
}

#wrap.alphaSw .denpa{
  max-width: 60px;
  margin: auto;
  display: block;
}



.i_new{
  background: #8099aa;
  color: #fff;
  padding: 3px 5px;
  font-size: .8rem;
  margin: 0 10px;
}

.center{
  align-items: center;
}

h2{
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
  position: relative;
}
h2 small{
  display: block;
  margin-bottom: 10px;
  color: #00AFD7;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.single h2{
  font-size: 2rem;
  border-bottom: 1px solid #00a4d2;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

#wrap.alphaSw h2.midashi{
  border-bottom: 2px solid #e1e400;
  border-width: 3px;
  background: linear-gradient(transparent 70%, #fbfd76 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 4px;
  text-shadow: 0 18px 10px rgba(0, 0, 0, 0.13);
  font-size: 2.8rem;
}
#wrap.alphaSw h2.midashi:before {/* content: ""; */position: absolute;background: #fffc79;width: 100%;height: 30px;/* border-radius: 50%; */bottom: 50px;/* border: dashed 1px white; */left: -15px;-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);z-index: -1;}

p{
  font-size: 16px;
  line-height: 1.8;
}
.align-center{
  align-items: center;
}

header {
    position: relative;
    height: 100px;
    padding: 0px 20px;
    display: flex;
}
header .cover{
  position: absolute;
  background: url(./img_braintech/cover@2x.png) no-repeat;
  background-size: cover;
  background-position-x: -140px;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  max-width: 430px;
  min-height: 840px;
}
header .nav1{left: 32%;position: relative;width: 54%;z-index: 3;}
header .logo{
    margin: 20px 20px 0px 20px;
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 215px;
}
header .logo p{
    color: #fff;
    font-size: .7rem;
    margin-bottom: 10px;
}



header#mynd .logo{margin: 5px auto 0;}
header#mynd .logo p{
    color: #14c6b5;
    line-height: 1;
    margin-bottom: 4px;
    font-size: .6rem;
}
header#mynd .logo img{

}
header#mynd .nav1{
    left: 0;
}
header#mynd .nav2{}

#wrap.news header .logo p{
  color: #00a6d0;
  margin: 0;
  font-size: .6rem;
  text-align: center;
  margin-bottom: 3px;
}
#wrap.news header .logo{margin: 0;width: 210px;}
#wrap.news header .nav1{left: inherit;width: auto;}
#wrap.news header .nav2{

}
.hd_img{
    background-size: cover !important;
    background-position: center right !important;
    position: relative;
    width: 100%;
    height: 300px;
}
.hd_img h1{
  color: #fff;
  z-index: 2;
  position: relative;
  position: absolute;
  top: 30%;
  font-size: 4rem;
  margin: auto;
  left: 12%;
  letter-spacing: 6px;
}
.hd_img h1 small{
  display: block;
  font-size: .8rem;
  margin-bottom: 10px;
  color: #00a6d0;
  background: #fff;
  padding: 2px 5px;
  text-align: center;
}
.hd_img h1 em{
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0;
}
.hd_glossary{
  background: url(./img_braintech/hd_glossary.jpg) no-repeat;
}
.hd_news{
  background: url(./img_braintech/hd_news.jpg) no-repeat;
}
.hd_column{
  background: url(./img_braintech/hd_column.jpg) no-repeat;
}
.hd_img::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(0, 166, 208) 30%,rgba(0, 166, 208, 0.18) 100%);
}

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

nav

/*-----------------------------------------*/
.menu {
    position: relative;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
}
#ft_menu2 .menu{
  margin: 0px auto 30px;
}
ul.menu li ul{
	/* display: none; */
}
ul.menu li {vertical-align: middle;/* display: table-cell; */padding: 0 5px;list-style-type: none;border-left: solid 1px #eee;}
ul.menu li:first-child{
  border-left: 0;
}
ul.menu li a{
    display: block;
    font-weight: 600;
    text-decoration: none;
    padding: 3px 3px !important;
    font-size: .8rem;
    color: #444;
}
ul.menu li a span{
    margin-right: 4px;
    vertical-align: middle;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF;
    background: #00AFD7;/*背景色*/
    font-weight: bold;
    font-size: 1.6rem;
    margin: 30px auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
    transition: .5s;
}

.btn:hover {
    background: #00c5f2;
    text-decoration: none;
    color: #fff;
}

.btn_more {
    position: relative;
    display: inline-block;
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF;
    background: #000;/*背景色*/
    font-weight: bold;
    font-size: 1.1rem;
    margin: 30px auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
}

.btn_more:hover {
    background: #333;
    text-decoration: none;
}
.uk-slider-items li img{
  width: 100%;
}

#mainv {
  text-align: center;
  background: url(img_alpha-switch/mynd_slide@2x.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 862px;
}
#mainv .txt{
  top: 28%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  color: #fff;
}
#wrap.alphaSw #mainv .txt{
  top: 18%;
}
#mainv .txt2{
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  position: relative;
}
#mainv .txt2 span{
  background: rgba(0, 175, 215, 0.76);
  color: #fff;
  text-align: center;
  padding: 4px 20px;
  position: relative;
  /* left: 0; */
  /* right: 0; */
  top: 50%;
  /* bottom: 0; */
  /* margin: auto; */
  /* width: 100px; */
  /* height: 30px; */
}
#mainv h1{font-size: 4rem;color: #fff;font-weight: 700;line-height: 1.4;margin-top: 30px;}
#mainv h2{font-size: 2rem;color: #006D86;font-weight: 600;letter-spacing: 5px;line-height: 1.4;font-feature-settings: "palt";margin: 20px auto 0;}


#info{
  margin: 40px auto;
}

#info .box{
  width: calc(100%/1);
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
#info .date{
  width: 140px;
  display: inline-block;
}




#ft_menu h2{
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bolder;
  border: none;
  letter-spacing: 3px;
  margin-bottom: 50px;
}
#ft_menu p{
  color: #fff;
}
#ft_menu ul li{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  list-style-type:none;
  width: calc(100%/2);
}
.ft_menu a{
  background: rgba(0, 0, 0, 0.72);
  display: block;
  text-align: center;
  padding: 80px 0;
  transition: .5s;
}
.ft_menu a:hover{
  opacity: .8;
  text-decoration: none;
}
#ft_menu ul li:nth-child(1){background-image: url(./img_braintech/ft_news.png);}
#ft_menu ul li:nth-child(2){background-image: url(./img_braintech/ft_column.png);}
#ft_menu ul li:nth-child(3){background-image: url(./img_braintech/ft_glossary.png);}
#ft_menu ul li:nth-child(4){background-image: url(./img_braintech/ft_contact.png);}

#ft_contact h2{
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bolder;
  border: none;
  letter-spacing: 3px;
}
#ft_contact p{
  color: #fff;
}
#ft_contact {background-repeat: no-repeat;background-size: cover;background-position: center;/* padding: 80px 0; */}
#ft_contact { background-image: url(./img_braintech/ft_contact.png);}

#ft_menu2{
  background: #00A3C7;
  text-align: center;
  color: #fff;
  padding: 40px 0;
}

#ft_menu2 ul li a{
  color: #fff;
  font-size: .9rem;
}
#ft_menu2 p{
  font-size: .8rem;
  margin-bottom: 40px;
}
#ft_menu2 a{
  color: #fff;
}
#ft_menu2 .copy{
  font-size: 0.8rem;
}



/*-------------------------------------------------------------------
column blog
-------------------------------------------------------------------*/
.uk-panel-box {
    border: 1px solid #efefef;
    border-radius: 0;
    background: #fff;
    margin-bottom: 30px;
}
.uk-panel::after {
    content: "";
    background-image: url(img_braintech/i_arrow_list@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
}
#wrap.glossary .uk-panel::after{
  content: none;
}

#wrap.news h3{
  border-bottom: solid 3px #ccc;
  position: relative;
  font-size: 1.2rem;
  padding-bottom: 5px;
  margin-bottom: 20px;
  line-height: 1.8;
  font-weight: 600;
  color: #004b5e;
}
#wrap.news a .text{
  color: #333;
}
#wrap.news .uk-panel a:hover{
  text-decoration: none;
  display: block;;
}

#wrap.news h3::after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00a6d0;
  bottom: -3px;
  width: 20%;
}


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

		QA

------------------------------------------------*/
.uk-accordion-title{position: relative;background: #00943e;color: #fff;text-shadow: 0 1px 1px rgba(51, 51, 51, 0.51);padding-right: 40px;}
  .uk-accordion-title::after{
    content: "Q.";
    float: left;
    margin-right: 10px;
  }
  .uk-accordion-content::after{

  }



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

		widget

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

#widget {
  margin-bottom: 60px;
}

#widget ul li {
    text-align: left;
    background: url(./img_braintech/i_arrow_h4@2x.png) no-repeat;
    background-size: 10px;
    background-position: center left;
    padding-left: 15px;
    line-height: 1.4;
    margin-bottom: 8px;
    list-style-type: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
}
#widget ul li a{
  color: #333;
  font-size: .9rem;
}

































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


.mt60{
  margin-top: 60px !important;
}
.mb60{
  margin-bottom: 40px !important;
}
.mb30{
  margin-bottom: 30px !important;
}

ol, ul {
    padding: 0px;
    margin: 0;
}
section{
  margin: 0;
  /* margin-bottom: -20px; */
}

#wrap.alphaSw section{
  /* margin-bottom: 60px; */
}
#wrap.alphaSw .mov{background: #000;overflow: hidden;position: relative;height: 530px;}

#wrap.alphaSw .mov video{
  width: 100%;
  opacity: .4;
}





.i_new{
  background: #8099aa;
  color: #fff;
  padding: 3px 5px;
  font-size: .8rem;
  margin: 0 10px;
}

.center{
  align-items: center;
}

h2{
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
h2 small{
  display: block;
  margin-bottom: 10px;
  color: #00AFD3;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.single h2{
  font-size: 1.8rem;
  border-bottom: 1px solid #00a4d2;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

#wrap.alphaSw h2.midashi{
    font-size: 2.2rem;

}

#wrap.alphaSw h2.midashi:before {/* content: ""; */position: absolute;background: #9de5ff;width: 50px;height: 50px;border-radius: 50%;top: 10px;/* border: dashed 1px white; */left: -10px;-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);z-index: -1;}

p{
  font-size: 16px;
  line-height: 1.8;
}


header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 50px;
  padding: 0;
}

header#mynd{
  /* height: 75px; */
  padding: 30px 0;
}
#wrap.news header{
  height: 78px;
}

header .cover{
  position: absolute;
  background: url(./img_braintech/cover@2x.png) no-repeat;
  background-size: cover;
  background-position: 0px -150px;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  min-height: 500px;
}
header .nav1{left: 32%;position: relative;width: 54%;z-index: 3;}
header .logo{
    margin: 10px 20px 0;
    display: block;
    text-decoration: none;
    width: 35%;
    position: absolute;
}
header .logo p{
    color: #fff;
    font-size: .7rem;
    line-height: 1.2;
    margin-bottom: 10px;
}

header#mynd .logo{margin: 5px auto 0;top: 0;left: 20px;width: 56%;}
header#mynd .logo p{
    color: #14c6b5;
    line-height: 1;
    margin-bottom: 4px;
    font-size: .6rem;
}

header .sp_nav{
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
  z-index: 999;
}
header .sp_nav a{
  padding: 0;
  margin: auto;
  height: auto;
  min-height: 30px;
}

header#mynd .logo img{width: 120px;}
header#mynd .nav1{
    left: 0;
}
header#mynd .nav2{}

#wrap.news header .logo p{
  color: #00a6d0;
  margin: 0;
  font-size: .6rem;
  text-align: center;
}
#wrap.news header .logo{margin: 0;width: 60%;position: absolute;top: 10px;left: 10px;}
#wrap.news header .nav1{left: inherit;width: auto;}
#wrap.news header .nav2{

}
.hd_img{
    background-size: cover !important;
    background-position: center right !important;
    position: relative;
    width: 100%;
    height: 220px;
}
.hd_img h1{
  color: #fff;
  z-index: 2;
  position: relative;
  position: absolute;
  top: 30%;
  font-size: 2rem;
  margin: auto;
  left: 12%;
  letter-spacing: 1px;
}
.hd_img h1 small{
  display: block;
  font-size: .8rem;
  margin-bottom: 10px;
  color: #00a6d0;
  background: #fff;
  padding: 2px 5px;
  text-align: center;
}
.hd_glossary{
  background: url(./img_braintech/hd_glossary.jpg) no-repeat;
}
.hd_news{
  background: url(./img_braintech/hd_news.jpg) no-repeat;
}
.hd_column{
  background: url(./img_braintech/hd_column.jpg) no-repeat;
}
.hd_img::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(0, 166, 208) 30%,rgba(0, 166, 208, 0.18) 100%);
}

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

nav

/*-----------------------------------------*/
.menu {
    position: relative;
    margin: 0px auto;
    display: block;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
}
#ft_menu2 .menu{
  margin: 0px auto 30px;
}
ul.menu li ul{
	/* display: none; */
}
ul.menu li {vertical-align: middle;/* display: table-cell; */padding: 0 8px;list-style-type: none;border-left: solid 0px #eee;}
ul.menu li:first-child{
  border-left: 0;
}
ul.menu li a{
    display: block;
    font-weight: 600;
    text-decoration: none;
    padding: 3px 6px !important;
    font-size: 1.2rem;
    color: #444;
}
ul.menu li a span{
    margin-right: 4px;
    vertical-align: middle;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    text-decoration: none;
    color: #FFF;
    background: #00AFD7;/*背景色*/
    font-weight: bold;
    font-size: 1rem;
    margin: 30px auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
    transition: .5s;
}

.btn:hover {
    background: #00c5f2;
    text-decoration: none;
    color: #fff;
}

.btn_more {
    position: relative;
    display: inline-block;
    padding: 15px 40px;
    text-decoration: none;
    color: #FFF;
    background: #000;/*背景色*/
    font-weight: bold;
    font-size: 1.1rem;
    margin: 30px auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
}

.btn_more:hover {
    background: #333;
    text-decoration: none;
}



#my-id button{
  position: absolute;
  top: 10px;
  right: 10px;
}
#my-id .menu{
    margin-bottom: 30px;
}
#my-id .menu li{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#my-id .menu li a{
    color: #00AFD3;
}







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

slider

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

.uk-slider-items li img{
  width: 100%;
}

#mainv {text-align: center;background-position: 70% 50%;/* min-height: 400px; */}
#mainv .txt{
  top: 28%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  color: #fff;
}
#wrap.alphaSw #mainv .txt{
  top: inherit;
  position: relative !important;
  padding-top: 40px;
}
#mainv .txt2{
  bottom: inherit;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  position: relative !important;
  padding-bottom: 40px;
}
#mainv h1{font-size: 2rem;color: #fff;font-weight: 700;line-height: 1.4;margin: auto;width: 70%;}
#mainv h2{font-size: 1.2rem;color: #fff;font-weight: 600;letter-spacing: 5px;line-height: 1.4;font-feature-settings: "palt";margin-bottom: 20px;}


#info{
  margin: 40px auto;
}
#info .box{
  width: calc(100%/1);
  margin-bottom: 20px;
  display: block;
}

#ft_menu h2{
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bolder;
  border: none;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
#ft_menu p{
  color: #fff;
}
#ft_menu ul li{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  list-style-type:none;
  width: calc(100%/1);
}
.ft_menu a{
  background: rgba(0, 0, 0, 0.72);
  display: block;
  text-align: center;
  padding: 60px 50px;
  transition: .5s;
}
.ft_menu a:hover{
  opacity: .8;
  text-decoration: none;
}
#ft_menu ul li:nth-child(1){background-image: url(./img_braintech/ft_news.png);}
#ft_menu ul li:nth-child(2){background-image: url(./img_braintech/ft_column.png);}
#ft_menu ul li:nth-child(3){background-image: url(./img_braintech/ft_glossary.png);}
#ft_menu ul li:nth-child(4){background-image: url(./img_braintech/ft_contact.png);}

#ft_contact h2{
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bolder;
  border: none;
  letter-spacing: 3px;
}
#ft_contact p{
  color: #fff;
}
#ft_contact {background-repeat: no-repeat;background-size: cover;background-position: center;/* padding: 80px 0; */}
#ft_contact { background-image: url(./img_braintech/ft_contact.png);}

#ft_menu2{
  background: #00A3C7;
  text-align: center;
  color: #fff;
  padding: 40px 0;
}

#ft_menu2 ul li a{
  color: #fff;
  font-size: .8rem;
}
#ft_menu2 p{
  font-size: .8rem;
  margin-bottom: 40px;
}


/*-------------------------------------------------------------------
column blog
-------------------------------------------------------------------*/
.uk-panel-box {
    border: 1px solid #efefef;
    border-radius: 0;
    background: #fff;
    margin-bottom: 30px;
}
.uk-panel::after {
    content: "";
    background-image: url(img_braintech/i_arrow_list@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#wrap.news h3{
  border-bottom: solid 3px #ccc;
  position: relative;
  font-size: 1.4rem;
  padding-bottom: 5px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: #004b5e;
}
#wrap.news a .text{
  color: #333;
}
#wrap.news .uk-panel a:hover{
  text-decoration: none;
  display: block;;
}

#wrap.news h3::after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00a6d0;
  bottom: -3px;
  width: 20%;
}


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

		QA

------------------------------------------------*/
.uk-accordion-title{position: relative;background: #00943e;color: #fff;text-shadow: 0 1px 1px rgba(51, 51, 51, 0.51);padding-right: 40px;}
  .uk-accordion-title::after{
    content: "Q.";
    float: left;
    margin-right: 10px;
  }
  .uk-accordion-content::after{

  }



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

		widget

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

#widget {
  margin-bottom: 60px;
}

#widget ul li {
    text-align: left;
    background: url(./img_braintech/i_arrow_h4@2x.png) no-repeat;
    background-size: 10px;
    background-position: center left;
    padding-left: 15px;
    line-height: 1.4;
    margin-bottom: 8px;
    list-style-type: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
}
#widget ul li a{
  color: #333;
  font-size: .8rem;
}




#wrap.alphaSw .bg2{
  margin-top: 60px;
}


.screen{
  max-width: 60%;
}
}

/**202002**/
.green{background:#005b5d;}
a.green:hover {
background: #007b7d;
text-decoration: none;
color: #fff;
}
.layout-header{
    width: 100%;
}

@media screen and (max-width: 768px) {
.outer a.btn,div.app_link {
width: 80%;
margin: 10px auto;
}
}
@media screen and (min-width:769px) {
.outer a.btn,div.app_link {
width: 60%;
margin: 10px auto;
}
}	
	