@charset "UTF-8";
#contents-block {
  position: relative;
}

/* philosophy
================================================== */
#page-about {
  /* JALグループ企業理念 */
}
#page-about .philosophy-section {
  padding: 0 0 107px;
}
@media screen and (max-width: 767px) {
  #page-about .philosophy-section {
    padding: 60px 0;
  }
}
#page-about .philosophy-box {
  margin-bottom: 105px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-about .philosophy-box {
    margin-bottom: 50px;
  }
}
#page-about .philosophy-box .philosophy-text {
  color: #CC0000;
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  line-height: 2.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page-about .philosophy-box .philosophy-text {
    font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
    line-height: 1.8;
  }
}
#page-about .philosophy-lead {
  text-align: center;
  margin-bottom: 107px;
}
@media screen and (max-width: 767px) {
  #page-about .philosophy-lead {
    text-align: left;
    margin-bottom: 50px;
  }
}
#page-about .philosophy-lead p {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #page-about .philosophy-lead p {
    font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
    line-height: 1.8;
  }
}
#page-about .philosophy-body {
  max-width: 965px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page-about .philosophy-body {
    max-width: 100%;
  }
}
#page-about .philosophy-body p {
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  line-height: 1.75;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  #page-about .philosophy-body p {
    font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
#page-about .philosophy-body p:last-child {
  margin-bottom: 0;
}

/* JALフィロソフィ
================================================== */
#page-philosophy {
  position: relative;
  z-index: 1;
  background-color: #f7f7f7;
  background-image: url("../image/bg_philosophy.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #page-philosophy {
    background: #f7f7f7;
  }
}
#page-philosophy .philosophy-content {
  padding: 40px 0 120px;
}
@media screen and (max-width: 767px) {
  #page-philosophy .philosophy-content {
    padding: 30px 0;
  }
}
#page-philosophy .philosophy-lead {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #page-philosophy .philosophy-lead {
    text-align: left;
    margin-bottom: 50px;
  }
}
#page-philosophy .philosophy-lead .sub-title {
  color: #CC0000;
  font-size: clamp(1.475rem, 1.268rem + 0.3vw, 1.7rem);
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #page-philosophy .philosophy-lead .sub-title {
    font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}
#page-philosophy .philosophy-lead .lead-text {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #page-philosophy .philosophy-lead .lead-text {
    font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
    line-height: 1.8;
  }
}
#page-philosophy {
  /* ▼ 白箱（第1部・第2部） */
}
#page-philosophy .philosophy-part {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #page-philosophy .philosophy-part {
    margin-bottom: 50px;
  }
}
#page-philosophy .philosophy-part:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #page-philosophy .philosophy-part:last-of-type {
    margin-bottom: 40px;
  }
}
#page-philosophy .philosophy-part .part-header {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #CC0000;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #page-philosophy .philosophy-part .part-header {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
#page-philosophy .philosophy-part .part-header .part-num {
  color: #CC0000;
  font-size: clamp(2.9rem, 2.16rem + 1vw, 3.6rem);
  font-weight: 500;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #page-philosophy .philosophy-part .part-header .part-num {
    font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#page-philosophy .philosophy-part .part-header .part-title {
  font-size: clamp(2.9rem, 2.16rem + 1vw, 3.6rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page-philosophy .philosophy-part .part-header .part-title {
    font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
  }
}
#page-philosophy .philosophy-part .part-body .chapter-row {
  display: flex;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F0F0F0;
}
@media screen and (max-width: 767px) {
  #page-philosophy .philosophy-part .part-body .chapter-row {
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
#page-philosophy .philosophy-part .part-body .chapter-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#page-philosophy .philosophy-part .part-body .chapter-row dt {
  width: 120px;
  color: #CC0000;
  font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
  font-weight: 500;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #page-philosophy .philosophy-part .part-body .chapter-row dt {
    width: 100%;
    font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
    margin-bottom: 10px;
  }
}
#page-philosophy .philosophy-part .part-body .chapter-row dd {
  flex-grow: 1;
}
#page-philosophy .philosophy-part .part-body .chapter-row dd .chapter-title {
  font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page-philosophy .philosophy-part .part-body .chapter-row dd .chapter-title {
    font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
    margin-bottom: 15px;
  }
}
#page-philosophy .philosophy-part .part-body .chapter-row dd .chapter-list p {
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-philosophy .philosophy-part .part-body .chapter-row dd .chapter-list p {
    font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
    line-height: 1.8;
    text-align: left;
  }
}
#page-philosophy {
  /* ▼ ボタンエリア */
}
#page-philosophy .btn-area {
  text-align: center;
}
#page-philosophy .btn-area .btn-official {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #CC0000;
  color: #fff;
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  font-weight: bold;
  padding: 20px 60px;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  #page-philosophy .btn-area .btn-official {
    width: 100%;
    max-width: 320px;
    font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
    padding: 15px 20px;
  }
}
#page-philosophy .btn-area .btn-official:hover {
  opacity: 0.8;
}
#page-philosophy .btn-area .btn-official span {
  margin-left: 15px;
  display: inline-flex;
}
#page-philosophy .btn-area .btn-official span img {
  width: 16px;
}

