@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 64px;
}
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 96px;
  }
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #3d3028;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

tbody {
  display: block;
}
@media (min-width: 768px) {
  tbody {
    display: table-row-group;
  }
}

th,
td {
  text-align: left;
  vertical-align: top;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

input[type=submit] {
  cursor: pointer;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.45;
  font-size: inherit;
}

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

.pc {
  display: none !important;
}
@media (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.sp-l {
  display: block !important;
}
@media (min-width: 1280px) {
  .sp-l {
    display: none !important;
  }
}

.pc-l {
  display: none !important;
}
@media (min-width: 1280px) {
  .pc-l {
    display: block !important;
  }
}

body {
  background-color: #ffffff;
}

.bg {
  background-color: #faf8f5;
}

.base_inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .base_inner {
    max-width: 1280px;
  }
}

.pg-lead,
.pg-body,
.pg-policy,
.pg-contact {
  position: relative;
}

.pad {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .pad {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.pad_top {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .pad_top {
    padding-top: 80px;
  }
}

.pad_top_lg {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .pad_top_lg {
    padding-top: 96px;
    padding-bottom: 80px;
  }
}

.pad_btm {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .pad_btm {
    padding-bottom: 80px;
  }
}

.pad_s {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pad_s {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.main {
  padding-top: 64px;
}
@media (min-width: 1024px) {
  .main {
    padding-top: 96px;
  }
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 0;
}
@media (min-width: 768px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
  }
}
.grid-2:has(> .glp) {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 40px;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 0;
}
@media (min-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
  }
}
.grid-3:has(> .glp) {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}
@media (min-width: 768px) {
  .grid-3:has(> .glp) {
    grid-template-columns: repeat(3, 1fr);
  }
}

.clum2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 40px 0;
}
.clum2 > .item {
  width: 100%;
}
@media (min-width: 768px) {
  .clum2 {
    flex-direction: row;
    align-items: stretch;
    gap: 40px 40px;
  }
  .clum2 > .item {
    flex: 1;
    min-width: 0;
    width: auto;
  }
}
.clum2:has(> .glp) {
  flex-direction: row;
  align-items: stretch;
  gap: 40px 40px;
}
.clum2:has(> .glp) > .glp {
  flex: 1;
  min-width: 0;
  width: auto;
}

.clum3 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 40px 0;
}
.clum3 > .item {
  width: 100%;
}
@media (min-width: 768px) {
  .clum3 {
    flex-direction: row;
    align-items: stretch;
    gap: 40px 30px;
  }
  .clum3 > .item {
    flex: 1;
    min-width: 0;
    width: auto;
  }
}
.clum3:has(> .glp) {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 40px 30px;
}
.clum3:has(> .glp) > .glp {
  flex: 0 0 calc(50% - 15px);
  min-width: 0;
  width: auto;
}
@media (min-width: 768px) {
  .clum3:has(> .glp) > .glp {
    flex: 1;
  }
}

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

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

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

.pic a {
  display: block;
}
.pic img {
  display: block;
  max-width: 100%;
}
.pic:has(> .illust) {
  position: relative;
}

.illust {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 100px;
}
@media (min-width: 768px) {
  .illust {
    width: 180px;
  }
}
.illust img {
  display: block;
  width: 100%;
}

.illust--br {
  right: -10px;
  bottom: -15px;
}

.illust--bl {
  left: -10px;
  bottom: -15px;
}

.rounded {
  border-radius: 10px;
}

.tit-sec {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tit-sec {
    margin-bottom: 40px;
  }
}
.tit-sec .en {
  font-family: "Lato", sans-serif;
  font-size: clamp(1.3rem, calc(1.3rem + 0.4rem * ((100vw - 375px) / 905px)), 1.7rem);
  font-weight: 500;
  text-transform: uppercase;
  color: #d45064;
}
@media (min-width: 768px) {
  .tit-sec .en {
    line-height: 1;
  }
}
.tit-sec .jp {
  font-size: clamp(2rem, calc(2rem + 0.4rem * ((100vw - 375px) / 905px)), 2.4rem);
  font-weight: 500;
}
.tit-sec::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 10px 0 0;
  background-color: #d45064;
}
@media (min-width: 768px) {
  .tit-sec::after {
    margin-top: 15px;
    width: 48px;
  }
}

.tit-sec-ct {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tit-sec-ct {
    margin-bottom: 40px;
  }
}
.tit-sec-ct {
  text-align: center;
}
.tit-sec-ct .en {
  font-family: "Lato", sans-serif;
  font-size: clamp(1.3rem, calc(1.3rem + 0.4rem * ((100vw - 375px) / 905px)), 1.7rem);
  font-weight: 500;
  text-transform: uppercase;
  color: #d45064;
}
@media (min-width: 768px) {
  .tit-sec-ct .en {
    line-height: 1;
  }
}
.tit-sec-ct .jp {
  font-size: clamp(2rem, calc(2rem + 0.4rem * ((100vw - 375px) / 905px)), 2.4rem);
  font-weight: 500;
}
.tit-sec-ct::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 10px auto 0;
  background-color: #d45064;
}
@media (min-width: 768px) {
  .tit-sec-ct::after {
    margin-top: 15px;
    width: 48px;
  }
}

.main > .p-page-title {
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .main > .p-page-title {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .main > .p-page-title {
    padding-top: 10px;
    margin-bottom: 60px;
  }
}
.main > .p-page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}
.main > .p-page-title > * {
  position: relative;
  z-index: 1;
}

