@charset "UTF-8";
:root {
  --fmvpc-width: 1200px;
  --fmvpc-padding: 16px;
  --fmvpc-black: #000;
  --fmvpc-lightgray: #f5f5f5;
  --fmvpc-gray: #B3B3B3;
  --fmvpc-darkgray: #262626;
  --fmvpc-white: #fff;
  --fmvpc-darkblue: #2A3496;
  --fmvpc-blue: #2878C8;
  --fmvpc-lightblue: #AEDDFF;
  --fmvpc-lightred: #D87371;
  --fmvpc-lightyellow: #F1EBCC;
  --fmvpc-lightorange: #DE9E3C;
  --fmvpc-green: #70C13F;
  --fmvpc-darkgreen: #60787B; }
  @media screen and (max-width: 768px) {
    :root {
      --fmvpc-padding: 12px; } }

/*--

  LP

====================================================== --*/
#index {
  max-width: none !important;
  width: auto !important; }

html {
  scroll-behavior: smooth; }

#fmvpc .fmvpc__anchorlink {
  gap: var(--fmvpc-padding);
  margin-bottom: calc(var(--fmvpc-padding) * 2);
  margin-top: calc(var(--fmvpc-padding) * 2);
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__anchorlink {
      padding: 0px calc(var(--fmvpc-padding) * 2); } }
  #fmvpc .fmvpc__anchorlink li {
    -ms-flex-preferred-size: 464px;
        flex-basis: 464px; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__anchorlink li {
        width: 50%; } }
    #fmvpc .fmvpc__anchorlink li a {
      border-radius: var(--fmvpc-padding);
      box-sizing: border-box;
      -ms-flex-direction: column;
          flex-direction: column;
      gap: 9px;
      height: 146px;
      padding-bottom: 24px;
      position: relative;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      font-size: 15px !important;
      line-height: 1.6em !important;
      letter-spacing: 0.05em !important;
      font-weight: 500 !important; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__anchorlink li a {
          gap: 4px;
          height: 107px; } }
      @media screen and (min-width: 769px) {
        #fmvpc .fmvpc__anchorlink li a {
          transition: all 250ms ease; }
          #fmvpc .fmvpc__anchorlink li a:hover {
            opacity: 0.7;
            text-decoration: none; } }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__anchorlink li a {
          font-size: 12px !important; } }
      #fmvpc .fmvpc__anchorlink li a strong {
        font-size: 28px !important;
        line-height: 1.4em !important;
        letter-spacing: 0.05em !important;
        font-weight: 700 !important; }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__anchorlink li a strong {
            font-size: 20px !important; } }
        @media screen and (min-width: 769px) {
          #fmvpc .fmvpc__anchorlink li a strong {
            background: linear-gradient(var(--fmvpc-lightyellow), var(--fmvpc-lightyellow)) right 88% no-repeat;
            background-size: 100% 8px; } }
      #fmvpc .fmvpc__anchorlink li a::after {
        content: "";
        height: 24px;
        margin: auto;
        position: absolute;
        width: 100%;
        border-radius: 0px 0px var(--fmvpc-padding) var(--fmvpc-padding);
        inset: auto 0px 0px; }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__anchorlink li a::after {
            height: 18px; } }
  #fmvpc .fmvpc__anchorlink--business a {
    background: var(--fmvpc-lightblue);
    filter: drop-shadow(0px 4px 0px #0e1669); }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__anchorlink--business a {
        filter: drop-shadow(0px 3px 0px #0e1669); } }
    #fmvpc .fmvpc__anchorlink--business a::after {
      background: url(/bc/c/pc/fmv/images/202511/icon_anchorlink.svg) no-repeat center var(--fmvpc-blue); }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__anchorlink--business a::after {
          background-size: 9px auto; } }
  #fmvpc .fmvpc__anchorlink--student a {
    background: url(/bc/c/pc/fmv/images/202511/anchorlink_student_bg.webp) no-repeat center;
    background-size: cover;
    filter: drop-shadow(0px 4px 0px #526365); }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__anchorlink--student a {
        filter: drop-shadow(0px 3px 0px #526365); } }
    #fmvpc .fmvpc__anchorlink--student a::after {
      background: url(/bc/c/pc/fmv/images/202511/icon_anchorlink.svg) no-repeat center var(--fmvpc-darkgreen); }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__anchorlink--student a::after {
          background-size: 9px auto; } }