/* JALグループ会社一覧
================================================== */
#page-companies #company-map .inner {
  position: relative;
}
#page-companies #company-map .pin-box {
  position: absolute;
  transform: translate(-50%, -100%);
}
#page-companies #company-map .pin-box.active {
  z-index: 5;
}
#page-companies #company-map .pin-box .pin {
  width: min(10.6vw, 140px);
  line-height: 0;
  cursor: pointer;
}
#page-companies #company-map .pin-box .name {
  display: none;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(1.175rem, 1.012rem + 0.2vw, 1.3rem);
  background-color: #fff;
  padding: 15px 5px;
  width: 140px;
  line-height: 1.3;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
#page-companies #company-map .pin-box .name::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 8px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#page-companies #company-map .det {
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: clamp(1.175rem, 1.012rem + 0.2vw, 1.3rem);
  background-color: #fff;
  padding: 15px 15px;
  width: 548px;
  border-radius: 8px;
  z-index: 6;
  transform-origin: center center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#page-companies #company-map .det.active {
  animation: viewdet 0.2s ease-out forwards;
  display: block;
}
@keyframes viewdet {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
#page-companies #company-map .det .layout {
  width: 100%;
  display: flex;
  gap: 3%;
}
#page-companies #company-map .det p {
  flex: 1;
  text-align: left;
}
#page-companies #company-map .det .jigyo {
  text-align: center;
}
#page-companies #company-map .det .jigyo .text {
  font-size: clamp(1.175rem, 1.012rem + 0.2vw, 1.3rem);
}
#page-companies #company-map .det#det-pin1 {
  left: 50%;
  top: 50%;
}
#page-companies #company-map .det#det-pin2 {
  left: 60%;
  top: 37%;
}
#page-companies #company-map .det#det-pin3 {
  left: 60%;
  top: 48%;
}
#page-companies #company-map .det#det-pin4 {
  left: 50%;
  top: 60%;
}
#page-companies #company-map .det#det-pin5 {
  left: 40%;
  top: 60%;
}
#page-companies #company-map .det#det-pin6 {
  left: 40%;
  top: 40%;
}
#page-companies #company-map .det#det-pin7 {
  left: 40%;
  top: 38%;
}
#page-companies #company-map .det#det-pin8 {
  left: 40%;
  top: 40%;
}
#page-companies #company-map .det#det-pin9 {
  left: 50%;
  top: 40%;
}
#page-companies #company-map .det#det-pin10 {
  left: 40%;
  top: 40%;
}
#page-companies #company-map .det#det-pin11 {
  left: 50%;
  top: 34%;
}
#page-companies #company-map .det#det-pin12 {
  left: 50%;
  top: 60%;
}
#page-companies #company-map .det#det-pin14 {
  left: 50%;
  top: 60%;
}
#page-companies #company-map #pin1 {
  left: 39.6%;
  top: 82%;
}
#page-companies #company-map #pin2 {
  left: 88%;
  top: 46.2%;
}
#page-companies #company-map #pin3 {
  left: 73%;
  top: 35.2%;
}
#page-companies #company-map #pin4 {
  left: 55.4%;
  top: 47.2%;
}
#page-companies #company-map #pin5 {
  left: 64.9%;
  top: 59.5%;
}
#page-companies #company-map #pin6 {
  left: 6.6%;
  top: 60.1%;
}
#page-companies #company-map #pin7 {
  left: 19%;
  top: 21.3%;
}
#page-companies #company-map #pin8 {
  left: 8.1%;
  top: 37.6%;
}
#page-companies #company-map #pin9 {
  left: 40.5%;
  top: 26.2%;
}
#page-companies #company-map #pin10 {
  left: 29.5%;
  top: 28.5%;
}
#page-companies #company-map #pin11 {
  left: 54.1%;
  top: 17.8%;
}
#page-companies #company-map #pin12 {
  left: 21.7%;
  top: 91.5%;
}
#page-companies #company-map #pin14 {
  left: 77.8%;
  top: 58%;
}
#page-companies .companies-content {
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  #page-companies .companies-content {
    padding: 0 0 60px;
  }
}
#page-companies {
  /* アイコングリッド */
}
#page-companies .category-grid {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #page-companies .category-grid {
    margin-bottom: 50px;
  }
}
#page-companies .category-grid .grid-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 140px);
  justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  #page-companies .category-grid .grid-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