.main .p-page-title .label-en {
  position: absolute;
  top: -15px;
  right: 0;
  font-family: "Lato", sans-serif;
  font-size: clamp(4.5rem, 12vw, 8rem);
  font-weight: 500;
  color: #ffffff;
  pointer-events: none;
  user-select: none;
}
@media (min-width: 768px) {
  .main .p-page-title .label-en {
    top: 5px;
  }
}

.main .p-page-title .jp {
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}

.main .p-page-title .page-title__sub {
  font-size: clamp(1.4rem, 3.5vw, 1.6rem);
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.main .p-page-title .page-title__pad {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .main .p-page-title .page-title__pad {
    padding-top: 40px;
    padding-bottom: 18px;
  }
}

.main .p-page-title .page-title__heading {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 0.5em;
}

.main .p-page-title .page-title__line {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  box-sizing: border-box;
  gap: 0;
}
.main .p-page-title .page-title__line::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  width: 100vw;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.22);
  z-index: 0;
}
.main .p-page-title .page-title__line > span:first-child {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 48px;
  height: 4px;
}
.main .p-page-title .page-title__line > span:last-child {
  flex: 1;
  min-width: 0;
  height: 1px;
  pointer-events: none;
}

.p-cta {
  padding: 40px 0;
  background-color: #f9ecec;
}
@media (min-width: 768px) {
  .p-cta {
    padding: 56px 0;
  }
}
.p-cta .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-cta .inner {
    flex-direction: row;
    align-items: center;
    gap: 80px;
    text-align: left;
  }
}
.p-cta .head {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-cta .head {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .p-cta .head {
    flex: 1;
    min-width: 0;
  }
}
.p-cta .head .tit {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .p-cta .head .tit {
    margin-bottom: 12px;
  }
}
.p-cta .head .tit {
  font-size: clamp(1.6rem, calc(1.6rem + 0.2rem * ((100vw - 375px) / 905px)), 1.8rem);
  font-weight: 500;
}
.p-cta .actions {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .p-cta .actions {
    flex-direction: row;
    align-items: center;
    gap: 50px;
    flex-shrink: 0;
  }
}
.p-cta .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .p-cta .tel {
    margin-bottom: 0;
  }
}
.p-cta .tel .tel-call {
  font-family: "Lato", sans-serif;
  font-size: clamp(2.8rem, calc(2.8rem + 0.8rem * ((100vw - 375px) / 905px)), 3.6rem);
  font-weight: 700;
  color: #d45064;
}
.p-cta .tel .tel-call .tel-call-link {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
.p-cta .tel .tel-call .tel-call-link:hover {
  opacity: 0.75;
}
.p-cta .tel .txt {
  font-size: 1.4rem;
}
.p-cta .button .btn-arrow {
  width: auto;
  max-width: none;
  min-width: 240px;
}

.p-vtext {
  position: relative;
  overflow: hidden;
}
.p-vtext::before {
  content: attr(data-vtext);
  position: absolute;
  top: 48px;
  right: 24px;
  writing-mode: vertical-rl;
  font-family: "Lato", sans-serif;
  font-size: clamp(4rem, calc(4rem + 5rem * ((100vw - 375px) / 905px)), 9rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: rgba(212, 80, 100, 0.2);
  pointer-events: none;
  z-index: 0;
  display: none;
}
@media (min-width: 768px) {
  .p-vtext::before {
    display: block;
  }
}

.p-scroll-txt {
  --p-scroll-txt-duration: 45s;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
}
.p-scroll-txt .track {
  display: flex;
  width: max-content;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-size: clamp(3.2rem, calc(3.2rem + 2.8rem * ((100vw - 375px) / 905px)), 6rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.18;
  white-space: nowrap;
  color: #d45064;
  animation: p-scroll-txt-marquee var(--p-scroll-txt-duration) linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .p-scroll-txt .track {
    animation: none;
    transform: translateX(0);
    justify-content: center;
    margin-inline: auto;
  }
}
.p-scroll-txt .chunk {
  flex-shrink: 0;
  padding-right: 3rem;
}
@media (min-width: 768px) {
  .p-scroll-txt .chunk {
    padding-right: 4rem;
  }
}

@keyframes p-scroll-txt-marquee {
  to {
    transform: translateX(-50%);
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  background-color: #d45064;
  border-radius: 100vh;
  overflow: hidden;
  transition: background-color 0.25s ease;
}
.btn:hover {
  background-color: #2c3e50;
}
.btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 24px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  background-color: #d45064;
  border-radius: 100vh;
  overflow: hidden;
  transition: background-color 0.25s ease;
}
.btn-arrow:hover {
  background-color: #2c3e50;
}
.btn-arrow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 24px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.btn-arrow a {
  gap: 8px;
}
.btn-arrow a::after {
  content: "→";
  transition: transform 0.25s ease;
}
@media (min-width: 768px) {
  .btn-arrow:hover a::after {
    transform: translateX(4px);
  }
}

.btn-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 14px 28px;
  background-color: #d45064;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 100vh;
  transition: background-color 0.25s ease;
}
.btn-footer:hover {
  background-color: #2c3e50;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 64px;
  background-color: #ffffff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
  overflow-x: clip;
}
.header.is-scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1024px) {
  .header {
    height: 96px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .header__inner {
    flex-wrap: nowrap;
    gap: 12px;
    max-width: none;
  }
}
.header__logo-wrapper {
  flex-shrink: 0;
  position: relative;
  z-index: 1002;
}
.header__logo-wrapper .pic {
  width: auto;
  line-height: 0;
}
.header__logo-wrapper .pic .header__logo {
  display: block;
  width: auto;
  max-width: none;
  height: 34px;
}
@media (min-width: 1024px) {
  .header__logo-wrapper .pic .header__logo {
    height: 38px;
  }
}
.header__nav {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 32px 20px 64px;
  background-color: #ffffff;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 999;
}
.header__nav.is-open {
  transform: translateX(0);
}
@media (min-width: 1024px) {
  .header__nav {
    position: static;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 0;
    padding: 0;
    overflow: visible;
    transform: none;
    background-color: transparent;
  }
}
.header__nav .item {
  width: 100%;
}
@media (min-width: 1024px) {
  .header__nav .item {
    width: auto;
  }
}
.header__nav .item .header__nav-item {
  width: 100%;
}
@media (min-width: 1024px) {
  .header__nav .item .header__nav-item {
    width: auto;
  }
}
.header__nav-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 12px 0;
  text-decoration: none;
  border-bottom: 1px solid #d9d9d9;
  transition: opacity 0.25s ease;
}
@media (min-width: 1024px) {
  .header__nav-item {
    align-items: center;
    padding: 0;
    border-bottom: none;
    text-align: center;
  }
}
.header__nav-item:hover {
  opacity: 0.75;
}
.header__nav-item .en {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #d45064;
}
.header__nav-item .jp {
  font-size: 1.5rem;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .header__nav-item .jp {
    font-size: clamp(1.1rem, calc(1.1rem + 0.4rem * ((100vw - 1024px) / 256px)), 1.5rem);
    white-space: normal;
  }
}
.header__nav-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  margin-top: 32px;
  padding-top: 32px;
}
.header__nav-contact .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header__nav-contact .btn {
  width: 100%;
  max-width: none;
}
.header__nav-contact .header__tel {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .header__nav-contact {
    display: none;
  }
}
.header__contact {
  display: none;
}
@media (min-width: 1024px) {
  .header__contact {
    display: flex;
    align-items: center;
    gap: 0 12px;
    flex-shrink: 0;
  }
  .header__contact .item {
    display: flex;
    align-items: center;
  }
  .header__contact .btn a {
    font-size: clamp(1.1rem, calc(1.1rem + 0.4rem * ((100vw - 1024px) / 256px)), 1.5rem);
  }
}
.header__contact .btn {
  width: auto;
  max-width: none;
}
.header__tel {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 1.8rem;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .header__tel {
    font-size: clamp(1.4rem, calc(1.4rem + 0.4rem * ((100vw - 1024px) / 256px)), 1.8rem);
  }
}
.header__tel .tel-call {
  font-family: "Lato", sans-serif;
}
.header__tel .tel-call .tel-call-link {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
.header__tel .tel-call .tel-call-link:hover {
  opacity: 0.75;
}
.header__tel-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-color: #d45064;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath d=%27M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z%27/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.header__hamburger {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: relative;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger span {
  width: 100%;
  height: 2px;
  background-color: #3d3028;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
}
.header__hamburger span:nth-child(1) {
  top: 7px;
}
.header__hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header__hamburger span:nth-child(3) {
  bottom: 7px;
}
.header__hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

