@charset "UTF-8";

/* =========================================================
   PATH-Solution renewal styles
   （このファイルは path-solution/index.html 専用）
   他ページに影響しないよう、すべて .path-renewal 配下に
   スコープしています。
   ========================================================= */

.path-renewal {
  color: #222;
  line-height: 1.7;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.path-renewal *,
.path-renewal *::before,
.path-renewal *::after {
  box-sizing: border-box;
}

.path-renewal img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* PC/SP 改行切替 */
.path-br-pc { display: inline; }
.path-br-sp { display: none; }
@media only screen and (max-width: 735px) {
  .path-br-pc { display: none; }
  .path-br-sp { display: inline; }
}

/* =========================================================
   Main Visual
   - 背景：人物イラスト（images/mv_background.jpg）
   - 見出し・リード文：HTML テキスト（#004e96）
   - PATH Solution ロゴ：<img>（images/mv_logo.png）
   - alfresa ロゴ：<img>（images/mv_bottom_logo.png）
   ========================================================= */

.path-mv {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  height: 675px;
}

.path-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/mv_background.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
  z-index: 1;
}

.path-mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/mv_background_repeat.png");
  background-repeat: repeat;
  background-size: contain;
}

.path-mv__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 57px 63px 60px;
  z-index: 1;
}

/* 見出し */
.path-mv__headline {
  font-size: 28px;
  line-height: 54px;
  font-weight: 700;
  color: #004e96;
  letter-spacing: 0.13em;
  margin: 0 0 21px;
}

/* PATH Solution ロゴ */
.path-mv__logo {
  margin: 0 0 21px;
}
.path-mv__logo img {
  display: block;
  width: 590px;
  max-width: 100%;
  height: auto;
}

/* リード文 */
.path-mv__lead {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  color: #004e96;
  letter-spacing: 0.13em;
  margin: 0 0 91px 0;
}

/* alfresa ロゴ（左下） */
.path-mv__bottom-logo img {
  display: block;
  width: 298.5px;
  height: auto;
}

/* =========================================================
   SP
   ========================================================= */
@media only screen and (max-width: 735px) {
  .path-mv {
    background-image: url("../images/mv_background_sp.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
  }
  .path-mv::before,
  .path-mv::after {
    display: none;
  }
  .path-mv__inner {
    max-width: none;
    padding: 28px 19px 63vw;
    min-height: 0;
    max-height: none;
  }
  .path-mv__headline {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.12em;
    margin: 0 0 7px;
  }
  .path-mv__logo {
    margin: 0 0 27px;
  }
  .path-mv__logo img {
    width: 99%;
    max-width: 375px;
  }
  .path-mv__lead {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.12em;
    margin: 0;
  }
  .path-mv__bottom-logo {
    position: absolute;
    bottom: 14px;
    left: 19px;
    width: 110px;
  }
}

/* =========================================================
   Contact（お問合せボタン）
   - 背景：薄いグレー
   - ボタン：グリーンのピル型、HTML テキスト
   ========================================================= */

.path-contact {
  width: 100%;
  background-color: #f3f3f3;
  padding: 38px 20px;
  text-align: center;
}

.path-contact__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.path-contact__btn {
  position: relative;
  display: inline-block;
  min-width: 320px;
  padding: 22px 40px;
  background-color: #78dc39;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  transition: opacity 0.3s, box-shadow 0.3s;
}

.path-contact__btn:hover,
.path-contact__btn:focus {
  opacity: 0.9;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22);
}

.path-contact__btn--icon::after{
  content: "";
  position: absolute;
  top: -3px;
  right: -105px;
  background: url('../images/contact_logo.png') no-repeat;
  background-size: cover;
  width: 85.2924px;
  height: 85.2453px;
}

@media only screen and (max-width: 735px) {
  .path-contact {
    padding: 20px 24px;
  }
  .path-contact__btn {
    display: block;
    min-width: 0;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    padding: 15px 24px;
    font-size: 20px;
    letter-spacing: 0.2em;
  }
  .path-contact__btn--icon::after{
    width: 55px;
    height: 55px;
    top: 0px;
    right: -55px;
  }
}

/* =========================================================
   Greeting（代表挨拶＋写真）
   - 左：人物写真（images/greeting_photo.jpg）
   - 右：本文＋肩書・氏名（HTML テキスト）
   ========================================================= */

.path-greeting {
  width: 100%;
  padding: 20px 20px;
  background-color: #ffffff;
}

.path-greeting__inner {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 67px;
  padding: 0 0 0 25px;
}

.path-greeting__photo {
  flex: 0 0 auto;
  width: 260px;
  padding: 26px 0 0 0;
}

