@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}

/* リキッドレイアウト対応 */

html {
  font-size: 3.8647342995vw;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

html {
  scroll-behavior: smooth;
}

/* Set core body defaults */

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* ホバー */

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cpa-about__wrapper {
  background: url(../img/about-background.jpg) no-repeat center center/cover;
  border-bottom: solid rgba(255, 255, 255, 0.2) 0.08rem;
  border-top: solid rgba(255, 255, 255, 0.2) 0.08rem;
  padding-bottom: 1rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 1rem;
}

.cpa-about__label {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    140deg,
    rgb(251, 250, 248) 0%,
    rgb(203, 227, 232) 100%
  );
  background-clip: text;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  line-height: 160%;
  text-align: center;
}

.cpa-about__headline {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    135deg,
    rgb(251, 250, 248) -30%,
    rgb(203, 227, 232) 70%
  );
  background-clip: text;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 150%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.25rem;
  max-width: 21.25rem;
  position: relative;
  text-align: center;
}

.cpa-about__headline::before,
.cpa-about__headline::after {
  aspect-ratio: 11/45;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6875rem;
}

.cpa-about__headline::before {
  background: url(../img/about-headline-left.png) no-repeat center
    center/contain;
  left: 0;
}

.cpa-about__headline::after {
  background: url(../img/about-headline-right.png) no-repeat center
    center/contain;
  right: 0;
}

.cpa-about__achievements {
  margin-top: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.cpa-about__achievement-img {
  margin-left: auto;
  margin-right: auto;
  max-width: 21.6875rem;
}

.cpa-about__achievement-img:nth-child(2) {
  margin-top: -1.5rem;
}

.cpa-about__achievement-img img {
  -o-object-fit: contain;
  aspect-ratio: 347/104;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-about__note {
  margin-top: 0.75rem;
}

.cpa-about__note-text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 170%;
}

.cpa-about__note-text:first-child {
  cursor: pointer;
  padding-right: 0.5625rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.cpa-about__note-text:first-child::before {
  aspect-ratio: 6/4;
  background: url(../img/arrow_about.png) no-repeat center center/contain;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.375rem;
}

.cpa-about__note-text:last-child {
  display: none;
}

.cpa-about__note-text + .cpa-about__note-text {
  margin-top: 0.25rem;
}

.cpa-about__content-wrap {
  background: url(../img/about-background02.jpg) no-repeat center center/cover;
  overflow-x: clip;
  padding-bottom: 3.6875rem;
  padding-top: 4.8125rem;
  position: relative;
}

.cpa-about__content-wrap::before {
  aspect-ratio: 114/279;
  background: url(../img/rinjoukan.png) no-repeat center center/contain;
  content: "";
  left: 0;
  mix-blend-mode: soft-light;
  opacity: 0.6;
  position: absolute;
  top: 1.3125rem;
  width: 7.125rem;
}

.cpa-about__content-wrap::after {
  aspect-ratio: 89/386;
  background: url(../img/nakamatotomoni.png) no-repeat center center/contain;
  content: "";
  mix-blend-mode: soft-light;
  opacity: 0.6;
  position: absolute;
  right: 0.9375rem;
  top: calc(50% + 9.0625rem);
  transform: translateY(-50%);
  width: 5.5625rem;
}

.cpa-about__item {
  display: flex;
  flex-direction: column;
  position: relative;
}

.cpa-about__item::before {
  aspect-ratio: 414/280;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100vw;
}

.cpa-about__item:first-child::before {
  background: url(../img/about-wave01.png) no-repeat center center/cover;
  top: calc(50% - 1.25rem);
}

.cpa-about__item:nth-child(2)::before {
  background: url(../img/about-wave02.png) no-repeat center center/cover;
  top: calc(50% - 6.875rem);
}

.cpa-about__item + .cpa-about__item {
  margin-top: 6.5rem;
}

.cpa-about__img {
  order: 2;
}

.cpa-about__item:first-child .cpa-about__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  transform: translateX(-0.9375rem);
  width: 28.0625rem;
}

.cpa-about__item:first-child .cpa-about__img img {
  -o-object-fit: contain;
  aspect-ratio: 449/279;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-about__item:last-child .cpa-about__img {
  transform: translateX(0.4375rem);
}

.cpa-about__item:last-child .cpa-about__img img {
  -o-object-fit: contain;
  aspect-ratio: 374/348;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-about__item-body {
  display: contents;
}

.cpa-about__item-title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    135deg,
    rgb(251, 250, 248) -30%,
    rgb(203, 227, 232) 70%
  );
  background-clip: text;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 150%;
  margin-left: auto;
  margin-right: auto;
  order: 1;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.cpa-about__item-text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 185%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  max-width: 20.625rem;
  order: 3;
}

.cpa-about__item:last-child .cpa-about__item-text {
  margin-top: 1.4375rem;
}

.cpa-contact {
  background: url(../img/contact-background.jpg) no-repeat center top/cover;
  padding-bottom: 2.3125rem;
  padding-top: 5.3125rem;
  position: relative;
}

.cpa-contact::before {
  aspect-ratio: 434/73;
  background: url(../img/accounting.png) no-repeat center center/contain;
  content: "";
  left: 50%;
  mix-blend-mode: multiply;
  position: absolute;
  top: -0.5rem;
  transform: translateX(-50%);
  width: 100%;
}

.cpa-contact__inner.inner {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cpa-contact__container {
  background-color: rgba(10, 16, 59, 0.631372549);
  border-radius: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding-bottom: 2.3125rem;
  padding-top: 2.5rem;
  position: relative;
}

.cpa-contact__title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    120deg,
    rgb(255, 255, 255) 0%,
    rgb(200, 207, 231) 45%,
    rgb(222, 222, 222) 100%
  );
  background-clip: text;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.34em;
  line-height: 120%;
  position: absolute;
  text-transform: uppercase;
  top: -1.5625rem;
  transform: translateX(-50%);
}

.cpa-contact__text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 180%;
  text-align: center;
}

.cpa-contact__button {
  margin-top: 1.5rem;
  text-align: center;
}

.cpa-contact__button a {
  background-color: #255ff4;
  border-radius: calc(infinity * 1px);
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.10625rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 140%;
  min-width: 20.625rem;
  padding-bottom: 1.75rem;
  padding-right: 0.5rem;
  padding-top: 1.5625rem;
  position: relative;
  text-align: center;
}

