.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));
  }
}
.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;
  }
}
.pTopFv__inner {
  position: relative;
  width: 100%;
  height: 250vh;
}
.pTopFv__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  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));
}
.pTopFv__mover {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.pTopFv__video {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  width: min(100vw, 177.7777777778vh);
  height: 100%;
  height: calc(min(100vw, 177.7777777778vh) * 16 / 9);
  overflow: hidden;
  border-radius: calc(6 * var(--px));
}
.pTopFv__video_tag {
  width: 100%;
  height: 100%;
}
.pTopFv__logo {
  position: absolute;
  top: calc(32 * var(--px));
  left: calc(22 * var(--px));
  z-index: 1;
  width: calc(185 * var(--px));
  height: calc(40 * var(--px));
}
.pTopFv__nav {
  position: absolute;
  top: calc(138 * var(--px));
  left: calc(40 * var(--px));
  z-index: 1;
  display: none;
  color: var(--color-white);
}
.pTopFv__navList {
  display: flex;
  flex-direction: column;
  gap: calc(18 * var(--px));
}
.pTopFv__navLink {
  width: calc(9.0625 * var(--rem));
}
.pTopFv__navTextEn {
  font-family: var(--font-en);
  font-size: calc(1.4375 * var(--rem));
  font-weight: 600;
  line-height: 1;
  color: #B9B9B9;
  text-transform: uppercase;
}
.pTopFv__navTextJa {
  font-size: calc(1.125 * var(--rem));
  font-weight: 700;
  line-height: 1;
}
.pTopFv__background {
  position: absolute;
  width: 100%;
  height: 100%;
}
.pTopFv__background_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pTopFv__scrollBar {
  position: absolute;
  right: calc(32 * var(--px));
  bottom: 0;
  width: 1px;
  height: calc(86 * var(--px));
  overflow: hidden;
  background-color: #1C45A5;
}
.pTopFv__scrollBar_line {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.pTopFv__scrollBar_line:nth-child(2) {
  height: calc(23 * var(--px));
  background-color: var(--color-white);
  animation: scrollBarAnim 2s infinite;
}
@keyframes scrollBarAnim {
  0% {
    transform: translateY(calc(-23 * var(--px)));
  }
  100% {
    transform: translateY(calc(90 * var(--px)));
  }
}

.pSolution {
  margin-top: calc(-150 * var(--px));
  overflow: hidden;
}
.pSolution__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(200 * var(--px)) calc(22 * var(--px));
  background-image: url("../images/navy-bg.jpg");
  background-repeat: repeat;
  background-position: left top;
  background-size: calc(100 * var(--px));
}
.pSolution__headline {
  display: flex;
  flex-direction: column;
  gap: calc(15 * var(--px));
}
.pSolution__headlineItem {
  overflow: hidden;
}
.pSolution__headlineItem_inner {
  display: block;
}
.pSolution__description {
  margin-top: calc(40 * var(--px));
  font-size: calc(0.9375 * var(--rem));
  line-height: 1.8;
  color: var(--color-white);
}
.pSolution__paintTop {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(278 * var(--px));
  height: calc(204 * var(--px));
}
.pSolution__paintTop_item {
  position: absolute;
  width: 100%;
  height: 100%;
}
.pSolution__paintBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(157 * var(--px));
  height: calc(185 * var(--px));
}
.pSolution__paintBottom_item {
  position: absolute;
  width: 100%;
  height: 100%;
}

.pSlide__inner {
  display: flex;
  flex-direction: column;
  gap: calc(24 * var(--px));
  padding: calc(48 * var(--px)) 0 calc(40 * var(--px));
  background-color: var(--color-pale);
}
.pSlide__wrapper {
  display: flex;
  gap: calc(28 * var(--px));
  overflow: hidden;
  --slide-duration: 60s;
}
.pSlide__slideList {
  display: flex;
  flex: 0 0 auto;
  gap: calc(28 * var(--px));
  width: -moz-max-content;
  width: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
}
.pSlide__wrapper--top .pSlide__slideList {
  animation: scroll-right var(--slide-duration) infinite linear 0.5s both;
}
.pSlide__wrapper--bottom .pSlide__slideList {
  animation: scroll-left var(--slide-duration) infinite linear 0.5s both;
}
.pSlide__slideItem {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  max-width: calc(136 * var(--px));
  height: calc(36 * var(--px));
}
.pSlide__slideItem img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - calc(28 * var(--px))));
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(calc(-100% - calc(28 * var(--px))));
  }
  100% {
    transform: translateX(0);
  }
}

