/* =======================================
   共通スタイル
========================================== */
/* 共通セクションスタイル */
section {
  padding: 5% 0;
  position: relative;
  background-color: #fff;
}

/* 共通セクションタイトルスタイル */
section h2 {
  font-family: 'Anton', sans-serif;
  font-size: 6rem;
  color: #9C1E23;
  margin-bottom: -5px;
  letter-spacing: 0.05em;
  line-height: 0.9;
}

section .subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  color: #9C1E23;
  margin-bottom: 4%;
}

/* VIEW MOREボタンの共通アニメーション */
.view-more .arrow,
.service-view-more .arrow,
.company-view-more .arrow,
.recruit-view-more .arrow {
  transition: transform 0.3s ease;
  margin-right: 15px;
}

.view-more:hover .arrow {
  transform: translateX(10px);
}

.service-item-link:hover .service-view-more .arrow {
  transform: translateX(10px);
  color: #9C1E23;
}

.service-item-link:hover .service-view-more span:last-child {
  color: #9C1E23;
}

.service-item-link:hover .service-number,
.service-item-link:hover .service-title {
  color: #9C1E23;
}

.company-view-more:hover .arrow {
  transform: translateX(10px);
}

.recruit-view-more:hover .arrow {
  transform: translateX(10px);
}

/* 赤背景ホバー時の矢印アニメーション（PC表示のみ） */
@media screen and (min-width: 769px) {
  /* ABOUTセクション - 赤背景にホバーした時 */
  .about-text-area:hover .view-more .arrow {
    transform: translateX(10px);
  }
  
  /* COMPANYセクション - 赤背景にホバーした時 */
  /* 兄弟要素セレクタ（一般）を使用 */
  .company-info a:hover ~ .company-view-more .arrow,
  .company-info:hover ~ .company-view-more .arrow {
    transform: translateX(10px);
  }
  
  /* RECRUITセクション - 赤背景にホバーした時 */
  /* 兄弟要素セレクタ（一般）を使用 */
  .recruit-info a:hover ~ .recruit-view-more .arrow,
  .recruit-info:hover ~ .recruit-view-more .arrow {
    transform: translateX(10px);
  }
}

/* =======================================
   ヒーローセクション（メインビジュアル）
========================================== */
#hero {
  position: relative;
  background-image: url('../img/highway.png');
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  align-items: flex-start;
  padding: 50px;
  color: #fff;
}

.hero-content h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 48px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin: 0;
  position: relative;
  top: 60px;
  z-index: 3;
}

/* =======================================
   赤い円画像の配置（2枚のみ）
========================================== */
.circle {
  position: absolute;
  z-index: 2;
}

.circle.circle3 {
  bottom: -20%;
  right: 0;
  width: 25%;
}

.circle.circle4 {
  top: 0;
  left: 0;
  width: 35%;
}

/* =======================================
   NEWSセクション
========================================== */
#news {
  padding: 5% 0;
  background-color: #fff;
  background-image: url('../img/news-background.png');
  background-size: cover;
  background-position: center;
}

#news .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
}

/* NEWSセクション特有のスタイル（共通スタイルを上書きする場合のみ） */
.center-text {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
  color: #9C1E23;
  margin-bottom: 1.5rem;
}

.news-content {
  max-width: 960px;
  margin: 0 auto;
}

.news-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.tab-button {
  padding: 12px 25px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  position: relative;
  transition: all 0.3s;
}

.tab-button:hover {
  color: #8B0000;
}

.tab-button.active {
  color: #8B0000;
  font-weight: bold;
}

.tab-button.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #8B0000;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.news-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.news-item-left {
  display: flex;
  align-items: center;
  min-width: 220px;
  margin-right: 20px;
}

.news-item .category {
  display: inline-block;
  min-width: 100px;
  text-align: center;
  padding: 5px 10px;
  margin-right: 15px;
  background-color: #8B0000;
  color: white;
  font-size: 14px;
  border-radius: 4px;
}

.news-item .date {
  color: #666;
  font-size: 14px;
}

.news-item .title {
  color: #333;
  font-size: 16px;
  text-decoration: none;
  flex-grow: 1;
  transition: color 0.3s;
}

.news-item .title:hover {
  color: #8B0000;
}

