@charset "UTF-8";

body {margin: 0;
      font-family: 'メイリオ','Hiragino Kaku Gothic Pro',,sans-serif;
      background-color:#fff;}




/*************************** ボックス１ *******************************/

.box1{
    max-width:1024px; margin:0 auto;
}


.header {
position: relative;
}

.header_img {
width: 100%;
}

.border {
    border: solid 1px #FFF;
    top: 50%;
    position: absolute;
    left: 25%;
    max-width: 1020px;
    margin: auto 0;
    right: 25%;
}

.rogo_box{
position: absolute;
top: 4%;
left: 8%;
}


.rogo_top {
max-width: 200px;
}

.txt_box {
    position: absolute;
    top: 65%;
    left: 42%;
    right: 42%;
    margin: 0 auto;
}

.header_txt{
max-width: 240px;
}




/* ナビゲーション */

.gnav__menu__item{
  display: none;
}

.header_menu {
position: absolute;
top: 25px;
right: 80px;
font-size: 16px;
z-index: 10;
}

.header_menu ul {margin: 0 auto;
         padding: 0;
         list-style: none;
         max-width: 1125px;
         width: 100%;
          display: flex;
          justify-content: flex-end;
      　　}

.header_menu li a {display: block;
           font-size: 90%;
           color: #FFF;
           text-decoration: none;
           text-align: right;
           font-weight: 300;
         }


 .header_menu li a:hover {
           color: #cf388e;
           text-decoration: none;
 }

.header_menu li {
         width: 95px;
         }





/*************************** ボックス２ *******************************/

.profile_title {
    font-size: 50px;
    color: #32ace4;
    padding-top: 120px;
}


/*************************** ボックス３ *******************************/

.profile_group{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-top: 50px;
}

.img_group01{
width: 49%;

}

.img_group02{
width: 49%;
}

.profile_img{
box-shadow: -3px 3px 8px #AAA;
}


/*************************** ボックス４ *******************************/


.profile_group02{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
padding-top: 50px;
}


.img_group03{
width: 40%;

}

.img_group04{
width: 40%;
}

.profile_txt{
  font-size: 18px;
  padding-top: 15px;
  text-align: center;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -0.08em;
  font-weight:bold;
}


/*************************** ボックス6 *******************************/

.performance_group{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}

.performance_img {
    width: 40%;
    max-width: 500px;
    padding-top: 50px;
}

.performance_img img {
    box-shadow: -3px 3px 8px #AAA;
}



p.performance_txt {
    font-size: 16px;
    padding-top: 15px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -0.08em;
    font-weight:bold;
}




/*************************** フッターロゴ *******************************/

.rogo_space {
    padding-top: 120px;
    text-align:center;
}


.rogo_img {
    width: 100%;
    max-width: 250px;
    margin-left: -45px;
}


/*************************** フッター *******************************/


.footer {
    /*display: flex;*/
    justify-content: stretch;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align:center;
}


.footer_menu {
font-size: 16px;
display: inline-block;
width: 50%;
text-align:center;
margin-bottom:20px;
}

.footer_menu ul {margin: 0 auto;
         padding: 0;
         list-style: none;
         max-width: 1125px;
         width: 100%;
        display: flex;
        justify-content: center;
      　　}

.footer_menu li a {display: block;
           font-size: 100%;
           color: #333;
           text-decoration: none;
           text-align: center;
           font-weight: 300;
         }


.footer_menu li {
        width: 100%;
        max-width: 90px;
 }

.menu01{
border-right: solid 2px #AAA;
margin-left: -15px;
}

.menu02{
border-right: solid 2px #AAA;
}

.copyright {/*ue*/
    /*width: 50%;*/
    text-align: center;
}


/* ########### 768px以下 ############ */
@media (max-width:768px) {


  /*menu*/
  .menu{
      height: 20px;
      position: absolute;
      right: 20px;
      top: 20px;
      width: 30px;
      z-index: 99;
  }
  .menu__line{
      background: #fff;
      display: block;
      height: 2px;
      position: absolute;
      transition:transform .3s;
      width: 100%;
  }
  .menu__line--center{
      top: 9px;
  }
  .menu__line--bottom{
      bottom: 0;
  }
  .menu__line--top.active{
      top: 8px;
      transform: rotate(45deg);
  }
  .menu__line--center.active{
      transform:scaleX(0);
  }
  .menu__line--bottom.active{
      bottom: 10px;
      transform: rotate(135deg);
  }

  /*gnav*/
  .gnav{
      background: rgba(0,0,0,0.8);
      display: none;
      height: 100%;
      position: fixed;
      width: 100%;
      z-index: 98;
  }
  .gnav__wrap{
      align-items:center;
      display: flex;
      height: 100%;
      justify-content: center;
      position: absolute;
      width: 100%;
  }
  .gnav__menu__item{
      margin: 40px 0;
      display: block;
      text-align: center;
  }
  .gnav__menu__item a{
      color: #fff;
      font-size: 2em;
      font-weight: bold;
      padding: 40px;
      text-decoration: none;
      transition: .5s;
  }
  .gnav__menu__item a:hover{
      color: #666;
  }


.header_menu {
  display: none;
}

.rogo_box {
    position: absolute;
    top: 4%;
    left: 4%;
    width: 100px;
}

.txt_box {
    position: absolute;
    top: 39%;
    left: 37%;
    right: 37%;
    margin: 0 auto;
}

.border{
  top: 57%;
}

.profile_title{
  text-align: center;
  font-size: 35px;
  padding-top: 90px;
}

.profile_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
}

.img_group01 {
    width: 90%;
    max-width: 500px;
}

.profile_txt {
    font-size: 16px;
    padding-top: 15px;
    text-align: center;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: -0.08em;
}

.img_group02 {
    width: 90%;
    padding-top: 50px;
    max-width: 500px;
}

.profile_group02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
}