#fmvpc .fmvpc__attention {
  background: url(/bc/c/pc/fmv/images/202511/attention_bg.png) repeat-x left top;
  background-size: auto 8px;
  margin: 0px auto 0px;
  max-width: var(--fmvpc-width);
  padding: 8px 0px 0px; }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__attention {
      background-size: auto 6px;
      padding-top: 6px; } }
  #fmvpc .fmvpc__attention h4 {
    background: var(--fmvpc-lightgray) !important;
    border-radius: 8px !important;
    gap: calc(var(--fmvpc-padding) * 2);
    margin-bottom: var(--fmvpc-padding) !important;
    padding: var(--fmvpc-padding) !important;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.6em !important;
    letter-spacing: 0.05em !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__attention h4 {
        font-size: 15px !important; } }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__attention h4 {
        border: 1px solid currentColor !important;
        border-radius: 12px !important;
        margin-bottom: calc(var(--fmvpc-padding) * 2) !important;
        position: relative !important;
        text-align: left !important; } }
    #fmvpc .fmvpc__attention h4::before {
      background: currentColor;
      content: "";
      height: 64px;
      opacity: 0.5;
      width: 37px;
      -webkit-clip-path: url(#icon_question);
              clip-path: url(#icon_question); }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__attention h4::before {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin: -8px -18px -8px -2px;
          scale: 0.75; } }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__attention h4::after {
        content: "";
        height: 13px;
        position: absolute;
        width: 17px;
        inset: 100% auto auto 12px; } }
  #fmvpc .fmvpc__attention__title {
    background: var(--fmvpc-lightred);
    height: 138px;
    position: relative;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__attention__title {
        height: 102px; } }
    #fmvpc .fmvpc__attention__title h3 {
      color: var(--fmvpc-white) !important;
      font-size: 16px !important;
      line-height: 1.4 !important;
      text-align: center !important; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__attention__title h3 {
          font-size: 15px !important; } }
      #fmvpc .fmvpc__attention__title h3 em,
      #fmvpc .fmvpc__attention__title h3 strong {
        font-size: 28px !important; }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__attention__title h3 em,
          #fmvpc .fmvpc__attention__title h3 strong {
            font-size: 21px !important; } }
      #fmvpc .fmvpc__attention__title h3 strong {
        border-bottom: 1px solid currentColor !important; }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__attention__title h3 strong {
            font-size: 20px !important; } }
    #fmvpc .fmvpc__attention__title i {
      background: url(/bc/c/pc/fmv/images/202511/icon_attention02.svg) no-repeat center;
      background-size: contain;
      height: 65px;
      margin: 0px 0px 0px 170px;
      opacity: 0.5;
      position: absolute;
      width: 104px;
      inset: 12px auto auto 50%;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__attention__title i {
          height: 48px;
          margin-left: 100px;
          top: 6px;
          width: 77px; } }
      #fmvpc .fmvpc__attention__title i::before {
        background: url(/bc/c/pc/fmv/images/202511/icon_attention01.svg) no-repeat center;
        background-size: contain;
        content: "";
        height: 100%;
        width: 19px; }
  #fmvpc .fmvpc__attention__body {
    background: var(--fmvpc-lightyellow);
    padding: calc(var(--fmvpc-padding) * 2) calc(var(--fmvpc-padding) * 4) calc(var(--fmvpc-padding) * 3); }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__attention__body {
        -ms-flex-direction: column;
            flex-direction: column;
        padding-inline: var(--fmvpc-padding);
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; } }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__attention__consider {
      display: contents !important; } }
  @media screen and (min-width: 769px) {
    #fmvpc .fmvpc__attention__consider div {
      background: var(--fmvpc-white);
      border-radius: 16px;
      padding: var(--fmvpc-padding) var(--fmvpc-padding) calc(var(--fmvpc-padding) * 2); } }
  @media screen and (min-width: 769px) {
    #fmvpc .fmvpc__attention__consider--01 {
      -ms-flex-preferred-size: 640px;
          flex-basis: 640px; } }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__attention__consider--01 {
      -ms-flex-order: 2;
          order: 2; } }
  @media screen and (min-width: 769px) {
    #fmvpc .fmvpc__attention__consider--02 {
      -ms-flex-preferred-size: 416px;
          flex-basis: 416px; } }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__attention__consider--02 {
      -ms-flex-order: 4;
          order: 4; } }
  #fmvpc .fmvpc__attention__consider h4 {
    color: var(--fmvpc-lightred) !important; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__attention__consider h4::after {
        background: url(/bc/c/pc/fmv/images/202511/attention_title_bg01.png) no-repeat left top;
        background-size: contain; } }
  @media screen and (min-width: 769px) {
    #fmvpc .fmvpc__attention__consider ul {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; } }
  #fmvpc .fmvpc__attention__consider ul li {
    padding: 0px var(--fmvpc-padding) 0px;
    width: 100%;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__attention__consider ul li {
        background: var(--fmvpc-white);
        border-radius: 12px;
        width: auto;
        margin: var(--fmvpc-padding) var(--fmvpc-padding) 0px;
        padding: var(--fmvpc-padding); } }
  #fmvpc .fmvpc__attention__consider ul dt {
    color: var(--fmvpc-lightred);
    margin-bottom: var(--fmvpc-padding);
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.6em !important;
    letter-spacing: 0.05em !important; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__attention__consider ul dt {
        font-size: 15px !important; } }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__attention__consider ul dt {
        gap: var(--fmvpc-padding);
        text-align: left;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center; } }
    #fmvpc .fmvpc__attention__consider ul dt::before {
      background: url(/bc/c/pc/fmv/images/202511/icon_alert.svg) no-repeat center;
      background-size: contain;
      content: "";
      display: block flow;
      height: calc(var(--fmvpc-padding) * 4);
      width: calc(var(--fmvpc-padding) * 4); }
      @media screen and (min-width: 769px) {
        #fmvpc .fmvpc__attention__consider ul dt::before {
          margin: 0px auto; } }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__attention__consider ul dt::before {
          -ms-flex-negative: 0;
              flex-shrink: 0; } }
  #fmvpc .fmvpc__attention__consider ul dd {
    text-align: left;
    font-size: 15px !important;
    line-height: 1.6em !important;
    letter-spacing: 0.05em !important;
    font-weight: 500 !important; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__attention__consider ul dd {
        font-size: 12px !important; } }
    #fmvpc .fmvpc__attention__consider ul dd button {
      border: none;
      padding: 0px;
      font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ W3", "HiraKakuPro-W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
      font-weight: inherit;
      cursor: pointer;
      text-decoration: underline;
      color: inherit;
      height: 24px;
      vertical-align: baseline; }
      @media screen and (min-width: 769px) {
        #fmvpc .fmvpc__attention__consider ul dd button:hover {
          text-decoration: none; } }

