@charset "UTF-8";

/*
Theme Name: TAKETAKE LP
Description: オリジナルLPテーマ
Template: cocoon-master
Author: たけ坊
Version: 1.0
*/

body.page-id-4457 .tm-page {
color: #243233;
  background: #f8fbfa;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: .03em;
  overflow-x: clip;
}

body.page-id-4457 .tm-page *,
body.page-id-4457 .tm-page *::before,
body.page-id-4457 .tm-page *::after {
box-sizing: border-box;
}

body.page-id-4457 .tm-page img,
body.page-id-4457 .tm-page svg {
display: block;
  max-width: 100%;
}

body.page-id-4457 .tm-page svg {
stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.page-id-4457 .tm-page a {
color: inherit;
}

body.page-id-4457 .tm-container {
width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

body.page-id-4457 .tm-header {
position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid #dfe8e7;
  backdrop-filter: blur(10px);
}

body.page-id-4457.admin-bar .tm-header {
top: 32px;
}

body.page-id-4457 .tm-header__top {
min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

body.page-id-4457 .tm-header__tagline {
flex: 1;
  margin: 0;
  color: #8b9697;
  font-size: 12px;
}

body.page-id-4457 .tm-brand {
display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #008276;
  font-weight: 900;
  letter-spacing: .06em;
  text-decoration: none;
  white-space: nowrap;
}

body.page-id-4457 .tm-brand__mark {
width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #008276;
  color: #fff;
  font-size: 14px;
}

body.page-id-4457 .tm-nav {
height: 44px;
  border-top: 1px solid #edf2f1;
}

body.page-id-4457 .tm-nav__list {
display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 52px);
  margin: 0;
  padding: 0;
  list-style: none;
  color: #516061;
  font-size: 13px;
}

body.page-id-4457 .tm-nav a {
position: relative;
  display: flex;
  align-items: center;
  height: 44px;
  text-decoration: none;
}

body.page-id-4457 .tm-nav a::after {
content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #008276;
  transform: translateX(-50%);
  transition: .2s;
}

body.page-id-4457 .tm-nav a:hover::after {
width: 100%;
}

body.page-id-4457 .tm-button {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: .2s ease;
}

body.page-id-4457 .tm-button--header {
padding: 10px 22px;
  background: #008276;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 130, 118, .18);
  font-size: 13px;
}

body.page-id-4457 .tm-button--header:hover,
body.page-id-4457 .tm-button--primary:hover {
background: #00695f;
  transform: translateY(-1px);
}

body.page-id-4457 .tm-button--primary {
min-width: 300px;
  padding: 14px 28px;
  background: #008276;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 130, 118, .16);
}

body.page-id-4457 .tm-button--outline {
min-width: 330px;
  padding: 9px 28px;
  border: 1.5px solid #008276;
  background: #fff;
  color: #008276;
  font-size: 13px;
}

body.page-id-4457 .tm-button--outline:hover {
background: #eef8f6;
}

body.page-id-4457 .tm-button--footer {
min-width: 270px;
  padding: 10px 22px;
  background: #fff;
  color: #008276;
  font-size: 13px;
}

body.page-id-4457 .tm-hero {
background: linear-gradient(90deg, #f8fbfa 0%, #f8fbfa 48%, #eef8f6 48%, #eef8f6 100%);
  border-bottom: 1px solid #edf2f1;
}

body.page-id-4457 .tm-hero__inner {
min-height: 420px;
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  align-items: center;
  gap: 46px;
}

body.page-id-4457 .tm-hero__copy h1 {
margin: 0 0 20px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.55;
  letter-spacing: .05em;
  font-weight: 900;
}

body.page-id-4457 .tm-hero__copy h1 span {
color: #008276;
}

body.page-id-4457 .tm-hero__copy p {
margin: 0 0 28px;
  color: #455658;
  font-weight: 700;
}

body.page-id-4457 .tm-hero__image {
margin: 0;
}

body.page-id-4457 .tm-hero__image img {
width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 0 0 0 28px;
}

body.page-id-4457 .tm-section {
padding: 56px 0;
}

body.page-id-4457 .tm-section--white {
background: #fff;
}

body.page-id-4457 .tm-section--soft {
background: #f8fbfa;
}

body.page-id-4457 .tm-section-title {
position: relative;
  margin: 0 0 32px;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
}

body.page-id-4457 .tm-section-title::after {
content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin: 10px auto 0;
  background: #d6c56f;
}

body.page-id-4457 .tm-card {
background: #fff;
  border: 1px solid #dfe8e7;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

body.page-id-4457 .tm-card-grid {
display: grid;
  gap: 14px;
}

body.page-id-4457 .tm-card-grid--worries,
body.page-id-4457 .tm-card-grid--service {
grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-id-4457 .tm-card-grid--flow {
grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-id-4457 .tm-card-grid--voice {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-id-4457 .tm-worry-card {
position: relative;
  min-height: 210px;
  padding: 24px 18px 22px;
  text-align: center;
}

body.page-id-4457 .tm-worry-card p {
margin: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
}

body.page-id-4457 .tm-check {
position: absolute;
  top: 16px;
  left: 16px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 2px solid #b9c4bd;
  border-radius: 50%;
  background: #fffdf5;
  color: #008276;
  font-weight: 900;
}

body.page-id-4457 .tm-icon {
margin-inline: auto;
}

body.page-id-4457 .tm-icon--line {
width: 84px;
  height: 84px;
  margin-top: 10px;
  margin-bottom: 14px;
  color: #798586;
}

body.page-id-4457 .tm-icon--main {
width: 72px;
  height: 72px;
  margin-bottom: 14px;
  color: #008276;
}

body.page-id-4457 .tm-lead-center {
margin: 22px 0 0;
  text-align: center;
  color: #546163;
  font-weight: 800;
}

body.page-id-4457 .tm-profile {
display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 40px;
}

body.page-id-4457 .tm-profile__image {
margin: 0;
}

body.page-id-4457 .tm-profile__image img {
width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

body.page-id-4457 .tm-profile__body h2 {
margin: 0 0 16px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.6;
}

body.page-id-4457 .tm-profile__body p {
margin: 0 0 18px;
  color: #4b5d5f;
  font-weight: 600;
}

body.page-id-4457 .tm-service-card {
min-height: 225px;
  padding: 28px 20px;
  text-align: center;
}

body.page-id-4457 .tm-service-card h3 {
margin: 0 0 12px;
  color: #008276;
  font-size: 18px;
  font-weight: 900;
}

body.page-id-4457 .tm-service-card p {
margin: 0;
  color: #566667;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}

body.page-id-4457 .tm-flow-card {
position: relative;
  min-height: 180px;
  padding: 28px 22px 24px;
}

body.page-id-4457 .tm-flow-card__number {
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #eef8f6;
  color: #008276;
  font-size: 16px;
  font-weight: 900;
}

body.page-id-4457 .tm-flow-card h3 {
margin: 0 0 10px;
  color: #008276;
  font-size: 18px;
  font-weight: 900;
}

body.page-id-4457 .tm-flow-card p {
margin: 0;
  color: #566667;
  font-size: 13px;
  font-weight: 600;
}

body.page-id-4457 .tm-button-center {
margin-top: 26px;
  text-align: center;
}

body.page-id-4457 .tm-price-box {
display: grid;
  grid-template-columns: 180px 1fr 260px;
  align-items: center;
  gap: 30px;
  padding: 36px 52px;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(135deg, #f1faf8 0%, #e8f5f3 100%);
}

body.page-id-4457 .tm-price-box__icon {
width: 110px;
  height: 110px;
  display: grid;
  place-items: center;
  margin: auto;
  border-radius: 50%;
  background: #dff4f0;
  color: #008276;
}

body.page-id-4457 .tm-price-box__icon svg {
width: 82px;
  height: 82px;
}

body.page-id-4457 .tm-price-box__text h3 {
margin: 0 0 8px;
  font-size: 20px;
}

body.page-id-4457 .tm-price-box__text strong {
color: #00695f;
  font-size: 34px;
  letter-spacing: .02em;
}

body.page-id-4457 .tm-price-box__text ul {
margin: 10px 0 22px;
  padding: 0;
  list-style: none;
  color: #4b5d5f;
  font-size: 14px;
  font-weight: 700;
}

body.page-id-4457 .tm-price-box__text li::before {
content: "✓";
  margin-right: 8px;
  color: #008276;
  font-weight: 900;
}

body.page-id-4457 .tm-price-box__person {
display: grid;
  justify-items: center;
  color: #008276;
}

body.page-id-4457 .tm-price-box__person > svg {
width: 110px;
  height: 120px;
}

body.page-id-4457 .tm-speech {
position: relative;
  margin-bottom: 10px;
  padding: 18px 20px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  color: #517072;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

body.page-id-4457 .tm-speech::after {
content: "";
  position: absolute;
  right: 34px;
  bottom: -12px;
  width: 22px;
  height: 22px;
  background: #fff;
  transform: rotate(45deg);
}

body.page-id-4457 .tm-voice-card {
display: grid;
  grid-template-columns: 58px 1fr;
  align-items: start;
  gap: 14px;
  padding: 22px;
}

body.page-id-4457 .tm-voice-card h3 {
margin: 0 0 8px;
  font-size: 14px;
  font-weight: 900;
}

body.page-id-4457 .tm-voice-card p {
margin: 0;
  color: #4b5d5f;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

body.page-id-4457 .tm-avatar {
width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #f2eee0;
  color: #637173;
}

body.page-id-4457 .tm-avatar svg {
width: 44px;
  height: 44px;
}

body.page-id-4457 .tm-footer {
padding: 44px 0 26px;
  background: linear-gradient(135deg, #00665f 0%, #007c73 100%);
  color: #fff;
}

body.page-id-4457 .tm-footer__grid {
display: grid;
  grid-template-columns: 1fr 1.2fr 1.3fr;
  gap: 44px;
}

body.page-id-4457 .tm-footer__title {
margin: 0 0 14px;
  font-size: 14px;
  font-weight: 900;
}

body.page-id-4457 .tm-footer ul {
margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
}

body.page-id-4457 .tm-footer li {
margin-bottom: 6px;
}

body.page-id-4457 .tm-footer p {
color: rgba(255, 255, 255, .86);
  font-size: 13px;
}

body.page-id-4457 .tm-footer__sns {
display: flex;
  gap: 18px;
  margin-top: 20px;
  font-size: 24px;
}

body.page-id-4457 .tm-footer__copy {
margin: 26px 0 0;
  text-align: center;
  color: rgba(255, 255, 255, .75) !important;
  font-size: 12px;
}

body.page-id-4457 .tm-top-button {
position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 80;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
  color: #008276;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

/* Cocoon標準パーツを非表示 */

body.page-id-4457 #header-container,
body.page-id-4457 #footer,
body.page-id-4457 #navi,
body.page-id-4457 .navi,
body.page-id-4457 .footer,
body.page-id-4457 .footer-bottom,
body.page-id-4457 #mobile-menu,
body.page-id-4457 .entry-title,
body.page-id-4457 .date-tags,
body.page-id-4457 .eye-catch-wrap,
body.page-id-4457 .breadcrumb,
body.page-id-4457 .sns-share,
body.page-id-4457 .sns-follow,
body.page-id-4457 .author-info,
body.page-id-4457 .article-footer,
body.page-id-4457 .comment-area {
display: none !important;
}

/* Cocoon本文まわりの余白調整 */

body.page-id-4457 #content,
body.page-id-4457 .content,
body.page-id-4457 #main,
body.page-id-4457 .main,
body.page-id-4457 .article,
body.page-id-4457 .entry-content {
margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

/* LP内だけCocoon見出し装飾をリセット */

body.page-id-4457 .tm-page h1,
body.page-id-4457 .tm-page h2,
body.page-id-4457 .tm-page h3,
body.page-id-4457 .tm-page p,
body.page-id-4457 .tm-page ul,
body.page-id-4457 .tm-page li,
body.page-id-4457 .tm-page figure {
border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-id-4457 .tm-page h1::before,
body.page-id-4457 .tm-page h1::after,
body.page-id-4457 .tm-page h2::before,
body.page-id-4457 .tm-page h2::after,
body.page-id-4457 .tm-page h3::before,
body.page-id-4457 .tm-page h3::after {
display: none !important;
  content: none !important;
}

@media (max-width: 900px) {
body.page-id-4457 .tm-header__tagline,
body.page-id-4457 .tm-nav {
display: none;
}

body.page-id-4457 .tm-hero {
background: #f8fbfa;
}

body.page-id-4457 .tm-hero__inner,
body.page-id-4457 .tm-profile,
body.page-id-4457 .tm-price-box,
body.page-id-4457 .tm-footer__grid {
grid-template-columns: 1fr;
}

body.page-id-4457 .tm-hero__inner {
min-height: auto;
    gap: 28px;
    padding: 34px 0 44px;
}

body.page-id-4457 .tm-hero__image {
order: -1;
}

body.page-id-4457 .tm-hero__image img {
height: auto;
    max-height: 360px;
    border-radius: 18px;
}

body.page-id-4457 .tm-profile {
gap: 28px;
}

body.page-id-4457 .tm-price-box {
gap: 24px;
    padding: 30px 24px;
    text-align: center;
}

body.page-id-4457 .tm-price-box__text ul {
display: inline-block;
    text-align: left;
}

body.page-id-4457 .tm-card-grid--worries,
body.page-id-4457 .tm-card-grid--service {
grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-id-4457 .tm-card-grid--flow,
body.page-id-4457 .tm-card-grid--voice {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

}

@media (max-width: 640px) {
body.page-id-4457 .tm-container {
width: min(100% - 28px, 1120px);
}

body.page-id-4457 .tm-header__top {
min-height: 64px;
    gap: 10px;
}

body.page-id-4457 .tm-brand__name {
font-size: 13px;
}

body.page-id-4457 .tm-brand__mark {
width: 24px;
    height: 24px;
    font-size: 12px;
}

body.page-id-4457 .tm-button--header {
padding: 9px 12px;
    font-size: 11px;
}

body.page-id-4457 .tm-button--primary,
body.page-id-4457 .tm-button--outline,
body.page-id-4457 .tm-button--footer {
width: 100%;
    min-width: 0;
    white-space: normal;
    text-align: center;
}

body.page-id-4457 .tm-button--primary {
padding-inline: 16px;
    font-size: 14px;
}

body.page-id-4457 .tm-section {
padding: 44px 0;
}

body.page-id-4457 .tm-section-title {
margin-bottom: 24px;
    font-size: 22px;
}

body.page-id-4457 .tm-hero__copy h1 {
font-size: clamp(28px, 8vw, 34px);
    line-height: 1.55;
}

body.page-id-4457 .tm-hero__copy p {
font-size: 14px;
}

body.page-id-4457 .tm-card-grid--worries,
body.page-id-4457 .tm-card-grid--service {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-id-4457 .tm-card-grid--flow,
body.page-id-4457 .tm-card-grid--voice {
grid-template-columns: 1fr;
}

body.page-id-4457 .tm-worry-card {
min-height: 0;
    padding: 18px 10px;
}

body.page-id-4457 .tm-worry-card p {
font-size: 12px;
    line-height: 1.55;
}

body.page-id-4457 .tm-check {
top: 10px;
    left: 10px;
    width: 22px;
    height: 22px;
    font-size: 12px;
}

body.page-id-4457 .tm-icon--line {
width: 62px;
    height: 62px;
    margin-top: 8px;
    margin-bottom: 10px;
}

body.page-id-4457 .tm-icon--main {
width: 56px;
    height: 56px;
}

body.page-id-4457 .tm-service-card {
min-height: 0;
    padding: 20px 12px;
}

body.page-id-4457 .tm-service-card h3 {
font-size: 15px;
}

body.page-id-4457 .tm-service-card p {
font-size: 12px;
}

body.page-id-4457 .tm-lead-center {
font-size: 14px;
}

body.page-id-4457 .tm-profile__body h2 {
font-size: 22px;
}

body.page-id-4457 .tm-price-box {
padding: 28px 18px;
}

body.page-id-4457 .tm-price-box__text h3 {
font-size: 16px;
}

body.page-id-4457 .tm-price-box__text strong {
display: inline-block;
    font-size: 30px;
}

body.page-id-4457 .tm-top-button {
right: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
}

}

@media (max-width: 390px) {
body.page-id-4457 .tm-button--header {
max-width: 150px;
    white-space: normal;
    text-align: center;
}

body.page-id-4457 .tm-worry-card p,
body.page-id-4457 .tm-service-card p {
font-size: 11px;
}

}

/* ===== ヒーロー完全リセット ===== */

body.page-id-4457 .tm-page .tm-hero {
background: linear-gradient(
    90deg,
    #f8fbfa 0%,
    #f8fbfa 50%,
    #eef8f6 50%,
    #eef8f6 100%
  ) !important;
}

body.page-id-4457 .tm-page .tm-hero__inner {
min-height: 420px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: center !important;
  gap: 46px !important;
}

body.page-id-4457 .tm-page .tm-hero__image {
margin: 0 !important;
}

body.page-id-4457 .tm-page .tm-hero__image img {
width: 100% !important;
  height: 360px !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 0 0 0 28px !important;
}

/* ヒーローの左右ズレを修正 */

body.page-id-4457 .tm-page .tm-hero {
background: #f8fbfa !important;
}

body.page-id-4457 .tm-page .tm-hero__inner {
max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 60px 20px !important;
}

body.page-id-4457 .tm-page .tm-hero__image {
width: 100% !important;
}

body.page-id-4457 .tm-page .tm-hero__image img {
width: 100% !important;
  height: auto !important;
  border-radius: 18px !important;
}

/* ===== ヒーロー右半分を画像で埋める：安全版 ===== */

body.page-id-4457 .tm-page .tm-hero {
background: #f8fbfa !important;
}

body.page-id-4457 .tm-page .tm-hero__inner {
width: 100% !important;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: 50% 50% !important;
  gap: 0 !important;
  padding: 0 !important;
  min-height: 520px !important;
}

body.page-id-4457 .tm-page .tm-hero__copy {
width: min(560px, calc(100% - 40px)) !important;
  margin-left: auto !important;
  margin-right: 56px !important;
  align-self: center !important;
}

body.page-id-4457 .tm-page .tm-hero__image {
margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: #eef8f6 !important;
}

body.page-id-4457 .tm-page .tm-hero__image img {
width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 0 !important;
}

/* ===== ヘッダーをフルワイド化 ===== */

body.page-id-4457 .tm-page .tm-header {
width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #ffffff;
  border-bottom: 1px solid #e5ecea;
}

/* 中身は中央に固定 */

body.page-id-4457 .tm-page .tm-header__top {
max-width: 1120px;
  margin: 0 auto;
  padding: 14px 20px;
}

/* ナビ部分 */

body.page-id-4457 .tm-page .tm-header__nav {
max-width: 1120px;
  margin: 0 auto;
  padding: 8px 20px 12px;
}

/* ヘッダー中身を左右に広げる */

body.page-id-4457 .tm-header__top {
width: min(1440px, calc(100% - 80px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
}

/* ロゴ側を左へ、ボタン側を右へ */

body.page-id-4457 .tm-header__top {
justify-content: space-between !important;
}

/* タグラインの位置調整 */

body.page-id-4457 .tm-header__tagline {
margin-left: 24px !important;
}

/* ナビも少しワイドに */

body.page-id-4457 .tm-nav .tm-container {
width: min(1440px, calc(100% - 80px)) !important;
  max-width: none !important;
}

/* ロゴ＋テキストの間を詰める */

body.page-id-4457 .tm-brand {
display: flex;
  align-items: center;
  gap: 8px !important; /* ←ここで距離調整 */
}

/* タグラインをロゴに近づける */

body.page-id-4457 .tm-header__tagline {
margin-left: 8px !important; /* ←今より小さく */
  font-size: 13px;
  color: #6b7c7c;
}

/* ヘッダー左側を1つの塊にする */

body.page-id-4457 .tm-header__top {
display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ロゴ＋タグラインを横並びに */

body.page-id-4457 .tm-header__top > .tm-brand,
body.page-id-4457 .tm-header__top > .tm-header__tagline {
display: inline-flex;
  align-items: center;
}

/* この2つを強制的にくっつける */

body.page-id-4457 .tm-header__top {
gap: 12px; /* ←ここで距離調整 */
}

/* タグラインの余白を完全リセット */

body.page-id-4457 .tm-header__tagline {
margin: 0 !important;
  font-size: 13px;
  color: #6b7c7c;
}

/* セクション見出しの中央下線 */

body.page-id-4457 .tm-page .tm-section-title {
position: relative !important;
  padding-bottom: 14px !important;
}

body.page-id-4457 .tm-page .tm-section-title::after {
content: "" !important;
  display: block !important;
  width: 48px !important;
  height: 3px !important;
  background: #008276 !important;
  margin: 10px auto 0 !important;
  border-radius: 999px !important;
}

/* ===== スマホ表示の崩れ修正：必ずCSSの一番下に追加 ===== */

@media (max-width: 640px) {
body.page-id-4457 .tm-page .tm-header__top {
width: 100% !important;
    padding: 10px 14px !important;
    min-height: 58px !important;
    gap: 8px !important;
}

body.page-id-4457 .tm-page .tm-header__tagline {
display: none !important;
}

body.page-id-4457 .tm-page .tm-brand__name {
font-size: 13px !important;
    letter-spacing: .04em !important;
}

body.page-id-4457 .tm-page .tm-button--header {
width: auto !important;
    max-width: 112px !important;
    padding: 8px 10px !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
}

body.page-id-4457 .tm-page .tm-hero {
background: #f8fbfa !important;
}

body.page-id-4457 .tm-page .tm-hero__inner {
display: flex !important;
    flex-direction: column-reverse !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    padding: 0 0 34px !important;
    gap: 0 !important;
}

body.page-id-4457 .tm-page .tm-hero__copy {
width: min(100% - 28px, 560px) !important;
    margin: 0 auto !important;
    padding: 28px 0 0 !important;
}

body.page-id-4457 .tm-page .tm-hero__copy h1 {
margin-bottom: 16px !important;
    font-size: clamp(28px, 8.5vw, 36px) !important;
    line-height: 1.55 !important;
    letter-spacing: .04em !important;
}

body.page-id-4457 .tm-page .tm-hero__copy p {
font-size: 14px !important;
    line-height: 1.8 !important;
}

body.page-id-4457 .tm-page .tm-hero__image {
width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    background: #eef8f6 !important;
}

body.page-id-4457 .tm-page .tm-hero__image img {
width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 0 !important;
}

}

@media (max-width: 390px) {
body.page-id-4457 .tm-page .tm-hero__copy h1 {
font-size: 30px !important;
}

body.page-id-4457 .tm-page .tm-hero__image img {
height: 120px !important;
}

}

/* ===== スマホヘッダー完全修正：CSS最下部に追加 ===== */

@media (max-width: 640px) {
body.page-id-4457,
body.page-id-4457 {
margin-top: 0 !important;
    padding-top: 0 !important;
}

body.page-id-4457 #wpadminbar {
display: none !important;
}

body.page-id-4457 {
padding-top: 0 !important;
}

body.page-id-4457.admin-bar .tm-header,
body.page-id-4457 .tm-header {
top: 0 !important;
}

body.page-id-4457 .tm-header {
min-height: 56px !important;
    height: 56px !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body.page-id-4457 .tm-header__top {
width: 100% !important;
    min-height: 56px !important;
    height: 56px !important;
    padding: 0 14px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
}

body.page-id-4457 .tm-header__tagline,
body.page-id-4457 .tm-nav {
display: none !important;
}

body.page-id-4457 .tm-brand {
gap: 8px !important;
    flex-shrink: 0 !important;
}

body.page-id-4457 .tm-brand__mark {
width: 26px !important;
    height: 26px !important;
    font-size: 12px !important;
}

body.page-id-4457 .tm-brand__name {
font-size: 13px !important;
    letter-spacing: .06em !important;
    white-space: nowrap !important;
}

body.page-id-4457 .tm-button--header {
width: auto !important;
    max-width: 112px !important;
    min-width: 0 !important;
    padding: 7px 10px !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    box-shadow: 0 4px 10px rgba(0, 130, 118, .18) !important;
}

body.page-id-4457 .tm-hero {
margin-top: 0 !important;
}

}

/* ===== スマホ：ヒーローUI調整 ===== */

@media (max-width: 640px) {
body.page-id-4457 .tm-hero {
padding: 0 !important;
    background: #f8fbfa !important;
    border-bottom: none !important;
}

body.page-id-4457 .tm-hero__inner {
display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
    gap: 0 !important;
}

body.page-id-4457 .tm-hero__copy {
width: 100% !important;
    margin: 0 !important;
    padding: 38px 18px 30px !important;
    background: #f8fbfa !important;
}

body.page-id-4457 .tm-hero__copy h1 {
margin: 0 0 22px !important;
    font-size: clamp(30px, 8.5vw, 38px) !important;
    line-height: 1.55 !important;
    letter-spacing: .03em !important;
}

body.page-id-4457 .tm-hero__copy p {
margin: 0 0 30px !important;
    font-size: 15px !important;
    line-height: 1.9 !important;
    font-weight: 700 !important;
}

body.page-id-4457 .tm-hero__copy .tm-button {
width: 100% !important;
    min-width: 0 !important;
    padding: 15px 18px !important;
    font-size: 14px !important;
}

body.page-id-4457 .tm-hero__image {
width: 100% !important;
    margin: 0 !important;
    padding: 0 18px 38px !important;
    background: #f8fbfa !important;
}

body.page-id-4457 .tm-hero__image img {
width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 20px !important;
}

}

@media (max-width: 390px) {
body.page-id-4457 .tm-hero__copy {
padding: 34px 16px 26px !important;
}

body.page-id-4457 .tm-hero__copy h1 {
font-size: 29px !important;
}

body.page-id-4457 .tm-hero__image {
padding: 0 16px 34px !important;
}

body.page-id-4457 .tm-hero__image img {
height: 235px !important;
}

}

/* ===== スマホ：CTAボタン下の余白調整 ===== */

@media (max-width: 640px) {
body.page-id-4457 .tm-hero__copy {
padding-bottom: 34px !important;
}

body.page-id-4457 .tm-hero__copy .tm-button {
margin-bottom: 0 !important;
}

body.page-id-4457 .tm-hero__image {
padding-top: 8px !important;
}

}

@media (max-width: 390px) {
body.page-id-4457 .tm-hero__copy {
padding-bottom: 30px !important;
}

body.page-id-4457 .tm-hero__image {
padding-top: 6px !important;
}

}

/* ===== スマホ：画像 → テキストの順にする ===== */

@media (max-width: 640px) {
body.page-id-4457 .tm-hero__inner {
display: flex !important;
    flex-direction: column !important;
}

body.page-id-4457 .tm-hero__image {
order: -1 !important; /* ←これが重要 */
}

body.page-id-4457 .tm-hero__copy {
order: 1 !important;
}

}

/* ===== スマホ：画像を先、文字を後に強制 ===== */

@media (max-width: 640px) {
body.page-id-4457 .tm-page .tm-hero__inner {
display: flex !important;
    flex-direction: column !important;
}

body.page-id-4457 .tm-page .tm-hero__image {
order: 1 !important;
    padding: 18px 18px 24px !important;
}

body.page-id-4457 .tm-page .tm-hero__copy {
order: 2 !important;
    padding: 0 18px 38px !important;
}

body.page-id-4457 .tm-page .tm-hero__image img {
width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    border-radius: 18px !important;
}

}

/* ===== スマホ：画像をフル幅にする ===== */

@media (max-width: 640px) {
body.page-id-4457 .tm-page .tm-hero__image {
padding: 0 !important; /* 余白削除 */
}

body.page-id-4457 .tm-page .tm-hero__image img {
width: 100vw !important;
    height: 260px !important;
    object-fit: cover !important;

    margin-left: calc(50% - 50vw) !important; /* 画面端まで広げる */

    border-radius: 0 !important; /* 角丸削除 */
}

}

@media (max-width: 640px) {
body.page-id-4457 .tm-page .tm-hero__image {
margin-bottom: 20px !important; /* ←ここで余白追加 */
}

}

/* CTAボタンの文字を白に */

body.page-id-4457 .tm-page .tm-button--primary {
color: #ffffff !important;
}

body.page-id-4457 .tm-page .tm-button--primary {
color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: .03em;
}

/* ===== モバイル：制作の流れを2×2にする ===== */

@media (max-width: 640px) {
body.page-id-4457 .tm-card-grid--flow {
display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
}

body.page-id-4457 .tm-flow-card {
padding: 18px 14px !important;
    min-height: 0 !important;
}

body.page-id-4457 .tm-flow-card__number {
width: 38px !important;
    height: 38px !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

body.page-id-4457 .tm-flow-card h3 {
font-size: 15px !important;
    margin-bottom: 6px !important;
}

body.page-id-4457 .tm-flow-card p {
font-size: 12px !important;
    line-height: 1.6 !important;
}

}

/* ===== タブレット最適化 ===== */

@media (max-width: 1024px) and (min-width: 641px) {
body.page-id-4457 .tm-page .tm-hero__inner {
grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
    padding: 40px 20px !important;
    min-height: auto !important;
}

body.page-id-4457 .tm-page .tm-hero__copy {
margin: 0 !important;
    padding: 0 !important;
}

body.page-id-4457 .tm-page .tm-hero__copy h1 {
font-size: clamp(28px, 3vw, 36px) !important;
    line-height: 1.5 !important;
}

body.page-id-4457 .tm-page .tm-hero__copy p {
font-size: 14px !important;
}

body.page-id-4457 .tm-page .tm-hero__image img {
height: 100% !important;
    border-radius: 16px !important;
}

}

/* ===== LPページ：reCAPTCHA・Cocoon下部バーを非表示 ===== */

/* reCAPTCHAバッジ非表示 */

body.page-id-4457 .grecaptcha-badge {
visibility: hidden !important;
}

/* Cocoonのモバイル下部固定メニュー非表示 */

body.page-id-4457 .mobile-footer-menu,
body.page-id-4457 .mobile-footer-menu-buttons,
body.page-id-4457 .navi-footer,
body.page-id-4457 #navi-footer,
body.page-id-4457 .footer-mobile-buttons,
body.page-id-4457 #footer-mobile-buttons {
display: none !important;
}

/* 念のため、下部固定要素の余白も消す */

body.page-id-4457 {
padding-bottom: 0 !important;
}

/* ===== 画像をブロックにぴったりフィット ===== */

body.page-id-4457 .tm-hero__image {
width: 100% !important;
  height: 100% !important;
  display: flex;
}

body.page-id-4457 .tm-hero__image img {
width: 100% !important;
  height: 100% !important;
  object-fit: cover !important; /* ←これが超重要 */
  border-radius: 18px !important;
}

/* ===== LPページ：広告を強制非表示 ===== */

body.page-id-4457 .ad-area,
body.page-id-4457 .ad-wrap,
body.page-id-4457 .ad-responsive,
body.page-id-4457 .ad-label,
body.page-id-4457 .adsbygoogle,
body.page-id-4457 .google-auto-placed,
body.page-id-4457 .google-auto-placed *,
body.page-id-4457 div[id^="google_ads"],
body.page-id-4457 iframe[id^="google_ads_iframe"],
body.page-id-4457 iframe[id^="aswift"],
body.page-id-4457 ins.adsbygoogle {
display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* ===== タブレット：ヒーロー上下余白を削除 ===== */

@media (max-width: 1024px) and (min-width: 641px) {
body.page-id-4457 .tm-page .tm-hero__inner {
padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 360px !important;
    align-items: stretch !important;
}

body.page-id-4457 .tm-page .tm-hero__copy {
align-self: center !important;
}

body.page-id-4457 .tm-page .tm-hero__image {
height: auto !important;
    align-self: stretch !important;
}

body.page-id-4457 .tm-page .tm-hero__image img {
height: 100% !important;
    min-height: 360px !important;
    border-radius: 0 !important;
}

}

/* ===== CTAボタンサイズ調整 ===== */

body.page-id-4457 .tm-page .tm-hero__copy .tm-button--primary {
min-width: 0 !important;
  padding: 12px 20px !important;
  font-size: 14px !important;
  border-radius: 999px;
}

@media (max-width: 640px) {
body.page-id-4457 .tm-page .tm-hero__copy .tm-button--primary {
padding: 14px 20px !important;
    font-size: 12px !important;
    white-space: nowrap;
}

}

/* ===== スマホ：見出しの改行バランス調整 ===== */

@media (max-width: 640px) {
body.page-id-4457 .tm-page .tm-hero__copy h1 {
font-size: clamp(28px, 7.6vw, 34px) !important;
    letter-spacing: .02em !important;
}

}

/* ===== ヒーロー下余白：モバイル/タブレット調整 ===== */

/* モバイル：CTA下の空白を小さくする */

@media (max-width: 640px) {
body.page-id-4457 .tm-page .tm-hero__inner {
padding-bottom: 20px !important;
}

body.page-id-4457 .tm-page .tm-hero__copy {
padding-bottom: 0 !important;
}

body.page-id-4457 .tm-page .tm-hero__copy .tm-button--primary {
margin-bottom: 0 !important;
}

}

/* タブレット：次セクションとの間に少し余白を作る */

@media (max-width: 1024px) and (min-width: 641px) {
body.page-id-4457 .tm-page .tm-hero__inner {
padding-right: 0px !important;
}

}

/* ===== stickyヘッダー：WordPress管理バー込みでズレ修正 ===== */

body.page-id-4457 .tm-header {
position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}

/* PC管理バー */

body.page-id-4457.admin-bar .tm-header {
top: 32px !important;
}

/* WordPress管理バーは782px以下で46pxになる */

@media screen and (max-width: 782px) {
body.page-id-4457.admin-bar .tm-header {
top: 46px !important;
}

}

/* 管理バーを非表示にしている場合は0に戻す */

@media screen and (max-width: 640px) {
body.page-id-4457 #wpadminbar[style*="display: none"] ~ .tm-header,
body.page-id-4457 .tm-header {
top: 0 !important;
}

}

/* ===== モバイル：ヘッダー位置を一番上に固定 ===== */

@media (max-width: 640px) {
body.page-id-4457,
body.page-id-4457,
body.page-id-4457,
body.page-id-4457.admin-bar {
margin-top: 0 !important;
    padding-top: 0 !important;
}

body.page-id-4457 #wpadminbar {
display: none !important;
}

body.page-id-4457.admin-bar .tm-header,
body.page-id-4457 .tm-header {
position: sticky !important;
    top: 0 !important;
    margin-top: 0 !important;
    height: 56px !important;
    min-height: 56px !important;
    z-index: 9999 !important;
}

body.page-id-4457 .tm-header__top {
height: 56px !important;
    min-height: 56px !important;
    padding: 0 14px !important;
}

}

/* ソコスト画像用 */

body.page-id-4457 .tm-icon--image {
width: 90px;
  height: 90px;
  margin: 0 auto 12px;
}

body.page-id-4457 .tm-icon--image img {
width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 中央寄せでLPっぽく */

body.page-id-4457 .tm-worry-card {
text-align: center;
}

body.page-id-4457 .tm-brand {
display: flex;
  align-items: center;
  gap: 10px;
}

body.page-id-4457 .tm-brand__logo {
width: 40px;
  height: 40px;
  object-fit: contain;
  transform: translateY(-2px); /* ←ここで上に移動 */
}

@media (max-width: 768px) {
body.page-id-4457 .tm-brand__logo {
width: 36px;
    height: 36px;
}

}

body.page-id-4457 .tm-button--header {
display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.page-id-4457 .tm-button__icon {
width: 18px;
  height: 18px;
  object-fit: contain;
}

body.page-id-4457 .tm-button--primary {
display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.page-id-4457 .tm-button__icon {
width: 18px;
  height: 18px;
  object-fit: contain;
  transform: translateY(-4px); /* 微調整 */
}

body.page-id-4457 .tm-button__arrow {
margin-left: 4px;
  font-size: 1.2em;
}

/* ===== 料金セクション：女性イラストを強制的に小さくする ===== */

body.page-id-4457 .tm-price-box {
overflow: hidden !important;
}

body.page-id-4457 .tm-price-box__person,
body.page-id-4457 .tm-price-box__person *,
body.page-id-4457 .tm-price-box__person img,
body.page-id-4457 .tm-price-box__person svg {
max-width: 240px !important;
	width: 240px !important;
	height: auto !important;
	transform: translateY(30px);
}

body.page-id-4457 .tm-price-box__person {
margin: 0 auto !important;
	transform: scale(0.78) !important;
	transform-origin: top center !important;
}

@media (max-width: 640px) {
body.page-id-4457 .tm-price-box {
overflow: hidden !important;
}

body.page-id-4457 .tm-price-box__person,
body.page-id-4457 .tm-price-box__person *,
body.page-id-4457 .tm-price-box__person img,
body.page-id-4457 .tm-price-box__person svg {
max-width: 220px !important;
    width: 220px !important;
    height: auto !important;
}

body.page-id-4457 .tm-price-box__person {
margin: 0 auto !important;
    transform: scale(0.78) !important;
    transform-origin: top center !important;
}

}

/* ===== 料金プラン：余白バランス調整 ===== */

body.page-id-4457 .tm-price-box {
grid-template-columns: 220px 1fr 280px !important;
  gap: 36px !important;
  min-height: 420px !important;
  padding: 48px 70px !important;
  align-items: center !important;
}

/* 左アイコンを少し右へ */

body.page-id-4457 .tm-price-box__icon {
margin-left: auto !important;
  margin-right: 0 !important;
}

/* 中央テキストの横幅を安定 */

body.page-id-4457 .tm-price-box__text {
max-width: 460px !important;
}

/* 右の女性ブロックを中央寄せ */

body.page-id-4457 .tm-price-box__person {
min-width: 280px !important;
  justify-self: center !important;
  align-self: center !important;
}

/* 女性を少しだけ小さく */

body.page-id-4457 .tm-price-box__person img,
body.page-id-4457 .tm-price-box__person svg {
max-width: 230px !important;
  width: 230px !important;
  height: auto !important;
}

/* ===== 料金セクション：人物＋吹き出し位置調整 ===== */

body.page-id-4457 .tm-price-box__person {
position: relative;
  padding-top: 90px !important; /* 120px → 90pxで全体を下げすぎず調整 */
  transform: translateY(24px); /* 人物＋吹き出しを下へ */
}

body.page-id-4457 .tm-speech {
position: absolute !important;
  top: 0 !important;
  left: 58% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: 220px !important;
  text-align: center !important;
  z-index: 2 !important;
}

body.page-id-4457 .tm-speech::after {
right: 56px !important; /* 32px → 56pxで三角を左へ */
  bottom: -10px !important;
}

/* ===== モバイル：料金プランを正常化 ===== */

@media (max-width: 640px) {
body.page-id-4457 .tm-price-box {
display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 32px 18px !important;
    gap: 24px !important;
    text-align: center !important;
}

body.page-id-4457 .tm-price-box__icon {
order: 1;
    width: 96px !important;
    height: 96px !important;
    margin: 0 auto !important;
}

body.page-id-4457 .tm-price-box__text {
order: 2;
    max-width: none !important;
}

body.page-id-4457 .tm-price-box__text h3 {
font-size: 20px !important;
    margin-bottom: 14px !important;
}

body.page-id-4457 .tm-price-box__text ul {
display: inline-block !important;
    text-align: left !important;
    margin: 12px auto 22px !important;
    font-size: 14px !important;
}

body.page-id-4457 .tm-price-box__text .tm-button,
body.page-id-4457 .tm-price-box .tm-button--outline {
width: 100% !important;
    min-width: 0 !important;
    padding: 12px 16px !important;
}

body.page-id-4457 .tm-price-box__person {
order: 3;
    position: relative !important;
    padding-top: 0 !important;
    transform: none !important;
    min-width: 0 !important;
    margin: 0 auto !important;
}

body.page-id-4457 .tm-speech {
position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: min(240px, 100%) !important;
    margin: 0 auto 18px !important;
}

body.page-id-4457 .tm-speech::after {
right: 52px !important;
    bottom: -10px !important;
}

body.page-id-4457 .tm-price-box__person img,
body.page-id-4457 .tm-price-box__person svg {
width: 190px !important;
    max-width: 100% !important;
    height: auto !important;
    transform: none !important;
    margin: 0 auto !important;
}

}

/* TOPボタン消す */

body.page-id-4457 #scrollUp,
body.page-id-4457 .page-top,
body.page-id-4457 .go-to-top,
body.page-id-4457 .tm-page-top {
display: none !important;
}

/* ===== LP 4457：モバイルヘッダー上の空白を消す ===== */@media (max-width: 640px) {  html {    margin-top: 0 !important;    padding-top: 0 !important;  }  body.page-id-4457,  body.page-id-4457.admin-bar {    margin-top: 0 !important;    padding-top: 0 !important;  }  body.page-id-4457 #wpadminbar {    display: none !important;  }  body.page-id-4457 .tm-header {    margin-top: 0 !important;    top: 0 !important;  }  body.page-id-4457 #container,  body.page-id-4457 #content,  body.page-id-4457 .content,  body.page-id-4457 #main,  body.page-id-4457 .main,  body.page-id-4457 .article,  body.page-id-4457 .entry-content {    margin-top: 0 !important;    padding-top: 0 !important;  }}