@charset "UTF-8";
/* =============================
   会社概要ページ固有スタイル
   ============================= */
.corp-profile {
  /* =============================
     会社概要セクションのオーバーラップ・スクロール（corp_profile専用）
     - JS側で position:absolute / pin を制御
     - ラッパーは 1画面分(100vh) の高さで overflow を隠す
     ============================= */
  /* =============================
     ヒーローセクション（参考デザイン: mp-two-columns.hero準拠）
     ============================= */
  /* =============================
     2カラムレイアウト（参考デザイン準拠）
     ============================= */
  /* =============================
     左側セル（参考デザイン: .left.about準拠）
     ============================= */
  /* =============================
     右側セル（参考デザイン: .right.about準拠）
     ============================= */
  /* =============================
     セクションヘッダー
     ============================= */
  /* =============================
     見出しスタイル
     ============================= */
  /* =============================
     情報リスト（罫線によるコンテンツ配置）
     ============================= */
  /* =============================
     情報グリッド（罫線付きボックス）
     ============================= */
  /* =============================
     事業部グリッド（罫線付きボックス）
     ============================= */
  /* =============================
     リンクリスト
     ============================= */
  /* =============================
     レスポンシブ対応
     ============================= */
}
.corp-profile .corp-overlap-wrapper {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}
.corp-profile .corp-overlap-wrapper .corp-overlap-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.corp-profile .corp-overlap-wrapper .corp-overlap-section > .corp-two-columns {
  height: 100%;
}
.corp-profile .corp-overlap-wrapper .corp-overlap-section .corp-cell-left,
.corp-profile .corp-overlap-wrapper .corp-overlap-section .corp-cell-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.corp-profile #basic-info {
  background-color: transparent;
}
.corp-profile #basic-info .corp-cell-left {
  background-color: #16d5e3;
}
.corp-profile #basic-info .corp-content-left {
  background-color: #16d5e3;
  color: #ffffff;
  border-radius: 0;
  box-shadow: none;
}
.corp-profile #basic-info .corp-content-left .corp-h2 {
  color: #ffffff;
  margin-bottom: 1rem;
}
.corp-profile #basic-info .corp-content-left .corp-info-list .corp-info-item {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.25);
}
.corp-profile #basic-info .corp-content-left .corp-info-list .corp-info-item.corp-info-item--contact {
  border-bottom: none;
}
@media (min-width: 768px) {
  .corp-profile #basic-info .corp-content-left .corp-info-list .corp-info-item {
    border-left: 0.5px solid rgba(255, 255, 255, 0.25);
  }
}
.corp-profile #basic-info .corp-content-left .corp-info-list .corp-info-label,
.corp-profile #basic-info .corp-content-left .corp-info-list .corp-info-value {
  color: #ffffff;
}
.corp-profile #basic-info .corp-content-left .corp-info-list .corp-info-label {
  border-right: none;
}
.corp-profile #basic-info .corp-cell-right.top-line {
  background-color: transparent;
}
.corp-profile #basic-info .corp-cell-right.top-line::before {
  background-image: none;
  background-color: transparent;
}
.corp-profile #departments {
  background-color: transparent;
  color: #ffffff;
}
.corp-profile #departments .corp-cell-left {
  flex-direction: column;
  align-items: stretch;
  background-color: #16d5e3;
}
.corp-profile #departments .corp-section-header .corp-h2 {
  color: #ffffff;
}
.corp-profile #departments .corp-section-header .corp-section-description {
  color: rgba(255, 255, 255, 0.9);
}
.corp-profile #departments .corp-departments-grid .corp-department-item.corp-department-empty {
  border-color: rgba(255, 255, 255, 0.25);
  background-image: url("../images/corp_profile/arrows_bg_lt.svg");
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
.corp-profile #departments .corp-departments-grid .corp-department-item.corp-department-empty:last-child {
  background-image: url("../images/corp_profile/arrows_bg_rb.svg");
  background-position: bottom right;
  filter: brightness(0) invert(1);
}
.corp-profile #departments .corp-departments-grid .corp-department-item.plant-dept .corp-department-box {
  border-left-color: rgba(255, 255, 255, 0.25);
}
.corp-profile #departments .corp-departments-grid .corp-department-item.mail-dept .corp-department-box {
  border-right-color: rgba(255, 255, 255, 0.25);
}
.corp-profile #departments .corp-departments-grid .corp-department-item.ion-dept .corp-department-box {
  border-left-color: rgba(255, 255, 255, 0.25);
  border-right-color: rgba(255, 255, 255, 0.25);
}
.corp-profile #departments .corp-departments-grid .corp-department-item .corp-department-box {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  border-width: 0.5px;
}
.corp-profile #departments .corp-departments-grid .corp-department-item .corp-department-box .corp-department-title {
  color: #ffffff;
}
.corp-profile #departments .corp-departments-grid .corp-department-item .corp-department-box .corp-department-description {
  color: rgba(255, 255, 255, 0.9);
}
.corp-profile #departments .corp-departments-grid .corp-department-item .corp-department-box .corp-department-link {
  color: #ffffff;
}
.corp-profile #departments .corp-departments-grid .corp-department-item .corp-department-box .corp-department-link:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
.corp-profile #officers,
.corp-profile #other-info,
.corp-profile #related-links {
  background-color: #ffffff;
  color: #333333;
}
.corp-profile #officers .corp-h2,
.corp-profile #officers .corp-department-title,
.corp-profile #officers .corp-link-item,
.corp-profile #other-info .corp-h2,
.corp-profile #other-info .corp-department-title,
.corp-profile #other-info .corp-link-item,
.corp-profile #related-links .corp-h2,
.corp-profile #related-links .corp-department-title,
.corp-profile #related-links .corp-link-item {
  color: #16d5e3;
}
.corp-profile #officers .corp-section-description,
.corp-profile #officers .corp-info-value,
.corp-profile #officers .corp-department-description,
.corp-profile #other-info .corp-section-description,
.corp-profile #other-info .corp-info-value,
.corp-profile #other-info .corp-department-description,
.corp-profile #related-links .corp-section-description,
.corp-profile #related-links .corp-info-value,
.corp-profile #related-links .corp-department-description {
  color: #666666;
}
.corp-profile #officers .corp-department-box,
.corp-profile #officers .corp-info-box,
.corp-profile #officers .corp-link-item,
.corp-profile #other-info .corp-department-box,
.corp-profile #other-info .corp-info-box,
.corp-profile #other-info .corp-link-item,
.corp-profile #related-links .corp-department-box,
.corp-profile #related-links .corp-info-box,
.corp-profile #related-links .corp-link-item {
  border-color: rgba(0, 0, 0, 0.08);
  border-width: 0.5px;
}
.corp-profile #officers .corp-department-link,
.corp-profile #other-info .corp-department-link,
.corp-profile #related-links .corp-department-link {
  color: #16d5e3;
}
.corp-profile #officers .corp-department-link:hover,
.corp-profile #other-info .corp-department-link:hover,
.corp-profile #related-links .corp-department-link:hover {
  color: rgb(17.4939759036, 169.3734939759, 180.5060240964);
}
.corp-profile #officers {
  background-color: transparent;
}
.corp-profile #officers .corp-cell-left.bottom-line {
  background-image: none;
  background-color: transparent;
}
.corp-profile #officers .corp-cell-right {
  background-color: #ffffff;
}
.corp-profile #other-info {
  background-color: transparent;
}
.corp-profile #other-info .corp-cell-right {
  flex-direction: column;
  align-items: stretch;
  background-color: #ffffff;
}
.corp-profile #related-links {
  background-color: transparent;
}
.corp-profile #related-links .corp-cell-left {
  flex-direction: column;
  align-items: stretch;
  background-color: #ffffff;
}
.corp-profile .container {
  max-width: min(1500px, 100vw - 2rem);
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 480px) {
  .corp-profile .container {
    padding: 0 0.75rem;
  }
}
.corp-profile .corp-section + .corp-section {
  margin-top: -0.25px;
}
.corp-profile .corp-hero {
  position: relative;
  min-height: 60vh;
  background-color: transparent;
  background-image: url("../images/corp_profile/hero_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #262946;
}
.corp-profile .corp-hero-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  position: relative;
}
@media (max-width: 640px) {
  .corp-profile .corp-hero-two-columns {
    grid-template-columns: 1fr;
  }
}
.corp-profile .corp-hero-cell-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5vw;
}
@media (max-width: 640px) {
  .corp-profile .corp-hero-cell-left {
    display: none;
  }
}
.corp-profile .corp-hero-left-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 300;
  line-height: 1.5;
  color: #16d5e3;
  margin-top: 5vh;
  margin-bottom: 0;
  display: block;
}
.corp-profile .corp-hero-cell-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: rgba(22, 213, 227, 0.3);
}
.corp-profile .corp-hero-right-content {
  width: 100%;
  height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.corp-profile .corp-hero-right-content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/corp_profile/arrows_bg_lb.svg");
  background-size: auto 30%;
  background-position: left bottom;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  pointer-events: none;
  z-index: 1;
}
.corp-profile .corp-hero-intro {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 520px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
@media (max-width: 768px) {
  .corp-profile .corp-hero-intro {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
  }
}
.corp-profile .corp-hero-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.corp-profile .corp-hero-logo img {
  display: block;
  width: 120px;
  height: auto;
}
.corp-profile .corp-hero-text {
  flex: 1 1 auto;
  padding-left: 0.75rem;
}
@media (max-width: 768px) {
  .corp-profile .corp-hero-text {
    padding-left: 0;
  }
}
.corp-profile .corp-hero-title {
  font-size: clamp(3rem, 6vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 10px;
  color: #ffffff;
  max-width: 500px;
}
.corp-profile .corp-hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 100;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  max-width: 500px;
  margin-top: 20px;
}
.corp-profile .corp-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  width: 100%;
  position: relative;
}
@media (max-width: 640px) {
  .corp-profile .corp-two-columns {
    grid-template-columns: 1fr;
  }
}
.corp-profile .corp-two-columns::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0.5px;
  background-color: rgba(107, 114, 128, 0.2);
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 640px) {
  .corp-profile .corp-two-columns::after {
    display: none;
  }
}
.corp-profile .corp-cell-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.corp-profile .corp-cell-left .corp-content-left {
  width: 100%;
  padding: 5vw;
  background-color: #16d5e3;
  color: #ffffff;
  border-radius: 0;
  position: relative;
}
.corp-profile .corp-cell-left .corp-content-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/corp_profile/arrows_bg_lt.svg");
  background-size: auto 30%;
  background-position: top left;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  pointer-events: none;
  z-index: 1;
}
.corp-profile .corp-cell-left .corp-content-left .corp-h2 {
  color: #ffffff;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}
.corp-profile .corp-cell-left .corp-content-left .corp-info-list {
  position: relative;
  z-index: 2;
}
.corp-profile .corp-cell-left .corp-content-left .corp-info-list .corp-info-item {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.25);
}
.corp-profile .corp-cell-left .corp-content-left .corp-info-list .corp-info-item.corp-info-item--contact {
  border-bottom: none;
}
@media (min-width: 768px) {
  .corp-profile .corp-cell-left .corp-content-left .corp-info-list .corp-info-item {
    border-left: 0.5px solid rgba(255, 255, 255, 0.25);
  }
}
.corp-profile .corp-cell-left .corp-content-left .corp-info-list .corp-info-label {
  color: rgba(255, 255, 255, 0.85);
  border-right: none;
}
.corp-profile .corp-cell-left .corp-content-left .corp-info-list .corp-info-value {
  color: #ffffff;
}
#basic-info-left .corp-profile .corp-cell-left .corp-content-left {
  border-radius: 0;
}
.corp-profile .corp-cell-left.bottom-line {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  background-image: url("../images/corp_profile/arrows_bg_lt.svg");
  background-size: auto 100%;
  background-position: top left;
  background-repeat: no-repeat;
}
.corp-profile .corp-cell-left.bottom-line .corp-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.corp-profile .corp-cell-right {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.corp-profile .corp-cell-right.top-line {
  border-top: 0.5px solid #16d5e3;
  background-color: transparent;
  position: relative;
}
.corp-profile .corp-cell-right.top-line::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/corp_profile/arrows_bg_rb.svg");
  background-size: auto 50%;
  background-position: bottom right;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  pointer-events: none;
  z-index: 1;
}
.corp-profile .corp-cell-right .corp-content-right {
  width: 100%;
  padding: 5vw;
  flex-flow: column;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/corp_profile/arrows_bg_rb.svg");
  background-size: auto 40%;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.corp-profile .corp-cell-right .corp-image-wrapper {
  width: 100%;
  min-height: 25vh;
  padding: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.corp-profile .corp-cell-right .corp-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.corp-profile .corp-section-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 3rem 1rem 0;
  position: relative;
}
.corp-profile .corp-section-header .corp-h2 {
  font-size: clamp(32px, 5.5vw, 48px);
  font-weight: 700;
  line-height: 1.3;
  color: #262946;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}
.corp-profile .corp-section-header .corp-section-description {
  font-size: clamp(16px, 2vw, 18px);
  color: #6b7280;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}
.corp-profile .corp-h2 {
  font-family: "Ryumin R-KL", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: clamp(28px, 4.5vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  color: #262946;
  text-align: center;
  margin-bottom: 2rem;
}
.corp-profile .corp-info-list {
  display: grid;
  gap: 0;
}
.corp-profile .corp-info-list .corp-info-item {
  padding: 2rem 0;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.08);
}
.corp-profile .corp-info-list .corp-info-item.corp-info-item--contact {
  border-bottom: none;
}
.corp-profile .corp-info-list .corp-info-item:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .corp-profile .corp-info-list .corp-info-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 1.5rem;
    padding: 2rem;
    border-left: 0.5px solid rgba(107, 114, 128, 0.2);
  }
}
.corp-profile .corp-info-list .corp-info-label {
  font-weight: 700;
  color: #262946;
  padding-bottom: 0.5rem;
  border-bottom: 0.5px solid rgba(107, 114, 128, 0.15);
}
@media (min-width: 768px) {
  .corp-profile .corp-info-list .corp-info-label {
    border-bottom: none;
    border-right: 0.5px solid rgba(107, 114, 128, 0.15);
    padding-right: 1.5rem;
    padding-bottom: 0;
  }
}
.corp-profile .corp-info-list .corp-info-value {
  color: #6b7280;
  line-height: 1.8;
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .corp-profile .corp-info-list .corp-info-value {
    padding-top: 0;
  }
}
.corp-profile .corp-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .corp-profile .corp-info-grid {
    grid-template-columns: 1fr;
  }
}
.corp-profile .corp-info-grid .corp-info-item .corp-info-box {
  border: 0.5px solid rgba(107, 114, 128, 0.2);
  border-left: none;
  border-right: none;
  padding: 3vw;
  background-color: #ffffff;
  height: 100%;
}
.corp-profile .corp-info-grid .corp-info-item .corp-info-box .corp-info-label {
  font-weight: 700;
  color: #262946;
  margin-bottom: 0.5rem;
  border-bottom: 0.5px solid rgba(107, 114, 128, 0.15);
  padding-bottom: 0.5rem;
}
.corp-profile .corp-info-grid .corp-info-item .corp-info-box .corp-info-value {
  color: #6b7280;
  line-height: 1.8;
  margin-top: 0.5rem;
}
.corp-profile .corp-departments-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  padding: 0 1rem;
}
@media (max-width: 1024px) {
  .corp-profile .corp-departments-grid {
    grid-template-columns: 1fr;
  }
}
.corp-profile .corp-departments-grid .corp-department-item.corp-department-empty {
  border: 0.5px solid rgba(107, 114, 128, 0.2);
  border-left: none;
  border-right: none;
  background-color: transparent;
  background-image: url("../images/corp_profile/arrows_bg_lt.svg");
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
.corp-profile .corp-departments-grid .corp-department-item.corp-department-empty:last-child {
  background-image: url("../images/corp_profile/arrows_bg_rb.svg");
  background-position: bottom right;
  filter: brightness(0) invert(1);
}
.corp-profile .corp-departments-grid .corp-department-item.plant-dept .corp-department-box {
  border-left: 0.5px solid rgba(107, 114, 128, 0.2);
  border-right: none;
}
.corp-profile .corp-departments-grid .corp-department-item.mail-dept .corp-department-box {
  border-right: 0.5px solid rgba(107, 114, 128, 0.2);
  border-left: none;
}
.corp-profile .corp-departments-grid .corp-department-item.ion-dept .corp-department-box {
  border-left: 0.5px solid rgba(107, 114, 128, 0.2);
  border-right: 0.5px solid rgba(107, 114, 128, 0.2);
}
.corp-profile .corp-departments-grid .corp-department-item .corp-department-box {
  border: 0.5px solid rgba(107, 114, 128, 0.2);
  border-left: none;
  border-right: none;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 3vw, 2rem);
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.corp-profile .corp-departments-grid .corp-department-item .corp-department-box .corp-department-title {
  font-family: "Ryumin R-KL", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 700;
  color: #009946;
  margin-bottom: 1rem;
}
.corp-profile .corp-departments-grid .corp-department-item .corp-department-box .corp-department-description {
  font-size: clamp(14px, 1.8vw, 16px);
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.corp-profile .corp-departments-grid .corp-department-item .corp-department-box .corp-department-link {
  display: inline-block;
  color: #009946;
  text-decoration: none;
  font-weight: 600;
  margin-top: auto;
  transition: color 0.2s ease;
}
.corp-profile .corp-departments-grid .corp-department-item .corp-department-box .corp-department-link:hover {
  color: #1e3a8a;
  text-decoration: underline;
}
.corp-profile .corp-links-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  padding: 0 4rem;
}
.corp-profile .corp-links-list .corp-link-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  background-color: transparent;
  border: none;
  border-bottom: 0.5px solid rgba(107, 114, 128, 0.18);
  color: #262946;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.corp-profile .corp-links-list .corp-link-item::after {
  content: "›";
  font-size: 1.2rem;
  color: #6b7280;
  transition: transform 0.2s ease, color 0.2s ease;
}
.corp-profile .corp-links-list .corp-link-item:hover, .corp-profile .corp-links-list .corp-link-item:focus, .corp-profile .corp-links-list .corp-link-item:focus-visible {
  color: #262946;
  border-color: rgba(107, 114, 128, 0.28);
}
.corp-profile .corp-links-list .corp-link-item:hover::after, .corp-profile .corp-links-list .corp-link-item:focus::after, .corp-profile .corp-links-list .corp-link-item:focus-visible::after {
  transform: translateX(2px);
  color: #1e3a8a;
}
@media (max-width: 768px) {
  .corp-profile .corp-cell-left .corp-content-left,
  .corp-profile .corp-cell-left .corp-content-right,
  .corp-profile .corp-cell-right .corp-content-left,
  .corp-profile .corp-cell-right .corp-content-right {
    padding: 3vw;
  }
  .corp-profile .corp-cell-right .corp-image-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .corp-profile .corp-overlap-wrapper {
    height: auto;
    min-height: auto;
    overflow: visible;
  }
  .corp-profile .corp-overlap-wrapper .corp-overlap-section {
    position: static;
    height: auto;
    min-height: 100vh;
  }
  .corp-profile .corp-overlap-wrapper .corp-overlap-section > .corp-two-columns {
    height: auto;
    min-height: 100vh;
  }
  .corp-profile .corp-overlap-wrapper .corp-overlap-section .corp-cell-left,
  .corp-profile .corp-overlap-wrapper .corp-overlap-section .corp-cell-right {
    height: auto;
  }
  .corp-profile .corp-overlap-wrapper .corp-overlap-section .corp-cell-left,
  .corp-profile .corp-overlap-wrapper .corp-overlap-section .corp-cell-right {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .corp-profile #officers,
  .corp-profile #other-info {
    background-color: #ffffff;
  }
  .corp-profile #officers .corp-cell-left,
  .corp-profile #officers .corp-cell-right,
  .corp-profile #other-info .corp-cell-left,
  .corp-profile #other-info .corp-cell-right {
    background-color: #ffffff;
    justify-content: center;
  }
  .corp-profile #officers .corp-section-header,
  .corp-profile #other-info .corp-section-header {
    padding-top: 1.5rem;
    margin-bottom: 2rem;
  }
  .corp-profile #officers .corp-cell-left.bottom-line {
    display: none;
  }
  .corp-profile #other-info .corp-cell-left {
    display: none;
  }
}
@media (max-width: 480px) {
  .corp-profile .corp-cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .corp-profile .corp-cta-buttons .corp-cta-button {
    width: 100%;
  }
}

/*# sourceMappingURL=corp_profile.css.map */