@keyframes attention_icon {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg); }
  2.5% {
    transform: translate(3px, 3px) rotateZ(1deg); }
  5.0% {
    transform: translate(0px, 3px) rotateZ(0deg); }
  7.5% {
    transform: translate(3px, 0px) rotateZ(-1deg); }
  10% {
    transform: translate(0px, 0px) rotateZ(0deg); }
  12.5% {
    transform: translate(-3px, 3px) rotateZ(1deg); }
  15.0% {
    transform: translate(0px, -3px) rotateZ(0deg); }
  17.5% {
    transform: translate(-3px, 0px) rotateZ(-1deg); }
  20% {
    transform: translate(0px, 0px) rotateZ(0deg); }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg); } }

@keyframes attention_shine {
  0% {
    background-position-x: 400%; }
  50% {
    background-position-x: 0%; }
  100% {
    background-position-x: -400%; } }

#fmvpc .fmvpc__newer {
  background: var(--fmvpc-lightblue);
  border-top: 5px solid var(--fmvpc-blue);
  box-sizing: border-box;
  margin: 0px auto calc(var(--fmvpc-padding) * 3);
  max-width: var(--fmvpc-width);
  padding: calc(var(--fmvpc-padding) * 2) calc(var(--fmvpc-padding) * 4) calc(var(--fmvpc-padding) * 3); }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__newer {
      margin-bottom: 0px;
      padding-inline: var(--fmvpc-padding); } }
  #fmvpc .fmvpc__newer h3 {
    color: var(--fmvpc-black) !important;
    margin-bottom: calc(var(--fmvpc-padding) * 2) !important;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.6em !important;
    letter-spacing: 0.05em !important; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__newer h3 {
        font-size: 15px !important; } }
    #fmvpc .fmvpc__newer h3::before {
      background: url(/bc/c/pc/fmv/images/202511/icon_business.svg) no-repeat center;
      content: "";
      display: inline-block;
      height: calc(var(--fmvpc-padding) * 4);
      margin-right: 20px;
      vertical-align: -20px;
      width: calc(var(--fmvpc-padding) * 4); }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__newer h3::before {
          background-size: contain;
          margin-right: 15px;
          vertical-align: -15px; } }
    #fmvpc .fmvpc__newer h3 strong {
      font-size: 28px !important;
      line-height: 1.4em !important;
      letter-spacing: 0.05em !important;
      font-weight: 700 !important; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__newer h3 strong {
          font-size: 20px !important; } }
      #fmvpc .fmvpc__newer h3 strong span {
        background: linear-gradient(var(--fmvpc-lightyellow), var(--fmvpc-lightyellow)) right 88% no-repeat;
        background-size: 100% 8px; }
  #fmvpc .fmvpc__newer__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: var(--fmvpc-padding);
    margin-bottom: calc(var(--fmvpc-padding) * 2);
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__newer__list {
        -ms-flex-direction: column;
            flex-direction: column; } }
  #fmvpc .fmvpc__newer__item {
    background: var(--fmvpc-white);
    border-radius: 12px;
    width: 346px; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__newer__item {
        width: 100%; } }
  #fmvpc .fmvpc__newer__title {
    border-bottom: 1px solid currentColor !important;
    color: var(--fmvpc-darkblue) !important;
    gap: var(--fmvpc-padding);
    padding: var(--fmvpc-padding) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.6em !important;
    letter-spacing: 0.05em !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__newer__title {
        padding-block: 16px !important; } }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__newer__title {
        font-size: 15px !important; } }
    #fmvpc .fmvpc__newer__title::before {
      content: "";
      height: 48px;
      width: 48px; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__newer__title::before {
          height: 32px;
          width: 32px; } }
    #fmvpc .fmvpc__newer__title--01::before {
      background: url(/bc/c/pc/fmv/images/202511/icon_newer_01.svg) no-repeat center;
      background-size: contain; }
    #fmvpc .fmvpc__newer__title--02::before {
      background: url(/bc/c/pc/fmv/images/202511/icon_newer_02.svg) no-repeat center;
      background-size: contain; }
    #fmvpc .fmvpc__newer__title--03::before {
      background: url(/bc/c/pc/fmv/images/202511/icon_newer_03.svg) no-repeat center;
      background-size: contain; }
    #fmvpc .fmvpc__newer__title--04::before {
      background: url(/bc/c/pc/fmv/images/202511/icon_newer_04.svg) no-repeat center;
      background-size: contain; }
    #fmvpc .fmvpc__newer__title--05::before {
      background: url(/bc/c/pc/fmv/images/202511/icon_newer_05.svg) no-repeat center;
      background-size: contain; }
  #fmvpc .fmvpc__newer__products {
    padding: var(--fmvpc-padding); }
  #fmvpc .fmvpc__newer__365 {
    background: var(--fmvpc-white);
    border-radius: calc(var(--fmvpc-padding) * 4);
    margin-top: calc(var(--fmvpc-padding) * 2);
    padding: calc(var(--fmvpc-padding) * 2); }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__newer__365 {
        border-radius: calc(var(--fmvpc-padding) * 2);
        margin-inline: calc(var(--fmvpc-padding) * -1); } }
    #fmvpc .fmvpc__newer__365__title {
      gap: 12px;
      margin: 0px auto;
      max-width: 750px; }
      @media screen and (min-width: 769px) {
        #fmvpc .fmvpc__newer__365__title {
          display: -ms-flexbox !important;
          display: flex !important;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; } }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__newer__365__title div {
          margin-bottom: 10px; } }
      #fmvpc .fmvpc__newer__365__title div img {
        display: block;
        margin: 0px 0px calc(var(--fmvpc-padding) * 2);
        width: 197px; }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__newer__365__title div img {
            width: 147px;
            margin-inline: auto; } }
      #fmvpc .fmvpc__newer__365__title div h4 {
        font-size: 28px !important;
        line-height: 1.4em !important;
        letter-spacing: 0.05em !important;
        font-weight: 700 !important; }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__newer__365__title div h4 {
            font-size: 20px !important; } }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__newer__365__title div h4 {
            text-align: center !important; } }
        #fmvpc .fmvpc__newer__365__title div h4 span {
          font-size: 15px !important;
          line-height: 1.6em !important;
          letter-spacing: 0.05em !important;
          font-weight: 500 !important; }
          @media screen and (max-width: 768px) {
            #fmvpc .fmvpc__newer__365__title div h4 span {
              font-size: 12px !important; } }
      #fmvpc .fmvpc__newer__365__title figure {
        -ms-flex-preferred-size: 308px;
            flex-basis: 308px; }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__newer__365__title figure {
            margin: 0px auto 10px;
            max-width: 231px; } }
        #fmvpc .fmvpc__newer__365__title figure img {
          width: 100%; }
    #fmvpc .fmvpc__newer__365__image {
      margin-bottom: calc(var(--fmvpc-padding) * 2); }
      #fmvpc .fmvpc__newer__365__image img {
        width: 100%; }
    #fmvpc .fmvpc__newer__365__list {
      margin: 0px auto calc(var(--fmvpc-padding) * 2);
      max-width: 750px;
      text-align: left; }
      #fmvpc .fmvpc__newer__365__list li {
        margin-bottom: 12px;
        padding-left: 1em;
        text-indent: -1em;
        font-size: 15px !important;
        line-height: 1.6em !important;
        letter-spacing: 0.05em !important;
        font-weight: 500 !important; }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__newer__365__list li {
            font-size: 12px !important; } }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__newer__365__list li {
            margin-bottom: 9px; } }
        #fmvpc .fmvpc__newer__365__list li::before {
          content: "\30FB";
          text-indent: 0px; }
    #fmvpc .fmvpc__newer__365__3pattern {
      margin: 0px auto;
      max-width: 750px; }
      #fmvpc .fmvpc__newer__365__3pattern img {
        width: 100%; }

