
/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  margin: 0;
}

div {
  margin: 0;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

dl {
  list-style-type: none;
  margin: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

span {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
}

html body {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  overflow-x: hidden;
  background-color: #fafafa;
}

html > body > main {
  font-weight: 400;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3";
  font-size: 1.6rem;
}

body {
  margin: 0;
}

p {
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.85;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  border-bottom: none;
}

nav {
  float: none !important;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

main {
  min-height: 100vh; /* ビューポートの高さを最低限の高さに設定 */
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto; /* フッターをコンテンツの下に配置 */
}

.l-header {
  width: 100%;
}

.l-footer {
  width: 100%;
}

.l-section {
  width: min(90%, 1200px);
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .l-section {
    margin-bottom: 100px;
    max-width: calc(100% - 240px);
  }
}

.l-section.--fullwidth {
  position: relative;
  padding: 82px 0 56px;
}
@media screen and (min-width: 960px) {
  .l-section.--fullwidth {
    padding: 124px 0 100px;
  }
}
.l-section.--fullwidth::before {
  content: "";
  height: 100%;
  width: 100vw;
  background-color: #EAEFF5;
  position: absolute;
  inset: 0 0 0 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.c-header-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: transparent;
}

.c-header-nav__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 24px 30px;
  background-color: #fafafa;
  position: relative;
}
@media screen and (min-width: 960px) {
  .c-header-nav__inner {
    width: 96%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
    padding: 32px 0px;
    align-items: center;
    position: static;
    background-color: transparent;
  }
}

.c-header-nav__logo {
  max-width: 124px;
}
@media screen and (min-width: 960px) {
  .c-header-nav__logo {
    max-width: 124px;
  }
}

.c-header-nav__list {
  display: flex;
  flex-direction: column;
  padding: 96px 30px;
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #EAEFF5;
  top: 0px;
  left: 0;
  transform: translateX(100%);
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .c-header-nav__list {
    position: static;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: transparent;
    transform: translateX(0);
    gap: 0;
    z-index: auto;
  }
}

.c-header-nav__item {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #35404f;
  position: relative;
  border-bottom: 1px solid #d4d4d4;
}
.c-header-nav__item a {
  padding: 24px 0;
}
.c-header-nav__item::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: flex;
  width: 24px;
  height: 24px;
  color: #27406F;
  font-size: 18px;
  position: absolute;
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .c-header-nav__item {
    margin-right: clamp(20px, 3vw, 64px);
    margin-bottom: 0;
    border: none;
  }
  .c-header-nav__item a {
    padding: 0;
  }
  .c-header-nav__item::after {
    display: none;
  }
}

.c-header-nav__item.--contact {
  margin-right: 0;
  border: none;
  padding-top: 48px;
  padding-bottom: 0;
}
.c-header-nav__item.--contact::after {
  display: none;
}
@media screen and (min-width: 960px) {
  .c-header-nav__item.--contact {
    margin-bottom: 0;
    padding-top: 0;
  }
}

.c-header-nav__item.--document {
  margin-right: 0;
  border: none;
}
.c-header-nav__item.--document::after {
  display: none;
}
.c-inpage-link {
  display: block;
  width: 100%;
  transition: opacity 0.4s;
}
.c-inpage-link:hover {
  opacity: 0.4;
  transition: opacity 0.4s;
}

.c-btn-header-nav {
  display: block;
  padding: 18px 0;
  text-align: center;
  width: 180px;
  background-color: #27406F;
  color: #fafafa;
  border-radius: 32px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .c-btn-header-nav {
    padding: 10px 0;
  }
}

.c-btn-header-nav.--contact {
  color: #fafafa;
  position: relative;
  border: 2px solid #27406F;
  transition: background-color 0.4s;
  padding: 18px 0;
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  .c-btn-header-nav.--contact {
    padding: 10px 0;
    margin-bottom: 0;
  }
}
.c-btn-header-nav.--contact::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: flex;
  width: 24px;
  height: 24px;
  color: #fafafa;
  font-size: 18px;
  position: absolute;
  inset: 50% 16px auto auto;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
}

.c-btn-header-nav.--document {
  color: #fafafa;
  background-color: #E23333;
  border: 2px solid #E23333;
  transition: background-color 0.4s;
  padding: 18px 0;
}
@media screen and (min-width: 960px) {
  .c-btn-header-nav.--document {
    padding: 10px 0;
  }
}
.c-btn-header-nav.--document::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: flex;
  width: 24px;
  height: 24px;
  color: #fafafa;
  font-size: 18px;
  position: absolute;
  inset: 50% 16px auto auto;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
}
.c-btn-header-nav.--document a {
  display: block;
}

