<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

div.corporateMovie{
  text-align: center;
  padding: 0;
  margin: 40px 0 40px 0;
  border-top: none;
}
video{
  width: 92vw;
  margin: 0 auto;
}

/*message*/
#message{
  width: 92%;
  margin: 0 auto;
  padding: 45px 0 0 0;
}
#message h3{
  font-size: 18px;
  position: relative;
  padding: 25px 0 0 0;
}
#message h3:before{
  content: ' ';
  position: absolute;
  width: 78px;
  height: 5px;
  background: url(../common/img/fnd.png) 0 0 no-repeat;
  top: 0;
  left: 0;
}
#message div div &gt; img{
  width: 100%;
}
#message strong{
  font-size: 16px;
  font-weight: 600;
  padding: 45px 0 0 0;
  display: block;
  text-align: right;
}
#message strong img{
  width: 17vw;
}
.message{
  overflow: hidden;
  padding: 25px 0 0 0;
}
.message div{
  width: 54%;
  float: right;
}
.message &gt; img{
  width: 42%;
  float: left;
  display: block;
}

@media screen and (max-width: 600px) {
.message div{
  width: 100%;
  float: none;
}
.message &gt; img{
  width: 100%;
  float: none;
  display: block;
}
#message div div &gt; img{
  margin: 25px 0 0 0;
}
#message strong{
  font-size: 16px;
  font-weight: 600;
  padding: 45px 0 0 0;
  display: block;
  text-align: right;
}
#message strong img{
  width: 40vw;
}
}


/*corporateMain*/
#corporateMain{
  width: 92%;
  margin: 0 auto;
  padding: 0 0 0 0;
}
#corporateMain h3{
  font-size: 18px;
  position: relative;
  padding: 25px 0 0 0;
}
#corporateMain h3:before{
  content: ' ';
  position: absolute;
  width: 78px;
  height: 5px;
  background: url(../common/img/fnd.png) 0 0 no-repeat;
  top: 0;
  left: 0;
}
#corporateMain ul{
  width:100%;
  overflow: hidden;
  text-align: center;
  margin: 30px 0 0 0;
}
#corporateMain ul li:nth-child(3n+1){
  width:32%;
  margin: 0 0 10px 0;
  list-style:none;
  position: relative;
  float: left;
}
#corporateMain ul li:nth-child(3n+2){
  width:32%;
  margin: 0 0 10px 2%;
  list-style:none;
  position: relative;
  float: left;
}
#corporateMain ul li:nth-child(3n+3){
  width:32%;
  margin: 0 0 10px 0;
  list-style:none;
  position: relative;
  float: right;
}
#corporateMain ul li a{
  width: 100%;
  display: block;
  padding: 20px 0 20px 0;
  border: 1px solid #e9e6e6;
  font-size: 18px;
  background: #f8f6f6;
}
#corporateMain ul li span{
  width: 100%;
  display: block;
  padding: 20px 0 20px 0;
  border: 1px solid #f8f8f8;
  color: #ccc;
  font-size: 18px;
  background: #f9f9f9;
}
#corporateMain ul li a:hover{
  opacity: 1;
  background: #f21409;
  color: #fff;
}
#corporateMain ul li a:after{
  content: "";
  position: absolute;
  bottom: 2px;
  right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #191919;
}
#corporateMain ul li a:hover:after{
  border-color: transparent transparent #fff;
}
@media screen and (max-width: 780px) {
  #corporateMain ul li a{
  width: 100%;
  display: block;
  padding: 20px 0 20px 0;
  border: 1px solid #e9e6e6;
  font-size: 15px;
  background: #f8f6f6;
}
#corporateMain ul li span{
  width: 100%;
  display: block;
  padding: 20px 0 20px 0;
  border: 1px solid #f8f8f8;
  color: #ccc;
  font-size: 15px;
  background: #f9f9f9;
}
  }
