.all-contents {
    font-family: "Zen Kaku Gothic New", 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
.header {
    display: none;
}
a{
	text-decoration: none;
}
.no-decoration {
    text-decoration: none;
}
.japanese {
    font-family: "Yu Gothic", "Meiryo", sans-serif;
}
.all-contents {
    overflow: hidden;
}
.hover:hover {
    opacity: 0.8;
transition: 1s;
}

/* まず強制的に見える状態にする（テスト用） */
.footer-btn {
    position: fixed;
    bottom: 24px;
    width: min(90vw, 360px);
    z-index: 10060;
    opacity: 0;
    display: block !important;
    right: 0;
}
.footer-btn img{ display:block; width:100%; height:auto; }

/* ふだんは非表示、条件を満たしたら .is-show を付けて表示 */
.footer-btn{
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.footer-btn.is-show{
  opacity: 1;
  pointer-events: auto;
  z-index: 10060;
  position: fixed;
  bottom: 24px;
  width: min(90vw, 360px);
}



/* SP配置：一番上に固定。下にメニューバー（追従） */
@media (max-width: 999px){

  /* ページ本体にオフセット（タイマー＋SPメニューバー分） */
	.sp-global-menu.sp {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #ffffff;
        margin-top: 0%;
        margin-bottom: 0%;
        padding: 3% 0%;
        box-shadow: 0 2px 11px rgb(121 121 121 / 11%);
        position: sticky;
        top: 0;
        z-index: 999999;
    }
}
	
	
}
  .sp-global-menu .header-logo,
  .sp-global-menu .hamburger{
    position: relative !important;
    top: auto !important;
}










	  .swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}
.japanese {
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
.optima {
    font-family: Optima, "Segoe UI", "Helvetica Neue", sans-serif;
    font-weight: 200;
}
.english-h4 {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 1.1em;
    letter-spacing: 0.15em;
    color: #3F3F3F;
    font-weight: 300;
    margin-bottom: 1%;
}
body#main {
    margin: 0;
}
.present {
    margin-top: 5%;
}

.brand-name {
    font-family: optima;
    font-weight: 100;
    color: #ca6d78;
}

.right-img {
    width: 35%;
}
.text-left {
    text-align: left;
}
.front {
    z-index: 999;
    position: relative;
}
.pink {
    color: #ca6d78;
}
.about {
    padding: 6% 5% 6% 5%;
}
	section#about {
    background-color: #fefaf4;
}
.text-center {
    text-align: center;
}
.black {
    color: #424242;
}
.big {
    font-size: 2.5em;
}
.small {
    font-size: 8px;
}
.medium {
    font-size: 1.3em;
}
.bold {
    font-weight: 600;
}

.up01 {
    width: 10%;
    margin: 0 auto -2% auto;
    display: flex;
}
.blue-line {
    width: 0.2%;
    display: flex;
    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: 2%;
}
.point-img {
    margin-top: 6%;
}
.point-message {
    width: 85%;
    display: flex;
    margin: 0 auto 7% auto;
}
.pink-underline {
    text-decoration: underline 0.2em rgb(232, 192, 197);
	margin-top: -5%;
}
.button05 {
    width: 35%;
    margin: 0 auto;
}
.pc-support-main {
    margin-top: 5%;
}
section#coach {
    background-color: #fef7f7;
}
.button07 {
    width: 50%;
    margin: 0 auto;
}
.button09 {
    width: 45%;
    margin: 0 auto;
}
.site-footer {
  background: #f8d6d2;   /* 淡いピンク */
  color: #616161;
  padding: 32px 20px 48px;
  font-family: "Noto Sans JP", sans-serif;
}
.site-footer a { 
  color: inherit; 
  text-decoration: none; 
}
.site-footer a:hover { 
  opacity: 0.8; 
}

/* 内側レイアウト */
.footer-inner {
  max-width: 1140px;
  margin: 0 auto;
}

