*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure, blockquote {
  margin: 0;
}
ul, ol {
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
button {
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:active{
  text-decoration: none;
  color: inherit;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
  background-color: #fff;
  overflow-x: hidden;
}
.p-hanayui__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 32px;
}
.p-hanayui__title {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  padding-block: 11px;
}
.p-hanayui__title-number {
  flex-shrink: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  color: #308236;
}
.p-hanayui__title-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
.p-hanayui__mv-button {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  padding: 10px 24px;
  border-radius: 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  transition: opacity 0.3s ease;
}
.p-hanayui__mv-button:hover {
  opacity: 0.85;
  color: inherit;
}
.p-hanayui__mv-button--primary {
  background-color: #358838;
  color: #fff;
  padding: 20px 36px;
}
.p-hanayui__mv-button--primary:hover{
  color: #fff;
}

.p-hanayui__mv-button--outline {
  padding: 20px 36px;
  border: 1px solid #358838;
  background-color: #fff;
  color: #358838;
}

.p-hanayui__mv-button--outline:hover{
  color: #358838;
}

.p-hanayui__mv-button-icon {
  flex-shrink: 0;
  width: 28px;
  height: auto;
  object-fit: contain;
}
.p-hanayui__mv-button-arrow {
  flex-shrink: 0;
  width: 9px;
  height: 16px;
  object-fit: contain;
}
.p-hanayui__check-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-hanayui__check-list-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.p-hanayui__check-list-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.p-hanayui__check-list-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  line-height: 1.5;
}
.p-hanayui__mv {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 608px;
  padding: 80px;
  overflow: hidden;
}
.p-hanayui__mv-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height:608px;
}
.p-hanayui__mv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-hanayui__mv-deco {
  position: absolute;
  z-index: 1;
  width: 299px;
  pointer-events: none;
}
.p-hanayui__mv-deco--top {
  top: -70px;
  left: -60px;
  transform: rotate(180deg);
}

