@charset "UTF-8";
/* =========================================================
   InFluK ブランドカラートークン（kv_img.png から抽出）
   ネイビー → ブルー → ティールのグラデーションを基調に、
   ゴールドを強調アクセント、シアンをサブアクセントとして使用
   ========================================================= */
* { /*全部*/
  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;
  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(12, 35, 64, 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;
}

h2 {
  font-size: 1.6666666667vw;
  text-align: center;
  font-weight: 700;
  color: #0c2340;
  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(120deg, #1e5996 0%, #0f77a4 52%, #0096b1 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(12, 35, 64, 0.22);
  padding: 1.0416666667vw 2.7083333333vw 1.1979166667vw;
  line-height: 1.4583333333;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .header__button {
    top: 3.203125vw;
    right: 5vw;
    text-align: center;
    background: linear-gradient(120deg, #1e5996 0%, #0f77a4 52%, #0096b1 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", 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(12, 35, 64, 0.32);
  }
}
.header__button:hover {
  background: linear-gradient(120deg, #0c2340 0%, #0f77a4 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", sans-serif;
  font-weight: 500;
  line-height: 2.2916666667;
  color: #233246;
}
@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: 4.8vw;
    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(120deg, #1e5996 0%, #0f77a4 52%, #0096b1 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(12, 35, 64, 0.22);
  padding: 1.0416666667vw 2.7083333333vw 1.1979166667vw;
  line-height: 1.4583333333;
  font-family: "Noto Sans JP", 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: 6.4vw;
    padding: 5.3333333333vw 13.8666666667vw 6.1333333333vw;
    margin: 0;
  }
}
.about__button:hover {
  background: linear-gradient(120deg, #0c2340 0%, #0f77a4 100%);
  transform: translateY(-2px);
  box-shadow: 0 0.8333333333vw 1.5625vw rgba(12, 35, 64, 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", sans-serif;
  color: #233246;
}
@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.8vw;
  }
}
.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.8vw;
    padding-bottom: 9.6vw;
  }
}
.recommendation__inner--item--text svg {
  width: 1.15em;
  height: 1.15em;
  color: #0096b1;
  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: #1e5996;
  background: linear-gradient(38deg, #1e5996 0%, #1e5996 48%, #0096b1 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: #1e5996;
    background: linear-gradient(38deg, #1e5996 0%, #1e5996 48%, #0096b1 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: #1e5996;
    background: linear-gradient(38deg, #1e5996 0%, #1e5996 48%, #0096b1 100%);
    border-radius: 97.65625vw;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -14% 0 0 -8%;
  }
}
.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", 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", sans-serif;
  color: #233246;
  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;
    padding-top: 9.6vw;
    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(120deg, #1e5996 0%, #0f77a4 52%, #0096b1 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", sans-serif;
  color: #233246;
}
@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.8vw;
    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: #0096b1;
  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: #00798f;
  text-decoration: underline;
  word-break: break-all;
}

.company {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.company__h2 {
  color: #0c2340;
}
.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(8, 26, 48, 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", 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: #1e5996;
}
@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.8vw;
    padding-top: 8vw;
  }
}
.company__inner--text dl {
  font-size: 1.25vw;
  font-weight: 700;
  color: #0c2340;
  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: 6.4vw;
  }
}
.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(120deg, #1e5996 0%, #0f77a4 52%, #0096b1 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(12, 35, 64, 0.22);
  padding: 1.0416666667vw 2.7083333333vw 1.1979166667vw;
  line-height: 1.4583333333;
  font-family: "Noto Sans JP", 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: 6.4vw;
    padding: 5.3333333333vw 13.8666666667vw 6.1333333333vw;
    margin: 0;
  }
}
.company__button:hover {
  background: linear-gradient(120deg, #0c2340 0%, #0f77a4 100%);
  transform: translateY(-2px);
  box-shadow: 0 0.8333333333vw 1.5625vw rgba(12, 35, 64, 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(120deg, #1e5996 0%, #0f77a4 52%, #0096b1 100%);
  color: #fff;
  font-family: "Noto Sans JP", 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(24, 197, 214, 0.4);
}
@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(8, 26, 48, 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, #1e5996 0%, #0096b1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.9791666667vw;
  box-shadow: 0 0.4166666667vw 0.9375vw rgba(0, 150, 177, 0.35);
}
@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: #0c2340;
  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: #233246;
  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", sans-serif;
  line-height: 2.5;
  color: #233246;
}
@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;
  }
}