.pService {
  position: relative;
  overflow: hidden;
}
.pService__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));
}
.pService__inner {
  position: relative;
  padding: calc(80 * var(--px)) 0 calc(39 * var(--px));
}
.pService__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-pale);
}
.pService__headline {
  gap: 0;
  padding: 0 calc(22 * var(--px));
}
.pService__headline_en {
  font-size: calc(6.25 * var(--rem));
}
.pService__headline_ja {
  margin-top: calc(-5 * var(--px));
}
.pService__imageList {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(600 * var(--px));
  margin-top: calc(10 * var(--px));
}
.pService__imageItem {
  position: absolute;
  z-index: 2;
  width: calc(176 * var(--px));
  height: calc(314 * var(--px));
  overflow: hidden;
  border: 1px solid #F4F7F8;
  border-radius: 10px;
  box-shadow: 9.41px 10.22px 9.54px 0 rgba(35, 37, 47, 0.06);
}
.pService__imageItem:nth-child(1) {
  bottom: calc(76 * var(--px));
  left: calc(50 * var(--px));
}
.pService__imageItem:nth-child(2) {
  position: relative;
  z-index: 3;
  grid-area: 1/1;
}
.pService__imageItem:nth-child(3) {
  top: calc(76 * var(--px));
  right: calc(50 * var(--px));
}
.pService__imageCircle {
  position: absolute;
  top: calc(9 * var(--px));
  left: calc(50% - 546 * var(--px) / 2);
  z-index: 1;
  width: calc(546 * var(--px));
  height: calc(546 * var(--px));
}
.pService__imagePaint {
  position: absolute;
  top: calc(-70 * var(--px));
  left: 0;
  z-index: -1;
}
.pService__imagePaint[paint-color=white] {
  width: calc(400 * var(--px));
  height: calc(621 * var(--px));
}
.pService__imagePaint[paint-color=navy] {
  width: calc(400 * var(--px));
  height: calc(713 * var(--px));
}
.pService__content {
  display: flex;
  flex-direction: column;
  gap: calc(60 * var(--px));
  padding: 0 calc(22 * var(--px));
  margin-top: calc(34 * var(--px));
}
.pService__number {
  width: calc(60 * var(--px));
  height: calc(51 * var(--px));
  margin-top: calc(8 * var(--px));
}
.pService__title {
  font-size: calc(2.125 * var(--rem));
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.06em;
}
.pService__linkList {
  margin-top: calc(12 * var(--px));
}
.pService__link--bottom {
  gap: calc(11 * var(--px));
  align-items: end;
  padding: calc(24 * var(--px)) 0;
}
.pService__linkText {
  display: flex;
  align-items: center;
  text-align: left;
}
.pService__linkText--block {
  font-size: calc(0.9375 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
}
.pService__linkText--bottom {
  flex-direction: column;
  gap: calc(4 * var(--px));
  align-items: flex-start;
}
.pService__linkTitle {
  font-size: calc(1.75 * var(--rem));
  font-weight: 700;
  line-height: 1.5;
}
.pService__linkTitle--sub {
  font-size: calc(0.9375 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
}
.pService__slide {
  display: flex;
  gap: calc(8 * var(--px));
  margin-top: calc(40 * var(--px));
  overflow: hidden;
  --slide-duration: 35s;
}
.pService__slideContent {
  display: flex;
  flex: 0 0 auto;
  gap: calc(8 * var(--px));
  align-items: center;
  animation: scroll-left var(--slide-duration) infinite linear 0.5s both;
  will-change: transform;
}
.pService__itemImage {
  width: calc(48 * var(--px));
  height: calc(70 * var(--px));
}
.pService__itemText {
  margin-top: calc(10 * var(--px));
}
.pService__itemText[data-id="1"] {
  width: calc(599 * var(--px));
  height: calc(56 * var(--px));
}
.pService__itemText[data-id="2"] {
  width: calc(658 * var(--px));
  height: calc(56 * var(--px));
}
.pService__itemText[data-id="3"] {
  width: calc(310 * var(--px));
  height: calc(56 * var(--px));
}

.pReason {
  position: relative;
}
.pReason__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));
}
.pReason__paint {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(267 * var(--px));
  height: calc(279 * var(--px));
}
.pReason__inner {
  display: grid;
  gap: calc(40 * var(--px));
  padding: calc(75 * var(--px)) calc(22 * var(--px)) calc(40 * var(--px));
  color: var(--color-white);
}
.pReason__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);
}
.pReason__item:first-child::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #353849;
}
.pReason__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;
}
.pReason__itemNumber::before {
  position: absolute;
  top: -5px;
  right: calc(100% + 1px);
  width: calc(8 * var(--px));
  height: calc(8 * var(--px));
  content: "";
  background-color: #1BCAFF;
}
.pReason__itemTitle {
  margin-top: calc(12 * var(--px));
  font-size: calc(1.375 * var(--rem));
  font-weight: 700;
  line-height: 1.1;
}
.pReason__itemDescription {
  font-size: calc(0.875 * var(--rem));
  font-weight: 500;
  line-height: 1.8;
}
.pReason__itemInner {
  display: grid;
  gap: calc(12 * var(--px));
}

