/* =========
  base
========= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #5f5147;
  background-color: #f8f7f1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

/* =========
  header
========= */
.header {
  position: relative;
  z-index: 100;
  background-color: #fbf6eb;
}

.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  margin: 0;
  width: 125px;
}

.header__logo img {
  display: block;
  width: 100%;
}

.hamburger {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: rgba(255, 255, 255, 0.45);
  position: relative;
  z-index: 100;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background-color: #F6B99F;
  transition: all .3s;
}

.hamburger.is-open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.header__nav {
  display: none;
}

.header__nav.is-open {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background-color: #fbf6eb;
  padding: 24px 16px 32px;
  border-top: 1px solid #efc8b7;
}

.header__list {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
  text-align: center;
}

.header__list a {
  font-size: 14px;
}

.header__cta {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 22px;
  border-radius: 999px;
  background-color: #efb59a;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

/* =========
  hero
========= */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at left 30%, rgba(255, 205, 210, 0.55), transparent 20%),
    radial-gradient(circle at left 70%, rgba(210, 232, 196, 0.7), transparent 18%),
    radial-gradient(circle at right 28%, rgba(255, 242, 196, 0.65), transparent 16%),
    #fbf6eb;
}

.hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 16px 32px;
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__visual {
  order: 1;
  width:min(100%, 330px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero__photo{
  width: 90%;
  display: block;
  transform: translateX(40px);
}

/* 雲フレーム */
.hero__cloud {
  position: absolute;
  right: 16px;
  top: 230px;
  width: 230px;
  aspect-ratio: 273 / 203;
  z-index: 3;
  transform: rotate(5deg);
}

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

.hero__catch {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18% 12% 12% 8%;
  margin: 0;
  text-align: center;
  color: #6B5B53;
  line-height: 1.5;
  transform: rotate(-5deg);
}

.hero__catch-main,
.hero__catch-sub {
  display: block;
}

.hero__catch-main {
  font-size: 12px;
  font-weight: 500;
}

.hero__catch-sub {
  font-size: 13px;
  font-weight: 700;
  margin-top: 6px;
}

/* 下の説明文 */

.hero__text {
  order: 3;
  margin: 92px 20px 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #6B5B53;
}

/* LINEボタン */

.line__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 240px;
  padding: 14px 24px;
  border-radius: 999px;
  background-color: #9fcdb0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(159, 205, 176, 0.35);
  position: relative;
  z-index: 5;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.line__btn:hover {
  transform: translateY(-3px);
  background: #99C5AB;
  box-shadow: 0 12px 24px rgba(0,0,0,0.2);
}

.line__btn-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.hero__btn{
  order:4;
}

/* 装飾レイヤー */

.hero__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__sparkle,
.hero__bird {
  position: absolute;
  display: block;
  height: auto;
}

/* 装飾配置 */

.hero__bird {
  width: 60px;
  top: 42px;
  left: 20px;
  z-index: 3;
  transform: rotate(-22deg);
  opacity: 0.8;
}

.hero__sparkle--01 {
  width: 12px;
  right: 22px;
  top: 220px;
  z-index: 3;
}

.hero__sparkle--02{
  width: 12px;
  left: 24px;
  top: 40px;
  z-index: 3; 
}

/* PC表示 */

@media (min-width: 768px) {
 .header__logo {
  margin: 0;
  width: 150px;
}

 .header__nav {
    display: flex;
    align-items: center;
    gap: 32px;
  }

  .header__list {
    display: flex;
    align-items: center;
    gap: 36px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .header__list a {
    color: #6B5B53;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.3s;
  }

  .header__list a:hover {
    opacity: 0.7;
  }

  .header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 154px;
    height: 56px;
    padding: 0 28px;
    border-radius: 999px;
    background: #EA9A70;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);

    transition: 
     transform 0.25s ease,
     box-shadow 0.25s ease,
     opacity 0.25s ease;
  }

  .header__cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.2);
    opacity: 0.95;
  }

  .hamburger {
    display: none;
  }

  .hero__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 0 80px;
  }

  .hero__content {
    display: block;
    position: relative;
    min-height: 520px;
  }

  .hero__cloud {
    position: absolute;
    top: 6%;
    left: 150px;
    width: 500px;
    z-index: 3;
  }

  .hero__catch-main{
    font-size: 20px;
  }

  .hero__catch-sub{
    font-size: 24px;
  }

  .hero__visual {
    width: 560px;
    margin-left: auto;
    margin-right:150px;
  }

  .hero__photo {
    display: block;
    width: 100%;
    height: auto;
    transform: none;
  }

  .hero__text {
    position: absolute;
    left: 250px;
    top: 380px;
    font-size: 18px;
    margin: 0;
    text-align: center;
    z-index: 2;
  }

  .hero__btn {
    position: absolute;
    left: 50%;
    top: 500px;
    transform: translateX(-50%);
    z-index: 2;
  }

  .hero__btn:hover {
    transform: translateX(-50%) translateY(-3px);
  }

  .hero__btn:active {
    transform: translateX(-50%) translateY(1px);
  }

  .hero__bird{
    width: 76px;
    top: 105px;
    left: 220px;
    z-index: 4;
  }

   .hero__sparkle--01 {
    width: 16px;
    top: 100px;
    left: 210px;
    right: auto;
    z-index: 4;
  }

  .hero__sparkle--02 {
    width: 16px;
    top: 310px;
    left: 700px;
    right: auto;
    z-index: 4;
  }
}