body.is-modal-open {
  overflow: hidden;
}

.end-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25vw;
  background: rgba(12, 35, 64, 0.88);
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .end-modal {
    padding: 2.34375vw;
  }
}
@media (max-width: 599px) {
  .end-modal {
    padding: 5.3333333333vw;
  }
}
.end-modal.is-closed {
  display: none;
}
.end-modal__card {
  position: relative;
  width: 100%;
  max-width: 33.3333333333vw;
  margin: auto;
  padding: 3.75vw 2.5vw 2.9166666667vw;
  background: #ffffff;
  border-radius: 0.8333333333vw;
  box-shadow: 0 1.25vw 3.125vw rgba(12, 35, 64, 0.35);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .end-modal__card {
    max-width: 62.5vw;
    padding: 5.859375vw 3.90625vw 4.6875vw;
    border-radius: 1.5625vw;
  }
}
@media (max-width: 599px) {
  .end-modal__card {
    max-width: 100%;
    padding: 14.9333333333vw 6.4vw 10.6666666667vw;
    border-radius: 3.7333333333vw;
  }
}
.end-modal__close {
  position: absolute;
  top: 0.8333333333vw;
  right: 0.8333333333vw;
  width: 2.5vw;
  height: 2.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #233246;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 1024px) {
  .end-modal__close {
    top: 1.3671875vw;
    right: 1.3671875vw;
    width: 4.296875vw;
    height: 4.296875vw;
  }
}
@media (max-width: 599px) {
  .end-modal__close {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 9.6vw;
    height: 9.6vw;
  }
}
.end-modal__close svg {
  width: 1.0416666667vw;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .end-modal__close svg {
    width: 1.7578125vw;
  }
}
@media (max-width: 599px) {
  .end-modal__close svg {
    width: 4vw;
  }
}
.end-modal__close:hover {
  background: #f4f8fb;
  color: #0c2340;
}
.end-modal__close:focus-visible {
  outline: 2px solid #0c2340;
  outline-offset: 2px;
}
.end-modal__title {
  font-size: 1.5625vw;
  font-weight: 700;
  color: #0c2340;
  margin: 0 0 1.0416666667vw;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .end-modal__title {
    font-size: 2.5390625vw;
    margin: 0 0 1.7578125vw;
  }
}
@media (max-width: 599px) {
  .end-modal__title {
    font-size: 5.3333333333vw;
    margin: 0 0 3.7333333333vw;
  }
}
.end-modal__text {
  font-size: 0.9375vw;
  color: #233246;
  margin: 0 0 1.875vw;
  line-height: 1.8888888889;
}
@media screen and (max-width: 1024px) {
  .end-modal__text {
    font-size: 1.5625vw;
    margin: 0 0 2.9296875vw;
  }
}
@media (max-width: 599px) {
  .end-modal__text {
    font-size: 3.7333333333vw;
    margin: 0 0 6.9333333333vw;
  }
}
.end-modal__btn {
  display: inline-block;
  text-align: center;
  background: linear-gradient(120deg, #1e5996 0%, #0f77a4 52%, #0096b1 100%);
  color: #fff;
  border-radius: 3.125vw;
  font-size: 1.0416666667vw;
  font-weight: 700;
  padding: 0.9375vw 2.5vw 1.0416666667vw;
  box-shadow: 0 0.5208333333vw 1.1458333333vw rgba(12, 35, 64, 0.22);
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .end-modal__btn {
    border-radius: 5.859375vw;
    font-size: 1.66015625vw;
    padding: 1.5625vw 3.90625vw 1.7578125vw;
  }
}
@media (max-width: 599px) {
  .end-modal__btn {
    border-radius: 16vw;
    font-size: 4vw;
    padding: 4vw 8.5333333333vw 4.5333333333vw;
  }
}
.end-modal__btn:hover {
  opacity: 0.85;
}
.end-modal__btn:focus-visible {
  outline: 2px solid #0c2340;
  outline-offset: 3px;
}

.is-ended {
  background: #e6edf3 !important;
  background-image: none !important;
  color: #233246 !important;
  box-shadow: none !important;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

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