body.menu-open {
  overflow: hidden;
}

.footer__main {
  padding: 48px 0 32px;
  background-color: #2b231e;
  color: #ffffff;
}
@media (min-width: 768px) {
  .footer__main {
    padding: 64px 0 40px;
  }
}
.footer__main-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__main-inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
  }
}
.footer__brand {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer__brand {
    margin-bottom: 0;
    flex: 1 1 50%;
    min-width: 0;
  }
}
.footer__brand .pic {
  margin-bottom: 20px;
}
.footer__logo {
  display: inline-block;
}
.footer__logo img {
  display: block;
  width: auto;
  max-width: none;
  height: 36px;
}
.footer__about {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .footer__about {
    margin-bottom: 12px;
  }
}
.footer__badge {
  font-size: 1.4rem;
  color: #dfbe9e;
}
@media (min-width: 768px) {
  .footer__area {
    flex: 0 0 46%;
    min-width: 0;
  }
}
.footer__area .set {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .footer__area .set {
    margin-bottom: 12px;
  }
}
.footer__area .set .en {
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #d45064;
}
.footer__area .set .jp {
  font-size: clamp(1.8rem, calc(1.8rem + 0.2rem * ((100vw - 375px) / 905px)), 2rem);
  font-weight: 500;
  color: #ffffff;
}
.footer__area .txt .note {
  font-size: 1.4rem;
}
.footer__copy {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  text-align: center;
  color: #ffffff;
}

.mv {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mv {
    display: block;
    min-height: 520px;
  }
}
@media (min-width: 1024px) {
  .mv {
    min-height: 580px;
  }
}
.mv .base_inner {
  position: relative;
  z-index: 1;
  background-image: url("../images/home/mv-bg-sp.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .mv .base_inner {
    display: flex;
    align-items: center;
    min-height: inherit;
    background-image: none;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.mv__bg {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 1500/1000;
  background-image: url("../images/home/mv-sp.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .mv__bg {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
    background-image: url("../images/home/mv.webp");
    background-position: 72% center;
  }
}

.mv__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .mv__content {
    width: 54%;
    max-width: 640px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.mv__content .pic {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mv__content .pic {
    margin-bottom: 50px;
  }
}

.mv__txt {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
}
@media (min-width: 768px) {
  .mv__txt {
    max-width: 100%;
  }
}

.mv__content .txt {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mv__content .txt {
    margin-bottom: 40px;
  }
}
.mv__content .txt {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .mv__content .txt {
    font-size: 1.5rem;
  }
}

#index .pg-record {
  background-image: url("../images/home/bg-record-sp.webp");
  background-position: center;
  background-size: cover;
  text-align: center;
}
@media (min-width: 768px) {
  #index .pg-record {
    background-image: url("../images/home/bg-record.webp");
  }
}
#index .pg-record .lead {
  margin-bottom: 36px;
}
#index .pg-record .record-main,
#index .pg-record .item {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}
#index .pg-record .record-main {
  width: min(100%, 440px);
  margin: 0 auto 24px;
  padding: 32px 20px;
}
@media (min-width: 768px) {
  #index .pg-record .record-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: min(100%, 600px);
    margin-right: 0;
    margin-left: 0;
  }
}
#index .pg-record .record-list {
  display: grid;
  gap: 18px;
}
@media (min-width: 768px) {
  #index .pg-record .record-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
#index .pg-record .item {
  padding: 28px 16px;
}
#index .pg-record .count {
  color: #d45064;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