.img_group03 {
    width: 90%;
    max-width: 500px;
}

.img_group04 {
    width: 90%;
    padding-top: 50px;
    max-width: 500px;
}

.performance_group {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.performance_img {
    width: 90%;
    max-width: 500px;
}


.rogo_img {
    width: 100%;
    max-width: 200px;
    margin-left: -20px;
    margin-bottom: -15px;
}

.footer_menu {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding-left: 15px;
}

.footer {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 40px;
    flex-wrap: wrap;
}

.copyright {
    width: 100%;
    text-align: center;
    padding-top: 25px;
    font-size: 13px;
}


}

/* ########### 769px以上1023px以下 ########### */
@media (min-width: 769px) and (max-width:1100px){
  /* 全体の横幅を固定 */
  .box1,.boxA,.copyright,{
                         margin-left: auto;
                         margin-right: auto;
                         }

  .box2,.box3,.box4,.box5,.box6,.boxC,.boxB,.boxD,.ggmap
                                  {
                                  width: 650px;
                                  margin-left: auto;
                                  margin-right: auto;
                      }

.box7,.box8{
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.txt_box {
    top: 36%;
    left: 39%;
    right: 38%;
}

.border {
  top: 52%;
}

.profile_title {
    text-align: center;
}

.img_group01 {
    width: 100%;
}

.img_group02 {
    width: 100%;
    padding-top: 50px;
}

.img_group03 {
  width: 100%;
}

.img_group04 {
    width: 100%;
    padding-top: 50px;
}

.performance_img {
  max-width: none;
}


}




/* ########### 1100px 以上 ########### */
@media (min-width: 1100px) {

    /* 全体の横幅を固定 */
    .box1,.boxA,.copyright,{
                           margin-left: auto;
                           margin-right: auto;
                           }

    .box2,.box3,.box4,.box5,.box6,.box7,.box8,.boxC,.boxB,.boxD
                                    {
                                    width: 1020px;
                                    margin-left: auto;
                                    margin-right: auto;
                                    }



}
