@charset "UTF-8";

/* 色と横幅をまとめて変更する場合は、ここを編集してください。 */
:root {
  --green: #315d49;
  --green-dark: #244b3a;
  --orange: #ed874b;
  --ink: #2e3832;
  --muted: #637168;
  --line: #dbe2da;
  --paper: #ffffff;
  --soft: #f5f7f2;
  --width: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; font-size: 16px; line-height: 1.9; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--orange); outline-offset: 6px; }
.wrap { width: min(var(--width), calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-200%); background: var(--green); color: white; padding: 10px 20px; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid #edf0eb; }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand-mark { display: grid; align-content: center; width: 53px; height: 53px; border-radius: 50%; background: var(--orange); outline: 1px dashed #fff; outline-offset: -6px; text-align: center; font-size: 18px; line-height: 1.1; letter-spacing: .18em; padding-left: .18em; color: #fff; font-weight: 700; }
.brand-text { color: var(--green); font-size: 25px; font-weight: 700; letter-spacing: .13em; line-height: 1.5; }
.brand-text small { display: block; font-size: 12px; font-weight: 500; letter-spacing: .04em; color: var(--muted); }
.navigation { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.navigation a:not(.nav-contact):hover { color: var(--green); text-decoration: underline; text-underline-offset: 6px; }
.navigation .nav-contact { background: var(--green); color: #fff; border-radius: 40px; padding: 13px 24px; }
.nav-contact span { margin-left: 12px; }
.nav-contact:hover { background: var(--green-dark); }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 30px; padding-block: 66px 67px; }
.eyebrow { display: flex; gap: 12px; align-items: center; font-size: 14px; font-weight: 700; color: var(--green); letter-spacing: .1em; margin-bottom: 25px; }
.eyebrow > span { width: 28px; height: 2px; background: var(--orange); }
h1 { font-size: clamp(36px, 4.25vw, 54px); line-height: 1.62; font-weight: 700; letter-spacing: .015em; color: var(--green-dark); }
.highlight { background: linear-gradient(transparent 75%, #ffdfb9 75%, #ffdfb9 93%, transparent 93%); }
.hero-description { line-height: 2; margin-top: 24px; color: #526057; }
.button { display: inline-flex; justify-content: space-between; gap: 28px; align-items: center; padding: 17px 26px; border-radius: 50px; font-weight: 700; font-size: 15px; transition: background .2s, transform .2s; }
.button-primary { margin-top: 31px; background: var(--green); color: #fff; }
.button:hover { background: var(--green-dark); transform: translateY(-2px); }
.hero-visual { position: relative; padding-top: 10px; }
.image-crop { position: relative; overflow: hidden; }
.image-crop img { position: absolute; height: auto; max-width: none; }
/* 表示範囲を指定して、元画像のイラスト部分だけを見せています。 */
.hero-art { width: 100%; aspect-ratio: 465 / 490; border-radius: 49% 49% 44% 44%; }
.hero-art img { width: 231.183%; left: -11.828%; top: -14.286%; }
.hero-art-caption { text-align: center; color: var(--green); font-size: 15px; font-weight: 700; letter-spacing: .15em; margin-top: 5px; }
.hero-art-caption span { display: block; font-size: 11px; letter-spacing: .3em; font-weight: 500; margin-top: 2px; color: var(--muted); }
.facts { display: grid; grid-template-columns: 1fr 1fr 1fr; padding: 29px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts > div { padding: 0 32px; border-right: 1px solid var(--line); }
.facts > div:first-child { padding-left: 0; }
.facts > div:last-child { border: 0; }
.fact-label { display: block; font-size: 11px; color: var(--muted); letter-spacing: .16em; margin-bottom: 7px; }
.facts strong { font-size: 21px; color: var(--green); font-weight: 700; }
.facts strong span { font-size: 14px; color: var(--muted); font-weight: 500; margin-left: 5px; white-space: nowrap; }
.facts b { font-size: 30px; font-weight: 600; font-family: Arial, sans-serif; line-height: 1; }
.section { padding-block: 96px; }
.section-label { font: 600 12px/1.5 Arial, sans-serif; letter-spacing: .19em; color: var(--green); margin-bottom: 18px; }
h2 { font-size: clamp(28px, 3vw, 36px); line-height: 1.75; letter-spacing: .045em; font-weight: 700; }
h2 span { color: var(--green); }
.services { background: var(--soft); margin-top: 72px; }
.section-intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.section-intro > p { color: var(--muted); line-height: 2; padding-bottom: 7px; font-size: 15px; }
.price-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 38px 0 20px; font-size: 14px; color: var(--muted); }
.trial-label { color: #8d4d27; font-weight: 700; background: #fff0dd; padding: 6px 15px; border-radius: 5px; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service-card { min-width: 0; padding: 30px; background: #fff; border: 1px solid #e0e6dc; border-radius: 14px; }
.service-top { display: grid; grid-template-columns: 1fr 158px; align-items: center; gap: 12px; }
.service-number { font-size: 20px; line-height: 1.3; color: #ba683b; font-family: Arial, sans-serif; margin-bottom: 18px; }
.service-number span { vertical-align: middle; color: var(--muted); font-size: 12px; margin-left: 9px; font-family: "Yu Gothic", Meiryo, sans-serif; }
h3 { color: var(--green); font-size: 23px; line-height: 1.6; letter-spacing: .025em; }
.service-art { border-radius: 12px; aspect-ratio: 1 / 1; background: #fbf7e8; }
.art-training { aspect-ratio: 330 / 290; }
.art-training img { width: 404.242%; left: -298.485%; top: -56.552%; }
.art-relax { aspect-ratio: 292 / 300; }
.art-relax img { width: 456.849%; left: -347.603%; top: -153.333%; }
.art-living { aspect-ratio: 340 / 300; }
.art-living img { width: 392.353%; left: -285.294%; top: -256.667%; }
.art-consult { aspect-ratio: 340 / 313; }
.art-consult img { width: 392.353%; left: -281.765%; top: -342.173%; }
.service-description { font-size: 15px; line-height: 1.95; color: #5f6a61; margin-top: 23px; min-height: 88px; }
.service-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 24px; padding-top: 19px; border-top: 1px solid #e6ebe3; }
.price { display: flex; align-items: baseline; gap: 7px; color: var(--green); line-height: 1.4; white-space: nowrap; }
.price strong { font: 500 35px/1.2 Arial, sans-serif; letter-spacing: -.035em; }
.price > span { font-size: 15px; }
.price-tax { font-size: 12px; color: var(--muted); margin-left: 3px; }
.service-bottom > a { font-size: 14px; font-weight: 700; color: var(--green); padding-block: 8px; }
.service-bottom > a span { font-size: 20px; margin-left: 12px; }
.service-bottom > a:hover { text-decoration: underline; text-underline-offset: 5px; }
.price-notes { display: flex; justify-content: center; gap: 32px; margin-top: 25px; font-size: 14px; }
.note-check { color: #ac572b; font-weight: 700; padding-right: 6px; }
.price-notes strong { margin-left: 8px; font-weight: 700; }
.about { display: grid; grid-template-columns: 1fr 1.05fr; gap: 80px; padding-block: 108px; }
.about-art { width: 260px; aspect-ratio: 360 / 390; margin: 45px auto 0; border-radius: 48%; }
.about-art img { width: 298.611%; left: -158.333%; top: -16.667%; }
.about-copy > p { color: var(--muted); margin-top: 19px; }
.about-copy .about-lead { color: var(--green); font-size: 21px; line-height: 1.85; font-weight: 700; margin: 0 0 25px; }
.representative { margin-top: 31px; }
.representative > span { color: var(--muted); font-size: 13px; }
.representative p { margin-top: 14px; color: var(--green-dark); font-size: 30px; font-weight: 700; letter-spacing: .15em; line-height: 1.5; }
rt { font-size: 11px; font-weight: 400; letter-spacing: .15em; }
.representative small { display: inline-block; font: 400 11px/1.5 Arial,sans-serif; letter-spacing: .13em; margin-left: 15px; color: var(--muted); }
.profile-details { margin: 28px 0 0; font-size: 14px; }
.profile-details > div { display: grid; grid-template-columns: 60px 1fr; border-top: 1px solid var(--line); padding-block: 17px; }
.profile-details dt { color: var(--green); font-weight: 700; }
.profile-details dd { margin: 0; }
.profile-details dd span { display: inline-block; color: var(--muted); font-size: 13px; margin-bottom: 5px; }
.contact { background: var(--green); color: #fff; padding-block: 74px; }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.contact .section-label { color: #e9cda5; }
.contact h2 { font-size: 30px; }
.contact-description { font-size: 14px; color: #e2ebe3; margin-top: 21px; line-height: 2; }
.contact-link { display: block; padding: 20px 25px; background: #fff; border: 1px solid #fff; color: var(--green-dark); border-radius: 8px; margin-bottom: 13px; transition: background .2s; }
.contact-link:hover { background: #fff3e3; }
.contact-link-label { font-size: 12px; display: block; margin-bottom: 5px; }
.phone-number { display: flex; align-items: center; justify-content: space-between; gap: 12px; font: 500 31px/1.5 Arial, sans-serif; letter-spacing: .025em; }
.contact-arrow { font-size: 23px; flex-shrink: 0; }
.email-link { background: transparent; color: #fff; border-color: #789483; }
.email-link:hover { background: var(--green-dark); }
.email-address { display: flex; align-items: center; justify-content: space-between; gap: 10px; font: 400 17px/1.7 Arial, sans-serif; overflow-wrap: anywhere; }
.contact-note { font-size: 12px; color: #e1eae2; margin-top: 16px; }
.site-footer { display: flex; justify-content: space-between; align-items: center; padding-block: 40px; gap: 30px; }
.footer-brand { color: var(--green); font-size: 24px; font-weight: 700; letter-spacing: .13em; }
.footer-brand span { display: block; color: var(--muted); font-size: 12px; font-weight: 400; letter-spacing: .04em; margin-top: 2px; }
.site-footer > div { text-align: right; }
.back-top { font-size: 12px; color: var(--green); }
.back-top span { margin-left: 10px; }
.site-footer small { display: block; color: var(--muted); font-size: 11px; margin-top: 12px; }

@media (min-width: 1400px) { .hero { padding-block: 78px; } }
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 56px); }
  .navigation { gap: 18px; font-size: 13px; }
  .navigation .nav-contact { padding: 12px 17px; }
  .brand-text { font-size: 23px; }
  .brand-text small { font-size: 11px; }
  h1 { font-size: 43px; }
  .hero { gap: 10px; }
  .facts > div { padding-inline: 20px; }
  .facts strong { font-size: 18px; }
  .facts strong span { display: block; margin: 4px 0 0; }
  .service-card { padding: 25px; }
  .service-top { grid-template-columns: 1fr 125px; }
  h3 { font-size: 21px; }
  .service-number span { display: block; margin: 6px 0 0; }
  .service-number { margin-bottom: 10px; }
  .price-notes { gap: 14px; flex-wrap: wrap; }
  .about { gap: 45px; }
  .contact-inner { gap: 35px; }
  .contact h2 { font-size: 26px; }
  .email-address { font-size: 15px; }
}
@media (max-width: 780px) {
  html { scroll-padding-top: 95px; }
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 78px; }
  .brand-mark { width: 45px; height: 45px; font-size: 16px; }
  .brand-text { font-size: 23px; }
  .brand-text small { font-size: 10px; }
  .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; width: 44px; height: 44px; color: var(--green); background: var(--soft); border: 0; border-radius: 50%; cursor: pointer; }
  .menu-toggle span { width: 19px; height: 2px; background: currentColor; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .navigation { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 18px 24px 25px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 14px 22px #244b3a0a; }
  .navigation.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 8px; }
  .navigation > a { padding: 12px; font-size: 15px; }
  .navigation .nav-contact { text-align: center; margin-top: 8px; padding: 12px 20px; }
  .hero { padding-block: 44px 39px; grid-template-columns: 1fr 1fr; gap: 0; }
  .eyebrow { font-size: 12px; letter-spacing: .02em; gap: 8px; margin-bottom: 18px; }
  .eyebrow > span { width: 18px; }
  h1 { font-size: 34px; }
  .hero-description { font-size: 14px; margin-top: 20px; }
  .button { font-size: 14px; padding: 15px 20px; gap: 20px; }
  .hero-art-caption { font-size: 12px; letter-spacing: .08em; }
  .facts { padding-block: 23px; }
  .facts > div { padding-inline: 13px; }
  .facts strong { font-size: 16px; }
  .facts strong span { font-size: 11px; }
  .facts b { font-size: 25px; }
  .fact-label { font-size: 9px; letter-spacing: .08em; }
  .section { padding-block: 64px; }
  .services { margin-top: 43px; }
  .section-intro { display: block; }
  .section-intro > p { margin-top: 22px; }
  .price-heading { align-items: flex-start; flex-direction: column; gap: 11px; margin-top: 25px; font-size: 13px; }
  .service-grid { gap: 16px; }
  .service-card { padding: 20px; }
  .service-top { grid-template-columns: 1fr 90px; gap: 4px; }
  h3 { font-size: 18px; }
  .service-number { font-size: 17px; }
  .service-number span { font-size: 11px; }
  .service-description { font-size: 14px; }
  .price strong { font-size: 29px; }
  .price-tax { display: block; font-size: 10px; margin: 0; }
  .price > span { font-size: 13px; }
  .service-bottom > a { font-size: 12px; }
  .service-bottom > a span { margin-left: 5px; }
  .price-notes { flex-direction: column; gap: 10px; font-size: 13px; }
  .about { gap: 30px; }
  .about h2 { font-size: 25px; }
  .about-art { width: 210px; }
  .about-copy { font-size: 14px; }
  .about-copy .about-lead { font-size: 18px; }
  .representative small { display: block; margin: 10px 0 0; }
  .profile-details { font-size: 13px; }
  .profile-details > div { grid-template-columns: 45px 1fr; }
  .profile-details dd span { font-size: 12px; }
  .contact-inner { grid-template-columns: 1fr; gap: 32px; }
  .contact h2 { font-size: 29px; }
  .contact-links { max-width: 500px; width: 100%; }
  .email-address { font-size: 17px; }
}
@media (max-width: 560px) {
  .hero { grid-template-columns: 1fr; padding-top: 35px; }
  .hero-copy { padding-inline: 2px; }
  h1 { font-size: clamp(30px, 8.6vw, 43px); line-height: 1.6; letter-spacing: .01em; }
  .hero-description { font-size: 15px; }
  .hero .button { margin-top: 24px; }
  .hero-visual { max-width: 330px; width: 86%; margin: 23px auto 0; padding: 0; }
  .hero-art-caption { margin-top: 0; }
  .facts { grid-template-columns: 1fr; padding: 6px 0; }
  .facts > div, .facts > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-right: 0; border-bottom: 1px solid var(--line); padding: 15px 0; }
  .fact-label { margin: 0; font-size: 10px; }
  .facts strong { font-size: 16px; }
  .facts strong span { display: inline; font-size: 12px; margin-left: 5px; }
  .facts b { font-size: 22px; }
  .section { padding-block: 53px; }
  .section-label { font-size: 11px; margin-bottom: 14px; }
  h2 { font-size: 27px; letter-spacing: .015em; }
  .section-intro > p { font-size: 14px; }
  .desktop-br { display: none; }
  .service-grid { grid-template-columns: 1fr; gap: 18px; }
  .service-card { padding: 24px; }
  .service-top { grid-template-columns: 1fr 112px; gap: 10px; }
  .service-number { font-size: 20px; }
  .service-number span { font-size: 11px; }
  h3 { font-size: 19px; }
  .service-description { font-size: 15px; margin-top: 21px; min-height: 0; }
  .price strong { font-size: 33px; }
  .price > span { font-size: 14px; }
  .price-tax { display: inline; font-size: 11px; margin-left: 2px; }
  .service-bottom > a { font-size: 14px; }
  .service-bottom > a span { margin-left: 8px; }
  .price-notes { font-size: 12px; }
  .price-notes strong { margin-left: 5px; }
  .about { grid-template-columns: 1fr; gap: 15px; }
  .about h2 { font-size: 27px; }
  .about-art { width: 185px; margin: 28px auto 15px; }
  .about-copy { font-size: 15px; }
  .about-copy .about-lead { font-size: 20px; }
  .representative small { display: inline-block; margin-left: 15px; }
  .profile-details { font-size: 14px; }
  .contact h2 { font-size: 25px; }
  .contact-description { font-size: 14px; }
  .contact-link { padding: 18px 20px; }
  .phone-number { font-size: 29px; letter-spacing: 0; }
  .email-address { font-size: 16px; }
  .contact-note { font-size: 11px; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: 22px; padding-block: 30px; }
  .site-footer > div { text-align: left; }
}
@media (max-width: 370px) {
  .service-card { padding: 20px; }
  .service-top { grid-template-columns: 1fr 88px; }
  h3 { font-size: 17px; }
  .service-bottom { gap: 8px; }
  .price strong { font-size: 29px; }
  .phone-number { font-size: 25px; }
  .email-address { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
@media print {
  .site-header { position: static; }
  .navigation, .menu-toggle, .back-top { display: none; }
  .wrap { width: 100%; }
  .section { padding-block: 30px; }
  .service-card { break-inside: avoid; }
  .contact { color: var(--ink); background: #fff; }
  .contact .section-label, .contact-description, .contact-note, .email-link { color: var(--ink); }
}