/* =========================
   empathy
========================= */
.empathy {
  padding: 64px 0;
  background: #F1F7F3;
  color: #6B5B53;
}

.empathy__inner {
  width: min(100% - 32px, 346px);
  margin: 0 auto;
}

/* =========================
   section header（共通）
========================= */
.section-header {
  position: relative;
  margin-bottom: 32px;
  text-align: center;
}

.section-header__frame {
  display: block;
  width: 263px;
  height: auto;
  margin: 0 auto;
}

.section-header__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78%;
  margin: 0;
  transform: translate(-50%, -50%);
  color: #6B5B53;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-top: 6px;
}

/* =========================
   card list
========================= */
.empathy__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.empathy-card {
  width: 346px;
  height: 302px;
  padding: 24px 20px;
  border-radius: 16px;
  background: #FFFFFF;
  text-align: center;
  box-shadow: 0 4px 14px rgba(107, 91, 83, 0.08);
}

.empathy-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.empathy-card__icon img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
}

.empathy-card__title {
  margin-top: 32px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.6;
  color: #6B5B53;
}

.empathy-card__desc {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.8;
  color: #6B5B53;
}

.empathy-card__text {
  margin: 10px 0 0;
  color: #6B5B53;
  font-size: 13px;
  line-height: 1.8;
}

/* =========================
   message
========================= */
.empathy__message {
  max-width: 320px;
  margin: 32px auto 0;
  text-align: center;
  font-weight: 500;
}

.empathy__message p {
  margin: 0;
  color: #6B5B53;
  font-size: 13px;
  line-height: 2;
}

.pc {
  display: none;
}

/* =========================
   pc
========================= */
@media (min-width: 768px) {
  .empathy {
    padding: 96px 0;
  }

  .empathy__inner {
    width: min(100% - 48px, 1100px);
  }

  .section-header {
    margin-bottom: 48px;
  }

  .section-header__frame {
    width: 320px;
  }

  .section-header__title {
    width: 76%;
    font-size: 32px;
    line-height: 1.6;
    padding-top: 16px;
  }

  .empathy__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1102px;
    margin: 0 auto;
    justify-items: center; /* これ重要 */
  }

  .empathy-card{
    width: 342px;
    height: 302px;
  }

   /* 4枚目 */
  .empathy-card:nth-child(4){
    grid-column: 1 / 2;
    transform: translateX(50%);
  }

  /* 5枚目 */
  .empathy-card:nth-child(5){
    grid-column: 3 / 4;
    transform: translateX(-50%);
  }

    .empathy-card__icon {
    margin-bottom: 14px;
  }

  .empathy-card__icon img {
    width: 64px;
    height: 64px;
  }

  .empathy-card__title {
    font-size: 18px;
  }

  .empathy-card__text {
    font-size: 14px;
  }

  .empathy__message {
    margin-top: 40px;
  }

  .empathy__message p {
    font-size: 16px;
    line-height: 2;
  }

  .pc {
    display: block;
  }

  .empathy__message{
  max-width: 520px;
  margin-top: 40px;
  text-align: center;
  color: #6B5B53;
  line-height: 2.2;
  font-size: 15px;
  font-weight: 500;
  }
}