.c-btn-header-nav.--contact,
.c-btn-header-nav.--document {
  width: 100%;
  text-align: center;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .c-btn-header-nav.--contact,
  .c-btn-header-nav.--document {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    margin-right: 20px;
    position: relative;
  }
  .c-btn-header-nav.--contact::after,
  .c-btn-header-nav.--document::after {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    color: #fafafa;
    position: absolute;
    inset: 0;
    display: block;
    transform: translateX(47%) translateY(48%);
    font-size: 23px;
  }
  .c-btn-header-nav.--contact::before,
  .c-btn-header-nav.--document::before {
    content: "お問い合わせ";
    font-size: 1.1rem;
    font-weight: 700;
    color: #27406F;
    display: inline-block;
    text-align: center;
    width: 80px;
    overflow: hidden;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1260px) {
  .c-btn-header-nav.--contact,
  .c-btn-header-nav.--document {
    width: 188px;
    border-radius: 30px;
    margin-right: 16px;
    height: auto;
  }
  .c-btn-header-nav.--contact::after,
  .c-btn-header-nav.--document::after {
    display: none;
  }
  .c-btn-header-nav.--contact::before,
  .c-btn-header-nav.--document::before {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .c-btn-header-nav.--document::after {
    content: "\f15b";
  }
  .c-btn-header-nav.--document::before {
    content: "資料DL";
    color: #E23333;
  }
}

.c-btn-header-nav.--contact span,
.c-btn-header-nav.--document span {
  display: block;
}
@media screen and (min-width: 960px) {
  .c-btn-header-nav.--contact span,
  .c-btn-header-nav.--document span {
    display: none;
  }
}
@media screen and (min-width: 1260px) {
  .c-btn-header-nav.--contact span,
  .c-btn-header-nav.--document span {
    display: block;
  }
  .c-btn-header-nav.--contact span::after,
  .c-btn-header-nav.--document span::after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    color: #fafafa;
    font-size: 17px;
    display: inline-block;
    padding-left: 12px;
  }
}

.c-btn-header-nav.--contact:hover {
  background-color: #fafafa;
  color: #27406F;
  transition: all 0.4s;
}
.c-btn-header-nav.--contact:hover span::after {
  color: #27406F;
  transition: color 0.4s;
}

.c-btn-header-nav.--document:hover {
  background-color: #fafafa;
  color: #E23333;
  transition: all 0.4s;
}
.c-btn-header-nav.--document:hover span::after {
  color: #E23333;
  transition: color 0.4s;
}

.c-btn-primary {
  display: block;
  padding: 16px 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  background-color: #27406F;
  color: #fafafa;
  border-radius: 4px;
  font-size: 1.7rem;
  font-weight: 700;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .c-btn-primary {
    width: 100%;
  }
}
@media screen and (min-width: 1260px) {
  .c-btn-primary {
    width: 100%;
  }
}
.c-btn-primary::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  color: #fafafa;
  font-size: 1em;
  display: inline-block;
  padding-left: 12px;
}

.c-btn-primary.--contact {
  background-color: #27406F;
  border: 2px solid #27406F;
  transition: background-color 0.4s;
}

.c-btn-primary.--document {
  background-color: #E23333;
  border: 2px solid #E23333;
  transition: background-color 0.4s;
}

.c-btn-primary.--contact:hover {
  background-color: #fafafa;
  color: #27406F;
  transition: all 0.4s;
}
.c-btn-primary.--contact:hover::after {
  color: #27406F;
  transition: color 0.4s;
}

.c-btn-primary.--document:hover {
  background-color: #fafafa;
  color: #E23333;
  transition: all 0.4s;
}
.c-btn-primary.--document:hover::after {
  color: #E23333;
  transition: color 0.4s;
}

.c-section-mod {
  margin-bottom: 40px;
  padding-top: 140px; /* インページリンク用の位置調整 */
  margin-top: -140px;
}
@media screen and (min-width: 960px) {
  .c-section-mod {
    margin-bottom: 64px;
  }
}