#fmvpc .fmvpc__notec {
  background: url(/bc/c/pc/fmv/images/202511/bg_notec.webp) no-repeat center;
  background-size: cover;
  margin-bottom: calc(var(--fmvpc-padding) * 3);
  padding: calc(var(--fmvpc-padding) * 2) 0px calc(var(--fmvpc-padding) * 3);
  border-top: 5px solid var(--fmvpc-darkgreen); }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__notec {
      background-image: url(/bc/c/pc/fmv/images/202511/bg_notec_sp.webp);
      padding: var(--fmvpc-padding) 0px calc(var(--fmvpc-padding) * 3); } }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__notec .fmvpc__btn {
      -ms-flex-order: 10;
          order: 10; } }
  #fmvpc .fmvpc__notec__wrapper {
    margin: 0px auto;
    max-width: var(--fmvpc-width); }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__notec__wrapper {
        -ms-flex-direction: column;
            flex-direction: column;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; } }
  #fmvpc .fmvpc__notec__lead {
    color: var(--fmvpc-black) !important;
    margin-bottom: 80px !important;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.6em !important;
    letter-spacing: 0.05em !important; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__notec__lead {
        font-size: 15px !important; } }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__notec__lead {
        margin-bottom: calc(var(--fmvpc-padding) * 2) !important; } }
    #fmvpc .fmvpc__notec__lead::before {
      background: url(/bc/c/pc/fmv/images/202511/icon_student.svg) no-repeat center;
      content: "";
      display: inline-block;
      height: calc(var(--fmvpc-padding) * 4);
      margin-right: 20px;
      vertical-align: -20px;
      width: calc(var(--fmvpc-padding) * 4); }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__notec__lead::before {
          background-size: contain;
          margin-right: 15px;
          vertical-align: -15px; } }
    #fmvpc .fmvpc__notec__lead strong {
      font-size: 28px !important;
      line-height: 1.4em !important;
      letter-spacing: 0.05em !important;
      font-weight: 700 !important; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__notec__lead strong {
          font-size: 20px !important; } }
      #fmvpc .fmvpc__notec__lead strong span {
        background: linear-gradient(var(--fmvpc-lightyellow), var(--fmvpc-lightyellow)) right 88% no-repeat;
        background-size: 100% 8px; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__notec__lead {
        -ms-flex-order: 1;
            order: 1;
        padding: var(--fmvpc-padding) 0px; } }
  #fmvpc .fmvpc__notec__title {
    gap: 96px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (min-width: 769px) {
      #fmvpc .fmvpc__notec__title {
        margin-bottom: calc(var(--fmvpc-padding) * 3); } }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__notec__title {
        gap: calc(var(--fmvpc-padding) * 3);
        -ms-flex-order: 3;
            order: 3;
        padding: calc(var(--fmvpc-padding) * 3) 0px; } }
    #fmvpc .fmvpc__notec__title p {
      text-align: left;
      font-size: 28px !important;
      line-height: 1.4em !important;
      letter-spacing: 0.05em !important;
      font-weight: 500 !important; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__notec__title p {
          font-size: 20px !important; } }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__notec__title h3 {
        -ms-flex-direction: column;
            flex-direction: column;
        height: 72px;
        width: 107px;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center; }
        #fmvpc .fmvpc__notec__title h3::before {
          background: url(/bc/c/pc/fmv/images/202511/fmv.png) no-repeat center top;
          background-size: contain;
          content: "";
          height: 32px;
          width: 100%; } }
    #fmvpc .fmvpc__notec__title h3 img {
      width: 294px; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__notec__title h3 img {
          width: 100%; } }
  #fmvpc .fmvpc__notec__mv {
    overflow: hidden; }
    @media screen and (min-width: 769px) {
      #fmvpc .fmvpc__notec__mv {
        margin-bottom: 80px; } }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__notec__mv {
        -ms-flex-order: 2;
            order: 2; } }
  #fmvpc .fmvpc__notec h4 {
    color: var(--fmvpc-darkgreen) !important;
    margin-bottom: calc(var(--fmvpc-padding) * 2) !important;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.6em !important;
    letter-spacing: 0.05em !important; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__notec h4 {
        font-size: 15px !important; } }
    #fmvpc .fmvpc__notec h4 em {
      font-size: 28px !important;
      line-height: 1.4em !important;
      letter-spacing: 0.05em !important;
      font-weight: 500 !important; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__notec h4 em {
          font-size: 20px !important; } }
  #fmvpc .fmvpc__notec__feature {
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__notec__feature {
        margin-bottom: calc(var(--fmvpc-padding) * 3);
        -ms-flex-order: 4;
            order: 4; } }
    #fmvpc .fmvpc__notec__feature ul {
      margin: 0px auto;
      max-width: 1136px; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__notec__feature ul {
          width: 303px; } }
    #fmvpc .fmvpc__notec__feature li {
      gap: calc(var(--fmvpc-padding) * 2);
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      #fmvpc .fmvpc__notec__feature li.fmvpc__notec__feature--01 {
        margin: 0px auto 0px 110px;
        width: 447px; }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__notec__feature li.fmvpc__notec__feature--01 {
            margin: 0px 0px calc(var(--fmvpc-padding) * 2) 0px;
            width: 261px; } }
        #fmvpc .fmvpc__notec__feature li.fmvpc__notec__feature--01 figure {
          -ms-flex-preferred-size: 246px;
              flex-basis: 246px; }
          @media screen and (max-width: 768px) {
            #fmvpc .fmvpc__notec__feature li.fmvpc__notec__feature--01 figure {
              -ms-flex-preferred-size: 111px;
                  flex-basis: 111px; } }
      #fmvpc .fmvpc__notec__feature li.fmvpc__notec__feature--02 {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        margin: -192px 71px 0px auto;
        width: 456px; }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__notec__feature li.fmvpc__notec__feature--02 {
            margin: 0px 0px calc(var(--fmvpc-padding) * 2) auto;
            width: 261px; } }
        #fmvpc .fmvpc__notec__feature li.fmvpc__notec__feature--02 figure {
          -ms-flex-preferred-size: 272px;
              flex-basis: 272px; }
          @media screen and (max-width: 768px) {
            #fmvpc .fmvpc__notec__feature li.fmvpc__notec__feature--02 figure {
              -ms-flex-preferred-size: 111px;
                  flex-basis: 111px; } }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__notec__feature li.fmvpc__notec__feature--02 dl {
            -ms-flex-item-align: start;
                align-self: flex-start; } }
      #fmvpc .fmvpc__notec__feature li.fmvpc__notec__feature--03 {
        -ms-flex-align: end;
            align-items: flex-end;
        margin: 0px auto 0px 218px;
        width: 536px; }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__notec__feature li.fmvpc__notec__feature--03 {
            margin: 0px 0px 0px;
            width: 100%; } }
        #fmvpc .fmvpc__notec__feature li.fmvpc__notec__feature--03 figure {
          -ms-flex-preferred-size: 286px;
              flex-basis: 286px; }
          @media screen and (max-width: 768px) {
            #fmvpc .fmvpc__notec__feature li.fmvpc__notec__feature--03 figure {
              -ms-flex-preferred-size: 138px;
                  flex-basis: 138px; } }
      #fmvpc .fmvpc__notec__feature li figure {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    #fmvpc .fmvpc__notec__feature dl {
      color: var(--fmvpc-darkgreen);
      -ms-flex-positive: 10;
          flex-grow: 10;
      text-align: left; }
      #fmvpc .fmvpc__notec__feature dl dt {
        margin-bottom: 4px;
        font-size: 28px !important;
        line-height: 1.4em !important;
        letter-spacing: 0.05em !important;
        font-weight: 500 !important; }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__notec__feature dl dt {
            font-size: 20px !important; } }
      #fmvpc .fmvpc__notec__feature dl dd {
        font-size: 15px !important;
        line-height: 1.6em !important;
        letter-spacing: 0.05em !important;
        font-weight: 500 !important; }
        @media screen and (max-width: 768px) {
          #fmvpc .fmvpc__notec__feature dl dd {
            font-size: 12px !important; } }
  #fmvpc .fmvpc__notec__lineup {
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__notec__lineup {
        margin-bottom: calc(var(--fmvpc-padding) * 3);
        -ms-flex-order: 5;
            order: 5; } }
    #fmvpc .fmvpc__notec__lineup__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 24px var(--fmvpc-padding);
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__notec__lineup__list {
          margin: 0px var(--fmvpc-padding); } }
    #fmvpc .fmvpc__notec__lineup__item {
      background: var(--fmvpc-white);
      -ms-flex-preferred-size: 325px;
          flex-basis: 325px;
      padding: 24px 10px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__notec__lineup__item {
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          padding: calc(var(--fmvpc-padding) * 2) var(--fmvpc-padding); } }
    #fmvpc .fmvpc__notec__lineup__color {
      background: var(--fmvpc-white);
      border: 1px solid var(--c);
      border-radius: 32px;
      box-sizing: border-box;
      color: var(--fmvpc-gray);
      font-size: 12px;
      font-weight: 500;
      gap: 6px;
      height: 32px;
      letter-spacing: 0.05em;
      padding: 6px;
      position: absolute;
      inset: -16px auto auto -8px;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__notec__lineup__color {
          inset: -18px auto auto -12px; } }
      #fmvpc .fmvpc__notec__lineup__color::before {
        background: var(--c);
        border-radius: 100%;
        content: "";
        height: 18px;
        width: 18px; }
      #fmvpc .fmvpc__notec__lineup__color--ecrubeige {
        --c: #ece4d7; }
      #fmvpc .fmvpc__notec__lineup__color--mistgreen {
        --c: #adbfbf; }
      #fmvpc .fmvpc__notec__lineup__color--smokegray {
        --c: #c2c1c3; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#fmvpc * {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ W3", "HiraKakuPro-W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif !important; }