/* =========================
   story
========================= */
.story {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background: #F7F3ED;
  color: #6B5B53;
}

.story__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 346px);
  margin: 0 auto;
}

/* 葉っぱ */
.story .section-header {
  margin-bottom: 28px;
}

.story__leaves {
  position: absolute;
  top: -7px;
  right: 30px;
  width: 91px;
  height: 85px;
  object-fit: contain;
  z-index: 2;
}

/* 水彩 */
.story__watercolor {
  position: absolute;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.52;
  pointer-events: none;
  z-index: 0;
}

.story__watercolor--pink {
  top: 160px;
  left: -88px;
  width: 354px;
  height: 360px;
  background: radial-gradient(
    circle,
    rgba(244, 189, 198, 0.95) 0%,
    rgba(244, 189, 198, 0.46) 45%,
    rgba(244, 189, 198, 0) 75%
  );
}

.story__watercolor--blue {
  top: 176px;
  right: 18px;
  width: 126px;
  height: 110px;
  background: radial-gradient(
    circle,
    rgba(180, 210, 231, 0.95) 0%,
    rgba(180, 210, 231, 0.44) 45%,
    rgba(180, 210, 231, 0) 75%
  );
}

.story__watercolor--green {
  top: 718px;
  left: 24px;
  width: 130px;
  height: 114px;
  background: radial-gradient(
    circle,
    rgba(193, 218, 183, 0.95) 0%,
    rgba(193, 218, 183, 0.44) 45%,
    rgba(193, 218, 183, 0) 75%
  );
}

/* 写真 */
.story__photos {
  position: relative;
  min-height: 360px;
  margin-bottom: 12px;
}

.story__photo {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
}

.story__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story__photo--left {
  top: -23px;
  left: -30px;
  width: 191px;
  height: 184px;
}

.story__photo--right {
  top: 127px;
  right: -35px;
  width: 155px;
  height: 149px;
}

/* 小鳥 */
.story__bird {
  position: absolute;
  top: 322px;
  left: 0;
  width: 75px;
  height: 51px;
  object-fit: contain;
  opacity: 0.7;
  z-index: 2;
}

/* テキストカード */
.story__card {
  position: relative;
  width: 344px;
  min-height: 1154px;
  padding: 28px 20px 32px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(107, 91, 83, 0.06);
  backdrop-filter: blur(3px);
}

.story__card p {
  margin: 0 0 1.45em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: #6B5B53;
}

.story__highlight {
  color: #EA9A70;
  font-weight: 700;
}

/* 引用 */
.story__quote {
  position: relative;
  width: 300px;
  min-height: 290px;
  margin: 20px auto 28px;
}

.story__quote-frame {
  display: block;
  width: 100%;
  height: auto;
}

.story__quote-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1.9;
  color: #6B5B53;
}

/* =========================
   story pc
========================= */
@media (min-width: 768px) {
  .story {
    padding: 96px 0;
  }

  .story::before {
    left: 70px;
  }

  .story::after {
    right: 70px;
  }

  .story__inner {
    width: min(100% - 48px, 1100px);
  }

  .story .section-header {
    margin-bottom: 56px;
  }

  .story__leaves {
    top: 2px;
    right: 388px;
    width: 91px;
    height: 85px;
  }

  .story__watercolor--pink {
    top: 390px;
    left: 90px;
    width: 632px;
    height: 360px;
    filter: blur(38px);
  }

  .story__watercolor--blue {
    top: 532px;
    right: 180px;
    width: 610px;
    height: 420px;
    filter: blur(34px);
  }

  .story__watercolor--green {
    top: 1621px;
    left: 161px;
    width: 399px;
    height: 340px;
    filter: blur(34px);
  }

  .story__photos {
    min-height: 670px;
    margin-bottom: 10px;
  }

  .story__photo--left {
    top: 0;
    left: 18px;
    width: 640px;
    height: 617px;
    z-index: 2;
  }

  .story__photo--right {
    top: 219px;
    right: 11px;
    width: 400px;
    height: 385px;
    z-index: 1;
  }

  .story__bird {
    top: 613px;
    left: 72px;
    width: 100px;
    height: 70px;
    opacity: 0.7;
  }

  .story__card {
    width: 980px;
    min-height: 846px;
    margin: 0 auto;
    padding: 54px 58px 56px;
  }

  .story__card p {
    font-size: 16px;
    line-height: 2;
  }

  .story__quote {
    width: 339px;
    min-height: 222px;
    margin: 28px auto 34px;
  }

  .story__quote-text {
    width: 74%;
    font-size: 16px;
    line-height: 1.8;
  }
}

