@charset "utf-8";

:root {
  --black: #2c2c2c;
  --white: #fff;
}

/* opt */
#opt {
  display: none !important;
}

#wrapper {
  background-image: none;
  background-color: var(--white);
}

#container {
  padding: 0 !important;
  border-radius: 0;
  box-shadow: revert;
  margin-block-start: 0 !important;
}

/* *************************************
default2025-header
************************************* */
#header.default2025-header {
  margin: 0 !important;
  padding-inline-start: 10px;
  height: 80px;
  @media (width < 1080px) {
    height: 100%;
  }
  @media (width < 768px) {
   height: 60px;
    padding-block-start: 5px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
}

.default2025-header > div {
  display: flex;
  height: inherit;
  @media (width < 1080px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  @media (width < 768px) {
  }
}

.default2025-header > div > div:nth-child(1) {
  @media (width < 1080px) {
    grid-row: 1/2;
    grid-column: span 1;
  }
}

.default2025-header > div > div:nth-child(2),
.default2025-header > div > nav {
  margin-inline-start: auto !important;
  @media (width < 1080px) {
    grid-row: 2/3;
    grid-column: span 2;
    width: 100%;
  }
  @media (width < 768px) {
  }
}

.default2025-header > div > div:nth-child(3) {
  @media (width < 1080px) {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  @media (width < 768px) {
    display: none;
  }
}

.default2025-header_logo {
  height: 80px;
  width: 250px;
  @media (width < 768px) {
    position: relative;
    z-index: 999999;
    width: fit-content;
    height: 41px;
  }
}

.default2025-header_logo div,
.default2025-header_logo div p {
  height: 100%;
}

.default2025-header_logo a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 100;
}

.default2025-header_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


#header.default2025-header .container_fluid nav {
  background: transparent !important;
  width: 100%;
}

#header.default2025-header .container_fluid nav:has(.in) {
 height: 50%;
}

.default2025-header .collapse.navbar-collapse {
  height: 100% !important;
  width: fit-content;
  margin-inline-start: auto;
  padding: 0;
  @media (width < 1080px) {
    margin-inline: auto !important;
  }
}

.default2025-header .collapse.navbar-collapse::before,
.default2025-header .collapse.navbar-collapse::after {
  display: none;
}

.default2025-header .nav.navbar-nav {
  display: inline-grid;
  grid-template-columns: repeat(4, 1fr);
  height: 100%;
  margin: 0 !important;
  @media (width < 768px) {
    display: block;
    height: revert;
    background-color: var(--white);
    width: 100vw;
    position: absolute;
    left: 0;
  }
}

.default2025-header .nav.navbar-nav::before,
.default2025-header .nav.navbar-nav::after {
  display: none;
}

.default2025-header .nav.navbar-nav > li {
  border: none !important;
  @media (width < 768px) {
    width: 100%;
    background-color: var(--white);
  }
}

.default2025-header .nav.navbar-nav > li:last-child {
  display: none;
  @media (width < 768px) {
    display: block;
  }
}

#header.default2025-header .nav.navbar-nav > li a {
  width: 100%;
  height: 100%;
  display: grid !important;
  place-content: center;
  margin: 0;
  color: var(--black);
  font-size: 16px !important;
  border: none;
}

.default2025-header_cta {
  height: 100%;
}

.default2025-header_cta > .lay-row {
  margin: 0;
  flex-wrap: nowrap;
  gap: 8px;
}

.default2025-header_cta > .lay-row > div {
  padding: 0;
  max-width: 100%;
  flex: revert;
}

.default2025-header_cta > .lay-row > div:nth-of-type(1) .cparts-txt-block p {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  @media (width < 1080px) {
    width: fit-content;
    margin-inline-start: auto !important;
  }
}

.default2025-header_cta > .lay-row > div:nth-of-type(1) .cparts-txt-block p a {
  height: 80px;
  width: 200px;
  display: block;
}

.default2025-header_cta > .lay-row .cparts-txt-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.default2025-header_cta > .lay-row > div:nth-child(2) {
  width: revert;
}

.default2025-header_cta > .lay-row > div:nth-child(2) p {
  display: flex;
  height: 100%;
}

.default2025-header_cta > .lay-row > div:nth-child(2) a {
  background: linear-gradient(to bottom, #fc9f9f 0%, #dd7373 100%);
  color: var(--white);
  font-weight: bold;
  letter-spacing: 0.1em;
  display: grid;
  place-content: center;
  padding-inline: 16px;
  min-width: 160px;
}

.default2025-header_cta > .lay-row > div:nth-child(2) a:hover {
  text-decoration: none;
}

.default2025-header_cta > .lay-row > div:nth-child(2) div {
  height: 100%;
}

/* *************************************
【default2025】フッター
************************************* */
#footer.default2025-footer {
  padding-block: 40px 0;
}

