@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #3C3C3C;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  touch-action: pan-x pan-y;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

p {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid #D9D9D9;
  margin: 24px 0;
}

pre {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 1em;
  margin: 0;
  overflow: auto;
  background-color: #F0F0F0;
  padding: 16px;
  border-radius: 8px;
}

blockquote {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  display: block;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  opacity: 1;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 1em;
  background-color: #F0F0F0;
  padding: 2px 4px;
  border-radius: 4px;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
  border: 1px solid #D9D9D9;
  margin: 0;
  min-width: 0;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:focus {
  outline: 2px solid #E56E07;
  outline-offset: 2px;
}

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #3C3C3C;
  overflow-x: hidden;
  touch-action: pan-x pan-y;
}
body p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #3C3C3C;
}
@media screen and (max-width: 767px) {
  body p {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
  }
}

h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #3C3C3C;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
  }
}

h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #3C3C3C;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
  }
}

h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #3C3C3C;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
  }
}

h4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #3C3C3C;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
  }
}

h5 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #3C3C3C;
}

h6 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #3C3C3C;
}

p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}
a:focus {
  outline: 2px solid #E56E07;
  outline-offset: 2px;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

small {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #707070;
}

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  background-color: #F0F0F0;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 0.9em;
}

pre {
  background-color: #F0F0F0;
  padding: 16px;
  border-radius: 8px;
  overflow-x: auto;
}
pre code {
  background-color: transparent;
  padding: 0;
}

blockquote {
  border-left: 4px solid #E56E07;
  padding-left: 24px;
  margin: 24px 0;
  font-style: italic;
  color: #707070;
}

hr {
  border: 0;
  height: 1px;
  background-color: #D9D9D9;
  margin: 48px 0;
}

ul,
ol {
  margin: 0 0 16px 0;
  padding: 0;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

.content ul {
  list-style: none;
}
.content ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #E56E07;
  font-weight: bold;
}
.content ul li:last-child {
  margin-bottom: 0;
}
.content ol {
  counter-reset: list-counter;
}
.content ol li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
  counter-increment: list-counter;
}
.content ol li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  color: #E56E07;
  font-weight: bold;
}
.content ol li:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  background-color: #FFFFFF;
}

.table-responsive {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive table {
    min-width: 600px;
  }
}

.form-group {
  margin-bottom: 24px;
}
.form-group:last-child {
  margin-bottom: 0;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #3C3C3C;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=url],
input[type=search],
input[type=number],
select,
textarea {
  display: block;
  width: 100%;
  height: 44px;
  padding: 12px 16px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #3C3C3C;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  transition: border-color 0.3s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #E56E07;
  box-shadow: 0 0 0 3px rgba(229, 110, 7, 0.1);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #707070;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=password]:disabled,
input[type=url]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
select:disabled,
textarea:disabled {
  background-color: #F0F0F0;
  opacity: 0.6;
  cursor: not-allowed;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L2 4h8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: top;
}

input[type=file] {
  padding: 8px;
  border: 2px dashed #D9D9D9;
  border-radius: 8px;
  background-color: #F0F0F0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.image {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.image:hover img {
  transform: scale(1.05);
}

video {
  max-width: 100%;
  height: auto;
}

.aspect-ratio {
  position: relative;
}
.aspect-ratio::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.aspect-ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aspect-ratio--square {
  position: relative;
}
.aspect-ratio--square::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.aspect-ratio--square > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aspect-ratio--4-3 {
  position: relative;
}
.aspect-ratio--4-3::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.aspect-ratio--4-3 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aspect-ratio--16-9 {
  position: relative;
}
.aspect-ratio--16-9::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.aspect-ratio--16-9 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

@media screen and (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

.flex {
  display: flex;
}

.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex_column {
  display: flex;
  flex-direction: column;
}

.wp-caption {
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #707070;
  margin-top: 8px;
  text-align: center;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.wp-block-embed {
  margin-bottom: 24px;
}

@media print {
  body {
    color: black;
    background: white;
  }
  .no-print {
    display: none !important;
  }
}
.l-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 20px;
  }
}

.l-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
  }
}

.l-inner-m {
  max-width: 1128px;
  margin: 0 auto;
  padding-inline: 24px;
}
@media screen and (max-width: 767px) {
  .l-inner-m {
    width: 100%;
    padding-inline: 5.2083333333vw;
  }
}

.l-inner-l {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding-inline: 24px;
}
@media screen and (max-width: 767px) {
  .l-inner-l {
    width: 100%;
    padding-inline: 5.2083333333vw;
  }
}

.l-inner-single {
  max-width: 668px;
  margin: 0 auto;
  padding-inline: 24px;
}
.l-inner-single .single-guide article {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner-single {
    width: 100%;
    padding-inline: 5.2083333333vw;
  }
}