#index .pg-record .num {
  font-size: clamp(5.2rem, calc(5.2rem + 2.8rem * ((100vw - 375px) / 905px)), 8rem);
}
#index .pg-record .unit {
  font-size: clamp(2rem, calc(2rem + 1rem * ((100vw - 375px) / 905px)), 3rem);
  font-weight: 700;
}
#index .pg-record .tit {
  font-weight: 500;
}
#index .pg-strengths .strengths-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 768px) {
  #index .pg-strengths .strengths-list {
    gap: 80px;
  }
}
@media (min-width: 768px) {
  #index .pg-strengths .item {
    display: flex;
    align-items: center;
    gap: 48px;
  }
  #index .pg-strengths .item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  #index .pg-strengths .area {
    flex: 0 0 400px;
  }
}
#index .pg-strengths .number {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #index .pg-strengths .number {
    margin-bottom: 40px;
  }
}
#index .pg-strengths .number {
  position: relative;
  display: inline-block;
}
#index .pg-strengths .number::before {
  content: attr(data-no);
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(70px, -50%);
  font-family: "Lato", sans-serif;
  font-size: clamp(6rem, calc(6rem + 4rem * ((100vw - 375px) / 905px)), 10rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(212, 80, 100, 0.3);
  z-index: 0;
}
@media (min-width: 768px) {
  #index .pg-strengths .number::before {
    transform: translate(80px, -50%);
  }
}
#index .pg-strengths .number .label {
  position: relative;
  z-index: 1;
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#index .pg-strengths .item .tit {
  font-size: clamp(1.8rem, calc(1.8rem + 0.2rem * ((100vw - 375px) / 905px)), 2rem);
  font-weight: 500;
  color: #d45064;
}
#index .pg-strengths .item .txt {
  margin-top: 16px;
}
#index .pg-strengths .item:nth-child(even) .number::before {
  color: rgba(172, 196, 220, 0.3);
}
#index .pg-strengths .item:nth-child(even) .tit {
  color: #2c3e50;
}
#index .pg-strengths .item:nth-child(even) .pic::after {
  background-color: rgba(172, 196, 220, 0.3);
}
@media (min-width: 768px) {
  #index .pg-strengths .item:nth-child(even) .pic::after {
    left: auto;
    right: -120px;
    bottom: -40px;
  }
}
#index .pg-strengths .pic {
  position: relative;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #index .pg-strengths .pic {
    flex: 1;
    min-width: 0;
    margin-top: 0;
  }
}
#index .pg-strengths .pic::after {
  content: "";
  position: absolute;
  left: -14px;
  bottom: -14px;
  width: 55%;
  height: 70%;
  background-color: #f9ecec;
  border-radius: 10px;
  z-index: -1;
}
@media (min-width: 768px) {
  #index .pg-strengths .pic::after {
    left: -120px;
    bottom: -40px;
  }
}
#index .pg-strengths .item:nth-child(3) .illust {
  width: 130px;
}
@media (min-width: 768px) {
  #index .pg-strengths .item:nth-child(3) .illust {
    width: 210px;
  }
}
#index .pg-service .lead {
  margin-top: 16px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  #index .pg-service .lead {
    margin-bottom: 56px;
  }
}
@media (min-width: 768px) {
  #index .pg-service .service-list .item {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    row-gap: 0;
  }
}
#index .pg-service .service-list .head {
  margin-top: 18px;
  text-align: center;
}
#index .pg-service .service-list .tit {
  font-size: clamp(1.8rem, calc(1.8rem + 0.2rem * ((100vw - 375px) / 905px)), 2rem);
  font-weight: 700;
}
#index .pg-service .service-list .sub {
  margin-top: 6px;
  color: #d45064;
  font-size: 1.6rem;
  font-weight: 500;
}
#index .pg-service .service-list .txt {
  margin-top: 12px;
}
#index .pg-case {
  position: relative;
  overflow: hidden;
}
#index .pg-case::after {
  content: "CASE STUDIES";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  font-family: "Lato", sans-serif;
  font-size: 14vw;
  font-weight: 700;
  line-height: 1;
  color: rgba(197, 192, 186, 0.2);
  z-index: 0;
}
#index .pg-case .base_inner {
  position: relative;
  z-index: 1;
}
#index .pg-case .lead {
  margin-top: 16px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  #index .pg-case .lead {
    margin-bottom: 56px;
  }
}
@media (min-width: 768px) {
  #index .pg-case .case-list .item {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    row-gap: 0;
  }
}
#index .pg-case .case-list .pic {
  position: relative;
}
#index .pg-case .case-list .item:nth-child(1) .pic::before {
  content: "01";
}
#index .pg-case .case-list .item:nth-child(2) .pic::before {
  content: "02";
}
#index .pg-case .case-list .item:nth-child(3) .pic::before {
  content: "03";
}
#index .pg-case .case-list .pic::before {
  position: absolute;
  top: -0.5em;
  left: 10px;
  font-family: "Lato", sans-serif;
  font-size: clamp(5rem, calc(5rem + 3rem * ((100vw - 375px) / 905px)), 8rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(212, 80, 100, 0.3);
  z-index: 1;
}
#index .pg-case .case-list .head {
  margin-top: 18px;
}
#index .pg-case .case-list .cat {
  display: inline-block;
  padding: 4px 12px;
  background-color: #2c3e50;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 100vh;
}
#index .pg-case .case-list .tit {
  margin-top: 12px;
  font-size: clamp(1.8rem, calc(1.8rem + 0.2rem * ((100vw - 375px) / 905px)), 2rem);
  font-weight: 700;
  color: #d45064;
}
#index .pg-case .case-list .sub {
  margin-top: 4px;
  font-weight: 500;
}
#index .pg-case .case-list .txt {
  margin-top: 12px;
}
#index .pg-compliance .row {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  #index .pg-compliance .row {
    container-type: inline-size;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    align-items: stretch;
  }
  #index .pg-compliance .row::before {
    content: "";
    order: 1;
    width: 0;
    margin-inline: 28px;
    border-left: 1px dashed rgba(61, 48, 40, 0.12);
  }
  #index .pg-compliance .row .item:first-child {
    order: 0;
  }
  #index .pg-compliance .row .item:last-child {
    order: 2;
  }
}
#index .pg-compliance .row + .row {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #index .pg-compliance .row + .row {
    padding-top: 40px;
    border-top: 1px dashed rgba(61, 48, 40, 0.12);
  }
}
#index .pg-compliance .item {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
}
@media (min-width: 768px) {
  #index .pg-compliance .item {
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  #index .pg-compliance .pic {
    flex: 0 0 auto;
    width: clamp(160px, 18cqi, 220px);
  }
}
@media (min-width: 768px) {
  #index .pg-compliance .area {
    flex: 0 0 auto;
    width: 35cqi;
  }
}
#index .pg-compliance .head {
  display: flex;
  align-items: center;
  gap: 12px;
}
#index .pg-compliance .no {
  font-family: "Lato", sans-serif;
  font-size: clamp(3.6rem, calc(3.6rem + 1.4rem * ((100vw - 375px) / 905px)), 5rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(212, 80, 100, 0.4);
}
#index .pg-compliance .tit {
  font-size: clamp(1.8rem, calc(1.8rem + 0.2rem * ((100vw - 375px) / 905px)), 2rem);
  font-weight: 700;
}
#index .pg-compliance .txt {
  margin-top: 8px;
}
#index .pg-target {
  overflow: hidden;
}
#index .pg-target .base_inner {
  position: relative;
}
#index .pg-target .base_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -160px;
  width: 480px;
  height: 100%;
  transform: translateY(-50%);
  background: url(../images/common/bg-logo.webp) no-repeat right center/contain;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 768px) {
  #index .pg-target .base_inner::after {
    top: auto;
    bottom: -80px;
    width: 620px;
    transform: none;
  }
}
#index .pg-target .clum2 {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  #index .pg-target .clum2 {
    align-items: center;
  }
  #index .pg-target .clum2 .item:last-child {
    order: -1;
  }
}
#index .pg-target .target-list {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#index .pg-target .target-list .tit {
  position: relative;
  padding-left: 24px;
  font-weight: 500;
}
#index .pg-target .target-list .tit::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d45064;
  box-shadow: 0 0 0 4px rgba(212, 80, 100, 0.2);
}
#index .pg-target .target-list .txt {
  padding-left: 24px;
}
#index .pg-pro {
  overflow: hidden;
}
#index .pg-pro .base_inner {
  position: relative;
}
#index .pg-pro .base_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -160px;
  width: 480px;
  height: 100%;
  transform: translateY(-50%);
  background: url(../images/common/bg-logo.webp) no-repeat left center/contain;
  z-index: 0;
}
@media (min-width: 768px) {
  #index .pg-pro .base_inner::after {
    top: auto;
    bottom: -80px;
    width: 620px;
    transform: none;
  }
}
#index .pg-pro .clum2 {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  #index .pg-pro .clum2 {
    align-items: center;
  }
}
#index .pg-voice .base_inner {
  position: relative;
  z-index: 1;
}
#index .pg-voice .lead {
  margin-top: 16px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  #index .pg-voice .lead {
    margin-bottom: 56px;
  }
}
#index .pg-voice .voice-list .item {
  display: flex;
  flex-direction: column;
  background-color: #faf8f5;
  border-radius: 10px;
  overflow: hidden;
}
#index .pg-voice .voice-list .pic img {
  width: 100%;
}
#index .pg-voice .voice-list .body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 20px 24px;
}
@media (min-width: 768px) {
  #index .pg-voice .voice-list .body {
    padding: 24px 24px 28px;
  }
}
#index .pg-voice .voice-list .rate {
  color: #e8b923;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1;
}
#index .pg-voice .voice-list .txt {
  margin-top: 12px;
}
#index .pg-voice .voice-list .profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
}
#index .pg-voice .voice-list .icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2c3e50;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
#index .pg-voice .voice-list .name {
  font-weight: 700;
}
#index .pg-voice .voice-list .sub {
  margin-top: 2px;
  font-size: 1.3rem;
  color: #dfbe9e;
}
#index .pg-message {
  overflow: hidden;
}
#index .pg-message .base_inner {
  position: relative;
}
@media (min-width: 768px) {
  #index .pg-message .base_inner {
    max-width: calc(1280px * 0.7);
  }
}
#index .pg-message .base_inner::before, #index .pg-message .base_inner::after {
  position: absolute;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(10rem, calc(10rem + 8rem * ((100vw - 375px) / 905px)), 18rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(212, 80, 100, 0.25);
  pointer-events: none;
}
#index .pg-message .base_inner::before {
  content: "“";
  top: -0.3em;
  left: -0.15em;
}
#index .pg-message .base_inner::after {
  content: "”";
  right: 0;
  bottom: -0.45em;
}
#index .pg-message .caption {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  text-align: right;
}
#index .pg-message .role {
  font-size: 1.3rem;
}
#index .pg-message .name {
  margin-top: 4px;
  font-size: clamp(1.8rem, calc(1.8rem + 0.2rem * ((100vw - 375px) / 905px)), 2rem);
  font-weight: 700;
}
#index .pg-message .tit-sec {
  position: relative;
  z-index: 1;
}
#index .pg-message .catch {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  font-size: clamp(1.6rem, calc(1.6rem + 0.2rem * ((100vw - 375px) / 905px)), 1.8rem);
  font-weight: 700;
  color: #d45064;
  line-height: 1.7;
}
#index .pg-message .txt {
  position: relative;
  z-index: 1;
  margin-top: 16px;
}
#index .pg-message .p-scroll-txt {
  margin-top: 48px;
}
@media (min-width: 768px) {
  #index .pg-message .p-scroll-txt {
    margin-top: 64px;
  }
}
#index .pg-solution {
  position: relative;
  overflow: hidden;
}
#index .pg-solution::after {
  content: "SOLUTION";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  font-family: "Lato", sans-serif;
  font-size: 14vw;
  font-weight: 700;
  line-height: 1;
  color: rgba(172, 196, 220, 0.35);
  z-index: 0;
}
#index .pg-solution .base_inner {
  position: relative;
  z-index: 1;
}
#index .pg-solution .lead {
  margin-top: 16px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  #index .pg-solution .lead {
    margin-bottom: 56px;
  }
}
#index .pg-solution .solution-list .item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #faf8f5;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #index .pg-solution .solution-list .item {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  #index .pg-solution .solution-list .pic {
    flex: 0 0 38%;
  }
}
#index .pg-solution .solution-list .pic img {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 768px) {
  #index .pg-solution .solution-list .pic img {
    aspect-ratio: auto;
    height: 100%;
    border-radius: 10px 0 0 10px;
  }
}
#index .pg-solution .solution-list .area {
  flex: 1;
  min-width: 0;
  padding: 16px 16px 18px;
}
@media (min-width: 768px) {
  #index .pg-solution .solution-list .area {
    padding: 20px 24px;
  }
}
#index .pg-solution .solution-list .cat {
  display: inline-block;
  padding: 4px 12px;
  background-color: #2c3e50;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 100vh;
}
#index .pg-solution .solution-list .worry {
  margin-top: 10px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(61, 48, 40, 0.12);
  font-size: 1.4rem;
}
#index .pg-solution .solution-list .tit {
  margin-top: 8px;
  font-size: clamp(1.8rem, calc(1.8rem + 0.2rem * ((100vw - 375px) / 905px)), 2rem);
  font-weight: 700;
  color: #d45064;
}
#index .pg-solution .solution-list .txt {
  margin-top: 8px;
  font-size: 1.4rem;
}
#index .pg-workflow {
  --flow-p: 0;
  position: relative;
  overflow: hidden;
}
#index .pg-workflow .base_inner {
  position: relative;
  z-index: 1;
}
#index .pg-workflow .lead {
  margin-top: 16px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  #index .pg-workflow .lead {
    margin-bottom: 56px;
  }
}
#index .pg-workflow .flow-inner {
  position: relative;
  padding-left: 32px;
}
@media (min-width: 768px) {
  #index .pg-workflow .flow-inner {
    padding-left: 48px;
  }
}
#index .pg-workflow .flow-line {
  position: absolute;
  top: var(--flow-line-top, 0px);
  bottom: var(--flow-line-bottom, 0px);
  left: 7px;
  width: 2px;
  pointer-events: none;
}
@media (min-width: 768px) {
  #index .pg-workflow .flow-line {
    left: 11px;
  }
}
#index .pg-workflow .flow-line-bg {
  position: absolute;
  inset: 0;
  border-radius: 1px;
  background-color: rgba(61, 48, 40, 0.12);
}
#index .pg-workflow .flow-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(var(--flow-p, 0) * 100%);
  max-height: 100%;
  border-radius: 1px;
  background-color: #d45064;
  transform-origin: top center;
  transition: height 0.12s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  #index .pg-workflow .flow-line-fill {
    transition: none;
  }
}
#index .pg-workflow .flow-rows {
  position: relative;
  z-index: 1;
}
#index .pg-workflow .item {
  position: relative;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #index .pg-workflow .item {
    grid-template-columns: 1fr minmax(200px, 42%);
    align-items: start;
    gap: 40px;
    padding-bottom: 56px;
  }
}
#index .pg-workflow .item + .item {
  border-top: 1px solid rgba(61, 48, 40, 0.12);
  padding-top: 40px;
}
@media (min-width: 768px) {
  #index .pg-workflow .item + .item {
    padding-top: 56px;
  }
}
#index .pg-workflow .item:last-child {
  padding-bottom: 0;
}
#index .pg-workflow .dot {
  position: absolute;
  top: 0.35em;
  left: -24px;
  z-index: 2;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: rgba(61, 48, 40, 0.18);
  box-shadow: 0 0 0 1px rgba(61, 48, 40, 0.18);
  transform: translateX(-50%);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  #index .pg-workflow .dot {
    left: -36px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #index .pg-workflow .dot {
    transition: none;
  }
}
#index .pg-workflow .item.is-past .dot {
  background-color: #d45064;
  box-shadow: 0 0 0 1px #d45064;
}
#index .pg-workflow .area {
  min-width: 0;
}
#index .pg-workflow .num {
  display: flex;
  align-items: baseline;
  gap: 0.25em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: rgba(61, 48, 40, 0.28);
}
#index .pg-workflow .label {
  font-size: clamp(1.6rem, calc(1.6rem + 0.4rem * ((100vw - 375px) / 905px)), 2rem);
}
#index .pg-workflow .no {
  font-size: clamp(3.6rem, calc(3.6rem + 1.4rem * ((100vw - 375px) / 905px)), 5rem);
}
#index .pg-workflow .tit {
  margin-top: 8px;
  font-size: clamp(1.8rem, calc(1.8rem + 0.2rem * ((100vw - 375px) / 905px)), 2rem);
  font-weight: 700;
  color: #d45064;
}
#index .pg-workflow .txt {
  margin-top: 12px;
}
#index .pg-workflow .contact {
  margin-top: 24px;
  text-align: center;
}
#index .pg-workflow .contact-lead {
  font-weight: 700;
}
#index .pg-workflow .tel {
  margin-top: 8px;
  font-family: "Lato", sans-serif;
  font-size: clamp(2.4rem, calc(2.4rem + 0.8rem * ((100vw - 375px) / 905px)), 3.2rem);
  font-weight: 700;
  line-height: 1.3;
  color: #d45064;
}
#index .pg-workflow .hours {
  margin-top: 4px;
  font-size: 1.3rem;
}
#index .pg-workflow .btn-arrow {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
#index .pg-workflow .pic img {
  width: 100%;
}
#index .pg-workflow .item:first-child .illust,
#index .pg-workflow .item:last-child .illust {
  width: 130px;
}
@media (min-width: 768px) {
  #index .pg-workflow .item:first-child .illust,
  #index .pg-workflow .item:last-child .illust {
    width: 210px;
  }
}
#index .pg-faq .lead {
  margin-top: 16px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  #index .pg-faq .lead {
    margin-bottom: 56px;
  }
}
#index .pg-faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  #index .pg-faq .faq-list {
    gap: 24px;
  }
}
#index .pg-faq .item {
  padding: 20px 20px 22px;
  background-color: #faf8f5;
  border-radius: 10px;
}
@media (min-width: 768px) {
  #index .pg-faq .item {
    padding: 24px 32px 28px;
  }
}
#index .pg-faq .q,
#index .pg-faq .a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
#index .pg-faq .q {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(61, 48, 40, 0.12);
}
#index .pg-faq .q .mark {
  flex: 0 0 28px;
  width: 28px;
  text-align: center;
  color: #d45064;
  font-family: "Lato", sans-serif;
  font-size: clamp(2.2rem, calc(2.2rem + 0.6rem * ((100vw - 375px) / 905px)), 2.8rem);
  font-weight: 700;
  line-height: 1.2;
}
#index .pg-faq .q .txt {
  padding-top: 4px;
  font-weight: 700;
}
#index .pg-faq .a {
  margin-top: 16px;
}
#index .pg-faq .a .mark {
  flex: 0 0 28px;
  width: 28px;
  text-align: center;
  color: #2c3e50;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#index .pg-faq .a .txt {
  padding-top: 1px;
}
#index .pg-company {
  overflow: hidden;
}
#index .pg-company .clum2 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #index .pg-company .clum2 {
    margin-top: 56px;
    align-items: flex-start;
    gap: 40px 48px;
  }
  #index .pg-company .clum2 > .item:first-child {
    flex: 0 0 38%;
  }
  #index .pg-company .clum2 > .item:last-child {
    flex: 1;
    min-width: 0;
  }
}
#index .pg-company .visual {
  position: relative;
}
#index .pg-company .visual::before {
  content: "COMPANY";
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  font-family: "Lato", sans-serif;
  font-size: clamp(4rem, calc(4rem + 4rem * ((100vw - 375px) / 905px)), 8rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  color: rgba(61, 48, 40, 0.08);
  pointer-events: none;
  z-index: 0;
}
#index .pg-company .pic {
  position: relative;
  z-index: 1;
}
#index .pg-company .pic img {
  width: 100%;
}
#index .pg-company .info {
  border-collapse: collapse;
}
#index .pg-company .info .row {
  border-bottom: 1px solid rgba(61, 48, 40, 0.12);
}
#index .pg-company .info .row:first-child {
  border-top: 1px solid rgba(61, 48, 40, 0.12);
}
#index .pg-company .info .label,
#index .pg-company .info .value {
  display: block;
  width: 100%;
}
#index .pg-company .info .label {
  padding: 16px 0 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  #index .pg-company .info .label {
    display: table-cell;
    width: 9em;
    padding: 18px 28px 18px 0;
    white-space: nowrap;
  }
}
#index .pg-company .info .value {
  padding: 8px 0 16px;
  min-width: 0;
}
@media (min-width: 768px) {
  #index .pg-company .info .value {
    display: table-cell;
    padding: 18px 0;
  }
}
#index .pg-company .info .value .txt + .txt {
  margin-top: 8px;
}

