@charset "utf-8";

/* *****************************************************************************

  index.html

***************************************************************************** */
/* company-overview-table */
.company-overview-table > table > tbody > tr > th{
  width: 140px;
}
.company-overview-list{
  letter-spacing: -.4em;
}
.company-overview-list > li{
  display: inline-block;
  letter-spacing: normal;
  margin-right: 2em;
}
.company-overview-list > li:last-child{
  margin-right: 0;
}

@media screen and (max-width: 760px){
  /* company-overview-table */
  .company-overview-table > table > tbody > tr > th{
    width: 120px;
  }
}

@media screen and (max-width: 580px){
  /* company-overview-table */
  .company-overview-table > table > tbody > tr > th{
    width: 100%;
  }
}

/* executive-table */
.executive-table{
  display: flex;
  justify-content: space-between;
}
.executive-table > table{
  width: 50%;
}
.executive-table > table:nth-child(1){
  margin-right: 10px;
}
.executive-table > table:nth-child(2){
  margin-left: 10px;
}
.executive-table > table > tbody > tr > th,
.executive-table > table > tbody > tr > td{
  font-size: 1.4rem;
  line-height: 1.75;
  padding: 15px 20px;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
}
.executive-table > table > tbody > tr > th{
  /*width: 100%;*/
  text-align: left;
  background-color: #eff6fb;
  font-weight: 700;
  /*width: 300px;*/
}
.executive-table > table > tbody > tr > th > br,
.executive-table > table > tbody > tr > th > br.executive-table-break{
  display: none;
}
.executive-table > table > tbody > tr > td{
  width: 160px;
}

@media screen and (max-width: 1020px){
  /* executive-table */
  .executive-table > table:nth-child(1){
    margin-right: 5px;
  }
  .executive-table > table:nth-child(2){
    margin-left: 5px;
  }
  .executive-table > table > tbody > tr > th,
  .executive-table > table > tbody > tr > td{ 
    padding: 12px 10px;
  }
  .executive-table > table > tbody > tr > th{
    /*width: 220px;*/
  }
  .executive-table > table > tbody > tr > th > br{
    display: inline;
  }
}

@media screen and (max-width: 800px){
  /* executive-table */
  .executive-table{
    display: block;
  }
  .executive-table > table{
    width: 100%;
  }
  .executive-table > table:nth-child(1){
    margin-right: 0;
  }
  .executive-table > table:nth-child(2){
    margin-left: 0;
  }
  .executive-table > table > tbody > tr > th{
    /*width: 280px;*/
  }
  .executive-table > table:nth-child(2) > tbody > tr:nth-child(1) > th,
  .executive-table > table:nth-child(2) > tbody > tr:nth-child(1) > td{
    border-top: none;
  }
  .executive-table > table > tbody > tr > th > br{
    display: none;
  }
}

@media screen and (max-width: 560px){
  /* executive-table */
  .executive-table{
    border-top: 1px solid #e6e6e6;
  }
  .executive-table > table > tbody > tr > th,
  .executive-table > table > tbody > tr > td{
    display: block;
  }
  .executive-table > table > tbody > tr > th{
    width: 100%;
    border-top: none;
  }
  .executive-table > table > tbody > tr > td{
    width: 100%;
    border-top: none;
  }
}

/* philosophy-box */
.philosophy-box{
  margin-top: 100px;
  text-align: center;
}
.philosophy-box > img{
  max-width: 800px;
  width: 100%;
}

@media screen and (max-width: 1000px){
  /* philosophy-box */
  .philosophy-box{
    margin-top: 80px;
  }
}

@media screen and (max-width: 760px){
  /* philosophy-box */
  .philosophy-box{
    margin-top: 60px;
  }
}

/* history-table */
.history-table > table > tbody > tr > th{
  width: 120px;
}

@media screen and (max-width: 760px){
  /* history-table */
  .history-table > table > tbody > tr > th{
    width: 100px;
  }
}
@media screen and (max-width: 580px){
  /* history-table */
  .history-table > table > tbody > tr > th{
    width: 100%;
  }
}