.cpa-contact__button a::before {
  aspect-ratio: 6/9;
  background: url(../img/arrow-contact.png) no-repeat center center/contain;
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4375rem;
}

.cpa-cpass {
  background: url(../img/cpass-background.jpg) no-repeat center top/cover;
  margin-top: -7.1875rem;
  padding-top: 10.4375rem;
  position: relative;
}

.cpa-cpass::before {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    90deg,
    rgba(93, 93, 88, 0.7) 0%,
    rgba(60, 57, 37, 0.4) 100%
  );
  background-clip: text;
  content: "cpass";
  font-family: "Zen Old Mincho", serif;
  font-size: 3.625rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 120%;
  mix-blend-mode: screen;
  opacity: 0.5;
  position: absolute;
  text-transform: uppercase;
  top: 7rem;
  transform: translateX(-50%);
}

.cpa-cpass__inner.inner {
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
}

.cpa-cpass__title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    90deg,
    rgb(248, 248, 248) 0%,
    rgb(184, 184, 184) 11%,
    rgb(255, 255, 255) 28%,
    rgb(229, 229, 229) 44%,
    rgb(229, 229, 229) 67%,
    rgb(222, 222, 222) 100%
  );
  background-clip: text;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 120%;
  mix-blend-mode: color-dodge;
  opacity: 0.95;
  text-align: center;
}

.cpa-cpass__message {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    135deg,
    rgb(251, 250, 248) -20%,
    rgb(184, 227, 236) 80%
  );
  background-clip: text;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 230%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.cpa-cpass__container {
  margin-top: 2.625rem;
}

.cpa-cpass__img img {
  -o-object-fit: cover;
  aspect-ratio: 472/282;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.cpa-cpass__text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 205%;
  margin-top: 1.25rem;
}

.cpa-exchange {
  overflow-x: clip;
}

.cpa-exchange__heading {
  background: url(../img/exchange-heading-bg.jpg) no-repeat center center/cover;
  padding-bottom: 9.9375rem;
  padding-top: 1.75rem;
}

.cpa-exchange__heading-text {
  color: #f9f9f9;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 180%;
  text-align: center;
}

.cpa-exchange__heading-text span {
  display: inline-block;
  margin-right: 0.3125rem;
  padding-left: 0.3125rem;
  padding-right: 0.125rem;
  position: relative;
}

