@charset "UTF-8";
/* =========================================================
   InFluK ブランドカラートークン（kv_img.png から抽出／2026-08版KVに更新）
   KVタイトル帯の パープル → ブルー → グリーン のグラデーションを基調に、
   ゴールド（KVの黄ドット）を強調アクセントとして使用。
   ※ グラデーションは白文字を載せるため、KV原色より一段深い値に調整
     （いずれも白とのコントラスト 5:1 以上＝AA合格）
   ========================================================= */
* { /*全部*/
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: auto;
  scroll-behavior: smooth; /* スクロール */
  font-size: 62.5%;
}

body {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  /* ページ全体のベースフォント（指定漏れ箇所がヒラギノ等にフォールバックするのを防ぐ） */
  letter-spacing: 0.1em;
  overflow-wrap: break-word;
  animation-name: fadeInAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
}

/* アクセシビリティ：キーボードフォーカスの可視化（明暗どちらの背景でも視認可能） */
a:focus-visible,
button:focus-visible {
  outline: 3px solid #f6da23;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px rgba(11, 18, 54, 0.35);
  border-radius: 4px;
}

/* アクセシビリティ：ユーザーのモーション抑制設定を尊重 */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  body {
    opacity: 1;
  }
}
/* <picture> をレイアウトに影響させない（既存の img スタイルをそのまま適用） */
picture {
  display: contents;
}

/* インラインSVGアイコン共通：親の font-size と color を継承 */
svg.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

/* スクリーンリーダー専用（視覚的に隠す h1 など） */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* SPのみ改行する<br>（PC・タブレットでは改行しない） */
.br-sp {
  display: none;
}
@media (max-width: 599px) {
  .br-sp {
    display: inline;
  }
}

h2 {
  font-size: 1.6666666667vw;
  text-align: center;
  font-weight: 700;
  color: #0b1236;
  overflow-wrap: break-word;
  line-height: 1.09375;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 2.5vw;
  }
}
@media (max-width: 599px) {
  h2 {
    font-size: 6.4vw;
  }
}

