/***** FV *****/
.fv{
  width: 100%;
  height: auto;
  padding: 5%;
  margin: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  position: relative;

  text-align: center;
  /* 背景に半透明の白色を重ねて画像を薄く見せる */
  background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("../img/logo_512.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center 90px; /* 例: 水平中央、上から100pxの位置に指定 */
  background-size: 250px; /* 背景画像のサイズ */
  background-attachment: fixed; /* 背景画像をビューポートに固定 */

  overflow: hidden;
}
.fv-container{
  width: 100%;
  height: auto;

  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.fv h1{
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 75px;
  font-weight: 900;
  font-style: italic;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-family: "Exo 2", sans-serif;
  line-height: 0.9;

  z-index: 10;
}
.fv p{
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0.1em; /* 文字間隔 */
  line-height: 1.6; /* 行間 */
}
.fv img{
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;

  z-index: 0;

  background-size:cover; /* 背景画像をコンテナに合わせて調整 */
  background-position: center; /* 背景画像を中央に配置 */
  background-repeat: no-repeat; /* 背景画像の繰り返しを無効化 */
}
.polygon1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-color: rgba(0, 123, 255, 0.6);
  clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%);
}
.polygon2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-color: rgba(0, 17, 255, 0.6);
  clip-path: polygon(0 70%, 100% 10%, 100% 100%, 0 100%);
}

/***** 各セクション共通 *****/
.main-content{
  padding-left: 15%;
  padding-right: 15%;
}
.ind-section {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ind-section {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* h2 のレイアウト */
.ind-heading {
  width: 100%;
  display: flex;
  justify-content: center; /* h2 を中央に */
  align-items: center;
  position: relative;

  padding-left: 70px;
}
.ind-heading h2 {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Exo 2", sans-serif;
  margin: 0;
  text-align: center;
  line-height: 0.9;
}
.ind-info {
  width: 50px;      /* ← タップ領域の横幅 */
  height: 50px;     /* ← タップ領域の高さ */
  display: flex;
  justify-content: center;
  align-items: center;

  cursor: pointer;
  margin-left: 10px; /* h2 との距離 */
  margin-right: 10px; /* 画面右端との距離 */
}
/* アイコン自体の大きさはここで維持 */
.ind-info i,
.ind-info::before {
  font-size: 1.6rem;
  transform: translateY(5px);
}
/* 中央線 */ 
.ind-h2-line { 
  width: 50px; 
  height: 5px; 
  background-color: #0357AF; 
  margin-top: 5px;
  margin-bottom: 10px; 
  border-radius: 2px; 
}
.ind-h2-sub {
  width: 100%;
  text-align: center !important;
  font-size: 0.8rem !important;
  margin: 0px !important;
}

.ind-section p{
  line-height: 2; /* 行間 */
  margin-bottom: 0.2rem;
  width: 100%; /* Flexアイテムなので幅を100%に */
  text-align: left;
}
.ind-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  padding: 1rem;
  justify-items: center; /* カードを中央揃え */
  width: 100%;
}

/***** Application共通（カード） *****/
.ind-content{
  display: block;

  max-width: 400px;
  width: 100%;
  height: auto;
  min-height: 130px;
  padding: 20px;

  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #cecece;
  box-sizing: border-box;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);

  transition: background-color 0.5s ease, color 0.5s ease, box-shadow 0.3s ease;
  text-decoration: none; 
}
.ind-content:hover { 
  background-color: #a7c6ed;
  border: 1px solid #74CEF7;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}
.ind-content:hover .ind-content-title {
  color: #ffffff;
}
.ind-content-title{
  margin: 0 0 0.5rem 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.ind-content-description{
  margin: 0;
  font-size: 1rem;
  color: #ffffff;
}

/***** what is *****/
.ind-whatis{
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 30px;

  border-radius: 5px;

  text-align: center;
  color: #ffffff;
}
.ind-whatis h2, .ind-whatis p {
  text-align: center;
}
.ind-whatis-logo {
  font-family: "Exo 2", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0px;
}
.ind-whatis-text{
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.2; /* 行間 */
  color: #fff;
}
.ind-whatis-more{
  text-decoration: underline; 
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
}

/***** MyTackle *****/
.ind-step{
  font-size: 1.1rem;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  background-color: #2a73d1;
  padding: 4px 8px;
  margin-right: 8px;
}
.underline {
  display: inline-block;
  position: relative;
}
.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px; /* テキストの下に配置 */
  width: 100%;
  height: 4px; /* 線の高さ */
  /* background: linear-gradient(to right, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 1) 50%, rgba(255, 0, 0, 0.5) 100%); */
  background: linear-gradient(to right, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 0) 100%); /* 太さのグラデーション */
  border-radius: 2px; /* 角を少し丸める */
  transform: rotate(-3deg); /* 手書き風の傾きを追加 */
  transform-origin: left bottom; /* 回転の基準を左下に設定 */
}
.ind-plus{
  position: relative;
  display: inline-block;
  width: 36px;/* プラスの横線の幅 */
  min-width: 36px;
  height: 36px; /* プラスの縦線の高さ */
}
.ind-plus::before,
.ind-plus::after {
  content: "";
  position: absolute;
  background-color: #0077cc; /* プラスの色 */
}
.ind-plus::before {
  width: 100%;
  height: 10px; /* 横線の高さ */
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
.ind-plus::after {
    width: 10px; /* 縦線の幅 */
    height: 100%; /* 縦線の高さを親に合わせる */
    left: 50%;
    top: 0;
    transform: translateX(-50%) rotate(45deg); /* 中央に配置 */
}
.ind-arrow-r{
  margin: 8px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #0077cc; /* 矢印の色 */
}

/***** Feature *****/
.ind-feature{
  margin-top: 20px;
  margin-bottom: 0;

  font-size: 2rem;
  font-weight: bold;
  font-family: "Exo 2", sans-serif;
  text-align: center;
}
.ind-feature-container{
  width: 90%;
  height: auto;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  /* max-width: 360px; */
}
.ind-feature-icon{
  width: 100px;
  height: 100px;
  margin: 5px;
  padding: 5px;

  text-align: center;
  text-wrap: wrap;
  text-decoration-line: none;

  border-radius: 3px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;

  font-size: 16px; 
  font-family: "Exo 2", sans-serif; 
  font-weight: 700; 
}
.ind-feature-icon-disabled{
  background-color: #52525279;
  cursor: default;
}
.emoji-icon {
  font-size: 24px;
  line-height: 1;
}

/***** レスポンシブ対応 *****/
@media (max-width: 768px) {
  .main-content{
    padding-left: 0;
    padding-right: 0;
  }
  .fv{
    background-size: 240px; /* 背景画像のサイズ */
  }
  .fv h1{
    font-size: 4rem;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .ind-container a { 
    width: 100%;
  }

  .ind-content{
    touch-action: pan-y; /* 縦スクロールを許可 */
    -webkit-overflow-scrolling: touch; /* スムーズスクロール（iOS） */
  }
  .ind-content.hovered { 
    background-color: #a7c6ed;
    border: 1px solid #74CEF7;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4); /* 影を強調 */
  }
  .ind-content.hovered .ind-content-title {
    color: #ffffff;
  }

  .ind-feature-container{
    width: 100%;
  }
  .ind-feature{
    margin-top: 30px;
  }
  .ind-feature-icon{
    width: 90px;
    height: 90px;
    margin: 5px;
    padding: 5px;
  }
}