#page-companies .category-grid .grid-list .grid-item {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #page-companies .category-grid .grid-list .grid-item {
    margin-bottom: 12px;
  }
}
#page-companies .category-grid .grid-list .grid-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 25px;
  box-sizing: border-box;
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page-companies .category-grid .grid-list .grid-item a {
    width: 100%;
    height: auto;
    max-height: 140px;
    aspect-ratio: 108/114;
    padding: 10px 0 20px;
  }
}
#page-companies .category-grid .grid-list .grid-item a img {
  width: auto;
  max-width: 80px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 12px;
}
#page-companies .category-grid .grid-list .grid-item a span {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #page-companies .category-grid .grid-list .grid-item a span {
    font-size: 2.5vw;
  }
}
#page-companies .category-grid .grid-list .grid-item a:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
#page-companies .category-grid .grid-list .grid-item a::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #page-companies .category-grid .grid-list .grid-item a::after {
    bottom: -12px;
  }
}
#page-companies .category-grid .grid-list .grid-item a::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #CC0000;
  border-bottom: 2px solid #CC0000;
  transition: all 0.3s;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #page-companies .category-grid .grid-list .grid-item a::before {
    bottom: 0px;
  }
}
#page-companies .category-grid .grid-list .grid-item a:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
#page-companies .category-grid .grid-list .grid-item a:hover::after {
  background-color: #CC0000;
  box-shadow: 0 3px 6px rgba(204, 0, 0, 0.3);
}
#page-companies .category-grid .grid-list .grid-item a:hover::before {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
#page-companies {
  /* リード文 */
}
#page-companies .companies-lead {
  margin-bottom: 80px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #page-companies .companies-lead {
    margin-bottom: 50px;
  }
}
#page-companies .companies-lead p {
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  line-height: 2;
  margin-bottom: 20px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  #page-companies .companies-lead p {
    line-height: 1.8;
  }
}
#page-companies .companies-lead p .text-red {
  color: #CC0000;
}
#page-companies .companies-lead p .link-black {
  color: #333;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}
#page-companies .companies-lead p .link-black img {
  width: 12px;
  margin-left: 5px;
}
#page-companies .companies-lead p .link-black:hover {
  text-decoration: none;
  color: #CC0000;
}
#page-companies .companies-lead .lead-links {
  text-align: left;
}
#page-companies .companies-lead .lead-links li {
  margin-bottom: 10px;
  color: #333;
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  #page-companies .companies-lead .lead-links li {
    font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  }
}
#page-companies .companies-lead .lead-links li .text-red {
  color: #CC0000;
}
#page-companies .companies-lead .lead-links li .link-black {
  color: #333;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}