.header {
  width: 100%;
  height: auto;
}
.header__button {
  position: fixed;
  top: 2.1354166667vw;
  right: 6.25vw;
  z-index: 20;
  display: block;
  text-align: center;
  background: linear-gradient(100deg, #5b2ec4 0%, #2a6a9e 52%, #0a7a4a 100%);
  color: #fff;
  border-radius: 3.125vw;
  transition: opacity 0.3s, transform 0.3s, background 0.3s, box-shadow 0.3s, visibility 0.3s;
  font-size: 1.25vw;
  font-weight: 700;
  box-shadow: 0 0.5208333333vw 1.1458333333vw rgba(11, 18, 54, 0.22);
  padding: 1.0416666667vw 2.7083333333vw 1.1979166667vw;
  line-height: 1.4583333333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
@media screen and (max-width: 1024px) {
  .header__button {
    top: 3.203125vw;
    right: 5vw;
    text-align: center;
    background: linear-gradient(100deg, #5b2ec4 0%, #2a6a9e 52%, #0a7a4a 100%);
    color: #fff;
    border-radius: 4.6875vw;
    font-size: 1.875vw;
    font-weight: 700;
    padding: 1.5625vw 4.0625vw 1.796875vw;
    line-height: 1.4583333333;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  }
}
.header__button {
  /* スマホ：画面下部に固定するCTAバー */
}
@media (max-width: 599px) {
  .header__button {
    top: auto;
    right: 4.2666666667vw;
    left: 4.2666666667vw;
    bottom: 4.2666666667vw;
    border-radius: 16vw;
    font-size: 4.5333333333vw;
    padding: 4.8vw 13.8666666667vw 5.3333333333vw;
    box-shadow: 0 1.6vw 5.3333333333vw rgba(11, 18, 54, 0.32);
  }
}
.header__button:hover {
  background: linear-gradient(100deg, #0b1236 0%, #2a6a9e 60%, #06603a 100%);
  transform: translateY(-2px);
}
.header {
  /* フォームセクション到達時に非表示（JSで .is-hidden を付与）*/
}
.header.is-hidden .header__button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(7.4666666667vw);
}

.kv {
  width: 100%;
  height: auto;
  position: relative;
  z-index: -1;
}
@media (max-width: 599px) {
  .kv {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
  }
}
.kv__img {
  width: 100%;
  height: auto;
}
@media (max-width: 599px) {
  .kv__img {
    margin: 0 0 13.3333333333vw 0;
  }
}
.kv__img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1280/720;
  object-fit: cover;
}
@media (max-width: 599px) {
  .kv__img img {
    aspect-ratio: 1080/1900;
  }
}

.about {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about__text {
  text-align: center;
  padding-top: 5.2083333333vw;
  padding-bottom: 4.1666666667vw;
  font-size: 1.25vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 2.2916666667;
  color: #1f2733;
}
@media screen and (max-width: 1024px) {
  .about__text {
    padding-top: 7.8125vw;
    padding-bottom: 6.25vw;
    font-size: 1.875vw;
  }
}
@media (max-width: 599px) {
  .about__text {
    font-size: 3.7333333333vw;
    line-height: 1.9444444444;
    padding: 0 5.3333333333vw;
  }
  .about__text br {
    display: none;
  }
}
.about__text span {
  background-image: linear-gradient(90deg, rgba(246, 218, 35, 0.9) 0%, rgba(246, 218, 35, 0.55) 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 98% 36%; /* マーカーの太さ調整箇所 */
  font-weight: 700;
}
.about__button {
  display: inline-block;
  text-align: center;
  background: linear-gradient(100deg, #5b2ec4 0%, #2a6a9e 52%, #0a7a4a 100%);
  color: #fff;
  border-radius: 3.125vw;
  transition: all 0.3s;
  font-size: 1.25vw;
  font-weight: 700;
  box-shadow: 0 0.5208333333vw 1.1458333333vw rgba(11, 18, 54, 0.22);
  padding: 1.0416666667vw 2.7083333333vw 1.1979166667vw;
  line-height: 1.4583333333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
@media screen and (max-width: 1024px) {
  .about__button {
    border-radius: 5.859375vw;
    font-size: 2.34375vw;
    padding: 1.5625vw 4.0625vw 1.796875vw;
  }
}
@media (max-width: 599px) {
  .about__button {
    border-radius: 16vw;
    font-size: 4.8vw;
    padding: 4.5333333333vw 11.7333333333vw 5.0666666667vw;
    margin: 0;
  }
}
.about__button:hover {
  background: linear-gradient(100deg, #0b1236 0%, #2a6a9e 60%, #06603a 100%);
  transform: translateY(-2px);
  box-shadow: 0 0.8333333333vw 1.5625vw rgba(11, 18, 54, 0.3);
}
.about__button {
  margin: 0 auto 3.4375vw;
}
@media screen and (max-width: 1024px) {
  .about__button {
    margin: 0 auto 5.15625vw;
  }
}
@media (max-width: 599px) {
  .about__button {
    margin: 16vw auto 21.3333333333vw;
  }
}

.element-img__bar {
  position: relative;
  z-index: -1;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .element-img__bar {
    width: 150%;
    height: auto;
    left: -50%;
    overflow: hidden;
  }
}
@media (max-width: 599px) {
  .element-img__bar {
    width: 100%;
    height: auto;
    left: 0;
    overflow: auto;
  }
}
.element-img__bar--img {
  width: 100%;
  height: auto;
}
.element-img__bar--img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1920/462;
  object-fit: cover;
}
@media (max-width: 599px) {
  .element-img__bar--img img {
    aspect-ratio: 820/536;
  }
}

.recommendation {
  width: 100%;
  height: auto;
  margin-top: -5.9375vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  color: #1f2733;
}
@media screen and (max-width: 1024px) {
  .recommendation {
    margin-top: -8.90625vw;
  }
}
@media (max-width: 599px) {
  .recommendation {
    margin-top: -17.8666666667vw;
  }
}
.recommendation__inner {
  width: 52.0833333333vw;
  height: auto;
  border-radius: 5.2083333333vw;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .recommendation__inner {
    width: 78.125vw;
    border-radius: 7.8125vw;
  }
}
@media (max-width: 599px) {
  .recommendation__inner {
    width: 89.3333333333vw;
    border-radius: 13.3333333333vw;
  }
}
.recommendation__inner--h2 {
  padding-top: 2.6041666667vw;
  padding-bottom: 2.7604166667vw;
}
@media screen and (max-width: 1024px) {
  .recommendation__inner--h2 {
    padding-top: 3.90625vw;
    padding-bottom: 4.140625vw;
  }
}
@media (max-width: 599px) {
  .recommendation__inner--h2 {
    padding-top: 8vw;
    padding-bottom: 13.0666666667vw;
  }
}
.recommendation__inner--item {
  padding: 0 10.1041666667vw 1.6145833333vw;
  font-weight: 500;
  line-height: 1.4583333333;
}
@media screen and (max-width: 1024px) {
  .recommendation__inner--item {
    padding: 0 15.15625vw;
    padding-bottom: 2.421875vw;
  }
}
@media (max-width: 599px) {
  .recommendation__inner--item {
    padding: 0 5.3333333333vw;
    padding-bottom: 0;
  }
}
.recommendation__inner--item--text {
  display: flex;
  align-items: center;
  font-size: 1.25vw;
  margin: 0 auto;
  padding-bottom: 2.1875vw;
}
@media screen and (max-width: 1024px) {
  .recommendation__inner--item--text {
    font-size: 1.875vw;
    padding-bottom: 3.28125vw;
  }
}
@media (max-width: 599px) {
  .recommendation__inner--item--text {
    font-size: 4.2666666667vw;
    padding-bottom: 8.5333333333vw;
  }
}
.recommendation__inner--item--text svg {
  width: 1.15em;
  height: 1.15em;
  color: #0e7c7b;
  margin-right: 1.5625vw;
}
@media screen and (max-width: 1024px) {
  .recommendation__inner--item--text svg {
    margin-right: 2.34375vw;
  }
}
@media (max-width: 599px) {
  .recommendation__inner--item--text svg {
    margin-right: 4vw;
  }
}

.seminar {
  width: 100%;
  height: auto;
}
.seminar__h2 {
  padding-top: 4.0104166667vw;
}
@media screen and (max-width: 1024px) {
  .seminar__h2 {
    padding-top: 6.015625vw;
  }
}
@media (max-width: 599px) {
  .seminar__h2 {
    padding-top: 8.8vw;
  }
}
.seminar__element {
  width: 47.6041666667vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .seminar__element {
    width: 71.40625vw;
  }
}
@media (max-width: 599px) {
  .seminar__element {
    width: 89.3333333333vw;
  }
}
.seminar__element--item {
  width: 100%;
  height: auto;
  border-radius: 7.8645833333vw;
  display: flex;
  position: relative;
  margin-top: 6.40625vw;
  padding: 2.7604166667vw 0 3.1770833333vw 0;
  box-shadow: 0 0.3125vw 1.0416666667vw rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 1024px) {
  .seminar__element--item {
    width: 100%;
    height: auto;
    border-radius: 11.796875vw;
    display: flex;
    position: relative;
    margin: 9.609375vw auto 0;
    box-shadow: 0 0.46875vw 1.5625vw rgba(0, 0, 0, 0.14);
  }
}
@media (max-width: 599px) {
  .seminar__element--item {
    width: 82.4vw;
    height: auto;
    border-radius: 11.796875vw;
    display: flex;
    position: relative;
    margin: 26.6666666667vw 0 0 auto;
    box-shadow: 0 0.46875vw 1.5625vw rgba(0, 0, 0, 0.14);
  }
}
.seminar__element--item--icon {
  width: 10.4166666667vw;
  height: 10.4166666667vw;
  background: #5b2ec4;
  background: linear-gradient(38deg, #5b2ec4 0%, #2a6a9e 52%, #0a7a4a 100%);
  border-radius: 52.0833333333vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: -6% 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .seminar__element--item--icon {
    width: 15.625vw;
    height: 15.625vw;
    background: #5b2ec4;
    background: linear-gradient(38deg, #5b2ec4 0%, #2a6a9e 52%, #0a7a4a 100%);
    border-radius: 97.65625vw;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 599px) {
  .seminar__element--item--icon {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    background: #5b2ec4;
    background: linear-gradient(38deg, #5b2ec4 0%, #2a6a9e 52%, #0a7a4a 100%);
    border-radius: 97.65625vw;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* カード上端に対して上下半分ずつ掛かるバッジ配置（%指定はカード幅基準でズレるため vw で固定） */
    margin: -13.3333333333vw 0 0 -6.4vw;
  }
}
.seminar__element--item--icon--inner {
  padding-top: 0.5208333333vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .seminar__element--item--icon--inner {
    padding-top: 0.78125vw;
  }
}
.seminar__element--item--icon--inner--text1 {
  font-size: 1.8229166667vw;
  font-weight: 700;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .seminar__element--item--icon--inner--text1 {
    font-size: 2.734375vw;
  }
}
@media (max-width: 599px) {
  .seminar__element--item--icon--inner--text1 {
    font-size: 4.8vw;
  }
}
.seminar__element--item--icon--inner--text2 {
  font-size: 4.2708333333vw;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .seminar__element--item--icon--inner--text2 {
    font-size: 6.40625vw;
  }
}
@media (max-width: 599px) {
  .seminar__element--item--icon--inner--text2 {
    font-size: 11.2vw;
  }
}
.seminar__element--item--text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  color: #1f2733;
  z-index: 1;
}
.seminar__element--item--text h3 {
  font-size: 1.25vw;
  font-weight: 700;
  padding-bottom: 1.5625vw;
  padding-left: 13.3854166667vw;
  padding-right: 5.2083333333vw;
  line-height: 1.4583333333;
}
@media screen and (max-width: 1024px) {
  .seminar__element--item--text h3 {
    font-size: 1.875vw;
    padding-bottom: 2.34375vw;
    padding-left: 20.078125vw;
    padding-right: 7.8125vw;
  }
}
@media (max-width: 599px) {
  .seminar__element--item--text h3 {
    font-size: 4.8vw;
    /* アイコン（カード上端から下へ 50px 分）に重ならない位置から見出しを開始 */
    padding-top: 15.4666666667vw;
    padding-bottom: 5.6vw;
    padding-left: 9.8666666667vw;
    padding-right: 9.6vw;
  }
}
.seminar__element--item--text p {
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 1.9444444444;
  padding-left: 13.3854166667vw;
  padding-right: 5.46875vw;
}
@media screen and (max-width: 1024px) {
  .seminar__element--item--text p {
    font-size: 1.40625vw;
    padding-left: 20.078125vw;
    padding-right: 8.203125vw;
  }
}
@media (max-width: 599px) {
  .seminar__element--item--text p {
    font-size: 3.7333333333vw;
    padding-left: 9.8666666667vw;
    padding-right: 9.6vw;
    padding-bottom: 7.2vw;
  }
}

.outline {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 6.9791666667vw;
}
@media screen and (max-width: 1024px) {
  .outline {
    padding-top: 10.46875vw;
  }
}
@media (max-width: 599px) {
  .outline {
    padding-top: 13.3333333333vw;
  }
}
.outline__h2 {
  color: #fff;
  border-radius: 1.8229166667vw;
  background: linear-gradient(100deg, #5b2ec4 0%, #2a6a9e 52%, #0a7a4a 100%);
  margin: 0 auto;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0.625vw 3.0729166667vw;
}
@media screen and (max-width: 1024px) {
  .outline__h2 {
    border-radius: 3.41796875vw;
    padding: 0.9375vw 4.609375vw;
  }
}
@media (max-width: 599px) {
  .outline__h2 {
    border-radius: 9.3333333333vw;
    padding: 4.8vw 9.3333333333vw 4.5333333333vw 9.6vw;
  }
}
.outline__element {
  width: 43.125vw;
  height: auto;
  margin: -1.8229166667vw auto 6.9791666667vw;
  background-color: #fff;
  border-radius: 5.2083333333vw;
  box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  color: #1f2733;
}
@media screen and (max-width: 1024px) {
  .outline__element {
    width: 64.6875vw;
    margin: -2.734375vw auto 10.46875vw;
    border-radius: 7.8125vw;
    box-shadow: 0 0.234375vw 0.46875vw rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 599px) {
  .outline__element {
    width: 89.3333333333vw;
    margin: -9.3333333333vw auto 13.3333333333vw;
    border-radius: 13.3333333333vw;
    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
    display: inline;
    align-items: baseline;
    justify-content: baseline;
  }
}
.outline__element--inner {
  width: auto;
  padding-top: 1.9791666667vw;
  padding-bottom: 3.3854166667vw;
  padding-right: 2.6041666667vw; /*調整*/
}
@media screen and (max-width: 1024px) {
  .outline__element--inner {
    padding-top: 3.0078125vw;
    padding-bottom: 5.078125vw;
    padding-right: 3.90625vw; /*調整*/
  }
}
@media (max-width: 599px) {
  .outline__element--inner {
    padding-top: 9.3333333333vw;
    padding-bottom: 5.8666666667vw;
    padding-right: 0; /*調整*/
  }
}
.outline__element--inner--item {
  padding-top: 2.6041666667vw;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .outline__element--inner--item {
    padding-top: 3.90625vw;
  }
}
@media (max-width: 599px) {
  .outline__element--inner--item {
    display: inline;
    padding-top: 8vw;
  }
}
.outline__element--inner--item--title {
  max-width: 7.8125vw;
  height: auto;
  font-size: 0.9375vw;
  margin: 0 0 auto auto;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.9444444444;
}
@media screen and (max-width: 1024px) {
  .outline__element--inner--item--title {
    max-width: 11.71875vw;
    font-size: 1.40625vw;
  }
}
@media (max-width: 599px) {
  .outline__element--inner--item--title {
    max-width: 73.3333333333vw;
    font-size: 4.2666666667vw;
    padding-left: 8vw;
    padding-top: 8vw;
    margin: 0 auto 0 0;
  }
}
.outline__element--inner--item--title .icon {
  min-width: 0.15625vw;
  width: 0.15625vw;
  height: 0.9895833333vw;
  margin-left: 1.5625vw;
  background-color: #0e7c7b;
  border-radius: 0.5208333333vw;
}
@media screen and (max-width: 1024px) {
  .outline__element--inner--item--title .icon {
    width: 0.234375vw;
    height: 1.484375vw;
    margin-left: 2.34375vw;
    border-radius: 0.78125vw;
  }
}
@media (max-width: 599px) {
  .outline__element--inner--item--title .icon {
    width: 0.8vw;
    height: 5.0666666667vw;
    margin-left: 2.6666666667vw;
  }
}
.outline__element--inner--item--text {
  width: 21.09375vw;
  padding-left: 3.125vw;
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 2.1875;
}
@media screen and (max-width: 1024px) {
  .outline__element--inner--item--text {
    width: 31.640625vw;
    padding-left: 4.6875vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 599px) {
  .outline__element--inner--item--text {
    width: 70.6666666667vw;
    height: auto;
    padding-left: 10.6666666667vw;
    font-size: 3.7333333333vw;
    margin: 0 auto;
  }
}
.outline__element--inner--item--text a {
  color: #0e7c7b;
  text-decoration: underline;
  word-break: break-all;
}

.company {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.company__h2 {
  color: #0b1236;
}
.company__inner {
  width: 52.0833333333vw;
  display: flex;
  justify-content: center;
  padding-top: 2.6041666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .company__inner {
    padding-top: 3.90625vw;
  }
}
@media (max-width: 599px) {
  .company__inner {
    width: 89.3333333333vw;
    flex-direction: column;
  }
}
.company__inner--img {
  width: 19.375vw;
  height: auto;
  padding-right: 4.53125vw;
}
@media screen and (max-width: 1024px) {
  .company__inner--img {
    width: 29.0625vw;
    padding-right: 6.796875vw;
  }
}
@media (max-width: 599px) {
  .company__inner--img {
    width: 89.3333333333vw;
    margin: 0 auto;
    padding: 0;
  }
}
.company__inner--img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 1.25vw;
  box-shadow: 0 0.7291666667vw 1.5625vw rgba(11, 18, 54, 0.18);
}
@media screen and (max-width: 1024px) {
  .company__inner--img img {
    border-radius: 1.953125vw;
  }
}
@media (max-width: 599px) {
  .company__inner--img img {
    border-radius: 5.3333333333vw;
    display: block;
  }
}
.company__inner--text {
  width: 24.1666666667vw;
  font-size: 0.9375vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.9444444444;
}
@media screen and (max-width: 1024px) {
  .company__inner--text {
    font-size: 1.40625vw;
  }
}
@media (max-width: 599px) {
  .company__inner--text {
    width: 76.8vw;
    height: auto;
    margin: 0 auto;
  }
}
.company__inner--text h3 {
  padding-top: 5vw;
  font-weight: 700;
  color: #5b2ec4;
}
@media screen and (max-width: 1024px) {
  .company__inner--text h3 {
    padding-top: 7.5vw;
  }
}
@media (max-width: 599px) {
  .company__inner--text h3 {
    font-size: 4.2666666667vw;
    padding-top: 8vw;
  }
}
.company__inner--text dl {
  font-size: 1.25vw;
  font-weight: 700;
  color: #0b1236;
  line-height: 1.4583333333;
}
@media screen and (max-width: 1024px) {
  .company__inner--text dl {
    font-size: 1.875vw;
  }
}
@media (max-width: 599px) {
  .company__inner--text dl {
    font-size: 5.3333333333vw;
  }
}
.company__inner--text dl dt {
  padding-right: 0.8333333333vw;
  float: left;
}
.company__inner--text p {
  padding-top: 2.0833333333vw;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .company__inner--text p {
    padding-top: 1.6666666667vw;
  }
}
@media (max-width: 599px) {
  .company__inner--text p {
    padding-top: 6.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
.company__button {
  display: inline-block;
  text-align: center;
  background: linear-gradient(100deg, #5b2ec4 0%, #2a6a9e 52%, #0a7a4a 100%);
  color: #fff;
  border-radius: 3.125vw;
  transition: all 0.3s;
  font-size: 1.25vw;
  font-weight: 700;
  box-shadow: 0 0.5208333333vw 1.1458333333vw rgba(11, 18, 54, 0.22);
  padding: 1.0416666667vw 2.7083333333vw 1.1979166667vw;
  line-height: 1.4583333333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
@media screen and (max-width: 1024px) {
  .company__button {
    border-radius: 5.859375vw;
    font-size: 2.34375vw;
    padding: 1.5625vw 4.0625vw 1.796875vw;
  }
}
@media (max-width: 599px) {
  .company__button {
    border-radius: 16vw;
    font-size: 4.8vw;
    padding: 4.5333333333vw 11.7333333333vw 5.0666666667vw;
    margin: 0;
  }
}
.company__button:hover {
  background: linear-gradient(100deg, #0b1236 0%, #2a6a9e 60%, #06603a 100%);
  transform: translateY(-2px);
  box-shadow: 0 0.8333333333vw 1.5625vw rgba(11, 18, 54, 0.3);
}
.company__button {
  margin: 4.1666666667vw auto 7.8125vw;
}
@media screen and (max-width: 1024px) {
  .company__button {
    margin: 6.25vw auto 11.71875vw;
  }
}
@media (max-width: 599px) {
  .company__button {
    margin: 13.3333333333vw auto 26.6666666667vw;
  }
}

/* =========================================================
   我々InFluKだからこそ話せること（ダークバンド／シグネチャー）
   ========================================================= */
.strength {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(100deg, #5b2ec4 0%, #2a6a9e 52%, #0a7a4a 100%);
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  padding: 5.7291666667vw 0 6.25vw;
}
@media screen and (max-width: 1024px) {
  .strength {
    padding: 8.59375vw 0 9.375vw;
  }
}
@media (max-width: 599px) {
  .strength {
    padding: 17.0666666667vw 0 19.2vw;
  }
}
.strength {
  /* KVの曲線アクセントを想起させる装飾の円弧 */
}
.strength::before, .strength::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.strength::before {
  width: 27.0833333333vw;
  height: 27.0833333333vw;
  right: -8.8541666667vw;
  top: -9.375vw;
  border: 0.3125vw solid rgba(246, 218, 35, 0.32);
}
@media (max-width: 599px) {
  .strength::before {
    width: 74.6666666667vw;
    height: 74.6666666667vw;
    right: -29.3333333333vw;
    top: -24vw;
    border-width: 1.0666666667vw;
  }
}
.strength::after {
  width: 19.7916666667vw;
  height: 19.7916666667vw;
  left: -6.7708333333vw;
  bottom: -7.8125vw;
  border: 0.3125vw solid rgba(3, 189, 102, 0.42);
}
@media (max-width: 599px) {
  .strength::after {
    width: 58.6666666667vw;
    height: 58.6666666667vw;
    left: -24vw;
    bottom: -29.3333333333vw;
    border-width: 1.0666666667vw;
  }
}
.strength__inner {
  width: 54.1666666667vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .strength__inner {
    width: 78.125vw;
  }
}
@media (max-width: 599px) {
  .strength__inner {
    width: 89.3333333333vw;
  }
}
.strength__h2 {
  color: #fff;
  text-align: center;
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 1.4375;
}
@media screen and (max-width: 1024px) {
  .strength__h2 {
    font-size: 2.5vw;
  }
}
@media (max-width: 599px) {
  .strength__h2 {
    font-size: 6.4vw;
  }
}
.strength__lead {
  text-align: center;
  font-size: 0.9375vw;
  font-weight: 500;
  margin-top: 1.3541666667vw;
  line-height: 1.8888888889;
}
@media screen and (max-width: 1024px) {
  .strength__lead {
    font-size: 1.46484375vw;
    margin-top: 1.953125vw;
  }
}
@media (max-width: 599px) {
  .strength__lead {
    font-size: 4vw;
    margin-top: 4.8vw;
  }
  .strength__lead br {
    display: none;
  }
}
.strength__lead b {
  color: #f6da23;
  font-weight: 700;
}
.strength__list {
  display: flex;
  gap: 1.6666666667vw;
  margin-top: 3.125vw;
}
@media screen and (max-width: 1024px) {
  .strength__list {
    gap: 2.1484375vw;
    margin-top: 4.6875vw;
  }
}
@media (max-width: 599px) {
  .strength__list {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 10.1333333333vw;
  }
}
.strength__item {
  flex: 1;
  background: #fff;
  border-radius: 1.4583333333vw;
  padding: 2.6041666667vw 1.875vw 2.3958333333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0.9375vw 2.0833333333vw rgba(11, 18, 54, 0.28);
}
@media screen and (max-width: 1024px) {
  .strength__item {
    border-radius: 2.1484375vw;
    padding: 3.90625vw 2.34375vw 3.515625vw;
  }
}
@media (max-width: 599px) {
  .strength__item {
    border-radius: 5.3333333333vw;
    padding: 10.6666666667vw 7.4666666667vw 9.6vw;
  }
}
.strength__item--icon {
  width: 4.8958333333vw;
  height: 4.8958333333vw;
  border-radius: 50%;
  background: linear-gradient(135deg, #5b2ec4 0%, #0a7a4a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.9791666667vw;
  box-shadow: 0 0.4166666667vw 0.9375vw rgba(10, 122, 74, 0.32);
}
@media screen and (max-width: 1024px) {
  .strength__item--icon {
    width: 7.421875vw;
    height: 7.421875vw;
    font-size: 2.9296875vw;
  }
}
@media (max-width: 599px) {
  .strength__item--icon {
    width: 20.2666666667vw;
    height: 20.2666666667vw;
    font-size: 8.5333333333vw;
  }
}
.strength__item--title {
  color: #0b1236;
  font-weight: 700;
  font-size: 1.09375vw;
  text-align: center;
  margin-top: 1.25vw;
  line-height: 1.4761904762;
}
@media screen and (max-width: 1024px) {
  .strength__item--title {
    font-size: 1.611328125vw;
    margin-top: 1.7578125vw;
  }
}
@media (max-width: 599px) {
  .strength__item--title {
    font-size: 4.8vw;
    margin-top: 5.3333333333vw;
  }
}
.strength__item--text {
  color: #1f2733;
  font-weight: 500;
  font-size: 0.8333333333vw;
  margin-top: 0.8333333333vw;
  align-self: stretch;
  line-height: 1.875;
}
@media screen and (max-width: 1024px) {
  .strength__item--text {
    font-size: 1.26953125vw;
    margin-top: 1.26953125vw;
  }
}
@media (max-width: 599px) {
  .strength__item--text {
    font-size: 3.7333333333vw;
    margin-top: 3.7333333333vw;
  }
}

.form {
  width: 100%;
  margin: 6.25vw auto 7.8125vw;
}
@media screen and (max-width: 1024px) {
  .form {
    margin: 9.375vw auto 11.71875vw;
  }
}
@media (max-width: 599px) {
  .form {
    margin: 18.6666666667vw auto 26.6666666667vw;
  }
}
.form__inner {
  width: 52.0833333333vw;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .form__inner {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}

.footer {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.footer small {
  text-align: center;
  margin: 0 auto 2.1354166667vw;
  font-size: 0.7291666667vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 2.5;
  color: #1f2733;
}
@media screen and (max-width: 1024px) {
  .footer small {
    margin: 0 auto 3.203125vw;
    font-size: 1.09375vw;
  }
}
@media (max-width: 599px) {
  .footer small {
    margin: 0 auto 4.5333333333vw;
    font-size: 3.7333333333vw;
  }
}

/*# sourceMappingURL=style.css.map */