.l-grid {
  display: grid;
  gap: 30px;
}
.l-grid--1col {
  grid-template-columns: 1fr;
}
.l-grid--2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--2col {
    grid-template-columns: 1fr;
  }
}
.l-grid--3col {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--3col {
    grid-template-columns: 1fr;
  }
}
.l-grid--4col {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--4col {
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-grid--auto-fit {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.l-grid--auto-fill {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.l-grid--gap-sm {
  gap: 16px;
}
.l-grid--gap-md {
  gap: 30px;
}
.l-grid--gap-lg {
  gap: 64px;
}
.l-grid--items-center {
  align-items: center;
}
.l-grid--items-start {
  align-items: start;
}
.l-grid--items-end {
  align-items: end;
}
.l-grid--justify-center {
  justify-content: center;
}
.l-grid--justify-start {
  justify-content: start;
}
.l-grid--justify-end {
  justify-content: end;
}

.l-flex {
  display: flex;
}
.l-flex--wrap {
  flex-wrap: wrap;
}
.l-flex--nowrap {
  flex-wrap: nowrap;
}
.l-flex--column {
  flex-direction: column;
}
.l-flex--row {
  flex-direction: row;
}
.l-flex--justify-start {
  justify-content: flex-start;
}
.l-flex--justify-center {
  justify-content: center;
}
.l-flex--justify-end {
  justify-content: flex-end;
}
.l-flex--justify-between {
  justify-content: space-between;
}
.l-flex--justify-around {
  justify-content: space-around;
}
.l-flex--justify-evenly {
  justify-content: space-evenly;
}
.l-flex--items-start {
  align-items: flex-start;
}
.l-flex--items-center {
  align-items: center;
}
.l-flex--items-end {
  align-items: flex-end;
}
.l-flex--items-stretch {
  align-items: stretch;
}
.l-flex--items-baseline {
  align-items: baseline;
}
.l-flex--gap-sm {
  gap: 16px;
}
.l-flex--gap-md {
  gap: 30px;
}
.l-flex--gap-lg {
  gap: 64px;
}

.l-flex-item--grow {
  flex-grow: 1;
}
.l-flex-item--shrink {
  flex-shrink: 1;
}
.l-flex-item--no-shrink {
  flex-shrink: 0;
}
.l-flex-item--auto {
  flex: auto;
}
.l-flex-item--none {
  flex: none;
}

.l-main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.l-header {
  position: relative;
  z-index: 1020;
}

.l-content {
  flex: 1;
}

.l-footer {
  margin-top: auto;
}

.l-sidebar-layout {
  display: grid;
  gap: 48px;
}
@media screen and (min-width: 992px) {
  .l-sidebar-layout {
    grid-template-columns: 1fr 300px;
  }
}
@media screen and (min-width: 992px) {
  .l-sidebar-layout--left {
    grid-template-columns: 300px 1fr;
  }
}

@media screen and (max-width: 767px) {
  .l-sidebar {
    order: 2;
  }
}

.l-two-column {
  display: grid;
  gap: 48px;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .l-two-column {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .l-two-column--6-6 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .l-two-column--7-5 {
    grid-template-columns: 7fr 5fr;
  }
}
@media screen and (min-width: 768px) {
  .l-two-column--8-4 {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .l-two-column--reverse .l-two-column__secondary {
    order: -1;
  }
}

.l-three-column {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .l-three-column {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .l-three-column {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-three-column .l-three-column__item:last-child {
    grid-column: 1/-1;
  }
}

.l-section {
  padding: 80px 0;
}
.l-section--sm {
  padding: 48px 0;
}
.l-section--lg {
  padding: 96px 0;
}
.l-section--no-padding {
  padding: 0;
}
.l-section--no-padding-top {
  padding-top: 0;
}
.l-section--no-padding-bottom {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 64px 0;
  }
  .l-section--sm {
    padding: 32px 0;
  }
  .l-section--lg {
    padding: 80px 0;
  }
}

.l-section__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-section__container {
    padding: 0 20px;
  }
}

.l-media {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.l-media--center {
  align-items: center;
}
.l-media--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .l-media {
    flex-direction: column;
    gap: 16px;
  }
  .l-media--reverse {
    flex-direction: column;
  }
}

.l-media__object {
  flex-shrink: 0;
}

.l-media__content {
  flex: 1;
  min-width: 0;
}

.l-card-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.l-card-grid--2col {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@media screen and (min-width: 768px) {
  .l-card-grid--2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-card-grid--3col {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
@media screen and (min-width: 992px) {
  .l-card-grid--3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-card-grid--4col {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@media screen and (min-width: 1200px) {
  .l-card-grid--4col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.l-max-width--sm {
  max-width: 600px;
  margin: 0 auto;
}
.l-max-width--md {
  max-width: 800px;
  margin: 0 auto;
}
.l-max-width--lg {
  max-width: 1000px;
  margin: 0 auto;
}
.l-max-width--xl {
  max-width: 1200px;
  margin: 0 auto;
}

.l-spacing--sm {
  margin-bottom: 24px;
}
.l-spacing--md {
  margin-bottom: 48px;
}
.l-spacing--lg {
  margin-bottom: 64px;
}
.l-spacing--xl {
  margin-bottom: 80px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #3C3C3C;
  z-index: 1030;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: calc(131 / 768 * 100vw);
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #3C3C3C;
  padding: 12px 24px;
}
.page_toppage .l-header {
  background-color: transparent;
  opacity: 0;
  transition: all 0.3s ease;
}
.page_toppage .l-header.is-loaded {
  animation: 0.3s globalnavmove 2s ease-in forwards;
}
.page_toppage .l-header.is-repeat-visit {
  animation: 0s globalnavmove 0s ease-in forwards;
}
.page_toppage.is-loaded .l-header {
  animation: 0.2s globalnavmove 2.3s ease-in forwards;
}
.page_toppage.is-repeat-visit .l-header {
  animation: 0s globalnavmove 0s ease-in forwards;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1.5625vw 3.125vw;
    height: 13.9322916667vw;
  }
}
.l-header__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0;
  gap: 34px;
}
@media screen and (max-width: 767px) {
  .l-header__container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-header__container {
    gap: 17px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__container {
    padding-inline: 0;
    gap: 2.2135416667vw;
  }
}
.l-header__logo {
  flex-shrink: 0;
  height: 27px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    height: 3.515625vw;
  }
}
.l-header__logo-link {
  display: block;
  line-height: 1;
}
.l-header__logo-link:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.l-header__nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.l-header__nav.is-open {
  transform: translateX(0);
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(60, 60, 60, 0.9);
    z-index: 999;
    flex-direction: column;
    gap: 100px;
    justify-content: flex-start;
    align-items: center;
    padding: 100px 24px 40px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(60, 60, 60, 0.9);
    z-index: 999;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow: auto;
    gap: 13.0208333333vw;
    padding: 13.0208333333vw calc(24 / 768 * 100vw) 5.2083333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-header__menu-toggle {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-toggle {
    display: flex;
  }
}

.l-global-navigation__logo-image {
  display: block;
  height: 27px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .l-global-navigation__logo-image {
    height: calc(27 / 768 * 100vw);
  }
}
.l-global-navigation__nav-text {
  display: block;
}

.l-global-nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-global-nav {
    flex: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-global-nav {
    flex: 0;
  }
}
.l-global-nav__logo {
  display: none;
}
.l-global-nav__logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-global-nav__logo {
    width: 284px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-global-nav__logo {
    display: block;
  }
}
.l-global-nav__list {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-global-nav__list {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-global-nav__list {
    flex-direction: column;
    align-items: center;
    gap: 8.3333333333vw;
  }
}
.l-global-nav__item {
  position: relative;
}
.l-global-nav__link {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding-inline: 0;
  padding-block: 8px;
  transition: all 0.3s ease;
  position: relative;
}
.l-global-nav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-global-nav__link {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
@media screen and (max-width: 767px) {
  .l-global-nav__link {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.l-global-nav__link:hover {
  opacity: 1;
}
.l-global-nav__link:hover::after {
  transform: scaleX(1);
}
.l-global-nav__contact {
  flex-shrink: 0;
}
.l-global-nav__contact .c-btn-nav {
  border: 1px solid #FFFFFF;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-global-nav__contact .c-btn-nav {
    border: 1px solid #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .l-global-nav__contact .c-btn-nav {
    border: 1px solid #FFFFFF;
  }
}
.l-global-nav__contact-button {
  display: none;
  align-items: center;
  margin-left: auto;
  justify-content: space-between;
  height: auto;
  background-color: #E56E07;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #FFFFFF;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.l-global-nav__contact-button:hover {
  opacity: 0.9;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-global-nav__contact-button {
    display: flex;
    width: 252px;
    border-radius: 8px;
    gap: 34px;
    padding: 20px 16px 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-global-nav__contact-button {
    display: flex;
    width: 32.8125vw;
    border-radius: 1.0416666667vw;
    gap: 4.4270833333vw;
    padding: 2.6041666667vw 2.0833333333vw 2.6041666667vw 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-global-nav__contact-text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 2.8645833333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
    color: #FFFFFF;
  }
}
.l-global-nav__contact-icon svg {
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-global-nav__contact-icon {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-global-nav__contact-icon {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    flex-shrink: 0;
  }
  .l-global-nav__contact-icon svg {
    width: 100%;
    height: 100%;
    color: #FFFFFF;
  }
}

@keyframes globalnavmove {
  0% {
    opacity: 0;
    background-color: transparent;
  }
  100% {
    opacity: 1;
    background-color: #3C3C3C;
  }
}
.front-news .c-section-title {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .front-news .c-section-title {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1301px) {
  .front-news .c-section-title {
    margin-bottom: 30px;
  }
}
.front-news .c-section-title .c-section-title__en {
  margin-bottom: 8px;
}

.statement-guide .c-section-title {
  text-align: center;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .statement-guide .c-section-title {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 1301px) {
  .statement-guide .c-section-title {
    margin-bottom: 20px;
  }
}

.front-flow .c-section-title {
  margin-bottom: 38px;
}

.clients-guide .c-section-title {
  margin-bottom: 16px;
}
.clients-guide .c-section-title .c-section-title__en {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .clients-guide .c-section-title .c-section-title__en {
    margin-bottom: 2%;
  }
}
@media screen and (min-width: 1301px) {
  .clients-guide .c-section-title .c-section-title__en {
    margin-bottom: 12px;
  }
}

.front-interview .c-section-title {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .front-interview .c-section-title {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1301px) {
  .front-interview .c-section-title {
    margin-bottom: 25px;
  }
}
.front-interview .c-section-title .c-section-title__en {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .front-interview .c-section-title .c-section-title__en {
    margin-bottom: 2%;
  }
}
@media screen and (min-width: 1301px) {
  .front-interview .c-section-title .c-section-title__en {
    margin-bottom: 10px;
  }
}

.front-company .c-section-title {
  margin-bottom: 40px;
}
.front-company .c-section-title .c-section-title__en {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .front-company .c-section-title .c-section-title__en {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1301px) {
  .front-company .c-section-title .c-section-title__en {
    margin-bottom: 5px;
  }
}
.front-company .c-section-title .c-section-title__ja {
  font-family: "Inter", sans-serif;
  color: #888888;
  font-size: 76px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .front-company .c-section-title .c-section-title__ja {
    font-size: 12vw;
  }
}
@media screen and (min-width: 1301px) {
  .front-company .c-section-title .c-section-title__ja {
    font-size: 60px;
  }
}

.l-cta {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.l-cta__container {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-cta__container {
    flex-direction: column;
    border-radius: 3.125vw;
  }
}
.l-cta__content {
  background-color: #3C3C3C;
  width: 646px;
  padding: 142px 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-cta__content {
    background-color: rgba(60, 60, 60, 0.9);
    width: 100%;
    padding: 13.0208333333vw 10.4166666667vw;
    gap: 1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__content {
    background-color: rgba(60, 60, 60, 0.9);
    width: 100%;
    padding: 13.0208333333vw 10.4166666667vw;
    gap: 1.3020833333vw;
  }
}
.l-cta__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .l-cta__header {
    gap: 1.0416666667vw;
  }
}
.l-cta__title-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  width: 286px;
}
@media screen and (max-width: 767px) {
  .l-cta__title-group {
    width: 100%;
    gap: 1.0416666667vw;
  }
}
.l-cta__contact-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .l-cta__contact-label {
    gap: 1.0416666667vw;
  }
}
.l-cta__contact-text {
  font-family: "Inter", "Montserrat", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .l-cta__contact-text {
    font-family: "Inter", "Montserrat", "Arial", sans-serif;
    font-size: 2.8645833333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.l-cta__contact-icon {
  display: grid;
  place-items: center;
  top: 9px;
  width: 25px;
  height: 13px;
}
.l-cta__contact-icon svg {
  width: 100%;
  height: 100%;
}
.l-cta__contact-icon svg path {
  stroke: #E56E07;
}
@media screen and (max-width: 767px) {
  .l-cta__contact-icon {
    top: 1.171875vw;
    width: 3.2552083333vw;
    height: 1.6927083333vw;
  }
}
.l-cta__title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-cta__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 5.2083333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.l-cta__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0;
}
.l-cta__bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .l-cta__bottom {
    gap: 2.0833333333vw;
    margin-top: 4.8177083333vw;
  }
}
.l-cta__dots {
  display: flex;
  align-items: center;
  gap: 17px;
  position: absolute;
  left: 7px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .l-cta__dots {
    justify-content: center;
    left: 1.3020833333vw;
    gap: 3.6458333333vw;
  }
}
.l-cta__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #E56E07;
}
@media screen and (max-width: 767px) {
  .l-cta__dot {
    width: 0.5208333333vw;
    height: 0.5208333333vw;
  }
}
.l-cta__description {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .l-cta__description {
    gap: 2.0833333333vw;
  }
}
.l-cta__text {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-cta__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.l-cta__subtitle {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #F9F9F9;
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-cta__subtitle {
    position: static;
    width: 100%;
    height: auto;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.l-cta__button-wrapper {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .l-cta__button-wrapper {
    width: 100%;
    height: auto;
  }
}
.l-cta__image {
  width: 100%;
  position: relative;
}
.l-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-cta__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
}
.l-cta__image-mask {
  width: 100%;
  height: 100%;
  border-radius: 0px 24px 24px 0px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-cta__image-mask {
    border-radius: 0px 0px 24px 24px;
  }
}
.l-cta__image-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/**
 * コンテンツ終了セクション
 * content-closing.phpに対応するスタイル
 * コンテンツエリアの終了部分の調整
 */
.l-footer {
  background-color: #3C3C3C;
  color: #FFFFFF;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 13.0208333333vw;
    padding-inline: 10.4166666667vw;
  }
}
.l-footer__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  gap: 304px;
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-footer__container {
    gap: 13.0208333333vw;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    flex-direction: column;
    gap: 10.4166666667vw;
    align-items: stretch;
  }
}
.l-footer__company {
  width: 308px;
  height: 177px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-footer__company {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__company {
    order: 2;
    align-items: center;
    width: 100%;
    height: auto;
    gap: 3.125vw;
  }
}
.l-footer__company-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-footer__company-content {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__company-content {
    align-items: center;
    gap: 3.125vw;
  }
}
.l-footer__logo {
  width: 252px;
  height: 54px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 32.8125vw;
    height: 7.03125vw;
  }
}
.l-footer__logo-link {
  display: block;
  line-height: 1;
}
.l-footer__logo-link:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.l-footer__logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.l-footer__company-info {
  width: 308px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .l-footer__company-info {
    width: 100%;
    height: auto;
  }
}
.l-footer__company-text {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-footer__company-text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__company-text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 2.8645833333vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
    text-align: center;
  }
}
.l-footer__copyright-text {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright-text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 2.8645833333vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.l-footer__navigation {
  width: 488px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-footer__navigation {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__navigation {
    width: 100%;
    height: auto;
    align-items: stretch;
    gap: 6.25vw;
    padding-inline: 5.2083333333vw;
  }
}
.l-footer__nav {
  width: 388px;
  height: 21px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    width: 100%;
    height: auto;
  }
}
.l-footer__nav-list {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4.1666666667vw 10.4166666667vw;
  }
}
.l-footer__nav-item {
  height: 21px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item {
    height: auto;
  }
}
.l-footer__nav-link {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-link {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 2.8645833333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.l-footer__nav-link:hover {
  color: #E56E07;
}
.l-footer__contact {
  width: 155px;
  height: 35px;
}
@media screen and (max-width: 767px) {
  .l-footer__contact {
    width: 100%;
    height: 7.8125vw;
  }
}
.l-footer__contact .c-btn-nav--footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: #E56E07;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding-left: 16px;
  padding-right: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-footer__contact .c-btn-nav--footer {
    font-size: 2.0833333333vw;
    padding-inline: 2.0833333333vw;
    justify-content: center;
    gap: 1.0416666667vw;
  }
}
.l-footer__contact .c-btn-nav--footer:hover {
  opacity: 0.9;
}
.l-footer__sns {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    justify-content: center;
  }
}
.l-footer__sns-list {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-list {
    justify-content: center;
    gap: 5.9895833333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-footer__sns-list {
    height: 17.578125vw;
  }
}
.l-footer__sns-item {
  height: 70px;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-item {
    height: 100%;
  }
}
.l-footer__sns-link {
  display: block;
  height: 100%;
}
.l-footer__sns-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer {
  margin-top: auto;
}

/**
 * HTML終了セクション
 * html-closing.phpに対応するスタイル
 * Wrapper終了、スクリプト読み込み、HTML終了に関連するスタイル
 */
.l-document {
  padding-block: 120px 88px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-document {
    padding-block: 15.625vw;
  }
}
.l-document__content {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-document__content {
    margin-top: 13.0208333333vw;
  }
}
.l-document__section--whitepaper {
  padding-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .l-document__section--whitepaper {
    padding-bottom: 11.4583333333vw;
  }
}
.l-document__heading {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .l-document__heading {
    margin-bottom: 6.25vw;
  }
}
.l-document__list--webinar {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .l-document__list--webinar {
    margin-top: 6.25vw;
  }
}
.l-document__list--whitepaper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-document__list--whitepaper {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .l-document__list--whitepaper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14.0625vw;
    margin-top: 8.3333333333vw;
  }
}
.l-document__list--whitepaper .l-document__item {
  width: 100%;
  justify-self: center;
  max-width: 290px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-document__list--whitepaper .l-document__item {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-document__list--whitepaper .l-document__item {
    max-width: 100%;
  }
}

.p-top-webiner {
  padding-block: 120px 88px;
}
@media screen and (max-width: 767px) {
  .p-top-webiner {
    padding-block: 15.625vw;
  }
}
.p-top-webiner__content {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-top-webiner__content {
    margin-top: 13.0208333333vw;
  }
}
.p-top-webiner__list {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-top-webiner__list {
    margin-top: 6.25vw;
  }
}

.p-top-whitepaper {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-top-whitepaper {
    padding-bottom: 15.625vw;
  }
}
.p-top-whitepaper__content {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-top-whitepaper__content {
    margin-top: 13.0208333333vw;
  }
}
.p-top-whitepaper__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-self: space-between;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-top-whitepaper__list {
    grid-template-columns: 1fr;
    gap: 14.0625vw;
    margin-top: 8.3333333333vw;
  }
}

.p-top-recruit {
  position: relative;
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .p-top-recruit {
    padding-block: 15.625vw;
  }
}
.p-top-recruit::before {
  content: "";
  display: block;
  width: 65.5555555556vw;
  height: 39.2361111111vw;
  background-image: url(../../../assets/img/01Top/11Recruit/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-recruit::before {
    width: 100vw;
    height: 80.3385416667vw;
  }
}
.p-top-recruit__content {
  margin-top: 72px;
  max-width: 468px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__content {
    margin-top: 7.8125vw;
    width: 53.90625vw;
    max-width: 100%;
  }
}
.p-top-recruit__title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #3C3C3C;
  letter-spacing: 0.04em;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 5.2083333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-top-recruit__body {
  display: flex;
  flex-direction: column;
  gap: 31px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__body {
    gap: 4.0364583333vw;
    margin-top: 4.0364583333vw;
  }
}
.p-top-recruit__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__text {
    gap: 3.125vw;
  }
}
.p-top-recruit__text * {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3C3C3C;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__text * {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-top-recruit__btn {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__btn {
    justify-content: center;
  }
}
.p-top-recruit__container {
  margin-top: 64px;
  position: relative;
  overflow: visible;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-top-recruit__container {
    margin-top: 5.078125vw;
  }
}
.p-top-recruit__swiper {
  overflow: visible;
}
.p-top-recruit__swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
  perspective: 1000px;
}
.p-top-recruit__swiper .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}
.p-top-recruit__item {
  width: 331px;
  height: 414px;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: auto;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__item {
    width: 43.0989583333vw;
    height: 53.90625vw;
  }
}
.p-top-recruit__image {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.p-top-recruit__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backface-visibility: hidden;
  transform: translateZ(0);
}
.p-top-recruit__image:hover img {
  transform: scale3d(1.05, 1.05, 1) translateZ(0);
}

.l-voice {
  position: relative;
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .l-voice {
    padding-block: 15.625vw;
  }
}
.l-voice::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(112, 112, 112, 0.1);
  z-index: 0;
}
.l-voice__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-voice__content {
    gap: 6.25vw;
  }
}
.l-voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-voice__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px;
  }
}
@media screen and (max-width: 767px) {
  .l-voice__list {
    grid-template-columns: 1fr;
    gap: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-voice__item {
    width: calc(50% - 5.5px);
  }
}

/* ==========================================================================
   Layout / Form
   フォーム関連のレイアウトコンポーネント
   🎨 Figmaデザイン100%準拠実装
   ========================================================================== */
/* --------------------------------------------------------------------------
   l-form-heading - フォームヘッディングセクション
   🎯 Figma仕様: https://www.figma.com/design/eCHwnUy1BSVyyUL1IjNdXS/DeCoA_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3?node-id=871-13121
   -------------------------------------------------------------------------- */
.l-form-heading {
  position: relative;
  padding: 82px 0 40px;
  background-color: #FFFFFF;
  overflow: hidden;
  /* Figma: mode:column, gap:8px, width:533px */
  /* Figma: fontSize:36, fontWeight:700, color:#E56E07 */
  /* Figma: fontSize:20, fontWeight:700, color:#3C3C3C */
  /* Figma: stroke:rgba(0,0,0,0.17), strokeWeight:1px */
  /* Figma: mode:column, gap:16px */
  /* Figma: fontSize:16, fontWeight:400, color:#3C3C3C */
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-form-heading {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-form-heading {
    padding: 13.0208333333vw 0 7.8125vw;
  }
}
.l-form-heading::before {
  content: "";
  position: absolute;
  top: -16%;
  left: 0;
  width: 662px;
  height: 662px;
  background-image: url("../../../assets/img/Contact/bg.png");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-form-heading::before {
    width: 86.1979166667vw;
    height: 86.1979166667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-form-heading::before {
    width: 39.0625vw;
    height: 39.0625vw;
  }
}
.l-form-heading__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-form-heading__content {
    flex-direction: column;
    gap: 5.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-form-heading__content {
    flex-direction: column;
    gap: 10.4166666667vw;
  }
}
.l-form-heading__image {
  width: 100%;
  max-width: 473px;
}
@media screen and (max-width: 767px) {
  .l-form-heading__image {
    width: 100%;
    max-width: 100%;
  }
}
.l-form-heading__textWrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .l-form-heading__textWrap {
    gap: 4.1666666667vw;
  }
}
.l-form-heading__title-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 533px;
}
@media screen and (max-width: 767px) {
  .l-form-heading__title-group {
    max-width: 100%;
    gap: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-form-heading__image {
    width: 100%;
    padding-inline: 4.1666666667vw;
  }
}
.l-form-heading__main-title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #E56E07;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-form-heading__main-title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 5.2083333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.l-form-heading__sub-title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-form-heading__sub-title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.l-form-heading__divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.17);
  margin: 0;
  width: 100%;
}
.l-form-heading__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .l-form-heading__description {
    gap: 1.5625vw;
  }
}
.l-form-heading__text {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-form-heading__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}

/* --------------------------------------------------------------------------
    - お問い合わせフォームセクション
   🎯 Figma仕様: https://www.figma.com/design/eCHwnUy1BSVyyUL1IjNdXS/DeCoA_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3?node-id=871-13031
   🔧 Contact Form 7プラグイン対応
   -------------------------------------------------------------------------- */
.c-form-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-form-row {
    flex-direction: column;
    gap: 1.5625vw;
  }
}
.confirm-wrap .c-form-row {
  align-items: center;
}
.confirm-wrap .c-form-row .c-form-input {
  width: fit-content;
}

.c-form-column {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-form-column {
    gap: 0.5208333333vw;
  }
}
.c-form-column .c-form-label {
  padding: 0;
}

.c-form-label {
  width: 428px;
  display: flex;
  align-items: center;
  padding: 12px 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-form-label {
    width: 100%;
    padding: 0;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.c-form-label--required::after {
  content: "必須";
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 160%;
  background-color: #E56E07;
  padding: 2px 4px;
  border-radius: 2px;
  color: #FFFFFF;
  margin-left: 4px;
  display: block;
  padding: 0 4px 2px;
}
@media screen and (max-width: 767px) {
  .c-form-label--required::after {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 2.8645833333vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 160%;
    padding: 0 0.5208333333vw 0.2604166667vw;
    border-radius: 0.2604166667vw;
    margin-left: 0.5208333333vw;
  }
}

.c-form-input {
  width: 100%;
}
.c-form-input > [class*=c-form-input-] {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #707070;
  border-radius: 2px;
  height: initial;
}
.c-form-input > [class*=c-form-input-]::placeholder {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .c-form-input > [class*=c-form-input-] {
    padding: 1.5625vw 2.0833333333vw;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
    border-radius: 0.2604166667vw;
  }
}

.c-form-input-text {
  width: 100%;
}

.c-form-required {
  display: block;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form-required {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 2.8645833333vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 160%;
  }
}
.c-form-required__text {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-form-required__text {
    margin: 8.3333333333vw 0 0;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.c-form-required__text a {
  text-decoration: underline;
}

.c-form-required-wrapper {
  display: flex;
  flex-direction: column;
}
.c-form-required-wrapper .c-form-submit {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .c-form-required-wrapper .c-form-submit {
    margin-top: 4.1666666667vw;
  }
}

.c-form-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .c-form-checkbox {
    gap: 1.0416666667vw;
  }
}
.c-form-checkbox input {
  display: none;
}
.c-form-checkbox__icon {
  display: block;
  width: 21px;
  height: 21px;
  border: 1px solid #3C3C3C;
  border-radius: 2px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-form-checkbox__icon {
    width: 2.734375vw;
    height: 2.734375vw;
  }
}
.c-form-checkbox__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-image: url("../../../assets/img/00Component/icon/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-form-checkbox__icon::before {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.c-form-checkbox__label {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
}
@media screen and (max-width: 767px) {
  .c-form-checkbox__label {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.c-form-checkbox .wpcf7-list-item {
  margin: 0;
}
.c-form-checkbox .wpcf7-list-item label {
  margin: 0;
}
.c-form-checkbox .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
}
@media screen and (max-width: 767px) {
  .c-form-checkbox .wpcf7-list-item-label {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
    gap: 1.0416666667vw;
  }
}
.c-form-checkbox .wpcf7-list-item-label::before {
  display: block;
  width: 21px;
  height: 21px;
  border: 1px solid #3C3C3C;
  border-radius: 2px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-form-checkbox .wpcf7-list-item-label::before {
    width: 2.734375vw;
    height: 2.734375vw;
  }
}
.c-form-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("../../../assets/img/00Component/icon/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-form-checkbox .wpcf7-list-item-label::after {
    width: 1.5625vw;
    height: 1.5625vw;
    left: 0.5208333333vw;
  }
}
.c-form-checkbox input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.c-form-submit {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.c-form-submit::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../../../assets/img/00Component/icon/icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-form-submit::before {
    width: 3.125vw;
    height: 3.125vw;
    right: 3.125vw;
  }
}
.c-form-submit__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 422px;
  height: 68px;
  padding: 24px 24px 24px 32px;
  gap: 12px;
  background-color: #E56E07;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .c-form-submit__text {
    width: 68.75vw;
    padding: 2.2786458333vw 4.1666666667vw;
    height: 10.4166666667vw;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.6458333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}

.c-form-input-textarea {
  height: 120px !important;
}
@media screen and (max-width: 767px) {
  .c-form-input-textarea {
    height: 15.625vw !important;
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(67deg, rgba(255, 255, 255, 0.9) 1.55%, rgba(255, 255, 255, 0.9) 100%);
  backdrop-filter: blur(35px);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  display: none;
  opacity: 0;
  pointer-events: none;
}
.l-loading--show {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.is-loaded .l-loading {
  animation: 0.3s openingMask 1.3s ease-in forwards;
}
.l-loading__content {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.l-loading__logo {
  opacity: 1;
  transition: all 0.3s ease;
  transition-delay: 1s;
}
.l-loading__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.is-loaded .l-loading__logo {
  animation: 0.3s openingMask 1s ease-in forwards;
}

@keyframes openingMask {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    pointer-events: none;
    display: none;
  }
}
/* ==========================================================================
   Layout / Fixed Banner
   固定バナー - スクロール連動表示制御
   🎯 スクロール時の表示・非表示制御とアニメーション
   ========================================================================== */
.l-fixed-banner {
  position: fixed;
  bottom: 40px;
  right: 0;
  width: 186px;
  z-index: 999;
  opacity: 0;
  transform: translateY(100px);
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease-out, visibility 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .l-fixed-banner {
    display: none;
  }
}
.l-fixed-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}
.l-fixed-banner.is-hidden {
  opacity: 0;
  transform: translateY(100px);
  visibility: hidden;
  pointer-events: none;
}
.l-fixed-banner__list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
.l-fixed-banner__list__item {
  transform: translateX(0);
  transition: transform 0.2s ease-out;
}
.l-fixed-banner__list__item:hover {
  transform: translateX(-4px);
}
.l-fixed-banner__content {
  position: relative;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .l-fixed-banner {
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  }
  .l-fixed-banner.is-visible, .l-fixed-banner.is-hidden {
    transform: none;
  }
  .l-fixed-banner__content:hover {
    transform: none;
  }
  .l-fixed-banner__list__item:hover {
    transform: none;
  }
}
.c-button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 347px;
  font-size: 18px;
  line-height: 50px;
  text-align: left;
  border-radius: 50px;
  padding: 0 25px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
.c-button__text {
  position: relative;
  display: block;
  z-index: 10;
}
.c-button::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  top: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  border-radius: 50px;
}
.c-button::after {
  position: absolute;
  content: "";
  top: calc(50% - 6px);
  right: 25px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  z-index: 10;
}
.c-button--gray {
  color: #000000;
  border: 1px solid #3C3C3C;
}
.c-button--gray::before {
  background: #3C3C3C;
}
.c-button--gray::after {
  border-top: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
}
@media only screen and (min-width: 767px) {
  .c-button--gray:hover::before {
    width: 100%;
    z-index: 5;
  }
  .c-button--gray:hover {
    color: #FFFFFF;
  }
  .c-button--gray:hover::after {
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }
}
.c-button--white {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.c-button--white::before {
  background: #FFFFFF;
}
.c-button--white::after {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
@media only screen and (min-width: 767px) {
  .c-button--white:hover::before {
    width: 100%;
    z-index: 5;
  }
  .c-button--white:hover {
    color: #E56E07;
  }
  .c-button--white:hover::after {
    border-top: 1px solid #E56E07;
    border-right: 1px solid #E56E07;
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    width: 100%;
    max-width: inherit;
    font-size: 4vw;
    line-height: 3;
    padding: 0 10%;
  }
  .c-button::after {
    top: calc(50% - 1.5vw);
    right: 8%;
    width: 3vw;
    height: 3vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-button {
    max-width: 280px;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
  }
  .c-button::after {
    top: calc(50% - 5px);
    right: 20px;
    width: 10px;
    height: 10px;
  }
}

.c-button-container {
  display: inline-block;
  width: 100%;
  max-width: 347px;
}
@media only screen and (max-width: 767px) {
  .c-button-container {
    width: 100%;
    max-width: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-button-container {
    max-width: 280px;
  }
}

.c-section-title {
  display: block;
}
.c-section-title__en {
  color: #E56E07;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
  display: block;
}
.c-section-title__ja {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #3C3C3C;
  margin: 0;
  display: block;
}
.c-section-title__sub {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  color: #3C3C3C;
  margin: 12px 0 0 0;
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-section-title__en {
    font-size: 4.8vw;
  }
  .c-section-title__ja {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-section-title__en {
    font-size: 22px;
  }
  .c-section-title__ja {
    font-size: 20px;
  }
}

.c-section-title--center {
  text-align: center;
}

.c-section-title--left {
  text-align: left;
}

.c-section-title--right {
  text-align: right;
}

.c-section-title--white .c-section-title__en {
  color: #FFFFFF;
}
.c-section-title--white .c-section-title__ja {
  color: #FFFFFF;
}

.c-section-title--dark .c-section-title__en {
  color: #3C3C3C;
}
.c-section-title--dark .c-section-title__ja {
  color: #3C3C3C;
}

.c-section-title--large .c-section-title__en {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .c-section-title--large .c-section-title__en {
    font-size: 5.5vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-section-title--large .c-section-title__en {
    font-size: 26px;
  }
}
.c-section-title--large .c-section-title__ja {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .c-section-title--large .c-section-title__ja {
    font-size: 6vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-section-title--large .c-section-title__ja {
    font-size: 24px;
  }
}

.c-section-title--small .c-section-title__en {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .c-section-title--small .c-section-title__en {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-section-title--small .c-section-title__en {
    font-size: 18px;
  }
}
.c-section-title--small .c-section-title__ja {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .c-section-title--small .c-section-title__ja {
    font-size: 4.5vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-section-title--small .c-section-title__ja {
    font-size: 16px;
  }
}

.c-section-title--tight .c-section-title__en {
  margin-bottom: 4px;
}

.c-section-title--loose .c-section-title__en {
  margin-bottom: 16px;
}

.c-section-title.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}
.c-section-title.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.c-card {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-card {
    width: calc(33.3333% - 27px);
  }
}
@media screen and (min-width: 768px) {
  .c-card__image {
    height: 245px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-card__image {
    height: 65vw;
    margin-bottom: 4vw;
  }
}
.c-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .c-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2vw;
  }
}
.c-card__meta-item--date {
  font-family: "Inter", sans-serif;
  color: #E56E07;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .c-card__meta-item--date {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-card__meta-item--date {
    font-size: 3.4vw;
    margin-bottom: 0;
  }
}
.c-card__meta-item--category {
  display: inline-block;
  margin-bottom: 12px;
}
.c-card__meta-item--category a {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #3C3C3C;
  background-color: transparent;
  color: #3C3C3C;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-card__meta-item--category a {
    padding: 3px 30px 2px 30px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-card__meta-item--category a {
    padding: 3px 4vw 2px 4vw;
    font-size: 3vw;
  }
}
.c-card__meta-item--category a:hover {
  background-color: #3C3C3C;
  color: #FFFFFF;
}
.c-card__meta-item--category:not(:has(a)) {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #3C3C3C;
  background-color: transparent;
  color: #3C3C3C;
}
@media screen and (min-width: 768px) {
  .c-card__meta-item--category:not(:has(a)) {
    padding: 3px 30px 2px 30px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-card__meta-item--category:not(:has(a)) {
    padding: 3px 4vw 2px 4vw;
    font-size: 3vw;
  }
}
.c-card__meta-item--category:not(:has(a)):hover {
  background-color: #3C3C3C;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .c-card__meta-item--category {
    margin-bottom: 0;
  }
}
.c-card__title {
  margin: 0;
}
.c-card__title a, .c-card__title {
  color: #3C3C3C;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.03em;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-card__title a, .c-card__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-card__title a, .c-card__title {
    font-size: 3.7333333333vw;
  }
}
.c-card__title a br, .c-card__title br {
  display: none;
}
.c-card__title--truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-indent: -9999px;
}
.c-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-block;
  padding: 5px 10px;
  background-color: #E56E07;
  color: #FFFFFF;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .c-card__badge {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .c-card__badge {
    font-size: 2.9333333333vw;
    line-height: 4vw;
    letter-spacing: 0vw;
    font-weight: 700;
  }
}

@media screen and (min-width: 768px) {
  .c-card-grid {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  .c-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-card-grid--3 {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .c-card-grid .c-card .c-card__meta {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 2vw !important;
  }
}

@media screen and (max-width: 767px) {
  .c-card-grid .c-card .c-card__meta-item--date {
    font-size: 3.4vw !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .c-card-grid .c-card .c-card__meta-item--category {
    margin-bottom: 0 !important;
  }
  .c-card-grid .c-card .c-card__meta-item--category a {
    padding: 3px 4vw 2px 4vw !important;
    font-size: 3vw !important;
  }
  .c-card-grid .c-card .c-card__meta-item--category:not(:has(a)) {
    padding: 3px 4vw 2px 4vw !important;
    font-size: 3vw !important;
  }
}

.c-card-movie {
  width: 100%;
  aspect-ratio: 280/190;
  display: block;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  /* Rectangle 3817 */
}
@media screen and (max-width: 767px) {
  .c-card-movie {
    width: 100%;
    aspect-ratio: 335/221;
  }
}
.c-card-movie:hover {
  opacity: 1;
}
.c-card-movie:hover .c-card-movie__thumbnail img {
  transform: scale(1.05);
}
.c-card-movie:hover .c-card-movie__play-circle {
  border-color: #E56E07;
}
.c-card-movie:hover svg path {
  fill: #E56E07;
}
.c-card-movie:hover .c-card-movie__play-icon {
  fill: #E56E07;
}
.c-card-movie:hover .c-card-movie__play-icon path {
  fill: #E56E07;
}
.c-card-movie__info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-card-movie__info {
    gap: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }
}
.c-card-movie__logo {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .c-card-movie__logo {
    width: 3.125vw;
    height: 3.125vw;
  }
}
.c-card-movie__name {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .c-card-movie__name {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.c-card-movie__mask {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 4px 16px 0px rgba(60, 60, 60, 0.08);
}
.c-card-movie__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3C3C3C;
  z-index: 1;
}
.c-card-movie__thumbnail {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-card-movie__thumbnail {
    height: 100%;
  }
}
.c-card-movie__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}
.c-card-movie__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-card-movie__gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #3C3C3C 14.95%, rgba(5, 5, 5, 0.05) 75.78%);
  z-index: 3;
}
.c-card-movie__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 13px 35px;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .c-card-movie__content {
    padding: 1.6927083333vw 3.2552083333vw;
  }
}
.c-card-movie__main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}
@media screen and (max-width: 767px) {
  .c-card-movie__main-content {
    gap: 2.9947916667vw;
  }
}
.c-card-movie__title {
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .c-card-movie__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .c-card-movie__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .c-card-movie__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.c-card-movie__play-button {
  width: 56px;
  height: 56px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-card-movie__play-button {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
}
.c-card-movie__play-circle {
  width: 100%;
  height: 100%;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
}
.c-card-movie__play-icon {
  width: 14px;
  height: 19px;
  fill: #FFFFFF;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .c-card-movie__play-icon {
    width: 2.6041666667vw;
    height: 3.515625vw;
  }
}
.c-card-movie__category {
  position: absolute;
  top: 5px;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
  transform-origin: left center;
  gap: 6px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .c-card-movie__category {
    top: 2.6041666667vw;
    left: 2.6041666667vw;
    gap: 0.78125vw;
  }
}
.c-card-movie__category-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .c-card-movie__category-dot {
    width: 1.4322916667vw;
    height: 1.4322916667vw;
  }
}
.c-card-movie__category-text {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 160%;
  font-family: "Inter", "Montserrat", "Arial", sans-serif;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-card-movie__category-text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.c-card-movie.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.c-card-movie.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.c-card-movie.c-card-movie--hide-text {
  aspect-ratio: 375/204;
}
@media screen and (max-width: 767px) {
  .c-card-movie.c-card-movie--hide-text {
    aspect-ratio: 624/344;
  }
}
.c-card-movie.c-card-movie--hide-text .c-card-movie__content {
  padding-bottom: 4.296875vw;
}

.c-card-movie-grid {
  display: grid;
  gap: 24px;
}
.c-card-movie-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .c-card-movie-grid--3 {
    grid-template-columns: 1fr;
    gap: 3.125vw;
  }
}
.c-card-movie-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .c-card-movie-grid--4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.0833333333vw;
  }
}
.c-card-movie-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .c-card-movie-grid--2 {
    grid-template-columns: 1fr;
    gap: 3.125vw;
  }
}

/**
 * ニュースカードコンポーネント
 * 
 * 🎯 Figma pc_news準拠の実装（既存変数・mixin最大活用）
 * 
 * Figma仕様:
 * - サイズ: 413×106px（横並びレイアウト）
 * - 画像エリア: 168×106px
 * - ギャップ: 29px
 * - カラー: デザインシステム準拠（$color-secondary, $color-primary等）
 * - タイポグラフィ: 既存mixinを活用（typography-p-bold, typography-eng-small）
 */
.c-card-news {
  display: flex;
  align-items: center;
  gap: 29px;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-card-news {
    gap: 3.7760416667vw;
  }
}
.c-card-news:hover {
  opacity: 1;
}
.c-card-news:hover .c-card-news__title {
  color: #E56E07;
}
.c-card-news:hover .c-card-news__image-wrapper::after {
  opacity: 1;
}
.c-card-news__image-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 168px;
  height: 106px;
  border: 1px solid #F0F0F0;
}
.c-card-news__image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url(../../../assets/img/00Component/icon/info_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
  transform: translate(50%, 50%);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-card-news__image-wrapper {
    width: 30.46875vw;
    height: 19.2708333333vw;
  }
}
.c-card-news__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-card-news__image {
  width: 100%;
  height: 100%;
}
.c-card-news__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-card-news__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-card-news__content {
    width: 100%;
    height: auto;
    gap: 1.5625vw;
  }
}
.c-card-news__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-card-news__meta {
    width: 100%;
    gap: calc(10 / 375px * 100vw);
  }
}
.c-card-news__category {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  background-color: #3C3C3C;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-card-news__category {
    padding: 0 calc(12 / 375px * 100vw);
  }
}
.c-card-news__category-text {
  font-family: "Inter", "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .c-card-news__category-text {
    font-family: "Inter", "Montserrat", "Arial", sans-serif;
    font-size: 2.34375vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 150%;
  }
}
.c-card-news__date {
  flex-shrink: 0;
}
.c-card-news__date-text {
  display: block;
  font-family: "Inter", "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #3C3C3C;
}
@media screen and (max-width: 767px) {
  .c-card-news__date-text {
    font-family: "Inter", "Montserrat", "Arial", sans-serif;
    font-size: 2.34375vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 150%;
  }
}
.c-card-news__title {
  color: #3C3C3C;
  margin: 0;
  white-space: pre-line;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-card-news__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .c-card-news__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .c-card-news__title {
    width: 100%;
    height: auto;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.c-card-news:focus {
  outline: 3px solid rgba(229, 110, 7, 0.5);
  outline-offset: 2px;
}
.c-card-news:disabled, .c-card-news.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.c-card-news:disabled:hover .c-card-news__title, .c-card-news.is-disabled:hover .c-card-news__title {
  color: #3C3C3C;
}

.c-card-news-grid {
  display: grid;
  gap: 24px;
}
.c-card-news-grid--1 {
  grid-template-columns: 1fr;
}
.c-card-news-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .c-card-news-grid--2 {
    grid-template-columns: 1fr;
    gap: calc(24 / 375px * 100vw);
  }
}
.c-card-news-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .c-card-news-grid--3 {
    grid-template-columns: 1fr;
    gap: calc(24 / 375px * 100vw);
  }
}

.c-card-news.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.c-card-news.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.c-card-worry {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-card-worry {
    width: 100%;
    gap: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-card-worry {
    width: 100%;
    flex-direction: row;
    gap: calc(6 / 375px * 100vw);
  }
}
.c-card-worry__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: inherit;
}
@media screen and (max-width: 767px) {
  .c-card-worry__inner {
    display: grid;
    grid-auto-flow: row dense;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: auto 42.4479166667vw;
    grid-template-rows: 6.5104166667vw auto;
    gap: 0px 3.125vw;
    grid-template-areas: "img number" "img title";
  }
}
.c-card-worry__number {
  font-family: "Inter", "Montserrat", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 150%;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  color: #3C3C3C;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-card-worry__number {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-card-worry__number {
    grid-area: number;
    text-align: left;
    height: 100%;
    align-items: end;
    align-content: end;
    font-size: 3.2552083333vw;
  }
}
.c-card-worry__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-card-worry__icon {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-card-worry__icon {
    grid-area: img;
  }
}
.c-card-worry__icon img, .c-card-worry__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .c-card-worry__icon-default svg {
    width: 140px;
    height: 117px;
  }
}
@media screen and (max-width: 767px) {
  .c-card-worry__icon-default svg {
    width: 44.0104166667vw;
    height: 25.5208333333vw;
  }
}
.c-card-worry__title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  text-align: center;
  color: #E56E07;
  white-space: pre-line;
  padding-block: 1em;
}
@media screen and (min-width: 768px) {
  .c-card-worry__title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-card-worry__title {
    grid-area: title;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
    text-align: left;
    padding: 0;
    white-space: normal;
    height: 100%;
    align-items: start;
    align-content: start;
  }
}

.c-btn-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 155px;
  height: 35px;
  padding: 0 16px;
  background-color: #E56E07;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 4px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-btn-nav {
    width: 528px;
    height: 80px;
    border-radius: 8px;
    padding: 20px 20px 20px 24px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-nav {
    width: 68.75vw;
    height: 10.4166666667vw;
    padding: 2.6041666667vw 2.6041666667vw 2.6041666667vw 3.125vw;
    border-radius: 8px;
    font-size: 2.8645833333vw;
  }
}
.c-btn-nav__text {
  flex: 1;
  position: relative;
  height: 19px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-btn-nav__text {
    height: initial;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-nav__text {
    height: initial;
  }
}
.c-btn-nav__text-inner {
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-btn-nav__text-inner {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-nav__text-inner {
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-btn-nav__text-line:first-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-nav__text-line:first-child {
    display: none;
  }
}
.c-btn-nav__icon {
  width: 12px;
  height: 13px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-btn-nav__icon {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-nav__icon {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-nav:hover {
    opacity: 1;
  }
  .c-btn-nav:hover .c-btn-nav__text-inner {
    transform: translateY(-100%);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) and (max-width: 1099px) {
  .c-btn-nav:hover .c-btn-nav__text-inner {
    transform: translateY(0%);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 767px) {
  .c-btn-nav:hover .c-btn-nav__text-inner {
    transform: translateY(0%);
  }
}
/**
 * お問い合わせボタンコンポーネント
 * 
 * 🎯 Figma pc_btn_cta準拠の実装
 * 
 * Figma仕様:
 * - サイズ: 422×68px
 * - 背景色: #E56E07
 * - テキスト色: #FFFFFF
 * - フォント: Noto Sans JP Bold 18px
 * - 文字間隔: 4%
 * - パディング: 24px 24px 24px 32px
 * - ボーダー半径: 8px
 * - レイアウト: space-between, 12px gap
 */
.c-btn-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 422px;
  height: 68px;
  padding: 24px 24px 24px 32px;
  gap: 12px;
  background-color: #E56E07;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn-contact {
    width: 68.75vw;
    padding: 2.2786458333vw 4.1666666667vw;
    height: 10.4166666667vw;
    border-radius: 1.0416666667vw;
  }
}
.c-btn-contact:active {
  transform: translateY(0);
}
.c-btn-contact__text-area {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 206px;
  height: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn-contact__text-area {
    width: auto;
    height: auto;
    flex: 1;
  }
}
.c-btn-contact__main-text {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  position: relative;
  height: 24px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-btn-contact__main-text {
    height: initial;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-contact__main-text {
    height: initial;
    font-size: 3.6458333333vw;
  }
}
.c-btn-contact__main-text-inner {
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-btn-contact__main-text-inner {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-contact__main-text-inner {
    position: relative;
  }
}
.c-btn-contact__main-text-line {
  height: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-btn-contact__main-text-line {
    height: initial;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-contact__main-text-line {
    height: initial;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-btn-contact__main-text-line:first-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-contact__main-text-line:first-child {
    display: none;
  }
}
.c-btn-contact__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-btn-contact__icon {
    width: 3.125vw;
    height: 3.125vw;
  }
}
.c-btn-contact__arrow {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-btn-contact__arrow {
    width: 3.125vw;
    height: 3.125vw;
  }
}
.c-btn-contact__arrow svg {
  width: 24px;
  height: 24px;
  color: #FFFFFF;
  transition: transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .c-btn-contact__arrow svg {
    width: 3.125vw;
    height: 3.125vw;
  }
}
.c-btn-contact__arrow-group {
  transition: transform 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-contact:hover {
    opacity: 1;
  }
  .c-btn-contact:hover .c-btn-contact__main-text-inner {
    transform: translateY(-100%);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) and (max-width: 1099px) {
  .c-btn-contact:hover .c-btn-contact__main-text-inner {
    transform: translateY(0%);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 767px) {
  .c-btn-contact:hover .c-btn-contact__main-text-inner {
    transform: translateY(0%);
  }
}
.c-btn-contact:focus {
  outline: 3px solid rgba(229, 110, 7, 0.5);
  outline-offset: 2px;
}
.c-btn-contact:disabled, .c-btn-contact.is-disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.c-btn-contact:disabled:hover, .c-btn-contact.is-disabled:hover {
  background-color: #ccc;
  transform: none;
  box-shadow: none;
}
.c-btn-contact--service {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
}
@media screen and (max-width: 767px) {
  .c-btn-contact--service {
    width: 100%;
    height: 10.4166666667vw;
  }
}
.c-btn-contact--service .c-btn-contact__main-text,
.c-btn-contact--service .c-btn-contact__duplicate-text,
.c-btn-contact--service .c-btn-contact__sub-text {
  color: #E56E07;
}
.c-btn-contact--service .c-btn-contact__arrow svg {
  color: #E56E07;
}
.c-btn-contact--service .c-btn-contact__arrow svg path {
  fill: #E56E07;
}
.c-btn-contact--service:hover {
  background-color: #FAFAFA;
  border-color: #E56E07;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(229, 110, 7, 0.15);
}
.c-btn-contact--service:active {
  transform: translateY(0);
  background-color: #F5F5F5;
}
.c-btn-contact--service:focus {
  outline: 3px solid rgba(229, 110, 7, 0.3);
  outline-offset: 2px;
}
@media screen and (max-width: 767px) {
  .c-btn-contact--service .c-btn-contact__sub-text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.6458333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.c-btn-contact__duplicate-text {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 4%;
  color: inherit;
  position: absolute;
  top: 27px;
  left: 0;
  width: 187px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .c-btn-contact__duplicate-text {
    font-size: 16px;
    position: static;
    width: auto;
    height: auto;
    margin-top: 4px;
  }
}

.c-btn-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px 24px 24px 32px;
  background-color: #FFFFFF;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  gap: 12px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn-service {
    padding: calc(20 / 375px * 100vw) calc(20 / 375px * 100vw) calc(20 / 375px * 100vw) calc(24 / 375px * 100vw);
    border-radius: calc(8 / 375px * 100vw);
    gap: calc(8 / 375px * 100vw);
  }
}
.c-btn-service:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}
.c-btn-service__content {
  position: relative;
  width: 206px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .c-btn-service__content {
    width: calc(150 / 375px * 100vw);
    height: calc(20 / 375px * 100vw);
  }
}
.c-btn-service__text {
  position: absolute;
  top: 0;
  left: 0;
  color: #3C3C3C;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-btn-service__text {
    font-size: calc(14 / 375px * 100vw);
  }
}
.c-btn-service__text:nth-child(2) {
  top: 27px;
}
@media screen and (max-width: 767px) {
  .c-btn-service__text:nth-child(2) {
    top: calc(20 / 375px * 100vw);
  }
}
.c-btn-service__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-btn-service__icon {
    width: calc(20 / 375px * 100vw);
    height: calc(20 / 375px * 100vw);
  }
}
.c-btn-service__icon svg {
  width: 100%;
  height: 100%;
}

.c-hamburger-menu {
  width: 83px;
  height: 83px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  outline: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger-menu {
    width: 10.8072916667vw;
    height: 10.8072916667vw;
  }
}
.c-hamburger-menu:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
.c-hamburger-menu:hover .c-hamburger-menu__icon,
.c-hamburger-menu:hover .c-hamburger-menu__text {
  opacity: 0.8;
}
.c-hamburger-menu.is-active .c-hamburger-menu__text-default {
  opacity: 0;
  visibility: hidden;
}
.c-hamburger-menu.is-active .c-hamburger-menu__text-active {
  opacity: 1;
  visibility: visible;
}
.c-hamburger-menu.is-active .c-hamburger-menu__line--1 {
  transform: rotate(45deg) translate(4px, 4px);
}
.c-hamburger-menu.is-active .c-hamburger-menu__line--2 {
  opacity: 0;
}
.c-hamburger-menu.is-active .c-hamburger-menu__line--3 {
  transform: rotate(-45deg) translate(7px, -6px);
}
.c-hamburger-menu.is-active .c-hamburger-menu__icon .c-hamburger-menu__line--1, .c-hamburger-menu.is-active .c-hamburger-menu__icon .c-hamburger-menu__line--3 {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .c-hamburger-menu.is-active .c-hamburger-menu__icon .c-hamburger-menu__line--1, .c-hamburger-menu.is-active .c-hamburger-menu__icon .c-hamburger-menu__line--3 {
    width: 5.2083333333vw;
  }
}

.c-hamburger-menu__container {
  width: 59px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .c-hamburger-menu__container {
    width: 7.6822916667vw;
    gap: 0.5208333333vw;
  }
}

.c-hamburger-menu__icon {
  width: 46px;
  height: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-hamburger-menu__icon {
    width: 5.9895833333vw;
  }
}

.c-hamburger-menu__line {
  width: 46px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  transform-origin: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-hamburger-menu__line {
    width: 5.9895833333vw;
    height: 0.2604166667vw;
  }
}
.c-hamburger-menu__line--1 {
  position: absolute;
  top: 0;
}
.c-hamburger-menu__line--2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-hamburger-menu__line--3 {
  position: absolute;
  bottom: 0;
}

.c-hamburger-menu__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #ffffff;
  text-align: center;
  position: relative;
  width: 59px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-hamburger-menu__text {
    width: 7.6822916667vw;
    height: 3.515625vw;
    font-size: 2.34375vw;
  }
}

.c-hamburger-menu__text-default,
.c-hamburger-menu__text-active {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  width: 100%;
}

.c-hamburger-menu__text-default {
  opacity: 1;
  visibility: visible;
}

.c-hamburger-menu__text-active {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .c-hamburger-menu {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-hamburger-menu {
    display: flex;
  }
}
.c-impact-statement {
  width: 659px;
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.c-impact-statement__intro {
  color: #3C3C3C;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.c-impact-statement__content {
  width: 659px;
  height: 234px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.c-impact-statement__period {
  width: 659px;
  height: 78px;
  color: #3C3C3C;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: 0;
}
.c-impact-statement__main {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.c-impact-statement__text {
  width: 659px;
  height: 70px;
  margin: 0;
  color: #3C3C3C;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
}
.c-impact-statement__quote-marks {
  position: absolute;
  pointer-events: none;
}
.c-impact-statement__quote-mark {
  width: 10px;
  height: 18px;
  color: #3C3C3C;
  font-size: 18px;
  position: absolute;
}
.c-impact-statement__quote-mark--open {
  left: 0;
  top: 0;
}
.c-impact-statement__quote-mark--close {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.c-impact-statement__description {
  width: 582px;
  height: 29px;
  position: relative;
  display: flex;
  align-items: center;
}
.c-impact-statement__description-text {
  color: #3C3C3C;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 4%;
  text-align: left;
}
.c-impact-statement__underline {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 177.67px;
  height: 6.078px;
  background-color: #E56E07;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .c-impact-statement {
    width: 85.8072916667vw;
    gap: 5.9895833333vw;
  }
  .c-impact-statement__content {
    width: 85.8072916667vw;
    height: 30.46875vw;
    gap: 1.0416666667vw;
  }
  .c-impact-statement__period {
    width: 85.8072916667vw;
    height: 10.15625vw;
    font-size: 7.8125vw;
  }
  .c-impact-statement__text {
    width: 85.8072916667vw;
    height: 9.1145833333vw;
    font-size: 5.7291666667vw;
  }
  .c-impact-statement__quote-mark {
    width: 1.3020833333vw;
    height: 2.34375vw;
    font-size: 2.34375vw;
  }
  .c-impact-statement__description {
    width: 75.78125vw;
    height: 3.7760416667vw;
  }
  .c-impact-statement__description-text {
    font-size: 2.34375vw;
  }
  .c-impact-statement__underline {
    width: 23.1341145833vw;
    height: 0.79140625vw;
  }
}
.c-heading-section-sm {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-heading-section-sm {
    gap: 1.3020833333vw;
  }
}
.c-heading-section-sm__accent {
  flex-shrink: 0;
  width: 25px;
  height: 13px;
}
@media screen and (max-width: 767px) {
  .c-heading-section-sm__accent {
    width: 4.1666666667vw;
    height: 2.2135416667vw;
  }
}
.c-heading-section-sm__accent-icon {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #E56E07;
}
.c-heading-section-sm__accent-icon svg {
  display: grid;
  place-items: center;
}
.c-heading-section-sm__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .c-heading-section-sm__content {
    gap: 0 1.5625vw;
  }
}
.c-heading-section-sm__english {
  font-family: "Inter", "Montserrat", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
  margin: 0;
}
.c-heading-section-sm__japanese-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 17px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-heading-section-sm__japanese-wrapper {
    align-items: center;
    gap: 2.2135416667vw;
  }
}
.c-heading-section-sm__separator {
  width: 4px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .c-heading-section-sm__separator {
    width: 0.5208333333vw;
    height: 2.6041666667vw;
  }
}
.c-heading-section-sm__separator svg {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.c-heading-section-sm__japanese {
  color: #3C3C3C;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.23em;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .c-heading-section-sm__japanese {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 2.6041666667vw;
    font-weight: 700;
    letter-spacing: 0.23em;
    line-height: 150%;
  }
}
.c-heading-section-sm--center {
  justify-self: center;
  margin-left: auto;
  margin-right: auto;
}
.c-heading-section-sm--right {
  margin-left: auto;
}
.c-heading-section-sm--light .c-heading-section-sm__english,
.c-heading-section-sm--light .c-heading-section-sm__japanese {
  color: #FFFFFF;
}
.c-heading-section-sm--light .c-heading-section-sm__separator svg path {
  stroke: #FFFFFF;
}
.c-heading-section-sm--large {
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .c-heading-section-sm--large {
    gap: 1.5625vw;
  }
}
.c-heading-section-sm--large .c-heading-section-sm__accent {
  width: 30px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .c-heading-section-sm--large .c-heading-section-sm__accent {
    width: 4.1666666667vw;
    height: 2.2135416667vw;
  }
}
.c-heading-section-sm--large .c-heading-section-sm__english {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-heading-section-sm--large .c-heading-section-sm__english {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.125vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 120%;
  }
}
.c-heading-section-sm--large .c-heading-section-sm__japanese-wrapper {
  gap: 20px;
}
.c-heading-section-sm--large .c-heading-section-sm__separator {
  height: 24px;
}
.c-heading-section-sm--large .c-heading-section-sm__japanese {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .c-heading-section-sm--large .c-heading-section-sm__japanese {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.125vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 120%;
  }
}

.c-heading-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .c-heading-section {
    gap: 0.5208333333vw;
  }
}
.c-heading-section__english {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-heading-section__english {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.c-heading-section__japanese {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-heading-section__japanese {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 5.2083333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.c-heading-section--left {
  align-items: flex-start;
  text-align: left;
}
.c-heading-section--left .c-heading-section__english,
.c-heading-section--left .c-heading-section__japanese {
  text-align: left;
}
.c-heading-section--right {
  align-items: flex-end;
  text-align: right;
}
.c-heading-section--right .c-heading-section__english,
.c-heading-section--right .c-heading-section__japanese {
  text-align: right;
}
.c-heading-section--white .c-heading-section__english,
.c-heading-section--white .c-heading-section__japanese {
  color: #FFFFFF;
}
.c-heading-section--orange .c-heading-section__english,
.c-heading-section--orange .c-heading-section__japanese {
  color: #E56E07;
}
.c-heading-section--light .c-heading-section__english,
.c-heading-section--light .c-heading-section__japanese {
  color: #FFFFFF;
}

.c-card-voice {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 24px 24px;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-card-voice {
    padding: 4.1666666667vw;
    border-radius: 1.5625vw;
    gap: 3.125vw;
  }
}
.c-card-voice__header {
  display: flex;
  align-items: center;
  gap: 27px;
}
@media screen and (max-width: 767px) {
  .c-card-voice__header {
    flex-direction: column;
    gap: 1.5625vw;
  }
}
.c-card-voice__avatar {
  position: relative;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #F0F0F0;
}
@media screen and (max-width: 767px) {
  .c-card-voice__avatar {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
  }
}
.c-card-voice__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card-voice__avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-card-voice__customer {
  flex: 1;
}
.c-card-voice__customer-name {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  color: #3C3C3C;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .c-card-voice__customer-name {
    font-size: 2.34375vw;
  }
}
.c-card-voice__subtitle {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  width: 100%;
}
.c-card-voice__subtitle .u-color-primary {
  color: #E56E07;
}
@media screen and (max-width: 767px) {
  .c-card-voice__subtitle {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
    text-align: center;
  }
}
.c-card-voice__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}
.c-card-voice__content {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
  flex: 1;
  line-height: 1.6em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-card-voice__content {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.c-card-voice__button {
  margin-top: auto;
}
.c-card-voice__button .c-btn-common {
  width: 100%;
}
.c-card-voice--fixed-height {
  height: 500px;
}
@media screen and (max-width: 767px) {
  .c-card-voice--fixed-height {
    height: 450px;
  }
}
.c-card-voice--compact {
  padding: 20px 16px 16px;
  gap: 12px;
}
.c-card-voice--compact .c-card-voice__avatar {
  width: 80px;
  height: 80px;
}
.c-card-voice--compact .c-card-voice__header {
  gap: 16px;
}
.c-card-voice--compact .c-card-voice__subtitle {
  font-size: 18px;
}
.c-card-voice--compact .c-card-voice__content {
  font-size: 14px;
  line-height: 1.5;
}
.c-card-voice--compact .c-card-voice__button .c-btn-common {
  height: 40px;
}

.c-card-webiner {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
  gap: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-card-webiner {
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-card-webiner {
    flex-direction: column;
    gap: 7.2916666667vw;
  }
}
.c-card-webiner__image {
  width: 469px;
  height: 263px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-card-webiner__image {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-card-webiner__image {
    width: 100%;
    height: 50.1302083333vw;
    border-radius: 1.0416666667vw;
  }
}
.c-card-webiner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-card-webiner__placeholder {
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-card-webiner__placeholder::before {
  content: "";
  width: 64px;
  height: 64px;
  background: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 8C35.7 8 39.2 9.475 41.8 12.1C44.4 14.725 45.875 18.225 45.875 21.925C45.875 25.625 44.4 29.125 41.8 31.75C39.2 34.375 35.7 35.85 32 35.85C28.3 35.85 24.8 34.375 22.2 31.75C19.6 29.125 18.125 25.625 18.125 21.925C18.125 18.225 19.6 14.725 22.2 12.1C24.8 9.475 28.3 8 32 8ZM32 12C29.8 12 27.7 12.875 26.2 14.375C24.7 15.875 23.825 17.975 23.825 20.175C23.825 22.375 24.7 24.475 26.2 25.975C27.7 27.475 29.8 28.35 32 28.35C34.2 28.35 36.3 27.475 37.8 25.975C39.3 24.475 40.175 22.375 40.175 20.175C40.175 17.975 39.3 15.875 37.8 14.375C36.3 12.875 34.2 12 32 12ZM32 40C40 40 52 44 52 48V56H12V48C12 44 24 40 32 40Z' fill='%23CECECE'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-card-webiner__placeholder::before {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
}
.c-card-webiner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .c-card-webiner__content {
    width: 100%;
    gap: 4.1666666667vw;
  }
}
.c-card-webiner__text-area {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .c-card-webiner__text-area {
    gap: 4.1666666667vw;
  }
}
.c-card-webiner__title {
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 31px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3C3C3C;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-card-webiner__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 4.4270833333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.c-card-webiner__description {
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3C3C3C;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  white-space: pre-wrap;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-card-webiner__description {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.c-card-webiner .c-btn-common--webiner {
  width: 250px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .c-card-webiner .c-btn-common--webiner {
    width: 100%;
    height: auto;
  }
}

.c-card-whitepaper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-card-whitepaper {
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    gap: 6.25vw;
  }
}
.c-card-whitepaper__image {
  width: 100%;
  height: 262px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-card-whitepaper__image {
    width: 37.7604166667vw;
    height: auto;
    flex-shrink: 0;
  }
}
.c-card-whitepaper__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.c-card-whitepaper__placeholder {
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-card-whitepaper__placeholder::before {
  content: "";
  width: 64px;
  height: 64px;
  background: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8h48v32l-8-8-12 12-8-8-12 12V8z' fill='%23CECECE'/%3E%3Ccircle cx='20' cy='20' r='4' fill='%23CECECE'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.c-card-whitepaper__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .c-card-whitepaper__content {
    align-items: flex-start;
    gap: 2.0833333333vw;
  }
}
.c-card-whitepaper__text-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .c-card-whitepaper__text-area {
    align-items: flex-start;
    width: 100%;
    gap: 2.0833333333vw;
  }
}
.c-card-whitepaper__title {
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3C3C3C;
  text-align: center;
  width: 100%;
  height: 65px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .c-card-whitepaper__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
    text-align: left;
    height: auto;
    display: block;
  }
}
.c-card-whitepaper__description {
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3C3C3C;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-card-whitepaper__description {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
    width: 100%;
    -webkit-line-clamp: 2;
  }
}
.c-card-whitepaper .c-btn-common--whitepaper {
  margin-top: auto;
  background-color: transparent;
  border: 1px solid #E56E07;
  border-radius: 8px;
  color: #E56E07;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-card-whitepaper .c-btn-common--whitepaper {
    border-radius: 1.0416666667vw;
  }
}
.c-card-whitepaper .c-btn-common--whitepaper:hover {
  background-color: #E56E07;
  color: #FFFFFF;
}
.c-card-whitepaper .c-btn-common--whitepaper:focus {
  outline: 2px solid #E56E07;
  outline-offset: 2px;
}
.c-card-whitepaper .c-btn-common--whitepaper .c-btn-common__text {
  color: #E56E07;
}
.c-card-whitepaper .c-btn-common--whitepaper .c-btn-common__icon svg {
  width: 100%;
  height: 100%;
  fill: #E56E07;
}
.c-card-whitepaper .c-btn-common--whitepaper .c-btn-common__icon svg path {
  stroke: #E56E07;
}
.c-card-whitepaper .c-btn-common--whitepaper:hover .c-btn-common__text,
.c-card-whitepaper .c-btn-common--whitepaper:hover .c-btn-common__icon svg {
  color: #FFFFFF;
  fill: #FFFFFF;
}
.c-card-whitepaper .c-btn-common--whitepaper:hover .c-btn-common__text path,
.c-card-whitepaper .c-btn-common--whitepaper:hover .c-btn-common__icon svg path {
  stroke: #FFFFFF;
}

.c-btn-common {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  width: 100%;
  max-width: 344px;
  background-color: #3C3C3C;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn-common {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 2.4739583333vw 3.125vw;
  }
}
.c-btn-common:focus {
  outline: 2px solid #E56E07;
  outline-offset: 2px;
}
.c-btn-common__content {
  display: flex;
  align-items: center;
  width: 100%;
}
.c-btn-common__text {
  position: relative;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn-common__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
    height: initial;
  }
}
.c-btn-common__text-inner {
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-btn-common__text-inner {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-common__text-inner {
    position: relative;
  }
}
.c-btn-common__text-line {
  display: block;
  height: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-btn-common__text-line {
    height: initial;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-common__text-line {
    height: initial;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-btn-common__text-line:first-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-common__text-line:first-child {
    display: none;
  }
}
.c-btn-common__icon {
  width: 20px;
  height: 20px;
  color: #FFFFFF;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-btn-common__icon {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.c-btn-common__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.c-btn-common--left .c-btn-common__content {
  justify-content: flex-start;
}
.c-btn-common--left .c-btn-common__text {
  text-align: left;
}
.c-btn-common--small {
  width: 200px;
  height: 40px;
  padding: 16px;
}
.c-btn-common--small .c-btn-common__content {
  width: 140px;
  height: 20px;
}
.c-btn-common--small .c-btn-common__text {
  font-size: 14px;
}
.c-btn-common--small .c-btn-common__icon {
  width: 16px;
  height: 16px;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-common:hover {
    opacity: 1;
  }
  .c-btn-common:hover .c-btn-common__text-inner {
    transform: translateY(-100%);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) and (max-width: 1099px) {
  .c-btn-common:hover .c-btn-common__text-inner {
    transform: translateY(0%);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 767px) {
  .c-btn-common:hover .c-btn-common__text-inner {
    transform: translateY(0%);
  }
}
.c-btn-common--large {
  max-width: 422px;
}
@media screen and (max-width: 767px) {
  .c-btn-common--large {
    max-width: 100%;
  }
}
.c-btn-common--full {
  width: 100%;
  max-width: none;
}
.c-btn-common--whitepaper {
  width: 100%;
  height: 48px;
  max-width: 290px;
}
@media screen and (max-width: 767px) {
  .c-btn-common--whitepaper {
    width: 100%;
    height: 10.4166666667vw;
    max-width: 100%;
  }
}
.c-btn-common--whitepaper .c-btn-common__content {
  width: auto;
  flex: 1;
}
.c-btn-common--primary {
  background-color: #E56E07;
}
.c-btn-common--white {
  background-color: #FFFFFF;
  border: 2px solid #3C3C3C;
}
.c-btn-common--secondary {
  background-color: #F0F0F0;
}
.c-btn-common--text-dark .c-btn-common__text {
  color: #3C3C3C;
}
.c-btn-common--text-dark .c-btn-common__icon {
  color: #3C3C3C;
}
.c-btn-common--text-primary .c-btn-common__text {
  color: #E56E07;
}
.c-btn-common--text-primary .c-btn-common__icon {
  color: #E56E07;
}
.c-btn-common--bold .c-btn-common__text {
  font-weight: 700;
}
.c-btn-common:disabled, .c-btn-common--disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.c-btn-common:disabled:hover, .c-btn-common--disabled:hover {
  transform: none;
  box-shadow: none;
}
.c-btn-common--no-icon {
  justify-content: center;
}
.c-btn-common--no-icon .c-btn-common__content {
  width: 100%;
  justify-content: center;
}
.c-btn-common--outline {
  background-color: transparent;
  border: 2px solid #3C3C3C;
}
.c-btn-common--outline .c-btn-common__text,
.c-btn-common--outline .c-btn-common__icon {
  color: #3C3C3C;
}
.c-btn-common--outline:hover {
  background-color: #3C3C3C;
}
.c-btn-common--outline:hover .c-btn-common__text,
.c-btn-common--outline:hover .c-btn-common__icon {
  color: #FFFFFF;
}
.c-btn-common--outline.c-btn-common--primary {
  border-color: #E56E07;
}
.c-btn-common--outline.c-btn-common--primary .c-btn-common__text,
.c-btn-common--outline.c-btn-common--primary .c-btn-common__icon {
  color: #E56E07;
}
.c-btn-common--outline.c-btn-common--primary:hover {
  background-color: #E56E07;
}
.c-btn-common--outline.c-btn-common--primary:hover .c-btn-common__text,
.c-btn-common--outline.c-btn-common--primary:hover .c-btn-common__icon {
  color: #FFFFFF;
}
.c-btn-common--transparent {
  width: 250px;
  height: 48px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn-common--transparent {
    width: 100%;
    height: auto;
  }
}
.c-btn-common--transparent .c-btn-common__text,
.c-btn-common--transparent .c-btn-common__icon {
  color: #FFFFFF;
}
.c-btn-common--transparent:focus {
  outline: 2px solid #E56E07;
  outline-offset: 2px;
}

.c-btn-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  padding: 12px;
  width: 100%;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  background-color: #3C3C3C;
}
.c-btn-arrow:hover {
  background-color: rgb(34.5, 34.5, 34.5);
  transform: scale(1.02);
}
.c-btn-arrow:active {
  transform: scale(0.98);
}
.c-btn-arrow__text {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.c-btn-arrow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.73px;
  height: 12.73px;
  color: #FFFFFF;
}
.c-btn-arrow__icon svg {
  width: 100%;
  height: 100%;
}
.c-btn-arrow--bg-primary {
  background-color: #E56E07;
}
.c-btn-arrow--bg-primary:hover {
  background-color: rgb(179.5127118644, 86.2288135593, 5.4872881356);
}
.c-btn-arrow--bg-secondary {
  background-color: #3C3C3C;
}
.c-btn-arrow--bg-secondary:hover {
  background-color: rgb(34.5, 34.5, 34.5);
}
.c-btn-arrow--bg-white {
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
}
.c-btn-arrow--bg-white:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.c-btn-arrow--bg-transparent {
  background-color: transparent;
  border: 1px solid #3C3C3C;
}
.c-btn-arrow--bg-transparent:hover {
  background-color: rgba(60, 60, 60, 0.1);
}
.c-btn-arrow--text-white .c-btn-arrow__text,
.c-btn-arrow--text-white .c-btn-arrow__icon {
  color: #FFFFFF;
}
.c-btn-arrow--text-primary .c-btn-arrow__text,
.c-btn-arrow--text-primary .c-btn-arrow__icon {
  color: #E56E07;
}
.c-btn-arrow--text-secondary .c-btn-arrow__text,
.c-btn-arrow--text-secondary .c-btn-arrow__icon {
  color: #3C3C3C;
}
.c-btn-arrow--small {
  padding: 8px 12px;
}
.c-btn-arrow--small .c-btn-arrow__text {
  font-size: 12px;
}
.c-btn-arrow--small .c-btn-arrow__icon {
  width: 10px;
  height: 10px;
}
.c-btn-arrow--large {
  padding: 16px 20px;
}
.c-btn-arrow--large .c-btn-arrow__text {
  font-size: 16px;
}
.c-btn-arrow--large .c-btn-arrow__icon {
  width: 16px;
  height: 16px;
}
.c-btn-arrow--auto-width {
  width: auto;
  display: inline-flex;
}
.c-btn-arrow--full-width {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn-arrow {
    padding: 1.5625vw;
    gap: 0.5208333333vw;
  }
  .c-btn-arrow__text {
    font-size: 1.8229166667vw;
  }
  .c-btn-arrow__icon {
    width: 1.6575520833vw;
    height: 1.6575520833vw;
  }
  .c-btn-arrow--small {
    padding: 1.0416666667vw 1.5625vw;
  }
  .c-btn-arrow--small .c-btn-arrow__text {
    font-size: 1.5625vw;
  }
  .c-btn-arrow--small .c-btn-arrow__icon {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
  }
  .c-btn-arrow--large {
    padding: 2.0833333333vw 2.6041666667vw;
  }
  .c-btn-arrow--large .c-btn-arrow__text {
    font-size: 2.0833333333vw;
  }
  .c-btn-arrow--large .c-btn-arrow__icon {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}

.c-heading-page {
  position: relative;
  padding-bottom: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-heading-page {
    padding: 110px 0 63px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-heading-page {
    padding: 13.9322916667vw 0 17.4479166667vw 0;
  }
}
.c-heading-page.page-view .view-ttl .roma {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-heading-page.page-view .view-ttl .roma {
    font-family: "Inter", "Montserrat", "Arial", sans-serif;
    font-size: 8.0729166667vw;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 160%;
  }
}
.c-heading-page.page-view .view-ttl .c-heading-page__title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .c-heading-page.page-view .view-ttl .c-heading-page__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 160%;
  }
}
.c-heading-page .l-inner-l {
  position: relative;
}
.c-heading-page__content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-heading-page__content {
    margin-top: -5.2083333333vw;
  }
}
.c-heading-page__image {
  position: absolute;
  top: -18px;
  right: 0;
  width: 490px;
  height: 522px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-heading-page__image {
    width: 35vw;
    height: 37.2857142857vw;
    top: -1.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .c-heading-page__image {
    width: 63.8020833333vw;
    height: 67.96875vw;
    top: 25.6510416667vw;
  }
}
.c-heading-page__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-heading-page .breadcrumbs,
.c-heading-page .view-ttl {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-heading-page--has-image {
    position: relative;
  }
}
.c-heading-page--white-text .view-ttl {
  color: #FFFFFF;
}
.c-heading-page--white-text .roma,
.c-heading-page--white-text h1 {
  color: #FFFFFF;
}
.c-heading-page--white-text .breadcrumbs {
  color: #FFFFFF;
}
.c-heading-page--white-text .breadcrumbs a {
  color: #FFFFFF;
}

.c-card-service {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  background-color: #FFFFFF;
  border-radius: 16px;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-card-service {
    padding: 4.1666666667vw;
    align-items: center;
    gap: 3.125vw;
    max-width: 100%;
  }
}
.c-card-service__image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-card-service__image {
    width: 47.5260416667vw;
  }
}
.c-card-service__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-card-service__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-card-service__content {
    width: 100%;
    gap: 3.125vw;
  }
}
.c-card-service__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-card-service__text {
    gap: 3.125vw;
  }
}
.c-card-service__title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #E56E07;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-card-service__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.c-card-service__description {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-card-service__description {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .c-card-service__description {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .c-card-service__description {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.c-card-member {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-card-member {
    gap: 1.0416666667vw;
  }
}
.c-card-member:hover .c-card-member__image-detail {
  opacity: 1;
}
.c-card-member__image {
  position: relative;
  width: 100%;
  aspect-ratio: 245/300;
  overflow: hidden;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}
.c-card-member__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-card-member__image-detail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.c-card-member__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.c-card-member__name {
  font-family: "Inter", "Montserrat", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-card-member__name {
    font-family: "Inter", "Montserrat", "Arial", sans-serif;
    font-size: 2.8645833333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.c-card-member__title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #707070;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-card-member__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 2.8645833333vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.c-card-member--small {
  width: 180px;
}
.c-card-member--small .c-card-member__image {
  width: 180px;
  height: 220px;
}
@media screen and (max-width: 767px) {
  .c-card-member--small .c-card-member__image {
    width: 23.4375vw;
    height: 28.6458333333vw;
  }
}
.c-card-member--small .c-card-member__name {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-card-member--small .c-card-member__name {
    font-size: 2.34375vw;
  }
}
.c-card-member--small .c-card-member__title {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-card-member--small .c-card-member__title {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-card-member--small {
    width: 23.4375vw;
  }
}
.c-card-member--large {
  width: 300px;
}
.c-card-member--large .c-card-member__image {
  width: 300px;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .c-card-member--large .c-card-member__image {
    width: 39.0625vw;
    height: 46.875vw;
  }
}
.c-card-member--large .c-card-member__name {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .c-card-member--large .c-card-member__name {
    font-size: 3.125vw;
  }
}
.c-card-member--large .c-card-member__title {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-card-member--large .c-card-member__title {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .c-card-member--large {
    width: 39.0625vw;
  }
}
.c-card-member--center .c-card-member__info {
  align-items: center;
  text-align: center;
}
.c-card-member--primary-name .c-card-member__name {
  color: #3C3C3C;
}

.c-card-company-archive {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.c-card-company-archive__link {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-card-company-archive__link {
    gap: 3.125vw;
  }
}
.c-card-company-archive__link:focus {
  outline: 2px solid #E56E07;
  outline-offset: 2px;
  border-radius: 8px;
}
.c-card-company-archive__image {
  width: 100%;
  aspect-ratio: 358/237;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card-company-archive__image {
    border-radius: 1.0416666667vw;
  }
}
.c-card-company-archive__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-card-company-archive__content {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .c-card-company-archive__content {
    gap: 2.0833333333vw;
    height: auto;
  }
}
.c-card-company-archive__title {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-card-company-archive__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .c-card-company-archive__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.c-card-company-archive__title .u-color-primary {
  color: #E56E07;
}
@media screen and (max-width: 767px) {
  .c-card-company-archive__title {
    -webkit-line-clamp: 3;
  }
}
.c-card-company-archive__overview {
  color: #3C3C3C;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-card-company-archive__overview {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .c-card-company-archive__overview {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .c-card-company-archive__overview {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
    height: auto;
    -webkit-line-clamp: 4;
  }
}
.c-card-company-archive__company-tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 2px 16px;
  background-color: #3C3C3C;
  border-radius: 90px;
  width: fit-content;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-card-company-archive__company-tag {
    padding: 0.2604166667vw 2.0833333333vw;
    gap: 1.3020833333vw;
  }
}
.c-card-company-archive__company-name {
  color: #FFFFFF;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0;
  white-space: nowrap;
  width: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-card-company-archive__company-name {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .c-card-company-archive__company-name {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .c-card-company-archive__company-name {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}

@media screen and (max-width: 767px) {
  .c-card-flow {
    width: 100%;
    height: 100%;
    display: flex;
  }
}
.c-card-flow__card {
  display: flex;
  align-items: flex-end;
  gap: 32px;
  padding: 64px 48px;
  background-color: #F4F4F4;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-card-flow__card {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .c-card-flow__card {
    flex-direction: column;
    align-items: stretch;
    gap: 4.1666666667vw;
    padding: 6.25vw;
    border-radius: 2.0833333333vw;
  }
}
.c-card-flow__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 480px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-card-flow__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-card-flow__content {
    width: 100%;
    max-width: 100%;
    gap: 3.125vw;
    flex: 1;
  }
}
.c-card-flow__title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #3C3C3C;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-card-flow__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 4.4270833333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.c-card-flow__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.3);
}
@media screen and (max-width: 767px) {
  .c-card-flow__divider {
    width: 100%;
  }
}
.c-card-flow__subtitle {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3C3C3C;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-card-flow__subtitle {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
    height: 25vw;
  }
}
.c-card-flow__description {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3C3C3C;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-card-flow__description {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
    height: auto;
  }
  .c-card-flow__description br {
    display: none;
  }
}
.c-card-flow__description p {
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .c-card-flow__description p {
    margin-bottom: 2.0833333333vw;
  }
}
.c-card-flow__description p:last-child {
  margin-bottom: 0;
}
.c-card-flow__image {
  width: 100%;
  max-width: 540px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-card-flow__image {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-card-flow__image {
    width: 100%;
    aspect-ratio: 540/360;
  }
}
.c-card-flow__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-card-flow__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0.1) 100%);
  pointer-events: none;
}
.c-card-flow--compact .c-card-flow__card {
  padding: 32px 24px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-card-flow--compact .c-card-flow__card {
    padding: 3.125vw;
    gap: 3.125vw;
  }
}
.c-card-flow--compact .c-card-flow__content {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .c-card-flow--compact .c-card-flow__content {
    width: 100%;
  }
}
.c-card-flow--compact .c-card-flow__image {
  width: 400px;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .c-card-flow--compact .c-card-flow__image {
    width: 100%;
    height: 75vw;
  }
}

.c-flow-navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .c-flow-navigation {
    gap: 3.125vw;
  }
}
.c-flow-navigation__indicators {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-flow-navigation__step {
  display: flex;
  align-items: center;
  opacity: 0.4;
}
.c-flow-navigation__step--active {
  opacity: 1;
}
.c-flow-navigation .screen-reader-text {
  display: none;
}
.c-flow-navigation__ring {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  border-radius: 1000px;
  background-color: #707070;
  padding: 4px 0 0 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-flow-navigation__ring {
    width: 7.1614583333vw;
    height: 7.1614583333vw;
  }
}
.c-flow-navigation__step--active .c-flow-navigation__ring {
  background-color: #E56E07;
}
.c-flow-navigation__ring:hover {
  transform: scale(1.05);
  box-shadow: 0px 2px 8px rgba(229, 110, 7, 0.2);
}
.c-flow-navigation__step-label {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-flow-navigation__step-label {
    font-size: 1.6927083333vw;
  }
}
.c-flow-navigation__step-number {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-flow-navigation__step-number {
    font-size: 3.125vw;
  }
}
.c-flow-navigation__connector {
  width: 18px;
  height: 1px;
  background-color: #C3C3C3;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-flow-navigation__connector {
    width: 2.34375vw;
  }
}
.c-flow-navigation__circles {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-flow-navigation__circles {
    gap: 2.0833333333vw;
  }
}
.c-flow-navigation__circle {
  display: flex;
  align-items: center;
  position: relative;
}
.c-flow-navigation__circle::before {
  content: "";
  display: block;
  width: 23px;
  height: 5px;
  background-image: url(../../../assets/img/00Component/icon/arrow_symbol.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-flow-navigation__circle--prev {
  opacity: 0.4;
}
.c-flow-navigation__circle--prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.c-flow-navigation__circle--prev .c-flow-navigation__circle-button {
  border-color: #707070;
}
.c-flow-navigation__circle--next {
  opacity: 1;
}
.c-flow-navigation__circle--next .c-flow-navigation__circle-button {
  border-color: #3C3C3C;
}
.c-flow-navigation__circle-button {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-flow-navigation__circle-button {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
}
.c-flow-navigation__circle-button:hover {
  transform: scale(1.05);
  border-color: #E56E07;
  box-shadow: 0px 2px 8px rgba(229, 110, 7, 0.2);
}
.c-flow-navigation__circle-button:focus {
  outline: 2px solid #E56E07;
  outline-offset: 2px;
}
.c-flow-navigation__dot {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 50%;
  border: none;
  background-color: rgba(112, 112, 112, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-flow-navigation__dot--active {
  background-color: #E56E07;
}
.c-flow-navigation__dot:hover {
  background-color: rgba(229, 110, 7, 0.7);
}
@media screen and (max-width: 767px) {
  .c-flow-navigation--large-dots .c-flow-navigation__dots {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-navigation--large-dots .c-flow-navigation__dot {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-navigation--dots-only .c-flow-navigation__indicators {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-navigation--dots-only .c-flow-navigation__dots {
    display: flex;
  }
}

/*
  c-member-profile（p-about-messageから移植）
*/
.c-member-profile {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-self: stretch;
  gap: 104px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .c-member-profile {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-member-profile {
    flex-direction: column;
    gap: 6.25vw;
    margin-top: 4.1666666667vw;
  }
}
.c-member-profile__profile {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 245px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-member-profile__profile {
    flex-direction: row;
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 5.2083333333vw;
  }
}
.c-member-profile__image {
  width: 245px;
  height: 300px;
  position: relative;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .c-member-profile__image {
    width: 31.9010416667vw;
    height: 39.0625vw;
  }
}
.c-member-profile__image-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-member-profile__info {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .c-member-profile__info {
    gap: 2.0833333333vw;
    justify-content: center;
  }
}
.c-member-profile__position {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-member-profile__position {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
    align-self: flex-start;
  }
}
.c-member-profile__name-group {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  align-self: stretch;
  gap: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-member-profile__name-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.0416666667vw;
  }
}
.c-member-profile__name {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-member-profile__name {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.6458333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.c-member-profile__name-en {
  font-family: "Inter", "Montserrat", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 150%;
  color: #707070;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-member-profile__name-en {
    font-family: "Inter", "Montserrat", "Arial", sans-serif;
    font-size: 2.34375vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 150%;
  }
}
.c-member-profile__text-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .c-member-profile__text-content {
    width: 100%;
  }
}
.c-member-profile__text {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-member-profile__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}

.c-interview-qa {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-interview-qa {
    max-width: 100%;
    gap: 3.90625vw;
  }
}
.c-interview-qa__item {
  display: flex;
  flex-direction: column;
}
.c-interview-qa__speaker-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  line-height: 2.25rem;
  margin-bottom: 8px;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .c-interview-qa__speaker-name {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 180%;
    line-height: 1.4em;
  }
}
.c-interview-qa__speaker-name--client {
  color: #E56E07;
}
.c-interview-qa__speaker-name--decoa {
  color: #707070;
}
.c-interview-qa__content {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 180%;
  font-size: 18px;
  color: #3C3C3C;
  line-height: 2.25rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-interview-qa__content {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 180%;
  }
}
@media screen and (max-width: 767px) {
  .c-interview-qa__content {
    line-height: 1.7;
  }
}
.c-interview-qa__content p {
  margin: 0;
}
.c-interview-qa__content p:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-interview-qa__content p:not(:last-child) {
    margin-bottom: 1.5625vw;
  }
}
.c-interview-qa__content strong, .c-interview-qa__content b {
  font-weight: 700;
  color: #3C3C3C;
}
.c-interview-qa__content a {
  color: #E56E07;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.c-interview-qa__content a:hover {
  color: rgb(179.5127118644, 86.2288135593, 5.4872881356);
  text-decoration: none;
}
.c-interview-qa__content br {
  line-height: 1;
}
.c-interview-qa__placeholder {
  text-align: center;
  padding: 40px 24px;
  color: #707070;
  font-style: italic;
  border: 2px dashed #D9D9D9;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-interview-qa__placeholder {
    padding: 30px 16px;
  }
}
.c-interview-qa__placeholder p {
  margin: 0 0 16px 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-interview-qa__placeholder p {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
@media screen and (max-width: 767px) {
  .c-interview-qa__placeholder p {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 180%;
  }
}
.c-interview-qa .interview-qa-editor__item {
  border: 1px solid #D9D9D9;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 8px;
  background-color: #F0F0F0;
}
@media screen and (max-width: 767px) {
  .c-interview-qa .interview-qa-editor__item {
    padding: 16px;
    margin-bottom: 16px;
  }
}
.c-interview-qa--center {
  text-align: center;
}
.c-interview-qa--left {
  text-align: left;
}
.c-interview-qa--right {
  text-align: right;
}
.c-interview-qa--compact {
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .c-interview-qa--compact {
    gap: 20px;
  }
}
.c-interview-qa--compact .c-interview-qa__item {
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .c-interview-qa--compact .c-interview-qa__item {
    gap: 6px;
  }
}
.c-interview-qa--spacious {
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .c-interview-qa--spacious {
    gap: 40px;
  }
}
.c-interview-qa--spacious .c-interview-qa__item {
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .c-interview-qa--spacious .c-interview-qa__item {
    gap: 12px;
  }
}

.p-top-mainVisual {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-inline: 24px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.is-loaded:not(.first-visit-loading) .p-top-mainVisual {
  opacity: 1;
  transition: none;
}
.is-loaded.first-visit-loading .p-top-mainVisual {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-top-mainVisual {
    padding-inline: 8.4635416667vw;
    height: 100svh;
  }
}
.p-top-mainVisual::before, .p-top-mainVisual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-mainVisual::before {
  background-image: url(../../../assets/img/01Top/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-mainVisual::before {
    height: 64.84375vw;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.p-top-mainVisual::after {
  background-color: #3C3C3C;
}
.first-visit-loading .p-top-mainVisual::after {
  background-color: #FFFFFF;
}
.is-loaded.first-visit-loading .p-top-mainVisual::after {
  animation: 0.4s bgmove 1.5s ease-in forwards;
}
.p-top-mainVisual__inner {
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
  z-index: 1;
  max-width: 1090px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-top-mainVisual__inner {
    justify-items: flex-start;
    padding-left: 32px;
  }
}
.p-top-mainVisual__content {
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-mainVisual__content {
    gap: 6.5104166667vw;
  }
}
.p-top-mainVisual__title .pc {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-top-mainVisual__title .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mainVisual__title .pc {
    display: none;
  }
}
.p-top-mainVisual__title .sp {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-top-mainVisual__title .sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mainVisual__title .sp {
    display: block;
  }
}
.p-top-mainVisual__title .lineStroke {
  stroke: #3c3c3c;
  transition: stroke 0.3s ease-in-out;
}
.first-visit-loading .p-top-mainVisual__title .lineStroke {
  stroke: #fff;
}
.is-loaded.first-visit-loading .p-top-mainVisual__title .lineStroke {
  animation: 0.3s lineStroke 1.7s ease-in-out forwards;
}
.p-top-mainVisual__scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #FFFFFF;
}
.p-top-mainVisual__scroll-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.p-top-mainVisual__scroll-text {
  font-family: "Inter", "Montserrat", "Arial", sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  font-weight: 600;
  writing-mode: vertical-lr;
  text-transform: uppercase;
  transform: rotate(180deg);
  margin-top: 12px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-mainVisual__scroll-text {
    font-size: 1.5625vw;
  }
}
.p-top-mainVisual__scroll-line {
  position: relative;
  width: 1px;
  height: 180px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-top-mainVisual__scroll-line {
    height: 23.4375vw;
  }
}
.p-top-mainVisual__scroll-line::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  animation-timing-function: cubic-bezier(0.7, 0, 0.84, 0);
}

@keyframes circlemove {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 5000%);
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgmove {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #3C3C3C;
  }
}
@keyframes lineStroke {
  0% {
    stroke: #fff;
  }
  100% {
    stroke: #3c3c3c;
  }
}
.p-top-logoSlider {
  padding: 80px 0;
  background-color: #f9f9f9;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-logoSlider {
    padding: 5.859375vw 0;
    background-color: #fff;
  }
}
.p-top-logoSlider__pc {
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-logoSlider__pc {
    display: none;
  }
}
.p-top-logoSlider__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-logoSlider__sp {
    display: block;
  }
}

@keyframes slideLeftToRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.33%);
  }
}
@keyframes slideRightToLeft {
  0% {
    transform: translateX(-33.33%);
  }
  100% {
    transform: translateX(0);
  }
}
.p-top-logoSlider__row {
  width: 100%;
  height: 66px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-logoSlider__row {
    height: 8.59375vw;
    margin-bottom: 1.8229166667vw;
  }
}

.p-top-logoSlider__track {
  width: 100%;
  height: 100%;
  overflow: hidden;
  contain: layout style paint;
}
body:not(.js-enabled) .p-top-logoSlider__track--row1 .p-top-logoSlider__content {
  animation-duration: 40s;
}
body:not(.js-enabled) .p-top-logoSlider__track--row2 .p-top-logoSlider__content {
  animation-duration: 44s;
}
body:not(.js-enabled) .p-top-logoSlider__track--row3 .p-top-logoSlider__content {
  animation-duration: 48s;
}
body:not(.js-enabled) .p-top-logoSlider__track--row4 .p-top-logoSlider__content {
  animation-duration: 52s;
}

.p-top-logoSlider__content {
  display: flex;
  align-items: center;
  width: fit-content;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
}
body:not(.js-enabled) .p-top-logoSlider__content {
  animation-name: slideLeftToRight;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

body:not(.js-enabled) .p-top-logoSlider__row[data-direction=rtl] .p-top-logoSlider__content {
  animation-name: slideRightToLeft;
  animation-duration: 44s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.p-top-logoSlider__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 14px;
  width: 185px;
  height: 66px;
  background-color: #fff;
  border-radius: 16px;
  padding: 8px 10px;
  transform: translateZ(0);
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .p-top-logoSlider__logo {
    margin-right: 1.8229166667vw;
    width: 24.0885416667vw;
    height: 8.59375vw;
    padding: 1.0416666667vw 1.3020833333vw;
    border-radius: 2.0833333333vw;
  }
}
.p-top-logoSlider__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
@media screen and (max-width: 767px) {
  .p-top-logoSlider__logo img {
    height: 8.4635416667vw;
  }
}

.p-top-logoSlider__row[data-direction=rtl] .p-top-logoSlider__logo {
  margin-right: 0;
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .p-top-logoSlider__row[data-direction=rtl] .p-top-logoSlider__logo {
    margin-left: 3.2552083333vw;
  }
}

.p-top-logoSlider {
  contain: layout style paint;
  transform: translate3d(0, 0, 0);
  isolation: isolate;
}

.p-top {
  background-color: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .p-top {
    background-color: #FFFFFF;
  }
}

.p-top-about {
  position: relative;
  padding-block: 140px;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    padding-block: 33.8541666667vw 18.2291666667vw;
  }
}
.p-top-about::before {
  content: "";
  width: 63.0555555556vw;
  height: 60.2083333333vw;
  background-image: url(../../../assets/img/01Top/03About/bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  top: 82px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-about::before {
    width: 75.78125vw;
    height: 136.1979166667vw;
    top: 10.6770833333vw;
    left: initial;
    right: 0;
    background-image: url(../../../assets/img/01Top/03About/bg_sp.svg);
  }
}
.p-top-about .l-inner-m {
  position: relative;
  z-index: 1;
}
.p-top-about__heading {
  display: flex;
  gap: 46px;
  margin-inline: auto 0;
}
@media screen and (max-width: 767px) {
  .p-top-about__heading {
    gap: 0;
    margin: 0;
  }
}
.p-top-about__heading-text {
  margin-left: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-top-about__heading-text {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__heading-text {
    display: none;
  }
}
.p-top-about__heading-container {
  width: 659px;
  display: flex;
  flex-direction: column;
  gap: 46px;
  margin-inline: auto 0;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-about__heading-container {
    width: 100%;
    gap: 0;
    margin: 0;
    gap: 8.3333333333vw;
  }
}
.p-top-about__content {
  display: flex;
  flex-direction: column;
  gap: 46px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-about__content {
    gap: 15.625vw;
  }
}
.p-top-about__period {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 160%;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .p-top-about__period {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 6.25vw;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 160%;
  }
}
.p-top-about__period-container {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .p-top-about__period-container {
    gap: 1.5625vw;
  }
}
.p-top-about__period-number {
  position: relative;
  font-family: "Inter", "Montserrat", "Arial", sans-serif;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .p-top-about__period-number {
    font-size: 10.15625vw;
  }
}
.p-top-about__main {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-top-about__text {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 6.25vw;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 160%;
  }
}
.p-top-about__quote-marks {
  pointer-events: none;
}
.p-top-about__quote-mark {
  width: 10px;
  height: 18px;
  color: #3C3C3C;
}
@media screen and (max-width: 767px) {
  .p-top-about__quote-mark {
    width: 1.3020833333vw;
    height: 2.34375vw;
  }
}
.p-top-about__quote-mark--open {
  margin-block: 10px auto;
}
@media screen and (max-width: 767px) {
  .p-top-about__quote-mark--open {
    margin-block: 2.6041666667vw auto;
  }
}
.p-top-about__quote-mark--close {
  transform: rotate(180deg);
  margin-block: auto 10px;
}
@media screen and (max-width: 767px) {
  .p-top-about__quote-mark--close {
    margin-block: auto 2.6041666667vw;
  }
}
.p-top-about__description {
  position: relative;
  display: flex;
  align-items: center;
}
.p-top-about__description .underline {
  position: relative;
}
.p-top-about__description .underline::before {
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(../../../assets/img/01Top/line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-about__description .underline::before {
    height: 1.3020833333vw;
  }
}
.p-top-about__description-text {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-top-about__description-text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.6458333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-top-about__list {
  width: 100%;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-top-about__list {
    margin-top: 15.625vw;
    gap: 3.125vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-about__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.p-top-info {
  padding-block: 142px;
}
@media screen and (max-width: 767px) {
  .p-top-info {
    padding-block: 18.4895833333vw;
  }
}
.p-top-info__content {
  display: flex;
  justify-content: space-between;
  gap: 66px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-top-info__content {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-info__content {
    flex-direction: column;
    gap: 8.59375vw;
  }
}
.p-top-info__heading {
  flex-shrink: 0;
}
.p-top-info__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 87px;
}
@media screen and (max-width: 767px) {
  .p-top-info__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 7.421875vw;
  }
}
.p-top-info__item {
  min-width: 0;
}

.p-top-style {
  padding-block: 142px;
  background-color: #3C3C3C;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-style {
    padding-block: 18.4895833333vw;
    border-radius: 3.125vw;
  }
}
.p-top-style__content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-style__content {
    flex-direction: column;
    gap: 5.2083333333vw;
  }
}
.p-top-style__title {
  display: grid;
  gap: 7px;
  color: #FFFFFF;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-top-style__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-style__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 5.2083333333vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-style__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 5.2083333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
    margin-top: 6.25vw;
  }
}
.p-top-style__title .sentence {
  display: block;
}
.p-top-style__text {
  color: #FFFFFF;
  margin-top: 72px;
}
@media screen and (min-width: 768px) {
  .p-top-style__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-style__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-style__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
    margin-top: 11.4583333333vw;
  }
}
.p-top-style__image {
  width: 403px;
}
@media screen and (max-width: 767px) {
  .p-top-style__image {
    width: 100%;
  }
}
.p-top-style__image img {
  width: 100%;
}

.p-top-service {
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    padding-block: 15.625vw;
  }
}
.p-top-service__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-service__inner {
    gap: 3.125vw;
  }
}
.p-top-service__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-service__content {
    gap: 6.25vw;
  }
}
.p-top-service__worry {
  width: 100%;
}
.p-top-service__worry-image {
  display: grid;
  place-items: center;
  margin-inline: auto;
}
.p-top-service__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .p-top-service__title {
    gap: 0.5208333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-service__title .sm {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__title .sm {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__title .sm {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-service__title .lg {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__title .lg {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 5.2083333333vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__title .lg {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 5.2083333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-top-service__line {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .p-top-service__line {
    height: 6.7708333333vw;
  }
}
.p-top-service__line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top-service__line::after {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background-image: url(../../../assets/img/00Component/icon/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-top-service__line::after {
    width: 6.7708333333vw;
    height: 6.7708333333vw;
  }
}
.p-top-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-service__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8.3333333333vw;
  }
}
.p-top-service__item {
  width: 100%;
}
.p-top-service__more {
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-service__more {
    margin-top: 11.4583333333vw;
  }
}
.p-top-service__more-inner {
  position: relative;
  width: 100%;
  height: 289px;
  background-color: #3C3C3C;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-service__more-inner {
    width: 100%;
    border-radius: 2.0833333333vw;
  }
}
.p-top-service__more-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-service__more-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-service__more-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 100%;
  padding: 71px 0;
}
@media screen and (max-width: 767px) {
  .p-top-service__more-content {
    gap: 2.0833333333vw;
    padding: 8.4635416667vw 10.4166666667vw;
  }
}
.p-top-service__more-logo {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 422px;
}
@media screen and (max-width: 767px) {
  .p-top-service__more-logo {
    justify-content: center;
    gap: 2.8645833333vw;
    width: 100%;
  }
}
.p-top-service__more-icon {
  display: grid;
  place-items: center;
  width: 47.2px;
  height: 24.54px;
}
.p-top-service__more-icon svg {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-service__more-icon {
    width: 6.1197916667vw;
    height: 3.2552083333vw;
  }
}
.p-top-service__more-title {
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 39.6467px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-top-service__more-title {
    font-size: 5.078125vw;
  }
}
.p-top-service__more-button {
  width: 422px;
  height: 68px;
}
@media screen and (max-width: 767px) {
  .p-top-service__more-button {
    width: 100%;
    height: auto;
  }
}
.p-top-service__deco {
  width: 100%;
  margin-top: 80px;
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .p-top-service__deco {
    margin-top: 7.8125vw;
    padding: 3.125vw 0;
  }
}
.p-top-service__deco-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-service__deco-inner {
    gap: 3.125vw;
    align-items: flex-start;
  }
}
.p-top-service__deco-logos {
  width: 64px;
  height: 212px;
}
@media screen and (max-width: 767px) {
  .p-top-service__deco-logos {
    width: 8.3333333333vw;
    height: 27.6041666667vw;
    position: absolute;
    left: 13.0208333333vw;
    top: 13.0208333333vw;
  }
}
.p-top-service__deco-logos img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-top-service__deco-logos--flipped {
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .p-top-service__deco-logos--flipped {
    left: initial;
    right: 13.0208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__deco-logos {
    width: 6.25vw;
    height: 19.53125vw;
  }
}
.p-top-service__deco-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-top-service__deco-content {
    gap: 4.1666666667vw;
  }
}
.p-top-service__deco-title {
  color: #3C3C3C;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-top-service__deco-title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-top-service__deco-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-top-service__deco-stats {
    flex-direction: column;
    gap: 2.0833333333vw;
  }
}
.p-top-service__deco-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-top-service__deco-stat {
    gap: 1.0416666667vw;
  }
}
.p-top-service__deco-stat-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 99px;
}
@media screen and (max-width: 767px) {
  .p-top-service__deco-stat-info {
    width: 100%;
  }
}
.p-top-service__deco-stat-label {
  color: #E56E07;
  font-family: "Inter", "Montserrat", "Arial", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-top-service__deco-stat-label {
    font-size: 5.2083333333vw;
  }
}
.p-top-service__deco-stat-sublabel {
  color: #E56E07;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-top-service__deco-stat-sublabel {
    line-height: 1;
    font-size: 2.6041666667vw;
  }
}
.p-top-service__deco-stat-percentage {
  color: #E56E07;
  font-family: "Inter", "Montserrat", "Arial", sans-serif;
  font-weight: 600;
  font-size: 55.41px;
  line-height: 1.21;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-top-service__deco-stat-percentage {
    line-height: 1;
    font-size: 9.1145833333vw;
  }
}
.p-top-service__deco-stat-percentage-unit {
  font-weight: 500;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .p-top-service__deco-stat-percentage-unit {
    font-size: 5.2083333333vw;
  }
}
.p-top-service__deco-stat-divider {
  width: 0;
  height: 61.87px;
  border-left: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-top-service__deco-stat-divider {
    height: 1px;
    border: none;
    width: 41.40625vw;
    background-color: #707070;
  }
}
.p-top-service__deco-description {
  color: #3C3C3C;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  width: 712.22px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-top-service__deco-description {
    width: 100vw;
    margin-inline: calc(50vw - 50%);
    padding-inline: 5.2083333333vw;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 2.8645833333vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
    color: #3C3C3C;
    font-feature-settings: "palt" on;
  }
  .p-top-service__deco-description br {
    display: none;
  }
}

.p-top-voice {
  position: relative;
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .p-top-voice {
    padding-block: 15.625vw;
  }
}
.p-top-voice::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(112, 112, 112, 0.1);
  z-index: 0;
}
.p-top-voice__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-voice__content {
    gap: 6.25vw;
  }
}
.p-top-voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-voice__list {
    grid-template-columns: 1fr;
    gap: 6.25vw;
  }
}
.p-top-visual {
  width: 100%;
  position: relative;
  padding-block: 98px 85px;
}
@media screen and (max-width: 767px) {
  .p-top-visual {
    height: auto;
    padding-block: 12.7604166667vw 14.5833333333vw;
  }
}
.p-top-visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-visual__bg picture,
.p-top-visual__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-top-visual__content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-visual__content {
    gap: 7.8125vw;
  }
}
.p-top-visual__title {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-visual__title {
    width: fit-content;
  }
}
.p-top-visual__main {
  font-family: "Inter", "Montserrat", "Arial", sans-serif;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 160%;
  color: #707070;
  line-height: 1.6;
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-top-visual__main {
    font-size: 7.9427083333vw;
    margin-top: 1.953125vw;
    text-align: center;
  }
}
.p-top-visual__line {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-visual__line {
    font-size: 7.9427083333vw;
    text-align: left;
  }
}
.p-top-visual__sub {
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top-visual__sub {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
    width: 100%;
  }
}
.p-top-visual__body {
  display: flex;
  align-items: center;
  max-width: 955px;
  justify-content: space-between;
  gap: 100px;
  margin-top: 599px;
}
@media screen and (max-width: 767px) {
  .p-top-visual__body {
    width: 68.75vw;
    flex-direction: column;
    gap: 8.3333333333vw;
    text-align: center;
    margin-top: 60.9375vw;
  }
}
.p-top-visual__desc {
  width: 35.9285714286vw;
}
@media screen and (max-width: 767px) {
  .p-top-visual__desc {
    width: 100%;
  }
}
.p-top-visual__text {
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #F9F9F9;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top-visual__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-visual__cta {
    width: 100%;
  }
}
.p-top-visual__cta .c-btn-common--visual-about {
  width: 250px;
  height: 48px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-visual__cta .c-btn-common--visual-about {
    width: 100%;
    height: auto;
  }
}
.p-top-visual__cta .c-btn-common--visual-about:focus {
  outline: 2px solid #E56E07;
  outline-offset: 2px;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-visual {
    padding: 80px 0;
  }
  .p-visual__content {
    gap: 60px;
  }
  .p-visual__title {
    width: 300px;
    height: auto;
  }
  .p-visual__body {
    gap: 120px;
  }
  .p-visual__desc {
    width: 450px;
  }
  .p-visual__cta {
    width: 250px;
    height: 48px;
  }
}
@media screen and (min-width: 1600px) {
  .p-visual {
    height: 938px;
    padding: 120px 0;
  }
  .p-visual__content {
    gap: 104px;
  }
  .p-visual__title {
    width: 327px;
    height: 243px;
  }
  .p-visual__body {
    gap: 202px;
  }
  .p-visual__desc {
    width: 503px;
  }
  .p-visual__cta {
    width: 250px;
    height: 48px;
  }
}
/*
  p-service-heading
*/
.p-service-heading {
  position: relative;
  padding-block: 80px 120px;
}
@media screen and (max-width: 767px) {
  .p-service-heading {
    padding-block: 73.4375vw 13.0208333333vw;
  }
}
.p-service-heading::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 570px;
  top: 0;
  left: -10%;
  background-image: url(../../../assets/img/02Service/bg.svg);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-service-heading::before {
    width: 83.8541666667vw;
    height: 79.5572916667vw;
    top: 34.2447916667vw;
    background-image: url(../../../assets/img/02Service/bg_sp.svg);
    background-size: contain;
  }
}
.p-service-heading__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-right: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-service-heading__content {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service-heading__content {
    padding: 0;
    gap: 4.1666666667vw;
  }
}
.p-service-heading__title {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-service-heading__title {
    gap: 1.0416666667vw;
  }
}
.p-service-heading__title-line {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3C3C3C;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-service-heading__title-line {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 5.2083333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}

/*
  p-service-schedule
*/
.p-service-schedule {
  padding-block: 0 100px;
}
@media screen and (max-width: 767px) {
  .p-service-schedule {
    padding-block: 0 10.4166666667vw;
  }
}
.p-service-schedule__content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 996px;
  z-index: 1;
}
.p-service-schedule__textWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 27px;
}
@media screen and (max-width: 767px) {
  .p-service-schedule__textWrap {
    padding-inline: 0;
  }
}
.p-service-schedule__text {
  text-align: center;
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-service-schedule__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-service-schedule__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-service-schedule__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
    margin-top: 2.8645833333vw;
  }
}
.p-service-schedule__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service-schedule__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .p-service-schedule__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 4.4270833333vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-service-schedule__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 4.4270833333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-schedule__line {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 32px;
}
.p-service-schedule__line::after {
  content: "";
  display: block;
  width: 21px;
  height: 18px;
  background-image: url(../../../assets/img/00Component/icon/arrow_bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-service-schedule__line::after {
    width: 2.734375vw;
    height: 2.34375vw;
  }
}

/*
  p-service-contact
*/
.p-service-contact__content {
  position: relative;
  background-color: #f4f4f4;
  padding: 80px 48px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .p-service-contact__content {
    padding: 6.25vw 3.125vw;
  }
}
.p-service-contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .p-service-contact__title .sm {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-service-contact__title .sm {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-service-contact__title .sm {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
@media screen and (min-width: 768px) {
  .p-service-contact__title .lg {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .p-service-contact__title .lg {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 4.4270833333vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-service-contact__title .lg {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 4.4270833333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
    text-align: center;
  }
}
.p-service-contact__list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-service-contact__list {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-service-contact__list {
    margin-top: 6.25vw;
    flex-direction: column;
    gap: 8.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-service-contact__item {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .p-service-contact__item {
    width: 100%;
  }
}

/*
  p-service-philosophy
*/
.p-service-philosophy {
  padding: 80px 0;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-service-philosophy {
    padding-block: 13.0208333333vw 15.625vw;
  }
}
.p-service-philosophy__content {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-service-philosophy__content {
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-philosophy__content {
    flex-direction: column;
    gap: 4.1666666667vw;
  }
}
.p-service-philosophy__textWrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 541px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-service-philosophy__textWrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-service-philosophy__textWrap {
    max-width: 100%;
  }
}
.p-service-philosophy__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .p-service-philosophy__header {
    align-items: center;
    margin-bottom: 7.421875vw;
  }
}
.p-service-philosophy__title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-service-philosophy__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-philosophy__subtitle {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-service-philosophy__subtitle {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 5.2083333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-philosophy__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-service-philosophy__text {
    gap: 3.125vw;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-service-philosophy__paragraph {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-service-philosophy__paragraph {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-service-philosophy__paragraph {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-philosophy__image {
  width: 100%;
  max-width: 547px;
  margin-right: 47px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-service-philosophy__image {
    width: 60%;
    max-width: 100%;
    margin: -20% 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-service-philosophy__image {
    width: 71.2239583333vw;
    margin: 0 auto;
  }
}
.p-service-philosophy__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*
  p-service-feature
*/
.p-service-feature {
  padding-block: 142px;
  background-color: #F0F0F0;
}
@media screen and (max-width: 767px) {
  .p-service-feature {
    padding-block: 15.625vw;
  }
}
.p-service-feature__head {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-service-feature__head {
    gap: 4.1666666667vw;
    margin-bottom: 10.4166666667vw;
  }
}
.p-service-feature__title {
  display: flex;
  flex-direction: column;
}
.p-service-feature__title .sm {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-service-feature__title .sm {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-feature__title .lg {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-service-feature__title .lg {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 5.2083333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-feature__title .num {
  font-family: "Roboto", sans-serif;
  font-size: 56px;
}
@media screen and (max-width: 767px) {
  .p-service-feature__title .num {
    font-size: 7.2916666667vw;
  }
}
.p-service-feature__list {
  display: grid;
  gap: 96px;
}
@media screen and (max-width: 767px) {
  .p-service-feature__list {
    gap: 12.5vw;
  }
}
.p-service-feature__item {
  display: flex;
  gap: 24px;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-service-feature__item {
    gap: 3.125vw;
  }
}
.p-service-feature__item:last-child {
  margin-bottom: 0;
}
.p-service-feature__count {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-service-feature__count {
    font-size: 2.0833333333vw;
  }
}
.p-service-feature__count::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #E56E07;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-service-feature__count::before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
.p-service-feature__card {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 64px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-service-feature__card {
    padding: 8.3333333333vw 6.25vw;
    gap: 7.2916666667vw;
  }
}
.p-service-feature__card::after {
  content: "";
  display: block;
  width: 560px;
  height: 536px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../../../assets/img/02Service/card_bg.svg);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-service-feature__card::after {
    width: 40vw;
    height: 38.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service-feature__card::after {
    content: none;
  }
}
.p-service-feature__content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-service-feature__content {
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-feature__content {
    flex-direction: column;
    gap: 4.1666666667vw;
  }
}
.p-service-feature__text {
  flex-shrink: 0;
  max-width: 530px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-service-feature__text {
    max-width: 100%;
  }
}
.p-service-feature__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-service-feature__header {
    gap: 1.0416666667vw;
    margin-bottom: 4.1666666667vw;
  }
}
.p-service-feature__heading {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-service-feature__heading {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.6458333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-feature__subheading {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 160%;
  color: #E56E07;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-service-feature__subheading {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 4.4270833333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-feature__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.4);
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-service-feature__divider {
    margin-bottom: 3.125vw;
  }
}
.p-service-feature__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-service-feature__description {
    gap: 2.0833333333vw;
  }
}
.p-service-feature__paragraph {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-service-feature__paragraph {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-service-feature__paragraph {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-service-feature__paragraph {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-feature__image {
  border-radius: 8px;
  max-width: 430px;
  overflow: hidden;
  box-shadow: 0px 4px 16px 0px rgba(60, 60, 60, 0.08);
}
@media screen and (max-width: 767px) {
  .p-service-feature__image {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}
.p-service-feature__image img {
  width: 102%;
  height: 102%;
  object-fit: cover;
}
.p-service-feature__cta {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #3C3C3C;
  border-radius: 12px;
  padding: 64px;
  box-shadow: 0px 2px 8px rgba(60, 60, 60, 0.05);
}
@media screen and (max-width: 767px) {
  .p-service-feature__cta {
    padding: 8.3333333333vw 4.1666666667vw;
  }
}
.p-service-feature__cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-service-feature__cta-content {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-feature__cta-content {
    flex-direction: column;
    gap: 3.125vw;
  }
}
.p-service-feature__cta-text {
  flex: 1;
  max-width: 528px;
}
@media screen and (max-width: 767px) {
  .p-service-feature__cta-text {
    max-width: 100%;
  }
}
.p-service-feature__cta-subtitle {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .p-service-feature__cta-subtitle {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-feature__cta-title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .p-service-feature__cta-title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 4.4270833333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-feature__cta-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-service-feature__cta-divider {
    margin-bottom: 3.125vw;
  }
}
.p-service-feature__cta-description {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin: 0 0 32px 0;
}
@media screen and (max-width: 767px) {
  .p-service-feature__cta-description {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-feature__cta-image {
  width: 338px;
  height: 293px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-service-feature__cta-image {
    width: 100%;
    height: auto;
  }
}
.p-service-feature__cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
  p-service-results
*/
.p-service-results {
  position: relative;
  padding-block: 142px 171px;
  overflow: hidden;
  background-color: #707D82;
}
@media screen and (max-width: 767px) {
  .p-service-results {
    padding-block: 17.3177083333vw 15.625vw;
  }
}
.p-service-results .l-inner-l {
  position: relative;
  z-index: 1;
}
.p-service-results__bg {
  position: absolute;
  width: 100%;
  height: 780px;
  background-image: url(../../../assets/img/02Service/results_bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-service-results__bg {
    height: 141.5364583333vw;
    background-image: url(../../../assets/img/02Service/results_bg_sp.png);
  }
}
.p-service-results__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.p-service-results__title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 160%;
  color: #EBCB57;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-service-results__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 4.4270833333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-results__text {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #EBCB57;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-results__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-results__score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  margin-top: 70px;
  color: #EBCB57;
}
@media screen and (max-width: 767px) {
  .p-service-results__score {
    gap: 5.2083333333vw;
    margin-top: 5.2083333333vw;
  }
}
.p-service-results__score::before, .p-service-results__score::after {
  content: "";
  display: block;
  width: 45px;
  height: 151px;
  background-image: url(../../../assets/img/02Service/deco.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-service-results__score::before, .p-service-results__score::after {
    width: 5.859375vw;
    height: 19.6614583333vw;
  }
}
.p-service-results__score::after {
  transform: scaleX(-1);
}
.p-service-results__score .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-service-results__score .numwrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-service-results__labelWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
@media screen and (max-width: 767px) {
  .p-service-results__labelWrap {
    gap: 1.171875vw;
  }
}
.p-service-results__wrapper {
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1, 6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service-results__wrapper {
    font-size: 6.5104166667vw;
  }
}
.p-service-results__label {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service-results__label {
    font-size: 2.8645833333vw;
  }
}
.p-service-results__num {
  font-family: "Roboto", sans-serif;
  font-size: 96px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-service-results__num {
    font-size: 12.5vw;
  }
}
.p-service-results__unit {
  font-size: 54px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-service-results__unit {
    font-size: 6.9010416667vw;
  }
}
.p-service-results__note {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 78px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 64px;
  overflow: hidden;
  margin-top: 94px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-service-results__note {
    align-items: flex-end;
    gap: 32px;
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-results__note {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 4.1666666667vw;
    padding: 4.1666666667vw;
  }
}
.p-service-results__note::before {
  content: "";
  display: block;
  width: 656px;
  height: 627px;
  background-image: url(../../../assets/img/02Service/card_bg.svg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-service-results__note::before {
    width: 46.8571428571vw;
    height: 44.7857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service-results__note::before {
    width: 85.4166666667vw;
    height: 81.640625vw;
    top: -10%;
  }
}
.p-service-results__noteTitle {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 160%;
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-service-results__noteTitle {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 4.4270833333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
    padding-bottom: 3.125vw;
  }
}
.p-service-results__textWrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-service-results__textWrap {
    flex-shrink: 0;
    width: 60%;
  }
}
.p-service-results__text {
  display: grid;
  gap: 24px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #EBCB57;
}
@media screen and (max-width: 767px) {
  .p-service-results__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
    gap: 3.125vw;
  }
}
.p-service-results__line {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #FFFFFF;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-service-results__line {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-results__noteImage {
  width: 100%;
  max-width: 466px;
}
@media screen and (max-width: 767px) {
  .p-service-results__noteImage {
    max-width: 69.140625vw;
  }
}
.p-service-results__noteImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-service-results__noteImage img {
    object-position: bottom;
  }
}

/*
  p-service-vocie
*/
.p-service-voice {
  position: relative;
  background: rgba(112, 112, 112, 0.1);
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .p-service-voice {
    padding-block: 15.625vw;
  }
}
.p-service-voice::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(112, 112, 112, 0.1);
  z-index: 0;
}
.p-service-voice__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-service-voice__content {
    gap: 6.25vw;
  }
}
.p-service-voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-service-voice__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-voice__list {
    grid-template-columns: 1fr;
    gap: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-service-voice__item {
    width: calc(50% - 16px);
  }
}

/*
  p-service-member
*/
.p-service-member {
  position: relative;
  z-index: 1;
  padding-block: 120px;
  background-color: #3C3C3C;
}
@media screen and (max-width: 767px) {
  .p-service-member {
    padding-block: 15.625vw;
  }
}
.p-service-member__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-service-member__header {
    gap: 3.125vw;
  }
}
.p-service-member__title {
  display: grid;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.6;
}
.p-service-member__title .sm {
  font-size: 32px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-service-member__title .sm {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-member__title .lg {
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  .p-service-member__title .lg {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 5.2083333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-member__text {
  display: grid;
  gap: 24px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-service-member__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-member__line {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-service-member__line {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-member__content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .p-service-member__content {
    gap: 6.25vw;
  }
}
.p-service-member__line {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-service-member__line {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
  .p-service-member__line br {
    display: none;
  }
}
.p-service-member__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 32px;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .p-service-member__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.1666666667vw;
  }
}
.p-service-member__item {
  width: 100%;
}
.p-service-member__btn {
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  .p-service-member__btn {
    width: 100%;
  }
}
.p-service-member__no-members {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #FFFFFF;
  text-align: center;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-service-member__no-members {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}

/*
  p-service-flow
*/
.p-service-flow {
  position: relative;
  padding-block: 120px 40px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-service-flow {
    padding-block: 15.625vw;
  }
}
.p-service-flow::before {
  content: "";
  display: block;
  width: 120.9285714286vw;
  height: 64.5714285714vw;
  background-image: url(../../../assets/img/02Service/flow_bg.png);
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  top: -20%;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-service-flow::before {
    width: 120.9285714286vw;
    height: 64.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service-flow::before {
    width: 114.1927083333vw;
    height: 61.1979166667vw;
    top: -10%;
  }
}
.p-service-flow::after {
  content: "";
  display: block;
  width: 662px;
  height: 662px;
  background-image: url(../../../assets/img/02Service/flow_bg_sm.png);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30%;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-service-flow::after {
    width: 86.1979166667vw;
    height: 86.1979166667vw;
    bottom: -10%;
  }
}
.p-service-flow__content {
  position: relative;
  z-index: 2;
}
.p-service-flow__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-service-flow__header {
    gap: 3.125vw;
    margin-bottom: 13.0208333333vw;
  }
}
.p-service-flow__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-service-flow__title {
    gap: 1.0416666667vw;
  }
}
.p-service-flow__title .sm {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-service-flow__title .sm {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-flow__title .lg {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-service-flow__title .lg {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 5.2083333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-service-flow__slider {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-service-flow__slider {
    gap: 4.1666666667vw;
  }
}
.p-service-flow__swiper {
  width: 100%;
  overflow: hidden;
}
.p-service-flow__swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.p-service-flow__swiper .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.p-service-flow__swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.p-service-flow__pagination {
  position: static !important;
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-flow__pagination {
    margin-top: 3.125vw;
  }
}
.p-service-flow__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(112, 112, 112, 0.3);
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
}
.p-service-flow__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E56E07;
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .p-service-flow__pagination .swiper-pagination-bullet {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
    margin: 0 0.5208333333vw;
  }
}

/*
  p-about-visual
*/
.p-about-visual {
  width: 100%;
  position: relative;
  padding-block: 98px 85px;
}
@media screen and (max-width: 767px) {
  .p-about-visual {
    height: auto;
    padding-block: 12.7604166667vw 14.5833333333vw;
  }
}
.p-about-visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-about-visual__bg picture,
.p-about-visual__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.p-about-visual__content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-visual__content {
    gap: 7.8125vw;
  }
}
.p-about-visual__title {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-visual__title {
    width: fit-content;
  }
}
.p-about-visual__main {
  font-family: "Inter", "Montserrat", "Arial", sans-serif;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 160%;
  color: #707070;
  line-height: 1.6;
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-about-visual__main {
    font-size: 7.9427083333vw;
    margin-top: 1.953125vw;
    text-align: center;
  }
}
.p-about-visual__line {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-about-visual__line {
    font-size: 7.9427083333vw;
    text-align: left;
  }
}
.p-about-visual__sub {
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-about-visual__sub {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
    width: 100%;
  }
}
.p-about-visual__body {
  display: flex;
  align-items: center;
  max-width: 955px;
  justify-content: space-between;
  gap: 100px;
  margin-top: 599px;
}
@media screen and (max-width: 767px) {
  .p-about-visual__body {
    width: 68.75vw;
    flex-direction: column;
    gap: 8.3333333333vw;
    text-align: center;
    margin-top: 60.9375vw;
  }
}
.p-about-visual__desc {
  width: 35.9285714286vw;
}
@media screen and (max-width: 767px) {
  .p-about-visual__desc {
    width: 100%;
  }
}
.p-about-visual__text {
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #F9F9F9;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-visual__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
@media screen and (max-width: 767px) {
  .p-about-visual__cta {
    width: 100%;
  }
}
.p-about-visual__cta .c-btn-common--visual-about {
  width: 250px;
  height: 48px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-about-visual__cta .c-btn-common--visual-about {
    width: 100%;
    height: auto;
  }
}
.p-about-visual__cta .c-btn-common--visual-about:hover {
  background-color: #FFFFFF;
  color: #3C3C3C;
  transform: translateY(-2px);
}
.p-about-visual__cta .c-btn-common--visual-about:focus {
  outline: 2px solid #E56E07;
  outline-offset: 2px;
}

/*
  p-about-message
*/
.p-about-message {
  width: 100%;
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .p-about-message {
    padding-block: 0 10.4166666667vw;
  }
}
.p-about-message__content {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  gap: 104px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-about-message__content {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-message__content {
    flex-direction: column;
    gap: 6.25vw;
    margin-top: 4.1666666667vw;
  }
}
.p-about-message__profile {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 245px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-about-message__profile {
    flex-direction: row;
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 5.2083333333vw;
  }
}
.p-about-message__image {
  width: 245px;
  height: 300px;
  position: relative;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .p-about-message__image {
    width: 31.9010416667vw;
    height: 39.0625vw;
  }
}
.p-about-message__image-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-about-message__info {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-about-message__info {
    gap: 2.0833333333vw;
    justify-content: center;
  }
}
.p-about-message__position {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-about-message__position {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
    align-self: flex-start;
  }
}
.p-about-message__name-group {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  align-self: stretch;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-about-message__name-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.0416666667vw;
  }
}
.p-about-message__name {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-about-message__name {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.6458333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-about-message__name-en {
  font-family: "Inter", "Montserrat", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 150%;
  color: #707070;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-about-message__name-en {
    font-family: "Inter", "Montserrat", "Arial", sans-serif;
    font-size: 2.34375vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 150%;
  }
}
.p-about-message__text-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-about-message__text-content {
    width: 100%;
  }
}
.p-about-message__text {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-about-message__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}

/*
  p-about-member
*/
.p-about-member {
  position: relative;
  z-index: 1;
  padding-block: 120px;
  background-color: #3C3C3C;
}
@media screen and (max-width: 767px) {
  .p-about-member {
    padding-block: 15.625vw;
  }
}
.p-about-member__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-about-member__header {
    gap: 3.125vw;
  }
}
.p-about-member__title {
  display: grid;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.6;
}
.p-about-member__title .sm {
  font-size: 32px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-about-member__title .sm {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-about-member__title .lg {
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  .p-about-member__title .lg {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 5.2083333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-about-member__text {
  display: grid;
  gap: 24px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-about-member__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-about-member__line {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-about-member__line {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-about-member__content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .p-about-member__content {
    gap: 6.25vw;
  }
}
.p-about-member__line {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-about-member__line {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
  .p-about-member__line br {
    display: none;
  }
}
.p-about-member__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  justify-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-about-member__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-member__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about-member__list--partner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-about-member__item {
  width: 100%;
}
.p-about-member__btn {
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  .p-about-member__btn {
    width: 100%;
  }
}
.p-about-member__no-members {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #FFFFFF;
  text-align: center;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-about-member__no-members {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-about-member__partner {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .p-about-member__partner {
    gap: 6.25vw;
  }
}

/*
  p-about-philosophy
*/
.p-about-philosophy {
  position: relative;
  width: 100%;
  padding-block: 104px;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy {
    padding-block: 7.8125vw 10.4166666667vw;
  }
}
.p-about-philosophy::before {
  content: "";
  position: absolute;
  left: 0;
  width: 600px;
  height: 573px;
  background-image: url(../../../assets/img/03About/bg_pc.png);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: -1;
  bottom: -40%;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-about-philosophy::before {
    width: 42.8571428571vw;
    height: 40.9285714286vw;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about-philosophy::before {
    width: 78.125vw;
    height: 74.609375vw;
    background-position: right bottom;
    background-image: url(../../../assets/img/03About/bg_sp.png);
    background-size: contain;
    bottom: -10%;
    left: initial;
    right: 0;
  }
}
.p-about-philosophy__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__content {
    gap: 6.25vw;
  }
}
.p-about-philosophy__inner {
  max-width: 870px;
  display: flex;
  flex-direction: column;
  padding: 64px 32px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-about-philosophy__inner {
    max-width: 100%;
    padding: 32px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__inner {
    max-width: 100%;
    padding: 8.3333333333vw 4.1666666667vw;
  }
}
.p-about-philosophy__block {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__block {
    flex-direction: column;
    gap: 12.5vw;
    text-align: center;
  }
}
.p-about-philosophy__text-area {
  flex: 1;
  display: grid;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__text-area {
    width: 100%;
    max-width: 100%;
    gap: 6.25vw;
  }
}
.p-about-philosophy__description {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__description {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__description {
    text-align: left;
    margin-top: 3.125vw;
    margin: 0;
  }
}
.p-about-philosophy__logo {
  flex: 1;
  max-width: 50%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__logo {
    max-width: 100%;
    width: 100%;
  }
}
.p-about-philosophy__logo-card {
  max-width: 383px;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__logo-card {
    max-width: 100%;
    width: 100%;
  }
}
.p-about-philosophy__logo-image {
  max-width: 100%;
  height: auto;
  max-height: 120px;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__logo-image {
    max-height: 100%;
  }
}
.p-about-philosophy__separator {
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__separator {
    margin: 4.1666666667vw 0;
  }
}
.p-about-philosophy__vision-mission {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__vision-mission {
    gap: 8.3333333333vw;
  }
}
.p-about-philosophy__heading {
  display: grid;
  gap: 8px;
  margin-block: 32px;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__heading {
    margin-block: 4.1666666667vw;
  }
}
.p-about-philosophy__heading-title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__heading-title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-about-philosophy__heading-subtitle {
  font-family: "Inter", "Montserrat", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 150%;
  color: #8C8C8C;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__heading-subtitle {
    font-family: "Inter", "Montserrat", "Arial", sans-serif;
    font-size: 2.34375vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 150%;
    margin-bottom: 2.0833333333vw;
  }
}
.p-about-philosophy__mission-text {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__mission-text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}

/*
  p-about-service
*/
.p-about-service {
  width: 100%;
  padding-block: 0 120px;
}
@media screen and (max-width: 767px) {
  .p-about-service {
    padding-block: 0 15.625vw;
  }
}
.p-about-service__inner {
  max-width: 920px;
  margin: 0 auto;
  padding-inline: 32px;
}
@media screen and (max-width: 767px) {
  .p-about-service__inner {
    max-width: 100%;
    padding-inline: 9.375vw;
  }
}
.p-about-service__content {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-about-service__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-about-service__content {
    flex-direction: column;
    gap: 8.3333333333vw;
  }
}
.p-about-service__movie {
  width: 100%;
  max-width: 370px;
}
@media screen and (max-width: 767px) {
  .p-about-service__movie {
    max-width: 100%;
  }
}
.p-about-service__movie-item {
  width: 100%;
}
.p-about-service__movie-item .c-card-movie--hide-text .c-card-movie__content {
  justify-content: center;
  align-items: center;
}
.p-about-service__movie-item .c-card-movie--hide-text .c-card-movie__main-content {
  justify-content: center;
  align-items: center;
}
.p-about-service__movie-item .c-card-movie--hide-text .c-card-movie__play-button {
  margin: 0;
}
.p-about-service__textWrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-about-service__textWrap {
    width: 100%;
    gap: 2.0833333333vw;
    padding-inline: 6.25vw;
  }
}
.p-about-service__title {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .p-about-service__title {
    gap: 2.8645833333vw;
  }
}
.p-about-service__title .lg {
  font-family: helvetica;
  font-weight: 700;
  font-size: 39px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-about-service__title .lg {
    font-size: 5.078125vw;
  }
}
.p-about-service__icon {
  display: grid;
  place-items: center;
}
.p-about-service__icon svg {
  display: grid;
  place-items: center;
}
.p-about-service__text {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
}
.p-about-service__btn {
  width: 100%;
}

.p-about-company {
  background-color: #F4F4F4;
}
.p-about-company__content {
  display: flex;
  flex-direction: column;
  gap: 160px;
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  .p-about-company__content {
    gap: 80px;
    padding: 20.8333333333vw 0;
  }
}
.p-about-company__profile {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-about-company__profile {
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-company__profile {
    flex-direction: column;
    gap: 40px;
  }
}
.p-about-company__profile-table {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 718px;
}
@media screen and (max-width: 767px) {
  .p-about-company__profile-table {
    width: 100%;
    gap: 2.0833333333vw;
  }
}
.p-about-company__profile-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .p-about-company__profile-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.0416666667vw;
    padding-left: 0;
  }
}
.p-about-company__profile-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3C3C3C;
  width: 84px;
}
@media screen and (max-width: 767px) {
  .p-about-company__profile-label {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
    width: auto;
  }
}
.p-about-company__profile-value {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3C3C3C;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-about-company__profile-value {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-about-company__profile-separator {
  height: 0;
  border: none;
  border-top: 1px dashed #3C3C3C;
  opacity: 0.3;
  width: 100%;
}
.p-about-company__access {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-about-company__access {
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-company__access {
    flex-direction: column;
    gap: 4.1666666667vw;
  }
}
.p-about-company__access-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 718px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-about-company__access-info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-about-company__access-info {
    width: 100%;
  }
}
.p-about-company__access-info iframe {
  width: 100%;
  height: 100%;
}
.p-about-company__access-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .p-about-company__access-text {
    gap: 0.5208333333vw;
  }
}
.p-about-company__access-company {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3C3C3C;
  margin: 0;
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .p-about-company__access-company {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-company__access-company {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.6458333333vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.p-about-company__access-address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3C3C3C;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-about-company__access-address {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-about-company__access-map {
  width: 100%;
  height: 398px;
}
@media screen and (max-width: 767px) {
  .p-about-company__access-map {
    height: 49.4791666667vw;
  }
}
.p-about-company__map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-about-company__map-image {
    border-radius: 4px;
  }
}

/*
  p-voice-content
*/
.p-voice-heading {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice-heading {
    padding-block: 73.4375vw 13.0208333333vw;
  }
}
.p-voice-heading::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 570px;
  top: 0;
  left: -10%;
  background-image: url(../../../assets/img/02Service/bg.svg);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-voice-heading::before {
    width: 83.8541666667vw;
    height: 79.5572916667vw;
    top: 34.2447916667vw;
    background-image: url(../../../assets/img/02Service/bg_sp.svg);
    background-size: contain;
  }
}
.p-voice-heading__content {
  position: relative;
  z-index: 1;
}
.p-voice-heading__text {
  position: relative;
  z-index: 1;
  color: #3C3C3C;
  padding-block: 80px 180px;
  padding-right: 40%;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-voice-heading__text {
    padding-block: 10.4166666667vw 23.4375vw;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
    padding: 0 0 15.625vw;
  }
}
.p-voice-heading__filter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-voice-heading__filter {
    gap: 3.125vw;
  }
}
.p-voice-heading__filter-title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-voice-heading__filter-title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-voice-heading__filter-list {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-voice-heading__filter-list {
    gap: 2.0833333333vw;
  }
}
.p-voice-heading__filter-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  border-radius: 8px;
  gap: 20px;
  border: 1px solid #3C3C3C;
  padding: 11px 24px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-voice-heading__filter-item {
    width: 28.3854166667vw;
    padding: 1.4322916667vw 3.125vw;
    gap: 2.6041666667vw;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-voice-heading__filter-item.is-active, .p-voice-heading__filter-item:hover {
  border: 1px solid #E56E07;
  color: #E56E07;
}
.p-voice-heading__filter-item.is-active::before, .p-voice-heading__filter-item:hover::before {
  border: 1px solid #E56E07;
}
.p-voice-heading__filter-item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #3C3C3C;
}
@media screen and (max-width: 767px) {
  .p-voice-heading__filter-item::before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}

/*
  p-voice-content
*/
.p-voice-content {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-voice-content {
    margin-top: 8.3333333333vw;
  }
}
.p-voice-content__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-voice-content__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-voice-content__list {
    grid-template-columns: 1fr;
    gap: 10.4166666667vw;
    margin-bottom: 15.625vw;
  }
}

.p-page-contact .c-form-required-wrapper {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-page-contact .c-form-required-wrapper {
    margin-top: 0vw;
  }
}

.p-form-contact {
  position: relative;
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .p-form-contact {
    padding: 0 0 7.8125vw 0;
  }
}
.p-form-contact__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-form-contact__heading {
    gap: 2.0833333333vw;
  }
}
.p-form-contact__description {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-form-contact__description {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-form-contact__form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-form-contact__form-wrapper {
    gap: 2.0833333333vw;
  }
}
.p-form-contact__form-wrapper.--confirm {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-form-contact__form-wrapper.--confirm {
    gap: 4.1666666667vw;
  }
}
.p-form-contact__form-wrapper.--confirm .c-form-row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-form-contact__form-wrapper.--confirm .c-form-row {
    align-items: flex-start;
  }
}
.p-form-contact__form-wrapper.--confirm .c-form-label {
  width: 290px;
  flex-shrink: 0;
}
.p-form-contact__inner {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 64px 64px 32px;
}
@media screen and (max-width: 767px) {
  .p-form-contact__inner {
    gap: 8.3333333333vw;
    padding: 8.3333333333vw 4.1666666667vw;
  }
}

/* ==========================================================================
   Project / Complete Page
   お問い合わせ完了ページ - Figmaデザイン100%準拠
   🎯 Figma: https://www.figma.com/design/eCHwnUy1BSVyyUL1IjNdXS/DeCoA_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3?node-id=1007-18960
   ========================================================================== */
.p-form-complete {
  position: relative;
  padding: 120px 0 40px;
  background-color: #FFFFFF;
  overflow: hidden;
  /* Figma: mode:row, alignItems:center, gap:103px */
  /* お問い合わせ完了メッセージエリア - Figma: width:480px */
  /* Figma: fontSize:36, fontWeight:700, color:#E56E07 */
  /* Figma: mode:column, gap:16px */
  /* Figma: fontSize:16, fontWeight:400, color:#3C3C3C */
  /* おすすめコンテンツエリア - Figma: width:480px */
  /* Figma: mode:column, gap:16px */
  /* Figma: fontSize:16, fontWeight:400, color:#3C3C3C */
  /* Figma: fontSize:16, fontWeight:700, color:#3C3C3C */
  /* Figma: width:480px, height:269.17px */
}
@media screen and (max-width: 767px) {
  .p-form-complete {
    padding: 15.625vw 0 7.8125vw;
  }
}
.p-form-complete::before {
  content: "";
  position: absolute;
  top: -20%;
  right: 0;
  width: 662px;
  height: 662px;
  background-image: url("../../../assets/img/Contact/bg_complete.png");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-form-complete::before {
    width: 86.1979166667vw;
    height: 86.1979166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-form-complete::before {
    width: 86.1979166667vw;
    height: 86.1979166667vw;
    top: -10%;
    right: initial;
    left: -10%;
    transform: scaleX(-1);
  }
}
.p-form-complete__content {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-form-complete__content {
    flex-direction: column;
    gap: 10.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-form-complete__content {
    flex-direction: column;
    gap: 10.4166666667vw;
  }
}
.p-form-complete__message {
  flex: 0 0 480px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-form-complete__message {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-form-complete__message {
    flex: none;
    width: 100%;
  }
}
.p-form-complete__title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #E56E07;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-form-complete__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-form-complete__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 5.2083333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
    text-align: center;
    margin: 0 0 5.2083333333vw 0;
  }
}
.p-form-complete__text-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-form-complete__text-group {
    gap: 2.0833333333vw;
  }
}
.p-form-complete__text {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-form-complete__text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-form-complete__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
    text-align: center;
  }
}
.p-form-complete__recommendation {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-form-complete__recommendation {
    flex: none;
    width: 100%;
  }
}
.p-form-complete__recommendation-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-form-complete__recommendation-header {
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-form-complete__recommendation-header {
    text-align: center;
    gap: 2.0833333333vw;
    margin-bottom: 2.0833333333vw;
  }
}
.p-form-complete__recommendation-subtitle {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-form-complete__recommendation-subtitle {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-form-complete__recommendation-title {
  width: fit-content;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #3C3C3C;
  margin: 0;
}
.p-form-complete__recommendation-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 354/10;
  background-image: url("../../../assets/img/Contact/line.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left;
  margin-top: 10px;
}
.p-form-complete__recommendation-title a {
  color: #E56E07;
}
@media screen and (max-width: 767px) {
  .p-form-complete__recommendation-title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
    width: 100%;
  }
}
.p-form-complete__recommendation-image {
  max-width: 480px;
  width: 100%;
  border-radius: 7.14px;
  overflow: hidden;
  filter: drop-shadow(0px 8px 12px rgba(60, 60, 60, 0.16));
}
@media screen and (max-width: 767px) {
  .p-form-complete__recommendation-image {
    width: 100%;
    height: auto;
    aspect-ratio: 480/269.17;
  }
}
.p-form-complete__recommendation-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ceo-message-guide .c-section-title,
.staff-message-guide .c-section-title {
  margin-bottom: 80px;
}

.career-guide .c-section-title {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .ceo-message-guide .c-section-title,
  .staff-message-guide .c-section-title {
    margin-bottom: 10%;
  }
  .career-guide .c-section-title {
    margin-bottom: 5%;
  }
}
.single-voice .page-view {
  background: #E56E07 !important;
  padding-bottom: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .single-voice .page-view {
    padding: 110px 0 63px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .single-voice .page-view {
    padding: 13.9322916667vw 0 17.4479166667vw 0 !important;
  }
}

.p-singleVoice-header {
  display: grid;
  gap: 16px;
}
.p-singleVoice-header__title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-singleVoice-header__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 5.2083333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
@media screen and (max-width: 767px) {
  .p-singleVoice-header__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 5.2083333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-singleVoice-header__info {
  display: grid;
  gap: 8px;
}
.p-singleVoice-header__meta {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 160%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-singleVoice-header__meta {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.6458333333vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 160%;
  }
}
.p-singleVoice-header__date {
  font-family: "Inter", "Montserrat", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-singleVoice-header__date {
    font-family: "Inter", "Montserrat", "Arial", sans-serif;
    font-size: 2.34375vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 150%;
  }
}

.p-singleVoice-body {
  margin-top: 80px;
}

.p-singleVoice-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-singleVoice-cta .c-btn-contact__main-text {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-singleVoice-cta .c-btn-contact {
    height: 10.4166666667vw;
  }
}

.single-member .page-view {
  background: #E56E07 !important;
  padding-bottom: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .single-member .page-view {
    padding: 110px 0 63px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .single-member .page-view {
    padding: 13.9322916667vw 0 17.4479166667vw 0 !important;
  }
}

.p-singleMember-info {
  background: #fff;
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .p-singleMember-info {
    padding-block: 15.625vw;
  }
}

.p-singleMember-slide {
  background: #F1F1F1;
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .p-singleMember-slide {
    padding-block: 15.625vw;
  }
}
.p-singleMember-slide__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-singleMember-slide__content {
    gap: 4.1666666667vw;
  }
}
.p-singleMember-slide__swiper {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.p-singleMember-slide .swiper-wrapper {
  transition-timing-function: linear !important;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
  perspective: 1000px;
}
.p-singleMember-slide .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.single-guide .entry-body {
  margin-bottom: 70px;
}
.single-guide .entry-body h2 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 160%;
  margin-top: 54px;
  margin-block: 45px;
  font-feature-settings: "palt" 1;
  line-height: 2.25rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .single-guide .entry-body h2 {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 4.4270833333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
    margin-top: 7.03125vw;
    margin-block: 5.859375vw;
  }
}
.single-guide .entry-body p {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 180%;
  font-size: 18px;
  line-height: 2.25rem;
  margin-top: 36px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .single-guide .entry-body p {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 180%;
  }
}
.single-guide .entry-body p:last-child {
  margin-bottom: 0;
}
.single-guide .entry-body p a {
  color: #E56E07;
  text-decoration: underline;
}
.single-guide .entry-body ol {
  list-style: decimal;
  margin: 0 0 0 20px;
}
.single-guide .entry-body ul {
  list-style: disc;
  margin: 0 0 0 20px;
}
.single-guide .entry-body ol li,
.single-guide .entry-body ul li {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 180%;
}
.single-guide .entry-body figcaption {
  font-size: 90%;
  color: #888888;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single-guide .entry-body figcaption {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 180%;
  }
}
.single-guide .entry-body .gallery {
  display: flex;
  flex-wrap: wrap;
  column-gap: 17px;
  row-gap: 20px;
  margin-bottom: 45px !important;
}
.single-guide .entry-body .gallery .gallery-item {
  float: none !important;
  margin-top: 0 !important;
  width: calc(50% - 9px) !important;
}
.single-guide .entry-body .gallery br {
  display: none;
}
.single-guide .entry-body .gallery img {
  border: none !important;
}
.single-guide .entry-body .wp-block-image {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .single-guide .entry-body {
    margin-bottom: 10%;
  }
  .single-guide .entry-body p {
    font-size: 3.8vw;
    margin-bottom: 5%;
  }
  .single-guide .entry-body ol li,
  .single-guide .entry-body ul li {
    font-size: 3.6vw;
  }
  .single-guide .entry-body .gallery {
    column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 5% !important;
  }
  .single-guide .entry-body .gallery .gallery-item {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .single-guide .entry-body {
    margin-bottom: 50px;
  }
  .single-guide .entry-body p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .single-guide .entry-body ol li,
  .single-guide .entry-body ul li {
    font-size: 14px;
  }
  .single-guide .entry-body .gallery {
    column-gap: 10px;
    row-gap: 15px;
    margin-bottom: 30px !important;
  }
  .single-guide .entry-body .gallery .gallery-item {
    width: calc(50% - 5px) !important;
  }
  .single-guide .entry-body .wp-block-image {
    width: 100%;
  }
}
/* ==========================================================================
   Project / Single Whitepaper
   ホワイトペーパー詳細ページ - Figmaデザイン100%準拠
   🎯 Figma: https://www.figma.com/design/eCHwnUy1BSVyyUL1IjNdXS/DeCoA_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3?node-id=883-18521
   ========================================================================== */
.p-page-download .c-heading-page {
  background-color: #E56E07;
  padding-bottom: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-page-download .c-heading-page {
    padding: 110px 0 63px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-page-download .c-heading-page {
    padding: 13.9322916667vw 0 17.4479166667vw 0;
  }
}
.p-page-download .c-form-required {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .p-page-download--whitepaper .p-singleWhitepaper-webinar {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-page-download--whitepaper .p-singleWhitepaper-webinar__title {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-page-download--whitepaper .p-singleWhitepaper-webinar__description {
    text-align: left;
  }
}

.p-singleWhitepaper-note {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
  padding: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .p-singleWhitepaper-note {
    padding: 5.2083333333vw 0;
    gap: 1.0416666667vw;
  }
}
.p-singleWhitepaper-note__title {
  color: #3C3C3C;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-singleWhitepaper-note__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-singleWhitepaper-note__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.p-singleWhitepaper-note__checklist {
  background-color: #F4F4F4;
  width: 543px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-singleWhitepaper-note__checklist {
    width: 100%;
    padding: 2.0833333333vw 3.125vw;
    gap: 0.78125vw;
  }
}
.p-singleWhitepaper-note__item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-singleWhitepaper-note__item {
    gap: 1.5625vw;
  }
}
.p-singleWhitepaper-note__icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-singleWhitepaper-note__icon {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.p-singleWhitepaper-note__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
}
.p-singleWhitepaper-note__icon::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L4.5 7L11 1' stroke='%23E56E07' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-singleWhitepaper-note__icon::after {
    top: 0.78125vw;
    left: 0.6510416667vw;
    width: 1.5625vw;
    height: 1.0416666667vw;
  }
}
.p-singleWhitepaper-note__text {
  color: #3C3C3C;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-singleWhitepaper-note__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-singleWhitepaper-note__text {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.p-singleWhitepaper-webinar-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-singleWhitepaper-webinar-wrap {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-singleWhitepaper-webinar-wrap {
    flex-direction: column;
    gap: 0;
  }
}

.p-form-contact--whitepaper {
  width: 547px;
  padding-block: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-form-contact--whitepaper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-form-contact--whitepaper {
    width: 100%;
    padding-block: 7.8125vw 15.625vw;
  }
}

.p-singleWhitepaper-webinar {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 507px;
  padding: 60px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-singleWhitepaper-webinar {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-singleWhitepaper-webinar {
    padding: 7.8125vw 0 0;
    gap: 4.1666666667vw;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }
}
.p-singleWhitepaper-webinar__title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 160%;
  color: #E56E07;
  margin: 0;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-singleWhitepaper-webinar__title {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 4.4270833333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 160%;
    text-align: center;
  }
}
.p-singleWhitepaper-webinar__card {
  position: relative;
  max-width: 100%;
  border-radius: 7.7083649635px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-singleWhitepaper-webinar__card {
    width: 100%;
    height: 56.1264822134%;
    min-height: 36.9791666667vw;
  }
}
.p-singleWhitepaper-webinar__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-singleWhitepaper-webinar__image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.p-singleWhitepaper-webinar__description {
  color: #3C3C3C;
  margin: 0;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-singleWhitepaper-webinar__description {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-singleWhitepaper-webinar__description {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 3.3854166667vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .p-singleWhitepaper-webinar__description {
    text-align: center;
  }
}

.u-margin-0 {
  margin: 0 !important;
}

.u-margin-xs {
  margin: 4px !important;
}

.u-margin-sm {
  margin: 8px !important;
}

.u-margin-md {
  margin: 16px !important;
}

.u-margin-lg {
  margin: 24px !important;
}

.u-margin-xl {
  margin: 32px !important;
}

.u-margin-2xl {
  margin: 48px !important;
}

.u-margin-3xl {
  margin: 64px !important;
}

.u-margin-4xl {
  margin: 80px !important;
}

.u-margin-5xl {
  margin: 96px !important;
}

.u-margin-top-0 {
  margin-top: 0 !important;
}

.u-margin-top-xs {
  margin-top: 4px !important;
}

.u-margin-top-sm {
  margin-top: 8px !important;
}

.u-margin-top-md {
  margin-top: 16px !important;
}

.u-margin-top-lg {
  margin-top: 24px !important;
}

.u-margin-top-xl {
  margin-top: 32px !important;
}

.u-margin-top-2xl {
  margin-top: 48px !important;
}

.u-margin-top-3xl {
  margin-top: 64px !important;
}

.u-margin-top-4xl {
  margin-top: 80px !important;
}

.u-margin-top-5xl {
  margin-top: 96px !important;
}

.u-margin-right-0 {
  margin-right: 0 !important;
}

.u-margin-right-xs {
  margin-right: 4px !important;
}

.u-margin-right-sm {
  margin-right: 8px !important;
}

.u-margin-right-md {
  margin-right: 16px !important;
}

.u-margin-right-lg {
  margin-right: 24px !important;
}

.u-margin-right-xl {
  margin-right: 32px !important;
}

.u-margin-right-2xl {
  margin-right: 48px !important;
}

.u-margin-right-3xl {
  margin-right: 64px !important;
}

.u-margin-right-4xl {
  margin-right: 80px !important;
}

.u-margin-right-5xl {
  margin-right: 96px !important;
}

.u-margin-bottom-0 {
  margin-bottom: 0 !important;
}

.u-margin-bottom-xs {
  margin-bottom: 4px !important;
}

.u-margin-bottom-sm {
  margin-bottom: 8px !important;
}

.u-margin-bottom-md {
  margin-bottom: 16px !important;
}

.u-margin-bottom-lg {
  margin-bottom: 24px !important;
}

.u-margin-bottom-xl {
  margin-bottom: 32px !important;
}

.u-margin-bottom-2xl {
  margin-bottom: 48px !important;
}

.u-margin-bottom-3xl {
  margin-bottom: 64px !important;
}

.u-margin-bottom-4xl {
  margin-bottom: 80px !important;
}

.u-margin-bottom-5xl {
  margin-bottom: 96px !important;
}

.u-margin-left-0 {
  margin-left: 0 !important;
}

.u-margin-left-xs {
  margin-left: 4px !important;
}

.u-margin-left-sm {
  margin-left: 8px !important;
}

.u-margin-left-md {
  margin-left: 16px !important;
}

.u-margin-left-lg {
  margin-left: 24px !important;
}

.u-margin-left-xl {
  margin-left: 32px !important;
}

.u-margin-left-2xl {
  margin-left: 48px !important;
}

.u-margin-left-3xl {
  margin-left: 64px !important;
}

.u-margin-left-4xl {
  margin-left: 80px !important;
}

.u-margin-left-5xl {
  margin-left: 96px !important;
}

.u-margin-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-margin-x-xs {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.u-margin-x-sm {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.u-margin-x-md {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.u-margin-x-lg {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.u-margin-x-xl {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.u-margin-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-margin-y-xs {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.u-margin-y-sm {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.u-margin-y-md {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-margin-y-lg {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-margin-y-xl {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-margin-auto {
  margin: auto !important;
}

.u-margin-x-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-margin-y-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-padding-0 {
  padding: 0 !important;
}

.u-padding-xs {
  padding: 4px !important;
}

.u-padding-sm {
  padding: 8px !important;
}

.u-padding-md {
  padding: 16px !important;
}

.u-padding-lg {
  padding: 24px !important;
}

.u-padding-xl {
  padding: 32px !important;
}

.u-padding-2xl {
  padding: 48px !important;
}

.u-padding-3xl {
  padding: 64px !important;
}

.u-padding-4xl {
  padding: 80px !important;
}

.u-padding-5xl {
  padding: 96px !important;
}

.u-padding-top-0 {
  padding-top: 0 !important;
}

.u-padding-top-xs {
  padding-top: 4px !important;
}

.u-padding-top-sm {
  padding-top: 8px !important;
}

.u-padding-top-md {
  padding-top: 16px !important;
}

.u-padding-top-lg {
  padding-top: 24px !important;
}

.u-padding-top-xl {
  padding-top: 32px !important;
}

.u-padding-top-2xl {
  padding-top: 48px !important;
}

.u-padding-top-3xl {
  padding-top: 64px !important;
}

.u-padding-top-4xl {
  padding-top: 80px !important;
}

.u-padding-top-5xl {
  padding-top: 96px !important;
}

.u-padding-right-0 {
  padding-right: 0 !important;
}

.u-padding-right-xs {
  padding-right: 4px !important;
}

.u-padding-right-sm {
  padding-right: 8px !important;
}

.u-padding-right-md {
  padding-right: 16px !important;
}

.u-padding-right-lg {
  padding-right: 24px !important;
}

.u-padding-right-xl {
  padding-right: 32px !important;
}

.u-padding-right-2xl {
  padding-right: 48px !important;
}

.u-padding-right-3xl {
  padding-right: 64px !important;
}

.u-padding-right-4xl {
  padding-right: 80px !important;
}

.u-padding-right-5xl {
  padding-right: 96px !important;
}

.u-padding-bottom-0 {
  padding-bottom: 0 !important;
}

.u-padding-bottom-xs {
  padding-bottom: 4px !important;
}

.u-padding-bottom-sm {
  padding-bottom: 8px !important;
}

.u-padding-bottom-md {
  padding-bottom: 16px !important;
}

.u-padding-bottom-lg {
  padding-bottom: 24px !important;
}

.u-padding-bottom-xl {
  padding-bottom: 32px !important;
}

.u-padding-bottom-2xl {
  padding-bottom: 48px !important;
}

.u-padding-bottom-3xl {
  padding-bottom: 64px !important;
}

.u-padding-bottom-4xl {
  padding-bottom: 80px !important;
}

.u-padding-bottom-5xl {
  padding-bottom: 96px !important;
}

.u-padding-left-0 {
  padding-left: 0 !important;
}

.u-padding-left-xs {
  padding-left: 4px !important;
}

.u-padding-left-sm {
  padding-left: 8px !important;
}

.u-padding-left-md {
  padding-left: 16px !important;
}

.u-padding-left-lg {
  padding-left: 24px !important;
}

.u-padding-left-xl {
  padding-left: 32px !important;
}

.u-padding-left-2xl {
  padding-left: 48px !important;
}

.u-padding-left-3xl {
  padding-left: 64px !important;
}

.u-padding-left-4xl {
  padding-left: 80px !important;
}

.u-padding-left-5xl {
  padding-left: 96px !important;
}

.u-padding-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-padding-x-xs {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.u-padding-x-sm {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.u-padding-x-md {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.u-padding-x-lg {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.u-padding-x-xl {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.u-padding-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-padding-y-xs {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.u-padding-y-sm {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.u-padding-y-md {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.u-padding-y-lg {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-padding-y-xl {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

@media screen and (max-width: 767px) {
  .u-margin-top-sm-sp {
    margin-top: 8px !important;
  }
  .u-margin-top-md-sp {
    margin-top: 16px !important;
  }
  .u-margin-top-lg-sp {
    margin-top: 24px !important;
  }
  .u-margin-top-xl-sp {
    margin-top: 32px !important;
  }
  .u-margin-bottom-sm-sp {
    margin-bottom: 8px !important;
  }
  .u-margin-bottom-md-sp {
    margin-bottom: 16px !important;
  }
  .u-margin-bottom-lg-sp {
    margin-bottom: 24px !important;
  }
  .u-margin-bottom-xl-sp {
    margin-bottom: 32px !important;
  }
  .u-padding-sm-sp {
    padding: 8px !important;
  }
  .u-padding-md-sp {
    padding: 16px !important;
  }
  .u-padding-lg-sp {
    padding: 24px !important;
  }
  .u-padding-xl-sp {
    padding: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-margin-top-sm-pc {
    margin-top: 8px !important;
  }
  .u-margin-top-md-pc {
    margin-top: 16px !important;
  }
  .u-margin-top-lg-pc {
    margin-top: 24px !important;
  }
  .u-margin-top-xl-pc {
    margin-top: 32px !important;
  }
  .u-margin-bottom-sm-pc {
    margin-bottom: 8px !important;
  }
  .u-margin-bottom-md-pc {
    margin-bottom: 16px !important;
  }
  .u-margin-bottom-lg-pc {
    margin-bottom: 24px !important;
  }
  .u-margin-bottom-xl-pc {
    margin-bottom: 32px !important;
  }
  .u-padding-sm-pc {
    padding: 8px !important;
  }
  .u-padding-md-pc {
    padding: 16px !important;
  }
  .u-padding-lg-pc {
    padding: 24px !important;
  }
  .u-padding-xl-pc {
    padding: 32px !important;
  }
}
.u-gap-0 {
  gap: 0 !important;
}

.u-gap-xs {
  gap: 4px !important;
}

.u-gap-sm {
  gap: 8px !important;
}

.u-gap-md {
  gap: 16px !important;
}

.u-gap-lg {
  gap: 24px !important;
}

.u-gap-xl {
  gap: 32px !important;
}

.u-gap-2xl {
  gap: 48px !important;
}

.u-gap-3xl {
  gap: 64px !important;
}

.u-gap-x-0 {
  column-gap: 0 !important;
}

.u-gap-x-xs {
  column-gap: 4px !important;
}

.u-gap-x-sm {
  column-gap: 8px !important;
}

.u-gap-x-md {
  column-gap: 16px !important;
}

.u-gap-x-lg {
  column-gap: 24px !important;
}

.u-gap-x-xl {
  column-gap: 32px !important;
}

.u-gap-y-0 {
  row-gap: 0 !important;
}

.u-gap-y-xs {
  row-gap: 4px !important;
}

.u-gap-y-sm {
  row-gap: 8px !important;
}

.u-gap-y-md {
  row-gap: 16px !important;
}

.u-gap-y-lg {
  row-gap: 24px !important;
}

.u-gap-y-xl {
  row-gap: 32px !important;
}

.u-display-none {
  display: none !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline {
  display: inline !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-display-flex {
  display: flex !important;
}

.u-display-inline-flex {
  display: inline-flex !important;
}

.u-display-grid {
  display: grid !important;
}

.u-display-inline-grid {
  display: inline-grid !important;
}

.u-display-table {
  display: table !important;
}

.u-display-table-cell {
  display: table-cell !important;
}

.u-display-table-row {
  display: table-row !important;
}

@media screen and (max-width: 767px) {
  .u-display-none-sp {
    display: none !important;
  }
  .u-display-block-sp {
    display: block !important;
  }
  .u-display-inline-sp {
    display: inline !important;
  }
  .u-display-inline-block-sp {
    display: inline-block !important;
  }
  .u-display-flex-sp {
    display: flex !important;
  }
  .u-display-grid-sp {
    display: grid !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .u-display-none-tablet {
    display: none !important;
  }
  .u-display-block-tablet {
    display: block !important;
  }
  .u-display-inline-tablet {
    display: inline !important;
  }
  .u-display-inline-block-tablet {
    display: inline-block !important;
  }
  .u-display-flex-tablet {
    display: flex !important;
  }
  .u-display-grid-tablet {
    display: grid !important;
  }
}
@media screen and (min-width: 768px) {
  .u-display-none-pc {
    display: none !important;
  }
  .u-display-block-pc {
    display: block !important;
  }
  .u-display-inline-pc {
    display: inline !important;
  }
  .u-display-inline-block-pc {
    display: inline-block !important;
  }
  .u-display-flex-pc {
    display: flex !important;
  }
  .u-display-grid-pc {
    display: grid !important;
  }
}
.u-hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-show-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-show-pc {
    display: none !important;
  }
}

.u-visible {
  visibility: visible !important;
}

.u-invisible {
  visibility: hidden !important;
}

.u-opacity-0 {
  opacity: 0 !important;
}

.u-opacity-10 {
  opacity: 0.1 !important;
}

.u-opacity-20 {
  opacity: 0.2 !important;
}

.u-opacity-30 {
  opacity: 0.3 !important;
}

.u-opacity-40 {
  opacity: 0.4 !important;
}

.u-opacity-50 {
  opacity: 0.5 !important;
}

.u-opacity-60 {
  opacity: 0.6 !important;
}

.u-opacity-70 {
  opacity: 0.7 !important;
}

.u-opacity-80 {
  opacity: 0.8 !important;
}

.u-opacity-90 {
  opacity: 0.9 !important;
}

.u-opacity-100 {
  opacity: 1 !important;
}

.u-overflow-visible {
  overflow: visible !important;
}

.u-overflow-hidden {
  overflow: hidden !important;
}

.u-overflow-scroll {
  overflow: scroll !important;
}

.u-overflow-auto {
  overflow: auto !important;
}

.u-overflow-x-visible {
  overflow-x: visible !important;
}

.u-overflow-x-hidden {
  overflow-x: hidden !important;
}

.u-overflow-x-scroll {
  overflow-x: scroll !important;
}

.u-overflow-x-auto {
  overflow-x: auto !important;
}

.u-overflow-y-visible {
  overflow-y: visible !important;
}

.u-overflow-y-hidden {
  overflow-y: hidden !important;
}

.u-overflow-y-scroll {
  overflow-y: scroll !important;
}

.u-overflow-y-auto {
  overflow-y: auto !important;
}

.u-z-index-0 {
  z-index: 0 !important;
}

.u-z-index-10 {
  z-index: 10 !important;
}

.u-z-index-20 {
  z-index: 20 !important;
}

.u-z-index-30 {
  z-index: 30 !important;
}

.u-z-index-40 {
  z-index: 40 !important;
}

.u-z-index-50 {
  z-index: 50 !important;
}

.u-z-index-auto {
  z-index: auto !important;
}

.u-z-index-dropdown {
  z-index: 1000 !important;
}

.u-z-index-sticky {
  z-index: 1020 !important;
}

.u-z-index-fixed {
  z-index: 1030 !important;
}

.u-z-index-modal {
  z-index: 1050 !important;
}

.u-z-index-tooltip {
  z-index: 1070 !important;
}

.u-position-static {
  position: static !important;
}

.u-position-relative {
  position: relative !important;
}

.u-position-absolute {
  position: absolute !important;
}

.u-position-fixed {
  position: fixed !important;
}

.u-position-sticky {
  position: sticky !important;
}

.u-top-0 {
  top: 0 !important;
}

.u-top-auto {
  top: auto !important;
}

.u-right-0 {
  right: 0 !important;
}

.u-right-auto {
  right: auto !important;
}

.u-bottom-0 {
  bottom: 0 !important;
}

.u-bottom-auto {
  bottom: auto !important;
}

.u-left-0 {
  left: 0 !important;
}

.u-left-auto {
  left: auto !important;
}

.u-inset-0 {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.u-inset-x-0 {
  right: 0 !important;
  left: 0 !important;
}

.u-inset-y-0 {
  top: 0 !important;
  bottom: 0 !important;
}

.u-float-left {
  float: left !important;
}

.u-float-right {
  float: right !important;
}

.u-float-none {
  float: none !important;
}

.u-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.u-object-contain {
  object-fit: contain !important;
}

.u-object-cover {
  object-fit: cover !important;
}

.u-object-fill {
  object-fit: fill !important;
}

.u-object-none {
  object-fit: none !important;
}

.u-object-scale-down {
  object-fit: scale-down !important;
}

.u-object-bottom {
  object-position: bottom !important;
}

.u-object-center {
  object-position: center !important;
}

.u-object-left {
  object-position: left !important;
}

.u-object-left-bottom {
  object-position: left bottom !important;
}

.u-object-left-top {
  object-position: left top !important;
}

.u-object-right {
  object-position: right !important;
}

.u-object-right-bottom {
  object-position: right bottom !important;
}

.u-object-right-top {
  object-position: right top !important;
}

.u-object-top {
  object-position: top !important;
}

.u-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.u-not-sr-only {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

@media print {
  .u-print-none {
    display: none !important;
  }
  .u-print-block {
    display: block !important;
  }
  .u-print-inline {
    display: inline !important;
  }
  .u-print-inline-block {
    display: inline-block !important;
  }
}
.u-text-primary {
  color: #E56E07 !important;
}

.u-text-secondary {
  color: #3C3C3C !important;
}

.u-text-white {
  color: #FFFFFF !important;
}

.u-text-black {
  color: #000000 !important;
}

.u-text-gray-50 {
  color: #F9F9F9 !important;
}

.u-text-gray-100 {
  color: #F0F0F0 !important;
}

.u-text-gray-200 {
  color: #EAEAEA !important;
}

.u-text-gray-300 {
  color: #D9D9D9 !important;
}

.u-text-gray-400 {
  color: #D1D1D1 !important;
}

.u-text-gray-500 {
  color: #CECECE !important;
}

.u-text-gray-600 {
  color: #95A4AA !important;
}

.u-text-gray-700 {
  color: #707070 !important;
}

.u-text-gray-800 {
  color: #3C3C3C !important;
}

.u-text-black-10 {
  color: rgba(0, 0, 0, 0.1) !important;
}

.u-text-black-17 {
  color: rgba(0, 0, 0, 0.17) !important;
}

.u-text-black-25 {
  color: rgba(0, 0, 0, 0.25) !important;
}

.u-text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.u-text-secondary-8 {
  color: rgba(60, 60, 60, 0.08) !important;
}

.u-text-gray-700-10 {
  color: rgba(112, 112, 112, 0.1) !important;
}

.u-text-main {
  color: #3C3C3C !important;
}

.u-text-sub {
  color: #707070 !important;
}

.u-text-accent {
  color: #E56E07 !important;
}

.u-text-inverse {
  color: #FFFFFF !important;
}

.u-text-success {
  color: #28A745 !important;
}

.u-text-warning {
  color: #FFC107 !important;
}

.u-text-danger {
  color: #DC3545 !important;
}

.u-text-info {
  color: #17A2B8 !important;
}

.u-text-primary-hover:hover {
  color: #E56E07 !important;
}

.u-text-secondary-hover:hover {
  color: #3C3C3C !important;
}

.u-text-white-hover:hover {
  color: #FFFFFF !important;
}

.u-text-black-hover:hover {
  color: #000000 !important;
}

.u-text-accent-hover:hover {
  color: #E56E07 !important;
}

.u-bg-primary {
  background-color: #E56E07 !important;
}

.u-bg-secondary {
  background-color: #3C3C3C !important;
}

.u-bg-white {
  background-color: #FFFFFF !important;
}

.u-bg-black {
  background-color: #000000 !important;
}

.u-bg-gray-50 {
  background-color: #F9F9F9 !important;
}

.u-bg-gray-100 {
  background-color: #F0F0F0 !important;
}

.u-bg-gray-200 {
  background-color: #EAEAEA !important;
}

.u-bg-gray-300 {
  background-color: #D9D9D9 !important;
}

.u-bg-gray-400 {
  background-color: #D1D1D1 !important;
}

.u-bg-gray-500 {
  background-color: #CECECE !important;
}

.u-bg-gray-600 {
  background-color: #95A4AA !important;
}

.u-bg-gray-700 {
  background-color: #707070 !important;
}

.u-bg-gray-800 {
  background-color: #3C3C3C !important;
}

.u-bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.u-bg-black-17 {
  background-color: rgba(0, 0, 0, 0.17) !important;
}

.u-bg-black-25 {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.u-bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.u-bg-secondary-8 {
  background-color: rgba(60, 60, 60, 0.08) !important;
}

.u-bg-gray-700-10 {
  background-color: rgba(112, 112, 112, 0.1) !important;
}

.u-bg-main {
  background-color: #FFFFFF !important;
}

.u-bg-light {
  background-color: #F0F0F0 !important;
}

.u-bg-dark {
  background-color: #3C3C3C !important;
}

.u-bg-success {
  background-color: #28A745 !important;
}

.u-bg-warning {
  background-color: #FFC107 !important;
}

.u-bg-danger {
  background-color: #DC3545 !important;
}

.u-bg-info {
  background-color: #17A2B8 !important;
}

.u-border-primary {
  border-color: #E56E07 !important;
}

.u-border-secondary {
  border-color: #3C3C3C !important;
}

.u-border-white {
  border-color: #FFFFFF !important;
}

.u-border-black {
  border-color: #000000 !important;
}

.u-border-light {
  border-color: #D9D9D9 !important;
}

.u-border-medium {
  border-color: #D1D1D1 !important;
}

.u-border-dark {
  border-color: #95A4AA !important;
}

.u-border-transparent {
  border-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .u-text-primary-sp {
    color: #E56E07 !important;
  }
  .u-text-secondary-sp {
    color: #3C3C3C !important;
  }
  .u-text-white-sp {
    color: #FFFFFF !important;
  }
  .u-text-black-sp {
    color: #000000 !important;
  }
  .u-text-accent-sp {
    color: #E56E07 !important;
  }
  .u-bg-primary-sp {
    background-color: #E56E07 !important;
  }
  .u-bg-secondary-sp {
    background-color: #3C3C3C !important;
  }
  .u-bg-white-sp {
    background-color: #FFFFFF !important;
  }
  .u-bg-black-sp {
    background-color: #000000 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text-primary-pc {
    color: #E56E07 !important;
  }
  .u-text-secondary-pc {
    color: #3C3C3C !important;
  }
  .u-text-white-pc {
    color: #FFFFFF !important;
  }
  .u-text-black-pc {
    color: #000000 !important;
  }
  .u-text-accent-pc {
    color: #E56E07 !important;
  }
  .u-bg-primary-pc {
    background-color: #E56E07 !important;
  }
  .u-bg-secondary-pc {
    background-color: #3C3C3C !important;
  }
  .u-bg-white-pc {
    background-color: #FFFFFF !important;
  }
  .u-bg-black-pc {
    background-color: #000000 !important;
  }
}
@keyframes up2show {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.scroll-reveal {
  clip-path: inset(100% 0 0 0);
  will-change: clip-path;
  transform: translateZ(0);
  transition: clip-path 0.6s ease;
}
.scroll-reveal.is-active {
  animation: up2show 0.6s ease forwards;
}

.image-fade {
  opacity: 0;
  transition: opacity 0.6s ease, transform ease;
  will-change: opacity, transform;
  transform: scale(1.2);
}
.image-fade.is-active {
  animation: fadeIn 0.6s ease forwards;
}

@keyframes kvdeco {
  0% {
    clip-path: circle(0% at 0 100%);
  }
  100% {
    clip-path: circle(150% at 50% 50%);
  }
}
@keyframes kvfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
[data-module=FadeIn] {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-timing-function: ease-out;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
}

[data-module=FadeIn].is-FadeIn {
  opacity: 1;
  transform: translateZ(0);
}

.js-accordion-body {
  display: none;
}

.u-en {
  font-family: "Inter", "Montserrat", "Arial", sans-serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .u-en {
    top: 3px;
  }
}
@media screen and (min-width: 1301px) {
  .u-en {
    top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .u-en {
    top: 1.0666666667vw;
  }
}

.u-color-orange {
  color: #E56E07;
}

.u-arrow {
  position: relative;
}
.u-arrow::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 98%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .u-arrow::after {
    width: 200px;
    height: 77px;
  }
}
@media screen and (min-width: 1301px) {
  .u-arrow::after {
    width: 200px;
    height: 77px;
  }
}
@media screen and (max-width: 767px) {
  .u-arrow::after {
    width: 27.7333333333vw;
    height: 10.4vw;
  }
}

.l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1240px;
  }
}
@media screen and (min-width: 1301px) {
  .l-inner {
    max-width: 1240px;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 89.3333333333vw;
  }
}

.c-ttl {
  text-align: center;
}
.c-ttl-en {
  color: #E56E07;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-ttl-en {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-en {
    font-size: 6.6666666667vw;
    line-height: 6.6666666667vw;
    letter-spacing: 5.3333333333vw;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .c-ttl-en {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1301px) {
  .c-ttl-en {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-en {
    margin-bottom: 1.6vw;
  }
}
.c-ttl-ja {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-ttl-ja {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 20px;
    font-weight: 800;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-ja {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    letter-spacing: 5.3333333333vw;
    font-weight: 800;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

/*# sourceMappingURL=pdflocss.css.map */