@media screen and (max-width: 768px) {
  #fmvpc .c-pc {
    display: none; } }

@media screen and (min-width: 769px) {
  #fmvpc .c-sp {
    display: none; } }

#fmvpc p,
#fmvpc dl,
#fmvpc a {
  color: var(--fmvpc-black); }

#fmvpc em {
  font-style: normal; }

#fmvpc h2,
#fmvpc h3,
#fmvpc h4,
#fmvpc h5,
#fmvpc h6 {
  background: transparent !important;
  border: none !important;
  color: var(--fmvpc-darkgray) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  line-height: 1.6em !important;
  margin: 0px !important;
  padding: 0px !important;
  text-align: left !important; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#fmvpc .fmvpc__mv {
  background: var(--fmvpc-lightgray);
  margin: 0px auto;
  max-width: var(--fmvpc-width); }
  @media screen and (min-width: 769px) {
    #fmvpc .fmvpc__mv {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: stretch;
          align-items: stretch; } }
  #fmvpc .fmvpc__mv figure {
    -ms-flex-preferred-size: 800px;
        flex-basis: 800px;
    overflow: hidden; }
    #fmvpc .fmvpc__mv figure img {
      animation: mv_img 4s ease 0s 1 forwards; }
  #fmvpc .fmvpc__mv h2 {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: calc(var(--fmvpc-padding) * 2);
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.6em !important;
    letter-spacing: 0.05em !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__mv h2 {
        font-size: 15px !important; } }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__mv h2 {
        gap: var(--fmvpc-padding);
        padding: var(--fmvpc-padding) 0px calc(var(--fmvpc-padding) * 3) !important; } }
    #fmvpc .fmvpc__mv h2 img {
      width: 166px; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__mv h2 img {
          width: 123px; } }
    #fmvpc .fmvpc__mv h2 span,
    #fmvpc .fmvpc__mv h2 img {
      animation: mv_text 1s ease 0.5s 1 forwards;
      opacity: 0; }
    #fmvpc .fmvpc__mv h2 img {
      animation-delay: 0.8s; }

