@charset "UTF-8";
/* CSS Document */
/* =========================== */
/* 募集要項 ヘッダー */
/* =========================== */

.aboutus-header {
  width: 100%;
  margin-top: 120px; /* ヘッダーの高さ分を確保 */
}

.aboutus-header-img {
  width: 100%;
  height: auto; /* アスペクト比を保持 */
  display: block;
}

.aboutus-header-sp {
  width: 100%;
  height: auto;
  display: block;
}
/* =========================== */
/* 全国にひろがるそうごう薬局 */
/* =========================== */


.aboutus-map {
  text-align: center;
  padding: 60px 0;
  background-color: #f8f8f8;
}
/* タイトル */
.aboutus-map .section-title {
  width: 700px;
  height: 92px;
  max-width: 100%;
  font-size: 32px;
  font-weight: normal;
  color: #000000;
  background-color: #C9E9DC;
  padding: 10px 20px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 auto 60px auto;
}
/* マップ画像コンテナ */
.aboutus-map-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px; /* XDデザインに合わせる */
  margin: 0 auto; /* 中央寄せ */
}
/* PC版画像 */
.pc-img {
  width: 100%;
  max-width: 1100px; /* 横幅を固定 */
  height: auto;
}
/* スマホ版画像（PCでは非表示） */
.sp-img {
  display: none;
}
/* ボタンエリア */
.aboutus-site-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.aboutus-site-button img {
  width: 100%;
  max-width: 450px;
  height: 60px;
  transition: transform 0.3s ease;
}
.aboutus-site-button img:hover {
  transform: translateY(-3px);
}

/* =========================== */
/* わたしたちが働く薬局の強み */
/* =========================== */
.pharmacy-strength {
  text-align: center;
  padding: 60px 0 0 0;
  background-color: #f8f8f8;
}
.pharmacy-strength .section-title {
  width: 700px;
  height: 92px;
  max-width: 100%;
  font-size: 32px;
  font-weight: normal;
  color: #000000;
  background-color: #C9E9DC;
  padding: 10px 20px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 auto 60px auto;
}
.pharmacy-strength .container {
  max-width: 1200px!important;
  margin: 0 auto;
}

.strength-block {
  padding: 0 15px;
  margin-bottom: 30px;
}


.strength-title {
  text-align: center;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}
.strength-title span.stext{
	font-size: 16px;
}
.strength-img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  display: block;
}
.strength-text {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}
.sub-title {
  font-size: 12px;
  text-align: center;
  display: block;
  margin-top: -5px;
  margin-bottom: 15px;
}
/* =========================== */
/* 会社概要 */
/* =========================== */
/* 会社概要セクション全体のスタイル */
.company-profile {
  text-align: center;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #f8f8f8;
}

/* セクションタイトル */
.company-profile .section-title {
  width: 700px;
  height: 92px;
  max-width: 100%;
  font-size: 32px;
  font-weight: normal;
  color: #000000;
  background-color: #C9E9DC;
  padding: 10px 20px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 60px auto;
}

/* コンテナ */
.company-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

/* 企業イメージ部分 */
.company-image {
  margin-bottom: 30px;
  max-width: 900px;
}

.company-img {
  max-width: 100%;
  height: auto;
}

/* PC・SP画像の切り替え */
.pc-img {
  display: block;
  margin: 0 auto;
}

.sp-img {
  display: none;
}

/* 会社情報カード */
.card {
  padding: 30px;
  margin-bottom: 30px;
  text-align: left;
  border: none !important;
}

/* 情報タイトル */
.info-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333;
}

/* 最初の情報タイトルのマージン調整 */
.info-title:first-child {
  margin-top: 0;
}

/* 事業内容リスト */
.business-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.business-list li {
  margin-bottom: 8px;
  line-height: 1.6;
  position: relative;
  padding-left: 1.2em;
}

.company-site-link {
  text-align: center;
  margin: 30px 0;
}

