.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);
  }
}
.cAniversalLink__imageWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cAniversalLink__imageList {
  position: relative;
  transition: transform 0.4s var(--ease-out-cubic);
}
.cAniversalLink__imageList::before {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: opacity 0.4s var(--ease-out-cubic);
}

@media screen and (min-width: 960px) and (hover: hover) {
  .cAniversalLink:hover .cAniversalLink__imageList {
    transform: scale(1.05);
  }
  .cAniversalLink:hover .cAniversalLink__imageList::before {
    opacity: 0;
  }
}
.pMarketing {
  overflow: hidden;
  color: var(--color-white);
}
.pMarketing__inner {
  position: relative;
}
.pMarketing__inner::before {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/navy-bg.jpg");
  background-repeat: repeat;
  background-position: left top;
  background-size: calc(100 * var(--px));
}

.pFv {
  position: relative;
}
.pFv__inner {
  padding: calc(140 * var(--px)) 0 calc(79 * var(--px));
  overflow: hidden;
}
.pFv__printList {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: calc(800 * var(--px));
}
.pFv__printItem {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.pFv__headline {
  padding: 0 calc(22 * var(--px));
}
.pFv__description {
  padding: 0 calc(22 * var(--px));
  margin-top: calc(24 * var(--px));
  font-size: calc(0.9375 * var(--rem));
  font-weight: 500;
  line-height: 1.8;
  opacity: 0;
}
.pFv__imageList {
  display: flex;
  gap: calc(6 * var(--px));
  margin-top: calc(48 * var(--px));
  transform: rotate(-19deg) skew(31deg, 0) translate(calc(-560 * var(--px)), 0);
}
.pFv__imageItem {
  flex-shrink: 0;
  width: calc(127 * var(--px));
  height: calc(259 * var(--px));
  overflow: hidden;
  border-radius: calc(4 * var(--px));
}

.pAbout__item {
  color: var(--color-base);
  background-color: var(--color-pale);
}
.pAbout__printList {
  bottom: calc(400 * var(--px));
  height: calc(362 * var(--px));
}
.pAbout__printItem:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pSupport__itemNumber::before {
  background-color: #F75CF5;
}

@media screen and (min-width: 960px) {
  .pFv__inner {
    padding: calc(220 * var(--px)) 0 calc(275 * var(--px));
  }
  .pFv__printList {
    width: calc(755 * var(--px));
    height: calc(1420 * var(--px));
  }
  .pFv__content {
    padding: 0 calc(60 * var(--px));
  }
  .pFv__headline {
    padding: 0;
  }
  .pFv__description {
    padding: 0;
    margin-top: calc(80 * var(--px));
    font-size: calc(1.25 * var(--rem));
    font-weight: 500;
    line-height: 1.7;
  }
  .pFv__imageList {
    gap: calc(15 * var(--px));
    margin-top: calc(-7 * var(--px));
    transform: rotate(-19deg) skew(31deg, 0) translate(calc(-330 * var(--px)), 0);
  }
  .pFv__imageItem {
    width: calc(253 * var(--px));
    height: calc(518 * var(--px));
    border-radius: calc(6 * var(--px));
  }
  .pAbout__title {
    grid-column: 2/10;
  }
  .pAbout__description {
    grid-column: 11/25;
    margin-top: calc(25 * var(--px));
  }
  .pAbout__item:nth-child(1) {
    top: calc(348 * var(--px));
    left: calc(215 * var(--px));
    width: calc(419 * var(--px));
    padding: calc(37 * var(--px)) calc(159 * var(--px)) calc(34 * var(--px)) calc(36 * var(--px));
  }
  .pAbout__item:nth-child(1) .pAbout__itemTriangle {
    left: calc(189 * var(--px));
  }
  .pAbout__item:nth-child(2) {
    top: calc(390 * var(--px));
    right: calc(79 * var(--px));
    left: unset;
    width: calc(371 * var(--px));
    padding: calc(37 * var(--px)) calc(31 * var(--px)) calc(33 * var(--px)) calc(60 * var(--px));
  }
  .pAbout__item:nth-child(2) .pAbout__itemNumber {
    right: calc(33 * var(--px));
    left: unset;
  }
  .pAbout__item:nth-child(2) .pAbout__itemTriangle {
    left: calc(75 * var(--px));
  }
  .pAbout__item:nth-child(3) {
    top: calc(637 * var(--px));
    right: calc(139 * var(--px));
    width: calc(371 * var(--px));
    padding: calc(37 * var(--px)) calc(29 * var(--px)) calc(33 * var(--px)) calc(62 * var(--px));
  }
  .pAbout__item:nth-child(3) .pAbout__itemTriangle {
    left: calc(75 * var(--px));
  }
  .pAbout__itemText {
    font-size: calc(1.75 * var(--rem));
  }
  .pAbout__recommendList {
    grid-template-columns: calc(320 * var(--px)) calc(342 * var(--px)) calc(276 * var(--px));
  }
  .pAbout__printList {
    bottom: 0;
    height: calc(792 * var(--px));
  }
  .pAbout__printItem:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}