#fmvpc .fmvpc__btn {
  margin: 0px auto 0px;
  width: 366px; }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__btn {
      max-width: 351px;
      -ms-flex-order: 3;
          order: 3;
      width: 100%; } }
  #fmvpc .fmvpc__btn a {
    animation: attention_shine 20s linear 0s infinite;
    background: linear-gradient(-45deg, var(--fmvpc-green) 50%, #c6e6b3 60%, var(--fmvpc-green) 70%);
    background-size: 600% 100%;
    border-radius: 47px;
    box-shadow: 0px 4px 0px #6ca44a;
    color: var(--fmvpc-white);
    gap: 4px;
    height: 58px;
    font-size: 15px !important;
    line-height: 1.6em !important;
    letter-spacing: 0.05em !important;
    font-weight: 500 !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__btn a {
        font-size: 12px !important; } }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__btn a {
        gap: 3px;
        height: 54px;
        font-size: 15px !important; } }
    @media screen and (min-width: 769px) {
      #fmvpc .fmvpc__btn a {
        transition: all 250ms ease; }
        #fmvpc .fmvpc__btn a:hover {
          opacity: 0.7;
          text-decoration: none; } }
    #fmvpc .fmvpc__btn a::before {
      background: currentColor;
      content: "";
      height: 16px;
      margin-top: 2.5px;
      width: 16px;
      -webkit-clip-path: url(#icon_arrow);
              clip-path: url(#icon_arrow); }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__btn a::before {
          scale: 0.75; } }

