@charset "utf-8";
/* CSS Document */
.brt_mainph{
  height: 555px;
  background: url("../img/company/ph_main.jpg?0") center center no-repeat;
  background-size: cover;
}

.brt_h2{
  font-family: Oswald;
  font-size: 1.125rem;
  font-weight: bold;
}
.brt_h2::after{
  content: "";
  display: inline-block;
  width: 56px;
  margin-left: 18px;
  vertical-align: middle;
  border-top: 1px solid #212121;
}
.brt_alphabet{
  font-family: Oswald;
  font-size: 5rem;
  font-weight: bold;
}


.brt_mission{
  position: relative;
  padding: 120px 0 180px;
}
.brt_bgtxt{
  position: absolute;
  left: calc(50% - 640px);
  top: 30px;
  line-height: 1;
  font-family: Oswald;
  font-size: 20.25rem;
  font-weight: bold;
  color: #3B7BCA;
  opacity: 0.1;
}
.brt_mission .brt_wrap{
  display: flex;
  align-items: flex-start;
}
.brt_mission .brt_wrap div:first-of-type{
  width: 57%;
  transition: all 1s ease-out;
  transform: translateY(10px);
  opacity: 0;
}
.brt_mission .brt_h2{color: #212121;}
.brt_mission .brt_wrap div:last-of-type{
  width: 43%;
  margin-top: 50px;
  transition: all 1s ease-out 0.2s;
  transform: translateY(10px);
  opacity: 0;
}
.brt_mission.active .brt_wrap div:first-of-type,
.brt_mission.active .brt_wrap div:last-of-type{
  transform: translateY(0);
  opacity: 1;
}
.brt_mission .brt_alphabet{color: #3B7BCA;}
.brt_mission h3{
  margin-bottom: 24px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #212121;
}
.brt_mission .brt_wrap div:last-of-type p{
  line-height: 2;
  color: #333333;
}



.brt_ability{
  padding: 140px 0 136px;
  color: #FFFFFF;
  background-color: #3B7BCA;
}
.brt_ability .brt_wrap{
  display: flex;
  align-items: flex-start;
}
.brt_ability .brt_wrap>div{
  width: 55.5%;
  transition: all 0.67s ease-out 0.3s;
  transform: translateY(10px);
  opacity: 0;
}
.brt_ability .brt_h2::after{border-color: #FFFFFF;}
.brt_txt01{
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
}
.brt_ability .brt_wrap ol{
  width: 44.5%;
  transition: all 0.88s ease-out 0.5s;
  transform: translateY(10px);
  opacity: 0;
}
.brt_ability .brt_wrap ol li{
  display: flex;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid #FFFFFF;
}
.brt_ability .brt_wrap ol li p{
  line-height: 1;
  margin-right: 40px;
  font-family: Oswald;
  font-weight: bold;
  font-size: 5rem;
  text-shadow: 1px 1px 0 #FFFFFF, 0 1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, -1px 0 0 #FFFFFF, -1px -1px 0 #FFFFFF, 0 -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, 1px 0 0 #FFFFFF;
}
.brt_ability .brt_wrap ol li h3{
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 1.875rem;
  color: #FFFFFF;
}
.brt_ability .brt_wrap ol li span{color: #FFFFFF;}

.brt_ability.active .brt_wrap>div,
.brt_ability.active .brt_wrap ol{
  transform: translateY(0);
  opacity: 1;
}





.brt_profile{padding: 120px 0;}
.brt_profile .brt_wrap{
  display: flex;
  align-items: flex-start;
}
.brt_profile .brt_wrap div:first-of-type{width: 34%;}
.brt_jp{
  font-size: 3.125rem;
  font-weight: bold;
  color: #212121;
}
.brt_profile .brt_wrap div:last-of-type{width: 66%;}
.brt_profile dl{
  display: flex;
  align-items: flex-start;
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #DDDDDD;
}
.brt_profile dl dt{
  width: 230px;
  color: #848684;
}
.brt_profile dl dd{
  width: 514px;
  color: #212121;
}
.brt_profile dl dd a{color: #212121;}



.brt_access{
  padding: 144px 0 80px;
  background-color: #FAFAFA;
}
.brt_access .brt_wrap{
  display: flex;
  align-items: flex-start;
}
.brt_access .brt_wrap>div:first-of-type{width: 34%;}
.brt_access .brt_wrap>div:last-of-type{width: 59%;}
.brt_map{
  height: 420px;
  margin-bottom: 40px;
}
.brt_map iframe{
  width: 100%;
  height: 100%;
}
.brt_access dl{
  display: flex;
  align-items: flex-start;
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #DDDDDD;
}
.brt_access dl dt{
  width: 230px;
  color: #848684;
}
.brt_access dl dd{
  width: 514px;
  color: #212121;
}
.brt_access dl dd .brt_flexbox{
  display: flex;
  align-items: flex-start;
}
.brt_access dl dd .brt_flexbox p:first-of-type{width: 72px;}
.brt_access dl dd .brt_flexbox p:last-of-type{width: 304px;}
.brt_access dl dd ul li{margin-bottom: 8px;}









@media screen and (min-width:1600px){
  .brt_mission .brt_wrap,
  .brt_ability .brt_wrap,
  .brt_profile .brt_wrap,
  .brt_access .brt_wrap{width: 1280px;}
}





/*-----------------------------------------*/
/*--------------レスポンシブ-------------*/
/*-----------------------------------------*/
@media screen and (max-width: 1330px){
  .brt_bgtxt{
    left: 16px;
    font-size: 24.3vw;
  }
}
@media screen and (max-width:820px){
  .brt_mainph{height: 290px;}


  .brt_mission{
    padding: 50px 0 56px;
    overflow: hidden;
  }
  .brt_mission .brt_wrap{flex-wrap: wrap;}
  .brt_mission .brt_wrap div:first-of-type,
  .brt_mission .brt_wrap div:last-of-type{width: 100%;}
  .brt_mission .brt_wrap div:last-of-type{margin-top: 16px;}
  .brt_bgtxt{
    left: -2px;
    top: 7px;
    font-size: 6.875rem;
  }
  .brt_h2{
    margin-bottom: 6px;
    font-size: 1rem;
  }
  .brt_alphabet{
    line-height: 1.3;
    font-size: 2.375rem;
  }
  .brt_mission h3{font-size: 1.125rem;}


  .brt_ability{padding: 56px 0 72px;}
  .brt_ability .brt_wrap{flex-wrap: wrap;}
  .brt_ability .brt_wrap > div,
  .brt_ability .brt_wrap ol{width: 100%;}
  .brt_ability .brt_wrap > div{margin-bottom: 56px;}
  .brt_txt01{
    margin-top: 16px;
    font-size: 1.125rem;
  }
  .brt_ability .brt_wrap ol li{padding: 16px 0;}
  .brt_ability .brt_wrap ol li p{
    margin-right: 32px;
    font-size: 2.5rem;
  }
  .brt_ability .brt_wrap ol li h3{font-size: 1rem;}
  .brt_ability .brt_wrap ol li span{font-size: 0.75rem;}



  .brt_profile{padding: 60px 0 56px;}
  .brt_profile .brt_wrap{flex-wrap: wrap;}
  .brt_profile .brt_wrap div:first-of-type,
  .brt_profile .brt_wrap div:last-of-type{width: 100%;}
  .brt_profile .brt_wrap div:first-of-type{margin-bottom: 40px;}
  .brt_jp{font-size: 1.5rem;}
  .brt_profile dl{
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .brt_profile dl dt,
  .brt_profile dl dd{width: 100%;}
  .brt_profile dl dt{margin-bottom: 8px;}



  .brt_access{padding: 60px 0 64px;}
  .brt_access .brt_wrap{flex-wrap: wrap;}
  .brt_access .brt_wrap > div:first-of-type,
  .brt_access .brt_wrap > div:last-of-type{width: 100%;}
  .brt_access .brt_wrap > div:first-of-type{margin-bottom: 60px;}
  .brt_map{height: 400px;}
  .brt_access dl{flex-wrap: wrap;}
  .brt_access dl:last-of-type{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .brt_access dl dt{margin-bottom: 12px;}
  .brt_access dl dd{
    width: 100%;
    font-size: 0.75rem;
  }
  .brt_access dl dd p{margin-bottom: 14px;}
}