@media screen and (max-width: 600px) {
  #corporateMain ul li:nth-child(3n+1){
    width:100%;
    margin: 0 0 10px 0;
    list-style:none;
    position: relative;
    float: none;
  }
  #corporateMain ul li:nth-child(3n+2){
    width:100%;
    margin: 0 0 10px 0;
    list-style:none;
    position: relative;
    float: none;
  }
  #corporateMain ul li:nth-child(3n+3){
    width:100%;
    margin: 0 0 10px 0;
    list-style:none;
    position: relative;
    float: none;
  }
  #corporateMain ul li a{
  width: 100%;
  display: block;
  padding: 20px 0 20px 0;
  border: 1px solid #e9e6e6;
  font-size: 15px;
  background: #f8f6f6;
}
#corporateMain ul li span{
  width: 100%;
  display: block;
  padding: 20px 0 20px 0;
  border: 1px solid #f8f8f8;
  color: #ccc;
  font-size: 15px;
  background: #f9f9f9;
}
}

/*outline*/
#outline{
  width: 92%;
  margin: 0 auto;
  padding: 45px 0 0 0;
}
#outline h3{
  font-size: 18px;
  position: relative;
  padding: 25px 0 0 0;
}
#outline h3:before{
  content: ' ';
  position: absolute;
  width: 78px;
  height: 5px;
  background: url(../common/img/fnd.png) 0 0 no-repeat;
  top: 0;
  left: 0;
}
.outline{
  width: 100%;
  overflow: hidden;
}


#outline table{
  width: 100%;
  margin: 30px 0 0 0;
}
#outline table th, #outline table td{
  border-top: 1px solid #e9e6e6;
  border-bottom: 1px solid #e9e6e6;
  font-size: 14px;
  padding: 10px 10px 10px 20px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4em;
}
#outline table th{
  width: 25%;
  background: #2866c4;
  color: #fff;
  padding: 15px 10px 15px 20px;
}
#outline table th span{
  position: relative;
}
#outline table th span:before{
  content: "";
  width: 3px;
  height: 8px;
  background: #f21409;
  position: absolute;
  top: 50%;
  left: -10px;
  margin: -4px 0 0 0;
}
#outline table td &gt; div{
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
}
#outline table td &gt; div &gt; div:nth-child(1){
  width: 33%;
  font-size: 12px;
  text-align: center;
  padding: 0 1.5% 0 0;
}
#outline table td &gt; div &gt; div:nth-child(2){
  width: 33%;
  font-size: 12px;
  text-align: center;
  border-left: 1px solid #eee;
  padding: 0 1.5% 0 1.5%;
}
#outline table td &gt; div &gt; div:nth-child(3){
  width: 33%;
  font-size: 12px;
  text-align: center;
  border-left: 1px solid #eee;
  padding: 0 0 0 1.5%;
}
#outline table td &gt; div &gt; div span{
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  display: block;
  padding: 10px 0 0 0;
}
#outline table td &gt; div &gt; div p{
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  display: block;
  padding: 10px 0 0 0;
}
#outline table td &gt; div &gt; div ul{
  padding: 10px 0 10px 0;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}



#outline table td img{
  width: 100%;
  display: block;
}
@media screen and (max-width: 780px) {
  #outline table td &gt; div{
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
  }
  #outline table td &gt; div &gt; div:nth-child(1){
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
  #outline table td &gt; div &gt; div:nth-child(2){
    width: 100%;
    font-size: 12px;
    text-align: center;
    border-left: none;
    border-top: 1px solid #eee;
    padding: 40px 0 0 0;
    margin: 20px 0 0 0;
  }
  #outline table td &gt; div &gt; div:nth-child(3){
    width: 100%;
    font-size: 12px;
    text-align: center;
    border-left: none;
    border-top: 1px solid #eee;
    padding: 40px 0 0 0;
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  #outline table{
    width: 100%;
    margin: 30px 0 0 0;
    display: block;
  }
  #outline table th, #outline table td{
    border-top: 1px solid #e9e6e6;
    border-bottom: none;
    font-size: 13px;
    padding: 10px 0 10px 0;
    text-align: left;
    vertical-align: middle;
    display: block;
  }
  #outline table th{
    width: calc(100% - 10px);
    padding: 10px 0 10px 10px;
    font-size: 13px;
    height: auto!important;
  }
  #outline table td{
    padding: 10px 0 20px 10px;
    line-height: 1.4em;
    font-size: 12px;
    height: auto!important;
  }
  #outline table th span{
    position: relative;
  }
  #outline table th span:before{
    content: "";
    width: 3px;
    height: 8px;
    background: #f21409;
    position: absolute;
    top: 50%;
    left: -8px;
    margin: -4px 0 0 0;
  }

}


