@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Murecho";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/murecho-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Murecho";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/murecho-Black.woff2") format("woff2");
}
:root {
  --ff-jp: Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
  --ff-ttl: Murecho, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
  --ff-serif: serif;
  --ff-googlei: Material Symbols Rounded, sans-serif;
  --color-primary: #3AAAEF;
  --color-secondary: #0067A2;
  --color-accent: #FF6A1A;
  --color-info: #FFC845;
  --color-success: #33B864;
  --color-link: #ff6000;
  --color-bg: #ffffff;
  --color-text: #4c4c4c;
  --color-border: #e5e7eb;
  --color-red1: #f50000;
  --color-darkred1: #cc0012;
  --color-blue: #0046FF;
  --color-orng: #ff6000;
  --color-ylw: #ffee00;
  --color-gray-1: #f1f1f1;
  --color-gray-100: #f8f9fa;
  --color-gray-200: #e5e5e5;
  --color-gray-300: #dee2e6;
  --color-gray-400: #ced4da;
  --color-gray-500: #adb5bd;
  --color-gray-600: #6c757d;
  --color-gray-700: #495057;
  --color-gray-800: #343a40;
  --color-gray-900: #212529;
  --color-dark-bg: #1f2937;
  --color-dark-text: #f9fafb;
  --color-dark-border: #374151;
  --color-header-bg: rgba(58, 170, 239, 0.9);
  --color-header-bg-scrolled: rgba(255, 255, 255, 0.95);
  --color-header-bg-mobile: linear-gradient(0deg, #3AAAEF 50%, rgb(97.4, 187, 242.2) 90%, #ffffff 100%);
  --color-header-bg-fallback: rgba(255, 255, 255, 0.9);
  --color-header-gradient-start: #e8f5e8;
  --color-header-gradient-end: #58ccff;
  --space-none: 0;
  --space-xxs: 4px;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 3rem;
  --space-xl: 4rem;
  --space-xxl: 96px;
  --space-4: 4px;
  --space-8: 8px;
  --space-16: 16px;
  --space-24: 24px;
  --space-40: 40px;
  --space-64: 64px;
  --space-96: 96px;
  --space-nav-gap: clamp(1.5rem, 5vw, 2.5rem);
  --space-nav-gap-mobile: 1rem;
  --font-size-base: clamp(1rem, 2.5vw, 1.125rem);
  --font-size-xs: clamp(0.7rem, 1.7vw, 0.9rem);
  --font-size-sm: clamp(0.875rem, 2vw, 1rem);
  --font-size-md: clamp(1.08rem, 2.6vw, 1.125rem);
  --font-size-lg: clamp(1.25rem, 2.8vw, 1.5rem);
  --font-size-xl: clamp(1.5rem, 4vw, 2.2rem);
  --font-size-xxl: clamp(1.8rem, 5vw, 3rem);
  --font-size-h1: clamp(2rem, 5vw, 3rem);
  --font-size-h2: clamp(1.5rem, 4vw, 2.25rem);
  --font-size-h3: clamp(1.25rem, 3vw, 1.5rem);
  --font-size-text: clamp(10px, 3.5vw, 16px);
  --font-size-10: 10px;
  --font-size-11: 11px;
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-logo: clamp(1.125rem, 2.5vw, 1.5rem);
  --font-size-logo-icon: clamp(14px, 2.5vw, 18px);
  --line-height-base: 1.5;
  --color-bg-light: #e5e5e5;
  --color-gray-50: #f8f8f8;
  --border-radius: 0.5rem;
  --border-radius-base: 4px;
  --border-radius-sm: 8px;
  --border-radius-lg: 12px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.2),
  0 1px 2px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.2),
  0 2px 4px rgba(0, 0, 0, 0.1);
  --animation-duration: 0.6s;
  --animation-easing: ease-out;
  --header-height: 80px;
  --header-height-mobile: 50px;
  --header-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  --header-border: 1px solid var(--color-border);
  --header-clip-right: 40px;
  --header-clip-right-scrolled: 30px;
  --header-clip-right-mobile: 30px;
  --header-clip-right-mobile-scrolled: 25px;
  --header-transition-duration: 0.3s;
  --header-transition-easing: cubic-bezier(0.4, 0, 0.2, 1);
  --header-gradient: linear-gradient(135deg, var(--color-bg) 0%, var(--color-secondary) 100%);
  --z-index-header: map-get($z-index, header);
}