.path-greeting__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.path-greeting__body {
  flex: 1 1 auto;
  min-width: 0;
}

.path-greeting__text {
  font-size: 18px;
  line-height: 38px;
  color: #222;
  letter-spacing: 0.15em;
  margin: 0 0 7px;
}

.path-greeting__name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 15px;
  color: #222;
  margin: 0;
  letter-spacing: 0.1em;
}

.path-greeting__rule {
  display: inline-block;
  width: 74px;
  height: 1px;
  background-color: #222;
  margin-right: 16px;
}

.path-greeting__title {
  font-size: 18px;
}

.path-greeting__name-person {
  display: inline-block;
  margin-left: 18px;
  font-size: 24px;
}

@media only screen and (max-width: 735px) {
  .path-greeting {
    padding: 34px 24px 29px;
  }
  .path-greeting__inner {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0;
  }
  .path-greeting__photo {
    width: 186px;
    padding: 0;
  }
  .path-greeting__text {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 18px;
  }
  .path-greeting__name {
    font-size: 13px;
    padding: 0 6px 0 0;
  }
  .path-greeting__rule {
    width: 55px;
    margin-right: 15px;
  }
  .path-greeting__title {
    font-size: 13px;
  }
  .path-greeting__name-person {
    font-size: 18px;
    margin-left: 15px;
  }
}

/* =========================================================
   Service（the Total Supply Chain Service / TSCS 循環図）
   - PC: service_pc.jpg / SP: service_sp.jpg を <picture> で出し分け
   ========================================================= */

.path-service {
  width: 100%;
  padding: 20px 20px 57px;
  background-color: #ffffff;
}

.path-service__picture {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}

.path-service__picture img,
.path-service__picture img:not([src*=".svg"])[width] {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 735px) {
  .path-service {
    padding: 0;
  }
}

/* =========================================================
   Assignment（日本市場参入への課題）
   - 見出し・カードラベル：HTML テキスト（白）
   - 4 枚の写真：images/assignment_01〜04.jpg
   - 背景：青いグラデーション、底辺は V 字カット
   ========================================================= */

.path-assignment {
  position: relative;
  width: 100%;
  padding: 48px 20px 125px;
  background-image:
      radial-gradient(ellipse 45% 45% at 68% 20%,
          #17a8df 0%,
          rgba(23, 168, 223, 0.35) 30%,
          rgba(23, 168, 223, 0) 70%),
      linear-gradient(180deg, #0876b8 0%, #005099 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10%), 50% 100%, 0 calc(100% - 10%));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10%), 50% 100%, 0 calc(100% - 10%));
}

.path-assignment__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.path-assignment__heading {
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.085em;
  margin: 0 0 53px;
}

.path-assignment__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 29px 20px;
}

.path-assignment__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.path-assignment__photo {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  line-height: 0;
}

.path-assignment__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.path-assignment__label {
  margin: 16px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.18em;
}

@media only screen and (max-width: 735px) {
  .path-assignment {
    padding: 41px 4px 113px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), 50% 100%, 0 calc(100% - 28px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), 50% 100%, 0 calc(100% - 28px));
  }
  .path-assignment__heading {
    font-size: 22px;
    letter-spacing: 0.12em;
    margin: 0 0 45px;
  }
  .path-assignment__list {
    gap: 39px 7px;
  }
  .path-assignment__photo {
    border-radius: 6px;
  }
  .path-assignment__label {
    font-size: 19px;
    letter-spacing: 0.08em;
    margin: 5px 0 0 0;
  }
}

/* =========================================================
   PATH-Solution overview
   - 上部: PATH-Solution ロゴ + サブタイトル + 3 カード（HTML）
   - 下部: How PATH-Solution の支援内容（画像 / SP は横スクロール）
   ========================================================= */

.path-pathsolution {
  width: 100%;
  padding: 32px 20px 58px;
  background-color: #f5f5f5;
}

.path-pathsolution__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/* PATH-Solution ロゴ */
.path-pathsolution__logo {
  margin: 0 0 16px;
  line-height: 1;
}
.path-pathsolution__logo img {
  display: block;
  width: 380px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* サブタイトル */
.path-pathsolution__subtitle {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  color: #0d50a5;
  letter-spacing: 0.012em;
  margin: 0 0 23px;
}

/* 3 カード（PC: 横 3 列） */
.path-pathsolution__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.path-pathsolution__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 2px #004e96;
  background-color: #ffffff;
  border-radius: 6px;
  padding-bottom: 11px;
}

