@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}
*:not(dialog) {
  margin: 0;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}
#root, #__next {
  isolation: isolate;
}
body {
  margin: 0;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
a {
  color: inherit;
  text-decoration: none;
}
.sp{
  display: none;
}
.container {
  position: relative;
  width: calc(100% - 80px);
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width:1023px) {
  .container {
    width: calc(100% - 40px);
  }
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
}
/* ----------------------------------------
  footer
---------------------------------------- */
.footer {
  background: #fff;
}
.footer-container {
  display: flex;
  align-items: center;
  padding: 48px 16px 20px;
}
.footer-logo {
  width: 320px;
  text-align: center;
  margin-right: auto;
}
.footer-logo a {
  text-align: center;
}
.footer-info {
  color: #333;
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
  margin: 0 20px;
}
.footer-info address {
  margin: 0;
  font-style: normal;
}
.footer-privacy {
  width: 58px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 16px;
  background: #333;
}
.footer-links {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links a {
  color: #fff;
  font-size: 12px;
}
.footer-copyright {
  color: #999;
  font-size: 12px;
  margin: 0;
}
@media (max-width:767px) {
  .footer-container {
    display: block;
    width: 92%;
    margin: 0 auto;
    padding: 30px 0 20px;
    text-align: center;
  }
  .footer-logo {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .footer-info {
    text-align: center;
    margin-right: 0;
    padding-bottom: 30px;
  }
  .footer-privacy {
    margin: 0 auto;
  }
  .footer-bottom {
    display: block;
    padding: 20px 0;
  }
  .footer-links {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
  .footer-bottom a {
    display: inline-block;
    line-height: 2;
  }
  .footer-copyright {
    text-align: center;
  }
}
/* ----------------------------------------
  base
---------------------------------------- */
body {
  padding-top: 0;
  background: #fff6f5;
  color: #111;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.8;
}
.outline-button,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.outline-button {
  min-width: 140px;
  height: 42px;
  padding: 0 17px;
  border: 1px solid #666;
  border-radius: 21px;
  color: #666;
  font-size: 13px;
  line-height: 1;
}
.outline-button span,
.primary-button span {
  display: block;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  -webkit-mask: url("../img/icon_blank.svg") center / contain no-repeat;
  mask: url("../img/icon_blank.svg") center / contain no-repeat;
}
.outline-button span {
  margin-left: 6px;
}
.section-heading {
  display: flex;
  align-items: center;
  gap: 28px;
}
.section-heading h2 {
  margin: 0;
  background: linear-gradient(90deg, #fde0da 0%, #efdff0 55%, #e1edf8 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Outfit", sans-serif;
  font-size: 62px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}
.section-heading p {
  margin: 8px 0 0;
  color: #666;
  font-size: 15px;
  font-weight: 700;
}
@media (hover:hover) {
  .outline-button,
  .primary-button,
  .contact-links a,
  .topics-image-link,
  .pickup-image-link,
  .service-image-link {
    transition: opacity 0.2s ease;
  }
  .outline-button:hover,
  .primary-button:hover,
  .contact-links a:hover,
  .topics-image-link:hover,
  .pickup-image-link:hover,
  .service-image-link:hover {
    opacity: 0.72;
  }
}
/* ----------------------------------------
  header
---------------------------------------- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}
.header-brand {
  position: absolute;
  top: 17px;
  left: 26px;
  color: #666;
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0;
}
.header-brand span {
  color: #e9775d;
}
.side-nav {
  position: fixed;
  top: 40px;
  right: 30px;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.side-nav a {
  color: #111;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  writing-mode: vertical-rl;
}
.side-contact {
  position: fixed;
  top: 320px;
  right: 14px;
  z-index: 31;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 142px;
  border-radius: 28px;
  background: #e9775d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  writing-mode: vertical-rl;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.side-contact.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-top {
  display: none;
}
@media (min-width:1024px) {
  main {
    position: relative;
  }
  .page-top {
    position: fixed;
    right: 14px;
    bottom: 26px;
    z-index: 32;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 100%),
      linear-gradient(90deg, #f1d2dc 0%, #d3deef 100%);
  }
  .page-top.is-stopped {
    position: absolute;
    bottom: 19px;
  }
  .page-top span {
    position: absolute;
    top: 20px;
    left: 18px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    transform: rotate(45deg);
  }
  .side-nav {
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  body.is-footer-reached .side-nav,
  body.is-footer-reached .side-contact {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width:1023px) {
  .header-brand {
    top: 14px;
    left: 18px;
    font-size: 18px;
  }
  .side-nav {
    display: none;
  }
  .side-contact {
    top: auto;
    right: 12px;
    bottom: 14px;
    width: 48px;
    height: 126px;
    font-size: 15px;
  }
}
@media (max-width:767px) {
  .side-contact {
    width: 126px;
    height: 48px;
    border-radius: 24px;
    writing-mode: horizontal-tb;
  }
}
/* ----------------------------------------
  hero
---------------------------------------- */
.hero {
  position: relative;
  height: 700px;
  overflow: hidden;
  background: #fff6f5;
}
.hero-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 6400px;
  height: 800px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.hero-track:not(.hero-track-slow) {
  z-index: 1;
}
.hero-track-slow {
  z-index: 0;
}
.hero-image-set {
  position: absolute;
  top: 0;
  left: 0;
  width: 3200px;
  height: 800px;
}
.hero-image-set-copy {
  left: 3200px;
}
.hero-image {
  position: absolute;
  max-width: none;
  border-radius: 14px;
  object-fit: cover;
}
.hero-image-01 {
  top: 230px;
  left: 40px;
  width: 316px;
  height: 420px;
}
.hero-image-02 {
  top: 34px;
  left: 549px;
  width: 134px;
  height: 180px;
  filter: blur(4.5px);
}
.hero-image-03 {
  top: 72px;
  left: 678px;
  width: 316px;
  height: 420px;
}
.hero-image-04 {
  top: 350px;
  left: 1049px;
  width: 194px;
  height: 260px;
  filter: blur(4px);
}
.hero-image-05 {
  top: 0;
  left: 1087px;
  width: 316px;
  height: 245px;
  border-radius: 0 0 14px 14px;
  object-position: bottom;
}
.hero-image-06 {
  top: 280px;
  left: 1402px;
  width: 316px;
  height: 420px;
}
.hero-image-07 {
  top: 493px;
  left: 1749px;
  width: 134px;
  height: 180px;
  filter: blur(5px);
}
.hero-image-08 {
  top: 116px;
  left: 1840px;
  width: 316px;
  height: 420px;
}
.hero-image-09 {
  top: -154px;
  left: 2158px;
  width: 194px;
  height: 260px;
  filter: blur(4px);
}
.hero-image-10 {
  top: 278px;
  left: 2318px;
  width: 316px;
  height: 420px;
}
.hero-image-11 {
  top: -109px;
  left: 2736px;
  z-index: 1;
  width: 316px;
  height: 420px;
}
.hero-image-12 {
  top: 290px;
  left: 2846px;
  z-index: 0;
  width: 134px;
  height: 180px;
  filter: blur(5px);
}
.hero-container {
  width: 100%;
  max-width: none;
  height: 100%;
}
.hero-title-group {
  position: absolute;
  top: 200px;
  left: 47px;
  z-index: 2;
}
.hero-title {
  margin: 0;
  padding: 0 14px 6px;
  background: linear-gradient(90deg, rgba(252, 224, 218, 0.78), rgba(225, 242, 246, 0.95));
  color: #666;
  font-family: "Outfit", sans-serif;
  font-size: 92px;
  font-weight: 100;
  letter-spacing: -0.035em;
  line-height: 1;
}
.hero-subtitle {
  display: flex;
  align-items: center;
  width: 380px;
  height: 42px;
  margin: 10px 0 0;
  padding: 0 14px;
  background: linear-gradient(90deg, rgba(252, 224, 218, 0.78), rgba(231, 238, 249, 0.95));
  color: #666;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.17em;
  justify-content: center;
}
.hero-subtitle i,
.contact-brand i {
  position: relative;
  width: 34px;
  height: 34px;
  margin: 0 13px;
}
.hero-subtitle i::before,
.hero-subtitle i::after,
.contact-brand i::before,
.contact-brand i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 1px;
  background: #777;
  content: "";
}
.hero-subtitle i::before,
.contact-brand i::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hero-subtitle i::after,
.contact-brand i::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hero-description {
  position: absolute;
  top: 500px;
  left: 320px;
  z-index: 2;
  margin: 0;
  font-size: 15px;
  line-height: 2;
}
@media (max-width:1023px) {
  .hero {
    height: 700px;
  }
  .hero-visual {
    left: 50%;
    width: 780px;
    transform: translateX(-50%);
  }
  .hero-track {
    transform: translate3d(-540px, 0, 0) scale(0.78);
    transform-origin: top left;
  }
  .hero-title-group {
    top: 176px;
    left: 20px;
  }
  .hero-title {
    font-size: clamp(42px, 9vw, 58px);
  }
  .hero-subtitle {
    height: 36px;
    padding: 0 10px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }
  .hero-description {
    top: 500px;
    left: 30px;
    width: calc(100% - 60px);
    font-size: 13px;
  }
  .hero-description br {
    display: none;
  }
}
@media (max-width:767px) {
  .hero {
    height: 650px;
  }
  .hero-visual {
    left: 0;
    width: 100%;
    transform: none;
  }
  .hero-track {
    transform: translate3d(-640px, 0, 0) scale(0.62);
  }
  .hero-title-group {
    top: 188px;
    left: 50%;
    width: max-content;
    max-width: calc(100% - 40px);
    transform: translateX(-50%);
  }
  .hero-title {
    padding: 4px 9px 7px;
    font-size: clamp(38px, 14vw, 53px);
  }
  .hero-subtitle {
    width: 100%;
    font-size: 12px;
  }
  .hero-subtitle i {
    width: 22px;
    margin: 0 7px;
  }
  .hero-subtitle i::before,
  .hero-subtitle i::after {
    width: 28px;
  }
  .hero-description {
    top: 455px;
    left: 20px;
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 1.9;
  }
}
/* ----------------------------------------
  topics
---------------------------------------- */
.topics {
  min-height: 1063px;
  background: #fff6f5;
}
.topics-container {
  width: calc(100% - 200px);
  max-width: 1240px;
}
.topics-list {
  width: 1040px;
  margin: 31px auto 0;
}
.topics-item {
  display: grid;
  grid-template-columns: 450px 540px;
  gap: 50px;
  min-height: 252px;
}
.topics-item + .topics-item {
  margin-top: 70px;
}
.topics-item:nth-child(3) {
  margin-top: 68px;
}
.topics-image-link {
  display: block;
}
.topics-image {
  width: 450px;
  height: 252px;
  border-radius: 14px;
  object-fit: cover;
}
.topics-content {
  margin-top: -5px;
}
.topics-content h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.65;
}
.topics-content time {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 12px;
  color: #666;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
}
.topics-content time::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e9775d;
  content: "";
}
.topics-content p {
  width: 100%;
  margin: 24px 0 15px;
  font-size: 15px;
  line-height: 2;
}
@media (max-width:1023px) {
  .topics {
    height: auto;
    padding: 40px 0 80px;
  }
  .topics-container {
    width: calc(100% - 40px);
  }
  .section-heading {
    gap: 22px;
  }
  .section-heading h2 {
    font-size: 44px;
  }
  .topics-list {
    width: 100%;
    margin-left: 0;
  }
  .topics-item {
    grid-template-columns: minmax(0, 45%) 1fr;
    gap: 30px;
  }
  .topics-image {
    width: 100%;
  }
}
@media (max-width:767px) {
  .topics {
    padding: 24px 0 48px;
  }
  .section-heading {
    gap: 16px;
  }
  .section-heading h2 {
    font-size: 42px;
  }
  .section-heading p {
    font-size: 14px;
  }
  .topics-list {
    margin-top: 38px;
  }
  .topics-item {
    display: block;
  }
  .topics-item + .topics-item {
    margin-top: 58px;
  }
  .topics-image {
    height: auto;
  }
  .topics-content {
    padding-top: 20px;
  }
  .topics-content h3 {
    font-size: 17px;
  }
  .topics-content p {
    margin-top: 18px;
  }
}
/* ----------------------------------------
  pickup
---------------------------------------- */
.pickup {
  height: 735px;
  padding-top: 70px;
  border-radius: 76px 76px 0 0;
  background: #fff;
}
.pickup-container {
  width: calc(100% - 158px);
  max-width: 1240px;
}
.pickup-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 44px;
  width: 1120px;
  margin: 43px auto 0;
}
.pickup-item {
  display: grid;
  grid-template-columns: 260px 260px;
  gap: 18px;
  min-height: 146px;
}
.pickup-image-link {
  display: block;
}
.pickup-image {
  width: 260px;
  height: 146px;
  border: 6px solid #f8cfc7;
  object-fit: cover;
}
.pickup-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pickup-content h3 {
  margin: -5px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.pickup-content .outline-button {
  margin-top: auto;
}
.primary-button {
  display: flex;
  width: 332px;
  height: 70px;
  margin: 69px auto 0;
  border-radius: 35px;
  background: #e9775d;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.03em;
}
.primary-button span {
  margin-left: 8px;
}
@media (max-width:1023px) {
  .pickup {
    height: auto;
    padding: 60px 0 80px;
    border-radius: 54px 54px 0 0;
  }
  .pickup-container {
    width: calc(100% - 40px);
  }
  .pickup-list {
    width: 100%;
    gap: 42px 34px;
  }
  .pickup-item {
    grid-template-columns: 42% 1fr;
  }
  .pickup-image {
    width: 100%;
  }
}
@media (max-width:767px) {
  .pickup {
    padding: 40px 0 48px;
    border-radius: 38px 38px 0 0;
  }
  .pickup-list {
    grid-template-columns: 1fr;
    gap: 44px;
    margin-top: 38px;
  }
  .pickup-item {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pickup-image {
    width: 100%;
    height: auto;
    aspect-ratio: 260 / 146;
  }
  .pickup-content .outline-button {
    margin-top: 16px;
  }
  .pickup-content h3 {
    font-size: 14px;
    line-height: 1.8;
  }
  .outline-button {
    min-width: 102px;
    height: 34px;
    padding: 0 13px;
    font-size: 11px;
  }
  .primary-button {
    width: min(100%, 310px);
    height: 62px;
    margin-top: 52px;
    font-size: 15px;
  }
}
/* ----------------------------------------
  service
---------------------------------------- */
.service {
  height: 624px;
  padding-top: 66px;
  background: #fff6f5;
}
.service-container {
  width: calc(100% - 158px);
  max-width: 1240px;
}
.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  width: 1120px;
  margin: 55px auto 0;
}
.service-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 20px;
  height: 365px;
  padding: 31px 20px 25px;
  background: #fff;
}
.service-item h3 {
  margin: 0;
  color: #666;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.15;
  writing-mode: vertical-rl;
}
.service-image-link {
  display: block;
}
.service-image {
  width: 260px;
  height: 134px;
  border-radius: 10px;
  object-fit: cover;
}
.service-content p {
  min-height: 92px;
  margin: 20px 0 12px;
  font-size: 14px;
  line-height: 2;
}
@media (max-width:1023px) {
  .service {
    height: auto;
    padding: 70px 0 90px;
  }
  .service-container {
    width: calc(100% - 40px);
  }
  .service-list {
    width: 100%;
    margin-top: 52px;
  }
  .service-item {
    height: auto;
  }
  .service-image {
    width: 100%;
  }
}
@media (max-width:767px) {
  .service {
    padding: 40px 0 48px;
  }
  .service-list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 38px;
  }
  .service-item {
    min-height: 345px;
  }
  .service-content p {
    min-height: 0;
  }
}
/* ----------------------------------------
  contact
---------------------------------------- */
.contact {
  height: 268px;
  background: #fffbfa;
}
.contact-container {
  display: grid;
  grid-template-columns: 388px 530px 310px;
  align-items: center;
  width: calc(100% - 160px);
  max-width: 1280px;
  height: 100%;
}
.contact-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 128px;
  border-right: 1px solid #777;
}
.contact-brand > p {
  margin: 0;
  color: #666;
  font-family: "Outfit", sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}