.pCase__link {
  overflow: hidden;
}

.pAbout__inner {
  position: relative;
  padding: calc(100 * var(--px)) calc(22 * var(--px)) calc(40 * var(--px));
  overflow: hidden;
}
.pAbout__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-pale);
}
.pAbout__title {
  display: flex;
  flex-direction: column;
  font-size: calc(2.25 * var(--rem));
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.06em;
}
.pAbout__titleItem {
  overflow: hidden;
}
.pAbout__titleItem_inner {
  display: block;
}
.pAbout__link {
  margin-top: calc(60 * var(--px));
  opacity: 0;
}
.pAbout__paintWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.pAbout__paint {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media screen and (min-width: 576px) {
  .pTopFv__inner {
    height: 250vh;
  }
  .pTopFv__video {
    width: min(100vw, 177.7777777778vh);
    height: calc(min(100vw, 177.7777777778vh) * 9 / 16);
    border-radius: calc(12 * var(--px));
  }
  .pTopFv__background {
    position: absolute;
    top: calc(50% - 300 * var(--px) / 2);
    left: calc(50% - 300 * var(--px) / 2);
    width: calc(300 * var(--px));
    height: calc(300 * var(--px));
  }
  .pSolution__inner {
    padding-top: calc(90 * var(--px));
  }
  .pSolution__description {
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 960px) {
  .pTopFv__inner {
    height: 250vh;
  }
  .pTopFv__video {
    width: min(100vw, 177.7777777778vh);
    height: calc(min(100vw, 177.7777777778vh) * 9 / 16);
    border-radius: calc(12 * var(--px));
  }
  .pTopFv__logo {
    top: calc(32 * var(--px));
    left: calc(22 * var(--px));
    width: calc(278 * var(--px));
    height: calc(60 * var(--px));
  }
  .pTopFv__nav {
    display: block;
  }
  .pTopFv__background {
    position: absolute;
    top: calc(50% - 1070 * var(--px) / 2);
    left: calc(50% - 1070 * var(--px) / 2);
    width: calc(1070 * var(--px));
    height: calc(1070 * var(--px));
  }
  .pTopFv__scrollBar {
    right: calc(60 * var(--px));
    height: calc(103 * var(--px));
  }
  .pTopFv__scrollBar_line:nth-child(2) {
    height: calc(23 * var(--px));
    background-color: var(--color-white);
    animation: scrollBarAnim 2.5s infinite;
  }
  @keyframes scrollBarAnim {
    0% {
      transform: translateY(calc(-23 * var(--px)));
    }
    100% {
      transform: translateY(calc(103 * var(--px)));
    }
  }
  .pSolution {
    margin-top: 0;
  }
  .pSolution__inner {
    padding: calc(252 * var(--px)) calc(60 * var(--px)) calc(200 * var(--px));
  }
  .pSolution__headline {
    gap: calc(12 * var(--px));
    justify-content: center;
    padding: calc(29 * var(--px)) 0 calc(32 * var(--px));
  }
  .pSolution__headlineItem {
    width: calc(974 * var(--px));
    height: calc(102 * var(--px));
  }
  .pSolution__description {
    margin-top: calc(80 * var(--px));
    font-size: calc(1.25 * var(--rem));
    line-height: 1.7;
    text-align: center;
  }
  .pSolution__paintTop {
    width: calc(665 * var(--px));
    height: calc(684 * var(--px));
  }
  .pSolution__paintBottom {
    width: calc(417 * var(--px));
    height: calc(546 * var(--px));
  }
  .pSlide__inner {
    gap: calc(80 * var(--px));
    padding: calc(140 * var(--px)) 0;
  }
  .pSlide__wrapper {
    gap: calc(80 * var(--px));
    --slide-duration: 60s;
  }
  .pSlide__slideList {
    gap: calc(80 * var(--px));
  }
  .pSlide__slideItem {
    max-width: calc(180 * var(--px));
    height: calc(40 * var(--px));
  }
  .pService__inner {
    padding: calc(130 * var(--px)) 0 calc(72 * var(--px));
  }
  .pService__headline {
    padding: 0 calc(60 * var(--px));
  }
  .pService__headline_en {
    font-size: calc(11.25 * var(--rem));
  }
  .pService__headline_ja {
    margin-top: calc(-10 * var(--px));
  }
  .pService__imageList {
    height: calc(900 * var(--px));
    margin-top: calc(-51 * var(--px));
    overflow: unset;
  }
  .pService__imageItem {
    width: calc(333 * var(--px));
    height: calc(600 * var(--px));
    border-radius: calc(24 * var(--px));
    box-shadow: 20px 20px 15px 0 rgba(35, 37, 47, 0.06);
  }
  .pService__imageItem:nth-child(1) {
    bottom: calc(90 * var(--px));
    left: calc(300 * var(--px));
  }
  .pService__imageItem:nth-child(3) {
    top: calc(90 * var(--px));
    right: calc(300 * var(--px));
  }
  .pService__imageCircle {
    top: calc(50% - 1205 * var(--px) / 2);
    left: calc(50% - 1205 * var(--px) / 2);
    width: calc(1205 * var(--px));
    height: calc(1205 * var(--px));
  }
  .pService__imagePaint {
    top: calc(-325 * var(--px));
  }
  .pService__imagePaint[paint-color=white] {
    width: 100%;
    height: calc(1363 * var(--px));
  }
  .pService__imagePaint[paint-color=navy] {
    width: 100%;
    height: calc(1025 * var(--px));
  }
  .pService__content {
    gap: calc(80 * var(--px));
    padding: 0 calc(73 * var(--px));
    margin-top: calc(82 * var(--px));
  }
  .pService__item:nth-child(2) .pService__number {
    width: calc(113 * var(--px));
    height: calc(94 * var(--px));
  }
  .pService__header {
    display: flex;
    gap: calc(16 * var(--px));
    align-items: center;
  }
  .pService__number {
    width: calc(98 * var(--px));
    height: calc(94 * var(--px));
    margin-top: 0;
  }
  .pService__title {
    font-size: calc(3.5 * var(--rem));
  }
  .pService__linkList {
    margin-top: calc(12 * var(--px));
  }
  .pService__link--bottom {
    gap: calc(11 * var(--px));
    align-items: end;
  }
  .pService__linkText--block {
    font-size: calc(1.375 * var(--rem));
    font-weight: 700;
    line-height: 1.36;
  }
  .pService__linkText--bottom {
    gap: calc(8 * var(--px));
  }
  .pService__linkTitle {
    font-size: calc(2.625 * var(--rem));
    line-height: 1.36;
  }
  .pService__linkTitle--sub {
    font-size: calc(1.375 * var(--rem));
    font-weight: 700;
    line-height: 1.36;
  }
  .pService__slide {
    gap: calc(16 * var(--px));
    margin-top: calc(67 * var(--px));
    --slide-duration: 50s;
  }
  .pService__slideContent {
    gap: calc(16 * var(--px));
  }
  .pService__itemImage {
    width: calc(100 * var(--px));
    height: calc(140 * var(--px));
  }
  .pService__itemText {
    margin-top: 0;
  }
  .pService__itemText[data-id="1"] {
    width: calc(1195 * var(--px));
    height: calc(108 * var(--px));
  }
  .pService__itemText[data-id="2"] {
    width: calc(1313 * var(--px));
    height: calc(107 * var(--px));
  }
  .pService__itemText[data-id="3"] {
    width: calc(617 * var(--px));
    height: calc(108 * var(--px));
  }
  .pReason__inner {
    display: grid;
    grid-template-columns: auto calc(833 * var(--px));
    justify-content: space-between;
    padding: calc(140 * var(--px)) 0 calc(140 * var(--px)) calc(60 * var(--px));
  }
  .pReason__sectionHeadline {
    position: sticky;
    top: calc(140 * var(--px));
    grid-area: 1/1;
    padding-bottom: calc(325 * var(--px));
  }
  .pReason__list {
    margin-top: calc(80 * var(--px));
  }
  .pReason__item {
    padding: calc(40 * var(--px)) calc(40 * var(--px)) calc(120 * var(--px));
  }
  .pReason__itemInner {
    gap: calc(16 * var(--px));
  }
  .pReason__itemNumber {
    font-size: calc(2.8125 * var(--rem));
    line-height: 1.2;
  }
  .pReason__itemNumber::before {
    width: calc(12 * var(--px));
    height: calc(12 * var(--px));
  }
  .pReason__itemTitle {
    margin-top: calc(24 * var(--px));
    font-size: calc(2.5 * var(--rem));
  }
  .pReason__itemDescription {
    font-size: calc(1.125 * var(--rem));
    font-weight: 500;
    line-height: 1.7;
  }
  .pReason__paint {
    position: sticky;
    right: unset;
    left: 0;
    grid-area: 1/1;
    width: calc(557 * var(--px));
    height: calc(640 * var(--px));
    margin-top: calc(-140 * var(--px));
    margin-left: calc(-60 * var(--px));
  }
  .pAbout__inner {
    padding: calc(200 * var(--px)) calc(60 * var(--px)) calc(80 * var(--px));
  }
  .pAbout__title {
    gap: 0;
    font-size: calc(5 * var(--rem));
    letter-spacing: -0.13em;
  }
  .pAbout__link {
    margin-top: calc(80 * var(--px));
  }
}