@media (min-width: 768px) {
  #contact .contact_sec01 .base_inner {
    max-width: 1000px;
  }
}
#contact .contact_sec01 .con_info {
  padding: 15px 25px;
  border: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
#contact .contact_sec01 .con_info .txt {
  margin-bottom: 15px;
}
#contact .contact_sec01 .con_info .tel_nb {
  text-align: center;
}
#contact .contact_sec01 .con_info .tel_nb .tel-call {
  position: relative;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 2.5rem;
}
#contact .contact_sec01 .con_info .tel_nb .tel-call::after {
  position: absolute;
  content: "Tel.";
  font-size: 1.4rem;
  top: 50%;
  left: 0;
  margin: -0.7em 0 0 -1.8em;
}
#contact .contact_sec01 .cons_form_wrap {
  padding: 15px 25px;
  border: 1px solid #ccc;
}
#contact .contact_sec01 .cons_form_wrap .contact_tbl th {
  display: block;
  width: 100%;
  padding: 15px 15px 0;
}
#contact .contact_sec01 .cons_form_wrap .contact_tbl th .hissu {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  background: #d45064;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  vertical-align: middle;
}
#contact .contact_sec01 .cons_form_wrap .contact_tbl td {
  display: block;
  width: 100%;
  padding: 15px 15px;
}
#contact .contact_sec01 .cons_form_wrap .contact_tbl tr {
  border-bottom: 1px solid #7e7e7e;
}
@media (min-width: 768px) {
  #contact .contact_sec01 .con_info {
    padding: 45px 25px;
    margin-bottom: 40px;
    text-align: center;
  }
  #contact .contact_sec01 .con_info .txt {
    margin-bottom: 30px;
  }
  #contact .contact_sec01 .con_info .tel_nb .tel-call {
    font-size: 4rem;
    margin-left: 4rem;
  }
  #contact .contact_sec01 .con_info .tel_nb .tel-call::after {
    font-size: 1.6rem;
    margin: -0.7em 0 0 -1.8em;
  }
  #contact .contact_sec01 .cons_form_wrap {
    padding: 30px 50px 65px;
  }
  #contact .contact_sec01 .cons_form_wrap .contact_tbl th {
    display: table-cell;
    width: 30%;
    padding: 25px 30px;
  }
  #contact .contact_sec01 .cons_form_wrap .contact_tbl td {
    display: table-cell;
    width: 70%;
    padding: 25px 30px;
  }
}
#contact input[type=submit],
#contact input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #d45064;
  color: #fff;
  font-size: 16px;
}
#contact input[type=submit]::-webkit-search-decoration,
#contact input[type=button]::-webkit-search-decoration {
  display: none;
}
#contact input[type=submit]::focus,
#contact input[type=button]::focus {
  outline-offset: -2px;
}
#contact input[type=submit]:hover,
#contact input[type=button]:hover {
  background: #666;
  color: #fff;
}
#contact input[type=text],
#contact input[type=email] {
  width: 100%;
  height: 35px;
  border: 1px solid #d6d6d6;
  padding: 9px 10px 5px;
  font-size: 14px;
  background: #fff;
}
#contact input[type=tel] {
  width: 100%;
  height: 35px;
  border: 1px solid #d6d6d6;
  padding: 5px 10px 5px 15px;
  font-size: 14px;
  background: #fff;
}
#contact input[type=checkbox] {
  font-size: 14px;
  margin-bottom: 5px;
  background: #000;
  border: 1px solid #fff;
}
#contact .approval {
  margin: 32px 0;
  text-align: center;
}
#contact .checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  cursor: pointer;
}
#contact .checkbox {
  width: 18px;
  height: 18px;
  margin-bottom: 0;
  cursor: pointer;
}
#contact .approval-text {
  margin-top: 12px;
  font-size: 1.4rem;
  text-align: center;
}
#contact .link {
  color: #d45064;
  text-decoration: underline;
}
#contact .link:hover {
  text-decoration: none;
}
#contact .approval-note {
  font-size: 1.3rem;
}
#contact textarea {
  width: 100%;
  height: 15em;
  border: 1px solid #d6d6d6;
  padding: 10px 10px 10px 15px;
  font-size: 14px;
  background: #fff;
}
#contact .form_btn {
  width: 80%;
  max-width: 240px;
  margin: 0 auto 30px;
}
#contact .form_btn_sc {
  width: 240px;
  margin: 30px auto 0;
}
#contact .form_btn_sc .item_btn {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #contact .form_btn_sc {
    width: 600px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #contact .form_btn_sc .item_btn {
    width: 240px;
  }
}
@media (min-width: 768px) {
  #contact .form_btn input[type=button],
  #contact .form_btn input[type=submit] {
    width: 240px;
  }
}