/* =======================================
   ABOUTセクション
========================================== */
#about {
  padding: 5% 0;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

#about .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
  position: relative;
}

.about-content {
  position: relative;
  display: flex;
  margin-top: 3%;
  height: 500px;
  overflow: visible;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}

.about-text-area {
  position: relative;
  width: 60%;
  padding: 5% 0 10% 0;
  background: linear-gradient(to right, #8F1F23, #D52625);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  transform: skewY(-3deg);
  transform-origin: left bottom;
  padding-left: calc((100vw - 1200px) / 2);
  padding-right: 15%;
}

.about-text-area a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.about-text-area p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2;
  letter-spacing: 0.1em;
  transform: skewY(3deg);
  margin-left: calc(2% + 6px);
  position: relative;
  z-index: 3;
}

/* View More部分は親要素から独立させ、赤背景の底辺に沿わせる */
.view-more {
  position: absolute;
  bottom: 30px;
  z-index: 4;
}

.view-more a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: 'Anton', sans-serif;
  letter-spacing: 0.05em;
  /* 赤背景の底辺に沿わせるため、transform省略 */
  transform: none;
  position: relative;
  z-index: 4;
}

.view-more .arrow {
  margin-right: 15px;
  font-size: 2.5rem;
  line-height: 1;
}

.about-image-area {
  position: absolute;
  right: 0;
  top: -10px;
  width: 55%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  transform: skewY(-3deg);
  transform-origin: right top;
  perspective: 1000px;
}

.about-image-area:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.02);
  transform: skewY(3deg);
  transform-origin: right top;
  z-index: 3;
}

.about-image-area img {
  position: absolute;
  height: 118%;
  width: 90%;
  object-fit: cover;
  transform: skewY(3deg);
  transform-origin: right top;
  right: 0;
  top: -5px;
}

/* =======================================
   SERVICEセクション
========================================== */
#service {
  padding: 5.5% 0 14% 0;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

#service .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
  position: relative;
}

.service-content {
  position: relative;
  margin-top: 3%;
}

.service-circle-bg {
  position: absolute;
  top: 2%;
  right: -10%;
  width: 80%;
  height: auto;
  transform: translateY(-30%);
  z-index: 0;
}

.service-circle {
  width: 100%;
  height: auto;
}

.service-items {
  display: flex;
  position: relative;
  z-index: 1;
}

.service-item {
  width: 33.33%;
  position: relative;
  overflow: hidden;
  min-height: 450px;
  background-color: #f5f5f5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.service-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
}

.service-number {
  font-family: 'Anton', sans-serif;
  font-size: 4.5rem;
  color: #fff;
  padding: 20px 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  line-height: 1;
}

.service-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 100px;
  z-index: 2;
}

.service-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-view-more {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  pointer-events: none;
}

.service-view-more .arrow {
  margin-right: 12px;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Anton', sans-serif;
}

.service-view-more span:last-child {
  font-size: 2.5rem;
  font-family: 'Anton', sans-serif;
  letter-spacing: 0.05em;
}

/* メディアクエリ内の上書き防止 */
@media screen and (max-width: 768px) {
  .service-view-more .arrow,
  .service-view-more span:last-child {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 576px) {
  .service-view-more .arrow,
  .service-view-more span:last-child {
    font-size: 1.8rem !important;
  }
}

/* =======================================
   COMPANYセクション
========================================== */
#company {
  padding: 5% 0 5% 0;
  position: relative;
  background-color: #fff;
}

#company .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
  position: relative;
}

.company-content {
  display: flex;
  align-items: center;
  position: relative;
  height: 400px;
  max-width: 1100px;
  margin: 3% auto 0;
}

.company-image {
  width: 50%;
  position: absolute;
  z-index: 3;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
}

.company-image img {
  width: 70%;
  height: auto;
  display: block;
}

.company-info {
  width: 50%;
  position: absolute;
  right: 1%;
  top: 0;
  background: linear-gradient(to right, #8F1F23, #D52625);
  height: 90%;
  z-index: 2;
}

.company-info a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.company-view-more {
  position: absolute;
  bottom: 40px;
  right: 20px;
  z-index: 4;
}

.company-view-more a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 5;
}