/* @media (prefers-color-scheme: dark) {
  :root {
    --color-bg: var(--color-dark-bg);
    --color-text: var(--color-dark-text);
    --color-border: var(--color-dark-border);
    --color-header-bg: rgba(31, 41, 55, 0.8);
    --color-header-bg-scrolled: rgba(31, 41, 55, 0.95);
    --color-header-bg-mobile: rgba(31, 41, 55, 0.95);
    --color-header-bg-fallback: rgba(31, 41, 55, 0.9);
    --header-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  }
}
 */
@media screen and (max-width: 767px) {
  :root {
    --header-height: var(--header-height-mobile);
    --header-clip-right: var(--header-clip-right-mobile);
    --header-clip-right-scrolled: var(--header-clip-right-mobile-scrolled);
  }
}
.top #mv {
  position: relative;
  min-height: 70vh;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.top #mv .hero {
  width: 100%;
  height: auto;
  min-height: 720px;
  padding: 0;
  overflow: visible;
  position: relative;
  z-index: 50;
  background: url(../images/top_mv_women_sp.jpg) center top no-repeat;
  background-size: 130% auto;
}
@media screen and (min-width: 1024px) {
  .top #mv .hero {
    background-image: url(../images/top_mv_women_pc.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 640px;
  }
}
.top #mv .hero .hero-main .hero-catch {
  position: absolute;
  top: 6.8%;
  left: 7%;
  color: var(--color-primary);
  font-size: 4.8vw;
  font-weight: bold;
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
.top {
  /* =========================================================
    trouble-section
  ========================================================= */
}
@media screen and (max-width: 767px) {
  .top .trouble-section div.section-title > h2 {
    font-size: 5vw;
  }
}
.top .trouble-section .trouble-list {
  width: 100%;
  padding: 40px 20px 0;
}
.top .trouble-section .trouble-list .trouble-items {
  list-style: none;
  margin: 0;
  padding: 0;
  /* ===== モバイル：縦並び ===== */
  display: block;
}
.top .trouble-section .trouble-list .trouble-items li {
  margin-bottom: 40px;
  text-align: center;
}
.top .trouble-section .trouble-list .trouble-items li:last-child {
  margin-bottom: 0;
}
.top .trouble-section .trouble-list .trouble-items li .image {
  margin-bottom: 15px;
}
.top .trouble-section .trouble-list .trouble-items li .image img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.top .trouble-section .trouble-list .trouble-items li .text {
  color: var(--color-secondary);
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
}
.top .trouble-section {
  /* md以上：横並び */
}
@media screen and (min-width: 768px) {
  .top .trouble-section .trouble-list .trouble-items {
    max-width: 12d00px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
  }
  .top .trouble-section .trouble-list .trouble-items li {
    max-width: 350px;
    flex: 1;
    margin-bottom: 0;
  }
  .top .trouble-section .trouble-list .trouble-items li .image img {
    max-width: 350px;
  }
  .top .trouble-section .trouble-list .trouble-items li .text {
    font-size: var(--font-size-sm);
  }
}
.top .trouble-section .trouble-arrow {
  text-align: center;
  margin: 100px auto 0px;
}
.top .trouble-section .trouble-arrow img {
  margin-inline: auto;
}
.top {
  /* =========================================================
    Promise Area
  ========================================================= */
}
.top .promise-area {
  padding: 40px 20px;
}
.top .promise-box {
  border: solid 5px #f1f1f1;
  background: url(../images/graph-paper.svg) repeat;
  position: relative;
  padding: 20px;
  margin-bottom: 60px;
}
.top {
  /* 左上ポイントラベル */
}
.top .promise-label {
  position: absolute;
  top: -10px;
  left: -20px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top .promise-label {
    left: -10px;
  }
}
.top .promise-label img {
  width: 55px;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .top .promise-label img {
    width: 110px;
  }
}
.top {
  /* タイトル */
}
.top .promise-title {
  padding-left: 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .top .promise-title {
    padding-left: 95px;
  }
}
.top .promise-title img {
  max-width: 100%;
  height: auto;
  display: block;
}
.top {
  /* コンテンツ */
}
.top .promise-content .text h3 {
  font-size: clamp(1rem, 2.5vw, 16px);
  color: var(--color-primary);
  line-height: 1.5;
  margin: 2rem auto 1rem;
}
@media screen and (min-width: 768px) {
  .top .promise-content .text h3 {
    font-size: var(--font-size-lg);
  }
}
@media screen and (min-width: 1024px) {
  .top .promise-content .text h3 {
    margin-top: 0;
  }
}
.top .promise-content .text p {
  font-size: var(--font-size-sm);
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .top .promise-content .text p {
    font-size: var(--font-size-sm);
  }
}
.top .promise-content .image {
  margin-top: 20px;
  overflow: hidden;
  border-radius: 2em;
  filter: drop-shadow(6px 6px 0 rgba(0, 103, 162, 0.2));
}
.top .promise-content .image img {
  width: 100%;
  height: auto;
  display: block;
}
.top {
  /* =========================================================
    PC表示 (md以上)
  ========================================================= */
}
@media screen and (min-width: 1024px) {
  .top .promise-box {
    margin-bottom: 80px;
  }
  .top .promise-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  .top .promise-content .text {
    flex: 1;
    text-align: left;
  }
  .top .promise-content .image {
    flex: 1;
    text-align: right;
    margin-top: 0;
  }
  .top .promise-content .image img {
    max-width: 450px;
    width: 100%;
  }
  .top .promise-title {
    text-align: left;
  }
}
.top {
  /* =========================================================
  Strength Area - Card Design
  ========================================================= */
}
.top .strength-area {
  padding: 60px 20px;
  /* -------------------------
    タイトル
  ------------------------- */
}
.top .strength-area .strength-title {
  text-align: center;
  color: #0067A2;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.top .strength-area .strength-title span {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .top .strength-area .strength-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .top .strength-area .strength-title {
    font-size: 54px;
  }
}
.top .strength-area {
  /* -------------------------
    テキスト
  ------------------------- */
}
.top .strength-area .strength-text {
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 1.8;
  font-size: var(--font-size-sm);
}
@media screen and (min-width: 768px) {
  .top .strength-area .strength-text {
    font-size: var(--font-size-md);
  }
}
.top .strength-area {
  /* -------------------------
    リスト
  ------------------------- */
}
.top .strength-area .strength-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .top .strength-area .strength-list {
    display: flex;
    gap: 30px;
  }
}
.top .strength-area .strength-list li {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  margin-bottom: 30px;
  position: relative;
  /* カード風 */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top .strength-area .strength-list li {
    flex: 1;
    margin-bottom: 0;
  }
}
.top .strength-area .strength-list li:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}
.top .strength-area .strength-list li .image {
  margin-bottom: 20px;
  width: calc(100% + 40px);
  margin: -20px -20px 20px;
}
.top .strength-area .strength-list li .image img {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: block;
}
.top .strength-area .strength-list li h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.top .strength-area .strength-list li h4 span {
  color: var(--color-accent);
}
.top .strength-area .strength-list li p {
  text-align: left;
  margin-bottom: 0;
}
.top {
  /* =========================================================
  Worries Area
  ========================================================= */
}
.top .worries-area {
  background: url(../images/top-worries-area-bg_sp.jpg) top center no-repeat;
  background-size: cover;
  padding: 40px 20px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  /* モバイル：縦並び */
  display: block;
}
@media screen and (min-width: 768px) {
  .top .worries-area {
    background: url(../images/top-worries-area-bg_pc.jpg) top center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
.top .worries-area {
  /* -------------------------
    左ボックス
  ------------------------- */
}
.top .worries-area .box {
  border: 2px solid var(--color-primary);
  padding: 30px 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top .worries-area .box {
    flex: 1;
    margin-bottom: 0;
  }
}
.top .worries-area .box h3 {
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 2px 2px 2px var(--color-primary);
}
@media screen and (min-width: 768px) {
  .top .worries-area .box h3 {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
}
.top .worries-area .box ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.top .worries-area .box ul li {
  color: var(--color-info);
  font-size: var(--font-size-md);
  font-weight: 700;
  margin-bottom: 10px;
}
.top .worries-area .box .bottom {
  color: #fff;
  text-shadow: 2px 2px 2px var(--color-primary);
  font-family: var(--ff-ttl);
  font-size: var(--font-size-xl);
  font-weight: bold;
  text-align: center;
  margin-top: auto;
  margin-bottom: 0;
}
.top .worries-area {
  /* -------------------------
    右画像
  ------------------------- */
}
.top .worries-area .image {
  display: none;
}
@media screen and (min-width: 768px) {
  .top .worries-area .image {
    flex: 0 0 45%;
    margin-top: auto;
    margin-bottom: -40px;
    margin-left: -40px;
    text-align: right;
    display: block;
    z-index: 10;
  }
}
.top .worries-area .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .top .worries-area .image img {
    margin-left: auto;
  }
}
.top {
  /* =========================================================
  feature-section
  ========================================================= */
}
@media screen and (max-width: 767px) {
  .top .feature-section .section-title {
    margin-bottom: 0;
  }
}
.top .feature-section .content-wrap {
  display: block;
}
.top .feature-section {
  /* =========================
      feature-price
  ========================= */
}
.top .feature-section .feature-price {
  display: block;
  margin-bottom: 40px;
}
.top .feature-section .feature-price__image {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-bottom: 20px;
}
.top .feature-section .feature-price__image img {
  width: 100%;
  height: auto;
  display: block;
}
.top .feature-section .feature-price__content {
  display: block;
}
.top .feature-section .feature-price__content h3 {
  font-size: clamp(20px, 10vw, 36px);
  text-align: center;
  letter-spacing: 2px;
  line-height: 3rem;
  color: var(--color-secondary);
  margin-bottom: 1em;
}
.top .feature-section .feature-price__content h3 + p {
  font-size: var(--font-size-sm);
}
@media screen and (min-width: 768px) {
  .top .feature-section .feature-price__content h3 + p {
    font-size: var(--font-size-md);
    text-align: center;
  }
}
.top .feature-section {
  /* =========================
      feature-license
  ========================= */
}
.top .feature-section .feature-license {
  margin-bottom: 40px;
}
.top .feature-section .feature-license__title {
  color: var(--color-primary);
  font-size: var(--font-size-md);
  line-height: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
}
.top .feature-section .feature-license__body {
  display: block;
}
@media screen and (max-width: 767px) {
  .top .feature-section .feature-license__image {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.top .feature-section .feature-license__image {
  margin-bottom: 20px;
}
.top .feature-section .feature-license__image img {
  width: 100%;
  height: auto;
  display: block;
}
.top .feature-section .feature-license__text {
  display: block;
}
.top .feature-section .feature-license__text p {
  font-size: var(--font-size-sm);
}
.top .feature-section {
  /* =========================
      feature-message
  ========================= */
}
.top .feature-section .feature-message {
  display: block;
  text-align: center;
}
.top .feature-section .feature-message__image {
  display: none;
}
.top .feature-section .feature-message__image img {
  width: 100%;
  height: auto;
  display: block;
}
.top .feature-section .feature-message__text {
  color: var(--color-accent);
  font-size: var(--font-size-md);
  font-weight: 700;
  margin: 20px 0;
}
.top .feature-section {
  /* lg以上 ------------------------*/
}
@media screen and (min-width: 1024px) {
  .top .feature-section .feature-price {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .top .feature-section .feature-price__image {
    flex: 1;
    margin-bottom: 0;
    margin-inline: 0;
  }
  .top .feature-section .feature-price__content {
    flex: 1;
    padding: 1em 0;
  }
  .top .feature-section .feature-price__content h3 {
    font-size: 24px;
    line-height: 1.3;
  }
  .top .feature-section .feature-price__content h3 + p {
    line-height: 2;
    font-size: var(--font-size-sm);
  }
  .top .feature-section .feature-license__body {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .top .feature-section .feature-license__image {
    flex: 1;
    margin-bottom: 0;
  }
  .top .feature-section .feature-license__text {
    flex: 1;
  }
  .top .feature-section .feature-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    text-align: left;
    margin-bottom: 60px;
  }
  .top .feature-section .feature-message__image {
    max-width: 220px;
    display: block;
    flex: 1;
  }
  .top .feature-section .feature-message__text {
    font-size: var(--font-size-md);
    flex: 1;
    margin: 0;
    text-align: center;
    line-height: 1.8;
  }
}
.top {
  /* =========================================================
    menu-price-section
  ========================================================= */
}
.top .menu-price-section {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: url(../images/grid-pattern.svg) repeat;
  padding-bottom: 60px;
}
.top .menu-price-section .section-sub {
  background-color: var(--color-accent);
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin: 0 auto 40px;
}
.top .menu-price-section {
  /* =============================
      menu-list
  ============================= */
}
.top .menu-price-section .menu-list {
  display: block;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .top .menu-price-section .menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.top .menu-price-section {
  /* =============================
      menu-item
  ============================= */
}
.top .menu-price-section .menu-item {
  display: flex;
  gap: 15px;
  padding: 12px;
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  background: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .top .menu-price-section .menu-item {
    width: calc(50% - 15px);
    margin-bottom: 0;
  }
}
.top .menu-price-section .menu-item__image {
  flex: 0 0 40vw;
}
@media screen and (min-width: 1024px) {
  .top .menu-price-section .menu-item__image {
    flex: 0 0 210px;
  }
}
.top .menu-price-section .menu-item__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
.top .menu-price-section .menu-item__content {
  flex: 1;
}
.top .menu-price-section .menu-item__content h3 {
  color: var(--color-primary);
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .top .menu-price-section .menu-item__content h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .top .menu-price-section .menu-item__content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.top .menu-price-section .menu-item__content h3:before {
  content: "▼";
  font-size: 0.5em;
  color: rgba(58, 170, 239, 0.6);
  position: relative;
  display: inline-block;
  transform: rotate(-90deg);
  margin-right: 3px;
  top: -0.25em;
}
.top .menu-price-section .menu-item__content .price {
  color: var(--color-accent);
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .top .menu-price-section .menu-item__content .price {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .top .menu-price-section .menu-item__content .price {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.top .menu-price-section .menu-item__content p:last-child {
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-size: var(--font-size-sm);
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .top .menu-price-section .menu-item__content p:last-child {
    font-size: var(--font-size-md);
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .top .menu-price-section .menu-item__content p:last-child {
    font-size: var(--font-size-xs);
    line-height: 1.3;
  }
}
.top .menu-price-section {
  /* =============================
      banner
  ============================= */
}
.top .menu-price-section .menu-banner {
  margin: 30px auto;
  text-align: center;
}
.top .menu-price-section .menu-banner img {
  max-width: 100%;
  height: auto;
}
.top .menu-price-section {
  /* =============================
      sub menu
  ============================= */
}
.top .menu-price-section .menu-sub {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .top .menu-price-section .menu-sub {
    flex-direction: row;
    justify-content: space-between;
  }
}
.top .menu-price-section .menu-sub li {
  background-color: #fff;
  border: 2px solid var(--color-accent);
  display: grid;
  place-content: center;
  color: var(--color-accent);
  font-weight: bold;
  padding: 15px;
  text-align: center;
  letter-spacing: 0;
  flex: 1;
}
.top .menu-price-section {
  /* =============================
      CTA
  ============================= */
}
.top .menu-price-section .menu-cta {
  text-align: center;
}
.top .menu-price-section .menu-cta img {
  max-width: 100%;
  height: auto;
}
.top .case-section {
  padding: 60px 0;
}
.top .case-section .section-title {
  margin-bottom: 20px;
}
.top .case-section .case-banner {
  margin-bottom: 20px;
}
.top .case-section .case-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .top .case-section .case-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
}
.top .case-section .case-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 768px) {
  .top .case-section .case-item {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .top .case-section .case-item {
    width: calc((100% - 72px) / 4);
  }
}
.top .case-section .case-item a {
  text-decoration: none;
}
.top .case-section .case-item a:hover {
  background-color: rgba(255, 96, 0, 0.3);
}
.top .case-section .case-item__image img {
  width: 100%;
  height: auto;
  display: block;
}
.top .case-section .case-item__content {
  padding: 15px;
}
.top .case-section .case-item h3 {
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  font-size: var(--font-size-sm);
  padding: 8px 12px;
  margin-bottom: 0px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .top .case-section .case-item h3 {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .top .case-section .case-item h3 {
    font-size: 16px;
  }
}
.top .case-section .case-item p {
  color: #4c4c4c;
  font-size: var(--font-size-sm);
  line-height: 1.6;
  padding: 1em 1em 0;
  /*末尾省略設定*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* 行を指定 */
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .top .case-section .case-item p {
    font-size: 14px;
  }
}/*# sourceMappingURL=top.css.map */