.cFvHeadline_en {
  display: flex;
  flex-direction: column;
  font-family: var(--font-en);
  font-size: calc(4.375 * var(--rem));
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  opacity: 0;
}
.cFvHeadline_en_text {
  display: flex;
  overflow: hidden;
}
.cFvHeadline_en_text--second {
  margin-top: calc(-10 * var(--px));
}
.cFvHeadline_ja {
  display: grid;
  overflow: hidden;
  font-size: calc(1.375 * var(--rem));
  font-weight: 700;
  line-height: 1.1;
}
.cFvHeadline_ja_text {
  display: flex;
  overflow: hidden;
  opacity: 0;
}

@media screen and (min-width: 960px) {
  .cFvHeadline_en {
    font-size: calc(8.75 * var(--rem));
  }
  .cFvHeadline_en_text--second {
    margin-top: calc(-10 * var(--px));
  }
  .cFvHeadline_ja {
    font-size: calc(2.5 * var(--rem));
  }
}
.cSubTitle {
  display: grid;
  gap: calc(4 * var(--px));
}
.cSubTitle_en {
  overflow: hidden;
  font-family: var(--font-en);
  font-size: calc(4.375 * var(--rem));
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.cSubTitle_enText {
  display: flex;
  overflow: hidden;
}
.cSubTitle_ja {
  margin-top: calc(-8 * var(--px));
  overflow: hidden;
  font-size: calc(1.375 * var(--rem));
  font-weight: 700;
  line-height: 1.1;
}
.cSubTitle_jaText {
  display: block;
}

@media screen and (min-width: 960px) {
  .cSubTitle {
    gap: 0;
    height: -moz-fit-content;
    height: fit-content;
  }
  .cSubTitle_en {
    font-size: calc(8.125 * var(--rem));
  }
  .cSubTitle_ja {
    margin-top: calc(-10 * var(--px));
    font-size: calc(2.5 * var(--rem));
  }
}
@keyframes pointer-icon-next-x {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 100% 0;
  }
}
@keyframes pointer-icon-prev-x {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -100% 0;
  }
}
@keyframes pointer-icon-next-y {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 0 100%;
  }
}
@keyframes pointer-icon-prev-y {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 0 -100%;
  }
}
@keyframes pointer-icon-top {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(calc(1 * var(--px)), calc(-1 * var(--px)));
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes pointer-icon-bottom {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(calc(-1 * var(--px)), calc(1 * var(--px)));
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes linehover-animation-out {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes linehover-animation-in {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes menu-line-open-top {
  0% {
    transform: scaleX(1) rotate(0deg);
  }
  50% {
    transform: scaleX(0) rotate(0deg);
  }
  100% {
    transform: scaleX(1) rotate(10deg);
  }
}
@keyframes menu-line-open-bottom {
  0% {
    transform: scaleX(1) rotate(0deg);
  }
  50% {
    transform: scaleX(0) rotate(0deg);
  }
  100% {
    transform: scaleX(1) rotate(-10deg);
  }
}
@keyframes menu-line-open-middle {
  0% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(0);
  }
}
.cAbout__inner {
  position: relative;
  padding: calc(34 * var(--px)) calc(22 * var(--px)) calc(39 * var(--px));
  overflow: hidden;
}
.cAbout__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color-pale);
}
.cAbout__description {
  margin-top: calc(40 * var(--px));
  font-size: calc(0.9375 * var(--rem));
  font-weight: 500;
  line-height: 1.8;
}
.cAbout__content {
  margin-top: calc(40 * var(--px));
}
.cAbout__printList {
  position: absolute;
  bottom: calc(540 * var(--px));
  left: 0;
  width: 100%;
  height: calc(389 * var(--px));
}
.cAbout__printItem {
  position: absolute;
}
.cAbout__printItem:nth-child(1) {
  top: calc(62 * var(--px));
  right: 0;
  width: calc(195 * var(--px));
  height: calc(270 * var(--px));
}
.cAbout__printItem:nth-child(2) {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cAbout__list {
  display: grid;
  gap: calc(12 * var(--px));
}
.cAbout__item {
  position: relative;
  padding: calc(24 * var(--px)) calc(16 * var(--px)) calc(24 * var(--px)) calc(68 * var(--px));
  color: var(--color-white);
  background-color: var(--color-base);
}
.cAbout__itemNumber {
  position: absolute;
  top: calc(-11 * var(--px));
  left: calc(7 * var(--px));
  width: calc(56 * var(--px));
  height: calc(46 * var(--px));
}
.cAbout__itemText {
  font-size: calc(1.0625 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
}
.cAbout__imageList {
  position: relative;
  width: calc(348 * var(--px));
  height: calc(362 * var(--px));
  margin-top: calc(18 * var(--px));
  margin-left: calc(1 * var(--px));
}
.cAbout__imageItem {
  position: absolute;
  width: calc(161 * var(--px));
  height: calc(286 * var(--px));
  transform-origin: top left;
}
.cAbout__imageItem:nth-child(1) {
  top: 0;
  left: 0;
  z-index: 1;
  transform: skew(11deg, 0);
}
.cAbout__imageItem:nth-child(2) {
  top: calc(64 * var(--px));
  right: 0;
  z-index: 2;
  transform: skew(-13deg, 7deg);
}
.cAbout__recommend {
  display: grid;
  gap: calc(12 * var(--px));
  margin-top: calc(54 * var(--px));
}
.cAbout__recommendTitle {
  font-size: calc(1.25 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
}
.cAbout__recommendItem {
  position: relative;
  display: grid;
  grid-template-columns: calc(25 * var(--px)) 1fr;
  gap: calc(14 * var(--px));
  padding: calc(17 * var(--px)) calc(12 * var(--px));
}
.cAbout__recommendItem::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #D4D4D4;
}
.cAbout__recommendIcon {
  width: calc(25 * var(--px));
  height: calc(25 * var(--px));
}
.cAbout__recommendText {
  font-size: calc(1 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
}

.cSupport {
  position: relative;
}
.cSupport__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-image: url("../images/navy-bg.jpg");
  background-repeat: repeat;
  background-position: left top;
  background-size: calc(100 * var(--px));
}
.cSupport__paintList {
  position: absolute;
  top: calc(10 * var(--px));
  right: 0;
  z-index: 0;
  width: calc(263 * var(--px));
  height: calc(407 * var(--px));
}
.cSupport__paintItem {
  position: absolute;
  top: 0;
  right: 0;
}
.cSupport__paintItem:nth-child(1) {
  width: 100%;
  height: 100%;
}
.cSupport__inner {
  display: grid;
  gap: calc(40 * var(--px));
  padding: calc(100 * var(--px)) calc(22 * var(--px)) calc(39 * var(--px));
  color: var(--color-white);
  opacity: 0;
}
.cSupport__item {
  position: relative;
  padding: calc(24 * var(--px)) calc(24 * var(--px)) calc(60 * var(--px));
  background-image: linear-gradient(90deg, #353849, #353849);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 100% 1px;
  transition: background-size 0.4s var(--ease-out-cubic);
}
.cSupport__item:first-child::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #353849;
}
.cSupport__itemNumber {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-en);
  font-size: calc(1.75 * var(--rem));
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
}
.cSupport__itemNumber::before {
  position: absolute;
  top: -5px;
  right: calc(100% + 1px);
  width: calc(8 * var(--px));
  height: calc(8 * var(--px));
  content: "";
  background-color: #1BCAFF;
}
.cSupport__itemTitle {
  font-size: calc(1.25 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
}
.cSupport__itemDescription {
  font-size: calc(0.875 * var(--rem));
  font-weight: 500;
  line-height: 1.8;
}
.cSupport__itemInner {
  display: grid;
  gap: calc(12 * var(--px));
}
.cSupport__loop {
  display: flex;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
.cSupport__loopTrack {
  display: flex;
  gap: calc(30 * var(--px));
  width: -moz-max-content;
  width: max-content;
  transform: translate3d(0, 0, 0);
  animation: support-loop 30s linear infinite;
  will-change: transform;
  --support-loop-shift: calc(calc(821 * var(--px)) + calc(30 * var(--px)));
}
.cSupport__loopItem {
  flex: 0 0 auto;
  width: calc(821 * var(--px));
  max-width: none;
  height: calc(63 * var(--px));
}
@keyframes support-loop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-1 * var(--support-loop-shift)), 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cSupport__loopTrack {
    animation: none;
  }
}

.cCase__inner {
  position: relative;
  display: grid;
  gap: calc(40 * var(--px));
  padding: calc(80 * var(--px)) calc(22 * var(--px)) calc(39 * var(--px));
  overflow: hidden;
}
.cCase__circle {
  position: absolute;
  top: calc(-179 * var(--px));
  right: calc(-316 * var(--px));
  z-index: -1;
  width: calc(524 * var(--px));
  height: calc(524 * var(--px));
}
.cCase__circle_path {
  stroke-dasharray: 1607.0966796875px;
  stroke-dashoffset: 1607.0966796875px;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.cCase__circle_rect {
  stroke-dasharray: 2098px;
  stroke-dashoffset: 2098px;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.cCase__list {
  display: grid;
  gap: calc(40 * var(--px));
}
.cCase__imageList {
  display: flex;
  width: 100%;
  height: calc(200 * var(--px));
  overflow: hidden;
}
.cCase__link {
  display: grid;
  gap: calc(8 * var(--px));
}
.cCase__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cCase__taxonomyList {
  display: flex;
  flex-wrap: wrap;
  gap: calc(4 * var(--px));
}
.cCase__taxonomy {
  padding: calc(4 * var(--px)) calc(8 * var(--px));
  font-size: calc(0.9375 * var(--rem));
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-white);
  background-color: var(--color-base);
}
.cCase__title {
  font-size: calc(1 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
}
.cCase__company {
  display: flex;
  gap: calc(12 * var(--px));
}
.cCase__companyName {
  font-size: calc(0.875 * var(--rem));
  font-weight: 500;
  line-height: 1;
  color: #B9B9B9;
}
.cCase__tagList {
  display: flex;
  flex-wrap: wrap;
  gap: calc(4 * var(--px));
}
.cCase__tag {
  font-size: calc(0.875 * var(--rem));
  font-weight: 500;
  line-height: 1;
  color: #B9B9B9;
}

.cFaq__inner {
  display: grid;
  gap: calc(40 * var(--px));
  padding: calc(80 * var(--px)) calc(22 * var(--px)) calc(40 * var(--px));
  background-color: var(--color-pale);
}
.cFaq .cSubTitle_ja {
  margin-top: calc(5 * var(--px));
}
.cFaq__list {
  border-top: 1px solid #D4D4D4;
}
.cFaq__item_acc {
  position: relative;
}
.cFaq__item_acc_head {
  position: relative;
  display: flex;
  gap: calc(12 * var(--px));
  align-items: flex-start;
  justify-content: flex-start;
  padding: calc(24 * var(--px)) calc(12 * var(--px));
}
.cFaq__item_acc_head::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #D4D4D4;
}
.cFaq__item_acc_head_term {
  flex-shrink: 0;
  width: calc(18 * var(--px));
  height: calc(23 * var(--px));
}
.cFaq__item_acc_head_text {
  width: calc(249 * var(--px));
  margin-top: 1px;
  font-size: calc(1 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
}
.cFaq__item_acc_head_icon {
  display: grid;
  align-items: center;
  justify-content: center;
  width: calc(30 * var(--px));
  height: calc(30 * var(--px));
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  border: 1px solid #353849;
  border-radius: 1px;
}
.cFaq__item_acc_head_icon::before, .cFaq__item_acc_head_icon::after {
  grid-area: 1/1;
  width: calc(14 * var(--px));
  height: 1px;
  content: "";
  background-color: #353849;
}
.cFaq__item_acc_head_icon::after {
  rotate: var(--_icon-rotate, 90deg);
  transition: rotate 0.4s var(--ease-out-cubic);
}
.cFaq__item_acc_body {
  overflow: hidden;
}
.cFaq__item_acc_body_content {
  position: relative;
  display: flex;
  gap: calc(12 * var(--px));
  align-items: flex-start;
  justify-content: flex-start;
  padding: calc(24 * var(--px)) calc(12 * var(--px));
  background-color: var(--color-white);
}
.cFaq__item_acc_body_content::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #D4D4D4;
}
.cFaq__item_acc_body_content_term {
  flex-shrink: 0;
  width: calc(23 * var(--px));
  height: calc(24 * var(--px));
}
.cFaq__item_acc_body_content_text {
  font-size: calc(0.875 * var(--rem));
  font-weight: 500;
  line-height: 1.8;
}
.cFaq__item_acc.is-open, .cFaq__item_acc[open] {
  --_icon-rotate: 0deg;
}
.cFaq__item_acc.is-closing {
  --_icon-rotate: 90deg;
}

@media screen and (min-width: 960px) {
  .cAbout__inner {
    padding: 0 0 calc(80 * var(--px));
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .cAbout__title {
    grid-column: 2/25;
    padding: 0;
  }
  .cAbout__description {
    display: grid;
    grid-column: 2/25;
    gap: calc(16 * var(--px));
    padding: 0;
    margin-top: calc(80 * var(--px));
    font-size: calc(1.25 * var(--rem));
    line-height: 1.7;
  }
  .cAbout__content {
    position: relative;
    display: flex;
    grid-column: 1/26;
    justify-content: center;
    margin-top: calc(95 * var(--px));
  }
  .cAbout__printList {
    bottom: calc(10 * var(--px));
    z-index: -1;
    width: 100%;
    height: calc(957 * var(--px));
  }
  .cAbout__printItem:nth-child(1) {
    top: 0;
    right: 0;
    width: 100%;
    height: calc(600 * var(--px));
  }
  .cAbout__printItem:nth-child(2) {
    top: calc(67 * var(--px));
    right: unset;
    left: 0;
    width: calc(970 * var(--px));
    height: calc(890 * var(--px));
  }
  .cAbout__itemTriangle {
    position: absolute;
    bottom: calc(-25 * var(--px));
    width: calc(44 * var(--px));
    height: calc(39 * var(--px));
  }
  .cAbout__item {
    position: absolute;
    padding: calc(40 * var(--px)) 0 calc(32 * var(--px)) calc(53 * var(--px));
  }
  .cAbout__item:nth-child(1) {
    top: calc(118 * var(--px));
    left: calc(61 * var(--px));
    width: calc(431 * var(--px));
  }
  .cAbout__item:nth-child(1) .cAbout__itemTriangle {
    left: calc(269 * var(--px));
  }
  .cAbout__item:nth-child(2) {
    top: calc(390 * var(--px));
    left: calc(131 * var(--px));
    width: calc(425 * var(--px));
  }
  .cAbout__item:nth-child(2) .cAbout__itemTriangle {
    left: calc(272 * var(--px));
  }
  .cAbout__item:nth-child(3) {
    top: calc(327 * var(--px));
    right: calc(59 * var(--px));
    width: calc(473 * var(--px));
    padding: calc(40 * var(--px)) calc(53 * var(--px)) calc(32 * var(--px)) calc(164 * var(--px));
  }
  .cAbout__item:nth-child(3) .cAbout__itemNumber {
    right: calc(33 * var(--px));
    left: unset;
  }
  .cAbout__item:nth-child(3) .cAbout__itemTriangle {
    left: calc(155 * var(--px));
  }
  .cAbout__itemNumber {
    position: absolute;
    top: calc(-74 * var(--px));
    left: calc(29 * var(--px));
    width: calc(104 * var(--px));
    height: calc(85 * var(--px));
  }
  .cAbout__itemText {
    font-size: calc(2 * var(--rem));
    line-height: 1.36;
  }
  .cAbout__imageList {
    position: relative;
    width: calc(750 * var(--px));
    height: calc(819 * var(--px));
    margin-top: 0;
    margin-bottom: calc(40 * var(--px));
    margin-left: calc(53 * var(--px));
  }
  .cAbout__imageItem {
    width: calc(366 * var(--px));
    height: calc(660 * var(--px));
  }
  .cAbout__imageItem:nth-child(2) {
    top: calc(141 * var(--px));
    right: 0;
    z-index: 2;
  }
  .cAbout__recommend {
    grid-column: 2/25;
    gap: calc(40 * var(--px));
    padding: 0;
    margin-top: calc(-4 * var(--px));
  }
  .cAbout__recommendTitle {
    font-size: calc(2.125 * var(--rem));
  }
  .cAbout__recommendList {
    display: grid;
    grid-template-columns: calc(517 * var(--px)) calc(599 * var(--px));
    gap: calc(16 * var(--px)) calc(40 * var(--px));
  }
  .cAbout__recommendItem {
    grid-template-columns: calc(42 * var(--px)) 1fr;
    padding: 0;
  }
  .cAbout__recommendItem::before {
    display: none;
  }
  .cAbout__recommendIcon {
    width: calc(42 * var(--px));
    height: calc(41 * var(--px));
  }
  .cAbout__recommendText {
    font-size: calc(1.375 * var(--rem));
    line-height: 1.36;
  }
  .cCase__inner {
    gap: 0;
    padding: calc(140 * var(--px)) 0 calc(79 * var(--px));
  }
  .cCase__circle {
    top: calc(139 * var(--px));
    right: calc(-34 * var(--px));
    width: calc(738 * var(--px));
    height: calc(738 * var(--px));
  }
  .cCase__circle--double {
    top: calc(89 * var(--px));
    width: calc(658 * var(--px));
    height: calc(658 * var(--px));
  }
  .cCase .cSubTitle {
    padding: 0 calc(60 * var(--px));
  }
  .cCase__articleLink {
    display: flex;
    flex-direction: column;
    gap: calc(8 * var(--px));
  }
  .cCase__imageList {
    height: calc(506 * var(--px));
  }
  .cCase__taxonomyList {
    position: absolute;
    top: calc(10 * var(--px));
    left: calc(10 * var(--px));
  }
  .cCase__taxonomy {
    font-size: calc(1.25 * var(--rem));
    line-height: 1.4;
  }
  .cCase__title {
    font-size: calc(1.375 * var(--rem));
    line-height: 1.36;
    color: #D4D4D4;
    transition: color 1s var(--ease-out-cubic);
  }
  .cCase__company {
    gap: calc(16 * var(--px));
  }
  .cCase__companyName {
    font-size: calc(1 * var(--rem));
  }
  .cCase__tag {
    font-size: calc(1 * var(--rem));
  }
  .cCase__embla {
    margin-top: calc(6 * var(--px));
    overflow: hidden;
  }
  .cCase__viewport {
    margin-top: calc(19 * var(--px));
  }
  .cCase__container {
    display: flex;
  }
  .cCase__container--single {
    justify-content: center;
    margin-top: calc(60 * var(--px));
  }
  .cCase__container--double {
    gap: calc(8 * var(--px));
    justify-content: center;
    padding: 0 calc(60 * var(--px));
    margin-top: calc(60 * var(--px));
  }
  .cCase__container--double .cCase__item {
    flex: 0 0 50%;
    margin-right: 0;
  }
  .cCase__container--double .cCase__title {
    color: var(--color-base);
  }
  .cCase__container--double .cCase__imageList {
    height: calc(390 * var(--px));
  }
  .cCase__item {
    position: relative;
    flex: 0 0 calc(900 * var(--px));
    min-width: 0;
    margin-right: calc(8 * var(--px));
  }
  .cCase__item.is-selected .cCase__title {
    color: var(--color-base);
  }
  .cCase__controls {
    display: flex;
    gap: calc(35 * var(--px));
    align-items: center;
    justify-content: flex-end;
    padding: 0 calc(60 * var(--px));
  }
  .cCase__buttonList {
    display: flex;
    gap: calc(8 * var(--px));
  }
  .cCase__button {
    position: relative;
    width: calc(54 * var(--px));
    height: calc(54 * var(--px));
    overflow: hidden;
    background-color: var(--_hover-color-bg, var(--color-white));
    border: 1px solid var(--_hover-color-bg, #6F7077);
    border-radius: 2px;
    transition: background-color 0.4s var(--ease-out-cubic), border-color 0.4s var(--ease-out-cubic);
  }
  .cCase__button--prev .cCase__buttonIcon:last-child {
    left: 100%;
  }
  .cCase__button--next .cCase__buttonIcon:last-child {
    left: -100%;
  }
  .cCase__buttonIconInner {
    width: 100%;
    height: 100%;
  }
  .cCase__buttonIcon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--_hover-color-icon, #6f7077);
  }
  .cCase__buttonIcon svg {
    width: calc(19 * var(--px));
    height: calc(19 * var(--px));
  }
  .cCase__selectedSnapDisplay {
    display: flex;
    gap: calc(6 * var(--px));
    align-items: center;
    font-family: var(--font-en);
    font-size: calc(2.5 * var(--rem));
    font-weight: 500;
    line-height: 1.2;
  }
  .cCase__divider {
    width: calc(29 * var(--px));
    height: calc(35 * var(--px));
  }
  .cCase__link {
    padding: 0 calc(60 * var(--px));
    margin-top: calc(80 * var(--px));
  }
  .cSupport__paintList {
    top: calc(190 * var(--px));
    right: 0;
    z-index: 0;
    width: calc(602 * var(--px));
    height: calc(834 * var(--px));
  }
  .cSupport__inner {
    gap: calc(80 * var(--px));
    padding: calc(120 * var(--px)) 0 calc(80 * var(--px));
  }
  .cSupport .cSubTitle {
    margin-left: calc(60 * var(--px));
  }
  .cSupport__list {
    margin-left: calc(130 * var(--px));
  }
  .cSupport__item {
    padding: calc(40 * var(--px)) 0 calc(80 * var(--px)) calc(16 * var(--px));
  }
  .cSupport__itemNumber {
    grid-area: 1;
    grid-column: 1/2;
    font-size: calc(2.8125 * var(--rem));
    line-height: 1.2;
  }
  .cSupport__itemNumber::before {
    top: -6px;
    right: 100%;
    width: calc(14 * var(--px));
    height: calc(14 * var(--px));
  }
  .cSupport__itemTitle {
    grid-area: 1;
    grid-column: 2/3;
    font-size: calc(2.6875 * var(--rem));
  }
  .cSupport__itemDescription {
    grid-area: 2;
    grid-column: 2/3;
    font-size: calc(1.125 * var(--rem));
    line-height: 1.7;
  }
  .cSupport__itemInner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: calc(16 * var(--px)) calc(80 * var(--px));
  }
  .cSupport__loop {
    display: flex;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  .cSupport__loopTrack {
    display: flex;
    --support-loop-shift: calc(1642 * var(--px));
    width: -moz-max-content;
    width: max-content;
    animation: support-loop 35s linear infinite;
    will-change: transform;
  }
  .cSupport__loopItem {
    width: calc(1642 * var(--px));
    height: calc(110 * var(--px));
  }
  .cFaq__inner {
    grid-template-columns: auto 1fr;
    gap: calc(138 * var(--px));
    padding: calc(140 * var(--px)) 0 calc(80 * var(--px)) calc(60 * var(--px));
  }
  .cFaq__item_acc_head {
    gap: calc(40 * var(--px));
    align-items: center;
    padding: calc(32 * var(--px)) calc(60 * var(--px)) calc(32 * var(--px)) calc(32 * var(--px));
  }
  .cFaq__item_acc_head_term {
    width: calc(30 * var(--px));
    height: calc(41 * var(--px));
  }
  .cFaq__item_acc_head_text {
    width: calc(765 * var(--px));
    margin-top: 0;
    font-size: calc(1.375 * var(--rem));
    line-height: 1.36;
  }
  .cFaq__item_acc_head_icon {
    width: calc(48 * var(--px));
    height: calc(48 * var(--px));
  }
  .cFaq__item_acc_head_icon::before, .cFaq__item_acc_head_icon::after {
    width: calc(20 * var(--px));
  }
  .cFaq__item_acc_body {
    overflow: hidden;
  }
  .cFaq__item_acc_body_content {
    gap: calc(40 * var(--px));
    padding: calc(32 * var(--px)) calc(140 * var(--px)) calc(32 * var(--px)) calc(32 * var(--px));
  }
  .cFaq__item_acc_body_content_term {
    width: calc(38 * var(--px));
    height: calc(41 * var(--px));
  }
  .cFaq__item_acc_body_content_text {
    font-size: calc(1.125 * var(--rem));
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) and (hover: hover) {
  .cCase__button:hover {
    --_hover-color-bg: var(--color-base);
    --_hover-color-icon: var(--color-white);
  }
  .cCase__button--next:hover .cCase__buttonIcon {
    animation: pointer-icon-next-x 0.8s var(--ease-gleasing) both;
  }
  .cCase__button--prev:hover .cCase__buttonIcon {
    animation: pointer-icon-prev-x 0.8s var(--ease-gleasing) both;
  }
  .cFaq__item_acc:not(.is-open, [open]) .cFaq__item_acc_head_icon::before, .cFaq__item_acc:not(.is-open, [open]) .cFaq__item_acc_head_icon::after {
    transition: transform 0.4s var(--ease-out-cubic);
  }
  .cFaq__item_acc:not(.is-open, [open]) .cFaq__item_acc_head:hover .cFaq__item_acc_head_icon::before, .cFaq__item_acc:not(.is-open, [open]) .cFaq__item_acc_head:hover .cFaq__item_acc_head_icon::after {
    transform: rotate(90deg);
  }
}
:root {
  --color-accent-1: #1c45a5;
  --color-accent-2: #1bcaff;
  --color-accent-3: #f75cf5;
  --color-gray_deep: #6f7077;
  --color-base_pale: #f4f7f8;
}

.cLoopImagewrap {
  display: flex;
  align-items: center;
  width: 100%;
  overflow-x: hidden;
  opacity: 1;
}
.cLoopImagewrap__target {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  height: 100%;
}
.cLoopImagewrap__target:first-child {
  animation: loop 80s -40s linear infinite;
}
.cLoopImagewrap__target:last-child {
  animation: loop2 80s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.lMain {
  width: 100%;
  overflow: clip;
}

.pFv {
  width: 100%;
}
.pFv__wrapper {
  display: grid;
  width: 100%;
  color: var(--color-white);
  background-color: var(--color-base);
}
.pFv__inner {
  position: relative;
  z-index: 1;
  grid-area: 1/1;
  padding: calc(140 * var(--px)) 0 calc(80 * var(--px));
}
.pFv__headline {
  padding: 0 calc(22 * var(--px));
}
.pFv__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pFv__headline_en.--sub {
  overflow: hidden;
  font-size: calc(1.375 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.pFv__headline_en.--main {
  margin-top: calc(34 * var(--px));
  font-family: var(--font-en);
  font-size: calc(4.375 * var(--rem));
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  opacity: 0;
}
.pFv__headline_en_text {
  display: flex;
  gap: calc(4 * var(--px));
  align-items: center;
  opacity: 0;
}
.pFv__headline_ja {
  display: flex;
  flex-direction: column;
  gap: calc(17 * var(--px));
  align-items: center;
  margin-top: calc(13 * var(--px));
  overflow: hidden;
}
.pFv__headline_ja_svgWrapper {
  display: block;
  opacity: 0;
}
.pFv__headline_ja_svg {
  display: block;
}
.pFv__headline_ja_svg.--1 {
  width: calc(344 * var(--px));
  height: calc(62 * var(--px));
}
.pFv__headline_ja_svg.--2 {
  width: calc(281 * var(--px));
  height: calc(62 * var(--px));
}

.pFvPaint {
  position: relative;
  z-index: 0;
  grid-area: 1/1;
  width: 100%;
  height: 100%;
}
.pFvPaint__inner {
  position: relative;
}
.pFvPaint__item {
  position: absolute;
  opacity: 0;
}
.pFvPaint__item[data-fv=paint1] {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(246 * var(--px));
}
.pFvPaint__item[data-fv=paint2] {
  top: calc(156 * var(--px));
  left: 0;
  width: calc(53 * var(--px));
  height: calc(90 * var(--px));
}

.pFvMission {
  position: relative;
  margin-top: calc(110 * var(--px));
}
.pFvMission__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 calc(22 * var(--px)) calc(79 * var(--px));
}
.pFvMission__section_headline {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: calc(2.125 * var(--rem));
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.06em;
}
.pFvMission__section_headline::before {
  position: absolute;
  top: calc(-5 * var(--px));
  left: calc(-9 * var(--px));
  display: block;
  width: calc(10 * var(--px));
  height: calc(10 * var(--px));
  content: "";
  background-color: var(---_headline_color, var(--color-accent-2));
}
.pFvMission__section_headline_item {
  display: block;
}
.pFvMission__section_headline_item_color {
  color: var(---_headline_color, var(--color-accent-2));
}
.pFvMission__section_text {
  display: flex;
  flex-direction: column;
  gap: calc(12 * var(--px));
  margin-top: calc(24 * var(--px));
}
.pFvMission__section_text_item {
  font-size: calc(1 * var(--rem));
  font-weight: 500;
  line-height: 1.8;
  color: #5b5d6c;
  letter-spacing: 0;
}
.pFvMission__section[data-mission="2"] {
  ---_headline_color: var(--color-accent-3);
  margin-top: calc(60 * var(--px));
}
.pFvMission__image {
  position: relative;
  width: calc(356 * var(--px));
  height: calc(305 * var(--px));
  margin-top: calc(40 * var(--px));
}
.pFvMission__image_item {
  position: absolute;
  overflow: hidden;
  border-radius: calc(6 * var(--px));
}
.pFvMission__image_item[data-mission=image1] {
  top: calc(109 * var(--px));
  left: 0;
  width: calc(110 * var(--px));
  height: calc(195 * var(--px));
}
.pFvMission__image_item[data-mission=image2] {
  top: 0;
  left: calc(117 * var(--px));
  width: calc(90 * var(--px));
  height: calc(159 * var(--px));
}
.pFvMission__image_item[data-mission=image3] {
  top: calc(25 * var(--px));
  left: calc(226 * var(--px));
  width: calc(130 * var(--px));
  height: calc(230 * var(--px));
}

.pFvMissionPaint__item {
  position: absolute;
}
.pFvMissionPaint__item[data-mission-paint=paint1] {
  bottom: calc(-20 * var(--px));
  left: 0;
  width: 100%;
  height: calc(572 * var(--px));
}

.pFvVision {
  position: relative;
  margin-top: calc(86 * var(--px));
}
.pFvVision__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}
.pFvVision__headline {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: calc(22 * var(--px));
}
.pFvVision__headline_en {
  font-family: var(--font-en);
  font-size: calc(4.375 * var(--rem));
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.pFvVision__headline_ja {
  display: flex;
  flex-direction: column;
  margin-top: calc(17 * var(--px));
  font-size: calc(2.5 * var(--rem));
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.06em;
}
.pFvVision__headline_jaItem {
  display: block;
  overflow: hidden;
}
.pFvVision__headline_jaItem span {
  display: block;
}

.pFvVisionList {
  width: 100%;
  padding: 0 calc(22 * var(--px));
  margin-top: calc(60 * var(--px));
}
.pFvVisionList__headline {
  display: flex;
  flex-direction: column;
  font-size: calc(1.375 * var(--rem));
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
}
.pFvVisionList__list {
  display: flex;
  flex-direction: column;
  gap: calc(4 * var(--px));
  margin-top: calc(24 * var(--px));
}
.pFvVisionList__item {
  width: 100%;
  padding: calc(24 * var(--px));
  color: var(--color-base);
  background-color: var(--color-white);
  opacity: 0;
  transform: translateY(calc(20 * var(--px)));
}
.pFvVisionList__item_headline_index {
  position: relative;
  font-family: var(--font-en);
  font-size: calc(1.75 * var(--rem));
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
}
.pFvVisionList__item_headline_index::before {
  position: absolute;
  top: 0;
  left: calc(-9 * var(--px));
  display: block;
  width: calc(8 * var(--px));
  height: calc(8 * var(--px));
  content: "";
  background-color: var(--color-accent-2);
}
.pFvVisionList__item_headline_text {
  margin-top: calc(12 * var(--px));
  font-size: calc(1.375 * var(--rem));
  font-weight: 700;
  line-height: 1.1;
}
.pFvVisionList__item_text {
  margin-top: calc(12 * var(--px));
  font-size: calc(0.875 * var(--rem));
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}

.pValuePaint {
  position: absolute;
  top: calc(-80 * var(--px));
  right: 0;
  z-index: 0;
  width: calc(157 * var(--px));
  height: calc(382 * var(--px));
  pointer-events: none;
}
.pValuePaint__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.pValuePaint__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pValue {
  position: relative;
  padding: calc(75 * var(--px)) 0 calc(99 * var(--px));
  background-color: var(--color-base_pale);
}
.pValue__headline {
  position: relative;
  width: 100%;
  padding: 0 calc(22 * var(--px));
  font-family: var(--font-en);
  font-size: calc(4.375 * var(--rem));
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.pValue__inner {
  position: relative;
  width: 100%;
  margin-top: calc(12 * var(--px));
}
.pValue__lets {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 calc(22 * var(--px));
  font-family: var(--font-en);
  font-size: calc(3.125 * var(--rem));
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
  letter-spacing: -0.04em;
}

.pValueList {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 calc(22 * var(--px));
  margin-top: calc(54 * var(--px));
}
.pValueList__list {
  display: flex;
  flex-direction: column;
  gap: calc(40 * var(--px));
}

.pValueListItem {
  display: flex;
  gap: calc(14 * var(--px));
  align-items: baseline;
  opacity: 0;
  transform: translateY(calc(20 * var(--px)));
}
.pValueListItem__index {
  display: flex;
  flex-shrink: 0;
  font-family: var(--font-en);
  font-size: calc(2.125 * var(--rem));
  font-weight: 600;
  line-height: 1;
  color: var(--color-pale);
  letter-spacing: -0.04em;
  paint-order: stroke fill;
  -webkit-text-stroke: 1px var(--color-base);
}
.pValueListItem__index_dot {
  display: inline-block;
  margin-left: calc(1 * var(--px));
}
.pValueListItem__headline {
  font-family: var(--font-en);
  font-size: calc(2.125 * var(--rem));
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.pValueListItem__text {
  margin-top: calc(2 * var(--px));
  font-size: calc(1 * var(--rem));
  font-weight: 500;
  line-height: 1.36;
  color: var(--color-gray_deep);
  letter-spacing: 0;
}

.pValuePdf {
  position: relative;
  width: 100%;
  margin-top: calc(79 * var(--px));
}
.pValuePdf__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: calc(160 * var(--px)) calc(22 * var(--px)) 0;
}
.pValuePdf__link {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  height: calc(251 * var(--px));
  overflow: hidden;
  border-radius: calc(12 * var(--px));
}
.pValuePdf__link_item {
  position: relative;
  z-index: 0;
  grid-area: 1/1;
  width: 100%;
  height: 100%;
}
.pValuePdf__link_hover {
  display: none;
}
.pValuePdf__button {
  display: flex;
  gap: calc(8 * var(--px));
  align-items: center;
  justify-content: center;
  width: calc(205 * var(--px));
  height: calc(47 * var(--px));
  margin-top: calc(28 * var(--px));
  background-color: var(--color-base);
}
.pValuePdf__button_text {
  font-size: calc(0.9375 * var(--rem));
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-white);
  text-transform: uppercase;
}
.pValuePdf__button_icon {
  position: relative;
  width: calc(16 * var(--px));
  height: calc(16 * var(--px));
}

.pValuePdfLoop {
  position: absolute;
  top: calc(80 * var(--px));
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.pValuePdfLoop__inner {
  display: flex;
  gap: calc(24 * var(--px));
  margin-left: calc(24 * var(--px));
}
.pValuePdfLoop__item {
  width: calc(305 * var(--px));
  height: calc(63 * var(--px));
}

.pValuePdfPaint {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: calc(529 * var(--px));
  pointer-events: none;
}
.pValuePdfPaint__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.pValuePdfPaint__item {
  position: absolute;
}
.pValuePdfPaint__item[data-value=paint3] {
  top: calc(311 * var(--px));
  left: 0;
  width: calc(87 * var(--px));
  height: calc(218 * var(--px));
}
.pValuePdfPaint__item[data-value=paint4] {
  top: 0;
  left: 0;
  width: calc(400 * var(--px));
  height: calc(390 * var(--px));
}

.pCompany {
  position: relative;
  width: 100%;
  background-color: var(--_company-bg, var(--color-white));
}
.pCompany__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url("../images/navy-bg.jpg");
  background-repeat: repeat;
  background-position: left top;
  background-size: calc(100 * var(--px));
}
.pCompany__trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  pointer-events: none;
}
.pCompany__inner {
  width: 100%;
  padding: calc(71 * var(--px)) 0 calc(80 * var(--px));
  background-color: var(--color-pale);
}
.pCompany__headline {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 calc(22 * var(--px));
}
.pCompany__headline_en {
  overflow: hidden;
  font-family: var(--font-en);
  font-size: calc(4.375 * var(--rem));
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  opacity: 0;
}
.pCompany__headline_enText {
  display: flex;
  overflow: hidden;
}
.pCompany__headline_ja {
  overflow: hidden;
  font-size: calc(1.375 * var(--rem));
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}
.pCompany__headline_jaText {
  display: block;
  opacity: 0;
}

.pCompanySection {
  width: 100%;
  padding: 0 calc(22 * var(--px));
  margin-top: calc(60 * var(--px));
}
.pCompanySection__headline {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: calc(22 * var(--px));
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.pCompanySection__headline::before {
  position: absolute;
  top: calc(-6 * var(--px));
  left: calc(-9 * var(--px));
  display: block;
  width: calc(8 * var(--px));
  height: calc(8 * var(--px));
  content: "";
  background-color: var(--color-accent-1);
}
.pCompanySection__inner {
  margin-top: var(--_inner-margine-top, calc(24 * var(--px)));
}
.pCompanySection__image {
  width: 100%;
  height: calc(356 * var(--px));
}
.pCompanySection__content {
  margin-top: calc(40 * var(--px));
}
.pCompanySection__text {
  font-size: calc(0.9375 * var(--rem));
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}
.pCompanySection__text.--2, .pCompanySection__text.--3, .pCompanySection__text.--4 {
  margin-top: calc(12 * var(--px));
}
.pCompanySection__list {
  margin-top: calc(16 * var(--px));
  border-top: 1px solid #d4d4d4;
}
.pCompanySection__item {
  padding: calc(24 * var(--px)) calc(12 * var(--px));
  border-bottom: 1px solid #d4d4d4;
}
.pCompanySection__item_title {
  font-size: calc(22 * var(--px));
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
.pCompanySection__item_text {
  margin-top: calc(12 * var(--px));
  font-size: calc(1.375 * var(--rem));
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0;
}
.pCompanySection__item_list {
  display: flex;
  flex-direction: column;
  gap: calc(0.25 * var(--rem));
  margin-top: calc(8 * var(--px));
}
.pCompanySection__item_list_item {
  position: relative;
  display: flex;
  gap: calc(0.5 * var(--rem));
  align-items: flex-start;
  font-size: calc(0.9375 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.pCompanySection__item_list_item::before {
  width: calc(0.25 * var(--rem));
  height: calc(0.25 * var(--rem));
  margin-top: calc(0.625 * var(--rem));
  content: "";
  background-color: var(--color-accent-1);
}
.pCompanySection__sign {
  display: flex;
  gap: calc(0.5 * var(--rem));
  align-items: center;
  justify-content: flex-end;
  margin-top: calc(20 * var(--px));
}
.pCompanySection__sign_post {
  font-size: calc(1 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
.pCompanySection__sign_name {
  font-size: calc(1.375 * var(--rem));
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0;
}
.pCompanySection[data-company=section2] {
  --_inner-margine-top: calc(40 * var(--px));
}

.pCompanyTable {
  width: 100%;
  border-top: 1px solid #d4d4d4;
}
.pCompanyTable__item {
  display: block;
  display: grid;
  grid-template-columns: calc(5 * var(--rem)) calc(15.375 * var(--rem));
  -moz-column-gap: calc(30 * var(--px));
       column-gap: calc(30 * var(--px));
  align-items: flex-start;
  width: 100%;
  padding: calc(12 * var(--px)) 0;
  border-bottom: 1px solid #d4d4d4;
}
.pCompanyTable__item_headline {
  margin-top: calc(4 * var(--px));
  font-size: calc(0.9375 * var(--rem));
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.pCompanyTable__item_detail {
  font-size: calc(0.9375 * var(--rem));
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}
.pCompanyTable__item_detail_list {
  display: flex;
  flex-direction: column;
  gap: calc(0.5 * var(--rem));
}
.pCompanyTable__item_detail_list_item {
  display: flex;
  gap: calc(0.5 * var(--rem));
  align-items: flex-start;
  font-size: calc(0.9375 * var(--rem));
  line-height: 1.5;
}
.pCompanyTable__item_detail_list_item::before {
  display: block;
  flex-shrink: 0;
  width: calc(0.25 * var(--rem));
  height: calc(0.25 * var(--rem));
  margin-top: calc(0.625 * var(--rem));
  content: "";
  background-color: var(--color-accent-1);
}
.pCompanyTable__item:nth-child(3) .pCompanyTable__item_headline, .pCompanyTable__item:nth-child(4) .pCompanyTable__item_headline {
  margin-top: calc(2 * var(--px));
}

@media screen and (min-width: 960px) {
  .pFv__inner {
    padding: calc(172 * var(--px)) 0 calc(121 * var(--px));
  }
  .pFv__headline_en.--sub {
    font-size: calc(1.375 * var(--rem));
  }
  .pFv__headline_en.--main {
    margin-top: calc(53 * var(--px));
    font-size: calc(6.875 * var(--rem));
  }
  .pFv__headline_ja {
    margin-top: calc(20 * var(--px));
  }
  .pFv__headline_ja_svg.--1 {
    width: calc(738 * var(--px));
    height: calc(133 * var(--px));
  }
  .pFv__headline_ja_svg.--2 {
    width: calc(603 * var(--px));
    height: calc(134 * var(--px));
  }
  .pFvPaint__item[data-fv=paint1] {
    top: 0;
    left: 0;
    width: 100%;
    height: calc(675 * var(--px));
  }
  .pFvPaint__item[data-fv=paint2] {
    top: calc(286 * var(--px));
    left: 0;
    width: 100%;
    height: calc(1218 * var(--px));
  }
  .pFvMission {
    margin-top: calc(280 * var(--px));
  }
  .pFvMission__inner {
    padding: 0 calc(130 * var(--px));
  }
  .pFvMission__section {
    display: grid;
  }
  .pFvMission__section_headline {
    font-size: calc(3.5 * var(--rem));
  }
  .pFvMission__section_headline::before {
    top: calc(-8 * var(--px));
    left: calc(-17 * var(--px));
    width: calc(18 * var(--px));
    height: calc(18 * var(--px));
  }
  .pFvMission__section_text {
    margin-top: calc(60 * var(--px));
  }
  .pFvMission__section_text_item {
    font-size: calc(1.5 * var(--rem));
    font-weight: 700;
  }
  .pFvMission__section_image_item {
    overflow: hidden;
    border-radius: calc(12 * var(--px));
  }
  .pFvMission__section[data-mission="1"] {
    grid-template-columns: calc(562 * var(--px)) calc(276 * var(--px));
    justify-content: space-between;
    padding-right: calc(70 * var(--px));
  }
  .pFvMission__section[data-mission="1"] .pFvMission__section_image {
    width: calc(276 * var(--px));
    height: calc(490 * var(--px));
    margin-top: calc(50 * var(--px));
  }
  .pFvMission__section[data-mission="1"] .pFvMission__section_image[data-mission=image3] {
    width: 100%;
    height: 100%;
  }
  .pFvMission__section[data-mission="2"] {
    grid-template-columns: calc(416 * var(--px)) calc(583 * var(--px));
    justify-content: space-between;
    padding-left: calc(70 * var(--px));
    margin-top: calc(180 * var(--px));
  }
  .pFvMission__section[data-mission="2"] .pFvMission__section_content {
    order: 2;
  }
  .pFvMission__section[data-mission="2"] .pFvMission__section_image {
    position: relative;
    width: calc(416 * var(--px));
    height: calc(505 * var(--px));
    margin-top: calc(40 * var(--px));
  }
  .pFvMission__section[data-mission="2"] .pFvMission__section_image_item {
    position: absolute;
  }
  .pFvMission__section[data-mission="2"] .pFvMission__section_image_item[data-mission=image1] {
    top: 0;
    left: 0;
    width: calc(221 * var(--px));
    height: calc(393 * var(--px));
  }
  .pFvMission__section[data-mission="2"] .pFvMission__section_image_item[data-mission=image2] {
    top: calc(186 * var(--px));
    left: calc(236 * var(--px));
    width: calc(180 * var(--px));
    height: calc(319 * var(--px));
  }
  .pFvMissionPaint__item {
    position: absolute;
  }
  .pFvMissionPaint__item[data-mission-paint=paint1] {
    bottom: calc(-490 * var(--px));
    left: 0;
    width: calc(229 * var(--px));
    height: calc(709 * var(--px));
  }
  .pFvVision {
    padding-top: calc(190 * var(--px));
    margin-top: calc(139 * var(--px));
  }
  .pFvVision__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pFvVision__headline_en {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: calc(6.875 * var(--rem));
  }
  .pFvVision__headline_ja {
    margin-top: calc(33 * var(--px));
    font-size: calc(6.25 * var(--rem));
  }
  .pFvVision__headline_ja span {
    text-align: center;
  }
  .pFvVisionList {
    width: 100%;
    padding: 0 calc(60 * var(--px));
    margin-top: calc(120 * var(--px));
  }
  .pFvVisionList__headline {
    flex-direction: row;
    font-size: calc(40 * var(--px));
  }
  .pFvVisionList__list {
    display: grid;
    grid-template-columns: calc(680 * var(--px)) calc(704 * var(--px));
    gap: calc(8 * var(--px));
    margin-top: calc(40 * var(--px));
  }
  .pFvVisionList__item {
    padding: calc(40 * var(--px));
  }
  .pFvVisionList__item:nth-child(2) {
    padding-bottom: calc(87 * var(--px));
    margin-top: calc(46 * var(--px));
  }
  .pFvVisionList__item:nth-child(3) {
    grid-row: 2;
    grid-column: span 2;
    width: calc(835 * var(--px));
    padding-bottom: calc(52 * var(--px));
    margin-left: calc(418 * var(--px));
  }
  .pFvVisionList__item_headline_index {
    font-size: calc(2.8125 * var(--rem));
    line-height: 1.2;
  }
  .pFvVisionList__item_headline_index::before {
    top: calc(3 * var(--px));
    left: calc(-13 * var(--px));
    width: calc(14 * var(--px));
    height: calc(14 * var(--px));
  }
  .pFvVisionList__item_headline_text {
    margin-top: calc(40 * var(--px));
    font-size: calc(2.5 * var(--rem));
  }
  .pFvVisionList__item_text {
    margin-top: calc(16 * var(--px));
    font-size: calc(1.125 * var(--rem));
  }
  .pValue {
    padding: calc(200 * var(--px) + 180 * var(--px)) 0 0;
  }
  .pValue__headline {
    position: sticky;
    top: calc(130 * var(--px));
    grid-area: 1/1;
    height: calc(420 * var(--px));
    padding: 0;
    margin-top: calc(-260 * var(--px));
    margin-left: calc(-67 * var(--px));
    font-size: calc(8.125 * var(--rem));
  }
  .pValue__inner {
    position: relative;
    display: grid;
    padding: 0 0 50vh calc(127 * var(--px));
    margin-top: calc(120 * var(--px));
    margin-bottom: -50vh;
  }
  .pValue__lets {
    position: sticky;
    top: calc(50vh - 40 * var(--px));
    left: 0;
    grid-area: 1/1;
    height: calc(170 * var(--px));
    padding: 0;
    font-size: calc(6.875 * var(--rem));
    letter-spacing: -0.04em;
  }
  .pValueList {
    display: grid;
    grid-area: 1/1;
    padding: 0 0 0 calc(324 * var(--px));
    margin: 0;
  }
  .pValueList__trigger {
    display: flex;
    flex-direction: column;
    grid-area: 1/1;
    pointer-events: none;
  }
  .pValueList__trigger_item {
    width: 100%;
    height: 100vh;
  }
  .pValueList__list {
    position: sticky;
    top: calc(50vh - 40 * var(--px));
    left: 0;
    display: grid;
    grid-area: 1/1;
    gap: 0;
    width: 100%;
    height: calc(170 * var(--px));
    overflow: hidden;
  }
  .pValueListItem {
    gap: calc(18 * var(--px));
    align-items: flex-start;
    height: calc(200 * var(--px));
    opacity: 1;
    transform: translateY(0);
  }
  .pValueListItem[data-value=value0] {
    font-family: var(--font-en);
    font-size: calc(6.875 * var(--rem));
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
  }
  .pValueListItem__index {
    font-size: calc(3.75 * var(--rem));
  }
  .pValueListItem__headline {
    font-size: calc(6.875 * var(--rem));
  }
  .pValueListItem__text {
    margin-top: calc(3 * var(--px));
    font-size: calc(1.5 * var(--rem));
    font-weight: 700;
  }
  .pValuePaint {
    position: sticky;
    top: calc(-270 * var(--px));
    left: unset;
    grid-area: 1/1;
    justify-self: end;
    width: calc(676 * var(--px));
    height: calc(710 * var(--px));
    margin-top: calc(-450 * var(--px));
  }
  .pValuePaint__item {
    right: 0;
    left: unset;
    width: calc(676 * var(--px));
  }
  .pValuePdf {
    margin-top: calc(199 * var(--px));
  }
  .pValuePdf__content {
    overflow: hidden;
  }
  .pValuePdf__inner {
    padding: calc(200 * var(--px)) 0 calc(300 * var(--px));
  }
  .pValuePdf__link {
    width: calc(566 * var(--px));
    height: calc(400 * var(--px));
  }
  .pValuePdf__link_item {
    position: relative;
    z-index: 0;
  }
  .pValuePdf__link_hover {
    position: relative;
    display: block;
    display: flex;
    grid-area: 1/1;
    gap: calc(16 * var(--px));
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #23252f;
    opacity: 0;
  }
  .pValuePdf__link_hover_text {
    font-family: var(--font-en);
    font-size: calc(1.4375 * var(--rem));
    font-weight: 600;
    line-height: 1.4;
    color: var(--color-white);
    text-transform: uppercase;
  }
  .pValuePdf__link_hover_icon {
    width: calc(23 * var(--px));
    height: calc(23 * var(--px));
  }
  .pValuePdfPaint {
    width: 100%;
    height: calc(900 * var(--px));
  }
  .pValuePdfPaint__item[data-value=paint3] {
    top: calc(-187 * var(--px));
    left: 0;
    z-index: 1;
    width: calc(895 * var(--px));
    height: calc(1177 * var(--px));
  }
  .pValuePdfPaint__item[data-value=paint4] {
    top: calc(-40 * var(--px));
    left: 0;
    width: 100%;
    height: calc(940 * var(--px));
  }
  .pValuePdfLoop {
    top: calc(357 * var(--px));
  }
  .pValuePdfLoop__item {
    width: calc(600 * var(--px));
    height: calc(106 * var(--px));
  }
  .pCompany__inner {
    padding: calc(122 * var(--px)) 0 calc(80 * var(--px));
  }
  .pCompany__headline {
    padding: 0 calc(60 * var(--px));
  }
  .pCompany__headline::before {
    top: calc(-6 * var(--px));
    left: calc(-13 * var(--px));
    width: calc(12 * var(--px));
    height: calc(12 * var(--px));
  }
  .pCompany__headline_en {
    font-size: calc(8.125 * var(--rem));
  }
  .pCompany__headline_ja {
    font-size: calc(2.5 * var(--rem));
  }
  .pCompany__content {
    padding: 0 calc(60 * var(--px));
    margin-top: calc(120 * var(--px));
  }
  .pCompanySection {
    padding: 0;
    margin: 0;
  }
  .pCompanySection__headline {
    font-size: calc(2.5 * var(--rem));
  }
  .pCompanySection__inner {
    display: grid;
    grid-template-columns: calc(532 * var(--px)) calc(780 * var(--px));
    -moz-column-gap: calc(80 * var(--px));
         column-gap: calc(80 * var(--px));
    margin-top: calc(40 * var(--px));
  }
  .pCompanySection__image {
    width: 100%;
    height: calc(770 * var(--px));
  }
  .pCompanySection__content {
    margin: 0;
  }
  .pCompanySection__text {
    font-size: calc(1.125 * var(--rem));
  }
  .pCompanySection__text.--2, .pCompanySection__text.--3 .pCompanySection__text.--4 {
    margin-top: calc(20 * var(--px));
  }
  .pCompanySection__list {
    margin-top: calc(16 * var(--px));
  }
  .pCompanySection__item {
    display: grid;
    grid-template-columns: calc(70 * var(--px)) calc(638 * var(--px));
    -moz-column-gap: calc(40 * var(--px));
         column-gap: calc(40 * var(--px));
    padding: calc(32 * var(--px)) calc(16 * var(--px));
  }
  .pCompanySection__item_title {
    grid-row: 1/2;
    grid-column: 1/2;
    font-size: calc(1.375 * var(--rem));
  }
  .pCompanySection__item_text {
    margin-top: 0;
    font-size: calc(1.375 * var(--rem));
  }
  .pCompanySection__item_list {
    grid-row: 2/3;
    grid-column: 2/3;
    gap: calc(8 * var(--px));
    margin: calc(8 * var(--px)) 0 0;
  }
  .pCompanySection__item_list_item {
    font-size: calc(1.25 * var(--rem));
  }
  .pCompanySection__sign {
    gap: calc(8 * var(--px));
    margin-top: calc(20 * var(--px));
  }
  .pCompanySection__sign_post {
    font-size: calc(1.375 * var(--rem));
  }
  .pCompanySection__sign_name {
    font-size: calc(1.875 * var(--rem));
  }
  .pCompanySection[data-company=section2] {
    display: grid;
    padding-top: calc(120 * var(--px));
  }
  .pCompanySection[data-company=section2] .pCompanySection__headline {
    grid-area: 1/1;
  }
  .pCompanySection[data-company=section2] .pCompanySection__inner {
    grid-area: 1/1;
    margin: 0;
  }
  .pCompanyTable {
    grid-column: 2/3;
  }
  .pCompanyTable__item {
    grid-template-columns: calc(130 * var(--px)) calc(620 * var(--px));
    -moz-column-gap: calc(30 * var(--px));
         column-gap: calc(30 * var(--px));
    padding: calc(16 * var(--px)) 0;
  }
  .pCompanyTable__item_headline {
    font-size: calc(1.25 * var(--rem));
  }
  .pCompanyTable__item_detail {
    font-size: calc(1.125 * var(--rem));
  }
  .pCompanyTable__item_detail_list {
    gap: calc(8 * var(--px));
  }
  .pCompanyTable__item_detail_list_item {
    font-size: calc(1.125 * var(--rem));
  }
  .pCompanyTable__item:nth-child(3) .pCompanyTable__item_headline, .pCompanyTable__item:nth-child(4) .pCompanyTable__item_headline {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) and (any-hover: hover) {
  .pValuePdf__link {
    overflow: hidden;
  }
  .pValuePdf__link_item {
    transition: transform 0.4s var(--ease-out-cubic);
  }
  .pValuePdf__link_hover {
    transition: opacity 0.4s var(--ease-out-cubic);
  }
  .pValuePdf__link:hover .pValuePdf__link_item {
    transform: scale(1.05);
  }
  .pValuePdf__link:hover .pValuePdf__link_hover {
    opacity: 0.5;
  }
}