.company-view-more .arrow {
  margin-right: 15px;
  font-size: 3rem;
  line-height: 1;
}

.company-view-more span:last-child {
  font-size: 3rem;
  font-weight: 700;
  font-family: 'Anton', sans-serif;
  letter-spacing: 0.05em;
}

/* =======================================
   RECRUITセクション
========================================== */
#recruit {
  padding: 5% 0 5% 0;
  position: relative;
  background-color: #fff;
}

#recruit .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
  position: relative;
}

.recruit-content {
  display: flex;
  align-items: center;
  position: relative;
  height: 400px;
  max-width: 1100px;
  margin: 3% auto 0;
}

.recruit-image {
  width: 50%;
  position: absolute;
  z-index: 3;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.recruit-image img {
  width: 70%;
  height: auto;
  display: block;
}

.recruit-info {
  width: 50%;
  position: absolute;
  left: 1%;
  top: 0;
  background: linear-gradient(to right, #8F1F23, #D52625);
  height: 90%;
  z-index: 2;
}

.recruit-info a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.recruit-view-more {
  position: absolute;
  bottom: 40px;
  left: 20px;
  z-index: 4;
}

.recruit-view-more a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 5;
}

.recruit-view-more .arrow {
  margin-right: 15px;
  font-size: 3rem;
  line-height: 1;
}

.recruit-view-more span:last-child {
  font-size: 3rem;
  font-weight: 700;
  font-family: 'Anton', sans-serif;
  letter-spacing: 0.05em;
}

/* =======================================
   フッター
========================================== */
footer {
  padding: 3% 0;
  background-color: #fff;
  border-top: 1px solid #eee;
}

footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.footer-logo img {
  height: 50px;
  width: auto;
}

/* セクション用コンテナ（ヘッダー以外）*/
section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
  position: relative;
}

/* 共通セクションスタイル */
section {
  padding: 5% 0;
  position: relative;
  background-color: #fff;
}

/* VIEW MOREボタンの共通スタイル */
.view-more-btn {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-family: 'Anton', sans-serif;
  letter-spacing: 0.05em;
}

.view-more-btn .arrow {
  margin-right: 10px;
  line-height: 1;
}