@keyframes mv_img {
  0% {
    scale: 1.1; }
  100% {
    scale: 1; }
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes mv_text {
  0% {
    opacity: 0;
    translate: 0px 15px; }
  100% {
    opacity: 1;
    translate: 0px 0px; } }

#fmvpc .fmvpc__svgdefs {
  height: 0px;
  position: absolute;
  width: 0px; }

#fmvpc .fmvpc__movie {
  margin: 0px auto calc(var(--fmvpc-padding) * 3);
  max-width: 560px; }
  #fmvpc .fmvpc__movie iframe {
    display: block;
    width: 100%;
    aspect-ratio: 560 / 315; }

#fmvpc .fmvpc__office {
  margin: 0px auto calc(var(--fmvpc-padding) * 3);
  max-width: 1000px; }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__office {
      margin: 0px var(--fmvpc-padding); } }

#fmvpc .fmvpc__function {
  margin: 0px auto;
  max-width: var(--fmvpc-width); }
  @media screen and (max-width: 768px) {
    #fmvpc .fmvpc__function {
      margin: 0px var(--fmvpc-padding) calc(var(--fmvpc-padding) * 2); } }
  #fmvpc .fmvpc__function h2 {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.5em !important;
    margin-bottom: calc(var(--fmvpc-padding) * 2) !important;
    text-align: center !important; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__function h2 {
        font-size: 24px !important;
        margin-bottom: var(--fmvpc-padding) !important; } }