/* 上段：ロゴ＋SNS */
.footer-head {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.brand-logo {
  height: 40px; /* ロゴ画像のサイズ調整 */
}
.socials {
  display: flex;
  gap: 14px;
}
.socials img {
  width: 28px;
  height: 28px;
}

/* 中段：メニュー */
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  list-style: none;
  margin: 8px 0 28px;
  padding: 0;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.footer-nav li {
  position: relative;
  white-space: nowrap;
}
.footer-nav li + li::before {
  content: "|";
  margin-right: 24px;
  color: #7b6f6f;
  opacity: 0.7;
}

/* 下段：LadyMap ボックス */
.ladymap-card {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  border: 2px solid #c7a7a2;
  border-radius: 6px;
  padding: 18px 22px;
  width: min(260px, 90%);
  background: rgba(255, 255, 255, 0.2);
}
.ladymap-card .card-label {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #6c5f5f;
}
.ladymap-card .card-title {
  font-size: 20px;
  font-weight: 700;
}

/* 4件目以降を非表示（直下の .news のみを対象にするのがポイント） */
.hpnews .news-detail:not(.is-open) > .news:nth-of-type(n+4) {
  display: none;
}


/* ボタンの見た目・切替 */
.hpnews .news-buttons {
  text-align: center;
  margin-top: 16px;
}
.hpnews .news-buttons img {
  max-width: 220px; /* 画像サイズに合わせて調整 */
  height: auto;
  cursor: pointer;
  display: inline-block;
}

/* 最初は「とじる」を非表示 */
.hpnews .news-buttons .close-btn { display: none; }

/* 一覧が開いたらボタンを入れ替え（兄弟セレクタで制御） */
.hpnews .news-detail.is-open ~ .news-buttons .more-btn { display: none; }
.hpnews .news-detail.is-open ~ .news-buttons .close-btn { display: inline-block; }

/* （任意）開閉のとき少し滑らかに */
.hpnews .news { transition: all .2s ease; }




#menu-item-81 {
    padding:2% 0%;
    background-color: #ca6d78;
}
#menu-item-81 a {
    color: #fff;
}
.logo-group {
    display: flex;
    justify-content: center;
}
.nav-ul {
    align-items: center;
}
.header.fixed {
  background: #FFF;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header-nav-list {
  display: flex;
  justify-content: space-around;
}

.header-nav-item-link {
  display: block;
  color: #333;
  height: 100px;
  line-height: 100px;
}
.fixed .header-nav-item-link { 
  height: 50px;
  line-height: 50px;
}

.footer--row-inner {
    display: none;
}

.nav-ul li a {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    letter-spacing: 0.1em;
}
.title-pink {
    color: #CA6D78;
}
.gbm-h5{
	font-weight: 100;
    font-size: 0.7em;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    line-height: 2;
    letter-spacing: 1.8px;
    color: #242424;
    margin: 0;
}
.english-h5 {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 1em;
    letter-spacing: 0.15em;
    color: #3F3F3F;
    font-weight: 300;
	margin-bottom: 1%;
}
.design-h2 {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    color: #515151;
    font-size: 1.6em;
    letter-spacing: 2px;
	letter-spacing: 1.8px;
	line-height: 1.6;
	margin: 2% 0;
	text-align: left;
	font-weight: 500;
}
.design-h3 {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    line-height: 1.5;
    letter-spacing: 1.8px;
    color: #242424;
    font-size: 1.2em;
    margin: 0;
}
.design-h4 {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    line-height: 2;
    letter-spacing: 1.8px;
    color: #242424;
    margin: 0;
}
.design-h5 {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    line-height: 2;
    letter-spacing: 1.8px;
    color: #242424;
    text-align: justify;
    margin: 0;
    font-weight: 300;
}
.flex-left {
    width: 70%;
}
.flex-right {
    padding-left: 5%;
}
.box-h5 {
    font-size: 0.8em;
}
.box-shadow {
    padding: 2%;
    margin: 1%;
    box-shadow: 0 0 20px #80808033;
}
.box-block {
    display: block;
}
.box-flex {
    display: flex;
	justify-content: space-between;
    margin: 3% 0;
}
.in-box-flex {
    display: flex;
    justify-content: flex-start;
    margin: 3% 0;
}
.box-title-english {
    font-size: 1em;
    margin-bottom: 10px;
    margin-top: 0;
}
.box-title-japanese {
    font-family: 'Tenor Sans', 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    font-size: 0.8em;
    letter-spacing: 0.15em;
    color: #3F3F3F;
    font-weight: 300;
    margin-bottom: 1%;
}
.box-title {
    padding-left: 20px;
}
.design-hr {
    margin: 1.5% 0;
}
.about-box {
    width: 100%;
}
.section02 {
    padding: 3% 10% 0% 10%;
}
.section03 {
    background-color: #FCEFED;
padding: 5% 10%;
}