/* =======================================
   レスポンシブデザイン
========================================== */
@media screen and (max-width: 768px) {

  /* ヒーローセクション（メインビジュアル） */
  #hero {
    height: 450px;
    padding: 30px;
  }

  .hero-content h1 {
    font-size: 32px;
    top: 40px;
  }

  /* NEWSセクション */
  .news-tabs {
    flex-wrap: wrap;
  }

  .tab-button {
    font-size: 14px;
    padding: 10px 15px;
  }

  .news-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .news-item-left {
    min-width: 100%;
  }

  /* ABOUTセクション（レスポンシブ）*/
  .about-content {
    flex-direction: column;
    height: auto;
    overflow: visible;
    margin-top: 2%;
    width: 100%;
    margin-left: 0;
  }

  .about-text-area {
    width: 85%;
    min-height: 250px;
    padding: 6% 5% 12% 5%;
    margin-left: 0;
    transform: none;
    z-index: 1;
  }

  .about-text-area p {
    transform: none;
    font-size: 1.1rem;
    margin-left: 0;
    margin-bottom: 1.5rem;
    text-align: left;
    padding-left: 5%;
  }

  .about-image-area {
    position: relative;
    width: 85%;
    height: auto;
    right: auto;
    top: 0;
    margin-left: auto;
    margin-top: 0;
    transform: none;
    z-index: 2;
  }

  .about-image-area img {
    position: relative;
    width: 100%;
    height: auto;
    transform: none;
    right: auto;
    top: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
  }

  .view-more {
    position: absolute;
    bottom: 20px;
    left: 5%;
    z-index: 2;
  }

  .view-more .arrow {
    margin-right: 15px;
    font-size: 1.5rem;
    line-height: 1;
  }

  .view-more a {
    font-size: 1.8rem;
    transform: none;
  }

  /* SERVICEセクション（レスポンシブ） */
  .service-items {
    flex-direction: column;
    width: 96%;
    margin: 0 auto;
  }

  .service-item {
    width: 100%;
    min-height: 300px;
    margin-bottom: 20px;
  }

  .service-title {
    top: 25px;
    left: 90px;
    font-size: 1.2rem;
  }

  .service-number {
    font-size: 3.2rem;
    padding: 15px 10px;
  }

  .service-circle-bg {
    right: -30%;
    width: 100%;
  }

  .service-view-more {
    bottom: 10px;
  }

  .service-view-more .arrow {
    font-size: 3.5rem;
  }

  .service-view-more span:last-child {
    font-size: 1.8rem;
  }

  /* COMPANYセクション（レスポンシブ） */
  .company-content {
    height: 320px;
    margin-top: 5%;
  }

  .company-image {
    width: 50%;
    left: 15%;
  }

  .company-info {
    width: 55%;
    height: 80%;
    top: 10%;
  }

  .company-view-more {
    bottom: 35px;
  }

  .company-view-more .arrow {
    font-size: 2rem;
  }

  .company-view-more span:last-child {
    font-size: 2rem;
  }

  /* RECRUITセクション（レスポンシブ） */
  .recruit-content {
    height: 320px;
    margin-top: 5%;
  }

  .recruit-image {
    width: 50%;
    right: 5%;
  }

  .recruit-info {
    width: 55%;
    height: 80%;
    top: 10%;
  }

  .recruit-view-more {
    bottom: 35px;
  }

  .recruit-view-more .arrow {
    font-size: 2rem;
  }

  .recruit-view-more span:last-child {
    font-size: 2rem;
  }

  /* 共通スタイル調整 */
  section h2 {
    font-size: 3.5rem;
  }

  section .subtitle {
    font-size: 1.8rem;
  }

  /* NEWSセクション */
  .center-text {
    font-size: 1.8rem;
  }

  .tab-button {
    font-size: 14px;
  }

  .news-item .category {
    min-width: 80px;
    font-size: 12px;
  }

  .news-item .date {
    font-size: 12px;
  }

  .news-item .title {
    font-size: 14px;
  }

  /* ABOUTセクション */
  .about-text-area p {
    font-size: 1.1rem;
  }

  .view-more a {
    font-size: 1.8rem;
  }

  /* SERVICEセクション */
  .service-title {
    font-size: 1.2rem;
  }

  .service-number {
    font-size: 3.2rem;
  }

  .service-view-more .arrow {
    font-size: 3.5rem;
  }

  .service-view-more span:last-child {
    font-size: 1.8rem;
  }

  /* COMPANYセクション */
  .company-view-more .arrow {
    font-size: 2rem;
  }

  .company-view-more span:last-child {
    font-size: 2rem;
  }

  /* RECRUITセクション */
  .recruit-view-more .arrow {
    font-size: 2rem;
  }

  .recruit-view-more span:last-child {
    font-size: 2rem;
  }

  /* マージン調整 */
  .view-more .arrow,
  .service-view-more .arrow,
  .company-view-more .arrow,
  .recruit-view-more .arrow {
    margin-right: 8px;
  }
  
  .service-view-more .arrow {
    top: 0;
  }
}

