/* ---------------------------
  variable
----------------------------- */
:root {
  --black: #1A1A1A;
  --gray: #cccccc;
  --white: #ffffff;
  --pink: #FC6C85;
  --pink-light: #FFEBF1;
  --pink-white: #FFF8F8;
  --coral-light: #FCEAE8;
  --green: #6CAF4E;
  --green-light: #DEEDD6;
  --green-white: #FCF9EB;
  --blue: #48B5E5;
  --font-primary: var(--black);
  --family-primary: "M PLUS Rounded 1c", sans-serif;
  --line-height-tight: 1.2;
  --line-height-snug: 1.4;
  --line-height-default: 1.5;
  --line-height-normal: 1.7;
  --line-height-relaxed: 2;
  --leading-trim: calc((1em - 1lh) / 2);
  --radius-full: calc(1px / 0);
}

/* ---------------------------
  icon
----------------------------- */
:root {
  --icon-chevron-right: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><path d="M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0M10,16.5v-8l6.667,4Z"/></svg>');
}

/* ---------------------------
  CSS Reset
----------------------------- */
* {
  min-inline-size: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:where(html) {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

:where(body) {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

:where(body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol) {
  margin: 0;
}

:where(ul, ol) {
  list-style-type: "";
  padding: unset;
}

:where(a:not([class])) {
  text-decoration-skip-ink: auto;
}

:where(a) {
  text-decoration: none;
}

:where(img, picture) {
  max-width: 100%;
  height: auto;
  display: block;
}

:where(input, button, textarea, select) {
  font: inherit;
}

:where(input[type=text], textarea) {
  font-size: 16px;
}

:where(textarea) {
  field-sizing: content;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:where(:any-link,
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]) {
  cursor: pointer;
}

:focus:not(:focus-visible) {
  outline: none;
}

:where(address) {
  font-style: normal;
}

:where(table) {
  border-collapse: collapse;
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after,
  ::backdrop {
    background-attachment: scroll !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
/* ---------------------------
  base
----------------------------- */
body {
  color: var(--font-primary);
  font-family: var(--family-primary);
  font-size: 16px;
  line-height: var(--line-height-normal);
  font-weight: 400;
  overflow-x: clip;
  overflow-y: scroll;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

a {
  color: var(--font-primary);
}

button {
  appearance: none;
  -webit-appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

/* ---------------------------
  utility
----------------------------- */
.u-wrapper {
  max-width: 1280px;
  margin-inline: auto;
  padding: 0 40px;
}
@media (max-width: 640px) {
  .u-wrapper {
    padding: 0 20px;
  }
}

.u-container {
  container-type: inline-size;
}

.u-br-sm {
  display: none;
}
@media (max-width: 640px) {
  .u-br-sm {
    display: inline;
  }
}

.u-br-sm-none {
  display: inline;
}
@media (max-width: 640px) {
  .u-br-sm-none {
    display: none;
  }
}

.u-br-md {
  display: none;
}
@media (max-width: 768px) {
  .u-br-md {
    display: inline;
  }
}

.u-br-lg {
  display: none;
}
@media (max-width: 1024px) {
  .u-br-lg {
    display: inline;
  }
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.u-forced-wide {
  margin-inline: calc(50% - 50vi);
}

.u-forced-wide-bg {
  border-image: linear-gradient(var(--_background) 0 0) fill 0//0 100vi;
}

.u-2cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 0;
}
@media (max-width: 768px) {
  .u-2cols {
    grid-template-columns: 1fr;
  }
}
.u-2cols > div:first-child {
  padding-right: clamp(10px, -9.61px + 5.229vw, 50px);
}
@media (max-width: 768px) {
  .u-2cols > div:first-child {
    order: 2;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .u-2cols > div:last-child {
    order: 1;
  }
}

/* ---------------------------
  component
----------------------------- */
.c-hgroup h2, .c-hgroup h3 {
  font-size: clamp(28px, 18.2px + 2.614vw, 48px);
  font-weight: 500;
  text-align: center;
}
.c-hgroup div {
  margin-top: 0.3em;
  font-size: clamp(16px, 12.08px + 1.046vw, 24px);
  text-align: center;
}
.c-hgroup img {
  margin-inline: auto;
}
@media (max-width: 640px) {
  .c-hgroup img {
    width: auto;
    height: 20px;
  }
}

.c-lead {
  font-size: clamp(15px, 13.53px + 0.392vw, 18px);
  text-align: center;
  line-height: var(--line-height-relaxed);
  margin-top: 1.5em;
}
@media (max-width: 640px) {
  .c-lead {
    line-height: var(--line-height-normal);
  }
}

.c-button {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr max-content;
  gap: 0.5em;
  font-size: clamp(18px, 13.1px + 1.307vw, 28px);
  color: var(--white);
  font-weight: 800;
  line-height: var(--line-height-default);
  text-align: center;
  padding: 1.2em 1em;
  background-color: var(--pink);
  border-radius: 15px;
  box-shadow: 5px 5px 0px #9B4356;
  margin-bottom: 5px;
  transition: opacity 0.2s ease-in-out;
}
.c-button:focus-visible {
  opacity: 0.8;
}
@media (any-hover: hover) {
  .c-button:hover {
    opacity: 0.8;
  }
}
.c-button::after {
  content: "";
  width: 0.9em;
  aspect-ratio: 1/1;
  mask-image: var(--icon-chevron-right);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--white);
  align-self: center;
}
.c-button--secondary {
  background-color: var(--green);
  box-shadow: 5px 5px 0px #435639;
}

/* ---------------------------
  header
----------------------------- */
.header {
  width: 100%;
  background-color: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  height: 60px;
  padding: 0 40px;
  max-width: 1520px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .header-wrapper {
    display: grid;
    grid-template-columns: 1fr 50px;
    height: 50px;
    padding: 0;
    gap: 0;
  }
}

.header__logo {
  position: relative;
  z-index: 10000;
}
@media (max-width: 1024px) {
  .header__logo {
    background-color: var(--white);
    padding-left: 40px;
    height: 100%;
    width: 100%;
    display: grid;
    align-content: center;
  }
}
@media (max-width: 640px) {
  .header__logo {
    padding-left: 16px;
  }
}

@media (max-width: 1024px) {
  .g-nav {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 999;
    width: 100%;
    max-width: 516px;
    height: 100vh;
    height: 100dvh;
    background-color: var(--white);
    padding-top: 90px;
    padding-left: 40px;
    padding-right: 40px;
    overflow-y: auto;
    visibility: hidden;
    transition: right 0.2s ease-in, visibility 0.2s ease-in;
  }
}
@media (max-width: 640px) {
  .g-nav {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.g-nav.is_active {
  right: 0;
  visibility: visible;
}

.g-nav-action {
  display: none;
}
@media (max-width: 1024px) {
  .g-nav-action {
    display: block;
  }
}

.g-nav-action__item + .g-nav-action__item {
  margin-top: 16px;
}

.g-nav-list {
  display: flex;
  align-items: center;
  gap: clamp(0px, -19.61px + 5.229vw, 40px);
}
@media (max-width: 1024px) {
  .g-nav-list {
    display: block;
    margin-top: 50px;
    padding-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .g-nav-list__item {
    border-bottom: 1px solid var(--gray);
  }
}
@media (max-width: 1024px) {
  .g-nav-list__item:first-of-type {
    border-top: 1px solid var(--gray);
  }
}
.g-nav-list__item br {
  display: none;
}
@media (max-width: 1280px) {
  .g-nav-list__item br {
    display: inline;
  }
}
@media (max-width: 1024px) {
  .g-nav-list__item br {
    display: none;
  }
}
.g-nav-list__item a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: var(--pink);
  text-align: center;
  line-height: var(--line-height-tight);
  white-space: nowrap;
  transition: opacity 0.2s ease-in-out;
}
.g-nav-list__item a:focus-visible {
  opacity: 0.8;
}
@media (any-hover: hover) {
  .g-nav-list__item a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1024px) {
  .g-nav-list__item a {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 0.5em;
    text-align: left;
    padding: 1.2em 1.5em;
    color: var(--black);
  }
}
@media (max-width: 1024px) {
  .g-nav-list__item a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 6px;
    background-color: var(--pink);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}

/* ---------------------------
  hamb
----------------------------- */
.hamburger {
  display: none;
  width: 50px;
  height: 50px;
  padding: 17px 13px;
  background-color: var(--green);
  cursor: pointer;
  position: relative;
  z-index: 10000;
}
@media (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}
.hamburger.is_active .hamburger__inner {
  transform: translateX(2px);
}
.hamburger.is_active .hamburger__inner span:nth-of-type(1) {
  transform: rotate(38deg);
}
.hamburger.is_active .hamburger__inner span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.is_active .hamburger__inner span:nth-of-type(3) {
  transform: rotate(-38deg);
}

.hamburger__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: 0.3s ease-in-out;
}
.hamburger__inner span {
  display: block;
  width: 100%;
  height: 1px;
  opacity: 1;
  background-color: var(--white);
  transform-origin: left;
  transition: 0.3s ease-in-out;
}

/* ---------------------------
  footer
----------------------------- */
.footer {
  padding: clamp(40px, 32.16px + 2.092vw, 56px) 0;
  background-color: var(--green);
}

.footer-title img {
  margin-inline: auto;
}

.footer-copyright {
  font-size: clamp(12px, 11.02px + 0.261vw, 14px);
  color: var(--white);
  text-align: center;
  margin-top: 1.5em;
}
.footer-copyright small {
  font-size: 1em;
}

/* ---------------------------
  hero
----------------------------- */
.hero-section {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .hero-section {
    margin-top: 50px;
  }
}

.hero {
  position: relative;
  max-width: 1680px;
  margin-inline: auto;
}

.hero__img {
  width: 100%;
  border-radius: 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hero__img picture, .hero__img img {
  width: 100%;
}
@media (max-width: 1024px) {
  .hero__img {
    border-radius: 0;
  }
}

.hero__slogan {
  position: absolute;
  inset: 0;
  z-index: 10;
  padding-top: clamp(30px, 28.24px + 3.137vw, 64px);
  padding: clamp(28px, 10.35px + 4.706vw, 64px) clamp(20px, 10.2px + 2.614vw, 40px) 0;
}
.hero__slogan img {
  margin-inline: auto;
}

.hero__content {
  position: absolute;
  left: 30%;
  bottom: clamp(50px, 20.2px + 2.614vw, 50px);
  z-index: 10;
  width: 100%;
  max-width: 530px;
  translate: -50% 0;
}
@media (max-width: 768px) {
  .hero__content {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: -60px;
    padding: 0 20px;
    translate: 0 0;
    margin-inline: auto;
  }
}
.hero__content .hgroup {
  text-align: center;
}
.hero__content .hgroup div {
  font-size: clamp(14px, 6.16px + 2.092vw, 30px);
  font-weight: 500;
  color: var(--green);
  -webkit-text-stroke: 0.3em var(--white);
  text-stroke: 0.3em var(--white);
  paint-order: stroke;
  margin-bottom: 0.2em;
}
.hero__content .hgroup img {
  margin-inline: auto;
  width: clamp(175px, 112.75px + 16.601vw, 302px);
}
.hero__content dl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(13px, 10.55px + 0.654vw, 18px);
  margin-top: 1em;
}
.hero__content dl + dl {
  margin-top: 0;
}
.hero__content dt, .hero__content dd {
  font-size: clamp(13px, 10.55px + 0.654vw, 18px);
  font-weight: 500;
  -webkit-text-stroke: 0.25em var(--white);
  text-stroke: 0.25em var(--white);
  paint-order: stroke;
}
.hero__content dt::after {
  content: ":";
  display: inline-block;
  margin: 0 0.2em;
}

.hero__content-inner {
  padding: 28px 40px 32px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
}
@media (max-width: 640px) {
  .hero__content-inner {
    padding: 14px 10px 16px;
  }
}

/* ---------------------------
  intro
----------------------------- */
.intro-section {
  margin-top: -20px;
}
@media (max-width: 768px) {
  .intro-section {
    margin-top: 0;
    padding-top: 10px;
  }
}

.inro-headline {
  position: relative;
  z-index: 100;
  margin-bottom: clamp(24px, 16.16px + 2.092vw, 40px);
}
.inro-headline img {
  margin-inline: auto;
  width: clamp(200px, 165.2px + 9.281vw, 271px);
}

.intro-slogan img {
  margin-inline: auto;
}

.intro-2cols {
  margin-top: clamp(40px, 20.39px + 5.229vw, 80px);
}

.intro-text {
  font-size: clamp(15px, 14.51px + 0.131vw, 16px);
}
.intro-text span {
  font-weight: 500;
  color: var(--pink);
}

.intro-illust {
  margin-inline: auto;
  margin-top: clamp(20px, 6.27px + 3.66vw, 48px);
}
@media (max-width: 640px) {
  .intro-illust {
    width: 70%;
  }
}

.intro-img {
  border-radius: clamp(15px, 7.65px + 1.961vw, 30px);
}

/* ---------------------------
  point
----------------------------- */
.point-section {
  padding-top: clamp(48px, 44.08px + 1.046vw, 56px);
}

.point-child-section--1 {
  padding-top: 40px;
  padding-bottom: clamp(30px, 25.1px + 1.307vw, 40px);
  background-color: var(--pink-white);
  position: relative;
}
.point-child-section--1::before {
  content: "";
  display: block;
  background-image: url(../img/wave_primary.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/84;
  position: absolute;
  top: 0;
  translate: 0 -100%;
  z-index: -1;
}
.point-child-section--2 {
  padding-top: clamp(56px, 5.02px + 13.595vw, 160px);
  padding-bottom: clamp(48px, 12.71px + 9.412vw, 120px);
  background-color: var(--green-white);
  background-image: url(../img/bg_pattern_plus.svg);
  background-repeat: repeat;
  background-size: clamp(48px, 36.24px + 3.137vw, 72px) clamp(48px, 36.24px + 3.137vw, 72px);
  position: relative;
}
.point-child-section--2::before, .point-child-section--2::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/84;
  left: 0;
  z-index: 100;
}
.point-child-section--2::before {
  background-image: url(../img/wave_secondary.svg);
  top: -1px;
}
.point-child-section--2::after {
  background-image: url(../img/wave_primary.svg);
  bottom: -1px;
}
.point-child-section--3 {
  padding-top: clamp(40px, 20.39px + 5.229vw, 80px);
  padding-bottom: 40px;
  background-color: var(--pink-white);
}

.point-hgroup {
  display: grid;
  grid-template-columns: clamp(64px, 40.47px + 6.275vw, 112px) 1fr;
  align-items: center;
  gap: clamp(16px, 8.16px + 2.092vw, 32px);
}
.point-hgroup span {
  display: block;
  font-size: clamp(20px, 17.06px + 0.784vw, 26px);
  font-weight: 500;
  margin-top: 0.2em;
}
@media (max-width: 640px) {
  .point-hgroup h3 img {
    width: auto;
    height: 18px;
  }
}

.point-text {
  font-size: clamp(14px, 13.02px + 0.261vw, 16px);
  margin-top: 1.5em;
}
@media (max-width: 640px) {
  .point-text {
    margin-top: 1em;
  }
}

.point-notice {
  font-size: clamp(12px, 11.02px + 0.261vw, 14px);
  margin-top: 1em;
}

.point-illust {
  margin-left: auto;
  margin-right: 0;
  margin-top: clamp(20px, 15.1px + 1.307vw, 30px);
}
@media (max-width: 640px) {
  .point-illust {
    margin-right: auto;
  }
}

.point-img {
  width: 100%;
  border-radius: clamp(15px, 7.65px + 1.961vw, 30px);
  position: relative;
  z-index: 100;
}

/* ---------------------------
  voice
----------------------------- */
.voice-section {
  padding-top: clamp(64px, 36.55px + 7.32vw, 120px);
  padding-bottom: clamp(48px, 32.31px + 4.183vw, 80px);
  position: relative;
  background-color: var(--pink-light);
  background-image: url(../img/bg_pattern_square.svg);
  background-repeat: repeat;
  background-size: 30px 30px;
  position: relative;
}
.voice-section::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/84;
  left: 0;
  z-index: 100;
  background-image: url(../img/wave_secondary.svg);
  top: -1px;
}

.voice-head {
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.voice-head::after {
  content: "";
  display: block;
  background-image: url(../img/headline_bg_illust.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 193/380;
  width: clamp(80px, 24.61px + 14.771vw, 193px);
  position: absolute;
  top: -40px;
  right: 0;
  translate: 105% 0;
  z-index: 100;
}
@media (max-width: 640px) {
  .voice-head::after {
    display: none;
  }
}

.voice-grid {
  margin-top: clamp(40px, 32.16px + 2.092vw, 56px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 12.24px + 3.137vw, 48px) clamp(24px, 8.31px + 4.183vw, 56px);
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .voice-grid {
    grid-template-columns: 1fr;
  }
}

.voice-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.voice-card__img img {
  width: 100%;
  border-top-left-radius: clamp(15px, 7.65px + 1.961vw, 30px);
  border-top-right-radius: clamp(15px, 7.65px + 1.961vw, 30px);
}

.voice-card__content {
  background-color: var(--white);
  border-bottom-left-radius: clamp(15px, 7.65px + 1.961vw, 30px);
  border-bottom-right-radius: clamp(15px, 7.65px + 1.961vw, 30px);
  padding: clamp(24px, 16.16px + 2.092vw, 40px);
  position: relative;
}
.voice-card__content h3 {
  font-size: clamp(18px, 16.53px + 0.392vw, 21px);
  font-weight: 500;
  color: var(--pink);
  margin-bottom: 1.2em;
  background-color: var(--coral-light);
  padding: 0.35em 1em;
}
.voice-card__content h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: clamp(64px, 56.16px + 2.092vw, 80px);
  aspect-ratio: 80/75;
  background-image: url(../img/voice_bubble.svg);
  background-repeat: no-repeat;
  background-size: contain;
  translate: -25% -52%;
}
.voice-card__content p {
  font-size: clamp(14px, 13.02px + 0.261vw, 16px);
}

/* ---------------------------
  about
----------------------------- */
.about-section {
  padding-top: clamp(40px, 24.31px + 4.183vw, 72px);
  padding-bottom: clamp(56px, 34.43px + 5.752vw, 100px);
}

.about-table {
  margin-top: clamp(32px, 24.16px + 2.092vw, 48px);
  width: 100%;
  border-collapse: collapse;
}
.about-table th, .about-table td {
  font-size: clamp(14px, 13.02px + 0.261vw, 16px);
  vertical-align: middle;
  text-align: left;
  padding: 1.2em;
  padding-left: 3.5em;
  border-top: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
}
@media (max-width: 640px) {
  .about-table th, .about-table td {
    padding: 1em;
  }
}
.about-table th {
  background-color: var(--green-light);
  font-weight: 400;
  width: 200px;
}
@media (max-width: 640px) {
  .about-table th {
    width: inherit;
    white-space: nowrap;
  }
}

.about-map {
  margin-top: 40px;
}
.about-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1200/480;
  border-radius: clamp(15px, 7.65px + 1.961vw, 30px);
  overflow: hidden;
}
@media (max-width: 640px) {
  .about-map iframe {
    aspect-ratio: 1/1;
  }
}

.about-action {
  margin-top: clamp(56px, 34.43px + 5.752vw, 100px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 60px;
}
@media (max-width: 768px) {
  .about-action {
    grid-template-columns: 1fr;
  }
}

/* ---------------------------
  page - common
----------------------------- */



.swing-on-scroll {
  display: inline-block;
  transform-origin: top center; /* 上を支点に揺れる */
}

/* フリフリの動き（数回） */
@keyframes swing {
  0%   { transform: rotate(0deg); }
  20%  { transform: rotate(6deg); }
  40%  { transform: rotate(-6deg); }
  60%  { transform: rotate(4deg); }
  80%  { transform: rotate(-4deg); }
  100% { transform: rotate(0deg); }
}

/* アニメーションを付与するクラス */
.animate-swing {
  animation: swing 0.5s ease-in-out;
}





.bubble-chat {
  display: inline-block;
  transform-origin: bottom center;
}

@keyframes chatSwing {
  0%   { transform: rotate(0deg) scale(1); }
  25%  { transform: rotate(3deg) scale(1.05); }
  50%  { transform: rotate(-3deg) scale(1.1); }
  75%  { transform: rotate(2deg) scale(1.05); }
  100% { transform: rotate(0deg) scale(1); }
}

.animate-chat {
  animation: chatSwing 1.0s ease-in-out 2 forwards; /* 2回だけ揺れる */
}




.fade-in {
  opacity: 0;                 /* 初期は透明 */
  transform: translateY(20px); /* 下から少し浮かせる */
  transition: opacity 1.0s ease-out, transform 1.0s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);   /* 元の位置に戻る */
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .hero__content {
        zoom: 0.6;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1368px) and (orientation: landscape) {
    .hero__content {
        zoom: 0.7;
    }
}