
/* team_wrap */
/******************************************************************************
 * 10.03 - team_wrap
*****************************************************************************/
#main{
  overflow: hidden;
}
.siteFrame{
  max-width: 1100rem;
}

.archive_header{
  margin-bottom: 120rem;
}

.contents_h3{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 45rem;
  font-weight: 900;
}
.contents_h3 .en_title{
  font-family: 'Montserrat', sans-serif;
  font-size: 40rem;
  font-weight: 600;
}
.contents_h3 .jp_title{
  font-size: 18rem;
  margin-top: 1em;
}

.logo_title{
  font-size: 26rem;
  font-weight: 900;
  color: #000733;
  text-align: center;
  margin-bottom: 50rem;
}
.logo_flex_wrap{
  display: flex;
  width: 1000rem;
  margin: auto;
  margin-bottom: 70rem;
  align-items: center;
  justify-content: center;
}
.logo_flex_wrap img:nth-child(2){
  margin-left: 50rem;
}
.logo_div img:nth-child(1){ width: 375rem; }
.logo_div img:nth-child(2){ width: 559rem; }

.mascot_div img:nth-child(1){
  width: 462rem;
  margin-top: 20rem;
}
.mascot_div img:nth-child(2){ width: 495rem; }

.about_inner_wrap p{
  font-size: 16px;
  line-height: 2em;
}
.about_inner_wrap + .about_inner_wrap{
  margin-top: 110rem;
}
.photo_div,
.photo_div img{
  width: 100%;
}
.about_specs{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40rem;
}
.main_data{
  width: 720rem;
  font-size: 16rem;
}
.main_data h4,
.about_table_wrap h4{
  font-size: 18rem;
  font-weight: 600;
  width: 130rem;
  line-height: 30rem;
  color: #fff;
  background-color: #000733;
  display: inline-block;
  text-align: center;
  margin-bottom: .75em;
  height: 32rem;
}
.main_data p{
  line-height: 2em;
  margin-bottom: 30rem;
}
.about_table_wrap{
  padding: 0 40rem 40rem;
}
.about_table{
  font-size: 16px;
  border-top: 1px solid #dcdcdc;
  margin-top: 30rem;
}
.about_table tr{
  border-bottom: 1px solid #dcdcdc;
}
.about_table th,
.about_table td{
  padding: 1em 0;
  line-height: 2em;
  font-weight: 500;
}
.about_table th{
  width: 160rem;
  padding-left: 2em;
}



.scool_other_header{
  margin-top: 80rem;
  margin-bottom: 50rem;
  text-align: center;
}
.scool_other_header .en_title{
  font-family: 'Montserrat', sans-serif;
  font-size: 30rem;
  font-weight: 500;
  color: #fff;
  background-color: #000733;
  width: 360rem;
  height: 40rem;
  line-height: 40rem;
  display: block;
  margin: auto;
  margin-bottom: 15rem;
}
.scool_other_header .jp_title{
  font-size: 18rem;
  font-weight: 700;
  color: #000733;
}

.breadcrumbs{
  margin-top: 140rem;
  margin-bottom: 60rem;
}
.gao_back{
  position: relative;
}
.gao_back::after{
  content: '';
  position: absolute;
  height: 464rem;
  width: 110vw;
  background-color: #000733;
  left: calc(-50vw + 50%);
  transform: skewY(-10deg);
  z-index: -1;
  top: 40rem;
}

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

  .siteFrame{
    max-width: 100%;
  }

  .archive_header{
    margin-bottom: 120rem;
  }

  .contents_h3{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45rem;
    font-weight: 900;
  }
  .contents_h3 .en_title{
    font-size: 40rem;
  }
  .contents_h3 .jp_title{
    font-size: 28rem;
    margin-top: 1em;
  }

  .logo_title{
    font-size: 40rem;
    margin-bottom: 40rem;
  }
  .logo_flex_wrap{
    width: 100%;
    flex-direction: column;
  }
  .logo_flex_wrap img:nth-child(2){
    margin-top: 30rem;
    margin-left: 0;
  }

  .logo_div img:nth-child(1){ width: 395rem; }
  .logo_div img:nth-child(2){ width: 495rem; }

  .mascot_div img:nth-child(1){
    width: 462rem;
    margin-top: 0;
  }
  .mascot_div img:nth-child(2){ width: 495rem; }

  .about_inner_wrap p{
    font-size: 28rem;
  }
  .about_inner_wrap + .about_inner_wrap{
    margin-top: 80rem;
  }
  .bill{
    width: 100vw;
    margin: 0 -30rem;
  }
  .about_specs{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40rem;
  }
  .main_data{
    width: 100%;
    text-align: center;
    font-size: 28rem;
  }
  .main_data h4,
  .about_table_wrap h4{
    font-size: 28rem;
    width: 192rem;
    height: 42rem;
    line-height: 40rem;
    margin-bottom: .5em;
  }
  .map_btn{
    margin: 60rem;
  }
  .about_table_wrap{
    padding: 0;
    margin: auto -30rem;
    text-align: center;
  }

  .about_table{
    font-size: 28rem;
    border: none;
    margin-top: 30rem;
  }
  .about_table tr{
    border: none;
    display: flex;
    flex-direction: column;
  }

  .about_table th,
  .about_table td{
    padding: 1em 0;
    line-height: 2em;
    font-weight: 500;
  }
  .about_table th{
    width: 100%;
    background-color: #e7e7e7;
    text-align: center;
    padding: .2em 0;
  }
  .about_table td{
    padding-left: 60rem;
    padding-right: 60rem;
    text-align: left;
  }



  .scool_other_header{
    margin-top: 80rem;
    margin-bottom: 50rem;
    text-align: center;
  }
  .scool_other_header .en_title{
    font-size: 30rem;
    font-weight: 700;
    color: #fff;
    background-color: #000733;
    width: 395rem;
    line-height: 40rem;
    display: block;
    margin: auto;
    margin-bottom: 15rem;
  }
  .scool_other_header .jp_title{
    font-size: 18rem;
    font-weight: 700;
    color: #000733;
  }

  .breadcrumbs{
    margin-top: 140rem;
    margin-bottom: 60rem;
  }
  .gao_back{
    position: relative;
  }
  .gao_back::after{
    height: 345rem;
    top: 273rem;
  }



  .scool_other_header{
    margin-top: 170rem;
    margin-bottom: 65rem;
  }
  .scool_other_header .en_title{
    width: 395rem;
    line-height: 40rem;
    margin-bottom: 25rem;
  }
  .scool_other_header .jp_title{
    font-size: 28rem;
  }


}