.c-section-mod__ttl {
  font-size: clamp(2rem, 6.5vw, 3.6rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: #27406F;
  margin-bottom: 16px;
  position: relative;
}
.c-section-mod__ttl::before {
  content: "About";
  font-size: clamp(1.3rem, 1vw, 1.6rem);
  font-weight: 700;
  font-family: "Open Sans", "Arial", sans-serif;
  letter-spacing: 0.01em;
  display: block;
  color: #E23333;
  position: absolute;
  inset: -20px 0 0 0px;
}
@media screen and (min-width: 960px) {
  .c-section-mod__ttl::before {
    inset: -24px 0 0 4px;
  }
}

.p-problem .c-section-mod__ttl::before {
  content: "Problem";
  font-size: clamp(1.3rem, 1vw, 1.6rem);
  font-weight: 700;
  font-family: "Open Sans", "Arial", sans-serif;
  letter-spacing: 0.01em;
  display: block;
  color: #E23333;
  position: absolute;
  inset: -20px 0 0 0px;
}
@media screen and (min-width: 960px) {
  .p-problem .c-section-mod__ttl::before {
    inset: -24px 0 0 4px;
  }
}

.p-function .c-section-mod__ttl::before {
  content: "Function";
  font-size: clamp(1.3rem, 1vw, 1.6rem);
  font-weight: 700;
  font-family: "Open Sans", "Arial", sans-serif;
  letter-spacing: 0.01em;
  display: block;
  color: #E23333;
  position: absolute;
  inset: -20px 0 0 0px;
}
@media screen and (min-width: 960px) {
  .p-function .c-section-mod__ttl::before {
    inset: -24px 0 0 4px;
  }
}

.p-solution .c-section-mod__ttl::before {
  content: "Solution";
  font-size: clamp(1.3rem, 1vw, 1.6rem);
  font-weight: 700;
  font-family: "Open Sans", "Arial", sans-serif;
  letter-spacing: 0.01em;
  display: block;
  color: #E23333;
  position: absolute;
  inset: -20px 0 0 0px;
}
@media screen and (min-width: 960px) {
  .p-solution .c-section-mod__ttl::before {
    inset: -24px 0 0 4px;
  }
}

.p-case .c-section-mod__ttl::before {
  content: "Case";
  font-size: clamp(1.3rem, 1vw, 1.6rem);
  font-weight: 700;
  font-family: "Open Sans", "Arial", sans-serif;
  letter-spacing: 0.01em;
  display: block;
  color: #E23333;
  position: absolute;
  inset: -20px 0 0 0px;
}
@media screen and (min-width: 960px) {
  .p-case .c-section-mod__ttl::before {
    inset: -24px 0 0 4px;
  }
}

.c-cta .c-section-mod__ttl::before {
  content: "CONTACT";
  font-size: clamp(1.3rem, 1vw, 1.6rem);
  font-weight: 700;
  font-family: "Open Sans", "Arial", sans-serif;
  letter-spacing: 0.01em;
  display: block;
  color: #E23333;
  position: absolute;
  inset: -20px 0 0 0px;
}
@media screen and (min-width: 960px) {
  .c-cta .c-section-mod__ttl::before {
    inset: -24px 0 0 4px;
  }
}

.c-section-mod__subttl {
  font-size: clamp(1.9rem, 3.5vw, 2.3rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #27406F;
}
@media screen and (min-width: 960px) {
  .c-section-mod__subttl {
    margin-bottom: 24px;
  }
}

.c-section-mod__desc {
  font-size: clamp(1.8rem, 1.5vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #35404f;
}

.c-btn-cta {
  overflow: hidden;
}

.c-btn-cta__wrapper {
  width: 100%;
  background-color: #27406F;
  background-image: url(https://www.vpj.co.jp/product/lp/img/bg-image-cta-btn-sp.png);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 8% 6%;
  color: #fafafa;
  align-items: center;
  justify-content: space-between;
  gap: min(3.5vw, 180px);
}
@media screen and (min-width: 960px) {
  .c-btn-cta__wrapper {
    padding: 32px 72px;
    flex-direction: row;
    background-image: url(https://www.vpj.co.jp/product/lp/img/bg-image-cta-btn.png);
  }
}

.c-btn-cta__link-area {
  flex: 1;
}
@media screen and (min-width: 960px) {
  .c-btn-cta__link-area {
    flex: 0 1 550px;
  }
}
.c-btn-cta__link-area a {
  display: block;
}

.c-btn-cta__image {
  flex: 1;
  transition: opacity 0.3s;
}
@media screen and (min-width: 960px) {
  .c-btn-cta__image {
    flex: 0 0 289px;
  }
}

.c-btn-cta__link {
  font-size: clamp(1.6rem, 2.5vw, 2.6rem);
  font-weight: 700;
  display: inline-block;
  margin-bottom: 16px;
  letter-spacing: 0.04em;
  transition: opacity 0.3s;
}
@media screen and (min-width: 960px) {
  .c-btn-cta__link {
    font-size: clamp(2rem, 2.5vw, 2.6rem);
  }
}
.c-btn-cta__link::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 0.9em;
  padding-left: 0.4em;
  color: #fafafa;
  transform-origin: 70% 50%;
  transform: rotate(-45deg);
}

.c-btn-cta__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 960px) {
  .c-btn-cta__text {
    font-size: 1.9rem;
  }
}

.c-btn-cta__container:hover .c-btn-cta__image,
.c-btn-cta__container:hover .c-btn-cta__link,
.c-btn-cta__container:hover .c-btn-cta__text {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.c-btn-large {
  display: block;
  text-align: center;
  padding: 4% 0;
  background-color: #fafafa;
  color: #27406F;
  font-weight: 600;
  font-size: clamp(1.8rem, 2vw, 2.1rem);
  border-radius: 5px;
}
@media screen and (min-width: 532px) {
  .c-btn-large {
    padding: 16px 0;
    max-width: 348px;
  }
}
.c-btn-large::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  color: #fafafa;
  font-size: 1em;
  display: inline-block;
  padding-left: 12px;
}

.c-btn-large.--contact {
  border: 2px solid #fafafa;
  transition: background-color 0.4s;
}
.c-btn-large.--contact::after {
  color: #27406F;
}

.c-btn-large.--document {
  border: 2px solid #E23333;
  transition: background-color 0.4s;
  background-color: #E23333;
  color: #fafafa;
}

.c-btn-large.--contact:hover {
  background-color: #27406F;
  color: #fafafa;
  transition: all 0.4s;
}
.c-btn-large.--contact:hover::after {
  color: #fafafa;
  transition: color 0.4s;
}

.c-btn-large.--document:hover {
  background-color: #fafafa;
  color: #E23333;
  transition: all 0.4s;
}
.c-btn-large.--document:hover::after {
  color: #E23333;
  transition: color 0.4s;
}

.c-btn-toggole {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 24px;
  position: absolute;
  inset: 50% 0 auto auto;
  transform: translateX(-30px) translateY(-50%);
  cursor: pointer;
}
.c-btn-toggole span {
  display: block;
  background-color: #27406F;
  height: 2px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .c-btn-toggole {
    display: none;
  }
}

.c-cta {
  position: relative;
  padding: 82px 0 56px;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .c-cta {
    padding: 124px 0 100px;
  }
}
.c-cta::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #27406F;
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.c-cta__ttl {
  color: #fafafa;
}

.c-cta__container {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (min-width: 960px) {
  .c-cta__container {
    gap: min(7vw, 72px);
    flex-direction: row;
  }
}

.c-cta__info {
  flex: 1;
}
@media screen and (min-width: 960px) {
  .c-cta__info {
    flex: 1 0.1 564px;
  }
}

.c-cta__buttons {
  flex: 1;
}
@media screen and (min-width: 960px) {
  .c-cta__buttons {
    flex: 1 1 564px;
  }
}

.p-contact__lead {
  font-size: clamp(1.6rem, 1vw, 1.8rem);
  font-weight: 700;
  color: #fafafa;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-contact__lead {
    margin-bottom: 32px;
  }
}

.c-cta__phone-area {
  font-size: 3.6rem;
  color: #fafafa;
}
@media screen and (min-width: 960px) {
  .c-cta__phone-area {
    font-size: clamp(2rem, 3vw, 3.6rem);
  }
}

.c-cta__phone {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
  display: block;
  margin-bottom: 8px;
}
.c-cta__phone::before {
  content: "\f098";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 0.9em;
  color: #fafafa;
  padding-right: 0.5em;
}
@media screen and (min-width: 960px) {
  .c-cta__phone {
    display: inline-block;
  }
}

.c-cta__hours {
  font-size: 0.45em;
}
@media screen and (min-width: 960px) {
  .c-cta__hours {
    padding-left: 0.8em;
  }
}

.c-cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c-cta__btn {
  width: 100%;
  font-size: 2.1rem;
  color: #fafafa;
  background-color: transparent;
  border: 2px solid #fafafa;
  text-align: center;
  display: block;
  padding: 16px 0;
  font-weight: 700;
  border-radius: 5px;
}
.c-cta__btn::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fafafa;
  font-size: 1em;
  padding-left: 0.8em;
}

.c-cta__btn.--document {
  background-color: #fafafa;
  border: none;
  color: #27406F;
  border: 2px solid #fafafa;
}
.c-cta__btn.--document::after {
  color: #27406F;
}

.c-cta__btn.--contact:hover {
  background-color: #fafafa;
  color: #27406F;
  transition: all 0.4s;
}
.c-cta__btn.--contact:hover::after {
  color: #27406F;
  transition: color 0.4s;
}

.c-cta__btn.--document:hover {
  background-color: #27406F;
  color: #fafafa;
  transition: all 0.4s;
}
.c-cta__btn.--document:hover::after {
  color: #fafafa;
  transition: color 0.4s;
}

.c-footer-nav {
  width: 100%;
  background-color: #202020;
  color: #fafafa;
  padding: 56px 0;
}
@media screen and (min-width: 960px) {
  .c-footer-nav {
    padding: 56px 0;
  }
}

.c-footer-nav__container {
  width: min(90%, 1200px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 960px) {
  .c-footer-nav__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 72px;
  }
}

.c-footer-nav__logo-area {
  flex: 1;
}
@media screen and (min-width: 960px) {
  .c-footer-nav__logo-area {
    flex: 0 1 564px;
  }
}

.c-footer-nav__footer-logo.--cierto {
  display: inline-block;
  width: min(40vw, 195px);
  vertical-align: middle;
}

.c-footer-nav__text {
  display: block;
  margin-bottom: 16px;
  padding-top: 24px;
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  .c-footer-nav__text {
    display: inline-block;
    margin-bottom: 0;
    padding-top: 0;
    margin-right: 24px;
    padding-left: 8px;
  }
}

.c-footer-nav__footer-logo.--vpj {
  display: inline-block;
  width: min(40vw, 184px);
  vertical-align: middle;
}

.c-footer-nav__copyright-area {
  flex: 1;
  text-align: left;
  font-size: 1.6rem;
  font-family: "Open Sans", "Arial", sans-serif;
}
@media screen and (min-width: 960px) {
  .c-footer-nav__copyright-area {
    flex: 0 1 196px;
    text-align: right;
  }
}

.c-loding-screen {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-color: #EAEFF5;
  background-color: #f5f8fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 200;
  position: fixed;
}

.c-loading-screen__inner {
  width: min(95vw, 210px);
  margin: 0 auto;
}

.p-mv {
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 120px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-mv {
    padding-top: min(18vw, 220px);
    padding-bottom: min(12vw, 160px);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: clamp(60px, 9vw, 120px);
         column-gap: clamp(60px, 9vw, 120px);
    max-height: 100vh;
  }
}
.p-mv::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: url(https://www.vpj.co.jp/product/lp/img/mv-bg-sp.png), linear-gradient(180deg, rgb(240, 242, 245) 0%, rgb(229, 237, 245) 33%, rgb(216, 221, 225) 100%);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  inset: 0 0 0 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .p-mv::before {
    background: url(https://www.vpj.co.jp/product/lp/img/mv-bg.png), linear-gradient(180deg, rgb(240, 242, 245) 0%, rgb(229, 237, 245) 33%, rgb(216, 221, 225) 100%);
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

.p-mv__contents {
  flex: 1;
}
@media screen and (min-width: 960px) {
  .p-mv__contents {
    flex: 0 1 503px;
  }
}

.p-mv__image {
  flex: 1;
  margin-bottom: 32px;
  overflow: hidden;
  font-size: 0;
  box-shadow: 20px 40px 60px rgba(27, 73, 121, 0.3);
  border-radius: 8px;
}
@media screen and (min-width: 960px) {
  .p-mv__image {
    flex: 0 1 576px;
    margin-bottom: 0;
  }
}
.p-mv__image img {
  display: block;
}

.p-mv__ttl-area {
  color: #27406F;
  margin-bottom: 32px;
  align-self: flex-start;
}
@media screen and (min-width: 960px) {
  .p-mv__ttl-area {
    margin-bottom: min(4vw, 48px);
    margin-bottom: 24px;
  }
}

.p-mv__subttl {
  display: block;
  font-size: clamp(1.9rem, 5.3vw, 2.7rem);
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .p-mv__subttl {
    font-size: min(1.8vw, 2.9rem);
    margin-bottom: min(1.7vw, 24px);
  }
}

.p-mv__mainttl {
  display: block;
  font-size: clamp(2.2rem, 8.2vw, 4.8rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .p-mv__mainttl {
    font-size: min(2.9vw, 4.7rem);
  }
}

.p-mv__desc {
  font-size: clamp(1.6rem, 5vw, 2.2rem);
  color: #35404f;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 960px) {
  .p-mv__desc {
    margin-bottom: 56px;
    font-size: min(2vw, 2.2rem);
  }
}

.p-mv__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 720px) {
  .p-mv__buttons {
    flex-direction: row;
    gap: 24px;
  }
}
@media screen and (min-width: 960px) {
  .p-mv__buttons {
    flex-direction: column;
    gap: 12px;
  }
}
@media screen and (min-width: 1260px) {
  .p-mv__buttons {
    flex-direction: row;
    gap: 24px;
  }
}

.p-about {
  scroll-margin-top: 100px; /* 固定ヘッダーの高さなどに合わせて調整 */
}

.p-about__image {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .p-about__image {
    margin-bottom: 100px;
  }
}

.p-about__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .p-about__content {
    flex-direction: row;
    gap: 80px;
    margin-bottom: 120px;
  }
}

.p-about__text-block {
  flex: 1;
}
@media screen and (min-width: 960px) {
  .p-about__text-block {
    flex: 0 1 560px;
  }
}

.p-about__text {
  font-size: 1.6rem;
}
@media screen and (min-width: 960px) {
  .p-about__text {
    font-size: 1.7rem;
  }
}

.p-problem__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (min-width: 532px) {
  .p-problem__list {
    grid-template-columns: repeat(auto-fit, minmax(384px, 1fr));
    margin-bottom: 72px;
  }
}

.p-problem__item {
  background-color: #fafafa;
  padding: 8% 8%;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-size: 1.8rem;
  color: #27406F;
  font-weight: 700;
}
@media screen and (min-width: 532px) {
  .p-problem__item {
    padding: 24px 40px;
  }
}

.p-problem__solution {
  background-color: #fafafa;
  padding: 8% 8%;
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
@media screen and (min-width: 960px) {
  .p-problem__solution {
    padding: 40px 40px;
    flex-direction: row;
    align-items: center;
    gap: 72px;
  }
}

.p-problem__solution-content,
.p-problem__solution-image {
  flex: 1;
}

.p-problem__solution-subttl {
  margin-bottom: 16px;
  line-height: 1.3;
}
@media screen and (min-width: 960px) {
  .p-problem__solution-subttl {
    margin-bottom: 24px;
  }
}

.p-problem__solution-text {
  color: #35404f;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  .p-problem__solution-text {
    margin-bottom: 40px;
  }
}

.p-problem__solution-buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 960px) {
  .p-problem__solution-buttons {
    flex-direction: row;
    gap: min(1vw, 32px);
  }
}
.p-problem__solution-buttons a {
  font-size: 1.6rem;
  font-weight: 700;
}

.p-function__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 80px;
  margin-bottom: 72px;
}
@media screen and (min-width: 720px) {
  .p-function__list {
    row-gap: 48px;
    -moz-column-gap: 60px;
         column-gap: 60px;
    margin-bottom: 120px;
  }
}

.p-function__item {
  flex: 1 1 280px;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}

.p-function__image {
  background-color: #EAEFF5;
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  .p-function__image {
    margin-bottom: 32px;
  }
}

.p-function__text {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .p-function__text {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}

.p-solution.--fullwidth {
  margin-bottom: 0;
}

.p-solution__container {
  margin-bottom: 72px;
}
.p-solution__container:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .p-solution__container {
    margin-bottom: 80px;
  }
}

.p-solution__mid-ttl {
  padding: 4% 4%;
  background-color: #27406F;
  color: #fafafa;
  font-weight: 700;
  line-height: 1.5;
  font-size: clamp(1.8rem, 2.1vw, 2.5rem);
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  .p-solution__mid-ttl {
    padding: 16px 24px;
    margin-bottom: 56px;
  }
}

.p-solution__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 960px) {
  .p-solution__wrapper {
    flex-direction: row;
    gap: min(6vw, 72px);
  }
}