.company-site-link img {
  width: 100%;
  max-width: 450px;
  height: auto;
  transition: transform 0.3s ease;
}

.company-site-link img:hover {
  transform: translateY(-3px);
}

/* スマホ対応 */
@media (max-width: 768px) {
  .company-profile .section-title {
    width: 350px;
    height: 47px;
    max-width: 100%;
    font-size: 18px;
  }
  
  /* PCとSP画像の切り替え */
  .pc-img {
    display: none;
  }
  
  .sp-img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  
  /* カラムをモバイルで全幅表示 */
  .col-md-6 {
    width: 100%;
  }
  
  /* カラム間のスペース */
  .col-md-6:first-child {
    margin-bottom: 20px;
  }
  
  /* カード内のパディング調整 */
  .card {
    padding: 20px;
  }
  
  /* 会社情報の順序変更（SP表示） */
  .info-title {
    margin-top: 15px;
    margin-bottom: 8px;
  }
  
  /* ボタンのサイズ調整 */
  .company-site-link {
    margin-top: 20px;
  }
  
  .company-site-link img {
    max-width: 350px;
  }
}

/* =========================== */
/* わたしたちの誓い・社是・社訓 */
/* =========================== */
.pledge-section {
  position: relative;
  background-color: #fdfcf4;
  padding: 0;
  width: 100%;
}

/* 背景画像を絶対位置で配置 */
.pledge-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/rcs-newgrad/assets/images/aboutus/pledge-section-bg_pc.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 0;
}

.pledge-section .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.pledge-section .section-title {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}

.pledge-section .pledge-description {
  font-size: 16px;
  line-height: 1.9;
  color: #000;
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}

.pledge-section img {
  max-width: 100%;
  height: auto;
}

/* 画像カードのスタイル調整 */
.pledge-section .col-md-5 {
  display: flex;
  justify-content: center;
}

.pledge-section picture {
  max-width: 375px;
  width: 100%;
}

/* タブレット対応 */
@media (max-width: 991px) {
  .pledge-section .container {
    padding: 50px 20px 80px;
  }
  
  .pledge-section .section-title {
    font-size: 24px;
  }
}

/* スマホ対応 */
@media (max-width: 768px) {
  .pledge-section::before {
    background-image: url("/rcs-newgrad/assets/images/aboutus/pledge-section-bg_sp.jpg");
  }
  
  .pledge-section .container {
    padding: 40px 15px 60px;
  }
  
  .pledge-section .section-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .pledge-section .pledge-description {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
	text-align: left!important;
  }
  
  .pledge-section picture {
    max-width: 320px;
  }
}

/* 追加のフッター余白対策 */
.footer-section {
  margin-top: 0 !important;
}
/* =========================== */
/* スマホ対応 */
/* =========================== */
@media (max-width: 768px) {
  /* インタビュー背景をスマホ用に */
  .aboutus-header-bg img {
    content: url("/rcs-newgrad/assets/images/aboutus/bg_aboutus_top_sp.png");
  }
  /* パンくずリスト非表示 */
  .breadcrumb-container {
    display: none;
  }
  /* =========================== */
  /* 全国にひろがるそうごう薬局 */
  /* =========================== */
  .aboutus-map .section-title {
	  width: 350px;
	  height: 47px;
	  max-width: 100%;
	  font-size: 18px;

  }
  /* PC版のマップを非表示 */
  .pc-img {
    display: none;
  }
  /* スマホ用のマップを表示 */
  .aboutus-map .sp-img {
    display: block;
    width: 325px;
    height: 482px;
  }
/* ボタンエリア */
.aboutus-site-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.aboutus-site-button img {
  width: 100%;
  max-width: 350px;
  height: auto;
}

  /* =========================== */
  /* わたしたちが働く薬局の強み */
  /* =========================== */
.pharmacy-strength .section-title {
	  width: 350px;
	  height: 47px;
	  max-width: 100%;
	  font-size: 18px;
  }
  .strength-title {
    font-size: 18px;
  }
  
}