/* ------------------------------
Typography
------------------------------ */
h1,
h2,
h3,
h4 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
}

/* ------------------------------
header-en
------------------------------ */
.en header {
  display: block;
  padding: 0 15px 0 11px;
  box-sizing: border-box;
}

.en header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.en header ul li img {
  width: auto;
  height: 54.8px;
}

.en .jp-btn {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #005032;
  text-align: center;
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  font-weight: 700;
  border: 1px solid #005032;
  padding: 8px 14px 8px 36px;
  border-radius: 50px;
  background: url('../images/icon-lang.svg') center left 16px / 16px auto no-repeat;
  max-width: 94px;
  box-sizing: border-box;
}

@media screen and (min-width:768px) {
  .en header ul li img {
    height: 80px;
  }
}

/* ------------------------------
ir-library-en
------------------------------ */
/* --株主報酬-- */
.en .shareholder-returns .txt-container .ttl {
  padding: 0 0 10px 0;
}

.en .shareholder-returns .txt-container .ttl h2 {
  font-size: 20px;
  line-height: 1.4;
}

.en .shareholder-returns .txt-container .content .result {
  font-size: 16px;
  line-height: 1.4;
  background: transparent url(../images/ir-library/icon-checkbox.svg) top left / 20px auto no-repeat;
}

/* --決算報告-- */
.en .library-content-ttl p {
  line-height: 1.4;
}

/* --業績ハイライト-- */
.en .highlights {
  margin: 10.667vw auto 0;
}

@media screen and (min-width:768px) {

  /* --株主報酬-- */
  .en .shareholder-returns .txt-container .ttl {
    width: calc(100% - 30px);
  }

  .en .shareholder-returns .txt-container .ttl h2 {
    text-align: center;
  }

  .en .shareholder-returns .txt-container .content .result {
    width: calc(100% - (45.573vw + 20px));
    box-sizing: border-box;
  }

  .en .shareholder-returns .txt-container .content .note {
    width: calc(100% - 45.573vw);
  }

  /* --決算報告-- */
  .en .library-wrapper {
    gap: 24px;
  }

  .en .library-content-section {
    margin: 0;
  }

  .en .sort-menu-list li {
    width: 147px;
    background: url(../images/green_arrow.svg) 137px / 10px auto no-repeat;
  }

  .en .past-archives .past-archives-label::before {
    background: none;
  }

  /* --業績ハイライト-- */
  .en .highlights {
    margin: 100px auto 0;
  }
}

@media screen and (min-width:900px) {

  /* --株主報酬-- */
  .en .shareholder-returns .txt-container .ttl {
    width: calc(100% - 45.573vw);
  }

  .en .shareholder-returns .txt-container .ttl h2 {
    text-align: left;
  }
}

@media screen and (min-width:1280px) {

  /* --株主報酬-- */
  .en .shareholder-returns .txt-container .ttl {
    width: 400px;
  }

  .en .shareholder-returns .txt-container .ttl h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .en .shareholder-returns .txt-container .content .result {
    width: 400px;
    font-size: 20px;
    background: transparent url(../images/ir-library/icon-checkbox.svg) top left / 24px auto no-repeat;
  }

  .en .shareholder-returns .txt-container .content .note {
    width: 400px;
  }

  /* --決算報告-- */
  .en .library-wrapper {
    gap: 40px;
  }

  .en .sort-menu-list li {
    width: 200px;
    background: url(../images/green_arrow.svg) 187px / 10px auto no-repeat;
  }

  /* --業績ハイライト-- */
  .en .highlights {
    margin: 100px auto 0 !important;
  }
}

/* ------------------------------
株式情報-en
------------------------------ */
.en .company-page .stock-info h3 {
  padding-bottom: 20px;
}

.en .stock-info .green-line th {
  font-size: 12px;
  line-height: 1;
}

.en table.green-line tr>* {
  padding: 10px 20px;
}

.en .stock-procedures .procedures h4 {
  font-size: 12px;
  line-height: 1.25;
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}

.en table.green-line {
  line-height: 1.25;
}

.en table.green-line {
  line-height: 1.25;
}

@media screen and (min-width:768px) {
  .en .company-page .stock-info h3 {
    padding-bottom: 35px;
  }

  .en .stock-info .green-line {
    margin: 0 -25px 50px;
  }

  .en .stock-info .green-line th {
    width: 200px;
    font-size: 14px;
    line-height: 1.75;
    padding: 16px 8px;
    box-sizing: border-box;
  }

  .en table.green-line tr>* {
    padding: 16px 0;
  }

  .en .stock-procedures .procedures h4 {
    font-size: 14px;
    line-height: 1;
  }

  .en .company-page .library h3 {
    margin: 0 0 30px;
  }

}

/* ------------------------------
contact-en
------------------------------ */
.en a.contact-button div:last-child {
  font-family: futura-pt, sans-serif;
  font-size: 28px;
  line-height: 1;
}

@media screen and (min-width:1280px) {
  .en .contact-form-wrapper .contact-form {
    align-items: center;
    justify-content: center;
  }
}

/* ------------------------------
footer-en
------------------------------ */
.en .footer-inner .logo {
  display: block;
  width: calc(100% - 70px);
  max-width: 240px;
  margin: 0 auto;
}

.en .footer-inner:last-child {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-bottom: 0px;
  margin: 40px auto 8px;
}

.en .footer-inner .footer-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media screen and (min-width:768px) {
  .en .footer-inner:last-child {
    gap: 40px;
    margin: 40px auto 16px;
  }

  .en .footer-inner .footer-box {
    align-items: baseline;
    justify-content: center;
    flex-direction: row;
    gap: 16px;
  }
}