.p-hanayui__mv-deco--bottom {
  right: -50px;
  bottom: -70px;
  width: 299px;
}
.p-hanayui__mv-content {
  position: relative;
  left: 80px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 1440px;
  padding-inline: 22px;
}
.p-hanayui__mv-heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-hanayui__mv-catch {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.28px;
}
.p-hanayui__mv-catch-accent {
  display: inline;
  color: #2d8332;
}
.p-hanayui__mv-lead {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
.p-hanayui__mv-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.p-hanayui__about-title{
  justify-content: center;
}

.p-hanayuki-about_desc{
  padding-top: 40px;
  text-align: center;
}

.p-hanayui__problem {
  padding-block: 36px 64px;
}
.p-hanayui__problem-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 39px;
}
.p-hanayui__problem-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding: 32px 16px;
  border-radius: 16px;
  background-color: #f5f8f1;
  text-align: center;
}
.p-hanayui__problem-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.p-hanayui__problem-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 1.5;
}
.p-hanayui__service {
  padding-block: 32px 64px;
}
.p-hanayui__service-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 36px;
  padding: 8px;
}
.p-hanayui__service-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  padding: 24px 16px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.p-hanayui__service-icon-wrap {
  position: relative;
  width: 80px;
  height: 80px;
}
.p-hanayui__service-icon {
  width: 100%;
  height: 100%;
  max-width: 80px;
  object-fit: contain;
}
.p-hanayui__service-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.36px;
  line-height: 1.4;
}
.p-hanayui__service-detail {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  line-height: 1.6;
  text-align: left;
  align-self: stretch;
  margin-bottom: 16px;
}
.p-hanayui__service-detail + .p-hanayui__service-detail {
  margin-top: -16px;
}
.p-hanayui__merit {
  padding-block: 32px 64px;
}
.p-hanayui__merit-cards {
  display: grid;
  gap: 16px;
  margin-top: 24px;
  padding: 8px;
  grid-template-columns: repeat(2, 1fr);
}
.p-hanayui__merit-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  min-height: 356px;
}
.p-hanayui__merit-card-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
}
.p-hanayui__merit-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-hanayui__merit-card-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 50%, #fff 100%);
}
.p-hanayui__merit-card-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 60%;
  padding: 32px 26px;
}
.p-hanayui__merit-card-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-hanayui__merit-card-title {
  font-size: 24px;
  font-weight: 500;
  color: #308236;
  letter-spacing: 0.48px;
  line-height: 1.4;
}
.p-hanayui__merit-card-line {
  width: 32px;
  height: 4px;
  background-color: #308236;
}
.p-hanayui__addition {
  padding-block: 32px 64px;
}
.p-hanayui__addition-inner {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
}
.p-hanayui__addition-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 8px 15px;
}
.p-hanayui__addition-desc {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  line-height: 2.25;
}
.p-hanayui__addition-note {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.25;
}
.p-hanayui__addition-box-wrap {
  flex: 1.5;
  position: relative;
  padding-top: 32px;
}
.p-hanayui__addition-label {
  position: absolute;
  top: 0;
  left: 33px;
  z-index: 1;
  padding: 8px 38px;
  border-radius: 8px;
  background-color: #308236;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  white-space: nowrap;
}
.p-hanayui__addition-box {
  padding: 36px 24px 24px;
  border: 1px solid #98c46d;
  border-radius: 16px;
  background-color: #fff;
}
.p-hanayui__addition-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px 16px;
}
.p-hanayui__addition-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}
.p-hanayui__addition-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.p-hanayui__addition-item-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24px;
  line-height: 1.4;
}
.p-hanayui__flow {
  padding-block: 32px 64px;
}
.p-hanayui__flow-steps {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 24px;
  align-items: stretch;
}
.p-hanayui__flow-card {
  flex: 1;
  position: relative;
  min-height: 254px;
  padding: 18px;
  border-radius: 16px;
  background-color: #f6f9f2;
}
.p-hanayui__flow-card-head {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  margin-bottom: 24px;
}
.p-hanayui__flow-step-label {
  font-size: 12px;
  font-weight: 500;
  color: #308236;
  line-height: 1;
}
.p-hanayui__flow-step-number {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
.p-hanayui__flow-step-title {
  font-size: 24px;
  font-weight: 500;
  color: #308236;
  line-height: 1.4;
}
.p-hanayui__flow-card-body {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: center;
}
.p-hanayui__flow-card-icon {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  object-fit: contain;
}
.p-hanayui__flow-card-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.p-hanayui__flow-arrow {
  display: flex;
  flex-shrink: 0;
  width: 31px;
  height: auto;
  object-fit: contain;
  align-items: center;
  justify-content: center;
}
.p-hanayui__area-faq {
  padding-block: 32px 64px;
}
.p-hanayui__area-faq-inner {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
}
.p-hanayui__area {
  flex: 1;
  width: 100%;
}
.p-hanayui__area-lead {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  line-height: 1.6;
}
.p-hanayui__area-content {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
  margin-top: 16px;
  padding: 31px 32px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.p-hanayui__area-map {
  flex-shrink: 0;
}
.p-hanayui__area-map img {
  width: 150px;
  height: auto;
}
.p-hanayui__area-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
}
.p-hanayui__area-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.p-hanayui__area-pin {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.p-hanayui__area-name {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  line-height: 1.5;
}
.p-hanayui__faq {
  flex: 1.5;
  width: 100%;
}
.p-hanayui__faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  padding: 4px;
}
.p-hanayui__faq-item {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.p-hanayui__faq-item.is-active .p-hanayui__faq-arrow::before {
  transform: rotate(-45deg);
}
.p-hanayui__faq-item.is-active .p-hanayui__faq-arrow::after {
  transform: rotate(45deg);
}
.p-hanayui__faq-item.is-active .p-hanayui__faq-answer {
  display: block;
}
.p-hanayui__faq-question {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 40px;
  text-align: left;
  cursor: pointer;
}
.p-hanayui__faq-question-inner {
  display: flex;
  gap: 24px;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.p-hanayui__faq-q-mark {
  flex-shrink: 0;
  font-size: 40px;
  font-weight: 500;
  color: #308236;
  line-height: 1;
}
.p-hanayui__faq-q-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.p-hanayui__faq-arrow {
  position: relative;
  flex-shrink: 0;
  width: 18px;
  height: 10px;
  margin-left: auto;
}
.p-hanayui__faq-arrow::before,
.p-hanayui__faq-arrow::after {
  content: "";
  position: absolute;
  top: 4px;
  width: 11px;
  height: 2px;
  border-radius: 999px;
  background-color: #308236;
  transition: transform 0.3s;
}
.p-hanayui__faq-arrow::before {
  left: 0;
  transform: rotate(45deg);
}
.p-hanayui__faq-arrow::after {
  right: 0;
  transform: rotate(-45deg);
}
.p-hanayui__faq-answer {
  display: none;
  padding: 0 40px 24px 88px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.gjs-dashed .p-hanayui__faq-answer{
  display: block;
}

.p-hanayui__contact {
  padding-block: 32px;
  background-color: #f6f9f2;
}
.p-hanayui__contact-head {
  display: flex;
  flex-direction: row;
  gap: 48px;
  margin-bottom: 24px;
  align-items: center;
}
.p-hanayui__contact-lead {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  line-height: 1.6;
  padding-top: 24px;
}
.p-hanayui__contact-content {
  max-width: 1252px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.p-hanayui__contact-logo {
  flex-shrink: 0;
}
.p-hanayui__contact-logo img {
  max-width: 302px;
  width: 100%;
  object-fit: contain;
}
.p-hanayui__contact-cards {
  display: flex;
  gap: 16px;
}
.p-hanayui__contact-card {
  max-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 126px;
  padding: 24px 16px;
  border-radius: 8px;
  background-color: #fff;
}

.p-hanayui__contact-card.p-hanayui__contact-bnr{
  max-width:310px ;
  background-color: unset;
  padding: 0;
  min-height: unset;
}

.p-hanayui__contact-card a{
  transition: 0.3s ease;
}
.p-hanayui__contact-card a:hover{
  opacity: 0.55;
}

.p-hanayui__contact-phone-row {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}
.p-hanayui__contact-phone-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.p-hanayui__contact-phone-number {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
.p-hanayui__contact-phone-hours {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.p-hanayui__contact-sns-row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.p-hanayui__contact-sns-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.p-hanayui__contact-sns-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1199px) {
  .p-hanayui__problem-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-hanayui__service-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .p-hanayui__addition-inner {
    flex-direction: column;
    gap: 24px;
  }
  .p-hanayui__addition-box-wrap{
    width: 100%;
  }
  .p-hanayui__addition-icon{
    max-width: 100px;
    min-height: 64px;
    height: auto;
    width: 100%;
  }

  .p-hanayui__addition-item-text{
    font-size: 14px;
  }

  .p-hanayui__merit-cards{
    grid-template-columns: repeat(1, 1fr);
  }
  .p-hanayui__addition-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 16px;
  }
  .p-hanayui__flow {
    padding: 16px 15px 36px;
  }
  .p-hanayui__flow-steps {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  .p-hanayui__flow-card {
    width: 100%;
    min-height: 216px;
  }
  
  .p-hanayui__flow-arrow {
    display: block;
    transform: rotate(90deg);
  }
  .p-hanayui__area-faq-inner {
    flex-direction: column;
    gap: 48px;
  }
  .p-hanayui__contact-head {
    flex-direction: column;
    gap: 16px;
  }
  .p-hanayui__contact-content {
    flex-direction: column;
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .p-hanayui__mv {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto;
    padding: 0;
    background-color: #f5f8f1;
  }
  .p-hanayui__mv-bg {
    position: relative;
    inset: auto;
    width: 100%;
    height: 250px;
    min-height: auto;
    aspect-ratio: auto;
  }
  .p-hanayui__mv-bg img {
    object-position: 100% center;
  }
  .p-hanayui__mv-deco {
    width: 94px;
  }
  .p-hanayui__mv-deco--top {
    top: -16px;
    left: -30px;
  }
  .p-hanayui__mv-deco--bottom {
    right: -21px;
    bottom: auto;
    top: 198px;
    width: 94px;
  }
  .p-hanayui__mv-content {
    left: auto;
    align-items: center;
    gap: 36px;
    width: 100%;
    max-width: none;
    padding: 16px 40px 32px;
    text-align: center;
  }
  .p-hanayui__mv-heading {
    gap: 16px;
    align-items: center;
  }
  .p-hanayui__mv-catch {
    font-size: 32px;
    letter-spacing: 0.64px;
  }
  .p-hanayui__mv-lead {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
  .p-hanayui__mv-buttons {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 243px;
  }
  .p-hanayui__mv-button {
    justify-content: center;
    width: 240px;
    min-height: 58px;
    padding: 8px 14px;
    font-size: 16px;
  }
  .p-hanayui__mv-button--primary {
    gap: 16px;
    padding: 8px 14px;
  }
  .p-hanayui__mv-button--outline {
    padding: 8px 20px;
  }
  .p-hanayui__mv-button-icon {
    width: 30px;
  }

  
}


@media screen and (max-width: 543px) {
  .p-hanayui__inner {
    padding-inline: 0;
  }
  .p-hanayui__title {
    height: 56px;
    align-items: center;
    padding-block: 11px;
    padding-inline: 12px;
  }
  .p-hanayui__title-number {
    width: 38px;
    font-size: 36px;
  }
  .p-hanayui__title-text {
    width: auto;
    font-size: 16px;
    white-space: normal;
  }
  .p-hanayui__problem {
    padding: 16px 8px 32px;
  }
  .p-hanayui__problem-list {
    grid-template-columns: repeat(2, minmax(0, 160px));
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }
  .p-hanayui__problem-item {
    gap: 40px;
    min-height: 160px;
    padding: 24px 8px;
  }
  .p-hanayui__problem-icon {
    width: 64px;
    height: 64px;
  }
  .p-hanayui__problem-text {
    font-size: 12px;
    letter-spacing: 0.24px;
  }
  .p-hanayui__service {
    padding: 16px 16px 32px;
  }
  .p-hanayui__service-list {
    grid-template-columns: repeat(2, minmax(0, 160px));
    justify-content: center;
    gap: 8px;
    padding: 6px 0;
    margin-top: 26px;
  }
  .p-hanayui__service-item {
    gap: 12px;
    min-height: 234px;
    padding: 30px 16px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  }
  .p-hanayui__service-icon-wrap,
  .p-hanayui__service-icon {
    width: 64px;
    height: 64px;
  }
  .p-hanayui__service-name {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
  .p-hanayui__service-detail {
    font-size: 10px;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
  }
  .p-hanayui__service-detail + .p-hanayui__service-detail {
    margin-top: -12px;
  }
  .p-hanayui__merit {
    padding: 16px 12px 32px;
  }
  
  .p-hanayui__merit-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 4px;
    margin-top: 24px;
  }
  .p-hanayui__merit-card {
    min-height: 191px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  }
  .p-hanayui__merit-card-image {
    left: 139px;
    width: auto;
    right: -84px;
  }
  .p-hanayui__merit-card-body {
    gap: 12px;
    max-width: 190px;
    padding: 25px 16px;
  }
  .p-hanayui__merit-card-heading {
    gap: 8px;
  }
  .p-hanayui__merit-card-title {
    font-size: 16px;
  }
  .p-hanayui__merit-card-line {
    width: 16px;
    height: 2px;
  }
  .p-hanayui__check-list {
    gap: 8px;
  }
  .p-hanayui__check-list-item {
    align-items: center;
  }
  .p-hanayui__check-list-icon {
    width: 16px;
    height: 16px;
  }
  .p-hanayui__check-list-text {
    font-size: 10px;
    letter-spacing: 0.2px;
    white-space: nowrap;
  }
  .p-hanayui__addition {
    padding: 16px 14px 32px;
  }
 
  .p-hanayui__addition-text {
    gap: 16px;
    padding: 0;
  }
  .p-hanayui__addition-item-text{
    font-size: 10px;
  }

  .p-hanayui__addition-desc {
    padding-block: 8px;
    font-size: 12px;
    letter-spacing: 0.24px;
    line-height: 2.25;
  }
  .p-hanayui__addition-note {
    letter-spacing: 0;
    font-size: 12px;
  }
  .p-hanayui__addition-box-wrap {
    width: 100%;
  }
  .p-hanayui__addition-label {
    left: 50%;
    transform: translateX(-50%);
  }
  .p-hanayui__addition-box {
    padding: 32px;
  }
  .p-hanayui__addition-list {
    grid-template-columns: repeat(3, 86px);
    justify-content: center;
    gap: 8px;
  }
  .p-hanayui__addition-icon {
    width: 48px;
    height: 48px;
  }
 
  .p-hanayui__flow-card-head {
    margin-bottom: 16px;
  }
  .p-hanayui__flow-step-number {
    font-size: 24px;
  }
  .p-hanayui__flow-step-title {
    font-size: 16px;
  }
  .p-hanayui__flow-card-body {
    gap: 48px;
  }
  .p-hanayui__flow-card-icon {
    width: 64px;
    height: 64px;
  }
  .p-hanayui__flow-card-text {
    font-size: 12px;
    line-height: 2;
  }

  .p-hanayui__area-faq {
    padding: 16px 16px 32px;
  }
  .p-hanayui__area-faq-inner {
    gap: 32px;
  }
  .p-hanayui__area-lead {
    font-size: 12px;
    letter-spacing: 0.24px;
  }
  .p-hanayui__area-content {
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    padding: 32px 24px;
  }
  .p-hanayui__area-map img {
    width: 68px;
  }
  .p-hanayui__area-list {
    gap: 7px;
  }
  .p-hanayui__area-pin {
    width: 16px;
    height: 16px;
  }
  .p-hanayui__area-name {
    font-size: 12px;
    letter-spacing: 0.24px;
  }
  .p-hanayui__faq-question {
    min-height: 82px;
    gap: 8px;
    padding: 12px 24px;
  }
  .p-hanayui__faq-question-inner {
    gap: 8px;
    width: 100%;
  }
  .p-hanayui__faq-q-mark {
    font-size: 24px;
  }
  .p-hanayui__faq-q-text {
    font-size: 12px;
  }
  .p-hanayui__faq-arrow {
    margin-left: auto;
  }
  .p-hanayui__faq-answer {
    padding: 0 25px 24px;
    font-size: 12px;
    line-height: 1.8;
  }
  .p-hanayui__contact {
    padding: 16px 16px 32px;
  }
  .p-hanayui__contact-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
  }
  .p-hanayui__contact-lead {
    padding-top: 0;
    font-size: 12px;
    letter-spacing: 0.24px;
  }
  .p-hanayui__contact-content {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .p-hanayui__contact-logo img {
    max-width: 186px;
  }
  .p-hanayui__contact-cards {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 248px;
    gap: 16px;
  }
  .p-hanayui__contact-card {
    width: 100%;
    max-width: none;
    min-height: 144px;
    padding: 30px 24px;
  }
  .p-hanayui__contact-phone-number {
    font-size: 20px;
  }
}