.contact-brand > p span {
  color: #e9775d;
}
.contact-brand small {
  display: flex;
  align-items: center;
  margin-top: 19px;
  color: #666;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
}
.contact-brand i {
  width: 24px;
  height: 24px;
  margin: 0 9px;
}
.contact-brand i::before,
.contact-brand i::after {
  width: 31px;
}
.contact-description {
  margin: 0;
  padding: 0 40px;
  font-size: 15px;
  line-height: 2;
}
.contact-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: min(100%, 310px);
}
.contact-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 24px;
  border: 1px solid #e9775d;
  border-radius: 30px;
  color: #e9775d;
  font-size: 15px;
  background-color: #fff;
  font-weight: 700;
}
.contact-links a:last-child {
  background: #e9775d;
  color: #fff;
}
.contact-links a span {
  position: relative;
  width: 18px;
  height: 1px;
  background: currentColor;
}
.contact-links a span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 1px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: right bottom;
  content: "";
}
@media (min-width:1024px) and (max-width:1387px) {
  .contact-container {
    grid-template-columns: 29% minmax(0, 1fr) 27%;
  }
  .contact-brand i {
    margin: 0 6px;
  }
}
@media (max-width:1023px) {
  .contact {
    height: auto;
    padding: 56px 0;
  }
  .contact-container {
    grid-template-columns: 1fr;
    gap: 35px;
    width: calc(100% - 60px);
  }
  .contact-brand {
    height: auto;
    padding-bottom: 30px;
    border-right: 0;
    border-bottom: 1px solid #aaa;
  }
  .contact-description {
    padding: 0;
    text-align: center;
  }
  .contact-links {
    width: min(100%, 360px);
    margin: 0 auto;
  }
}
@media (max-width:767px) {
  .contact-container {
    width: calc(100% - 40px);
  }
  .contact {
    padding: 40px 0;
  }
  .contact-brand > p {
    font-size: 31px;
  }
  .contact-description {
    font-size: 14px;
    text-align: left;
  }
}