#footer.default2025-footer .container {
  width: 100%;
  display: flex;
  align-items: center;
  @media (width < 1080px) {
    flex-direction: column;
  }
}

#footer.default2025-footer .container > div:nth-child(1) {
  width: 280px;
}

#footer.default2025-footer .container > div:nth-child(2) {
  margin-inline-start: auto !important;

  @media (width < 1080px) {
    margin-block-start: 24px;
    width: fit-content;
    margin-inline: auto;
  }
}

#footer.default2025-footer .footerNavi ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 16px;
  @media (width < 1080px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
  }
}

#footer.default2025-footer .footerNavi ul::before,
#footer.default2025-footer .footerNavi ul::after {
  display: none;
}

/* スーペース項目 */
#footer.default2025-footer .footerNavi ul li:nth-child(5) {
  visibility: hidden;
  @media (width < 1080px) {
    display: none;
  }
}

#footer.default2025-footer .footerNavi ul li a {
  text-decoration: none;
  font-weight: bold;
}

#footer.default2025-footer address .container {
  background-color: var(--white);
  padding-block: 4px;
  margin-block-start: 30px;
}

#footer.default2025-footer address .container span {
  color: var(--black);
  display: block;
  width: fit-content;
  margin-inline: auto;
  font-size: 14px;
}

/* *************************************
default2025-mv
************************************* */
.freeParts:has(.default2025-mv) {
  margin-inline: calc(50% - 50vw);
  height: 350px;
  /* background: url(../images/default2025/page-top-bg.webp) no-repeat center / cover; */
  position: relative;
  overflow: hidden;
  @media (width < 768px) {
    height: 250px;
  }
}

.freeParts:has(.default2025-mv)::before,
.freeParts:has(.default2025-mv)::after {
  content: '';
  display: block;
  aspect-ratio: 1;
  background-color: pink;
  border-radius: 100vmax;
  position: absolute;
}

.freeParts:has(.default2025-mv)::before {
  height: 250%;
  top: -50%;
  left: -6%;
  @media (width < 768px) {
    height: 150%;
  }
}

.freeParts:has(.default2025-mv)::after {
  height: 220%;
  background-color: #fc9f9f;
  top: -18%;
  right: -17%;
  @media (width < 768px) {
    height: 80%;
  }
}

.default2025-mv {
  position: relative;
  z-index: 1;
  height: 350px;
  display: grid;
  place-content: center;
  padding-inline: 20px;
  text-align: center;
  @media (width < 768px) {
    height: 250px;
  }
}

.default2025-mv p {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3 !important;
  @media (width < 768px) {
    font-size: 30px;
  }
}

.default2025-mv p br {
  display: none;
  @media (width < 768px) {
    display: block;
  }
}

/* *************************************
default2025-top-text
************************************* */
.default2025-top-text {
  margin-block-start: 80px;
  width: min(100%, 1050px);
  margin-inline: auto;
  padding-inline: 25px;
  @media (width < 768px) {
    padding-inline: 20px;
  }
}

.default2025-top-text p {
  font-size: 20px;
  font-weight: bold;
}

/* *************************************
num-list-title
************************************* */
.num-list-title {
  margin-block: 80px 0 !important;
  width: min(100%, 1050px);
  margin-inline: auto;
  padding-inline: 25px;
  @media (width < 768px) {
    padding-inline: 20px;
  }
}

.num-list-title > .lay-row {
  display: grid;
  grid-template-columns: auto 1fr;
  @media (width < 768px) {
    gap: 8px;
    grid-template-columns: 1fr;
  }
}

.num-list-title > .lay-row > div:nth-child(1) {
  padding: 0;
}

.num-list-title > .lay-row > div:nth-child(1) p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: var(--white);
  background: linear-gradient(to bottom, #fc9f9f 0%, #dd7373 100%);
  width: 40px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border-radius: 100vmax;
  @media (width < 768px) {
    font-size: 26px;
  }
}

.num-list-title > .lay-row > div:nth-child(2) {
  max-width: 100%;
}

.num-list-title > .lay-row > div:nth-child(2) p {
  font-size: 20px;
  font-weight: bold;
  @media (width < 768px) {
    font-size: 18px;
    line-height: 1.5;
  }
}

/* *************************************
num-list-text
************************************* */
.num-list-text {
  width: min(100%, 1050px);
  margin-inline: auto;
  margin-block-start: 16px !important;
  padding-inline: 25px;
  @media (width < 768px) {
    padding-inline: 20px;
  }
}

.num-list-text > .lay-row {
  display: grid;
}

.num-list-text > .lay-row > div:nth-child(1) {
  padding: 0;
}

.num-list-text > .lay-row > div:nth-child(1) p {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}

.num-list-text > .lay-row > div:nth-child(1) p::before {
  content: '';
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  background-color: #fc9f9f;
  clip-path: polygon(0 0, 0% 100%, 54% 51%);
}

.num-list-text > .lay-row > div:nth-child(2) {
  max-width: 100%;
}
