.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);
  }
}
.pService__inner {
  position: relative;
  padding: calc(140 * var(--px)) calc(22 * var(--px)) calc(79 * 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__topPaintList {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(255 * var(--px));
  height: calc(175 * var(--px));
}
.pService__topPaintItem {
  position: absolute;
  top: 0;
  right: 0;
}
.pService__topPaintItem:nth-child(1) {
  width: calc(255 * var(--px));
  height: calc(175 * var(--px));
}
.pService__topPaintItem:nth-child(2) {
  width: calc(150 * var(--px));
  height: calc(175 * var(--px));
}
.pService__headline_en {
  font-size: calc(5.625 * var(--rem));
}
.pService__sectionHeadlineJaText_mini {
  margin-left: calc(-4 * var(--px));
  font-size: calc(1.1875 * var(--rem));
}
.pService__anchorNav {
  display: flex;
  flex-wrap: wrap;
  gap: calc(24 * var(--px));
  padding-bottom: calc(23 * var(--px));
  margin-top: calc(60 * var(--px));
  border-bottom: 1px solid #D4D4D4;
}
.pService__anchorNavLink {
  grid-template-columns: calc(0.75 * var(--rem)) auto;
  gap: calc(8 * var(--px));
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
.pService__anchorNavLink::before {
  display: none;
}
.pService__anchorNavText {
  transition: color 0.4s var(--ease-out-cubic);
}
.pService__anchorNavIcon {
  width: calc(0.75 * var(--rem));
  height: calc(0.75 * var(--rem));
  background-color: transparent;
}
.pService__anchorNavIconItem {
  background-color: transparent;
}
.pService__anchorNavIconItem svg {
  width: calc(0.75 * var(--rem));
  height: calc(0.75 * var(--rem));
}
.pService__anchorNavIconItem svg path:nth-child(1) {
  stroke: #1bcaff;
}
.pService__anchorNavText {
  display: flex;
  align-items: center;
  font-size: calc(1 * var(--rem));
  text-align: left;
}
.pService__anchorNavTextSub {
  font-size: calc(0.875 * var(--rem));
  font-weight: 500;
  line-height: 1;
}
.pService__contents {
  display: flex;
  flex-direction: column;
  gap: calc(80 * var(--px));
  margin-top: calc(80 * var(--px));
}
.pService__section {
  display: flex;
  flex-direction: column-reverse;
  gap: calc(24 * var(--px));
}
.pService__sectionImage {
  width: 100%;
  height: calc(270 * var(--px));
}
.pService__sectionDescription {
  margin-top: calc(24 * var(--px));
  font-size: calc(0.9375 * var(--rem));
  font-weight: 500;
  line-height: 1.8;
}
.pService__sns {
  display: flex;
  gap: calc(16 * var(--px));
  align-items: center;
  margin-top: calc(24 * var(--px));
}
.pService__snsLabel {
  font-size: calc(1.1875 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
}
.pService__snsList {
  display: grid;
  grid-template-columns: repeat(3, calc(34 * var(--px)));
  gap: calc(12 * var(--px));
}
.pService__snsItem {
  width: calc(34 * var(--px));
  height: calc(34 * var(--px));
  mix-blend-mode: multiply;
}
.pService__sectionLinkWrap {
  margin-top: calc(24 * var(--px));
}
.pService__sectionLink {
  gap: calc(11 * var(--px));
}
.pService__sectionLink--bottom {
  align-items: end;
  padding: calc(24 * var(--px)) 0;
}
.pService__sectionLink--bottom::after {
  width: 100%;
  margin: 0;
}
.pService__sectionLinkText {
  display: flex;
  flex-direction: column;
  gap: calc(4 * var(--px));
  text-align: left;
}
.pService__sectionLinkText--mini {
  flex-direction: row;
  align-items: center;
}
.pService__sectionLinkText--block {
  margin-left: calc(-8 * var(--px));
  font-size: calc(0.9375 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
}
.pService__sectionLinkTitle {
  font-size: calc(1.75 * var(--rem));
}
.pService__sectionLinkTitle--sub {
  font-size: calc(0.9375 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
}
.pService__merit {
  display: flex;
  flex-direction: column;
  gap: calc(12 * var(--px));
  margin-top: calc(24 * var(--px));
}
.pService__meritHeading {
  width: calc(79 * var(--px));
  height: calc(34 * var(--px));
}
.pService__meritList {
  display: flex;
  flex-direction: column;
  gap: calc(12 * var(--px));
  padding-left: calc(4 * var(--px));
}
.pService__meritItem {
  display: grid;
  grid-template-columns: calc(0.375 * var(--rem)) auto;
  gap: calc(8 * var(--px));
  font-size: calc(0.9375 * var(--rem));
  font-weight: 500;
  line-height: 1.5;
}
.pService__meritItem::before {
  width: calc(0.375 * var(--rem));
  height: calc(0.375 * var(--rem));
  margin-top: calc(7 * var(--px));
  content: "";
  background-color: #1BCAFF;
  scale: 1.01;
}
.pService__details {
  width: 100%;
  margin-top: calc(24 * var(--px));
  border: 1px solid #353849;
}
.pService__details.is-openi, .pService__details[open] {
  --_icon-rotate: 0deg;
}
.pService__details.is-closing {
  --_icon-rotate: 90deg;
}
.pService__detailsSummary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(18 * var(--px)) calc(20 * var(--px));
  font-size: calc(1 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
}
.pService__detailsSummaryIcon {
  display: grid;
  align-items: center;
  justify-content: center;
  width: calc(20 * var(--px));
  height: calc(20 * var(--px));
  margin-top: auto;
  margin-left: auto;
}
.pService__detailsSummaryIcon::before, .pService__detailsSummaryIcon::after {
  grid-area: 1/1;
  width: calc(14 * var(--px));
  height: 1px;
  content: "";
  background-color: #353849;
}
.pService__detailsSummaryIcon::after {
  rotate: var(--_icon-rotate, 90deg);
  transition: rotate 0.4s var(--ease-out-cubic);
}
.pService__detailsBody {
  overflow: hidden;
}
.pService__detailsInner {
  padding: 0 calc(24 * var(--px)) calc(20 * var(--px));
}
.pService__detailsList {
  display: flex;
  flex-direction: column;
  gap: calc(12 * var(--px));
}
.pService__detailsItem {
  display: grid;
  grid-template-columns: calc(0.25 * var(--rem)) auto;
  gap: calc(8 * var(--px));
  font-size: calc(0.875 * var(--rem));
  font-weight: 500;
  line-height: 1.3;
}
.pService__detailsItem::before {
  width: calc(0.25 * var(--rem));
  height: calc(0.25 * var(--rem));
  margin-top: calc(5 * var(--px));
  content: "";
  background-color: #353849;
  scale: 1.01;
}

@media screen and (min-width: 960px) {
  .pService__inner {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    padding: calc(220 * var(--px)) 0 calc(80 * var(--px));
    overflow: clip;
  }
  .pService__topPaintList {
    width: calc(800 * var(--px));
    height: calc(740 * var(--px));
  }
  .pService__topPaintItem:nth-child(1) {
    width: calc(450 * var(--px));
    height: calc(740 * var(--px));
  }
  .pService__topPaintItem:nth-child(2) {
    width: calc(800 * var(--px));
    height: calc(370 * var(--px));
  }
  .pService__headline {
    grid-column: 2/25;
  }
  .pService__headline_en {
    font-size: calc(180 * var(--px));
  }
  .pService__headline_ja {
    margin-top: calc(-15 * var(--px));
  }
  .pService__anchorNav {
    grid-column: 2/25;
    gap: calc(16 * var(--px)) calc(40 * var(--px));
    padding-right: calc(200 * var(--px));
    padding-bottom: calc(40 * var(--px));
    margin-top: calc(80 * var(--px));
  }
  .pService__anchorNavText {
    font-size: calc(1.375 * var(--rem));
    line-height: 1.36;
  }
  .pService__anchorNavTextSub {
    font-size: calc(1.25 * var(--rem));
  }
  .pService__contents {
    grid-column: 2/25;
    gap: calc(240 * var(--px));
    margin-top: calc(169 * var(--px));
  }
  .pService__section {
    display: grid;
    grid-template-columns: calc(706 * var(--px)) calc(626 * var(--px));
    gap: calc(60 * var(--px));
  }
  .pService__section--socialVideo .pService__sectionLinkWrap {
    margin-top: calc(80 * var(--px));
  }
  .pService__section--socialVideo .cButton--background::after {
    left: calc(-61 * var(--px));
    width: calc(100% + 121 * var(--px));
  }
  .pService__sectionDescription {
    display: flex;
    flex-direction: column;
    gap: calc(8 * var(--px));
    margin-top: calc(80 * var(--px));
    font-size: calc(1.25 * var(--rem));
    line-height: 1.7;
  }
  .pService__sns {
    margin-top: calc(40 * var(--px));
  }
  .pService__snsLabel {
    font-size: calc(1.375 * var(--rem));
  }
  .pService__snsList {
    grid-template-columns: repeat(3, calc(40 * var(--px)));
  }
  .pService__snsItem {
    width: calc(40 * var(--px));
    height: calc(40 * var(--px));
  }
  .pService__sectionLinkWrap {
    margin-top: calc(40 * var(--px));
  }
  .pService__sectionLink {
    padding: calc(16 * var(--px)) 0;
  }
  .pService__sectionLink--bottom {
    padding: calc(24 * var(--px)) 0;
  }
  .pService__sectionLinkText {
    gap: calc(8 * var(--px));
  }
  .pService__sectionLinkTitle {
    font-size: calc(2.625 * var(--rem));
    line-height: 1.36;
  }
  .pService__sectionLinkTitle--sub {
    font-size: calc(1.375 * var(--rem));
    line-height: 1.36;
  }
  .pService__sectionImage {
    position: sticky;
    top: calc(50vh - 350 * var(--px));
    width: calc(626 * var(--px));
    height: calc(700 * var(--px));
  }
  .pService__merit {
    gap: calc(16 * var(--px));
    margin-top: calc(80 * var(--px));
  }
  .pService__meritHeading {
    width: calc(144 * var(--px));
    height: calc(50 * var(--px));
  }
  .pService__meritList {
    gap: calc(16 * var(--px));
  }
  .pService__meritItem {
    grid-template-columns: calc(0.5 * var(--rem)) auto;
    gap: calc(8 * var(--px));
    font-size: calc(1.25 * var(--rem));
    line-height: 1.4;
  }
  .pService__meritItem::before {
    width: calc(0.5 * var(--rem));
    height: calc(0.5 * var(--rem));
    margin-top: calc(10 * var(--px));
  }
  .pService__details {
    width: calc(159 * var(--px));
    margin-top: calc(40 * var(--px));
    transition: width 0.4s var(--ease-out-cubic);
  }
  .pService__details.is-open, .pService__details[open] {
    width: 100%;
  }
  .pService__details.is-closing {
    width: calc(159 * var(--px));
  }
  .pService__detailsSummaryIcon {
    margin: 0;
  }
  .pService__detailsSummary {
    font-size: calc(1.25 * var(--rem));
    line-height: 1.4;
  }
  .pService__detailsItem {
    font-size: calc(1 * var(--rem));
    line-height: 1;
  }
  .pService__detailsItem::before {
    width: calc(0.375 * var(--rem));
    height: calc(0.375 * var(--rem));
    margin-top: calc(0.3125 * var(--rem));
  }
  .pService__detailsBody {
    width: calc(704 * var(--px));
  }
  .pService__sectionLinkText {
    font-size: calc(1.375 * var(--rem));
  }
  .pService__sectionLinkText--block {
    margin-left: calc(-2 * var(--px));
    font-size: calc(1.25 * var(--rem));
    line-height: 1.4;
  }
}
@media screen and (min-width: 960px) and (hover: hover) {
  .pService__anchorNavLink:hover .pService__anchorNavText {
    color: #6F7077;
  }
  .pService__details:not(.is-open, [open]) .pService__detailsSummaryIcon::before, .pService__details:not(.is-open, [open]) .pService__detailsSummaryIcon::after {
    transition: transform 0.4s var(--ease-out-cubic);
  }
  .pService__details:not(.is-open, [open]):hover .pService__detailsSummaryIcon::before, .pService__details:not(.is-open, [open]):hover .pService__detailsSummaryIcon::after {
    transform: rotate(90deg);
  }
}