/* *****************************************************************************

  office.html

***************************************************************************** */
/* office-box */
.office-box{
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.office-box:nth-child(1){
  margin-top: 0;
}
.office-box-address{
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 760px){
  /* office-box */
  .office-box{
    display: block;
    margin-top: 50px;
  }
  .office-box-address{
    font-size: 1.5rem;
  }
}

/* office-box-primary */
.office-box-primary{
  width: 48.8542%;
}
.office-section{
  margin-top: 32px;
}

@media screen and (max-width: 1080px){
  /* office-box-primary */
  .office-box-primary{
    width: 52%;
  }
}

@media screen and (max-width: 1000px){
  /* office-box-primary */
  .office-box-primary{
    width: 54%;
  }
}

@media screen and (max-width: 760px){
  /* office-box-primary */
  .office-box-primary{
    width: 100%;
  }
  .office-section{
    margin-top: 30px;
  }
}

/* office-table */
.office-table > table{
  width: 100%;
}
.office-table > table > tbody > tr > th,
.office-table > table > tbody > tr > td{
    border: 1px solid #e6e6e6;
    font-size: 1.4rem;
    line-height: 1.75;
    padding: 18px 20px;
    vertical-align: middle;
}
.office-table > table > tbody > tr > th{
    background-color: #eff6fb;
    font-weight: 700;
    text-align: left;
    width: 130px;
    white-space: nowrap;
}
.office-table-data{
  letter-spacing: -.4em;
}
.office-table-data > span{
  display: inline-block;
  letter-spacing: normal;
  margin-right: 1em;
}
.office-table-data > span:last-child{
  margin-right: 0;
}

@media screen and (max-width: 760px){
  /* office-table */
  .office-table > table > tbody > tr > th{
    width: auto;
  }
}

@media screen and (max-width: 560px){
  /* office-table */
  .office-table{
    border-top: 1px solid #e6e6e6;
  }
  .office-table > table > tbody > tr > th,
  .office-table > table > tbody > tr > td{
    display: block;
    width: 100%;
    border-top: none;
  }
  .office-table > table > tbody > tr > td{
    border-top: none;
  }
}

/* office-box-map */
.office-box-map{
  width: 40.2083%;  
}
.office-box-map-main{
  height: 0;
  overflow: hidden;
  padding-bottom: 70%;
  position: relative;
}
.office-box-map-main > iframe{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.office-box-link{
  line-height: 1;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 18px;
}
.office-box-link > a{
  color: #0074c1;
  display: inline-block;
  background: url(/english/assets/images/company/arrow-map.svg) right 7px top 1px no-repeat;
  background-size: 6px;
  border-bottom: 1px solid #0074c1;
  padding-right: 24px;
  padding-bottom: 5px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.office-box-link > a:hover{
  opacity: 0.75;
}

@media screen and (max-width: 760px){
  /* office-box-map */
  .office-box-map{
    width: 100%;
    margin-top: 30px;
  }
  .office-box-link{
    font-size: 1.3rem;
    margin-top: 16px;
  }
  .office-box-link > a{
    background: url(/english/assets/images/company/arrow-map.svg) right 7px top 3px no-repeat;
    background-size: 5px;
    padding-right: 22px;
    padding-bottom: 4px;
  }
  .office-box-link > a:hover{
    opacity: 1;
  }
}

/* office-box-supplement */
.office-box-supplement{
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}

/* office-box-supplement-link */
.office-box-supplement-link{
  line-height: 1;
  font-family: YakuHanJP_Narrow, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  margin-top: 0.8em;
}
.office-box-supplement-link > a{
  color: #0074c1;
  display: inline-block;
  background: #ffffff url(/english/assets/images/arrow-circle-blue.svg) right 1px no-repeat;
  background-size: 16px auto;
  border-bottom: 1px solid #0074c1;
  padding-top: 2px;
  padding-right: 25px;
  padding-bottom: 5px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.office-box-supplement-link > a:hover{
  opacity: 0.75;
}

@media screen and (max-width: 760px){
  /* office-box-supplement-link */
  .office-box-supplement-link > a{
    background: #ffffff url(/english/assets/images/arrow-circle-blue.svg) right 1px no-repeat;
    background-size: 15px auto;  
    padding-right: 24px;
    padding-bottom: 4px;
  }
  .office-box-supplement-link > a:hover{
    opacity: 1;
  }
}

/* *****************************************************************************

  affiliated.html

***************************************************************************** */
/* text-button-affiliated */
.text-button-affiliated{
  margin-top: 25px;
}
.text-button.text-button-affiliated > a{
  background: #0074c1 url(/english/assets/images/icon-download-white.svg) right 22px center no-repeat;
  background-size: 20px auto;
  padding-right: 60px;
}
.text-button.text-button-affiliated > a:hover{
  color: #0074c1;
  background: #ffffff url(/english/assets/images/icon-download-blue.svg) right 22px center no-repeat;
  background-size: 20px auto;
}

@media screen and (max-width: 760px){
  /* text-button-affiliated */
  .text-button-affiliated{
    margin-top: 20px;
  }
  .text-button.text-button-affiliated > a,
  .text-button.text-button-affiliated > a:hover{
      color: #ffffff;
      padding-right: 55px;
      background: #0074c1 url(/english/assets/images/icon-download-white.svg) right 21px center no-repeat;
      background-size: 18px auto;
  }
}