#page-companies .companies-lead .lead-links li .link-black img {
  width: 12px;
  margin-left: 5px;
}
#page-companies .companies-lead .lead-links li .link-black:hover {
  text-decoration: none;
  color: #CC0000;
}
#page-companies {
  /* フィルターエリア */
}
#page-companies #filter-area {
  padding: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #page-companies #filter-area {
    padding: 20px 0;
    margin-bottom: 50px;
  }
}
#page-companies #filter-area .filter-dropdowns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #page-companies #filter-area .filter-dropdowns {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }
}
#page-companies #filter-area .filter-dropdowns .btn-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  font-weight: bold;
  cursor: pointer;
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
}
#page-companies #filter-area .filter-dropdowns .btn-dropdown::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
}
#page-companies #filter-area .filter-dropdowns .btn-dropdown.is-active {
  background-color: #888;
  color: #fff;
}
#page-companies #filter-area .filter-dropdowns .btn-dropdown.is-active::after {
  border-top: 6px solid #fff;
}
@media screen and (max-width: 767px) {
  #page-companies #filter-area .filter-dropdowns .btn-dropdown {
    width: 100%;
    font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  }
}
#page-companies #filter-area .filter-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 30px;
}
@media screen and (max-width: 767px) {
  #page-companies #filter-area .filter-links {
    justify-content: flex-start;
    gap: 10px 5px;
  }
}
#page-companies #filter-area .filter-links.hide {
  display: none;
}
#page-companies #filter-area .filter-links li a {
  color: #333;
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #page-companies #filter-area .filter-links li a {
    font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
    display: inline-block;
    border-radius: 100px;
    background-color: #fff;
    padding: 5px 15px;
    line-height: 1.2;
    border: 1px solid #ccc;
  }
}
#page-companies #filter-area .filter-links li a:hover {
  color: #CC0000;
}
#page-companies #filter-area .filter-links li.is-active a {
  color: #CC0000;
  font-weight: bold;
}
#page-companies {
  /* 会社一覧セクション */
}
#page-companies .companies-section {
  margin-bottom: 8rem;
}
#page-companies .companies-section.hide {
  display: none;
}
#page-companies .companies-section .section-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #page-companies .companies-section .section-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    text-align: left;
  }
}
#page-companies .companies-section .section-header .header-icon {
  flex-shrink: 0;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #page-companies .companies-section .section-header .header-icon {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
#page-companies .companies-section .section-header .header-icon img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  #page-companies .companies-section .section-header .header-icon img {
    width: 80px;
  }
}
#page-companies .companies-section .section-header .header-content h2 {
  font-size: clamp(2.6rem, 1.904rem + 0.9vw, 3.2rem);
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page-companies .companies-section .section-header .header-content h2 {
    font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
  }
}
#page-companies .companies-section .section-header .header-content p {
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  line-height: 2;
  max-width: 900px;
  margin-top: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #page-companies .companies-section .section-header .header-content p {
    font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
    line-height: 1.8;
  }
}
#page-companies .companies-section .company-list .company-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page-companies .companies-section .company-list .company-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}
#page-companies .companies-section .company-list .company-card .card-icon {
  width: 120px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #page-companies .companies-section .company-list .company-card .card-icon {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: left;
  }
}
#page-companies .companies-section .company-list .company-card .card-icon img {
  width: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #page-companies .companies-section .company-list .company-card .card-icon img {
    width: 40px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
#page-companies .companies-section .company-list .company-card .card-icon span {
  display: block;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  color: #666;
}
#page-companies .companies-section .company-list .company-card .card-info {
  flex-grow: 1;
  margin-right: 30px;
  padding-right: 30px;
  max-width: 650px;
}
@media screen and (max-width: 767px) {
  #page-companies .companies-section .company-list .company-card .card-info {
    margin-right: 0;
    margin-bottom: 15px;
    padding-right: 0;
    max-width: none;
  }
}
#page-companies .companies-section .company-list .company-card .card-info .company-name {
  font-size: clamp(1.7rem, 1.424rem + 0.4vw, 2rem);
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #page-companies .companies-section .company-list .company-card .card-info .company-name {
    font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
    margin-bottom: 10px;
  }
}
#page-companies .companies-section .company-list .company-card .card-info .company-desc {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  line-height: 1.7142857143;
  color: #333;
}
@media screen and (max-width: 767px) {
  #page-companies .companies-section .company-list .company-card .card-info .company-desc {
    line-height: 1.6;
  }
}
#page-companies .companies-section .company-list .company-card .card-location {
  width: 140px;
  flex-shrink: 0;
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  font-weight: 500;
  margin-right: 30px;
  padding: 0 30px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;
}
@media screen and (max-width: 767px) {
  #page-companies .companies-section .company-list .company-card .card-location {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 15px 0;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: block;
    height: auto;
    text-align: left;
  }
}
#page-companies .companies-section .company-list .company-card .card-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  width: 160px;
}
@media screen and (max-width: 767px) {
  #page-companies .companies-section .company-list .company-card .card-actions {
    width: 100%;
    flex-direction: row;
  }
}
#page-companies .companies-section .company-list .company-card .card-actions .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 6px 15px;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #page-companies .companies-section .company-list .company-card .card-actions .btn-outline {
    flex: 1;
    font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
    padding: 6px 10px;
  }
}
#page-companies .companies-section .company-list .company-card .card-actions .btn-outline img {
  width: 12px;
  margin-left: 10px;
}
#page-companies .companies-section .company-list .company-card .card-actions .btn-outline:hover {
  border-color: #CC0000;
  color: #CC0000;
}