.acc-container {
  width:85%;
  margin:30px auto 0 auto;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border-radius:8px;
  overflow: hidden;
}
.acc-btn {
    width: 100%;
    margin: 0 auto;
    padding: 2% 0;
    cursor: pointer;
    background: #fff;
    border-bottom: 1px solid #242424;
}

.acc-content {
  width:100%;
  margin:0 auto;
  display: none;
  background:#fff;
  padding:30px;
  height: auto;
}
.acc-content h5 {
    color: #ca6d78;
}

.btnshine {
  position: relative;
  display: inline-block;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}

.btnshine::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}

.btnshine::before {
  animation: shine 1.5s linear infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.yureru-j {
    animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}
@media (max-width: 720px) {
body#main {
    max-width: 550px;
    margin: 0 auto;
}
	  .site-footer { padding: 28px 16px 40px; }
  .brand-logo { height: 32px; }
  .footer-nav ul { gap: 10px 16px; }
  .footer-nav li + li::before { margin-right: 14px; }
.sp{
	display: block;
}
.pc{
	display: none;
}
	section#home {
    margin-top: -5%;
}
	    .header-logo {
        width: 50%;
        margin-left: 5%;
    }
.header-logo.headerLogoScroll.-before {
  display : none;
}
.header-logo.-after {
  display : none;
}
.header-logo.headerLogoScroll.-after {
  display : block;
}
/*　ハンバーガーメニューボタン　*/
.hamburger {
        width: 39px;
        cursor: pointer;
        align-items: center;
    }
       .hamburger span {
        display: block;
        width: 31px;
        height: 2px;
        background: #ca6d78;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
	    z-index: 10500;
        position: relative;
   
    }
	
	.hamburger span:nth-child(1){ transform: translate(-50%, calc(-50% - 8px)); }
.hamburger span:nth-child(2){ transform: translate(-50%, -50%); }
.hamburger span:nth-child(3){ transform: translate(-50%, calc(-50% + 8px)); }

/* 開いたときは“×”に変形（真ん中は消す） */
.hamburger.active span:nth-child(1){
  transform: translate(-50%,-50%) rotate(45deg);
  background:#3f3f3f;
}
.hamburger.active span:nth-child(2){
  opacity:0;
}
.hamburger.active span:nth-child(3){
  transform: translate(-50%,-50%) rotate(-45deg);
  background:#3f3f3f;
}
	
	
	
		.hpnews .news-buttons {
    text-align: center;
    margin-top: -4%;
    margin-bottom: 10%;
}
	
	


/* メニュー背景　*/
nav.globalMenuSp {
	padding-top: 50px;
position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    color: #fff;
    background: rgb(255 255 255 / 90%);
    text-align: left;
    width: 60%;
    height: 100%;
    font-size: 20px;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    transform: translateX(100%);
    transition: all 0.6s;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 0.5em 10%;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
	padding-top: 12%;
}
.global-menu {
    display: none;
}



}	
	