/* =========================
   activity
========================= */
.activity{
  padding:64px 0;
  background:#E8ECE8;
  color:#6B5B53;
}

.activity__inner{
  width:min(100% - 32px,346px);
  margin:0 auto;
}

/* 見出し */
.activity .section-header{
  margin-bottom:32px;
  position:relative;
}

/* キラキラ */

.activity__sparkle{
  position:absolute;
  width:18px;
  height:auto;
}

.activity__sparkle--left{
  left:40px;
  top:6px;
}

.activity__sparkle--right{
  right:24px;
  bottom:12px;
}


/* =========================
   card list
========================= */

.activity__list{
  display:flex;
  flex-direction:column;
  gap:16px;
  margin-bottom:28px;
}


/* =========================
   card
========================= */

.activity-card{
  width:346px;
  min-height:426px;
  padding:28px 24px 32px;

  border-radius:16px;
  background:#FFFFFF;

  box-shadow:0 4px 14px rgba(107,91,83,0.08);

  text-align:center;
}

/* アイコン丸 */

.activity-card__icon{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;

}

.activity-card__icon img{
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;

}

/* タイトル */

.activity-card__title{
  margin-bottom:18px;

  font-size:18px;
  font-weight:700;
  line-height:1.6;
}

/* 本文 */

.activity-card__text{
  margin-bottom:18px;

  font-size:15px;
  line-height:1.9;
}

/* オレンジ文章 */

.activity-card__message{
  font-size:15px;
  font-weight:700;
  line-height:1.9;

  color:#F3B18C;
}

/* LINEボタン */

.activity__btn-wrap {
  margin-top: 20px;
  text-align: center;
}

/* =========================
   pc
========================= */

@media (min-width:768px){

  .activity{
    padding:96px 0;
  }

  .activity__inner{
    width:min(100% - 48px,1100px);
  }

  .activity .section-header{
    margin-bottom:48px;
  }

  /* sparkle */

  .activity__sparkle{
    width:22px;
  }

  .activity__sparkle--left{
    left:360px;
    top:6px;
  }

  .activity__sparkle--right{
    right:360px;
    bottom:10px;
  }

  /* card list */

  .activity__list{
    display:grid;
    grid-template-columns:repeat(3,346px);
    justify-content:center;
    gap:24px;

    margin-bottom:36px;
  }

  /* card */

  .activity-card{
    min-height:456px;
  }

  .activity-card__title{
    font-size:20px;
  }

  .activity-card__text{
    font-size:16px;
  }

  .activity-card__message{
    font-size:16px;
  }

}

/* =========================
   profile
========================= */
.profile{
  position: relative;
  padding: 64px 0;
  background: #f8f4ec;
  color: #6B5B53;
  overflow: hidden;
}

.profile::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/background/back-paper.png") center top / cover no-repeat;
  opacity: 0.2; /* ←ここで薄さ調整 */
  z-index: 0;
}

.profile__inner{
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 346px);
  margin: 0 auto;
}

.profile__header{
  margin-bottom: 28px;
}

.profile .section-header__frame{
  width: 210px;
}

.profile .section-header__title{
  width: 72%;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 2px;
}

.profile__bird{
  position: absolute;
  top: 5px;
  left: 86px;
  width: 42px;
  height: auto;
  transform: rotate(7deg);
  z-index: 2;
  opacity: 0.7;
}

.profile__visual{
  position: relative;
  width: 100%;
  min-height: 175px;
  margin-bottom: 16px;
}

