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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

option {
  color: black;
}

html {
  font-size: 10px;
}

@media screen and (max-width: 1024.98px) {
  html {
    font-size: 2.5641025641vw;
  }
}
body {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 1025px) {
  .u-hidden-sp {
    display: block;
  }
}

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

.u-fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.5s ease-out 0.5s;
}
.u-fadeIn.show {
  opacity: 1;
  transform: translateY(0);
}

.l-inner {
  max-width: 128.8rem;
  padding-inline: 2.4rem;
  margin-inline: auto;
}

@media (any-hover: hover) {
  .c-button a:hover .c-buttonInner {
    opacity: 0.7;
  }
}

.c-buttonInner {
  width: 100%;
  height: 7.2rem;
  display: grid;
  place-items: center;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 1025px) {
  .c-buttonInner {
    border-radius: 3.6rem;
    position: relative;
  }
}
.c-buttonInner.yellowBtn {
  background: linear-gradient(180deg, #FBC244, #844C04);
}
.c-buttonInner.greenBtn {
  background: linear-gradient(180deg, #12C8BC, #086081);
}
.c-buttonInner.purpleBtn {
  background: linear-gradient(180deg, #7D62EF, #440978);
}
.c-buttonInner .subText {
  display: none;
}
@media screen and (min-width: 1025px) {
  .c-buttonInner .subText {
    display: block;
    position: absolute;
    top: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
    width: 20rem;
    padding-block: 0.3rem;
    border-radius: 1.6rem;
    background: #FFFFFF;
  }
  .c-buttonInner .subText::after {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.6rem;
    aspect-ratio: 16/6;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: #FFFFFF;
  }
  .c-buttonInner .subText p {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.46;
  }
}
.c-buttonInner .mainText {
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .c-buttonInner .mainText {
    font-size: 2rem;
    line-height: 1.45;
  }
}

.c-section_title {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .c-section_title {
    gap: 1.7rem;
  }
}
.c-section_title p {
  font-family: "Oswald", sans-serif;
  font-size: 5.6rem;
  line-height: 1.21;
}
@media screen and (min-width: 1025px) {
  .c-section_title p {
    font-size: 6.4rem;
  }
}
.c-section_title h2 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.44;
  padding-left: 2.2rem;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .c-section_title h2 {
    font-size: 2rem;
    padding-left: 2.5rem;
  }
}
.c-section_title h2::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
.c-section_title.colorWhite p, .c-section_title.colorWhite h2 {
  color: #FFFFFF;
}
.c-section_title.colorBlack p, .c-section_title.colorBlack h2 {
  color: #111111;
}

.c-headingInSec {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.c-headingInSec::before, .c-headingInSec::after {
  content: "";
  position: absolute;
  bottom: 1.6rem;
  width: 3.2rem;
  height: 1px;
  background: #E3E3E3;
}
.c-headingInSec::before {
  left: 0;
}
@media screen and (min-width: 1025px) {
  .c-headingInSec::before {
    left: 1.2rem;
  }
}
.c-headingInSec::after {
  right: 0;
}
@media screen and (min-width: 1025px) {
  .c-headingInSec::after {
    right: 1.2rem;
  }
}
.c-headingInSec p {
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  line-height: 1.47;
}
@media screen and (min-width: 1025px) {
  .c-headingInSec p {
    font-size: 4rem;
  }
}
.c-headingInSec h3 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.33;
}
@media screen and (min-width: 1025px) {
  .c-headingInSec h3 {
    font-size: 1.4rem;
  }
}
.c-headingInSec.colorWhite p, .c-headingInSec.colorWhite h3 {
  color: #FFFFFF;
}
.c-headingInSec.colorWhite::before, .c-headingInSec.colorWhite::after {
  background: #E3E3E3;
}
.c-headingInSec.colorBlack p, .c-headingInSec.colorBlack h3 {
  color: #111111;
}
.c-headingInSec.colorBlack::before, .c-headingInSec.colorBlack::after {
  background: #888888;
}

.l-hero {
  padding-top: 4.8rem;
  padding-bottom: 9.7rem;
  background: url(../../images/shisai4kled_202601/hero-bgImg_sp.webp) no-repeat center top/cover;
}
@media screen and (min-width: 1025px) {
  .l-hero {
    padding-top: 8.8rem;
    padding-bottom: 4.8rem;
    background: url(../../images/shisai4kled_202601/hero-bgImg_pc.webp) no-repeat center top/cover;
  }
}

.p-hero_contents {
  position: relative;
}

.p-hero_4kmark {
  position: absolute;
  top: -3.4rem;
  right: -0.7rem;
  width: 6.7rem;
  aspect-ratio: 67/58;
}
@media screen and (min-width: 1025px) {
  .p-hero_4kmark {
    top: -2.4rem;
    right: 2rem;
    width: 13.2rem;
    aspect-ratio: 132/113;
  }
}

.p-hero_catchphrase {
  width: 33rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (min-width: 1025px) {
  .p-hero_catchphrase {
    width: -moz-fit-content;
    width: fit-content;
    gap: 1.6rem;
  }
}
.p-hero_catchphrase strong,
.p-hero_catchphrase p {
  color: #FFFFFF;
  font-weight: 500;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1025px) {
  .p-hero_catchphrase strong,
  .p-hero_catchphrase p {
    text-align: center;
  }
}
.p-hero_catchphrase strong {
  font-size: 2.8rem;
  line-height: 1.43;
  letter-spacing: 0.11rem;
}
@media screen and (min-width: 1025px) {
  .p-hero_catchphrase strong {
    font-size: 4rem;
    letter-spacing: 0.32rem;
  }
}
.p-hero_catchphrase p {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: -0.01rem;
}
@media screen and (min-width: 1025px) {
  .p-hero_catchphrase p {
    font-size: 2rem;
    letter-spacing: 0.16rem;
  }
}

.p-hero_logo {
  margin-top: 2.2rem;
}
@media screen and (min-width: 1025px) {
  .p-hero_logo {
    margin-top: 5.6rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.p-hero_logoImage {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-hero_logoImage img {
  width: 28.5rem;
  aspect-ratio: 285/18;
}
@media screen and (min-width: 1025px) {
  .p-hero_logoImage img {
    width: 32rem;
    aspect-ratio: 320/20;
  }
}

.p-hero_logoTitle {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
.p-hero_logoTitle strong {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media screen and (min-width: 1025px) {
  .p-hero_logoTitle strong {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
.p-hero_logoTitle strong .firstLine,
.p-hero_logoTitle strong .secondLine {
  color: #FFFFFF;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
.p-hero_logoTitle strong .firstLine {
  font-family: "Oswald", sans-serif;
  font-size: 10.6rem;
  font-weight: 500;
  line-height: 1.07;
  letter-spacing: 0.4rem;
}
@media screen and (min-width: 1025px) {
  .p-hero_logoTitle strong .firstLine {
    font-size: 7.8rem;
    font-weight: 600;
  }
}
.p-hero_logoTitle strong .secondLine {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 1025px) {
  .p-hero_logoTitle strong .secondLine {
    font-size: 6.4rem;
  }
}

.p-hero_script {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-hero_script {
    margin-top: 5.9rem;
    gap: 2.1rem;
  }
}

.p-hero_scriptHead {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 1.1rem 1.9rem;
  border: 0.1rem solid #FFFFFF;
}
@media screen and (min-width: 1025px) {
  .p-hero_scriptHead {
    padding: 1.5rem 3rem;
  }
}
.p-hero_scriptHead p {
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .p-hero_scriptHead p {
    font-size: 2rem;
  }
}

.p-hero_scriptText p {
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .p-hero_scriptText p {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.14rem;
  }
}

.p-hero_buttons {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .p-hero_buttons {
    position: relative;
    margin-top: 8.6rem;
    gap: 4rem;
    width: 100%;
    max-width: 98rem;
    margin-inline: auto;
  }
}
.p-hero_buttons.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.l-lead {
  padding-top: 4rem;
  padding-bottom: 2.1rem;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-lead {
    padding-top: 7.1rem;
    padding-bottom: 2.3rem;
  }
}
.l-lead::before, .l-lead::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.l-lead::before {
  top: 0;
  height: 12rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #F6F6F6;
}
@media screen and (min-width: 1025px) {
  .l-lead::before {
    height: 33.3rem;
  }
}
.l-lead::after {
  bottom: -0.2rem;
  height: 14.4rem;
  clip-path: polygon(50% 0, 100% 74%, 100% 100%, 0 100%, 0 74%);
  background: #111111;
}
@media screen and (min-width: 1025px) {
  .l-lead::after {
    height: 36.6rem;
    clip-path: polygon(50% 0, 100% 91%, 100% 100%, 0 100%, 0 91%);
  }
}

.p-lead_contents {
  position: relative;
}

.p-lead_images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.p-lead_image:nth-child(1) img {
  width: 15.2rem;
  aspect-ratio: 152/224;
}
@media screen and (min-width: 1025px) {
  .p-lead_image:nth-child(1) img {
    width: 46.3rem;
    aspect-ratio: 463/684;
  }
}
.p-lead_image:nth-child(2) img {
  width: 14.6rem;
  aspect-ratio: 146/208;
}
@media screen and (min-width: 1025px) {
  .p-lead_image:nth-child(2) img {
    width: 44.3rem;
    aspect-ratio: 443/629;
  }
}

.p-lead_logo {
  position: absolute;
  z-index: 20;
  bottom: -2.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  padding-left: 1rem;
}
@media screen and (min-width: 1025px) {
  .p-lead_logo {
    bottom: 9.6rem;
    gap: 1.8rem;
    padding-left: 2rem;
  }
}
.p-lead_logo img {
  margin-left: -0.8rem;
  width: 20rem;
  aspect-ratio: 200/12;
}
@media screen and (min-width: 1025px) {
  .p-lead_logo img {
    margin-left: -0.7rem;
    width: 321px;
    aspect-ratio: 321/20;
  }
}
.p-lead_logo p {
  font-family: "Oswald", sans-serif;
  color: #C3C3C3;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.46;
  letter-spacing: 1.01rem;
}
@media screen and (min-width: 1025px) {
  .p-lead_logo p {
    font-size: 5.4rem;
    letter-spacing: 2.16rem;
  }
}

.l-strengths {
  padding-top: 9.7rem;
  padding-bottom: 8.8rem;
  background: #111111;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-strengths {
    padding-top: 1rem;
  }
}
.l-strengths::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 51.4rem;
  left: 0;
  width: 100%;
  aspect-ratio: 390/196;
  background: url(../../images/shisai4kled_202601/strengths-headbg_sp.webp) no-repeat center center/100% auto;
}
@media screen and (min-width: 1025px) {
  .l-strengths::after {
    top: -3rem;
    aspect-ratio: 1920/960;
    background: url(../../images/shisai4kled_202601/strengths-headbg_pc.webp) no-repeat center center/100% auto;
  }
}
.l-strengths .l-inner {
  position: relative;
  z-index: 10;
}

.p-strengths_headArea {
  margin-top: 8.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
@media screen and (min-width: 1025px) {
  .p-strengths_headArea {
    margin-top: 8rem;
    justify-content: center;
    position: relative;
    height: 46.4rem;
    padding-bottom: 0.4rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1360px) {
  .p-strengths_headArea {
    height: clamp(25.5rem, -45.269rem + 73.43vw, 46.4rem);
  }
}
.p-strengths_headArea p {
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.63;
  letter-spacing: 0.22rem;
}
@media screen and (min-width: 1025px) {
  .p-strengths_headArea p {
    font-size: 3.6rem;
    line-height: 1.8;
    letter-spacing: 0.26rem;
  }
}

.p-strengths_headImage {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .p-strengths_headImage {
    margin: 0;
    position: absolute;
    top: 0;
    right: -13.6rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1360px) {
  .p-strengths_headImage {
    right: calc(-1 * clamp(0rem, -41.611rem + 40.6vw, 13.6rem));
  }
}
.p-strengths_headImage img {
  width: 30rem;
  aspect-ratio: 300/255;
}
@media screen and (min-width: 1025px) {
  .p-strengths_headImage img {
    width: 54.6rem;
    aspect-ratio: 546/464;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1360px) {
  .p-strengths_headImage img {
    width: clamp(30rem, -45.269rem + 73.43vw, 54.6rem);
  }
}

.p-strengths_fiveContents {
  margin: 4rem auto 0;
  width: 32.4rem;
  padding: 4.8rem 1.1rem 6.4rem;
  background: url(../../images/shisai4kled_202601/strengthsBox-bg_spNew.webp) no-repeat center top/contain;
}
@media screen and (min-width: 1025px) {
  .p-strengths_fiveContents {
    margin-top: 7.5rem;
    width: 100%;
    padding: 6.5rem 0;
    background: url(../../images/shisai4kled_202601/strengthsBox-bg_pc.webp) no-repeat center top/contain;
  }
}

.p-five_list {
  margin-top: 4.1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.7rem 3rem;
}
@media screen and (min-width: 1025px) {
  .p-five_list {
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    gap: 2.8rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.p-five_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (min-width: 1025px) {
  .p-five_item {
    width: 14.4rem;
  }
}
.p-five_item.mt5 {
  margin-top: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .p-five_item.mt5 {
    margin-top: 0;
  }
}

.p-five_itemIcon img {
  width: 12rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1025px) {
  .p-five_itemIcon img {
    width: 13.6rem;
  }
}

.p-five_itemText p {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.48;
}
@media screen and (min-width: 1025px) {
  .p-five_itemText p {
    font-size: 1.6rem;
  }
}
.p-five_itemText p.firstItem, .p-five_itemText p.secondItem {
  line-height: 1.26;
}
.p-five_itemText p.fifthItem {
  line-height: 0.9;
	padding: 20px 0;
}
.p-five_itemText p .fontSmall {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
}
@media screen and (min-width: 1025px) {
  .p-five_itemText p .fontSmall {
    font-size: 1.1rem;
  }
}
.p-five_itemText p .mark {
  font-size: 1rem;
  vertical-align: super;
  line-height: 1.7;
}
.p-five_itemText p .font11 {
  font-size: 1rem;
}
@media screen and (min-width: 1025px) {
  .p-five_itemText p .font11 {
    font-size: 1.1rem;
  }
}
.p-five_itemText p .font12 {
  display: inline-block;
  margin-top: 0.9rem;
  font-size: 1.2rem;
  line-height: 1.34;
}

.p-strengths_bottomArea {
  margin-top: 6.5rem;
}
@media screen and (min-width: 1025px) {
  .p-strengths_bottomArea {
    margin-top: 7.4rem;
  }
}

.p-strengths_bottomText {
  max-width: 90.3rem;
  padding-inline: 2.4rem;
  margin-inline: auto;
}
.p-strengths_bottomText p {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.p-strSwiperArea {
  margin-top: 3.1rem;
  position: relative;
  overflow: visible;
}

.p-strSwiper {
  padding-bottom: 3.4rem;
}

.p-strSwiper-slide {
  width: 68.4rem;
  margin-inline: 2.8rem;
}
@media screen and (min-width: 1025px) {
  .p-strSwiper-slide {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-strSwiper_image {
  width: -moz-fit-content;
  width: fit-content;
}
.p-strSwiper_image img {
  height: 40rem;
  aspect-ratio: 854/500;
}
@media screen and (min-width: 1025px) {
  .p-strSwiper_image img {
    width: 85.4rem;
    height: 50rem;
  }
}

.p-strSwiper_pagination {
  bottom: -0.7rem !important;
}
.p-strSwiper_pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 0.8rem !important;
  opacity: 1 !important;
  background-color: #888888;
}
.p-strSwiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

.p-strSwiper-prev,
.p-strSwiper-next {
  display: block;
  position: absolute;
  top: -5.5rem;
  width: 3.2rem;
  height: 3.2rem;
  transition: opacity 0.3s ease;
}
.p-strSwiper-prev::after,
.p-strSwiper-next::after {
  display: none;
}
.p-strSwiper-prev:hover,
.p-strSwiper-next:hover {
  opacity: 0.7;
}

.p-strSwiper-prev {
  left: auto;
  right: 6.4rem;
  background: url(../../images/shisai4kled_202601/swiperPrevBtn.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1025px) {
  .p-strSwiper-prev {
    left: calc(50% + 35.5rem);
  }
}

.p-strSwiper-next {
  left: auto;
  right: 2.4rem;
  background: url(../../images/shisai4kled_202601/swiperNextBtn.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1025px) {
  .p-strSwiper-next {
    left: calc(50% + 39.5rem);
  }
}

.l-quality {
  padding-top: 0.9rem;
  padding-bottom: 8.5rem;
  background: #111111;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-quality {
    padding-top: 4.2rem;
    padding-bottom: 20.3rem;
  }
}
.l-quality::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: #111111;
}
.l-quality::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 35rem;
  left: 0;
  width: 100%;
  aspect-ratio: 390/196;
  background: url(../../images/shisai4kled_202601/quality-headbg_sp.webp) no-repeat center center/100% auto;
}
@media screen and (min-width: 1025px) {
  .l-quality::after {
    top: 6rem;
    aspect-ratio: 1920/720;
    background: url(../../images/shisai4kled_202601/quality-headbg_pc.webp) no-repeat center center/100% auto;
  }
}
.l-quality .l-inner {
  position: relative;
  z-index: 10;
}

.p-quality_headArea {
  margin-top: 8.6rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (min-width: 1025px) {
  .p-quality_headArea {
    margin-top: 8rem;
    justify-content: center;
    position: relative;
    height: 46rem;
    padding-bottom: 0.4rem;
  }
}

.p-quality_headText {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-quality_headText {
    width: 47.5%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1085px) {
  .p-quality_headText {
    width: 50.5%;
  }
}
.p-quality_headText::before, .p-quality_headText::after {
  position: absolute;
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.63;
  letter-spacing: 0.22rem;
}
@media screen and (min-width: 1025px) {
  .p-quality_headText::before, .p-quality_headText::after {
    font-size: 3.6rem;
    line-height: 1.8;
    letter-spacing: 0.26rem;
  }
}
.p-quality_headText::before {
  content: "“";
  top: 0;
  left: 0;
}
.p-quality_headText::after {
  content: "”";
  bottom: 0;
  right: 0.4rem;
}
.p-quality_headText p {
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.63;
  letter-spacing: 0.22rem;
}
@media screen and (min-width: 1025px) {
  .p-quality_headText p {
    font-size: 3.6rem;
    line-height: 1.8;
    letter-spacing: 0.26rem;
  }
}

@media screen and (min-width: 1025px) {
  .p-quality_headImage {
    margin: 0;
    position: absolute;
    top: 0;
    right: 50%;
    width: 56rem;
  }
}
.p-quality_headImage img {
  width: 34.2rem;
  aspect-ratio: 342/300;
}
@media screen and (min-width: 1025px) {
  .p-quality_headImage img {
    width: 100%;
    aspect-ratio: 560/460;
  }
}

.p-quality_pointHeading {
  margin-top: 5rem;
  width: 16.8rem;
}
@media screen and (min-width: 1025px) {
  .p-quality_pointHeading {
    margin-top: 6.5rem;
    width: 19rem;
  }
}
.p-quality_pointHeading p {
  font-size: 4rem;
  line-height: 1.4;
}
.p-quality_pointHeading h3 {
  font-size: 1.4rem;
}

.p-quality_point {
  margin-top: 4.2rem;
  display: flex;
  flex-direction: column-reverse;
  gap: 4rem;
}
@media screen and (min-width: 1025px) {
  .p-quality_point {
    margin-top: 11.4rem;
    position: relative;
  }
}

.p-quality_pointList {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}

.p-quality_pointItem {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.p-quality_pointItem .p-quality_pointHead,
.p-quality_pointItem .p-quality_pointSmall {
  color: #FFFFFF;
}
.p-quality_pointItem .p-quality_pointHead {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.p-quality_pointItem .p-quality_pointSmall {
  font-size: 1.4rem;
  line-height: 1.71;
}

@media screen and (min-width: 1025px) {
  .p-quality_pointImage {
    position: absolute;
    top: 0;
    left: 50%;
    width: 72rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1488px) {
  .p-quality_pointImage {
    width: clamp(48rem, -49.483rem + 81.64vw, 72rem);
  }
}
.p-quality_pointImage img {
  width: 100%;
  aspect-ratio: 342/228;
}
@media screen and (min-width: 1025px) {
  .p-quality_pointImage img {
    width: 100%;
    aspect-ratio: 720/480;
  }
}

.l-lineup {
  padding-top: 9.6rem;
  padding-bottom: 8.7rem;
  background: #F6F6F6;
}
@media screen and (min-width: 1025px) {
  .l-lineup {
    padding-top: 12.9rem;
    padding-bottom: 12rem;
  }
}

.p-lineup_styleArea {
  margin-top: 8.3rem;
}
@media screen and (min-width: 1025px) {
  .p-lineup_styleArea {
    margin-top: 7.5rem;
  }
}

.p-lineup_styleHead p {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.63;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 1025px) {
  .p-lineup_styleHead p {
    font-size: 3.6rem;
    letter-spacing: 0.3rem;
  }
}

.p-lineup_styleCards {
  margin-top: 6.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media screen and (min-width: 1025px) {
  .p-lineup_styleCards {
    margin-top: 7.6rem;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 3.4rem;
  }
}

.p-lineup_styleCard {
  background: #FFFFFF;
  border: 0.1rem solid #CCCCCC;
  padding: 2.8rem 2.8rem 2.5rem;
  width: 32.4rem;
}

.p-styleCard_head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-styleCard_headEn p {
  font-family: "Oswald", sans-serif;
  font-size: 3.8rem;
  line-height: 1.47;
}

.p-styleCard_headJa p {
  font-size: 1.4rem;
  line-height: 2;
}

.p-styleCard_headInch {
  margin-top: 1.5rem;
  padding: 0 2.3rem;
  background: #666666;
}
.p-styleCard_headInch p {
  color: #FFFFFF;
  font-weight: 600;
}

.p-styleCard_image {
  margin-top: 40px;
  height: 22.5rem;
  display: flex;
  justify-content: center;
}
.p-styleCard_image.image1 {
  align-items: end;
}
.p-styleCard_image.image1 img {
  width: 19.8rem;
  aspect-ratio: 198/180;
}
.p-styleCard_image.image2 img {
  width: 24.8rem;
  aspect-ratio: 248/225;
}
.p-styleCard_image.image3 img {
  width: 26.8rem;
  aspect-ratio: 268/180;
}

.p-styleCard_main {
  margin-top: 2.6rem;
}

.p-styleCard_mainPrice {
  display: flex;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #CCCCCC;
}
.p-styleCard_mainPrice dt::after {
  content: "：";
}
.p-styleCard_mainPrice dd {
  position: relative;
  padding-right: 0.9rem;
}
.p-styleCard_mainPrice dd span {
  position: absolute;
  top: 0.3rem;
  right: 0;
  font-size: 1rem;
}

.p-styleCard_mainList {
  margin-top: 1.4rem;
}

.p-styleCard_mainItem {
  padding-left: 0.8rem;
  position: relative;
}
.p-styleCard_mainItem::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}

.p-lineup_styleNotes {
  margin-top: 0.7rem;
  padding-right: 0.9rem;
}
@media screen and (min-width: 1025px) {
  .p-lineup_styleNotes {
    padding-right: 0;
  }
}
.p-lineup_styleNotes p {
  text-align: right;
  color: #666666;
  font-size: 1.2rem;
}

.l-lineup_specInner {
  max-width: 106.4rem;
  padding-left: 2.4rem;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .l-lineup_specInner {
    max-width: 108.8rem;
    padding-right: 2.4rem;
  }
}

.p-lineup_spec {
  margin-top: 8.6rem;
}
@media screen and (min-width: 1025px) {
  .p-lineup_spec {
    margin-top: 7.9rem;
  }
}

.p-lineup_specHeading {
  width: 19.6rem;
}
.p-lineup_specHeading.c-headingInSec p {
  font-size: 4rem;
}
.p-lineup_specHeading.c-headingInSec h3 {
  font-size: 1.4rem;
}

.p-specTableArea {
  margin-top: 5.6rem;
  overflow-x: scroll;
  padding-right: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .p-specTableArea {
    margin-top: 7.2rem;
    overflow: auto;
  }
}

.p-specTable {
  table-layout: fixed;
  width: 100%;
  border: 0.1rem solid #CCCCCC;
  border-collapse: collapse;
  background: #FFFFFF;
}
.p-specTable td {
  text-align: center;
  width: 27.7rem;
  border-left: 0.1rem solid #CCCCCC;
  font-size: 1.4rem;
  line-height: 2;
}

.p-specTable_thead {
  height: 20rem;
}

.p-specTable_image {
  height: 20rem;
  position: relative;
}
.p-specTable_image img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.p-specTable_image.image1 img {
  top: 5.2rem;
  width: 19rem;
  aspect-ratio: 190/126;
}
.p-specTable_image.image2 img {
  top: 2.6rem;
  width: 23rem;
  aspect-ratio: 230/152;
}
.p-specTable_image.image3 img {
  top: 2.8rem;
  width: 18.4rem;
  aspect-ratio: 184/140;
}

.p-specTable_tbody tr:first-child td {
  padding-block: 1.2rem;
}
.p-specTable_tbody tr:not(:first-child) td {
  padding-top: 0.5rem;
  height: 3.6rem;
}
.p-specTable_tbody tr:nth-child(2n) {
  background: #E4E4E4;
}

.p-specTable_leftHead {
  width: 20.7rem;
  padding-left: 1.6rem;
  vertical-align: middle;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
}

.p-specTable_name,
.p-specTable_inch {
  display: block;
  text-align: center;
  font-weight: 600;
}

.p-specTable_name {
  font-size: 1.4rem;
  line-height: 1.43;
}

.p-specTable_inch {
  margin-top: 0.6rem;
  font-size: 1.6rem;
  line-height: 1.38;
}
@media screen and (min-width: 1025px) {
  .p-specTable_inch {
    margin-top: 0.3rem;
  }
}

.l-cases {
  padding-top: 9.6rem;
  padding-bottom: 8.7rem;
  background: #111111;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-cases {
    padding-top: 13rem;
    padding-bottom: 12rem;
  }
}
.l-cases::before, .l-cases::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 96.3rem;
  background: #1C1C1C;
}
@media screen and (min-width: 1025px) {
  .l-cases::before, .l-cases::after {
    width: 62.4%;
    height: 83.3rem;
  }
}
.l-cases::before {
  top: 45.1rem;
  left: 0;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (min-width: 1025px) {
  .l-cases::before {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    clip-path: polygon(0 100%, 100% 50%, 0 0);
  }
}
.l-cases::after {
  bottom: 0;
  right: 0;
  clip-path: polygon(0 100%, 100% 100%, 50% 0);
}
@media screen and (min-width: 1025px) {
  .l-cases::after {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
  }
}
.l-cases .l-inner {
  position: relative;
  z-index: 10;
}

.p-cases_headText {
  margin-top: 8.3rem;
}
@media screen and (min-width: 1025px) {
  .p-cases_headText {
    margin-top: 7rem;
  }
}
.p-cases_headText p {
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.63;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 1025px) {
  .p-cases_headText p {
    font-size: 3.6rem;
    line-height: 1.89;
    letter-spacing: 0.3rem;
  }
}

.p-cases_list {
  margin-top: 6.2rem;
  width: 32.4rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 6rem;
}
@media screen and (min-width: 1025px) {
  .p-cases_list {
    margin-top: 7.3rem;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}

.p-cases_itemImage img {
  width: 100%;
  aspect-ratio: 324/215;
}
@media screen and (min-width: 1025px) {
  .p-cases_itemImage img {
    aspect-ratio: 320/212;
  }
}

.p-cases_itemHeading {
  margin-top: 2.4rem;
}
.p-cases_itemHeading h3 {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.56;
}

.p-cases_itemText {
  margin-top: 1.2rem;
}
.p-cases_itemText p {
  color: #FFFFFF;
}

.l-comparison {
  padding-top: 9.6rem;
  padding-bottom: 8.5rem;
  background: #F6F6F6;
}
@media screen and (min-width: 1025px) {
  .l-comparison {
    padding-top: 12.7rem;
    padding-bottom: 11.5rem;
  }
}

.p-comparison_headText {
  margin-top: 8.3rem;
}
@media screen and (min-width: 1025px) {
  .p-comparison_headText {
    margin-top: 7rem;
  }
}
.p-comparison_headText p {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.63;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 1025px) {
  .p-comparison_headText p {
    font-size: 3.6rem;
    line-height: 1.89;
    letter-spacing: 0.16rem;
  }
}

.l-comparison_tableAreaInner {
  max-width: 106.4rem;
  padding-left: 2.4rem;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .l-comparison_tableAreaInner {
    max-width: 108.8rem;
    padding-right: 2.4rem;
  }
}

.p-comparison_tableArea {
  margin-top: 6.1rem;
  overflow-x: scroll;
  padding-right: 2.4rem;
  padding-top: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .p-comparison_tableArea {
    margin-top: 5.7rem;
    overflow: auto;
    padding-right: 0;
  }
}

.p-comparison_table {
  table-layout: fixed;
  width: 100%;
  border: 0.1rem solid #CCCCCC;
  border-collapse: collapse;
  background: #FFFFFF;
}
.p-comparison_table thead th {
  height: 9.4rem;
}
.p-comparison_table thead th:not(:first-child) {
  width: 27.6rem;
}
.p-comparison_table thead th:nth-child(3), .p-comparison_table thead th:nth-child(4) {
  font-size: 1.8rem;
  font-weight: 600;
  vertical-align: middle;
}
.p-comparison_table thead th:last-child {
  border-left: 0.1rem solid #CCCCCC;
}
.p-comparison_table tbody tr {
  height: 5.7rem;
  border-top: 0.1rem solid #CCCCCC;
}
.p-comparison_table tbody tr:nth-child(2n+1) td {
  background: #E4E4E4;
}
.p-comparison_table tbody tr:last-child .product {
  position: relative;
}
.p-comparison_table tbody tr:last-child .product::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background: #D5910D;
}
.p-comparison_table tbody tr td:last-child {
  border-left: 0.1rem solid #CCCCCC;
}
.p-comparison_table td {
  vertical-align: middle;
  text-align: center;
}

.p-comparison_table_leftHead {
  width: 21.1rem;
  background: #6C6C6C;
  color: #FFFFFF;
  font-weight: 600;
  vertical-align: middle;
  text-align: left;
  padding-left: 2.3rem;
}

.product {
  border-left: 0.6rem solid #D5910D;
  border-right: 0.6rem solid #D5910D;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.product-heading {
  position: relative;
}
.product-heading .product-headingInner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 1.2rem);
  height: 11.9rem;
  padding: 1.6rem 0;
  border-radius: 0.8rem 0.8rem 0 0;
  background: #D5910D;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.17;
}
.product-heading .product-headingInner .fontSmall {
  font-size: 1.6rem;
  font-weight: 500;
}

.l-flow {
  padding-top: 9.6rem;
  padding-bottom: 8.9rem;
  background: #3C3C3C;
}
@media screen and (min-width: 1025px) {
  .l-flow {
    padding-top: 13rem;
    padding-bottom: 12rem;
  }
}

.p-flow_list {
  margin-top: 8.8rem;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  gap: 5.68rem;
}
@media screen and (min-width: 1025px) {
  .p-flow_list {
    margin-top: 8rem;
    gap: 6.5rem;
    width: 100%;
    max-width: 80rem;
    margin-inline: auto;
  }
}

.p-flow_step {
  background: #F3F3F3;
  padding: 1rem 2rem 1.4rem;
  display: flex;
  gap: 1.6rem;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-flow_step {
    padding: 1.5rem 4rem 2rem 3.4rem;
    gap: 2.4rem;
  }
}
.p-flow_step::after {
  content: "";
  position: absolute;
  bottom: -3.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.2rem;
  aspect-ratio: 2/1;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #9C9C9C;
}
@media screen and (min-width: 1025px) {
  .p-flow_step::after {
    bottom: -4rem;
  }
}
.p-flow_step:last-child::after {
  display: none;
}

.p-flow_stepHeadArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1025px) {
  .p-flow_stepHeadArea {
    width: 17.7rem;
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-flow_stepNumber {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.1rem solid #CCCCCC;
}
@media screen and (min-width: 1025px) {
  .p-flow_stepNumber {
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: 0;
    padding-right: 1.8rem;
    border-right: 0.1rem solid #CCCCCC;
  }
}
.p-flow_stepNumber .step,
.p-flow_stepNumber .num {
  font-family: "Oswald", sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .p-flow_stepNumber .step,
  .p-flow_stepNumber .num {
    line-height: 1;
  }
}
@media screen and (min-width: 1025px) {
  .p-flow_stepNumber .step {
    font-size: 1.8rem;
  }
}
.p-flow_stepNumber .num {
  font-size: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .p-flow_stepNumber .num {
    font-size: 4.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .p-flow_stepIcon {
    padding-top: 0.4rem;
  }
}
.p-flow_stepIcon img {
  width: 4.8rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1025px) {
  .p-flow_stepIcon img {
    width: 8rem;
  }
}

.p-flow_stepBody {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-top: 0.6rem;
}
@media screen and (min-width: 1025px) {
  .p-flow_stepBody {
    width: calc(100% - 2.4rem - 17.7rem);
  }
}

.p-flow_stepHeading h3 {
  font-weight: 700;
  line-height: 1.5;
}

.p-flow_stepText p {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.54;
}

.l-faq {
  padding-top: 9.6rem;
  padding-bottom: 8.7rem;
  background: #F6F6F6;
}
@media screen and (min-width: 1025px) {
  .l-faq {
    padding-top: 12.8rem;
    padding-bottom: 11.8rem;
  }
}

.p-faq_list {
  margin-top: 8.8rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (min-width: 1025px) {
  .p-faq_list {
    margin-top: 8rem;
    width: 100%;
    max-width: 80rem;
    margin-inline: auto;
  }
}

.p-faq_item {
  background: #FFFFFF;
  padding: 2.3rem 1.5rem 2.1rem;
  border: 0.1rem solid #E3E3E3;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .p-faq_item {
    padding: 3.2rem 5.6rem 3.1rem;
    gap: 2rem;
  }
}

.p-faq_itemQ,
.p-faq_itemA {
  display: flex;
  gap: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .p-faq_itemQ,
  .p-faq_itemA {
    gap: 1.9rem;
  }
}

.p-faq_itemQ {
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #E3E3E3;
}
@media screen and (min-width: 1025px) {
  .p-faq_itemQ {
    padding-bottom: 1.8rem;
  }
}

.p-faq_itemIcon {
  width: 3.2rem;
  height: 3.2rem;
  flex-shrink: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.p-faq_itemIcon.question {
  background: #747474;
}
.p-faq_itemIcon.answer {
  background: #111111;
}
.p-faq_itemIcon p {
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}

.p-faq_itemText {
  flex-grow: 1;
}
.p-faq_itemText.question {
  padding-top: 0.3rem;
}
.p-faq_itemText.question p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55;
}
@media screen and (min-width: 1025px) {
  .p-faq_itemText.answer {
    padding-top: 0.3rem;
  }
}
.p-faq_itemText.answer p {
  line-height: 1.63;
}

.l-other {
  padding-top: 9rem;
  padding-bottom: 19.6rem;
  background: #FFFFFF;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-other {
    padding-top: 12.3rem;
    padding-bottom: 35.9rem;
  }
}
.l-other::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 41rem;
  right: 0;
  width: 36.6rem;
  height: 55.5rem;
  background: #F6F6F6;
}
@media screen and (min-width: 1025px) {
  .l-other::after {
    top: 28.5rem;
    width: 120rem;
    height: 40.6rem;
  }
}
.l-other .l-inner {
  position: relative;
  z-index: 10;
}

.p-other_title.c-headingInSec {
  gap: 0.4rem;
  width: 29.2rem;
}
@media screen and (min-width: 1025px) {
  .p-other_title.c-headingInSec {
    width: 45rem;
    padding-left: 0.8rem;
  }
}
.p-other_title.c-headingInSec p {
  font-size: 4rem;
}
.p-other_title.c-headingInSec h3 {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.57;
}
.p-other_title.c-headingInSec::before, .p-other_title.c-headingInSec::after {
  bottom: 2.2rem;
}
@media screen and (min-width: 1025px) {
  .p-other_title.c-headingInSec::before, .p-other_title.c-headingInSec::after {
    bottom: 1.1rem;
  }
}

.p-other_contents {
  margin-top: 7.8rem;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 5.1rem;
}
@media screen and (min-width: 1025px) {
  .p-other_contents {
    margin-top: 8.6rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 9rem;
    padding-left: 4.8rem;
  }
}

.p-other_image {
  position: relative;
}
.p-other_image::before {
  content: "PARETE";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8.2rem;
  color: #CECECE;
  font-family: "Oswald", sans-serif;
  font-size: 7.2rem;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1025px) {
  .p-other_image::before {
    font-size: 10.4rem;
    left: -13rem;
  }
}
.p-other_image img {
  width: 29rem;
  aspect-ratio: 290/276;
}
@media screen and (min-width: 1025px) {
  .p-other_image img {
    width: 37rem;
    aspect-ratio: 370/355;
  }
}

.p-other_main {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 31rem;
}
@media screen and (min-width: 1025px) {
  .p-other_main {
    width: 45.5rem;
    margin-top: 3.4rem;
  }
}

.p-other_mainName p {
  font-size: 1.8rem;
  line-height: 1.67;
}

.p-other_mainText p {
  font-size: 1.4rem;
  line-height: 1.86;
}

.p-other_mainLink {
  margin-top: 1rem;
  padding-right: 4rem;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-other_mainLink {
    margin-top: 2.4rem;
  }
}
.p-other_mainLink::before, .p-other_mainLink::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease-out;
}
.p-other_mainLink::before {
  right: 0;
  width: 2.4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 0.1rem solid #888888;
  background: #FFFFFF;
}
.p-other_mainLink::after {
  right: 0.9rem;
  width: 0.6rem;
  aspect-ratio: 6/10;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #6C6C6C;
}
@media (any-hover: hover) {
  .p-other_mainLink:hover::before {
    background: #6C6C6C;
  }
  .p-other_mainLink:hover::after {
    background: #FFFFFF;
  }
  .p-other_mainLink:hover p {
    opacity: 0.7;
  }
}
.p-other_mainLink a p {
  text-align: right;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.31;
  transition: opacity 0.3s ease-out;
}

.l-footer {
  position: relative;
}

.p-ctaArea {
  padding-top: 3.9rem;
  padding-bottom: 4rem;
  background: #111111;
}
@media screen and (min-width: 1025px) {
  .p-ctaArea {
    position: absolute;
    top: -155px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 104rem;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }
}

.p-cta_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.p-cta_head::before, .p-cta_head::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 5rem;
  top: 0.2rem;
  background: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  .p-cta_head::before, .p-cta_head::after {
    top: -0.2rem;
    height: 7rem;
  }
}
.p-cta_head::before {
  left: 3.3rem;
  transform: rotate(-24deg);
}
@media screen and (min-width: 1025px) {
  .p-cta_head::before {
    left: -4.1rem;
  }
}
.p-cta_head::after {
  right: 3.3rem;
  transform: rotate(24deg);
}
@media screen and (min-width: 1025px) {
  .p-cta_head::after {
    right: -4.1rem;
  }
}
.p-cta_head .firstLine,
.p-cta_head .secondLine {
  color: #FFFFFF;
  letter-spacing: 0.04rem;
}
.p-cta_head .firstLine {
  font-size: 1.4rem;
  line-height: 1.79;
}
@media screen and (min-width: 1025px) {
  .p-cta_head .firstLine {
    font-size: 1.6rem;
  }
}
.p-cta_head .secondLine {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.09;
}
@media screen and (min-width: 1025px) {
  .p-cta_head .secondLine {
    font-size: 2.8rem;
  }
}

.p-cta_image {
  margin-top: 2rem;
}
@media screen and (min-width: 1025px) {
  .p-cta_image {
    margin-top: 0;
  }
}
.p-cta_image img {
  width: 100%;
  aspect-ratio: 390/228;
}
@media screen and (min-width: 1025px) {
  .p-cta_image img {
    width: 47.8rem;
    aspect-ratio: 478/280;
  }
}

@media screen and (min-width: 1025px) {
  .p-cta_pcBody {
    flex-grow: 1;
    padding: 3.5rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.p-cta_buttons {
  margin-top: 2rem;
  width: 100%;
  max-width: 35rem;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem 1.4rem;
}
@media screen and (min-width: 1025px) {
  .p-cta_buttons {
    max-width: 46.8rem;
    gap: 1.2rem 2rem;
  }
}

.p-cta_button .c-buttonInner {
  width: 16.8rem;
  height: 5.2rem;
  border-radius: 3.6rem;
}
@media screen and (min-width: 1025px) {
  .p-cta_button .c-buttonInner {
    width: 22.4rem;
    border-radius: 4rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1040px) {
  .p-cta_button .c-buttonInner {
    width: 22rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-cta_button .c-buttonInner p {
    font-size: 1.6rem;
  }
}

.p-copyrightArea {
  padding-top: 3.2rem;
  padding-bottom: 4.8rem;
  background: #3C3C3C;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (min-width: 1025px) {
  .p-copyrightArea {
    padding-top: 15.7rem;
    padding-bottom: 8rem;
  }
}
.p-copyrightArea small {
  color: #888888;
  font-size: 1.2rem;
  line-height: 1.42;
}