/*outline*/
#offices{
  width: 92%;
  margin: 0 auto;
  padding: 45px 0 0 0;
}
#offices h3{
  font-size: 18px;
  position: relative;
  padding: 25px 0 0 0;
}
#offices h3:before{
  content: ' ';
  position: absolute;
  width: 78px;
  height: 5px;
  background: url(../common/img/fnd.png) 0 0 no-repeat;
  top: 0;
  left: 0;
}



/*access*/
#access{
  width: 92%;
  margin: 0 auto;
  padding: 45px 0 0 0;
}
#access h3{
  font-size: 18px;
  position: relative;
  padding: 25px 0 0 0;
}
#access h3:before{
  content: ' ';
  position: absolute;
  width: 78px;
  height: 5px;
  background: url(../common/img/fnd.png) 0 0 no-repeat;
  top: 0;
  left: 0;
}
#access &gt; ul{
  width: 100%;
}
#access &gt; ul &gt; li{
  margin: 30px 0 0 0;
}
#access &gt; ul &gt; li h4{
  font-size: 14px;
  font-weight: 600;
  padding: 15px 20px 15px 20px;
  position: relative;
  background: #f8f6f6;
  border-bottom: 1px solid #e9e6e6;
}
#access &gt; ul &gt; li h4:before{
  content: '';
  position: absolute;
  width: 5px;
  height: 16px;
  background: #f21409;
  top: 13px;
  left: 0;
}
#access &gt; ul &gt; li p{
  padding: 20px 20px 0 20px;
}
#access &gt; ul &gt; li p br{
  display: none;
}
#access &gt; ul &gt; li ul{
  padding: 15px 0 20px 20px;
}
#access &gt; ul &gt; li ul li{
  padding: 2px 0 2px 15px;
  font-size: 15px;
  position: relative;
  font-weight: 600;
}
#access &gt; ul &gt; li ul li:before{
  content: "•";
  color: #f21409;
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 20px;
}
#access &gt; ul &gt; li ul li span{
  padding: 0 10px 0 0;
  font-weight: 400;
}
#access &gt; ul &gt; li div{
  padding: 0 0 0 40px;
  background: url(../common/img/iconPin.png) 20px 0 no-repeat;
}
#access &gt; ul &gt; li div a{
  padding: 0 0 0 0;
  color: #f21409;
  border-bottom: 1px dotted #f21409;
}
@media screen and (max-width: 600px) {
  #access &gt; ul &gt; li p{
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.3em;
  }
  #access &gt; ul &gt; li p span{
    display: block;
    font-size: 12px;
  }
  #access &gt; ul &gt; li p br{
    display: block;
  }
  #access &gt; ul &gt; li ul{
    padding: 20px 0 20px 0;
  }
  #access &gt; ul &gt; li ul li{
    padding: 8px 0 8px 12px;
    font-size: 16px;
    position: relative;
  }
  #access &gt; ul &gt; li ul li:before{
    content: "•";
    color: #f21409;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 20px;
  }
  #access &gt; ul &gt; li ul li span{
    display: block;
    font-size: 13px;
    padding: 0 0 5px 0;
  }
  #access &gt; ul &gt; li div{
    padding: 0 0 0 20px;
    background: url(../../common/img/iconPin.png) 0 0 no-repeat;
  }
}