.profile__main-photo,
.profile__sub-photo{
  border-radius: 50%;
  overflow: hidden;
}

.profile__sub-photo img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile__main-photo{
  width: 230px;
  height: 230px;
  margin-left: auto;
  margin-right: -45px;
  margin-bottom: 32px;
}

.profile__main-photo img{
  width: 90%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.profile__sub-photo{
  position: absolute;
}

.profile__sub-photo--01{
  width: 64px;
  height: 64px;
  top: 227px;
  left: -49px;
  z-index: 3;
}

.profile__sub-photo--02{
  width: 64px;
  height: 64px;
  top: 344px;
  right: -48px;
  z-index: 3;
}

.profile__name-wrap{
  position: relative;
  width: 100%;
  margin-top: -160px;
  padding-left: 16px;
  text-align: left;
}

.profile__name{
  margin: 0 16px 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.profile__sp-only{
  display: inline;
}

.profile__furigana{
  font-size: 16px;
  margin: 0 -9px;
}

.profile__job{
  margin: 12px 27px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.profile__card{
  position: relative;
  padding: 34px 22px 30px;
  margin-top: 60px;
  border-radius: 16px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 4px 14px rgba(107, 91, 83, 0.06);
}

.profile__card .profile__sub-photo--03{
  width: 64px;
  height: 64px;
  top: 252px;
  left: -34px;
}

.profile__list{
  margin: 0 48px 22px;
  padding-left: 1.2em;
  list-style: disc;
}

.profile__list li{
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
}

.profile__message{
  margin: 0;
  text-align: center;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}

/* =========================
   profile pc
========================= */
@media (min-width: 768px){
  .profile{
    padding: 96px 0;
  }

  .profile__inner{
    width: min(100% - 48px, 1100px);
  }

  .profile__header{
    margin-bottom: 38px;
  }

  .profile .section-header__frame{
    width: 245px;
  }

  .profile .section-header__title{
    font-size: 24px;
    width: 68%;
  }

  .profile__bird{
    top: 23px;
    left: 404px;
    width: 63px;
  }

  .profile__visual{
    min-height: 245px;
    margin-bottom: 14px;
  }

  .profile__main-photo{
    width: 230px;
    height: 230px;
    margin: 0 auto 32px;
  }

  .profile__main-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

  .profile__sub-photo--01{
    width: 74px;
    height: 74px;
    top: 66px;
    left: 270px;
  }

  .profile__sub-photo--02{
    width: 74px;
    height: 74px;
    top: 86px;
    right: 276px;
  }

  .profile__name-wrap{
    margin-top: 14px;
    margin-bottom: 26px;
    text-align: center;
  }

  .profile__name{
    font-size: 20px;
  }

  .profile__job{
    font-size: 16px;
  }

  .profile__sp-only{
  display: none;
  }

  .profile__card{
    width: 760px;
    margin: 0 auto;
    padding: 30px 48px 28px;
  }

  .profile__card .profile__sub-photo--03{
    width: 74px;
    height: 74px;
    top: -30px;
    left: -30px;
  }

  .profile__list{
    width: fit-content;
    margin: 0 auto 18px;
  }

  .profile__list li{
    font-size: 14px;
    line-height: 1.9;
  }

  .profile__message{
    font-size: 14px;
    line-height: 1.9;
  }
}

/* =========================
   voice
========================= */
.voice{
  padding: 64px 0;
  background: #F1F7F3;
  color: #6B5B53;
}

.voice__inner{
  width: min(100% - 32px, 346px);
  margin: 0 auto;
}

/* -------------------------
   header
------------------------- */
.voice__header{
  position: relative;
  margin-bottom: 32px;
  text-align: center;
}

.voice__section-header{
  margin-bottom: 0;
}

.voice .section-header__frame{
  width: 230px;
}

.voice__title{
  width: 76%;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
}

.voice__talk{
  position: absolute;
  top: -16px;
  right: 52px;
  width: 38px;
  height: auto;
}

.voice__bird{
  position: absolute;
  left: 8px;
  top: 153px;
  width: 42px;
  height: auto;
  opacity: 0.8;
}

/* -------------------------
   list
------------------------- */
.voice__list{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* -------------------------
   card
------------------------- */
.voice-card{
  padding: 16px 18px 20px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  width: 346px;
  height: 300px;
}

.voice-card__photo{
  width: 78px;
  height: 78px;
  margin: 0 auto 12px;
  border-radius: 50%;
  border: 1px solid #6B5B53;
  overflow: hidden;
}

.voice-card__photo img{
  width: 80%;
  height: 100%;
  object-fit: cover;
}

.voice-card__meta{
  margin: 20px 0 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.voice-card__text{
  margin-top: 28px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

/* =========================
   voice pc
========================= */
@media (min-width: 768px){
  .voice{
    padding: 96px 0;
  }

  .voice__inner{
    width: min(100% - 48px, 1100px);
  }

  .voice__header{
    margin-bottom: 40px;
  }

  .voice .section-header__frame{
    width: 280px;
  }

  .voice__title{
    width: 74%;
    font-size: 16px;
    line-height: 1.6;
  }

  .voice__talk{
    top: 23px;
    right: 358px;
    width: 55px;
  }

  .voice__bird{
    left: 204px;
    top: 179px;
    width: 64px;
    opacity: 0.8;
  }

  .voice__list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 22px;
    max-width: 700px;
    margin: 0 auto;
  }

  .voice-card{
    min-height: 142px;
    padding: 18px 20px 22px;
    border-radius: 10px;
  }

  .voice-card__photo{
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
  }

  .voice-card__photo img{
    width: 86%;
    height: 100%;
  }

  .voice-card__meta{
    margin-bottom: 10px;
    font-size: 12px;
  }

  .voice-card__text{
    font-size: 14px;
    line-height: 1.9;
  }
}

/* =========================
   price
========================= */
.price{
  padding: 64px 0;
  background: #F7F3ED;
  color: #6B5B53;
}

.price__inner{
  width: min(100% - 32px, 346px);
  margin: 0 auto;
  text-align: center;
}

.price__header{
  margin-bottom: 28px;
}

/* -------------------------
   card
------------------------- */
.price__card{
  width: 346px;
  min-height: 420px;
  padding: 28px 24px 32px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 4px 14px rgba(107, 91, 83, 0.06);
}

.price__icon{
  width: 90px;
  height: 90px;
  margin: 0 auto 18px;
}

.price__icon img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.price__body{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price__service{
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.price__fee{
  margin: 0 0 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.price__fee span{
  font-size: 13px;
  font-weight: 500;
  margin-left: 4px;
}

.price__item + .price__item{
  margin-top: 22px;
}

.price__label{
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.price__value{
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

/* -------------------------
   note
------------------------- */
.price__note{
  margin: 16px auto 18px;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 500;
}

/* -------------------------
   button
------------------------- */
.price__btn-wrap{
  text-align: center;
}

.price__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 240px;
  padding: 14px 24px;
  border-radius: 999px;
  background-color: #9fcdb0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(159, 205, 176, 0.35);
  position: relative;
  z-index: 5;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.price__btn:hover {
  transform: translateY(-3px);
  background: #99C5AB;
  box-shadow: 0 12px 24px rgba(0,0,0,0.2);
}

/* =========================
   price pc
========================= */
@media (min-width: 768px){
  .price{
    padding: 96px 0;
  }

  .price__inner{
    width: min(100% - 48px, 1100px);
  }

  .price__header{
    margin-bottom: 36px;
  }

  .price__card{
    width: 728px;
    min-height: 420px;
    margin: 0 auto;
    padding: 34px 40px 36px;
  }

  .price__icon{
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
  }

  .price__service{
    font-size: 16px;
  }

  .price__fee{
    font-size: 18px;
    margin-bottom: 30px;
  }

  .price__fee span{
    font-size: 16px;
  }

  .price__label{
    font-size: 16px;
  }

  .price__value{
    font-size: 18px;
  }

  .price__note{
    margin: 18px auto 22px;
    font-size: 14px;
    line-height: 1.8;
  }

}

/* contact */

.contact{
  padding: 80px 20px;
  background:#fff;
}

.contact__inner{
  max-width:720px;
  margin:0 auto;
}

.contact__lead{
  text-align:center;
  margin:32px 0 48px;
  line-height:1.8;
}

.contact__sp-only{
  display: block;
}

/* ===== form ===== */

.wpcf7 fieldset.hidden-fields-container {
  display: none;
}

.wpcf7 fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.contact-form__group{
  margin-bottom:28px;
}

.contact-form label{
  display:block;
  margin-bottom:12px;
  font-weight:600;
}

.required{
  color:#FFB2AA;
  font-size:12px;
  margin-left:6px;
  border:1px solid #FFB2AA;
  border-radius:20px;
  padding:2px 8px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea{
  width:100%;
  padding:12px 14px;
  border-radius:10px;
  border:2px solid #6B5B53;
  background:#fff;
  box-sizing:border-box;
}

.contact-form textarea{
  height:180px;
  resize:vertical;
}

/* checkbox */
.contact-form__check .wpcf7-list-item{
  display:block;
  margin:0 0 10px;
}

.contact-form__check label{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:0;
  font-weight:400;
}

.contact-form__check input{
  width:18px;
  height:18px;
  margin:0;
  flex-shrink:0;
}

/* submit */
.contact-form__submit{
  text-align:center;
  margin-top:40px;
}

.wpcf7-submit.contact__btn{
  display:inline-block;
  padding:10px 20px;
  min-width:140px;
  border:none;
  border-radius:999px;
  background:#F3B18C;
  color:#fff;
  font-size:14px;
  font-weight:700;
  box-shadow:0 6px 14px rgba(0,0,0,0.18);
  cursor:pointer;
  transition:all .25s ease;
}

.wpcf7-submit.contact__btn:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 24px rgba(0,0,0,0.2);
  background:#E8A47F;
}

.contact__btn:active{
  transform:translateY(1px);
  box-shadow:0 4px 10px rgba(0,0,0,0.18);
}

/* CF7余計要素対策 */
.wpcf7 .screen-reader-response,
.wpcf7 .ajax-loader,
.wpcf7-spinner,
.wpcf7 form > p:empty,
.wpcf7 p:empty{
  display:none !important;
}

.wpcf7-response-output{
  margin-top:16px !important;
}

.wpcf7-not-valid-tip{
  margin-top:6px;
  font-size:14px;
}

@media (min-width:768px){
  .contact__sp-only{
    display:none;
  }
}

/* 送信ボタンだけ例外 */
.wpcf7-submit.contact__btn{
  width:auto;
  display:inline-block;
  padding:10px 20px;
  min-width:140px;
}

/* =========================
   footer
========================= */
.footer{
  padding: 44px 20px 36px;
  background: #6B5B53;
  color: #fff;
  text-align: center;
}

.footer__inner{
  max-width: 720px;
  margin: 0 auto;
}

.footer__logo{
  display: inline-block;
  margin-bottom: 28px;
}

.footer__logo img{
  display: block;
  width: 120px;
  height: auto;
  margin: 0 auto;
}

.footer__name{
  margin: 0 0 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.footer__sns{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 34px;
}

.footer__sns-link{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition:
    transform .25s ease,
    opacity .25s ease;
}

.footer__sns-link:hover{
  transform: translateY(-3px);
  opacity: 0.92;
}

.footer__sns-link:active{
  transform: translateY(1px);
}

/* Instagramだけ後ろに白丸 */
.footer__sns-circle{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
}

.footer__sns-circle img{
  width:22px;
}

.footer__sns-link--instagram img{
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.footer__sns-link--line img{
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.footer__copy{
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  opacity: 0.95;
}

/* =========================
   footer pc
========================= */
@media (min-width: 768px){
  .footer{
    padding: 56px 20px 40px;
  }

  .footer__logo{
    margin-bottom: 30px;
  }

  .footer__logo img{
    width: 136px;
  }

  .footer__name{
    margin-bottom: 30px;
    font-size: 18px;
  }

  .footer__sns{
    gap: 24px;
    margin-bottom: 38px;
  }

  .footer__sns-circle{
    width: 48px;
    height: 48px;
  }

  .footer__sns-link--instagram img{
    width: 48px;
    height: 48px;
  }

  .footer__sns-link--line img{
    width: 48px;
    height: 48px;
  }

  .footer__copy{
    font-size: 14px;
  }
}