#privacy .section-privacy .inner {
  max-width: 800px;
  margin: 0 auto;
}
#privacy .section-privacy .intro {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  #privacy .section-privacy .intro {
    margin-bottom: 60px;
    text-align: left;
  }
}
#privacy .section-privacy .intro .tit {
  font-size: clamp(1.8rem, calc(1.8rem + 0.2rem * ((100vw - 375px) / 905px)), 2rem);
  font-weight: 500;
}
#privacy .section-privacy .item {
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #privacy .section-privacy .item {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
#privacy .section-privacy .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#privacy .section-privacy .item .tit {
  font-size: clamp(1.7rem, calc(1.7rem + 0.2rem * ((100vw - 375px) / 905px)), 1.9rem);
  font-weight: 500;
}
#privacy .section-privacy .contact .name {
  font-weight: 500;
}
#privacy .section-privacy .contact address {
  font-style: normal;
}
#privacy .section-privacy .contact .tel .number {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #d45064;
}

#thanks .pg-thanks .inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
#thanks .pg-thanks .txt {
  margin-top: 24px;
}
@media (min-width: 768px) {
  #thanks .pg-thanks .txt {
    margin-top: 32px;
  }
}
#thanks .pg-thanks .tel {
  margin-top: 24px;
  font-family: "Lato", sans-serif;
  font-size: clamp(2.4rem, calc(2.4rem + 1.2rem * ((100vw - 375px) / 905px)), 3.6rem);
  font-weight: 700;
  line-height: 1.3;
  color: #d45064;
}

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