/*client*/
#client{
  width: 92%;
  margin: 0 auto;
  padding: 45px 0 0 0;
}
#client h3{
  font-size: 18px;
  position: relative;
  padding: 25px 0 0 0;
}
#client h3:before{
  content: ' ';
  position: absolute;
  width: 78px;
  height: 5px;
  background: url(../common/img/fnd.png) 0 0 no-repeat;
  top: 0;
  left: 0;
}
#client h3 span{
  font-size: 13px;
  position: relative;
  padding: 0 0 0 15px;
}
#client h3 span:before{
  content: "*";
  color: #f21409;
}
#client &gt; div{
  width: 100%;
  overflow: hidden;
}
#client &gt; div &gt; div:first-child{
  width: 48%;
  float: left;
}
#client &gt; div &gt; div:last-child{
  width: 48%;
  float: right;
}
#client &gt; div &gt; div h4{
  background: #f21409;
  color: #fff;
  padding: 10px 15px 10px 10px;
  margin: 30px 0 0 0;
  font-size: 13px;
  border-bottom: 1px solid #cec9c9;
}
#client &gt; div &gt; div ul{
  padding: 5px 20px 20px 20px;
  background: #f8f6f6;
  border-bottom: 1px solid #e9e6e6;
}
#client &gt; div &gt; div ul li{
  padding: 2px 0 2px 0;
  font-size: 14px;
  position: relative;
  margin: 8px 0 0 0;
}
#client &gt; div &gt; div ul li:before{
  content: "•";
  color: #f21409;
  position: absolute;
  top: -3px;
  left: -10px;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  #client &gt; div &gt; div:first-child{
    width: 100%;
    float: none;
  }
  #client &gt; div &gt; div:last-child{
    width: 100%;
    float: none;
  }
  #client &gt; div &gt; div ul{
    padding: 5px 10px 15px 20px;
    background: #f8f6f6;
    border-bottom: 1px solid #e9e6e6;
  }
  #client &gt; div &gt; div ul li{
    padding: 2px 0 2px 0;
    font-size: 13px;
    position: relative;
    margin: 8px 0 0 0;
  }
}

/*client*/
#iso{
  width: 92%;
  margin: 0 auto;
  padding: 45px 0 0 0;
}
#iso h3{
  font-size: 18px;
  position: relative;
  padding: 25px 0 0 0;
}
#iso h3:before{
  content: ' ';
  position: absolute;
  width: 78px;
  height: 5px;
  background: url(../common/img/fnd.png) 0 0 no-repeat;
  top: 0;
  left: 0;
}
#iso &gt; p{
  font-size: 14px;
  line-height: 1.4em;
  padding: 30px 0 0 0;
}
#iso &gt; div{
  padding: 25px 0 70px 0;
}

#iso &gt; div h4{
  position: relative;
  padding: 0 0 0 10px;
  font-weight: 600;
}
#iso &gt; div h4:before{
  content: "";
  width: 3px;
  height: 8px;
  background: #f21409;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -4px 0 0 0;
}
#iso &gt; div &gt; ul{
  padding: 5px 0 10px 0;
}
#iso &gt; div &gt; ul &gt; li{
  padding: 2px 0 2px 20px;
  font-size: 14px;
  position: relative;
  margin: 5px 0 0 0;
}
#iso &gt; div &gt; ul &gt; li:before{
  content: "•";
  color: #191919;
  position: absolute;
  top: -3px;
  left: 8px;
  font-size: 20px;
}
#iso &gt; div p{
  font-size: 12px;
  padding: 0 0 0 10px;
  position: relative;
}
#iso &gt; div p:before{
  content: "*";
  color: #f21409;
}
#iso &gt; div &gt; div{
  margin: 10px 0 0 0;
}
#iso &gt; div &gt; div &gt; ul &gt; li{
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0 0 5px;
}
#iso &gt; div &gt; div &gt; ul &gt; li span{
  width: 10em;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  #iso &gt; div &gt; ul &gt; li{
    padding: 2px 0 2px 10px;
    font-size: 13px;
    position: relative;
    margin: 5px 0 0 0;
  }
  #iso &gt; div &gt; ul &gt; li:before{
    content: "•";
    color: #191919;
    position: absolute;
    top: -3px;
    left: -3px;
    font-size: 20px;
  }
  #iso &gt; div p{
    font-size: 12px;
    padding: 0 0 0 0;
    position: relative;
  }
  #iso &gt; div p:before{
    content: "*";
    color: #f21409;
  }
  #iso &gt; p{
    font-size: 14px;
    line-height: 1.5em;
    padding: 30px 0 0 0;
  }
  #iso &gt; div &gt; div{
    text-align: center;
  }
  #iso &gt; div &gt; div &gt; ul &gt; li span{
    display: inline;
  }
}

#recruit{
  width: 92%;
  margin: 0 auto;
  padding: 25px 0 0 0;
  border: 1px solid #ff0000;
}
#recruit video{
  width: 92vw;
}</pre></body></html>