@charset "UTF-8";
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  color: #333333;
  font-family: "noto sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  overflow-x: clip;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.l-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  width: 66.25rem;
}
@media screen and (max-width: 1024px) {
  .l-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.container {
  margin: 0 auto;
  width: min(100% - 60px, 1000px);
}

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

@media screen and (min-width: 768px) {
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
}
.c-btn__link {
  display: table;
}

.c-btn__link-black {
  color: #333333;
}

.c-btn__link-white {
  color: #FFFFFF;
}

.c-btn__link-text {
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  gap: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-btn__link-text {
    font-size: 1.125rem;
  }
}

.c-btn__img {
  width: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .c-btn__img {
    width: 2.3125rem;
  }
}

.c-btn__img img {
  -o-object-fit: cover;
  aspect-ratio: 53/53;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-btn__link-submit {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
  font-weight: bold;
  letter-spacing: 0.015em;
  line-height: 0.08em;
}

.c-btn__link-arrow {
  display: block;
  height: 3.3125rem;
  transition: 0.3s all;
  width: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .c-btn__link-arrow {
    height: 2.3125rem;
    width: 2.3125rem;
  }
}

input[type=text],
input[type=tel],
input[type=email],
textarea,
select {
  border-radius: 8px;
  font-size: 1rem;
  padding: 0.625rem;
  text-align: left;
  width: 100%;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  margin-right: 0.3125rem;
  outline: none;
  padding: 0;
  position: relative;
  width: 20px;
}

input[type=radio]:checked::before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #333333;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  display: flex;
}

input[type=text],
input[type=tel],
input[type=email] {
  height: 2.9375rem;
}

textarea {
  height: 10.25rem;
  resize: vertical;
  width: 100%;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 12.5rem;
  }
}

.c-form__table {
  margin-bottom: 3.75rem;
  max-width: 48.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-form__table {
    margin-bottom: 2.8125rem;
  }
}
.c-form__table th {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  width: 11.5625rem;
}
.c-form__table td {
  flex: 1;
  width: 100%;
}

.c-form__table--flex {
  flex-direction: row;
  gap: 6.25rem;
  padding-block: 1.5625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-form__table--flex {
    flex-direction: column;
    gap: 1.25rem;
    padding-block: 0.9375rem 1.25rem;
  }
}

.c-form__table--flex:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.wpcf7-form-control-wrap {
  flex: 1;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item {
    display: block;
    padding-bottom: 0.8125rem;
    padding-right: 1.25rem;
  }
}

.wpcf7-list-item:last-of-type {
  padding-bottom: 0;
  padding-right: 0;
}

.wpcf7-list-item:last-of-type {
  padding-right: 0;
}

.c-form__btn {
  margin: 0 auto;
}

input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  width: 12.5rem;
}

.wpcf7-spinner {
  display: none;
}

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

.c-form__btn--link {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  gap: 0.625rem;
  padding-block: 0.75rem;
  position: relative;
  transition: 0.3s all;
}

.c-form__btn--link:hover .c-btn__link-arrow {
  -webkit-transform: translateX(0.9375rem);
  opacity: 0.8;
  transform: translateX(0.9375rem);
}

.c-hover__arrow {
  transition: 0.3s all;
}
.c-hover__arrow img {
  left: 0;
  position: relative;
  transition: 0.3s all;
}
.c-hover__arrow:hover img {
  left: 10px;
  opacity: 0.8;
}

.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #333333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #333333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

@media screen and (min-width: 769px) {
  .c-imgZoom:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
}
.c-lower__top {
  padding-top: 14.6875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-lower__top {
    padding-top: 8.125rem;
  }
}

.c-lower__back {
  content: "";
  position: absolute;
  right: 1.5625rem;
  top: 0;
  width: 98%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-lower__back {
    right: 0;
    width: 100%;
  }
}

.c-lower__title-boxes {
  text-align: center;
}

.c-lower__title-en {
  -webkit-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.c-lower__title-en-white {
  color: #FFFFFF;
}

.pagination .nav-links {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 5.3125rem;
  text-align: center;
}

.pagination .nav-links .current {
  background: #333333;
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.5rem;
  height: 2.5625rem;
  line-height: 1.6;
  width: 2.5625rem;
}

.pagination .nav-links .dots {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: -0.15em;
  line-height: 1.875rem;
}

.pagination .nav-links a.page-numbers {
  border-radius: 50%;
  color: #333333;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2.5625rem;
  margin-inline: 0.625rem;
  width: 2.5625rem;
}

.pagination .nav-links a.page-numbers:hover {
  background: #333333;
  color: #FFFFFF;
  transition: all 0.3s;
}

.pagination .nav-links a.prev.page-numbers,
.pagination .nav-links a.next.page-numbers {
  background: transparent;
  width: auto;
}

.pagination .nav-links a.prev.page-numbers:hover,
.pagination .nav-links a.next.page-numbers:hover {
  color: #333333;
}

.pagination .nav-links a.prev.page-numbers img,
.pagination .nav-links a.next.page-numbers img {
  width: 0.78125rem;
}

@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.c-scroll-right {
  -webkit-animation: infinity-scroll-right 15s infinite linear 0.5s both;
  animation: infinity-scroll-right 15s infinite linear 0.5s both;
}

.c-title__boxes {
  position: relative;
}

.c-title__jp {
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-title__jp {
    font-size: 1.75rem;
  }
}

.c-title__en {
  content: "";
  font-family: "Noto Serif JP", serif;
  font-size: 7.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-title__en {
    font-size: 5rem;
  }
}

.c-title__lower {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title__lower {
    font-size: 1.375rem;
  }
}

.c-title__lower:after {
  -webkit-transform: translateX(-50%) rotate(-43deg);
  border-top: 2px solid #333333;
  bottom: -0.9375rem;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(-43deg);
  width: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .c-title__lower:after {
    bottom: -1.5625rem;
    width: 1.5625rem;
  }
}

.c-title__lower-white {
  color: #FFFFFF;
}

.c-title__lower-white:after {
  -webkit-transform: translateX(-50%) rotate(-43deg);
  border-top: 2px solid #FFFFFF;
  bottom: -0.9375rem;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(-43deg);
  width: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .c-title__lower-white:after {
    bottom: -1.5625rem;
  }
}

.p-footer__bg {
  background-color: #333333;
  padding-block: clamp(2.5rem, 4.6296296296vw, 5rem);
}
@media screen and (max-width: 1024px) {
  .p-footer__bg {
    padding-block: 3rem;
  }
}

.p-footer__inner {
  width: 78.75rem;
}

.p-footer__menuns {
  align-items: flex-start;
  gap: clamp(1rem, 1.8518518519vw, 2rem);
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-footer__menuns {
    align-items: stretch;
    flex-direction: column;
    gap: 2rem;
  }
}

.p-footer__menu {
  border-left: 0.125rem solid #FFFFFF;
  color: #FFFFFF;
  flex: 1;
  padding-left: clamp(0.75rem, 1.1574074074vw, 1.25rem);
}
@media screen and (max-width: 1024px) {
  .p-footer__menu {
    padding-left: 1.5rem;
    width: 100%;
  }
}

.p-footer__menu-toggle {
  align-items: center;
  color: inherit;
  justify-content: space-between;
  padding: 0;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-footer__menu-toggle {
    cursor: pointer;
    padding-right: 0;
  }
}

.p-footer__menu-column {
  color: #FFFFFF;
  flex: 1;
  flex-direction: column;
  gap: clamp(0.75rem, 1.3888888889vw, 1.5rem);
  padding-left: clamp(0.75rem, 1.1574074074vw, 1.25rem);
}
@media screen and (max-width: 1024px) {
  .p-footer__menu-column {
    gap: 2rem;
    padding-left: 0;
    width: 100%;
  }
}

.p-footer__menu--sub {
  margin-top: clamp(1rem, 1.8518518519vw, 2rem);
}
@media screen and (max-width: 1024px) {
  .p-footer__menu--sub {
    margin-top: 0;
  }
}

.p-footer__menu-title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.2;
  margin-bottom: 0;
}