.cpa-exchange__heading-text span::before {
  border: 0.075rem solid #f9f9f9;
  content: "";
  height: 80%;
  left: 50%;
  position: absolute;
  top: 52%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.cpa-exchange__title {
  background-color: #f9f9f9;
  color: #040000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.625rem;
  padding-bottom: 0.4375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.3125rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.cpa-exchange__heading-note {
  color: #f9f9f9;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.5625rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 120%;
  margin-top: 0.5625rem;
  text-align: center;
}

.cpa-exchange__wrap {
  background: url(../img/exchange-background.png) no-repeat center top/cover;
  margin-top: -10.75rem;
}

.cpa-exchange__report {
  padding-top: 8.8125rem;
}

.cpa-exchange__report-inner.inner {
  max-width: 25rem;
  position: relative;
}

.cpa-exchange__report-label {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    120deg,
    rgb(255, 255, 255) 0%,
    rgb(200, 207, 231) 45%,
    rgb(222, 222, 222) 100%
  );
  background-clip: text;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5375rem;
  font-weight: 400;
  left: 1.25rem;
  letter-spacing: 0.23em;
  line-height: 120%;
  position: absolute;
  text-transform: uppercase;
  top: -5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.cpa-exchange__report-label::before {
  background-color: #fff;
  bottom: -0.1875rem;
  content: "";
  height: 0.0625rem;
  opacity: 0.9;
  position: absolute;
  right: 0;
  width: 130%;
}

.cpa-exchange__report-title {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.08125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 140%;
}

.cpa-exchange__report-date {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 160%;
}

.cpa-exchange__report-img {
  margin-top: 0.5625rem;
}

.cpa-exchange__report-img img {
  -o-object-fit: contain;
  aspect-ratio: 360/334;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-exchange__report-schedule {
  margin-top: 0.9375rem;
  max-width: 13.75rem;
  padding-left: 1.125rem;
  position: relative;
}

.cpa-exchange__report-schedule img {
  -o-object-fit: contain;
  aspect-ratio: 201/203;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-exchange__graph {
  padding-top: 1.5rem;
  position: relative;
}

.cpa-exchange__graph::before {
  -webkit-clip-path: polygon(100% 0, 100% 80%, 0% 100%, 0 20%);
  aspect-ratio: 414/513;
  background-color: rgba(40, 45, 74, 0.37);
  clip-path: polygon(100% 0, 100% 80%, 0% 100%, 0 20%);
  content: "";
  display: block;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: -2.25rem;
  width: 100%;
  z-index: 0;
}

.cpa-exchange__graph-item {
  position: relative;
}

.cpa-exchange__graph-item::before {
  content: "";
  mix-blend-mode: screen;
  position: absolute;
}

.cpa-exchange__graph-item:first-child::before {
  aspect-ratio: 70/268;
  background: url(../img/attribute.png) no-repeat center center/contain;
  right: -1.5rem;
  top: -3.75rem;
  width: 4.375rem;
}

.cpa-exchange__graph-item:last-child::before {
  aspect-ratio: 70/126;
  background: url(../img/year.png) no-repeat center center/contain;
  right: -0.625rem;
  top: -1.875rem;
  width: 4.375rem;
}

.cpa-exchange__graph-item + .cpa-exchange__graph-item {
  margin-top: 5.5rem;
}

.cpa-exchange__graph-title {
  background-color: #000;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 160%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.375rem;
  padding-left: 1rem;
  padding-right: 0.9375rem;
  padding-top: 0.3125rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.cpa-exchange__graph-img {
  margin-left: auto;
  margin-right: auto;
}

.cpa-exchange__graph-item:first-child .cpa-exchange__graph-img {
  margin-top: 1.0625rem;
  max-width: 17.25rem;
  transform: translateX(-1.25rem);
}

.cpa-exchange__graph-item:first-child .cpa-exchange__graph-img img {
  -o-object-fit: contain;
  aspect-ratio: 332/350;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-exchange__graph-item:last-child .cpa-exchange__graph-img {
  margin-top: 1.6875rem;
  max-width: 18.0625rem;
  transform: translateX(-1.25rem);
}

.cpa-exchange__graph-item:last-child .cpa-exchange__graph-img img {
  -o-object-fit: contain;
  aspect-ratio: 347/337;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-exchange__outline {
  padding-bottom: 7.9375rem;
  padding-top: 3.9375rem;
  position: relative;
}

.cpa-exchange__outline::before {
  -webkit-clip-path: polygon(0 16%, 100% 0, 100% 100%, 0% 100%);
  aspect-ratio: 414/691;
  background-color: rgba(40, 45, 74, 0.37);
  clip-path: polygon(0 16%, 100% 0, 100% 100%, 0% 100%);
  content: "";
  display: block;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: -0.25rem;
  width: 100%;
}

.cpa-exchange__outline::after {
  aspect-ratio: 70/330;
  background: url(../img/interaction.png) no-repeat center center/contain;
  content: "";
  mix-blend-mode: screen;
  position: absolute;
  right: 0rem;
  top: 0;
  width: 4.375rem;
}

.cpa-exchange__outline-inner.inner {
  max-width: 22rem;
  position: relative;
}

.cpa-exchange__outline-title {
  background-color: #000;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 160%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.375rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  padding-top: 0.3125rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.cpa-exchange__outline-item + .cpa-exchange__outline-item {
  margin-top: 2.0625rem;
}

.cpa-exchange__outline-item-text {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 160%;
  margin-top: 1.25rem;
  text-align: center;
}

.cpa-exchange__outline-img {
  margin-top: 0.375rem;
}

.cpa-exchange__outline-item:first-child .cpa-exchange__outline-img img {
  -o-object-fit: contain;
  aspect-ratio: 312/100;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-exchange__outline-item:last-child .cpa-exchange__outline-img img {
  -o-object-fit: contain;
  aspect-ratio: 312/197;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-faq {
  overflow-x: clip;
  padding-bottom: 0.4375rem;
  padding-top: 6.8125rem;
}

.cpa-faq__inner.inner {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.cpa-faq__title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    130deg,
    rgb(255, 255, 255) 0%,
    rgb(200, 207, 231) 45%,
    rgb(222, 222, 222) 100%
  );
  background-clip: text;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.23em;
  line-height: 120%;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}

.cpa-faq__title::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 0.0625rem;
  position: absolute;
  right: 0;
  width: 140%;
}

.cpa-faq__items {
  margin-top: 1.1875rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.cpa-faq__item {
  padding-bottom: 1.75rem;
  padding-left: 2.8125rem;
  padding-right: 2rem;
  padding-top: 1.875rem;
}

.cpa-faq__item + .cpa-faq__item {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.4);
}

.cpa-faq__item-question {
  color: #e7e7e7;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 140%;
  position: relative;
}

.cpa-faq__item-question::before {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    160deg,
    rgb(251, 250, 248) 0%,
    rgb(184, 227, 236) 100%
  );
  background-clip: text;
  content: "q.";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3125rem;
  font-weight: 500;
  left: -2.1875rem;
  letter-spacing: 0.13em;
  line-height: 150%;
  position: absolute;
  text-transform: uppercase;
  top: -0.4375rem;
}

.cpa-faq__item-answer {
  color: #e7e7e7;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 150%;
  margin-top: 0.75rem;
}

.cpa-faq__item-note {
  color: #e7e7e7;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 150%;
  margin-top: 0.25rem;
}

.cpa-fixed {
  bottom: 0.625rem;
  left: 50%;
  max-width: 20.375rem;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transform: translateX(-50%);
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  z-index: 999;
}

.cpa-fixed.is-active {
  opacity: 1;
  pointer-events: auto;
}

.cpa-fixed img {
  -o-object-fit: contain;
  aspect-ratio: 233/50;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-footer {
  background-color: #0d1238;
  padding-bottom: 1.875rem;
  padding-top: 1.625rem;
}

.cpa-footer__links {
  display: flex;
  gap: 1.625rem;
  justify-content: center;
}

.cpa-footer__link a {
  border-bottom: 0.0625rem solid #ababab;
  color: #ababab;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1;
  padding-bottom: 0.125rem;
}

.cpa-footer__copyright {
  color: #ababab;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-top: 0.6875rem;
  text-align: center;
}

.cpa-fv {
  overflow-y: clip;
  position: relative;
}

.cpa-fv__image img {
  -o-object-fit: cover;
  aspect-ratio: 414/597;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.cpa-fv__about-us {
  aspect-ratio: 355/45;
  bottom: 0rem;
  left: 50%;
  mix-blend-mode: screen;
  position: absolute;
  transform: translateX(-50%);
  width: 22.1875rem;
  z-index: 2;
}

.cpa-fv__cta {
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 80%;
  transform: translate(-50%, -50%);
  width: 20.375rem;
}

.cpa-fv__cta img {
  -o-object-fit: contain;
  aspect-ratio: 326/68;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.cpa-header__wrapper {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  padding: 0.4375rem;
}

.cpa-header__logo-cpa {
  max-width: 3rem;
}

.cpa-header__logo-cpa img {
  -o-object-fit: contain;
  aspect-ratio: 48/40;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-header__logo-cpass {
  max-width: 6.25rem;
}

.cpa-header__logo-cpass img {
  -o-object-fit: contain;
  aspect-ratio: 100/27;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-interaction {
  padding-bottom: 3.3125rem;
  padding-top: 6.125rem;
  position: relative;
  z-index: 1;
}

.cpa-interaction__inner.inner {
  max-width: 22.5rem;
}

.cpa-interaction__title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    110deg,
    rgb(255, 255, 255) 0%,
    rgb(206, 246, 255) 100%
  );
  background-clip: text;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: rem(22.3);
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 140%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.cpa-interaction__card-list {
  margin-top: 2.25rem;
}

.cpa-interaction__card {
  background-color: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
  display: block;
  padding-bottom: 0.75rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.75rem;
}

.cpa-interaction__card + .cpa-interaction__card {
  margin-top: 0.9375rem;
}

.cpa-interaction__card-img img {
  -o-object-fit: contain;
  aspect-ratio: 298/223;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-interaction__meta {
  align-items: center;
  display: flex;
  gap: 0.4375rem;
  margin-top: 0.5rem;
}

.cpa-interaction__card-label {
  background-color: #102858;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 130%;
  padding: 0.25rem 0.5rem;
}

.cpa-interaction__card-label.cpa-interaction__card-label--red {
  background-color: #db2d2d;
}

.cpa-interaction__card-title {
  border-bottom: 0.0625rem solid #d1d1d1;
  color: #00062f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 130%;
  margin-top: 0.4375rem;
  padding-bottom: 0.625rem;
  padding-left: 0.4375rem;
  padding-right: 0.625rem;
}

.cpa-interaction__card-date {
  color: #00062f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 130%;
  margin-top: 0.375rem;
  padding-left: 0.4375rem;
}

.cpa-map {
  margin-top: -6.25rem;
  padding-top: 8.0625rem;
  position: relative;
}

.cpa-map::before {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    90deg,
    rgba(93, 93, 88, 0.7) 0%,
    rgba(60, 57, 37, 0.4) 100%
  );
  background-clip: text;
  content: "map";
  font-family: "Zen Old Mincho", serif;
  font-size: 3.625rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 120%;
  mix-blend-mode: screen;
  opacity: 0.5;
  position: absolute;
  text-transform: uppercase;
  top: 5.3125rem;
  transform: translateX(-50%);
}

.cpa-map__inner.inner {
  max-width: 25rem;
}

.cpa-map__title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    120deg,
    rgb(255, 255, 255) 0%,
    rgb(206, 246, 255) 100%
  );
  background-clip: text;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.39375rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 140%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.cpa-map__text {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 140%;
  margin-top: 0.5rem;
  text-align: center;
}

.cpa-map__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 1.1875rem;
}

.cpa-map__img img {
  -o-object-fit: cover;
  aspect-ratio: 414/224;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.cpa-map__container {
  margin-left: auto;
  margin-right: auto;
}

.cpa-map__infomation {
  margin-top: 1.875rem;
}

.cpa-map__information-heading {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    120deg,
    rgb(255, 255, 255) -30%,
    rgb(206, 246, 255) 70%
  );
  background-clip: text;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0625rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 140%;
}

.cpa-map__information-address {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 140%;
  margin-top: 0.1875rem;
}

.cpa-map__information-note {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 150%;
  margin-top: 0.4375rem;
}

.cpa-map__map {
  margin-top: 0.8125rem;
}

.cpa-map__map iframe {
  -o-object-fit: cover;
  aspect-ratio: 360/215;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  width: 100%;
}

.cpa-map__facility {
  margin-top: 2.3125rem;
}

.cpa-map__facility-heading {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    120deg,
    rgb(255, 255, 255) 0%,
    rgb(206, 246, 255) 100%
  );
  background-clip: text;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0625rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 140%;
  width: -moz-fit-content;
  width: fit-content;
}

.cpa-map__facility-text {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 140%;
  margin-top: 0.875rem;
  padding-bottom: 0.25rem;
  padding-left: 1.6875rem;
  padding-right: 0.4375rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.cpa-map__facility-text::before {
  aspect-ratio: 19/20;
  background: url(../img/cracker.png) no-repeat center center/contain;
  bottom: 0.3125rem;
  content: "";
  left: 0;
  position: absolute;
  width: 1.1875rem;
}

.cpa-map__facility-items {
  display: flex;
  gap: 0.5625rem;
  justify-content: center;
  margin-top: 1.5625rem;
}

.cpa-map__facility-img img {
  -o-object-fit: cover;
  aspect-ratio: 114/86;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.cpa-map__item-text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 110%;
  margin-top: 0.5rem;
  text-align: center;
}

.cpa-map__item-text-space {
  display: none;
}

.cpa-map__facility-note {
  background-color: rgba(5, 0, 0, 0.2);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 110%;
  margin-top: 0.875rem;
  padding-bottom: 0.8125rem;
  padding-top: 0.75rem;
  text-align: center;
}

.cpa-movie {
  background: url(../img/movie-background.jpg) no-repeat center center/cover;
  padding-bottom: 2.8125rem;
  padding-top: 3.1875rem;
  position: relative;
}

.cpa-movie::before {
  color: rgba(255, 255, 255, 0.1);
  content: "movie";
  font-family: "Zen Old Mincho", serif;
  font-size: 3.625rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 120%;
  position: absolute;
  text-transform: uppercase;
  top: 0.625rem;
  transform: translateX(-50%);
}

.cpa-movie__title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    120deg,
    rgb(251, 250, 248) -30%,
    rgb(203, 227, 232) 70%
  );
  background-clip: text;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 150%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.cpa-movie__video {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.9375rem;
  max-width: 22.1875rem;
}

.cpa-movie__video iframe {
  -o-object-fit: contain;
  aspect-ratio: 355/196;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-service {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 92.5%, 0% 100%);
  background: url(../img/service-background.jpg) no-repeat center center/cover;
  clip-path: polygon(0 0, 100% 0, 100% 92.5%, 0% 100%);
  padding-bottom: 8.6875rem;
  padding-top: 3.5625rem;
  position: relative;
  z-index: 2;
}

.cpa-service::before {
  color: rgba(12, 39, 71, 0.07);
  content: "cpa";
  font-family: "Zen Old Mincho", serif;
  font-size: 3.625rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 120%;
  position: absolute;
  text-transform: uppercase;
  top: 0.5625rem;
  transform: translateX(-50%);
}

.cpa-service__inner.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 55.625rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.cpa-service__heading {
  text-align: center;
}

.cpa-service__small-title {
  color: #00062f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 160%;
}

.cpa-service__title {
  color: #00062f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 160%;
  margin-top: -0.125rem;
}

.cpa-service__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0.375rem;
}

.cpa-service__img img {
  -o-object-fit: contain;
  aspect-ratio: 405/399;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-service__pick-up {
  margin-top: 2.1875rem;
}

.cpa-service__pick-up-img {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.5625rem;
}

.cpa-service__pick-up-img img {
  -o-object-fit: contain;
  aspect-ratio: 137/34;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-service__list {
  margin-top: 1.3125rem;
}

.cpa-service__item {
  align-items: center;
  background-color: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0 0 1rem 0 rgba(93, 94, 115, 0.08);
  display: flex;
  gap: 1.125rem;
  justify-content: center;
  padding-bottom: 1.0625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
}

.cpa-service__item + .cpa-service__item {
  margin-top: 0.75rem;
}

.cpa-service__item-img {
  align-content: center;
  display: grid;
  flex-grow: 1;
  justify-content: center;
  place-content: center;
}

.cpa-service__item-img img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-service__item:first-child .cpa-service__item-img img {
  max-width: 5.625rem;
}

.cpa-service__item:nth-child(2) .cpa-service__item-img img {
  max-width: 6.3125rem;
}

.cpa-service__item:nth-child(3) .cpa-service__item-img img {
  max-width: 6.8125rem;
}

.cpa-service__item-text {
  color: #00062f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 157%;
  width: 12.875rem;
}

.cpa-service__about {
  margin-top: 3.25rem;
}

.cpa-service__about-title {
  color: #00062f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 160%;
  text-align: center;
}

.cpa-service__movie {
  margin-top: 0.3125rem;
}

.cpa-service__movie iframe {
  -o-object-fit: cover;
  aspect-ratio: 365/206;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.cpa-voice {
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  background-color: #f3f3f7;
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  margin-top: -6.25rem;
  padding-bottom: 6.875rem;
  padding-top: 7.875rem;
  position: relative;
  z-index: 2;
}

.cpa-voice__title {
  color: #00062f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.01875rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 160%;
  position: relative;
  text-align: center;
}

.cpa-voice__title::before {
  bottom: 0.125rem;
  color: #0c2747;
  content: "voice";
  font-family: "Zen Old Mincho", serif;
  font-size: 3.625rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 120%;
  opacity: 0.07;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.cpa-voice__title-img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.375rem;
  max-width: 15.875rem;
}

.cpa-voice__title-img img {
  -o-object-fit: contain;
  aspect-ratio: 434/64;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-voice__subtitle {
  color: #00062f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.39375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 160%;
  text-align: center;
}

.cpa-voice__slider {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 1.875rem;
  padding-top: 0.9375rem;
}

.cpa-voice__card {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 2, 23, 0.11);
  padding-bottom: 1.1875rem;
  padding-left: 0.5625rem;
  padding-right: 0.875rem;
  padding-top: 0.5625rem;
}

.cpa-voice__card-top {
  display: flex;
  gap: 0.875rem;
}

.cpa-voice__card-img {
  width: 10.0625rem;
}

.cpa-voice__card-img img {
  -o-object-fit: cover;
  aspect-ratio: 161/117;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.cpa-voice__card-info {
  padding-top: 0.9375rem;
}

.cpa-voice__name,
.cpa-voice__age {
  color: #00062f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 160%;
}

.cpa-voice__age {
  margin-top: -0.25rem;
}

.cpa-voice__field {
  background-color: #5c607b;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-top: 0.4375rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.1875rem;
}

.cpa-voice__field-name {
  color: #00062f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 160%;
}

.cpa-voice__card-heading {
  color: #00062f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 160%;
  margin-left: 1.0625rem;
  margin-top: 1.1875rem;
  padding-bottom: 0.0625rem;
  padding-left: 0.6875rem;
  padding-top: 0.0625rem;
  position: relative;
}

.cpa-voice__card-heading::before {
  background-color: #c2a041;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.125rem;
}

.cpa-voice__card-text {
  color: #00062f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 160%;
  margin-top: 0.5625rem;
  padding-left: 0.875rem;
}

.cpa-voice__slider .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.cpa-voice__slider .swiper-pagination-bullet {
  background-color: rgba(37, 41, 78, 0.3);
}

.cpa-voice__slider .swiper-pagination-bullet-active {
  background-color: #25294e;
}

.cpa-voice__button {
  margin-top: 1.3125rem;
  text-align: center;
}

.cpa-voice__button a {
  display: inline-block;
  max-width: 20.375rem;
}

.cpa-voice__button img {
  -o-object-fit: contain;
  aspect-ratio: 326/68;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.cpa-wrapper {
  background: url(../img/wrapper-background.jpg) no-repeat center center/cover;
  position: relative;
}

.cpa-wrapper::before {
  aspect-ratio: 416/446;
  background: url(../img/interaction-bg.png) no-repeat center top/cover;
  content: "";
  left: 0;
  mix-blend-mode: soft-light;
  position: absolute;
  top: calc(50% + 9.25rem);
  transform: translateY(-50%);
  width: 100%;
}

.cpa-wrapper::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    90deg,
    rgba(93, 93, 88, 0.7) 0%,
    rgba(60, 57, 37, 0.4) 100%
  );
  background-clip: text;
  color: rgba(255, 255, 255, 0.07);
  content: "interaction";
  font-family: "Zen Old Mincho", serif;
  font-size: 3.3125rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.05em;
  line-height: 120%;
  mix-blend-mode: screen;
  opacity: 0.5;
  position: absolute;
  text-transform: uppercase;
  top: calc(50% - 2.5rem);
  transform: translate(-50%, -50%);
}

.inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.6;
  }

  .cpa-header__logo-cpa a:hover {
    opacity: 0.8;
  }

  .cpa-header__logo-cpass a:hover {
    opacity: 0.7;
  }

  .cpa-interaction__card:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }

  .u-mobile {
    display: none;
  }

  html {
    font-size: 1.3333333333vw;
  }

  .cpa-about__wrapper {
    background: url(../img/about-background_pc.jpg) no-repeat center
      center/cover;
    padding-bottom: 1.75rem;
    padding-top: 2rem;
    position: relative;
  }

  .cpa-about__wrapper::before {
    aspect-ratio: 284/289;
    background: url(../img/about-ornament.png) no-repeat center center/contain;
    content: "";
    left: calc(50% - 20.625rem);
    position: absolute;
    top: -4.125rem;
    transform: translateX(-50%);
    width: 17.75rem;
  }

  .cpa-about__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 49.375rem;
    padding-bottom: 1.75rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2rem;
  }

  .cpa-about__label {
    font-size: 1.16875rem;
  }

  .cpa-about__headline {
    font-size: 1.1rem;
    max-width: 23.375rem;
  }

  .cpa-about__headline::before,
  .cpa-about__headline::after {
    width: 0.75rem;
  }

  .cpa-about__achievements {
    align-items: center;
    display: flex;
    gap: 1.6875rem;
    justify-content: center;
    margin-top: -0.4375rem;
  }

  .cpa-about__achievement-img {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    max-width: 23.8125rem;
  }

  .cpa-about__achievement-img:nth-child(2) {
    margin-top: 0;
  }

  .cpa-about__achievement-img img {
    aspect-ratio: 381/114;
  }

  .cpa-about__note {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 42.1875rem;
  }

  .cpa-about__content-wrap {
    background: url(../img/about-background02_pc.jpg) no-repeat center
      center/cover;
    padding-bottom: 5.25rem;
    padding-top: 6.0625rem;
  }

  .cpa-about__content-wrap::before {
    left: calc(50% - 29.1875rem);
    top: 4.375rem;
    transform: translateX(-50%);
  }

  .cpa-about__content-wrap::after {
    left: calc(50% + 28.75rem);
    right: auto;
    right: initial;
    top: calc(50% + 11.25rem);
    transform: translate(-50%, -50%);
    width: 5.625rem;
  }

  .cpa-about__inner.inner {
    max-width: 62.625rem;
  }

  .cpa-about__item {
    flex-direction: row;
    gap: 3.4375rem;
  }

  .cpa-about__item:first-child::before {
    aspect-ratio: 1680/330;
    background: url(../img/about-wave01_pc.png) no-repeat center center/cover;
    top: calc(50% - 0rem);
  }

  .cpa-about__item:nth-child(2) {
    gap: 5.5625rem;
  }

  .cpa-about__item:nth-child(2)::before {
    aspect-ratio: 1680/270;
    background: url(../img/about-wave02_pc.png) no-repeat center center/cover;
    top: calc(50% - 0rem);
  }

  .cpa-about__item + .cpa-about__item {
    margin-top: 6.9375rem;
  }

  .cpa-about__img {
    flex-grow: 1;
    order: initial;
  }

  .cpa-about__item:first-child .cpa-about__img {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    padding-top: 1.5625rem;
    transform: translateX(0);
  }

  .cpa-about__item:last-child .cpa-about__img {
    max-width: 23.375rem;
    order: 2;
    transform: translateX(0);
  }

  .cpa-about__item-body {
    display: block;
    width: 28.125rem;
  }

  .cpa-about__item:nth-child(2) .cpa-about__item-body {
    order: 1;
    padding-top: 1.3125rem;
  }

  .cpa-about__item-title {
    font-size: 1.8125rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    order: initial;
    text-align: left;
    text-align: initial;
  }

  .cpa-about__item-text {
    margin-top: 1.25rem;
    max-width: none;
    max-width: initial;
    order: initial;
  }

  .cpa-about__item:last-child .cpa-about__item-text {
    margin-top: 1.25rem;
  }

  .cpa-contact {
    background: url(../img/contact-background_pc.jpg) no-repeat center top/cover;
    padding-bottom: 1.75rem;
    padding-top: 6.75rem;
  }

  .cpa-contact::before {
    aspect-ratio: 1646/120;
    background: url(../img/accounting-pc.png) no-repeat center center/contain;
    max-width: 102.875rem;
    top: 0rem;
  }

  .cpa-contact__inner.inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .cpa-contact__container {
    padding-bottom: 2.9375rem;
    padding-top: 3.125rem;
  }

  .cpa-contact__title {
    font-size: 3.25rem;
    top: -2rem;
  }

  .cpa-contact__button {
    margin-top: 1.8125rem;
  }

  .cpa-cpass {
    background: url(../img/cpass-background_pc.jpg) no-repeat center top/cover;
    margin-top: -19.5rem;
    padding-top: 21.625rem;
  }

  .cpa-cpass::before {
    font-size: 7.125rem;
    letter-spacing: 0.4em;
    top: 14.375rem;
  }

  .cpa-cpass__inner.inner {
    max-width: 63.5625rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .cpa-cpass__title {
    font-size: 1.875rem;
  }

  .cpa-cpass__message {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(
      120deg,
      rgb(251, 250, 248) -20%,
      rgb(184, 227, 236) 80%
    );
    background-clip: text;
    margin-top: 1.5625rem;
  }

  .cpa-cpass__container {
    align-items: center;
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    margin-top: 3.375rem;
  }

  .cpa-cpass__img {
    width: 48.8107549121%;
  }

  .cpa-cpass__text {
    margin-top: 0;
    width: 47.0527404343%;
  }

  .cpa-exchange__heading {
    background: url(../img/exchange-heading-bg_pc.jpg) no-repeat center
      center/cover;
    padding-bottom: 17.8571428571vw;
    padding-top: 4.25rem;
  }

  .cpa-exchange__heading-text {
    font-size: 2.125rem;
  }

  .cpa-exchange__heading-text span {
    margin-left: 0.1875rem;
    margin-right: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.1875rem;
  }

  .cpa-exchange__heading-text span::before {
    border: 0.125rem solid #f9f9f9;
    top: 50%;
  }

  .cpa-exchange__title {
    font-size: 2.3125rem;
    padding-bottom: 0.625rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.4375rem;
  }

  .cpa-exchange__heading-note {
    font-size: 0.8125rem;
    margin-top: 0.75rem;
  }

  .cpa-exchange__wrap {
    background: url(../img/exchange-background_pc.png) no-repeat center
      top/cover;
    margin-top: -21.3095238095vw;
  }

  .cpa-exchange__report {
    padding-top: 16.5rem;
  }

  .cpa-exchange__report-inner.inner {
    max-width: 54.25rem;
  }

  .cpa-exchange__report-label {
    font-size: 4.25rem;
    left: -3.9375rem;
    top: -8.125rem;
  }

  .cpa-exchange__report-label::before {
    bottom: -0.9375rem;
    width: 132%;
  }

  .cpa-exchange__report-title {
    font-size: 1.5625rem;
  }

  .cpa-exchange__report-date {
    font-size: 1.16875rem;
  }

  .cpa-exchange__report-img {
    margin-top: 2.6875rem;
  }

  .cpa-exchange__report-img img {
    aspect-ratio: 818/330;
  }

  .cpa-exchange__report-schedule {
    margin-left: -1.75rem;
    margin-top: -5.9375rem;
    max-width: 18.25rem;
    padding-bottom: 1.5625rem;
    padding-left: 1.5625rem;
    padding-right: 1.625rem;
    padding-top: 1.9375rem;
  }

  .cpa-exchange__report-schedule::before {
    background-color: rgba(40, 45, 74, 0.77);
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .cpa-exchange__report-schedule img {
    aspect-ratio: 241/243;
    position: relative;
  }

  .cpa-exchange__graph {
    padding-top: 9.5833333333vw;
  }

  .cpa-exchange__graph::before {
    -webkit-clip-path: polygon(100% 0, 100% 69%, 0% 100%, 0 31%);
    aspect-ratio: 1680/884;
    clip-path: polygon(100% 0, 100% 69%, 0% 100%, 0 31%);
    min-width: 93.75rem;
    top: calc(50% + 0.9375rem);
    transform: translateY(-50%);
  }

  .cpa-exchange__graph__inner.inner {
    display: flex;
    justify-content: center;
    max-width: 56.0625rem;
    padding-bottom: 6.4285714286vw;
  }

  .cpa-exchange__graph-item {
    width: 50%;
  }

  .cpa-exchange__graph-item:first-child::before {
    aspect-ratio: 84/321;
    right: 0.75rem;
    top: -1.5625rem;
    width: 5.25rem;
  }

  .cpa-exchange__graph-item:last-child::before {
    aspect-ratio: 80/151;
    right: 1rem;
    top: -1.25rem;
    width: 5rem;
  }

  .cpa-exchange__graph-item + .cpa-exchange__graph-item {
    margin-top: 0;
  }

  .cpa-exchange__graph-title {
    font-size: 1.5625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.5625rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
  }

  .cpa-exchange__graph-item:first-child .cpa-exchange__graph-img {
    margin-top: 0.8125rem;
    max-width: 20.75rem;
  }

  .cpa-exchange__graph-item:last-child .cpa-exchange__graph-img {
    margin-top: 1.5625rem;
    max-width: 21.6875rem;
  }

  .cpa-exchange__outline {
    padding-bottom: 25.8125rem;
    padding-top: 3.75vw;
    z-index: auto;
  }

  .cpa-exchange__outline::before {
    content: none;
  }

  .cpa-exchange__outline::after {
    aspect-ratio: 84/396;
    left: calc(50% + 27.9375rem);
    right: auto;
    right: initial;
    top: 1.875rem;
    transform: translateX(-50%);
    width: 5.25rem;
  }

  .cpa-exchange__outline-inner.inner {
    max-width: 53.125rem;
  }

  .cpa-exchange__outline-title {
    font-size: 1.5625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.5rem;
  }

  .cpa-exchange__outline-items {
    display: flex;
    gap: 3.25rem;
    justify-content: center;
    margin-top: 1.75rem;
  }

  .cpa-exchange__outline-item + .cpa-exchange__outline-item {
    margin-top: 0;
  }

  .cpa-exchange__outline-item-text {
    font-size: 1.05rem;
    margin-top: 0;
  }

  .cpa-exchange__outline-img {
    margin-top: 1rem;
  }

  .cpa-exchange__outline-item:first-child .cpa-exchange__outline-img img {
    aspect-ratio: 372/236;
  }

  .cpa-exchange__outline-item:last-child .cpa-exchange__outline-img img {
    aspect-ratio: 372/236;
  }

  .cpa-faq {
    padding-bottom: 4.5625rem;
    padding-top: 6.375rem;
  }

  .cpa-faq__inner.inner {
    max-width: 42.9375rem;
  }

  .cpa-faq__title {
    font-size: 4.25rem;
    padding-right: 2.5rem;
    padding-right: 1.125rem;
  }

  .cpa-faq__title::before {
    width: 30.4375rem;
  }

  .cpa-faq__item {
    padding-bottom: 1.875rem;
    padding-left: 2.875rem;
    padding-right: 3.1875rem;
  }

  .cpa-faq__item-question {
    font-size: 1rem;
  }

  .cpa-faq__item-question::before {
    font-size: 1.5rem;
    left: -2.4375rem;
    top: -0.5625rem;
  }

  .cpa-faq__item-answer {
    margin-top: 0.875rem;
  }

  .cpa-fixed {
    bottom: 1.875rem;
    left: auto;
    left: initial;
    max-width: 14.5625rem;
    right: 1.875rem;
    transform: none;
    transform: initial;
  }

  .cpa-footer {
    padding-bottom: 1.6875rem;
    padding-top: 2rem;
  }

  .cpa-fv__image img {
    aspect-ratio: 1680/727;
  }

  .cpa-fv__about-us {
    opacity: 0.5;
    width: 25.928571vw;
  }

  .cpa-fv__cta {
    top: 79%;
    width: 26.369047619vw;
  }

  .cpa-fv__cta img {
    aspect-ratio: 443/96;
  }

  .cpa-header__wrapper {
    gap: 1.5625rem;
    padding: 1.375rem 1.75rem;
  }

  .cpa-header__logo-cpa {
    max-width: 4.5rem;
  }

  .cpa-header__logo-cpass {
    max-width: 9.375rem;
  }

  .cpa-interaction {
    padding-bottom: 7.5625rem;
    padding-top: 10.25rem;
  }

  .cpa-interaction__inner.inner {
    max-width: 65.625rem;
  }

  .cpa-interaction__title {
    font-size: 1.875rem;
  }

  .cpa-interaction__card-list {
    display: flex;
    gap: 1.3125rem;
    justify-content: center;
    margin-top: 5.1875rem;
  }

  .cpa-interaction__card {
    width: 33.3333333333%;
  }

  .cpa-interaction__card + .cpa-interaction__card {
    margin-top: 0;
  }

  .cpa-map {
    margin-top: -25.8125rem;
    padding-top: 25.8125rem;
  }

  .cpa-map::before {
    font-size: 7.125rem;
    top: 20.1875rem;
  }

  .cpa-map__inner.inner {
    max-width: 58.5rem;
  }

  .cpa-map__title {
    font-size: 1.875rem;
  }

  .cpa-map__text {
    font-size: 1.40625rem;
    margin-top: 0.8125rem;
  }

  .cpa-map__img {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    margin-top: 0.8125rem;
  }

  .cpa-map__img img {
    aspect-ratio: 886/317;
  }

  .cpa-map__container {
    display: flex;
    justify-content: space-between;
    margin-top: 3.9375rem;
    max-width: 47.5rem;
  }

  .cpa-map__infomation {
    flex-grow: 1;
    margin-top: 0;
  }

  .cpa-map__information-heading {
    font-size: 1.33125rem;
  }

  .cpa-map__information-address {
    margin-top: 0.9375rem;
  }

  .cpa-map__information-note {
    margin-top: 2rem;
  }

  .cpa-map__map {
    margin-top: 0;
    width: 59.5520421607%;
  }

  .cpa-map__map iframe {
    aspect-ratio: 452/270;
  }

  .cpa-map__facility {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.0625rem;
    max-width: 48.5625rem;
  }

  .cpa-map__facility-heading {
    font-size: 1.33125rem;
    padding-left: 0.5625rem;
  }

  .cpa-map__facility-text {
    border-bottom: 0.10625rem solid #fff;
    font-size: 1.4375rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.125rem;
    padding-bottom: 0.4375rem;
    padding-left: 2.8125rem;
    padding-right: 2.625rem;
  }

  .cpa-map__facility-text::before {
    left: 0.5rem;
    width: 2.0625rem;
  }

  .cpa-map__facility-text::after {
    aspect-ratio: 19/20;
    background: url(../img/cracker.png) no-repeat center center/contain;
    bottom: 0.3125rem;
    content: "";
    position: absolute;
    right: 0.1875rem;
    transform: scale(-1, 1);
    width: 2.0625rem;
  }

  .cpa-map__facility-items {
    gap: 0.625rem;
    margin-top: 1.6875rem;
  }

  .cpa-map__facility-img img {
    aspect-ratio: 252/162;
  }

  .cpa-map__item-text {
    font-size: 1.0625rem;
    margin-top: 0.875rem;
  }

  .cpa-map__item-text-space {
    display: inline-block;
  }

  .cpa-map__facility-note {
    font-size: 1.0625rem;
    margin-top: 1.375rem;
    padding-bottom: 0.9375rem;
    padding-top: 1.0625rem;
  }

  .cpa-movie {
    background: url(../img/movie-background_pc.jpg) no-repeat center
      center/cover;
    padding-bottom: 3.75rem;
    padding-top: 6.75rem;
  }

  .cpa-movie::before {
    font-size: 7.125rem;
  }

  .cpa-movie__title {
    font-size: 1.875rem;
  }

  .cpa-movie__video {
    margin-top: 1.375rem;
    max-width: 42.625rem;
  }

  .cpa-movie__video iframe {
    aspect-ratio: 568/314;
  }

  .cpa-service {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
    background: url(../img/service-background_pc.jpg) no-repeat center
      center/cover;
    clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
    padding-bottom: 17.9375rem;
    padding-top: 8.4375rem;
  }

  .cpa-service::before {
    font-size: 7.125rem;
    top: 2rem;
  }

  .cpa-service__small-title {
    font-size: 1.5625rem;
  }

  .cpa-service__title {
    font-size: 1.875rem;
    margin-top: -0.25rem;
  }

  .cpa-service__img {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    margin-top: 2.5625rem;
  }

  .cpa-service__img img {
    aspect-ratio: 803/479;
  }

  .cpa-service__pick-up {
    margin-top: 3.1875rem;
  }

  .cpa-service__pick-up-img {
    max-width: 12.8125rem;
  }

  .cpa-service__list {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.9375rem;
    max-width: 50.8125rem;
  }

  .cpa-service__item {
    flex-direction: column;
    gap: 1.875rem;
    padding-bottom: 1.9375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.875rem;
    width: 100%;
  }

  .cpa-service__item + .cpa-service__item {
    margin-top: 0;
  }

  .cpa-service__item-img {
    min-height: 2rem;
  }

  .cpa-service__about {
    margin-top: 4.25rem;
  }

  .cpa-service__about-title {
    font-size: 1.5625rem;
    letter-spacing: 0.07em;
  }

  .cpa-service__movie {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.8125rem;
    max-width: 45.625rem;
  }

  .cpa-service__movie iframe {
    aspect-ratio: 521/294;
  }

  .cpa-voice {
    -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
    clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
    margin-top: -25.8125rem;
    padding-bottom: 17.25rem;
    padding-top: 18.4375rem;
  }

  .cpa-voice__inner.inner {
    max-width: 71.5rem;
  }

  .cpa-voice__title {
    font-size: 2.03125rem;
  }

  .cpa-voice__title::before {
    font-size: 7.125rem;
  }

  .cpa-voice__title-img {
    margin-top: 0.4375rem;
    max-width: 27.125rem;
  }

  .cpa-voice__subtitle {
    font-size: 2.375rem;
  }

  .cpa-voice__slider {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    padding-bottom: 0.625rem;
    padding-top: 3.3125rem;
  }

  .cpa-voice__slider .swiper-wrapper {
    display: flex;
    gap: 1.125rem;
    justify-content: center;
  }

  .cpa-voice__slider .swiper-slide {
    max-width: 21.625rem;
  }

  .cpa-voice__card {
    padding-bottom: 1.5rem;
    padding-left: 0.625rem;
  }

  .cpa-voice__card-heading {
    margin-top: 1.375rem;
  }

  .cpa-voice__button {
    margin-top: 2rem;
  }

  .cpa-voice__button a {
    max-width: 27.6875rem;
  }

  .cpa-voice__button img {
    aspect-ratio: 443/96;
  }

  .cpa-wrapper {
    background: url(../img/wrapper-background_pc.jpg) no-repeat center top/cover;
  }

  .cpa-wrapper::before {
    aspect-ratio: 1680/622;
    background: url(../img/interaction-bg_pc.png) no-repeat center top/cover;
    top: calc(50% + 45rem);
  }

  .cpa-wrapper::after {
    bottom: 35.8125rem;
    font-size: 7.125rem;
    top: auto;
    top: initial;
    transform: translateX(-50%);
  }

  .inner {
    max-width: 1250px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1350px) {
  .cpa-exchange__heading {
    padding-bottom: 16.5476190476vw;
  }

  .cpa-exchange__wrap {
    margin-top: -20.119047619vw;
  }
}