.p-solution__image {
  flex: 1;
}
@media screen and (min-width: 960px) {
  .p-solution__image {
    flex: 1 0.4 564px;
  }
}

.p-solution__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 960px) {
  .p-solution__content {
    flex: 1 1 564px;
    gap: 56px;
  }
}

.p-solution__text {
  font-size: 1.7rem;
}

.p-contact {
  position: relative;
  padding: 82px 0 56px;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .p-contact {
    padding: 124px 0 100px;
  }
}
.p-contact::before {
  content: "";
  height: 100%;
  width: 100vw;
  background-color: #27406F;
  background-image: url(https://www.vpj.co.jp/product/lp/img/bg-image-contact-sp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0 0 0 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (min-width: 960px) {
  .p-contact::before {
    background-image: url(https://www.vpj.co.jp/product/lp/img/bg-image-contact.png);
  }
}

.p-contact__ttl {
  font-size: clamp(3rem, 5.5vw, 3.6rem);
  text-align: center;
  color: #fafafa;
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  .p-contact__ttl {
    margin-bottom: 40px;
  }
}
.p-contact__ttl::before {
  display: none;
}

.p-contact__desc {
  text-align: left;
  color: #fafafa;
  font-size: 1.8rem;
  max-width: 755px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .p-contact__desc {
    text-align: center;
  }
}

.p-contact__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.p-contact__buttons a {
  flex: 1;
}
@media screen and (min-width: 532px) {
  .p-contact__buttons {
    flex-direction: row;
    justify-content: center;
    gap: min(10vw, 80px);
    margin-bottom: 56px;
  }
}

.p-contact__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-contact__phone {
  font-family: "Open Sans", "Arial", sans-serif;
  color: #fafafa;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.07em;
  font-size: clamp(3.6rem, 4vw, 3.8rem);
}
.p-contact__phone::before {
  content: "\f098";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 1em;
  color: #fafafa;
  padding-right: 0.2em;
}

.p-contact__hours {
  color: #fafafa;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.07em;
  font-size: clamp(1.6rem, 1vw, 1.9rem);
}

.p-case {
  margin-bottom: 0;
}

.p-case__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 960px) {
  .p-case__list {
    gap: min(3vw, 40px);
    grid-template-columns: repeat(auto-fit, minmax(426px, 1fr));
  }
}

.p-case__item {
  width: min(100%, 572px);
  margin: 0 auto;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 532px) {
  .p-case__item {
    max-width: none;
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
}

.p-case__image {
  flex: 1;
  font-size: 0;
  padding-bottom: 61.8%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 532px) {
  .p-case__image {
    flex: 0 0.5 222px;
    padding-bottom: 0;
  }
}

.p-case__image > img {
  position: absolute;
  top: -60px;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 532px) {
  .p-case__image > img {
    position: static;
    min-height: 198px;
  }
}

.p-case__image.--ssk {
  position: relative;
}
.p-case__image.--ssk::after {
  content: "©️SSK CORPORATION";
  font-size: 1rem;
  text-align: right;
  display: inline;
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fafafa;
  text-shadow: 0 0 8px rgb(0, 0, 0);
}

.p-case__content {
  flex: 0 1 auto;
  padding: 10% 6%;
}
@media screen and (min-width: 532px) {
  .p-case__content {
    flex: 1 0.4 350px;
    padding: max(24px, 4%);
    padding-right: 6%;
    padding-left: 6%;
  }
}

.p-case__industry {
  display: inline-block;
  background-color: #27406F;
  padding: 4px 12px;
  font-size: 1.3rem;
  color: #fafafa;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 500;
}

.p-case__company-name {
  margin-bottom: 16px;
  font-size: clamp(1.6rem, 2vw, 1.9rem);
}
@media screen and (min-width: 960px) {
  .p-case__company-name {
    font-size: clamp(1.6rem, 1.4vw, 1.9rem);
    margin-bottom: 24px;
  }
}

.p-case__desc {
  font-weight: 700;
  color: #27406F;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .p-case__desc {
    font-size: 1.6rem;
  }
}

.p-movie__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 960px) {
  .p-movie__container {
    flex-direction: row;
    align-items: center;
    gap: 72px;
  }
}