.p-footer__menu-plus {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-footer__menu-plus {
    align-items: center;
    display: inline-flex;
    font-size: 1.25rem;
    line-height: 1;
  }
}

.p-footer__menu-list {
  flex-direction: column;
  gap: clamp(0.75rem, 1.3888888889vw, 1.5rem);
  list-style: disc;
  margin-top: clamp(0.75rem, 1.3888888889vw, 1.5rem);
  padding-left: clamp(1.25rem, 1.1574074074vw, 1.25rem);
}
@media screen and (max-width: 1024px) {
  .p-footer__menu-list {
    display: none;
    gap: 0.625rem;
    margin-top: 1.5625rem;
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-footer__menu.is-open .p-footer__menu-list {
    display: flex;
  }
}

@media screen and (max-width: 1024px) {
  .p-footer__menu--static .p-footer__menu-list {
    display: flex;
  }
}

.p-footer__menu-link {
  color: #FFFFFF;
  font-size: clamp(0.875rem, 0.9259259259vw, 1rem);
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .p-footer__menu-link {
    font-size: 1rem;
  }
}

.p-footer__menu-link:hover {
  opacity: 0.7;
}

.p-footer__icons {
  gap: 1.5rem;
  justify-content: center;
}

.p-footer__icon {
  max-width: 1.6875rem;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}
.p-footer__icon:hover {
  -webkit-transform: translateY(-0.375rem);
  transform: translateY(-0.375rem);
}
.p-footer__icon:nth-child(2) {
  max-width: 1.3125rem;
}
.p-footer__icon:nth-child(3) {
  max-width: 1.1875rem;
}
.p-footer__icon:nth-child(4) {
  max-width: 1.5625rem;
}
.p-footer__icon:nth-child(5) {
  max-width: 0.875rem;
}

.p-footer__block {
  background-color: #FFFFFF;
  color: #333333;
}

.p-footer__block--items {
  flex-direction: column;
  gap: clamp(0.75rem, 0.9259259259vw, 1rem);
  padding-block: clamp(1.5rem, 2.3148148148vw, 2.5rem);
}
@media screen and (max-width: 1024px) {
  .p-footer__block--items {
    gap: 2.5rem;
    padding-block: 3rem;
  }
}

.p-footer__block--group {
  align-items: center;
  gap: clamp(1rem, 2.3148148148vw, 2.5rem);
}
@media screen and (max-width: 1024px) {
  .p-footer__block--group {
    flex-direction: column;
    gap: 1rem;
  }
}

.p-footer__block--logo {
  display: inline-block;
  max-width: clamp(11.25rem, 15.8564814815vw, 17.125rem);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-footer__block--logo {
    max-width: 17.125rem;
  }
}

.p-footer__block--logoText {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.p-footer__block--lists {
  gap: clamp(1.25rem, 2.3148148148vw, 2.5rem);
}
@media screen and (max-width: 1024px) {
  .p-footer__block--lists {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.p-footer__block--link {
  font-size: clamp(0.75rem, 0.9259259259vw, 1rem);
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.25;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-footer__block--link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .p-footer__block--link {
    font-size: 1rem;
  }
}

.p-footer__copy {
  background-color: #DDDDDD;
  padding-block: clamp(0.75rem, 1.1574074074vw, 1.25rem);
}
@media screen and (max-width: 1024px) {
  .p-footer__copy {
    padding-block: 1.25rem;
  }
}

.p-footer__copy-text {
  display: block;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.25;
  text-align: center;
}

body.is-open {
  height: 100vh;
  height: calc(100vh - 3.125rem);
  overflow-y: hidden;
}

.p-header {
  background-color: transparent;
  flex: 0 0 12rem;
  height: 100vh;
  max-width: 12rem;
  min-width: 12rem;
  padding-top: 6.25rem;
  position: sticky;
  top: 0;
  width: 12rem;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-header {
    transition: 0.3s all;
  }
}
@media screen and (max-width: 1024px) {
  .p-header {
    background-color: transparent;
    max-width: 0;
    min-width: 0;
    overflow: visible;
    padding-top: 0;
    width: 0;
  }
}

.p-header.is-open {
  background-color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-header.is-open {
    background-color: #FFFFFF;
  }
}

.p-header__container {
  margin: 0 auto;
  max-width: 100%;
}

.p-header__flex {
  align-items: center;
  flex-direction: column;
  gap: clamp(20px, 20px + 20 * (100vw - 768px) / 672, 24px);
}
@media screen and (max-width: 1024px) {
  .p-header__flex {
    gap: 0;
  }
}

.p-header__logo {
  max-width: 8.5rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-header__logo {
    display: block;
    left: 1rem;
    max-width: 4.625rem;
    position: fixed;
    top: 1rem;
    z-index: 1001;
  }
}

.p-header__logo--link {
  display: block;
}

.p-header__logo .is-open {
  opacity: 0;
  visibility: hidden;
}

.p-header__menus {
  align-items: center;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.p-header__nav {
  opacity: 1;
  visibility: visible;
  width: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    background-color: #333333;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 0 0.9375rem;
    position: absolute;
    top: 0;
    transition: opacity 0.5s, visibility 0.5s;
    visibility: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav.is-open {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .p-header__nav.is-open {
    align-items: center;
    background-color: #DDDDDD;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 0rem;
    height: 100vh;
    justify-content: center;
    left: 0;
    overflow-y: auto;
    padding: 5rem 1.5rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 1002;
  }
}

.p-header__lists {
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1.5625rem;
  width: inherit;
}
@media screen and (max-width: 1024px) {
  .p-header__lists {
    align-items: center;
    margin-bottom: 0rem;
    max-width: 26.25rem;
    width: 100%;
  }
}

.p-header__list {
  border-top: 0.0625rem solid #CCCCCC;
  display: block;
  width: inherit;
}
.p-header__list:last-of-type {
  border-bottom: 0.0625rem solid #CCCCCC;
}
@media screen and (max-width: 1024px) {
  .p-header__list {
    border: none;
  }
  .p-header__list:last-of-type {
    border: none;
  }
}

.p-header__link {
  color: #333333;
  display: block;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.2;
  padding-block: 0.9375rem;
  padding-left: 1.5625rem;
  transition: background-color 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-header__link {
    color: #333333;
    padding-left: 0;
    text-align: center;
  }
}

.p-header__link:hover {
  background-color: #EEDDCC;
}

.p-header__list--contact {
  background: linear-gradient(180deg, #CC1111 0%, #660000 100%);
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-header__list--contact {
    background: transparent;
  }
}

.p-header__list--contact .p-header__link:hover {
  background-color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-header__list--contact .p-header__link:hover {
    background-color: #EEDDCC;
  }
}

.p-header__link--contact {
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .p-header__link--contact {
    color: #333333;
  }
}

.p-header__lists02 {
  display: block;
  list-style: disc;
  list-style-position: outside;
  margin-left: 1.5625rem;
  padding-left: 1.5625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .p-header__lists02 {
    list-style: none;
    margin-left: 0;
    max-width: 26.25rem;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}

.p-header__list02 {
  padding-bottom: 1.5625rem;
  padding-left: 0;
  width: inherit;
}
.p-header__list02:last-of-type {
  padding-bottom: 0rem;
}
@media screen and (max-width: 1024px) {
  .p-header__list02 {
    padding-bottom: 0.75rem;
    padding-bottom: 0rem;
  }
}

.p-header__link02 {
  display: block;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-header__link02 {
    padding-block: 0.9375rem;
  }
}
.p-header__link02:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .p-header__link02:hover {
    background-color: #EEDDCC;
    opacity: 1;
  }
}

.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 1.25rem;
    margin-left: auto;
    outline: none;
    position: relative;
    transition: all 0.3s ease-in-out;
    width: 2rem;
    z-index: 1000;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__hamburger {
    display: inline-block;
    position: fixed;
    right: 1.875rem;
    top: 1.875rem;
    z-index: 1003;
  }
}

.p-header__hamburger--line {
  background-color: #CC1111;
  bottom: 0;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -0.3125rem;
  transition: inherit;
  width: 1.5625rem;
}

.p-header__hamburger--line:before,
.p-header__hamburger--line:after {
  background-color: inherit;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: inherit;
  width: 100%;
}

.p-header__hamburger--line:before {
  top: -0.4375rem;
}

.p-header__hamburger--line:after {
  top: 0.4375rem;
}

.p-header__hamburger--line.active {
  background-color: transparent;
}

.p-header__hamburger--line.active:before {
  -webkit-transform: rotate(-45deg);
  background-color: #FFFFFF;
  top: 0;
  transform: rotate(-45deg);
}

.p-header__hamburger--line.active:after {
  -webkit-transform: rotate(45deg);
  background-color: #FFFFFF;
  top: 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .p-header__hamburger--line.active:before,
  .p-header__hamburger--line.active:after {
    background-color: #CC1111;
  }
}
.p-topFv {
  background-image: url("/wp-content/themes/enjin/img/top/fv_back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: clamp(15rem, 26.0416666667vw, 28.125rem) clamp(3.75rem, 5.787037037vw, 6.25rem);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-topFv {
    background-position: center top;
    padding-block: 20.625rem 12.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topFv {
    background-image: url("/wp-content/themes/enjin/img/top/fv_back_sp.png");
  }
}

.p-topFv__zero {
  -webkit-transform-origin: right bottom;
  bottom: clamp(-21.875rem, -14.5833333333vw, -3.75rem);
  max-width: clamp(11.25rem, 23.4375vw, 28.125rem);
  position: absolute;
  right: 0;
  transform-origin: right bottom;
  width: 100%;
  will-change: transform;
  z-index: 30;
}
@media screen and (max-width: 1024px) {
  .p-topFv__zero {
    bottom: -16.875rem;
    max-width: 19rem;
  }
}

.p-topFv__zero img {
  display: block;
  width: 100%;
}

.p-topFv__zero.is-fixed {
  bottom: auto;
  position: fixed;
  right: auto;
}

.p-topFv__inner {
  width: 100%;
}

.p-topFv__titles {
  align-items: center;
  gap: clamp(0.625rem, 0.8680555556vw, 0.9375rem);
  margin-bottom: clamp(0.75rem, 1.1574074074vw, 1.25rem);
  padding-left: clamp(1.25rem, 2.025462963vw, 2.1875rem);
}
@media screen and (max-width: 1024px) {
  .p-topFv__titles {
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1rem;
    padding-left: 0rem;
    text-align: center;
  }
  .p-topFv__titles > .u-sp:last-child {
    width: 100%;
  }
}

.p-topFv__frame {
  max-width: clamp(14.375rem, 40vw - 180px, 36.75rem);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-topFv__frame {
    max-width: 17.8125rem;
  }
}

.p-topFv__frameSlider {
  border: 1.09375rem solid #CC1111;
  border-radius: 1.09375rem;
  height: clamp(5rem, 7.609375vw, 8.218125rem);
  margin: 0;
  max-width: clamp(14.375rem, 40vw - 180px, 36.75rem);
  overflow-x: clip;
  overflow-y: visible;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-topFv__frameSlider {
    border: 0.5875rem solid #CC1111;
    border-radius: 0.57rem;
    height: 5rem;
    max-width: 17.8125rem;
  }
}

.p-topFv__frameTrack {
  display: flex;
  gap: 0;
  width: 100%;
}

.p-topFv__frameSlide {
  display: flex;
  flex: 0 0 100%;
  justify-content: flex-start;
}

.p-topFv__frameSlide img {
  -o-object-fit: contain;
  -webkit-transform: translateY(-20px);
  display: block;
  height: clamp(5.625rem, 8.1880787037vw, 8.843125rem);
  margin-inline: auto;
  object-fit: contain;
  transform: translateY(-20px);
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .p-topFv__frameSlide img {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.p-topFv__frameSlide--01 img {
  width: 85%;
}

.p-topFv__frameSlide--02 img {
  width: 75%;
}

.p-topFv__frameSlide--03 img {
  width: 65%;
}

.p-topFv__frameSlide--04 img {
  width: 90%;
}

.p-topFv__frameSlide--05 img {
  width: 60%;
}

.p-topFv__frameSlide--06 img {
  width: 70%;
}

.p-topFv__title {
  color: #FFFFFF;
  font-size: clamp(2.6875rem, 4.3402777778vw, 5.25rem);
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  .p-topFv__title {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-topFv__title.u-sp {
    width: 100%;
  }
}

.p-topFv__title--ha {
  color: #FFFFFF;
  font-size: clamp(2.6875rem, 4.1493775934vw, 5.25rem);
  font-weight: 700;
  letter-spacing: -0.5em;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .p-topFv__title--ha {
    font-size: 2.75rem;
  }
}

.p-topFv__title--self {
  font-family: "Noto Serif JP", serif;
  letter-spacing: -0.05em;
}

.p-topFv__sub {
  color: #FFFFFF;
  font-size: clamp(1.5rem, 2.3148148148vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: clamp(2.5rem, 4.3402777778vw, 4.6875rem);
  text-align: center;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  .p-topFv__sub {
    font-size: 1.25rem;
    margin-bottom: 0rem;
  }
}

.p-topFv__newsSP {
  background-color: #CCCCCC;
  padding: 1.25rem 1.5rem;
  position: relative;
}

.p-topFv__news {
  margin-inline: auto;
  max-width: clamp(40rem, 52.0833333333vw, 56.25rem);
}

.p-topFv__news--item {
  background-color: #FFFFFF;
  border-radius: 1rem;
  display: block;
  padding: clamp(0.75rem, 1.1574074074vw, 1.25rem);
}
@media screen and (max-width: 1024px) {
  .p-topFv__news--item {
    border-radius: 0.75rem;
    position: relative;
    z-index: 700;
  }
}

.p-topFv__news--flex {
  align-items: center;
  gap: clamp(0.875rem, 1.3888888889vw, 1.5rem);
}

.p-topFv__news--block {
  gap: clamp(0.625rem, 0.8680555556vw, 0.9375rem);
}
@media screen and (max-width: 1024px) {
  .p-topFv__news--block {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.p-topFv__news--img {
  max-width: clamp(4.375rem, 6.1921296296vw, 6.6875rem);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-topFv__news--img {
    max-width: 6.8125rem;
  }
}

.p-topFv__news--text {
  font-size: clamp(0.75rem, 0.9259259259vw, 1rem);
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.3;
  margin-bottom: clamp(0.1875rem, 0.2893518519vw, 0.3125rem);
}
@media screen and (max-width: 1024px) {
  .p-topFv__news--text {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}

.p-topFv__news--date {
  font-size: clamp(0.75rem, 0.9259259259vw, 1rem);
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .p-topFv__news--date {
    font-size: 1rem;
  }
}

.p-topFv__news--arrow {
  max-width: clamp(0.75rem, 0.9837962963vw, 1.0625rem);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}

.p-topFv__news--item:hover .p-topFv__news--arrow {
  -webkit-transform: translateX(0.375rem);
  transform: translateX(0.375rem);
}

.p-topSolution {
  padding-block: clamp(1.25rem, 2.3148148148vw, 2.5rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topSolution {
    padding-block: 6.875rem 3rem;
  }
}

.p-topSolution__left {
  height: 100%;
  left: 0;
  max-width: clamp(35rem, 50.9259259259vw, 55rem);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-topSolution__left {
    max-width: 19.4375rem;
  }
}

.p-topSolution__inner {
  padding-top: clamp(5rem, 9.2592592593vw, 10rem);
  width: clamp(56.25rem, 69.1550925926vw, 74.6875rem);
}
@media screen and (max-width: 767px) {
  .p-topSolution__inner {
    padding-top: 0rem;
  }
}

.p-topSolution__label {
  color: #CC1111;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.125rem, 1.8518518519vw, 2rem);
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: clamp(0.375rem, 0.462962963vw, 0.5rem);
  padding-right: clamp(11.875rem, 16.2037037037vw, 18.125rem);
  position: absolute;
  right: 0;
  text-align: right;
  top: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-topSolution__label {
    font-size: 2rem;
    margin-bottom: 1.875rem;
    max-width: 21.5625rem;
    padding-right: 0rem;
    top: -5rem;
  }
}

.p-topSolution__box {
  background-color: #EEDDCC;
  margin-bottom: clamp(3.75rem, 6.9444444444vw, 7.5rem);
  margin-left: auto;
  max-width: clamp(37.5rem, 49.3055555556vw, 53.25rem);
  padding: clamp(1.25rem, 2.3148148148vw, 2.5rem);
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-topSolution__box {
    margin-bottom: 3rem;
    margin-inline: auto;
    max-width: 21.5625rem;
    padding: 1.5rem 1.25rem;
  }
}

.p-topSolution__box::before {
  background-color: #CC1111;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: clamp(0.375rem, 0.5208333333vw, 0.5625rem);
}
@media screen and (max-width: 767px) {
  .p-topSolution__box::before {
    width: 0.5625rem;
  }
}

.p-topSolution__box::after {
  border-color: #EEDDCC transparent transparent transparent;
  border-style: solid;
  border-width: clamp(1.25rem, 2.3148148148vw, 2.5rem) clamp(1.25rem, 2.3148148148vw, 2.5rem) 0 0;
  bottom: clamp(-1.4375rem, -1.7361111111vw, -2.4375rem);
  content: "";
  height: 0;
  left: clamp(1.25rem, 2.3148148148vw, 2.5rem);
  position: absolute;
  width: 0;
}
@media screen and (max-width: 767px) {
  .p-topSolution__box::after {
    border-width: 1.5rem 1.5rem 0 0;
    bottom: -1.4375rem;
    left: 1.5625rem;
  }
}

.p-topSolution__content {
  align-items: center;
  display: flex;
  gap: clamp(0.875rem, 1.3888888889vw, 1.5rem);
  justify-content: space-between;
  padding-right: clamp(7.5rem, 11.5740740741vw, 12.5rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topSolution__content {
    gap: 0;
    padding-right: 0;
  }
}

.p-topSolution__content--lead {
  font-size: clamp(1rem, 1.3888888889vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.25;
  margin-bottom: clamp(0.375rem, 0.462962963vw, 0.5rem);
}
@media screen and (max-width: 767px) {
  .p-topSolution__content--lead {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}

.p-topSolution__content--text {
  font-size: clamp(1.25rem, 1.8518518519vw, 2rem);
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.25;
  margin-bottom: clamp(0.375rem, 0.462962963vw, 0.5rem);
}
@media screen and (max-width: 767px) {
  .p-topSolution__content--text {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
}

.p-topSolution__content--date {
  font-size: clamp(0.75rem, 0.9259259259vw, 1rem);
  letter-spacing: 0em;
  line-height: 1.25;
  margin-bottom: clamp(0.875rem, 1.3888888889vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .p-topSolution__content--date {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

.p-topSolution__content--actions {
  gap: clamp(0.5rem, 0.6944444444vw, 0.75rem);
}
@media screen and (max-width: 767px) {
  .p-topSolution__content--actions {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.p-topSolution__content--btn {
  background-color: #333333;
  border-radius: 1.25rem;
  color: #FFFFFF;
  font-size: clamp(0.75rem, 1.1574074074vw, 1.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
  max-width: clamp(11.25rem, 15.0462962963vw, 16.25rem);
  padding-block: clamp(0.375rem, 0.462962963vw, 0.5rem);
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
}
.p-topSolution__content--btn:hover {
  background-color: #FFFFFF;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-topSolution__content--btn {
    font-size: 1rem;
    max-width: 100%;
    padding-block: 0.625rem;
  }
}

.p-topSolution__content--media {
  -webkit-transform: translateY(-50%);
  flex-shrink: 0;
  max-width: clamp(10rem, 13.1076388889vw, 14.15625rem);
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-topSolution__content--media {
    max-width: 6.25rem;
    top: 30%;
  }
}

.p-topSolution__content--media img {
  display: block;
  height: auto;
  width: 100%;
}

.p-topSolution__group {
  position: relative;
}

.p-topSolution__img {
  max-width: clamp(22.5rem, 32.8125vw, 35.4375rem);
  position: absolute;
  right: clamp(-1.875rem, -2.8935185185vw, -3.125rem);
  top: clamp(-1.5rem, -2.3148148148vw, -2.5rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-topSolution__img {
    margin-bottom: 2rem;
    margin-inline: auto;
    margin-top: -3.125rem;
    position: static;
  }
}

.p-topSolution__title {
  font-size: clamp(3.5rem, 5.5555555556vw, 6rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-bottom: clamp(1.25rem, 1.8518518519vw, 2rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topSolution__title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}

.p-topSolution__title--min {
  display: block;
  font-size: clamp(2.25rem, 3.7037037037vw, 4rem);
}
@media screen and (max-width: 767px) {
  .p-topSolution__title--min {
    font-size: 2rem;
  }
}

.p-topSolution__title--red {
  color: #CC1111;
}

.p-topSolution__text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: clamp(1.25rem, 4.1666666667vw, 2rem);
}
@media screen and (max-width: 767px) {
  .p-topSolution__text {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.p-topSolution__text:last-child {
  margin-bottom: 0;
}

.p-topSolution__items {
  display: grid;
  gap: clamp(0.625rem, 0.9259259259vw, 1rem);
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  max-width: clamp(38.75rem, 51.8518518519vw, 56rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-topSolution__items {
    gap: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-topSolution__item {
  background-color: #DDDDDD;
  border-radius: 1.64375rem;
  box-shadow: inset 0.164375rem 0.164375rem 0.164375rem rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: clamp(1rem, 1.3888888889vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.25;
  padding-block: clamp(0.5rem, 0.7523148148vw, 0.8125rem);
  text-align: center;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-topSolution__item:hover {
  -webkit-transform: translateY(-0.375rem);
  transform: translateY(-0.375rem);
}
@media screen and (max-width: 767px) {
  .p-topSolution__item {
    border-radius: 1.75rem;
    font-size: 1rem;
    padding-block: 0.875rem;
  }
}

.p-topWorries__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.p-topWorries__media {
  flex: 0 0 clamp(4rem, 6.0185185185vw, 6.5rem);
  height: clamp(420px, 60vw, 661px);
  position: relative;
  width: clamp(4rem, 6.0185185185vw, 6.5rem);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-topWorries__media {
    display: none;
  }
}
.p-topWorries__media img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-topWorries__slider {
  flex: 0 0 calc(100% - clamp(8rem, 12.037037037vw, 13rem));
  height: clamp(420px, 60vw, 661px);
  min-width: 0;
  overflow: hidden;
  position: relative;
  width: calc(100% - clamp(8rem, 12.037037037vw, 13rem));
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-topWorries__slider {
    flex: 1;
    height: auto;
    min-height: unset;
    width: 100%;
  }
}

.p-topWorries__swiper,
.p-topWorries__swiper .swiper-wrapper,
.p-topWorries__swiper .swiper-slide,
.p-topWorries__card {
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .p-topWorries__swiper,
  .p-topWorries__swiper .swiper-wrapper,
  .p-topWorries__swiper .swiper-slide,
  .p-topWorries__card {
    height: auto;
  }
}
.p-topWorries__card img {
  -o-object-fit: cover;
  -o-object-position: right;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: right;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card img {
    -o-object-position: top;
    object-position: top;
  }
}

.p-topWorries__card {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card > picture {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
}

.p-topWorries__cardTexts {
  -webkit-transform: translateY(-50%);
  color: #333333;
  left: clamp(2.5rem, 5.4976851852vw, 5.9375rem);
  padding: clamp(20px, 1.1574074074vw, 6.25rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-topWorries__cardTexts {
    -webkit-transform: none;
    left: 0;
    max-width: 100%;
    padding: 1.25rem 1rem 1.875rem;
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
    z-index: 2;
  }
}

.p-topWorries__card--title {
  align-items: center;
  font-size: clamp(1.75rem, 2.7777777778vw, 3rem);
  font-weight: 700;
  gap: clamp(0.5rem, 0.9259259259vw, 1rem);
  letter-spacing: 0em;
  line-height: 1.2;
  margin-bottom: clamp(1.25rem, 2.1412037037vw, 2.3125rem);
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--title {
    align-items: flex-start;
    flex-direction: column;
    font-size: 1.5rem;
    gap: 0.1875rem;
    margin-bottom: 2rem;
  }
}

.p-topWorries__card--titleImg {
  max-width: clamp(12.5rem, 18.5185185185vw, 20rem);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--titleImg {
    max-width: 12.6875rem;
  }
}

.p-topWorries__title {
  font-size: clamp(1rem, 0.75rem + 0.8vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: clamp(0.375rem, 0.5787037037vw, 0.625rem);
}
@media screen and (max-width: 1024px) {
  .p-topWorries__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.p-topWorries__nav {
  -webkit-transform: translateY(-50%);
  background-color: transparent;
  background-image: url("/wp-content/themes/enjin/img/top/slide_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  border-radius: 50%;
  height: clamp(2rem, 2.7777777778vw, 3rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(2rem, 2.7777777778vw, 3rem);
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .p-topWorries__nav {
    -webkit-transform: translateY(0);
    height: 3rem;
    top: 18.75rem;
    transform: translateY(0);
    width: 3rem;
  }
}

.p-topWorries__nav::after {
  content: "";
}

.p-topWorries__nav--prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
  left: clamp(2.5rem, 4.6296296296vw, 5rem);
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .p-topWorries__nav--prev {
    -webkit-transform: rotate(180deg);
    left: 0.3125rem;
    transform: rotate(180deg);
  }
}

.p-topWorries__nav--next {
  right: clamp(2.5rem, 4.6296296296vw, 5rem);
}
@media screen and (max-width: 1024px) {
  .p-topWorries__nav--next {
    right: 0.3125rem;
  }
}

.p-topWorries__card--items {
  display: grid;
  gap: clamp(0.875rem, 1.3888888889vw, 1.5rem);
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--items {
    gap: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-topWorries__card--item {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 2.5rem;
  box-shadow: inset 0.3125rem 0.3125rem 0.3125rem rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: clamp(13.75rem, 20.2546296296vw, 21.875rem);
  max-width: 21.875rem;
  padding-block: clamp(0.875rem, 0.0138888889 * (100vw - 12rem), 1.5rem);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--item {
    border-radius: 2rem;
    padding-block: 1.75rem;
  }
}

.p-topWorries__card--item-img {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  max-width: 17.875rem;
  max-width: clamp(10rem, 16.5509259259vw, 17.875rem);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--item-img {
    max-width: 14.375rem;
  }
}
.p-topWorries__card--item-img img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-topWorries__card--item-img02 {
  max-width: 21.875rem;
  max-width: clamp(11.25rem, 20.2546296296vw, 21.875rem);
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--item-img02 {
    max-width: 17.5rem;
  }
}

.p-topWorries__card--item-img03 {
  max-width: 17.875rem;
  max-width: clamp(10rem, 160px + 126 * (100vw - 1025px) / 703, 17.875rem);
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--item-img03 {
    max-width: 15rem;
  }
}

.p-topWorries__card--item-img04 {
  max-width: 17.875rem;
  max-width: clamp(10rem, 140px + 126 * (100vw - 1025px) / 703, 17.875rem);
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--item-img04 {
    max-width: 14.375rem;
  }
}

.p-topWorries__card--item-img05 {
  max-width: 17.875rem;
  max-width: clamp(10rem, 180px + 126 * (100vw - 1025px) / 703, 17.875rem);
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--item-img05 {
    max-width: 15rem;
  }
}

.p-topWorries__card--item-img06 {
  max-width: 17.875rem;
  max-width: clamp(10.625rem, 160px + 126 * (100vw - 1025px) / 703, 17.875rem);
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--item-img06 {
    max-width: 15rem;
  }
}

.p-topWorries__card--item-img07 {
  max-width: 18.0625rem;
  max-width: clamp(10.625rem, 160px + 126 * (100vw - 1025px) / 703, 17.875rem);
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--item-img07 {
    max-width: 15rem;
  }
}

.p-topWorries__card--item-img08 {
  max-width: 17.875rem;
  max-width: clamp(10.625rem, 160px + 126 * (100vw - 1025px) / 703, 17.875rem);
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--item-img08 {
    max-width: 15rem;
  }
}

.p-topWorries__card--item-img09 {
  max-width: 17.875rem;
  max-width: clamp(10.625rem, 160px + 126 * (100vw - 1025px) / 703, 17.875rem);
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--item-img09 {
    max-width: 13.75rem;
  }
}

.p-topWorries__card--item-img10 {
  max-width: 18.375rem;
  max-width: clamp(10.625rem, 160px + 126 * (100vw - 1025px) / 703, 17.875rem);
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--item-img10 {
    max-width: 14.375rem;
  }
}

.p-topWorries__card--item-img11 {
  max-width: 17.875rem;
  max-width: clamp(11.25rem, 160px + 126 * (100vw - 1025px) / 703, 17.875rem);
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--item-img11 {
    max-width: 14.375rem;
  }
}

.p-topWorries__card--item-img12 {
  max-width: 19.3125rem;
  max-width: clamp(10.9375rem, 160px + 126 * (100vw - 1025px) / 703, 17.875rem);
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--item-img12 {
    max-width: 14.375rem;
  }
}

.p-topWorries__card--item-img13 {
  max-width: 21.875rem;
}

.p-topWorries__card--item-img14 {
  max-width: 17.875rem;
  max-width: clamp(10.3125rem, 160px + 126 * (100vw - 1025px) / 703, 17.875rem);
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--item-img14 {
    max-width: 14.375rem;
  }
}

.p-topWorries__card--item-img15 {
  max-width: 17.875rem;
  max-width: clamp(10.625rem, 160px + 126 * (100vw - 1025px) / 703, 17.875rem);
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--item-img15 {
    max-width: 14.375rem;
  }
}

.p-topWorries__card--itemText {
  flex: 1;
  font-size: clamp(0.875rem, 1.1574074074vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin-block: clamp(0.75rem, 1.1574074074vw, 1.25rem);
  padding-inline: clamp(1.25rem, 1.7361111111vw, 1.875rem);
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--itemText {
    font-size: 1rem;
    margin-block: 1.125rem;
  }
}

.p-topWorries__card--itemBtn {
  padding-inline: clamp(1.25rem, 1.7361111111vw, 1.875rem);
  width: 100%;
}

.p-topWorries__card--itemLink {
  background-color: #CC1111;
  border-radius: 1.8125rem;
  color: #FFFFFF;
  display: block;
  font-size: clamp(0.875rem, 1.1574074074vw, 1.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
  padding-block: clamp(0.625rem, 0.9837962963vw, 1.0625rem);
  text-align: center;
  transition: opacity 0.3s ease;
}
.p-topWorries__card--itemLink:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .p-topWorries__card--itemLink {
    font-size: 1rem;
    padding-block: 0.75rem;
  }
}

.p-topLimited {
  position: relative;
}

.p-topLimited__free {
  max-width: clamp(450px, 450px + 340 * (100vw - 1025px) / 895, 790px);
  position: absolute;
  right: 0;
  top: clamp(7.5rem, 120px + 80 * (100vw - 1024px) / 704, 12.5rem);
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .p-topLimited__free {
    max-width: 33.125rem;
    top: 8.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topLimited__free {
    max-width: 21.375rem;
    top: 21.5625rem;
  }
}

.p-topLimited__block {
  background: linear-gradient(180deg, #CC1111 0%, #660000 100%);
  padding-block: clamp(1.75rem, 28px + 17 * (100vw - 768px) / 960, 2.8125rem) clamp(3.125rem, 50px + 30 * (100vw - 768px) / 960, 5rem);
}
@media screen and (max-width: 767px) {
  .p-topLimited__block {
    padding-block: 2.5rem 2.5rem;
  }
}

.p-topLimited__inner {
  padding-inline: clamp(0px, -3.47222vw + 66.667px, 40px);
  width: 76.25rem;
}
@media screen and (max-width: 767px) {
  .p-topLimited__inner {
    padding-inline: 0.625rem;
  }
}

.p-topLimited__flex {
  align-items: center;
  gap: clamp(0.375rem, 6px + 4 * (100vw - 768px) / 960, 0.625rem);
}
@media screen and (max-width: 767px) {
  .p-topLimited__flex {
    align-items: start;
    gap: 0rem;
    margin-inline: auto;
    max-width: 23.75rem;
    width: 100%;
  }
}

.p-topLimited__lead {
  align-items: center;
  color: #440000;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(3.5rem, 56px + 40 * (100vw - 1024px) / 896, 6rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-topLimited__lead {
    font-size: 3.875rem;
  }
}

.p-topLimited__lead--vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-size: clamp(1.75rem, 28px + 20 * (100vw - 768px) / 960, 3rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 0.95;
  margin-top: clamp(0.375rem, 6px + 4 * (100vw - 768px) / 960, 0.625rem);
  text-orientation: upright;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-topLimited__lead--vertical {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}

.p-topLimited__lead--num {
  font-size: clamp(4.5rem, 72px + 56 * (100vw - 768px) / 960, 8rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-topLimited__lead--num {
    font-size: 5.25rem;
  }
}

.p-topLimited__min {
  color: #FFFFFF;
  font-family: "noto sans", sans-serif;
  font-size: clamp(1.25rem, 20px + 14 * (100vw - 768px) / 960, 2.25rem);
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-topLimited__min {
    font-size: 1.25rem;
    letter-spacing: 0.35em;
    line-height: 1.35;
    margin-left: auto;
    margin-top: 0;
    text-align: center;
  }
}

.p-topLimited__wide {
  padding-inline: 0;
  padding-inline: clamp(0px, -1.73611vw + 33.333px, 20px);
  width: clamp(60rem, 960px + 305 * (100vw - 768px) / 960, 79.6875rem);
  width: 79.6875rem;
}

.p-topLimited__group {
  max-width: clamp(21.25rem, 340px + 325 * (100vw - 1024px) / 704, 41.5625rem);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-topLimited__group {
    max-width: 26.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topLimited__group {
    margin-inline: auto;
    max-width: 20.625rem;
  }
}

.p-topLimited__title {
  color: #FFFFFF;
  font-size: clamp(2.0625rem, 33px + 31 * (100vw - 1024px) / 704, 4rem);
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 1.25;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .p-topLimited__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topLimited__title {
    font-size: 2rem;
    margin-block: 1rem 0.5rem;
    text-align: left;
  }
}
.p-topLimited__title span {
  letter-spacing: -0.01em;
}

.p-topLimited__price {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 20px + 12 * (100vw - 768px) / 960, 2rem);
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.25;
  margin-bottom: clamp(1rem, 16px + 11 * (100vw - 768px) / 960, 1.6875rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-topLimited__price {
    font-size: 1.5rem;
    margin-bottom: 11.875rem;
    text-align: left;
  }
}
.p-topLimited__price span {
  font-size: clamp(1.5rem, 24px + 16 * (100vw - 768px) / 960, 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-topLimited__price span {
    font-size: 1.75rem;
  }
}

.p-topLimited__btn {
  background-color: #FFFFFF;
  border-radius: 2rem;
  text-align: center;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-topLimited__btn:hover {
  -webkit-transform: translateY(-0.375rem);
  transform: translateY(-0.375rem);
}
@media screen and (max-width: 767px) {
  .p-topLimited__btn {
    position: relative;
    z-index: 10;
  }
}

.p-topLimited__link {
  color: #CC1111;
  display: block;
  font-size: clamp(0.875rem, 14px + 10 * (100vw - 768px) / 960, 1.5rem);
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.25;
  padding-block: clamp(0.625rem, 10px + 7 * (100vw - 768px) / 960, 1.0625rem);
}
@media screen and (max-width: 767px) {
  .p-topLimited__link {
    font-size: 1.5rem;
    padding-block: 0.625rem;
  }
}

.p-topLimited__media {
  background-color: #EEDDCC;
  padding-block: clamp(2.5rem, 40px + 40 * (100vw - 768px) / 960, 5rem);
}
@media screen and (max-width: 767px) {
  .p-topLimited__media {
    padding-block: 2.5rem;
  }
}

.p-topLimited__media--inner {
  width: clamp(60rem, 960px + 300 * (100vw - 768px) / 960, 78.75rem);
  width: 78.75rem;
}

.p-topLimited__media--title {
  font-size: clamp(1.5rem, 24px + 16 * (100vw - 768px) / 960, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: clamp(1.25rem, 20px + 20 * (100vw - 768px) / 960, 2.5rem);
}
.p-topLimited__media--title span {
  color: #CC1111;
}
@media screen and (max-width: 767px) {
  .p-topLimited__media--title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.p-topLimited__media--wrap {
  display: flex;
  overflow: hidden;
}

.p-topLimited__media--list {
  -webkit-margin-end: clamp(0.625rem, 10px + 5 * (100vw - 768px) / 960, 0.9375rem);
  align-items: center;
  display: flex;
  gap: clamp(0.625rem, 10px + 5 * (100vw - 768px) / 960, 0.9375rem);
  list-style: none;
  margin-inline-end: clamp(0.625rem, 10px + 5 * (100vw - 768px) / 960, 0.9375rem);
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-topLimited__media--list {
    -webkit-margin-end: 1rem;
    gap: 1rem;
    margin-inline-end: 1rem;
  }
}

.p-topLimited__media--item {
  max-width: clamp(8.75rem, 140px + 82 * (100vw - 768px) / 960, 13.875rem);
  width: 15.3846153846vw;
}
@media screen and (max-width: 767px) {
  .p-topLimited__media--item {
    width: 80vw;
  }
}

.p-topLimited__media--item > img {
  width: 100%;
}

.p-topLimited__tiktok {
  background-color: #333333;
  padding-block: clamp(1.5rem, 24px + 16 * (100vw - 768px) / 960, 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-topLimited__tiktok {
    padding-block: 2.5rem;
  }
}

.p-topLimited__tiktok--flex {
  align-items: center;
  gap: clamp(1.25rem, 20px + 20 * (100vw - 768px) / 960, 2.5rem);
  margin-inline: auto;
  max-width: clamp(43.75rem, 700px + 300 * (100vw - 768px) / 960, 62.5rem);
  width: 100%;
}

.p-topLimited__tiktok--group {
  flex: 1;
}

.p-topLimited__tiktok--flex-sp {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 12px + 8 * (100vw - 768px) / 960, 1.25rem);
}
@media screen and (max-width: 767px) {
  .p-topLimited__tiktok--flex-sp {
    gap: 1rem;
    padding-inline: 1.5rem;
  }
}

.p-topLimited__tiktok--head {
  align-items: center;
  display: flex;
  gap: clamp(0.75rem, 12px + 8 * (100vw - 768px) / 960, 1.25rem);
}
@media screen and (max-width: 767px) {
  .p-topLimited__tiktok--head {
    align-items: end;
    gap: 0.875rem;
    justify-content: center;
  }
}

.p-topLimited__tiktok--body {
  width: 100%;
}

.p-topLimited__tiktok--img {
  max-width: clamp(10rem, 160px + 93 * (100vw - 768px) / 960, 15.8125rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-topLimited__tiktok--img {
    left: 0;
    max-width: 6.8125rem;
    position: absolute;
    top: -3.75rem;
  }
}

.p-topLimited__tiktok--title {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.5rem, 24px + 16 * (100vw - 768px) / 960, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.25;
  margin-bottom: clamp(1.25rem, 20px + 12 * (100vw - 768px) / 960, 2rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topLimited__tiktok--title {
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-bottom: 0;
    padding-left: 7.5rem;
    position: relative;
    text-align: left;
  }
}

.p-topLimited__tiktok--text {
  background-color: #DEC3A8;
  border-radius: 2.5rem;
  font-size: clamp(1.125rem, 18px + 14 * (100vw - 768px) / 960, 2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-bottom: clamp(0.875rem, 14px + 10 * (100vw - 768px) / 960, 1.5rem);
  padding-block: clamp(0.375rem, 6px + 4 * (100vw - 768px) / 960, 0.625rem);
  text-align: center;
}
.p-topLimited__tiktok--text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-topLimited__tiktok--text {
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-block: 0.75rem;
  }
}

.p-topMethod {
  margin-bottom: clamp(2.5rem, 4.6296296296vw, 5rem);
  padding-top: clamp(5rem, 9.2592592593vw, 10rem);
}
@media screen and (max-width: 1024px) {
  .p-topMethod {
    margin-bottom: 2.5rem;
    padding-top: 3rem;
  }
}

.p-topMethod__inner {
  width: clamp(60rem, 72.9166666667vw, 78.75rem);
}

.p-topMethod__title {
  font-size: clamp(1.5rem, 2.3148148148vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-bottom: clamp(1.25rem, 2.3148148148vw, 2.5rem);
  text-align: center;
}
.p-topMethod__title span {
  color: #CC1111;
}
@media screen and (max-width: 1024px) {
  .p-topMethod__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.p-topMethod__items {
  display: grid;
  gap: clamp(1.25rem, 2.3148148148vw, 2.5rem);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1024px) {
  .p-topMethod__items {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
}

.p-topMethod__item {
  background-color: #FFEEEE;
  border-radius: 1.5rem;
  box-shadow: inset 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.25);
  padding: clamp(1.25rem, 2.3148148148vw, 2.5rem);
}
@media screen and (max-width: 1024px) {
  .p-topMethod__item {
    padding: 2rem;
  }
}

.p-topMethod__text {
  font-size: clamp(1.25rem, 1.8518518519vw, 2rem);
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: clamp(0.75rem, 1.1574074074vw, 1.25rem);
}
@media screen and (max-width: 1024px) {
  .p-topMethod__text {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}

.p-topMethod__frame {
  background-color: #333333;
  border-radius: 1.5rem;
  color: #FFFFFF;
  font-size: clamp(0.875rem, 1.1574074074vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-bottom: clamp(0.625rem, 0.9259259259vw, 1rem);
  padding-block: clamp(0.5rem, 0.6944444444vw, 0.75rem);
  text-align: center;
}
.p-topMethod__frame:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .p-topMethod__frame {
    border-radius: 2.25rem;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-block: 0.75rem;
  }
}

.p-topVoice {
  padding-bottom: clamp(7.5rem, 15.3356481481vw, 16.5625rem);
}
@media screen and (max-width: 1024px) {
  .p-topVoice {
    padding-bottom: 9.375rem;
  }
}

.p-topVoice__inner {
  width: clamp(60rem, 72.9166666667vw, 78.75rem);
}

.p-topVoice__title {
  font-size: clamp(1.5rem, 2.3148148148vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-bottom: clamp(1.25rem, 2.3148148148vw, 2.5rem);
  text-align: center;
}
.p-topVoice__title span {
  color: #CC1111;
}
@media screen and (max-width: 1024px) {
  .p-topVoice__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.p-topVoice__items {
  display: grid;
  gap: clamp(1.25rem, 2.3148148148vw, 2.5rem);
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .p-topVoice__items {
    gap: 8.4375rem;
    grid-template-columns: 1fr;
  }
}

.p-topVoice__item {
  background-color: #EEEEEE;
  display: flex;
  flex-direction: column;
  position: relative;
}

.p-topVoice__item--group {
  flex: 1;
  padding: clamp(1.25rem, 1.8518518519vw, 2rem);
}
@media screen and (max-width: 1024px) {
  .p-topVoice__item--group {
    padding: 1.5rem;
  }
}

.p-topVoice__item--title {
  font-size: clamp(1rem, 1.3888888889vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: clamp(0.625rem, 0.9259259259vw, 1rem);
}
@media screen and (max-width: 1024px) {
  .p-topVoice__item--title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.p-topVoice__item--text {
  font-size: clamp(0.75rem, 0.9259259259vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .p-topVoice__item--text {
    font-size: 1rem;
  }
}

.p-topVoice__item--triangle {
  -webkit-transform: translateX(-50%);
  background: linear-gradient(180deg, #CC1111 0%, #660000 100%);
  bottom: -15%;
  clip-path: polygon(0 100%, 100% 100%, 50% 0);
  height: clamp(7.5rem, 10.4166666667vw, 11.25rem);
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-topVoice__item--triangle {
    height: 11.25rem;
  }
}

.p-topVoice__item--triangle-block {
  height: 100%;
  position: relative;
}

.p-topVoice__item--triangle-position {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 65%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-topVoice__item--triangle-text {
  color: #FFFFFF;
  font-size: clamp(0.875rem, 1.1574074074vw, 1.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-topVoice__item--triangle-text {
    font-size: 1.25rem;
  }
}

.p-topVoice__item--triangle-big {
  color: #FFFFFF;
  font-size: clamp(1.375rem, 2.0833333333vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-topVoice__item--triangle-big {
    font-size: 2.25rem;
  }
}

.p-topNews {
  background-color: rgba(153, 153, 153, 0.25);
  padding-block: 2.5rem;
}

.p-topNews__inner {
  width: 78.75rem;
}

.p-topNews__box {
  background-color: #FFFFFF;
  padding: clamp(1.25rem, 2.3148148148vw, 2.5rem);
}
@media screen and (max-width: 1024px) {
  .p-topNews__box {
    padding: 1.25rem;
  }
}

.p-topNews__title {
  align-items: center;
  display: inline-flex;
  font-size: clamp(0.875rem, 1.1574074074vw, 1.25rem);
  gap: clamp(0.5rem, 0.6944444444vw, 0.75rem);
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: clamp(0.625rem, 0.9259259259vw, 1rem);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-topNews__title {
    font-size: 1.25rem;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
}

.p-topNews__title::before {
  background-color: #333333;
  content: "";
  height: clamp(0.875rem, 1.1574074074vw, 1.25rem);
  width: clamp(0.25rem, 0.3472222222vw, 0.375rem);
}
@media screen and (max-width: 1024px) {
  .p-topNews__title::before {
    height: 1.25rem;
    width: 0.1875rem;
  }
}

.p-topNews__list {
  align-items: center;
  margin-bottom: clamp(0.5rem, 0.6944444444vw, 0.75rem);
}
.p-topNews__list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .p-topNews__list {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 0rem;
  }
  .p-topNews__list:nth-child(n+2) {
    display: none;
  }
}

.p-topNews__list--group {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .p-topNews__list--group {
    order: 1;
    width: 100%;
  }
}

.p-topNews__list--date {
  font-size: clamp(0.6875rem, 0.8101851852vw, 0.875rem);
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-topNews__list--date {
    font-size: 0.875rem;
  }
}

.p-topNews__link-category {
  background-color: #CC1111;
  border-radius: 0.1875rem;
  color: #FFFFFF;
  font-size: clamp(0.5625rem, 0.6365740741vw, 0.6875rem);
  letter-spacing: 0em;
  line-height: 1;
  padding: clamp(0.1875rem, 0.2604166667vw, 0.28125rem) clamp(0.3125rem, 0.4340277778vw, 0.46875rem);
}
@media screen and (max-width: 1024px) {
  .p-topNews__link-category {
    font-size: 0.6875rem;
    padding: 0.28125rem 0.46875rem;
  }
}

.p-topNews__list--text {
  font-size: clamp(0.75rem, 0.9259259259vw, 1rem);
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .p-topNews__list--text {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.75rem;
    margin-top: 0.5rem;
  }
}

.p-topNews__link {
  align-items: center;
  color: #AA8866;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.75rem, 0.9259259259vw, 1rem);
  letter-spacing: 0.03em;
  line-height: 1.3125;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-topNews__link {
    align-self: flex-end;
    font-size: 1rem;
    order: 2;
  }
}

.p-topNews__link::before {
  -webkit-transform: translateY(-50%);
  background-color: #DDDDDD;
  content: "";
  height: clamp(0.875rem, 1.1574074074vw, 1.25rem);
  left: -1.1574074074vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(0.0625rem, 0.0578703704vw, 0.0625rem);
}
@media screen and (max-width: 1024px) {
  .p-topNews__link::before {
    height: 1.25rem;
    left: -1.25rem;
    width: 0.0625rem;
  }
}

.p-topBanner {
  padding-block: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-topBanner {
    padding-block: 1.5rem;
  }
}

.p-topBanner__wrap {
  display: flex;
  overflow: hidden;
}

.p-topBanner__list {
  -webkit-margin-end: 1.5rem;
  align-items: center;
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin-inline-end: 1.5rem;
  padding: 0;
}

.p-topBanner__item {
  max-width: 26.875rem;
  position: relative;
  width: 22.395vw;
}
@media screen and (max-width: 1024px) {
  .p-topBanner__item {
    width: 80vw;
  }
}

.p-topBanner__item > img {
  width: 100%;
}

.p-topBanner__item img {
  border-radius: 1.25rem;
}

.p-topBanner__item--block {
  -webkit-transform: translateX(-50%);
  bottom: clamp(0.625rem, 0.8680555556vw, 0.9375rem);
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-topBanner__item--block {
    bottom: 0.9375rem;
  }
}

.p-topBanner__item--link {
  background-color: #FFFFFF;
  border-radius: 2rem;
  color: #CC1111;
  display: block;
  font-size: clamp(0.875rem, 1.1574074074vw, 1.25rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.25;
  margin-inline: auto;
  max-width: clamp(12.5rem, 16.2037037037vw, 17.5rem);
  padding-block: clamp(0.5rem, 0.6944444444vw, 0.75rem);
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
}
.p-topBanner__item--link:hover {
  background-color: #CC1111;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .p-topBanner__item--link {
    font-size: 1.25rem;
    max-width: 85%;
    padding-block: 0.1875rem;
  }
}

.p-topBanner__item:last-child .p-topBanner__item--link {
  background-color: #666666;
  color: #FFFFFF;
  transition: background-color 0.3s ease;
}
.p-topBanner__item:last-child .p-topBanner__item--link:hover {
  background-color: #FFFFFF;
  color: #666666;
}

.u-flex {
  display: flex;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .u-pc {
    display: none;
  }
}

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

.u-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-sp {
    display: block;
  }
}

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