@charset "utf-8";
/* ===========================================
  
  企業情報

=========================================== */
@media (min-width: 801px) {
  .corporate {
    width: 1120px;
    margin: 0 auto;
    padding-top: 80px;
  }
  .corporate .title {
    margin: 0 auto 38px;
    font-size: 32px;
  }
  .corporate .internal {
    margin: 0 auto 80px;
    font-size: 14px;
  }
  .corporate .internal-wrap {
    display: flex;
    justify-content: space-between
  }
  .corporate-table {
    max-width: 686px;
  }
  .corporate-table th {
    width: 140px;
    padding: 17px 0;
    line-height: 1.66;
    border-bottom: 1px solid #000;
    vertical-align: baseline;
    text-align: left;
  }
  .corporate-table th.year {
    width: 62px;
  }
  .corporate-table th.month {
    width: 38px;
    text-align: right;
    padding-right: .1em;
  }
  .corporate-table td {
    position: relative;
    width: 560px;
    padding: 17px 0 17px 16px;
    line-height: 1.66;
    border-bottom: 1px solid #999;
    .tel {
      padding-left: 2.2rem;
      font-size: 16px;
      font-weight: bold;
      color: #c40000;
      background: url(/public/image/common/icon_freedial_rights_kellygreen.svg?20250423) 0 no-repeat;
      background-size: 2rem auto;
    }
  }
  .corporate-table td .mgn_post {
    float: left;
    width: 110px;
  }
  .corporate-table td .bank_name {
    float: left;
    width: 98px;
  }
  .corporate-table td .mgn_person,.corporate-table td .bank_branch {
    float: left;
  }
  .corporate-table td::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 16px;
    height: 1px;
    background: #fff;
  }
  .corporate-table td a {
    display: inline-flex;
    align-items: baseline;
  }
  .corporate-image {
    margin-top: 24px;
  }
  .corporate-image li {
    margin-bottom: 30px;
  }
  .corporate-image_img {
    width: 363px;
    height: 240px;
  }
  .corporate-image_img img {
    width: 100%;
    height: auto;
  }
  .corporate-image_cap {
    margin-top: 2px;
    font-size: 12px;
  }
  .corporate-image .kanto-branch {
    display: flex;
    align-items: flex-end;
    gap: 12px;
  }
  .corporate-image .kanto-branch img {
    width: 197px;
    height: auto;
  }
  .list_executive {
    li {
      margin-bottom: 6px;
    }
  }
  /*==================================================
    clearfix
  ==================================================*/
  .clearfix::after,
  .clearfix::before {
    content:"";
    display: block;
    width: 0;
    height: 0;
  }
  .clearfix::after {
    clear: both;
  }
}

/* ===========================================
  スマホ版
=========================================== */
@media only screen and (max-width: 800px) {
  .corporate .title {
    margin: 0 auto 0.375rem;
    font-size: 1.125rem;
    font-weight: bold;
    padding-top: 1rem;
  }
  .corporate .internal {
    margin: 0 auto 5.125rem;
    padding: 0 1rem;
  }
  .corporate-table {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
  }
  .corporate-table th {
    width: 7rem;
    padding: 1.0625rem 0 0;
    line-height: 1.8;
    border-bottom: 1px solid #000;
    vertical-align: top;
    text-align: left;
  }
  .corporate-table th.year {
    width: 62px;
  }
  .corporate-table th.month {
    width: 38px;
  }
  .corporate-table td {
    position: relative;
    padding: 1.0625rem 0 1.0625rem 0.5rem;
    line-height: 1.8;
    border-bottom: 1px solid #999;
    vertical-align: top;
    .tel {
      padding-left: 2.2rem;
      font-size: 16px;
      font-weight: bold;
      color: #c40000;
      background: url(/public/image/common/icon_freedial_rights_kellygreen.svg?20250423) 0 no-repeat;
      background-size: 2rem auto;
    }
  }
  .corporate-table td .mgn_post {
    float: left;
    width: 5.375rem;
    margin-right: 1.5rem;
  }
  .corporate-table td .bank_name {
    float: left;
    width: 98px;
  }
  .corporate-table td .mgn_person,.corporate-table td .bank_branch {
    float: left;
  }
  .corporate-table td::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0.5rem;
    height: 1px;
    background: #fff;
  }
  .corporate-image_img img {
    width: 100%;
    height: auto;
  }
  .corporate-image li {
    margin-bottom: 1.5rem;
  }
  .corporate-image_cap {
    margin-top: 0.25rem;
    font-size: 0.75rem;
  }
  .corporate-image .kanto-branch {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
  }
  .corporate-image .kanto-branch_img {
    width: 50%;
  }
  .corporate-image .kanto-branch img {
    width: 100%;
    height: auto;
  }
  .list_executive {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}