.path-pathsolution__card-icon {
  width: 100%;
  margin: 0 auto;
  line-height: 0;
}
.path-pathsolution__card-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.path-pathsolution__card:nth-of-type(1) img{
  width: 225px;
  margin: 55px 0 17px 52px;
}
.path-pathsolution__card:nth-of-type(2) img{
  width: 198.5px;
  margin: 28px 0 9px 73px;
}
.path-pathsolution__card:nth-of-type(3) img{
  width: 231px;
  margin: 31px 0 11px 57px;
}

.path-pathsolution__card-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  color: #222;
  letter-spacing: 0.06em;
  text-align: center;
}

/* 下部: How PATH-Solution の支援内容（画像）
   SP では .js-scrollable により横スクロール、ScrollHint が
   グレー透過オーバーレイ＋スクロール案内アイコンを表示し、
   ユーザーが右にスクロールすると自動消去します。 */
.path-pathsolution__support {
  margin: 47px auto 0;
  max-width: 1200px;
}

.path-pathsolution__support-img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 735px) {
  .path-pathsolution {
    padding: 28px 0 40px;
  }
  .path-pathsolution__logo {
    margin: 0 0 11px;
  }
  .path-pathsolution__logo img {
    width: 279px;
  }
  .path-pathsolution__subtitle {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: 0.04em;
    margin: 0 0 17px;
  }
  /* SP: 1 カラム縦積み + 細い青枠 */
  .path-pathsolution__cards {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 242px;
    margin: 0 auto;
  }
  .path-pathsolution__card {
    border: 2px solid #1c5ca9;
    border-radius: 5px;
    padding: 26px 22px 12px;
  }
  .path-pathsolution__card:nth-of-type(1) img {
    width: 170px;
    margin: 14px 0 0 20px;
  }
  .path-pathsolution__card:nth-of-type(2) img {
    width: 148.5px;
    margin: -4px 0 -10px 35px;
  }
  .path-pathsolution__card:nth-of-type(3) img {
    width: 171px;
    margin: -3px 0 -6px 25px;
  }
  .path-pathsolution__card-icon {
    max-width: 200px;
    margin: 0 auto 14px;
  }
  .path-pathsolution__card-text {
    font-size: 12px;
    line-height: 1.8;
  }
  /* SP: 下部画像は横スクロール */
  .path-pathsolution__support {
    margin: 44px 0 0;
    padding: 19px 0 19px 28px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* ScrollHint がアイコンを正しく配置するため position: relative */
    position: relative;
  }
  .path-pathsolution__support-img {
    /* SP では PC と同じ画像幅で表示し、横スクロールで全体を見せる */
    min-width: 745px;
    width: auto;
    max-width: none;
    height: 480px;
  }
}

/* =========================================================
   Meet (Let us meet at Bio !!)
   - PC: 左に集合写真、右に [リード文 / CTA / 業種人物アイコン] を縦積み
   - SP: 縦積み（リード文 → 写真 → CTA → 人物アイコン）
   ========================================================= */

.path-meet {
  width: 100%;
  padding: 59px 20px 41px;
  background-color: #ffffff;
}

.path-meet__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "photo lead"
    "photo cta"
    "photo personas";
  grid-template-rows: auto auto auto;
  align-items: start;
  column-gap: 26px;
  row-gap: 0px;
}

.path-meet__photo {
  grid-area: photo;
  width: 480px;
}
.path-meet__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.path-meet__lead {
  grid-area: lead;
  margin: 0;
  font-size: 24px;
  line-height: 2.1;
  font-weight: 700;
  color: #004e96;
  letter-spacing: 0.11em;
}

.path-meet__cta {
  grid-area: cta;
  margin: 13px 0 0 104px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  color: #004e96;
  letter-spacing: 0.038em;
}

.path-meet__personas {
  grid-area: personas;
  margin: 0;
  text-align: center;
}
.path-meet__personas img {
  display: inline-block;
  width: 100%;
  max-width: 560px;
  height: auto;
}

@media only screen and (max-width: 735px) {
  .path-meet {
    padding: 21px 7px 5px;
  }
  .path-meet__inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "lead"
      "photo"
      "cta"
      "personas";
    column-gap: 0;
    row-gap: 0;
  }
  .path-meet__lead {
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: 0.04em;
    margin: 0 0 0 43px;
  }
  .path-meet__cta {
    margin: 4px 0 0;
    font-size: 20px;
    text-align: center;
  }
  .path-meet__photo{
    width: 100%;
    margin: 15px 0 1px;
  }
  .path-meet__personas img {
    max-width: 100% !important;
  }
}

/* 初期状態：透明＆少し下にずらす */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* 表示時 */
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 738px) {
  .u-sp {
    display: none !important;
  }
}

@media (max-width: 735px) {
  .u-pc {
    display: none !important;
  }
}