@charset "utf-8";

/* PC ================================================== */
@media all and (min-width:960px){
#company {
  width: 100%;
  margin: 58px auto 0;
  letter-spacing: 0.075em;
}
.com-img {
    width: 100%;
    height: 100%;
  }
.ttl-area {
  width: 100%;
  height: 177px;
  color: #333333;
}
  .ttl-area p {
    font-family: "DIN Condensed",sans-serif;
    font-size: 50px;
    text-align: center;
	  line-height:1.4;
  }
    .ttl-area span {
      font-family: "源ノ角ゴシック JP",sans-serif;
      font-size: 12px;
      position: relative;
      top: 20px;
    }
  .table-area {
    width: 90%;
    margin: 0 auto;
  }
  .com-plof {
    table-layout: fixed;
    width: 1000px;
    margin: 0 auto 100px;
    font-family: "源ノ角ゴシック JP",sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
  }
    .com-plof tr {
      width: 1000px;
      height: 70px;
    }
    .com-plof th {
      width: 213px;
      text-align: left;
      font-weight: bold;
      border-top: 1px solid #1D2B62;
      border-bottom: 1px solid #1D2B62;
    }
    .com-plof td {
      width: 787px;
      padding-left: 40px;
      border-top: 1px solid#DEDEDE;
      border-bottom: 1px solid#DEDEDE;
    }
    .address-txt {
      padding: 20px 0;
    }
    .address-txt::after {
      content:"";
      display: inline-block;
      width: 18px;
      height: 24px;
      position: relative;
      top: 5px;
      right: -5px;
      background: url(../image/g-map-pin.jpg);
    }
    .maps {
      width:748px;
      height: 299px;
      margin-bottom: 40px;
    }
    .vertical-top {
      vertical-align: top;
    }
    .pad--th {
      padding-top: 30px;
    }
    .td--padding {
      padding: 30px 0;
    }
    .gyomu--inner {
      display: flex;
    }
    .gyomu--left {
      margin-right: 70px;
    }
    .gyomu--box {
      margin-bottom: 18px;
    }
    .gyomu--ttl {
      font-weight: bold;
    }
    .gyomu--txt {
      margin-top: 10px;
      line-height: 1.5;
    }
    .officer--inner {
      width: 100%;
      display: flex;
    }
    .officer--inner p {
      margin-bottom: 20px;
    }
    .officer--inner p:last-child {
      margin-bottom: 0;
    }
    .officer--box_left {
      margin-right: 95px;
    }
    .main-bank--inner p {
      margin-bottom: 20px;
    }
    .main-bank--inner p:last-child {
      margin-bottom: 0;
    }
    .main-shd--inner {
      display: flex;
    }
    .main-shd--box {
      margin-right: 40px;
    }
    .main-shd--box-s{
      margin-right: 20px;
    }
    .main-shd--inner p {
      margin-bottom: 7px;
    }
    .menu-list_area {
      width: 1000px;
      margin: 100px auto;
      display: flex;
    }
    .left-list{
      display: inline-block;
      margin-right: 74px;
    }
    .first-list {
      width: 463px;
      height: 78px;
      border-top: 1px solid #DEDEDE;
      border-bottom: 1px solid #DEDEDE;
      box-sizing: border-box;
      position: relative;
    }
    .second-list{
      width: 463px;
      height: 78px;
      border-bottom: 1px solid #DEDEDE;
      box-sizing: border-box;
      position: relative;
      vertical-align: middle;
    }
    .lists a {
      display: block;
      font-family: "源ノ角ゴシックJP",sans-serif;
      color: #333333;
      font-size: 14px;
      width: 463px;
      padding: 39px 0;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .lists a:hover {
      background-color: #100C39;
      padding: 39px 0;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .li-txt {
      position: absolute;
      color: #333333;
      top: 50%;
      left: 0px;
      transform: translate(0,-50%);
      -webkit-transform: translate(0,-50%);
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .lists a:hover .li-txt {
        position: absolute;
        color: #ffffff;
        left: 20px;
        transition: all .2s;
        -webkit-transition: all .2s;
    }
    .small-btn--arrow {
      display: inline-block;
      width: 26px;
      height: 1px;
      border-radius: 8px;
      background-color: #100A39;
      position: absolute;
      top: 40px;
      right: 0;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .small-btn--arrow::after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 1px;
      border-radius: 8px;
      background-color: #100A39;
      position: absolute;
      top: -2.6px;
      right: -1px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }
    .lists a:hover .small-btn--arrow {
      background-color: #FFFFFF;
      position: absolute;
      right: 10px;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .lists a:hover .small-btn--arrow::after {
      background-color: #FFFFFF;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
.pc-prof {
  display: block;
}
.sp-tab-prof {
  display: none;
}
}
/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
#company {
  width: 100%;
  margin: 49px auto 0;
  letter-spacing: 0.075em;
}
.com-img {
    width: 100%;
    height: 100%;
  }
.ttl-area {
  width: 100%;
  height: 142px;
  color: #333333;
  position: relative;
}
  .ttl-area p {
    font-family: "DIN Condensed",sans-serif;
    font-size: 34px;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ttl-area span {
    font-family: "源ノ角ゴシック JP",sans-serif;
    font-size: 12px;
    position: relative;
    top: 20px;
  }
  .table-area {
    width: 90%;
    margin: 0 auto;
  }
  .com-plof {
    width: 530px;
    margin: 0 auto 100px;
    font-family: "源ノ角ゴシック JP",sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
  }
    .com-plof tr {
      width: 100%;
    }
    .com-plof th {
      display: block;
      position: relative;
      width: 100%;
      text-align: left;
      font-weight: bold;
      height: 50px;
      line-height: 50px;
      border-top: 1px solid#DEDEDE;
    }
    .com-plof td {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      padding-bottom: 20px;
      border-bottom: 1px solid#DEDEDE;
    }
    .com-plof th:first-child::before {
      content:"";
      position: absolute;
      top: -1px;
      left: 0;
      width: 90px;
      height: 1px;
      display: inline-block;
      background-color:#1D2B62;
    }
    .com-plof td::after {
      content:"";
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 90px;
      height: 1px;
      display: inline-block;
      background-color:#1D2B62;
    }
    .com-plof td:first-child {
      border-bottom: none;
    }
    .com-plof td::after:first-of-type {
      content: none;
    }
    .border-none {
      border-top: none!important;
    }
    .border-none::before {
      content: none!important;
    }
    .border-none::after {
      content: none!important;
    }
    .address-txt {
      height:310px!important;
    }
    .maps {
      width:100%;
      height: 56.92%;
      box-sizing: content-box;
      padding-top: 20px;
    }
  .officer--inner p {
    margin-bottom: 4px;
  }
  .main-bank--inner p {
    margin-bottom: 10px;
  }
  .menu-list_area {
    width: 80%;
    margin: 0px auto 70px;
  }
  .list {
    width: 100%;
    height: 76px;
    border-top: 1px solid #DEDEDE;
    box-sizing: border-box;
    position: relative;
  }
  .sp-second-list:last-child {
    border-bottom: 1px solid #DEDEDE;
  }
  .lists a {
    display: block;
    font-family: "源ノ角ゴシックJP",sans-serif;
    color: #333333;
    font-size: 14px;
    width: 100%;
    height: 76px;
    padding: 36px 0;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
    .lists a:hover {
      background-color: #100C39;
      padding: 37px 0;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .li-txt {
      position: absolute;
      color: #333333;
      top: 50%;
      left: 0px;
      transform: translate(0,-50%);
      -webkit-transform: translate(0,-50%);
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .lists a:hover .li-txt {
      position: absolute;
      color: #ffffff;
      left: 20px;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .small-btn--arrow {
      display: inline-block;
      width: 26px;
      height: 1px;
      border-radius: 8px;
      background-color: #100A39;
      position: absolute;
      top: 40px;
      right: 0;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .small-btn--arrow::after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 1px;
      border-radius: 8px;
      background-color: #100A39;
      position: absolute;
      top: -2.6px;
      right: -1px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }
    .lists a:hover .small-btn--arrow {
      background-color: #FFFFFF;
      position: absolute;
      right: 10px;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .lists a:hover .small-btn--arrow::after {
      background-color: #FFFFFF;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
.pc-prof {
  display: none;
}
.sp-tab-prof {
  display: block;
}
}
/* SP ================================================== */
@media all and (max-width:559px){
#company {
  width: 100%;
  margin: 24px auto 0;
  letter-spacing: 0.075em;
}
.com-img {
    width: 100%;
    height: 100%;
  }
.ttl-area {
  width: 100%;
  height: 118px;
  color: #333333;
  position: relative;
}
  .ttl-area p {
    width: 100%;
    font-family: "DIN Condensed",sans-serif;
    font-size: 34px;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
    .ttl-area span {
      font-family: "源ノ角ゴシック JP",sans-serif;
      font-size: 12px;
      position: relative;
      top: 20px;
    }

  .com-plof {
    width: 88%;
    margin: 0 auto 100px;
    font-family: "源ノ角ゴシック JP",sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
  }
    .com-plof tr {
      width: 100%;
    }
    .com-plof th {
      display: block;
      position: relative;
      width: 100%;
      text-align: left;
      font-weight: bold;
      height: 50px;
      line-height: 50px;
      border-top: 1px solid#DEDEDE;
    }
    .com-plof td {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      padding-bottom: 20px;
      border-bottom: 1px solid#DEDEDE;
    }
    .com-plof th:first-child::before {
      content:"";
      position: absolute;
      top: -1px;
      left: 0;
      width: 66px;
      height: 1px;
      display: inline-block;
      background-color:#1D2B62;
    }
    .com-plof td::after {
      content:"";
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 66px;
      height: 1px;
      display: inline-block;
      background-color:#1D2B62;
    }
    .com-plof td:first-child {
      border-bottom: none;
    }
    .com-plof td::after:first-of-type {
      content: none;
    }
    .border-none {
      border-top: none!important;
    }
    .border-none::before {
      content: none!important;
    }
    .border-none::after {
      content: none!important;
    }
    .address-txt {
      height:310px!important;
    }
    .maps {
      width:100%;
      height: 56.92%;
      box-sizing: content-box;
      padding-top: 20px;
    }
  .officer--inner p {
    margin-bottom: 4px;
  }
  .main-bank--inner p {
    margin-bottom: 10px;
  }
  .menu-list_area {
    width: 88%;
    margin: 0px auto 70px;
  }
  .list {
    width: 100%;
    height: 76px;
    border-top: 1px solid #DEDEDE;
    box-sizing: border-box;
    position: relative;
  }
  .sp-second-list:last-child {
    border-bottom: 1px solid #DEDEDE;
  }
  .lists a {
    display: block;
    font-family: "源ノ角ゴシックJP",sans-serif;
    color: #333333;
    font-size: 14px;
    width: 100%;
    height: 76px;
    padding: 36px 0;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
    .lists a:hover {
      background-color: #100C39;
      padding: 37px 0;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .li-txt {
      position: absolute;
      color: #333333;
      top: 50%;
      left: 0px;
      transform: translate(0,-50%);
      -webkit-transform: translate(0,-50%);
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .lists a:hover .li-txt {
      position: absolute;
      color: #ffffff;
      left: 20px;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .small-btn--arrow {
      display: inline-block;
      width: 26px;
      height: 1px;
      border-radius: 8px;
      background-color: #100A39;
      position: absolute;
      top: 40px;
      right: 0;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .small-btn--arrow::after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 1px;
      border-radius: 8px;
      background-color: #100A39;
      position: absolute;
      top: -2.6px;
      right: -1px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }
    .lists a:hover .small-btn--arrow {
      background-color: #FFFFFF;
      position: absolute;
      right: 10px;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .lists a:hover .small-btn--arrow::after {
      background-color: #FFFFFF;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
.pc-prof {
  display: none;
}
.sp-tab-prof {
  display: block;
}
}