@media (min-width: 720px) {
.sp{
	display: none;
}
.pc{
	display: block;
}
section.fv {
    padding: 0;
}
.all-contents {
        padding-left: 190px;
    }
.global-menu hr {
    width: 25px;
    text-align: left;
    margin-left: 20px;
	margin-bottom: -10px;
    margin-top: 10px;
}
  .global-menu {
        position: fixed;
        padding: 20px;
        border-right: 1px solid #f5f5f5;
        height: 100%;
        width: 150px;
        z-index: 1000;
        background: #fff;
    }
p.gbm-p {
    font-size: 8px;
    color: #242424;
	margin-top: 0;
}
.all-contents {
    padding-left: 190px;
}	
section.message {
    padding: 7% 10%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: url(https://lady-carry.com/img/message-bg.webp);
}
.left-message h2 {
    color: #fff;
}
.right-message h5 {
    color: #fff;
    line-height: 1.9;
}
.about-contents {
    padding: 0 5%;
}
.about h2 {
    font-size: 2em;
}
.about-txt {
    padding: 2%;
}
.pc-padding {
    padding: 0 3%;
}
.footer-txt {
    background-color: #ca6d78;
    color: #fff;
    text-align: center;
    padding: 1%;
	margin-top: 5%;
}
.service-step {
    padding: 0 5% 5% 5%;
}
.service-margin{
	margin-top: 10%;
}
	.pink-underline {
    text-decoration: underline 0.2em rgb(232, 192, 197);
    margin-top: -2%;
}
	.point-message {
    width: 65%;
	}
.sns-list {
    width: 85px;
    display: flex;
	margin-bottom: 10px;
    margin-top: 5px;
}
.line-logo {
    margin-right: 10px;
}
.insta-logo {
	margin-right: 10px;
}
}

	
	
	
@font-face {
  font-family: 'HanaToChoucho';
  src: url('./花とちょうちょ.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
	}
	
.pink {
  color: #d96b82 !important;
}

.blue {
  color: #4d789c;
}	
.hana {
        font-family: 'HanaToChoucho';
        font-size: 3.5vw;
}
.side-nav__sub {
    margin-top: 3px;
    color: #242424;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.6;
    text-decoration: none;
    padding: 5px 10px;
    border: 0.5px solid #6e6e6e;
}

.side-nav__sub:hover {
  opacity: 0.7;
}
.sub-coach {
  background: #fff1f1;
  color: #666;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.sub-coach__hero {
  display: grid;
  place-items: center;
  min-height: 190px;
  background: linear-gradient(180deg, #eeb5bb 0%, #a9d4df 100%);
}

.sub-coach__hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: 0.12em;
}

.sub-coach__inner {
  width: min(86%, 960px);
  margin: 0 auto;
  padding: 56px 0 80px;
}

.coach-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #8ea9b8;
  border-left: 1px solid #8ea9b8;
}

.coach-pair:last-of-type {
  border-bottom: 1px solid #8ea9b8;
}

.coach-select {
  display: grid;
  grid-template-columns: 140px 1fr 48px;
  align-items: center;
  gap: 22px;
  width: 100%;
  min-height: 126px;
  padding: 0 22px 0 0;
  border: 0;
  border-right: 1px solid #8ea9b8;
  background: #fff;
  color: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.coach-select__photo {
  display: block;
  width: 140px;
  height: 126px;
  background: #e4eeee;
  overflow: hidden;
}

.coach-select__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.coach-select small {
  display: block;
  margin-bottom: 6px;
  color: #c7a437;
  font-size: 11px;
  letter-spacing: 0.06em;
}

.coach-select strong {
  display: block;
  color: #666;
  line-height: 1.2;
  letter-spacing: 0.06em;
    font-size: 24px;
}

.coach-select em {
  display: block;
  margin-top: 4px;
  color: #e9a5ad;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0.12em;
font-family: 'optima';
}
.coach-select__lead {
    margin: -8% 0 0;
    color: #bfbfbf;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
}
.coach-select__icon {
  color: #b9b9b9;
  font-size: 34px;
  font-weight: 200;
  line-height: 1;
  text-align: center;
  transition: transform 0.25s ease;
}

.coach-select.is-active .coach-select__icon {
  transform: rotate(45deg);
}

.coach-detail {
  padding: 28px 64px 42px;
  border-right: 1px solid #8ea9b8;
  border-bottom: 1px solid #8ea9b8;
  border-left: 1px solid #8ea9b8;
  background: #fff;
  animation: coachOpen 0.28s ease both;
}

.coach-detail__head {
    margin-bottom: -5%;
}
.coach-detail__label {
  margin: 0 0 4px;
  color: #d26578;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.coach-detail__label span {
  color: #c7a437;
  font-weight: 700;
}

.coach-detail__name {
  margin: 0;
  color: #666;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: 0.08em;
}

.coach-detail__content {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 34px;
  align-items: end;
}

.coach-detail__visual {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: end;
}

.coach-detail__en {
  margin: 0;
  writing-mode: vertical-rl;
  color: #e9a5ad;
  font-size: 22px;
  letter-spacing: 0.12em;
font-family: 'optima';
}

.coach-detail__image {
  display: grid;
  place-items: end center;
  height: 360px;
  background: #e4eeee;
  border-radius: 999px 999px 0 0;
  overflow: hidden;
}

.coach-detail__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.coach-detail__body {
  padding-top: 4px;
}

.coach-detail__career-title {
  display: inline-flex;
  justify-content: center;
  min-width: 100px;
  margin: 0 0 12px;
  padding: 5px 24px;
  border-radius: 999px;
  background: #edabb7;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.coach-detail__career {
  margin: 0 0 24px;
  color: #555;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.08em;
}

.coach-detail__message {
  margin: 0;
  padding: 24px 28px;
  border: 3px solid #edabb7;
  border-radius: 14px;
  color: #555;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}
.sub-qa-detail__hero {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.sub-qa-detail__hero > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-qa-detail__hero h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 3.6px;
  white-space: nowrap;
}
.footer-ladymap-row {
  display: flex;
  align-items: flex-end;
  gap: 28px;
  margin-top: 28px;
}
.footer-legal-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 4px;
}

.footer-legal-links a {
  color: #555;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.footer-legal-links a:hover,
.footer-ladymap:hover {
  opacity: 0.7;
}


@keyframes coachOpen {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 720px) {
  .page {
    padding: 0;
    place-items: start center;
  }
    .sub-qa-detail__hero {
        height: 150px;
    }
    .sub-qa-detail__hero h1 {
        top: 50px;
        font-size: 28px;
        line-height: 1.4;
        letter-spacing: 2.8px;
    }
  .sub-coach__hero {
    min-height: 140px;
  }

  .sub-coach__inner {
    width: 90%;
    padding: 36px 0 56px;
  }

  .coach-pair {
    grid-template-columns: 1fr;
  }

  .coach-select {
    grid-template-columns: 96px 1fr 34px;
    min-height: 96px;
    gap: 14px;
    padding: 10px;
	border: 0.5px solid #8ea9b8;
  }

  .coach-select__photo {
    width: 96px;
    height: 96px;
  }

  .coach-select small {
    font-size: 10px;
  }

  .coach-select strong {
    font-size: 22px;
  }

  .coach-select em {
    font-size: 11px;
  }

  .coach-select__icon {
    font-size: 28px;
  }

  .coach-detail {
    padding: 26px 20px 34px;
  }

  .coach-detail__content {
    grid-template-columns: 1fr;
    gap: 22px;
	margin-top: 9%;
  }

  .coach-detail__visual {
    grid-template-columns: 30px 1fr;
  }

  .coach-detail__en {
    font-size: 16px;
  }

  .coach-detail__image {
    height: 310px;
  }

  .coach-detail__name {
    font-size: 34px;
  }

  .coach-detail__career-title {
    font-size: 15px;
  }

  .coach-detail__career,
  .coach-detail__message {
    font-size: 14px;
  }

  .coach-detail__message {
    padding: 20px;
  }
.footer-legal-links a {
    color: #555;
    font-size: 7px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-decoration: none;
}
.ladymap-card {
    width: 53%;
}
.footer-ladymap-row {
    gap: 14px;
}
}

	@media (max-width: 420px) {}
}