/* 小さいタブレット・大きいスマホ向け */
@media screen and (max-width: 576px) {

  /* 共通スタイル調整 */
  section h2 {
    font-size: 3rem;
  }

  section .subtitle {
    font-size: 1.5rem;
  }

  /* ヒーローセクション */
  #hero {
    height: 350px;
  }

  .hero-content h1 {
    font-size: 24px;
    line-height: 1.5;
  }

  /* 赤い円画像 */
  .circle.circle3 {
    width: 35%;
  }

  .circle.circle4 {
    width: 45%;
  }

  /* NEWSセクション - SP表示時にコンテンツを中央寄せ */
  .news-item {
    text-align: center;
  }

  .news-item .title {
    justify-content: center;
  }

  /* ABOUTセクション（576px以下） */
  .about-text-area {
    width: 85%;
    min-height: 220px;
    padding: 5% 4% 12% 4%;
  }

  .about-text-area p {
    font-size: 1rem;
    margin-bottom: 1.2rem;
    padding-left: 4%;
  }

  .about-image-area {
    width: 85%;
    margin-top: 0;
  }

  .view-more a {
    font-size: 1.5rem;
  }

  /* SERVICEセクション（576px以下） */
  .service-items {
    width: 94%;
    margin: 0 auto;
  }

  .service-item {
    min-height: 280px;
    margin-bottom: 18px;
  }

  .service-title {
    top: 20px;
    left: 80px;
    font-size: 1.1rem;
  }

  .service-number {
    font-size: 2.8rem;
  }

  .service-view-more .arrow {
    font-size: 2.8rem;
  }

  .service-view-more span:last-child {
    font-size: 1.5rem;
  }

  /* COMPANYセクション（576px以下） */
  .company-content {
    height: 280px;
  }

  .company-image {
    width: 45%;
    left: 15%;
  }

  .company-info {
    width: 55%;
    height: 75%;
    top: 12%;
  }

  .company-view-more .arrow {
    font-size: 1.8rem;
  }

  .company-view-more span:last-child {
    font-size: 1.8rem;
  }

  /* RECRUITセクション（576px以下） */
  .recruit-content {
    height: 280px;
  }

  .recruit-image {
    width: 45%;
    right: 5%;
  }

  .recruit-info {
    width: 55%;
    height: 75%;
    top: 12%;
  }

  .recruit-view-more .arrow {
    font-size: 1.8rem;
  }

  .recruit-view-more span:last-child {
    font-size: 1.8rem;
  }

  /* NEWSセクション */
  .tab-button {
    font-size: 12px;
    padding: 8px 10px;
  }

  .news-item .category {
    min-width: 80px;
    font-size: 12px;
  }

  .news-item .date {
    font-size: 12px;
  }

  .news-item .title {
    font-size: 14px;
  }

  /* マージン調整 */
  .view-more .arrow,
  .service-view-more .arrow,
  .company-view-more .arrow,
  .recruit-view-more .arrow {
    margin-right: 5px;
  }
}

/* スマホ向け */
@media screen and (max-width: 480px) {

  /* ヘッダー */
  header {
    height: 60px;
  }

  .logo {
    margin-left: 15px;
  }

  .logo img {
    height: 35px;
  }

  /* ヒーローセクション */
  #hero {
    height: 300px;
    padding: 20px;
  }

  .hero-content h1 {
    font-size: 20px;
    top: 30px;
  }

  /* NEWSセクション */
  .center-text {
    font-size: 1.3rem;
  }

  .news-tabs {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tab-button {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }

  .news-item .category,
  .news-item .date {
    font-size: 0.8rem;
  }

  .news-item .title {
    font-size: 0.9rem;
    text-align: left;
  }

  /* ABOUTセクション（480px以下） */
  .about-text-area {
    width: 85%;
    min-height: 200px;
    padding: 5% 3% 12% 3%;
  }

  .about-text-area p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    padding-left: 3%;
  }

  .about-image-area {
    width: 85%;
    margin-top: 0;
  }

  .view-more a {
    font-size: 1.3rem;
  }

  /* SERVICEセクション（480px以下） */
  .service-items {
    width: 92%;
    margin: 0 auto;
  }

  .service-item {
    min-height: 250px;
    margin-bottom: 15px;
  }

  .service-title {
    top: 18px;
    left: 70px;
    font-size: 1rem;
  }

  .service-number {
    font-size: 2.3rem;
    padding: 12px 8px;
  }

  .service-view-more .arrow {
    font-size: 2.3rem;
  }

  .service-view-more span:last-child {
    font-size: 1.3rem;
  }

  /* COMPANYセクション（480px以下） */
  .company-content {
    height: 240px;
  }

  .company-image {
    width: 50%;
    left: 12%;
  }

  .company-info {
    width: 55%;
    height: 70%;
    top: 15%;
  }

  .company-view-more {
    bottom: 35px;
  }

  .company-view-more .arrow {
    font-size: 1.5rem;
  }

  .company-view-more span:last-child {
    font-size: 1.5rem;
  }

  /* RECRUITセクション（480px以下） */
  .recruit-content {
    height: 240px;
  }

  .recruit-image {
    width: 50%;
    right: 3%;
  }

  .recruit-info {
    width: 55%;
    height: 70%;
    top: 15%;
  }

  .recruit-view-more .arrow {
    font-size: 1.5rem;
  }

  .recruit-view-more span:last-child {
    font-size: 1.5rem;
  }
}