#fmvpc .fmvpc__modal {
  display: none;
  margin: auto;
  position: fixed;
  z-index: 1000;
  inset: 0px; }
  #fmvpc .fmvpc__modal[data-modal="show"] {
    animation: fadein 500ms ease 0s 1 forwards;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  #fmvpc .fmvpc__modal[data-modal="close"] {
    animation: fadeout 500ms ease 0s 1 forwards;
    pointer-events: none;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  #fmvpc .fmvpc__modal__body {
    background: var(--fmvpc-white);
    border-radius: 12px;
    box-sizing: border-box;
    padding: calc(var(--fmvpc-padding) * 2);
    position: relative;
    width: 560px;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      #fmvpc .fmvpc__modal__body {
        width: 280px;
        padding: 18px; } }
    #fmvpc .fmvpc__modal__body li {
      color: var(--fmvpc-lightred);
      gap: 12px;
      text-align: left;
      font-size: 20px !important;
      font-weight: 500 !important;
      line-height: 1.6em !important;
      letter-spacing: 0.05em !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 768px) {
        #fmvpc .fmvpc__modal__body li {
          font-size: 15px !important; } }
      #fmvpc .fmvpc__modal__body li::before {
        background: url(/bc/c/pc/fmv/images/202511/icon_alert.svg) no-repeat center;
        background-size: contain;
        content: "";
        height: calc(var(--fmvpc-padding) * 2);
        width: calc(var(--fmvpc-padding) * 2); }
      #fmvpc .fmvpc__modal__body li:not(:last-child) {
        border-bottom: 1px solid var(--fmvpc-lightgray);
        margin-bottom: var(--fmvpc-padding);
        padding-bottom: var(--fmvpc-padding); }
  #fmvpc .fmvpc__modal__close {
    background: var(--fmvpc-gray);
    border-radius: 100%;
    cursor: pointer;
    height: calc(var(--fmvpc-padding) * 2);
    position: absolute;
    width: calc(var(--fmvpc-padding) * 2);
    inset: calc(var(--fmvpc-padding) * -1) calc(var(--fmvpc-padding) * -1) auto auto;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    #fmvpc .fmvpc__modal__close::after, #fmvpc .fmvpc__modal__close::before {
      background: var(--fmvpc-white);
      content: "";
      height: 1px;
      width: 16px;
      margin: auto;
      position: absolute;
      inset: 0; }
    #fmvpc .fmvpc__modal__close::before {
      rotate: 45deg; }
    #fmvpc .fmvpc__modal__close::after {
      rotate: -45deg; }
  #fmvpc .fmvpc__modal__bg {
    background: rgb(0 0 0 / 0.6);
    margin: auto;
    position: fixed;
    z-index: 1;
    inset: 0px; }