.p-movie__video {
  flex: 1;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 960px) {
  .p-movie__video {
    flex: 0 0.3 564px;
  }
}

.p-movie__content {
  flex: 1;
}
@media screen and (min-width: 960px) {
  .p-movie__content {
    flex: 0 1 564px;
  }
}

.p-movie__video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.p-movie__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-movie__subttl {
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  margin-bottom: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.p-contact__desc {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}

[data-js-header-nav=init] {
  transition: background-color 0.2s 0s ease-in-out;
  background-color: transparent;
}

[data-js-header-nav=active] {
  transition: all 0.3s 0s ease-in-out;
  background-color: #fafafa;
}
[data-js-header-nav=init] > .c-header-nav__inner {
  transition: padding 0.4s 0s ease-in-out;
}

[data-js-header-nav=active] > .c-header-nav__inner {
  padding: 18px 30px;
  transition: padding 0.4s 0s ease-in-out;
}
@media screen and (min-width: 960px) {
  [data-js-header-nav=active] > .c-header-nav__inner {
    padding: 12px 0;
  }
}

[data-js-header-nav=active] .c-btn-header-nav::before {
  display: none;
}

[data-js-sp-nav=init] > .c-header-nav__list {
  transform: translateX(100%);
}
@media screen and (min-width: 960px) {
  [data-js-sp-nav=init] > .c-header-nav__list {
    transform: translateX(0);
  }
}

[data-js-sp-nav=show] > .c-header-nav__list {
  transform: translateX(0%);
  transition: transform 0.4s 0s ease-in-out;
}
@media screen and (min-width: 960px) {
  [data-js-sp-nav=show] > .c-header-nav__list {
    transform: translateX(0);
  }
}

[data-js-sp-nav=hide] > .c-header-nav__list {
  transform: translateX(100%);
  transition: transform 0.4s 0s ease-in-out;
}
@media screen and (min-width: 960px) {
  [data-js-sp-nav=hide] > .c-header-nav__list {
    transform: translateX(0);
  }
}

[data-js-toggle-btn=init] span:first-child {
  transform: rotate(0deg);
  transition: transform 0.3s 0s;
}
[data-js-toggle-btn=init] span:nth-child(2) {
  transform: rotate(0deg);
  display: block;
}
[data-js-toggle-btn=init] span:last-child {
  transform: rotate(0deg);
  transition: transform 0.3s 0s;
}

[data-js-toggle-btn=active] span:first-child {
  transform: rotate(45deg);
  transform-origin: 30% 50%;
  transition: transform 0.3s 0s;
}
[data-js-toggle-btn=active] span:nth-child(2) {
  display: none;
  opacity: 0;
  transition: opacity 0.6 0s;
}
[data-js-toggle-btn=active] span:last-child {
  transform: rotate(-45deg);
  transform-origin: 30% 50%;
  transition: transform 0.3s 0s;
}

[data-js-scrl-item=init] {
  transform: translateY(4%);
}

[data-js-scrl-item=show] {
  opacity: 1;
  transform: translateY(0%);
  transition: all 0.5s 0s ease-in-out;
}

[data-js-scrl-item=show].p-function__item:nth-child(2) {
  transition-delay: 0.1s;
}
[data-js-scrl-item=show].p-function__item:nth-child(3) {
  transition-delay: 0.2s;
}
[data-js-scrl-item=show].p-function__item:nth-child(4) {
  transition-delay: 0s;
}
[data-js-scrl-item=show].p-function__item:nth-child(5) {
  transition-delay: 0.1s;
}
[data-js-scrl-item=show].p-function__item:nth-child(6) {
  transition-delay: 0.2s;
}

[data-js-scrl-item=show].p-case__item:nth-child(2) {
  transition-delay: 0.1s;
}
[data-js-scrl-item=show].p-case__item:nth-child(3) {
  transition-delay: 0.2s;
}
[data-js-scrl-item=show].p-case__item:nth-child(4) {
  transition-delay: 0.3s;
}
[data-js-scrl-item=show].p-case__item:nth-child(5) {
  transition-delay: 0.4s;
}
[data-js-scrl-item=show].p-case__item:nth-child(6) {
  transition-delay: 0.5s;
}

@keyframes blink {
  0%, 100% {
    opacity: 1; /* 完全に表示 */
  }
  50% {
    opacity: 0; /* 完全に透明 */
  }
}
[data-js-loading-screen=hide] {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s 0s;
}

@keyframes mvAnimation {
  0% {
    opacity: 0;
    box-shadow: 0px 0px 0px rgb(126, 137, 149);
    transform: translateY(7%);
  }
  100% {
    opacity: 1;
    box-shadow: 20px 40px 60px rgba(14, 42, 73, 0.3);
    transform: translateY(0%);
  }
}
[data-js-mainvisual=init] {
  opacity: 0;
}

[data-js-mainvisual=onload] {
  opacity: 0;
  animation: mvAnimation 0.6s ease-in-out 0.8s 1 normal forwards;
}

/*# sourceMappingURL=style.css.map*/



