@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    background-color: #fff;
}
html {
    margin-top: 0 !important;
}
/* 豊胸LP用 */
.trouble {
    background-color: #F8FFFF;
    background: no-repeat cover;
}
.trouble h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    line-height: 60px;
    color: #4D9189;
    margin: 0 auto 52px;
}
.trouble ul {
    width: 452px;
    margin: 0 auto;
    padding-left: 0px;
}
.trouble ul li {
    border-bottom: 1px solid #333;
    list-style: none;
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
}
.trouble ul li::before {
    content: url("../img/trouble-check.png");
    width: 34px;
    height: 34px;
    margin-right: 12px;
    background-image: url("../img/trouble-check.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: inline-block;
    flex-shrink: 0;
    /* --- ここまで追加・修正 --- */
}
.container-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 450px;
    padding: 20px 0;
    background-image:
        url("../img/img-left.png"), /* 左側の画像 */ url("../img/img-right.png"); /* 右側の画像 */
    background-position:
        left center, right center;
    background-size:
        contain, contain; /* 同上 */
    background-repeat: no-repeat;
    background-color: #F8FFFF;
    /* ============================ */
}
/* 中央コンテンツのスタイル */
.content-center {
    max-width: 780px;
    width: 100%;
    padding: 40px 20px;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
    background-color: #F8FFFF;
    mask-image: /* 左右のグラデーション */ linear-gradient(to right, rgba(0, 0, 0, 0) 0%, /* 左端は完全透明 */ rgba(0, 0, 0, 1) 10%, /* 少し内側から不透明 */ rgba(0, 0, 0, 1) 90%, /* 右端手前まで不透明 */ rgba(0, 0, 0, 0) 100% /* 右端は完全透明 */
        ), /* 上下のグラデーション */ linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, /* 上端は完全透明 */ rgba(0, 0, 0, 1) 6%, /* 少し内側から不透明 */ rgba(0, 0, 0, 1) 94%, /* 下端手前まで不透明 */ rgba(0, 0, 0, 0) 100% /* 下端は完全透明 */
        );
    mask-mode: alpha;
    mask-composite: intersect; /* グラデーションを合成する方法 */
}
.table-mb80 {
    margin-bottom: 80px;
}
.comparison-table {
    width: 1000px;
    margin: 0 auto 12px;
    border-collapse: collapse;
}
.comparison-t {
    text-align: center;
    width: 1000px;
    margin: 0 auto 120px;
}
.pricelist-t {
    text-align: center;
    width: 1000px;
    margin: 0 auto 40px;
}
.comparison-table tr th {
    background: #4D9189;
    color: #fff;
    padding: 20px 8px;
    border: 1px solid #E9E9E9;
    font-size: 15px;
}
.comparison-table tr td {
    border: 1px solid #E9E9E9;
    padding: 20px 8px;
    background-color: #fff;
}
.comparison-table tr td:not(:first-child) {
    text-align: center;
}
.anesthesia-table {
    text-align: center;
    width: 1000px;
    margin: 0 auto 0px;
    border-collapse: collapse;
}
.anesthesia-table tr th {
    background: #4D9189;
    color: #fff;
    padding: 20px 8px;
    border: 1px solid #E9E9E9;
}
.anesthesia-table tr td {
    background: #fff;
    padding: 20px 8px;
    border: 1px solid #E9E9E9;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #4D9189;
}
.menu-img {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    padding: 0;
}
.menu-img li {
    list-style: none;
    text-align: center;
    flex-basis: 480px;
}
.menu-feature {
    display: flex;
    background-color: #fff;
    align-items: center;
}
.menu-feature dt {
    width: 300px;
    box-sizing: border-box;
    padding: 16px 16px;
    color: #64AAA2;
    font-weight: bold;
    font-size: 18px;
}
.menu-feature dd {
    width: 700px;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 16px 12px;
}
.menu-description {
    background-color: #64AAA2;
    color: #fff;
    font-weight: bold;
    width: 900px;
    margin: 40px auto 40px;
    box-sizing: border-box;
    padding: 20px;
    line-height: 32px;
}
.menu-list {
    background-color: #fff;
    box-sizing: border-box;
    padding: 32px 40px;
    width: 900px;
    margin: 0 auto;
}
.menu-list h4 {
    text-align: center;
    color: #64AAA2;
}
.menu-list li {
    list-style: none;
}
.menu-list li::before {
    content: url("../img/menu-list.svg");
    max-width: 24px;
    max-height: 24px;
    padding-right: 12px;
    vertical-align: middle;
}
.menu-list li:not(:last-child) {
    margin-bottom: 16px;
}
/* メインビジュアルセクション */
.main-visual-section {
    background-image: url("../img/pc-slim-bg.png") !important;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 778px;
    box-sizing: border-box;
    position: relative;
    opacity: 0;
    animation: fadeIn 1.0s ease-in-out forwards;
}
.logo {
    position: absolute;
    top: 20px;
    left: 28px;
    width: 303px;
    height: auto;
}
.main-visual-inner {
    width: 1200px;
    display: flex;
    gap: 0px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.sub-catchcopy-text {
    font-family: "YuMincho", "游明朝", serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-top: 24px;
    margin-bottom: 24px;
}
.left-content, .right-content {
    flex: 1; /* 例: 均等な幅 */
}
/* ここからママ向け */
/* --- メインビジュアルセクション --- */
.mv-section {
    width: 100%;
    min-height: 100vh;
    background-image: url("../img/pc-mother-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    height: 820px;
}
/* --- メインビジュアルインナー（最重要修正箇所） --- */
.mv-inner {
    height: 100%;
    max-height: 920px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    background-image: url("../img/pc-mother-img.png");
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
}
.mv-girl {
    height: 100vh;
    /* width: auto; 
    overflow: hidden;*/
    margin: 0px auto;
}
.mv-girl img {
    height: 100%;
    width: auto;
    object-fit: cover;
    object-position: left center;
}
.mother-catchphrase {
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 30;
    width: 30vw;
    max-width: 400px;
}
.mama-hohin-title {
    width: 100%;
    height: auto;
    display: block;
}
/* --- 左下の丸ボタン（位置調整） --- */
.rich-bust-circle {
    position: absolute;
    bottom: 80px;
    left: -84px;
    z-index: 30;
    width: 150px; /* 固定幅 */
    height: auto;
}
.rich-bust-img {
    width: 100%;
    height: auto;
    display: block;
}
/* --- 下側のテキストコンテンツ（位置調整） --- */
.bottom-text-content {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 30;
    text-align: center;
    background-color: #FFCFCF;
    padding: 24px 60px;
    width: 724px;
}
.main-message {
    font-size: 20px;
    color: #AE5B5B;
    margin-bottom: 12px;
    font-weight: bold;
}
.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center; /* これを追加 */
}
.features-list li {
    background-color: #ffffff;
    color: #AE5B5B;
    padding: 12px 16px;
    width: 188px;
    height: 85px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* 豊胸LP用 */
.point {
    background-color: #F0F3F0;
    padding: 100px 0;
}
.point h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 44px;
    font-weight: normal;
    text-align: center;
    line-height: 60px;
    color: #4D9189;
    padding: 40px 0;
    border-top: 2px solid #4D9189;
    border-bottom: 2px solid #4D9189;
    width: 862px;
    margin: 0 auto 80px;
}
.point-number {
    position: relative;
    width: 172px;
    height: 149px;
    background: url(../img/hexagon.png) no-repeat center center;
    background-size: contain;
    color: #fff;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 30px;
    box-sizing: border-box;
}
.point-number p {
    margin: 0px 0 4px;
    line-height: 1;
    font-size: 30px;
}
.point-number span {
    font-family: Arial, sans-serif;
    font-size: 52px;
    margin-top: 5px;
}
.point-flex {
    display: flex;
    width: 862px;
    margin: 0 auto;
    gap: 40px;
    align-items: center;
    margin-bottom: 20px;
}
.point-flex div:first-child {
    width: 172px;
}
.point-flex div:last-child {
    width: 652px;
}
.point-flex h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    line-height: 48px;
    color: #4D9189;
    font-weight: normal;
    margin-bottom: 8px;
}
.point-flex h3 span {
    color: #B12222;
}
.faq {
    background-color: #F6F7F7;
    padding: 100px 0;
}
.faq h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 44px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 80px;
    color: #4D9189;
}
.faq dl {
    width: 820px;
    margin: 0 auto 40px;
}
.faq dt {
    background-color: #4D9189;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.faq dt span {
    margin-right: 20px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
.faq dd {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin: 0;
    display: flex;
}
.faq dd span {
    margin-right: 20px;
    flex-shrink: 0;
    color: #87B7B2;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
.faq dd p {
    margin: 0;
}
.recommended {
    background-color: #EAF5F5;
    padding: 14px 0;
}
.recommended div {
    width: 1000px;
    margin: 0 auto;
}
.recommended h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    text-align: center;
    margin-bottom: 8px;
    color: #4D9189;
}
.cta {
    background-color: #fff;
    padding: 44px 0;
}
.cta h3 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    text-align: center;
    margin-bottom: 32px;
    font-size: 28px;
}
.cta p {
    width: 940px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cta a {
    display: block;
}
.step {
    width: 1000px;
    margin: 0 auto;
    padding: 140px 0;
    background-color: #fff;
}
.step h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 44px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 80px;
    color: #4D9189;
}
.step-flex {
    background-color: #F6F7F7;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.step-flex h3 {
    font-size: 24px;
    color: #4D9189;
    margin-bottom: 16px;
}
.step-flex h3 span {
    margin-right: 12px;
    background-color: #4D9189;
    color: #fff;
    padding: 0px 12px;
    border-radius: 10px;
}
.step-flex p {
    line-height: 28px;
}
.step-flex p span {
    border-radius: 12px;
}
.step-flex div:first-child {
    order: 2;
    flex-basis: 420px;
}
.step-flex > div:last-child {
    order: 1;
    flex-basis: 460px;
}
.step-arrow {
    width: 140px;
    margin: 40px auto 40px;
    text-align: center;
}
.step-arrow img {
    width: 140px;
    height: auto;
}
.payment {
    background-color: #F6F7F7;
    width: 760px;
    padding: 80px;
    margin: 80px auto;
    box-sizing: border-box;
}
.payment h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 40px;
    color: #4D9189;
    text-align: center;
    margin-bottom: 60px;
    font-weight: normal;
}
.payment h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: normal;
}
.payment p:last-child {
    margin-top: 40px;
    line-height: 28px;
}
.caseimg {
    background-color: #F6F7F7;
    padding: 40px;
    width: 920px;
    margin: 60px auto 60px;
    text-align: center;
    /*opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.0s ease-out, transform 1.0s ease-out;*/
}
/*
.caseimg.is-visible {
    opacity: 1;
    transform: translateY(0);
}*/
.caseimg h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    line-height: 48px;
    color: #4D9189;
    font-weight: normal;
    margin-bottom: 40px;
}
.caseimg div img {
    width: 100%;
    height: auto;
    display: block;
}
.caseimg p {
    margin-top: 20px;
    font-size: 23px;
    line-height: 34px;
}
.commitment {
    background: url(../img/kodawari-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0;
}
.commitment > div {
    width: 800px;
    margin: 0 auto;
}
.commitment h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 44px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 80px;
    color: #4D9189;
}
.commitment p {
    margin-bottom: 60px;
}
.commitment dl {
    width: 800px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.commitment dl.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.commitment dl > div {
    display: flex;
    gap: 36px;
    align-items: flex-start;
}
.commitment dl div div {
    flex-basis: 321px;
}
.commitment dl div dd {
    flex-basis: 460px;
}
.commitment div dl {
    width: 800px;
}
.commitment dl dt {
    color: #4D9189;
    font-size: 28px;
    margin-bottom: 40px;
}
.commitment dl dt span {
    background-color: #4D9189;
    color: #fff;
    padding: 0 12px;
    border-radius: 10px;
    margin-right: 12px;
}
.commitment dl:not(:last-child) {
    margin-bottom: 80px;
}
.commitment dl div div img {
    width: 321px;
    height: auto;
}
.reason h2 {
    background: #4D9189;
    font-size: 40px;
    line-height: 64px;
    text-align: center;
    padding: 32px 0;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
}
.reason-mv {
    margin-bottom: 40px;
}
.reason-t {
    text-align: center;
    margin-bottom: 52px;
}
.reason-t p {
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 40px;
}
.reason-t div {
    text-align: center;
    margin: 0 auto;
    width: 400px;
}
.reason-t h3 {
    font-size: 56px;
    font-family: 'Noto Serif JP', serif;
    color: #4D9189;
    margin-bottom: 40px;
}
.reason-t h3 span {
    background: linear-gradient(transparent 50%, #ECECEC 50%);
    height: 40px;
    display: inline-block;
}
.reason-a {
    padding: 32px;
    text-align: center;
    background: #F0F3F0;
    width: 1000px;
    margin: 0 auto 80px;
}
.reason-a div {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.reason-a div div {
    width: 450px;
}
.reason-a p {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 34px;
}
.reason-a h4 {
    color: #4D9189;
    font-family: 'Noto Serif JP', serif;
    margin-top: 20px;
    font-size: 32px;
    line-height: 44px;
}
.bf {
    background: #F6F7F7;
    padding: 20px 12px;
    width: 480px !important;
}
.bf h3 {
    font-size: 24px;
    margin-bottom: 8px;
    color: #64AAA2;
    font-weight: normal;
    margin-top: 24px;
}
.before-after {
    margin: 80px 0;
}
.before-after h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 44px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 60px;
    color: #4D9189;
}
.bf-slider {
    width: 1000px;
    margin: 0 auto;
}
.bf-slider .bf {
    margin: 0 20px;
}
.downtime {
    padding: 100px 0;
    background: url(../img/downtime-bg.jpg) no-repeat center center;
    background-size: cover;
}
.downtime h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 44px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 60px;
    color: #4D9189;
}
.down-flex {
    width: 1000px;
    margin: 0 auto 24px;
    background: #fff;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.down-flex dl {
    flex: 1;
    order: 2;
}
.down-flex div {
    flex: 1;
    order: 1;
}
.down-flex div img {
    width: 100%;
}
.down-flex dl dt {
    font-size: 24px;
    line-height: 40px;
    color: #4D9189;
    margin-bottom: 12px;
}
.risk-t {
    margin-top: 80px;
    margin-bottom: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    text-align: center;
    color: #4D9189;
    font-weight: normal;
}
.down-table {
    margin: 0 auto;
    width: 1000px;
    border-collapse: collapse;
}
.monitor-table {
    margin: 0 auto 20px;
    width: 904px;
    border-collapse: collapse;
}
.down-table td {
    border: 1px solid #E9E9E9;
    padding: 20px 12px;
    background: #fff;
}
.down-table th {
    background: #4D9189;
    color: #fff;
    padding: 20px;
    border: 1px solid #E9E9E9;
}
.down-table td:nth-child(2), .down-table td:nth-child(5) {
    text-align: center;
}
.down-table td:first-child, .down-table th:first-child {
    width: 268px;
}
.down-table td:nth-child(2), .down-table th:nth-child(2) {
    width: 138px;
}
.down-table td:nth-child(3), .down-table th:nth-child(3) {
    width: 265px;
}
.down-table td:nth-child(4), .down-table th:nth-child(4) {
    width: 175px;
}
.down-table td:nth-child(5), .down-table th:nth-child(5) {
    width: 151px;
}
.monitor-table td {
    border: 1px solid #E9E9E9;
    padding: 20px 12px;
    background: #fff;
    line-height: 28px;
}
.monitor-table th {
    background: #4D9189;
    color: #fff;
    padding: 12px 20px;
    border: 1px solid #E9E9E9;
    font-weight: normal;
}
.monitor-table td:nth-child(2), .monitor-table td:nth-child(3) {
    font-size: 20px;
}
.monitor-table td:nth-child(4) {
    color: #B12222;
}
.monitor-table td:nth-child(4), .monitor-table td:nth-child(5) {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.monitor-table td:first-child {
    font-size: 20px;
}
.monitor-table th:nth-child(4) {
    background: #B12222;
}
.profile {
    padding: 80px 0;
}
.profile h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 44px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 60px;
    color: #4D9189;
}
.prof-flex {
    display: flex;
    gap: 68px;
    width: 1000px;
    margin: 0 auto;
}
.prof-flex div:first-child {
    width: 460px;
}
.prof-flex div:last-child {
    width: 472px;
}
.profile h3 {
    font-size: 36px;
    color: #4D9189;
    margin-top: 0;
    margin-bottom: 20px;
    border-top: 2px solid #4D9189;
    font-family: 'Noto Serif JP', serif;
    padding-top: 28px;
    font-weight: normal;
}
.profile h4 {
    font-size: 26px;
    line-height: 40px;
    padding-bottom: 12px;
    border-bottom: 2px solid #64AAA2;
    margin-bottom: 20px;
    font-weight: normal;
}
.prof-flex p {
    line-height: 28px;
}
.prof-flex p:first-child {
    line-height: 28px;
}
.prof-flex p span {
    color: #B52121;
}
.profname {
    font-weight: normal;
    font-size: 26px;
    line-height: 40px !important;
    margin-top: 20px;
}
.menu {
    padding: 80px 0 0;
}
.menu h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 44px;
    line-height: 52px;
    font-weight: normal;
    text-align: center;
    margin: 0 auto 120px;
    color: #4D9189;
    padding: 48px 0;
    border-top: 2px solid #64AAA2;
    border-bottom: 2px solid #64AAA2;
    width: 1000px;
}
.menu h2 span {
    font-size: 32px;
}
.menu1 {
    background: #DFE8E4;
}
.menu2 {
    background: #E9ECEB;
}
.menu-c {
    width: 1000px;
    margin: 0 auto;
}
.menu-bg {
    padding: 80px 0;
}
.menu-bg p {
    line-height: 28px;
}
.menu-c h3 {
    font-size: 32px;
    color: #64AAA2;
    border-bottom: 2px solid #9EBAAE;
    padding-bottom: 20px;
    font-weight: normal;
}
.menu-c h4 {
    font-size: 18px;
    margin-bottom: 40px;
    padding-top: 20px;
}
.menu-flex {
    display: flex;
    gap: 40px;
    align-items: stretch;
    margin-bottom: 40px;
}
.menu-flex dl {
    width: 626px;
    background: #F6F7F7;
    padding: 32px 32px;
    border-radius: 20px;
    height: 100%;
}
.menu-flex p {
    width: 482px;
}
.menu-flex p span {
    color: #64AAA2;
    font-weight: bold;
}
.menu-flex > div {
    width: 482px;
}
.menu-flex dl dt {
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
}
.menu-flex dl dt span {
    background: linear-gradient(transparent 70%, #A3C4B6 50%);
}
.menu-flex dl dd {
    color: #5B8A76;
    line-height: 32px;
}
.free {
    width: 1000px;
    margin: 12px auto 0px;
}
.structure {
    background: #F6F7F7;
    padding: 24px 32px;
    border-radius: 20px;
    height: 100%;
    margin-top: 40px;
}
.structure h4 {
    color: #64AAA2;
    font-size: 20px;
    margin-bottom: 12px;
}
.structure dl dt {
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 24px;
}
.structure dl dd {
    line-height: 28px;
    margin-bottom: 8px;
}
.price {
    padding: 100px 0;
    background: #F9F9F9;
}
.price h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 44px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 80px;
    color: #4D9189;
}
.price-t {
    background: #fff;
    padding: 48px;
    border-top: 4px solid #64AAA2;
    font-size: 20px;
    line-height: 36px;
    width: 1000px;
    margin: 0 auto 80px;
}
.special-menu {
    background: #fff;
    padding: 48px;
    border-top: 4px solid #64AAA2;
    font-size: 20px;
    line-height: 36px;
    width: 1000px;
    margin: 0 auto 40px;
}
.special-menu h3 {
    text-align: center;
    color: #64AAA2;
    margin-bottom: 12px;
}
.special-menu dt, .special-menu dd {
    text-align: center;
}
.special-menu dd {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    margin-top: 20px;
}
.special-menu dd span {
    color: #B12222;
    font-size: 56px;
    padding: 0 8px;
    font-family: Arial, sans-serif;
}
.special-menu p {
    text-align: center;
    margin-top: 20px;
}
.pricelist-pc {
    margin: 0 auto 40px;
    width: 1000px;
    border-collapse: collapse;
}
.pricelist-pc td {
    border: 1px solid #E9E9E9;
    padding: 20px 12px;
    background: #fff;
}
.pricelist-pc th {
    background: #4D9189;
    color: #fff;
    padding: 20px;
    border: 1px solid #E9E9E9;
}
.pricelist-pc th:nth-child(3) {
    background: #B12222;
}
.pricelist-pc td:nth-child(2), .pricelist-pc td:nth-child(3) {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.pricelist-pc td:nth-child(2) {
    color: #4D9189;
}
.pricelist-pc td:nth-child(2) span {
    color: #333;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}
.pricelist-pc td:nth-child(3) {
    color: #B12222;
}
.pricelist-pc td:first-child {
    font-size: 20px;
}
.pricelist-pc span {
    font-weight: bold;
}
footer {
    background: #F6F6F6;
    padding: 80px 0 0;
    line-height: 28px;
}
footer .flex {
    width: 1000px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
}
footer .flex div, footer .flex dl {
    flex-basis: 500px;
}
footer .flex .line span {
    background: #22BA4F;
    color: #fff;
    padding: 8px;
}
footer .flex .line img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.line a {
    text-decoration: none;
}
.copylight {
    background: #64AAA2;
    color: #fff;
    text-align: center;
    padding: 28px 0;
    width: 100%;
    margin: 0 auto;
}
.gmap {
    margin: 0 auto 24px;
    width: 1000px;
}
.work-schedule {
    width: 1000px;
    margin: 0 auto 0px;
}
.work-schedule--ttl {
    margin-bottom: 12px;
}
.case-bf {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.case-bf li {
    list-style: none;
    font-size: 24px;
}
.case-bf li span {
    display: block;
    margin-bottom: 0;
    background: #272727;
    color: #fff;
    padding: 16px 10px;
}
.case-bf li:last-child span {
    background: #C89C23;
}
.bf ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 0;
}
.bf ul li {
    list-style: none;
    font-size: 18px;
    font-weight: bold;
}
.bf ul li span {
    display: block;
    text-align: center;
    background: #272727;
    color: #fff;
    padding: 12px 0;
}
.bf ul li:last-child span {
    background: #64AAA2;
}
.foot-sns {
    padding-bottom: 40px;
}
.foot-sns > p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: bold;
}
.foot-sns > div {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
    gap: 20px;
}
.foot-sns > div > div {
    border: 1px solid #E6EAEB;
    background: #fff;
    padding: 14px 20px;
    width: 230px;
    text-align: center;
    height: 125px;
    box-sizing: border-box;
}
.foot-sns > div p {
    text-align: center;
}
.foot-sns > div a {
    text-decoration: none;
    color: #333;
}
.foot-sns > div a img {
    display: block;
    margin: 0 auto;
}
.foot-sns .sns {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
    margin-bottom: 20px;
}
.foot-sns .sns a {
    display: flex;
    align-items: center;
    justify-content: center;
}
#calendar {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 60px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.fc {
    font-family: 'Noto Sans JP', sans-serif;
}
.fc .fc-toolbar-title {
    font-size: 20px;
    color: #333;
}
.fc .fc-button-primary {
    background-color: #77808f;
    border-color: #77808f;
}
.fc .fc-button-primary:hover {
    background-color: #64AAA2;
    border-color: #64AAA2;
}
.fc .fc-daygrid-day-number {
    color: #333;
    text-decoration: none;
}
.fc .fc-day-today {
    background-color: #fff9df !important;
}
.calendar_01 {
    background-color: #fff !important;
    border-color: #64AAA2 !important;
}
.calendar_02 {
    background-color: #64AAA2 !important;
    border-color: #64AAA2 !important;
}
.calendar_01 .fc-event-title {
    color: #64AAA2;
}
.calendar_02 .fc-event-title {
    color: #fff;
}
.foot-sns > ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 730px;
    margin: 0 auto;
    padding-left: 0;
}
.foot-sns > ul li {
    width: 230px;
    list-style: none;
}
.foot-sns > ul li a {
    display: flex;
    align-items: center;
    padding: 14px 8px 14px 22px;
    border: 1px solid #E6EAEB;
    color: #333;
    text-decoration: none;
    background-color: #fff;
}
.foot-sns > ul li a span {
    padding-right: 12px;
}
.foot-sns > ul li a strong {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.instagram-t {
    padding-top: 4px;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.reason-mv, .reason-a, .point, .downtime, .profile, .menu, .price, .step, .faq {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.reason-mv.is-visible, .reason-a.is-visible, .point.is-visible, .downtime.is-visible, .profile.is-visible, .menu.is-visible, .price.is-visible, .step.is-visible, .faq.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.foot-logo img {
    width: 380px;
    height: auto;
}
/* pc */

/* ipadpro向け */
@media screen and (max-width: 1366px) and (min-width: 1025px) {
  .mv-girl {
    height: 82vh;
  }

  .mv-girl img {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: 16% center;
  }
}

@media only screen and (min-width: 1024px) {
    .sp-cta {
        display: none !important;
    }
    .pc {
        display: block !important;
    }
    .sp {
        display: none !important;
    }
    .pcin {
        display: inline-block !important;
    }
    .spin {
        display: none !important;
    }
    .motherspmv {
        display: none;
    }
    .slimspmv {
        display: none;
    }
}
/* tablet */
@media only screen and (max-width: 1023px) {
    .mv .logo {
        width: 80%;
        height: auto;
    }
    .motherspmv {
        display: block;
        position: relative;
    }
    .motherspmv .spmv {
        width: 100%;
        height: auto;
    }
    .motherspmv h1 {
        position: absolute;
        font-size: 3.6vw;
        bottom: 37vw;
        color: #AE5B5B;
        left: 8vw;
        line-height: 4.8vw;
    }
    .slimspmv {
        display: block;
        position: relative;
    }
    .slimspmv .spmv {
        width: 100%;
        height: auto;
    }
    .slimspmv h1 {
        position: absolute;
        font-size: 2.8vw;
        bottom: 44vw;
        color: #333;
        right: 15.5%;
        line-height: 4.8vw;
    }
    .slimspmv .logo {
        right: 4% !important;
        left: auto;
    }
    .logo {
        width: 40vw;
    }
    .contents {
        overflow: hidden;
    }
    .foot-sns .sns {
        padding-bottom: 0px;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .pcin {
        display: none !important;
    }
    .spin {
        display: inline-block !important;
    }
    .sp-cta {
        position: fixed;
        bottom: -200px;
        left: 0;
        width: 100%;
        transition: bottom 0.3s ease;
        z-index: 1000;
        background: linear-gradient(to top, #AF944A, #C6AC68);
        box-shadow: 0 -0.2rem 0.4rem rgba(0, 0, 0, 0.16);
        padding: 8px 2px;
    }
    .sp-cta p {
        text-align: center;
        color: #fff;
        padding: 12px 0;
        font-size: 20px;
        font-weight: bold;
    }
    .sp-cta div {
        display: flex;
        align-items: center;
    }
    .sp-cta.show {
        bottom: 0;
    }
    .sp-cta a {
        flex-basis: 33.4%;
        height: auto;
    }
    .sp-cta a:first-child {
        padding-left: 4px;
    }
    .sp-cta a:nth-child(2) {
        padding-left: 2px;
        padding-right: 2px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }
    .sp-cta a:last-child {
        padding-right: 4px;
    }
    .sp-cta div img {
        display: block;
        height: auto;
    }
    img {
        width: 100%;
        height: auto;
    }
    body {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #333;
        background-color: #fff;
    }
    /* 豊胸lp */
    .container-flex {
        flex-direction: column; /* スマホでは縦並びにする */
        min-height: auto;
        /* スマホでは背景画像を無効化または調整 */
        background-image: none; /* スマホでは背景画像を非表示にする */
    }
    .content-center {
        width: 100%;
        padding: 30px 20px;
        box-shadow: none;
        max-width: 100%;
    }
    .trouble {
        background-color: #F8FFFF;
        /* background: no-repeat cover; は画像が設定されていないため効果が薄いか、意味が変わる可能性あり */
        /* 背景画像を設定する場合は、background-imageプロパティを使用してください */
    }
    .trouble h3 {
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        line-height: 40px;
        color: #4D9189;
        margin: 0 auto 40px;
    }
    .trouble ul {
        /* width: 452px; <-- この固定幅を削除 */
        max-width: 760px;
        width: 90%;
        margin: 0 auto;
        padding: 0 0px;
        box-sizing: border-box;
    }
    .trouble ul li {
        border-bottom: 1px solid #333;
        list-style: none;
        padding-bottom: 24px;
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 30px;
        display: flex;
        align-items: center;
    }
    .trouble ul li::before {
        content: ""; /* 画像を背景画像として扱うため、contentは空に */
        width: 34px;
        height: 34px;
        margin-right: 12px;
        background-image: url("../img/trouble-check.png");
        background-size: contain; /* 34pxの範囲に収める */
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        flex-shrink: 0;
    }
    .table-mb80 {
        margin-bottom: 80px;
    }
    .free {
    width: 96%;
    margin: 12px auto 0px;
}
    .comparison-table {
        width: 1000px;
        margin: 0 auto 12px;
        border-collapse: collapse;
    }
    .comparison-t {
        text-align: center;
        width: 100%;
        margin: 0 auto 120px;
    }
    .pricelist-t {
        text-align: center;
        width: 100%;
        margin: 0 auto 40px;
    }
    .comparison-table tr th {
        background: #4D9189;
        color: #fff;
        padding: 20px 8px;
        border: 1px solid #E9E9E9;
        font-size: 15px;
    }
    .comparison-table tr td {
        border: 1px solid #E9E9E9;
        padding: 20px 8px;
        background-color: #fff;
    }
    .comparison-table tr td:not(:first-child) {
        text-align: center;
    }
    .anesthesia-table {
        text-align: center;
        width: 100%;
        margin: 0 auto 0px;
    }
    .anesthesia-table tr th {
        background: #4D9189;
        color: #fff;
        padding: 20px 8px;
        border: 1px solid #E9E9E9;
    }
    .anesthesia-table tr td {
        background: #fff;
        padding: 20px 8px;
        border: 1px solid #E9E9E9;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #4D9189;
    }
    .menu-img {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0;
    }
    .menu-img li {
        list-style: none;
        text-align: center;
        flex-basis: 480px;
    }
    .menu-feature {
        display: flex;
        background-color: #fff;
        align-items: center;
    }
    .menu-feature dt {
        width: 300px;
        box-sizing: border-box;
        padding: 16px 16px;
        color: #64AAA2;
        font-weight: bold;
        font-size: 16px;
    }
    .menu-feature dd {
        width: 700px;
        box-sizing: border-box;
        vertical-align: middle;
        padding: 16px 12px;
    }
    .menu-description {
        background-color: #64AAA2;
        color: #fff;
        font-weight: bold;
        width: 90%;
        margin: 40px auto 40px;
        box-sizing: border-box;
        padding: 20px;
        line-height: 32px;
    }
    .menu-list {
        background-color: #fff;
        box-sizing: border-box;
        padding: 32px 20px;
        width: 100%;
        margin: 0 auto;
    }
    .menu-list ul {
        padding-left: 0;
    }
    .menu-list h4 {
        text-align: center;
        color: #64AAA2;
    }
    .menu-list li {
        display: flex; /* liをFlexコンテナにする */
        align-items: flex-start; /* アイコンとテキストの先頭を揃える */
        margin-bottom: 16px; /* li間の余白（:not(:last-child)は削除または調整） */
    }
    .menu-list li:last-child {
        margin-bottom: 0; /* 最後のアイテムの余白は不要 */
    }
    .menu-list li::before {
        content: url("../img/menu-list.svg");
        /* アイコンのサイズを固定 */
        width: 24px; /* max-widthではなくwidth */
        height: 24px; /* max-heightではなくheight */
        flex-shrink: 0; /* アイコンが縮まないようにする */
        margin-right: 12px; /* アイコンとテキストの間の余白 */
        /* vertical-align: middle; はdisplay: flexでは効果がないため削除 */
        /* SVGが指定サイズに収まるように背景画像として扱う（もしSVGのサイズが制御できない場合） */
        /* content: "";
    background-image: url("../img/menu-list.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
    }
    .menu-list li span {
        /* テキスト部分が残りのスペースを占めるようにする */
        flex-grow: 1;
        /* 必要に応じてテキストのスタイル */
        font-size: 16px; /* 例 */
        line-height: 1.5; /* 例 */
    }
    /* メインビジュアルセクション */
    .main-visual-section {
        display: none;
    }
    .sub-catchcopy-text {
        font-family: "YuMincho", "游明朝", serif;
        font-size: 18px;
        line-height: 1.6;
        color: #333;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    /* ここからママ向け */
    /* --- メインビジュアルセクション --- */
    .mv-section {
        display: none;
    }
    /* --- メインビジュアルインナー（最重要修正箇所） --- */
    /* --- 下側のテキストコンテンツ（位置調整） --- */
    .bottom-text-content {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 30;
        text-align: center;
        background-color: #FFCFCF;
        padding: 24px 60px;
        width: 724px;
    }
    .main-message {
        font-size: 20px;
        color: #AE5B5B;
        margin-bottom: 12px;
        font-weight: bold;
    }
    .features-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        align-items: center;
        justify-content: center; /* これを追加 */
    }
    .features-list li {
        background-color: #ffffff;
        color: #AE5B5B;
        padding: 12px 16px;
        width: 188px;
        height: 85px;
        border-radius: 20px;
        font-size: 18px;
        font-weight: bold;
        white-space: nowrap;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    /* 豊胸LP */
    .point {
        background-color: #fff;
        padding: 60px 0 20px;
    }
    .point h2 {
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 60px;
        line-height: 36px;
        color: #4D9189;
        padding: 24px 24px;
        border-top: 2px solid #4D9189;
        border-bottom: 2px solid #4D9189;
        width: 80%;
        font-weight: bold;
    }
    .point-number {
        position: relative;
        width: 172px;
        height: 149px;
        background: url(../img/hexagon.png) no-repeat center center;
        background-size: contain;
        color: #fff;
        margin: 20px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-weight: normal;
        font-size: 30px;
        box-sizing: border-box;
    }
    .point-number p {
        margin: 0px 0 4px;
        line-height: 1;
        font-size: 23px;
    }
    .point-number span {
        font-family: Arial, sans-serif;
        font-size: 40px;
        margin-top: 5px;
    }
    .point-flex {
        display: block;
        width: 100%;
        margin: 0 auto 60px;
        gap: 40px;
        align-items: center;
        padding: 0 40px;
    }
    .point-flex p {
        text-align: center;
        line-height: 28px;
    }
    .point-flex div:first-child {
        width: 124px;
        margin: 0 auto;
    }
    .point-flex div:last-child {
        width: 100%;
    }
    .point-flex h3 {
        font-family: 'Noto Serif JP', serif;
        font-size: 20px;
        line-height: 30px;
        color: #4D9189;
        font-weight: normal;
        margin-bottom: 20px;
        text-align: center;
    }
    .point-flex h3 span {
        color: #B12222;
    }
    .faq {
        background-color: #F6F7F7;
        padding: 60px 24px;
    }
    .faq h2 {
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 40px;
        color: #4D9189;
    }
    .faq dl {
        width: 100%;
        margin: 0 auto 40px;
    }
    .faq dt {
        background-color: #4D9189;
        color: #fff;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
    }
    .faq dt span {
        margin-right: 12px;
        flex-shrink: 0;
        font-size: 20px;
    }
    .faq dd {
        background-color: #fff;
        padding: 20px;
        box-sizing: border-box;
        margin: 0;
        display: flex;
    }
    .faq dd span {
        margin-right: 12px;
        flex-shrink: 0;
        font-weight: bold;
        font-size: 20px;
    }
    .faq dd p {
        margin: 0;
    }
    .recommended {
        background-color: #EAF5F5;
        padding: 12px 0;
    }
    .recommended div {
        width: 100%;
        margin: 0 auto;
    }
    .recommended h2 {
        font-family: 'Noto Serif JP', serif;
        font-size: 32px;
        text-align: center;
        margin-bottom: 8px;
        color: #4D9189;
    }
    .cta {
        display: none;
    }
    .step {
        width: 100%;
        margin: 0 auto;
        padding: 60px 24px;
        background-color: #fff;
    }
    .step h2 {
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 40px;
        color: #4D9189;
    }
    .step-flex {
        background-color: #F6F7F7;
        border-radius: 20px;
        padding: 28px 20px;
        display: block;
        gap: 40px;
        align-items: flex-start;
    }
    .step-flex h3 {
        font-size: 20px;
        color: #4D9189;
        margin-bottom: 16px;
    }
    .step-flex h3 span {
        margin-right: 12px;
        background-color: #4D9189;
        color: #fff;
        padding: 2px 10px;
        border-radius: 10px;
    }
    .step-flex p {
        line-height: 28px;
        margin-bottom: 16px;
    }
    .step-flex p span {
        border-radius: 12px;
    }
    .step-flex div:first-child {
        order: 2;
        flex-basis: 420px;
    }
    .step-flex > div:last-child {
        order: 1;
        flex-basis: 460px;
    }
    .step-arrow {
        width: 140px;
        margin: 40px auto 40px;
        text-align: center;
    }
    .step-arrow img {
        width: 140px;
        height: auto;
    }
    .payment-bg {
        padding: 0 24px;
    }
    .payment {
        background-color: #F6F7F7;
        width: 100%;
        padding: 40px 20px;
        margin: 40px auto;
        box-sizing: border-box;
    }
    .payment h3 {
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        color: #4D9189;
        text-align: center;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .payment h4 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 12px;
        font-weight: normal;
    }
    .payment .pimg {
        margin: 20px auto;
        text-align: center;
        width: 80%;
    }
    .payment p:last-child {
        margin-top: 32px;
        line-height: 28px;
    }
    .caseimg {
        background-color: #F6F7F7;
        padding: 20px 20px 32px;
        width: 100%;
        margin: 0px auto 0px;
        text-align: center;
    }
    .caseimg h3 {
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        line-height: 48px;
        color: #4D9189;
        font-weight: normal;
        margin-bottom: 0px;
    }
    .caseimg div img {
        width: 100%;
        height: auto;
        display: block;
    }
    .caseimg p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 28px;
        padding: 0 24px;
    }
    .commitment {
        background-color: #E9E9E9;
        background: none;
        background-size: cover;
        padding: 0 0 80px;
    }
    .commitment > div {
        width: auto;
        margin: 0 auto;
    }
    .commitment h2 {
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 20px;
        background-image: url("../img/kodawari-bg.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 96px 0;
    }
    .commitment p {
        margin-bottom: 60px;
        padding: 0 24px;
        line-height: 28px;
    }
    .commitment dl {
        padding: 0 24px;
    }
    .commitment dl > div {
        display: block;
        gap: 36px;
        align-items: flex-start;
    }
    .commitment dl div div {
        flex-basis: 100%;
    }
    .commitment dl div dd {
        flex-basis: 100%;
        line-height: 28px;
    }
    .commitment div dl {
        width: auto;
        padding: 0 40px;
    }
    .commitment dl dt {
        color: #4D9189;
        font-size: 20px;
        margin-bottom: 18px;
        text-align: center;
        line-height: 28px;
    }
    .commitment dl dd {
        margin-top: 20px;
    }
    .commitment dl dt span {
        background-color: #4D9189;
        color: #fff;
        padding: 0 12px;
        border-radius: 10px;
        margin-right: 12px;
        font-size: 24px;
        line-height: 60px;
    }
    .commitment dl:not(:last-child) {
        margin-bottom: 80px;
    }
    .commitment dl div div img {
        width: 100%;
        height: auto;
    }
    .reason h2 {
        background: #4D9189;
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        padding: 20px 0;
        color: #fff;
        font-family: 'Noto Serif JP', serif;
    }
    .reason-mv {
        margin-bottom: 40px;
    }
    .reason-t {
        text-align: center;
        margin-bottom: 32px;
    }
    .reason-t p {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .reason-t div {
        text-align: center;
        margin: 0 auto;
        width: 60%;
    }
    .reason-t div img {
        width: 100%;
    }
    .reason-t h3 {
        font-size: 34px;
        font-family: 'Noto Serif JP', serif;
        color: #4D9189;
        margin-bottom: 40px;
    }
    .reason-t h3 span {
        background: linear-gradient(transparent 50%, #ECECEC 50%);
        height: 40px;
        display: inline-block;
    }
    .reason-a {
        padding: 40px 20px;
        text-align: center;
        background: #F0F3F0;
        width: 100%;
        margin: 0 auto 40px;
    }
    .reason-a div {
        display: block;
        justify-content: center;
        gap: 20px;
    }
    .reason-a div div {
        margin-bottom: 20px;
        width: 100%;
    }
    .reason-a p {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 28px;
    }
    .reason-a h4 {
        color: #4D9189;
        font-family: 'Noto Serif JP', serif;
        margin-top: 20px;
        font-size: 22px;
        line-height: 34px;
    }
    .bf {
        background: #F6F7F7;
        padding: 20px;
        width: 90% !important;
    }
    .bf h3 {
        font-size: 24px;
        margin-bottom: 8px;
        color: #64AAA2;
        font-weight: normal;
        margin-top: 24px;
    }
    .before-after {
        margin: 40px 0;
    }
    .before-after h2 {
        font-family: 'Noto Serif JP', serif;
        font-size: 22px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 40px;
        color: #4D9189;
    }
    .bf-slider {
        width: 90%;
        margin: 0 auto;
    }
    .bf-slider .bf {
        margin: 0 20px;
    }
    .downtime {
        padding: 100px 0;
        background-color: #F0F3F0;
        background-size: cover;
        padding: 40px 24px;
    }
    .downtime h2 {
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 20px;
        color: #4D9189;
    }
    .down-flex {
        width: 100%;
        margin: 0 auto 24px;
        background: #fff;
        padding: 20px;
        display: block;
        gap: 20px;
        align-items: flex-start;
    }
    .down-flex dl {
        flex: 1;
        order: 2;
    }
    .down-flex div {
        flex: 1;
        order: 1;
    }
    .down-flex dl dt {
        font-size: 18px;
        line-height: 28px;
        color: #4D9189;
        margin-bottom: 12px;
        margin-top: 12px;
    }
    .down-flex dl dd {
        font-size: 16px;
        line-height: 26px;
    }
    .risk-t {
        margin-top: 80px;
        margin-bottom: 40px;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 20px;
        text-align: center;
        color: #4D9189;
        font-weight: normal;
        line-height: 32px;
    }
    .down-table {
        margin: 0 auto;
        width: 1000px;
        border-collapse: collapse;
    }
    .monitor-table {
        margin: 0 auto 20px;
        width: 920px;
        border-collapse: collapse;
    }
    .table-scroll {
        overflow-x: scroll;
        margin-bottom: 12px;
        scrollbar-color: #64AAA2 #fff;
    }
    /* WebKit用（Safari/Chrome） */
    .table-scroll::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }
    .table-scroll::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 4px;
    }
    .table-scroll::-webkit-scrollbar-thumb {
        background-color: #64AAA2;
        border-radius: 4px;
        border: 2px solid #fff; /* 枠付きでバーに余白感を出す */
    }
    .simplebar-track.simplebar-vertical {
        width: 10px;
        background: #fff;
    }
    .simplebar-track {
        background: #fff !important;
        border: none !important;
        box-shadow: none !important;
    }
    .simplebar-scrollbar {
        background: #64AAA2;
        border-radius: 10px;
    }
    /* スクロールバーの色をカスタマイズ */
    .simplebar-scrollbar:before {
        background-color: #64AAA2 !important; /* バー本体の色 */
        border: none !important;
        box-shadow: none !important;
    }
    /* トラック背景色 */
    .simplebar-track.simplebar-vertical {
        background: #fff;
    }
    .down-table td {
        border: 1px solid #E9E9E9;
        padding: 20px 12px;
        background: #fff;
    }
    .down-table th {
        background: #4D9189;
        color: #fff;
        padding: 12px;
        border: 1px solid #E9E9E9;
    }
    .down-table td:nth-child(2), .down-table td:nth-child(5) {
        text-align: center;
    }
    .down-table td:first-child, .down-table th:first-child {
        width: 270px;
    }
    .down-table td:nth-child(2), .down-table th:nth-child(2) {
        width: 136px;
    }
    .down-table td:nth-child(3), .down-table th:nth-child(3) {
        width: 265px;
    }
    .down-table td:nth-child(4), .down-table th:nth-child(4) {
        width: 175px;
    }
    .down-table td:nth-child(5), .down-table th:nth-child(5) {
        width: 151px;
    }
    .monitor-table td {
        border: 1px solid #E9E9E9;
        padding: 12px 12px;
        background: #fff;
        font-size: 16px;
        line-height: 28px;
    }
    .monitor-table th {
        background: #4D9189;
        color: #fff;
        padding: 4px 8px;
        border: 1px solid #E9E9E9;
        font-weight: normal;
        font-size: 16px;
        line-height: 28px;
    }
    .monitor-table td:nth-child(2), .monitor-table td:nth-child(3) {
        font-size: 16px;
        line-height: 28px;
    }
    .monitor-table td:nth-child(4) {
        color: #B12222;
    }
    .monitor-table td:nth-child(4), .monitor-table td:nth-child(5) {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }
    .monitor-table td:first-child {
        font-size: 16px;
    }
    .monitor-table th:nth-child(4) {
        background: #B12222;
    }
    .profile {
        padding: 60px 0 40px;
    }
    .profile h2 {
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 40px;
        color: #4D9189;
    }
    .prof-flex {
        display: block;
        gap: 68px;
        width: 100%;
        margin: 0 auto;
    }
    .prof-flex div:first-child {
        width: 50%;
        margin: 0 auto 40px;
    }
    .prof-flex div:last-child {
        width: 100%;
        padding: 0 40px
    }
    .profile h3 {
        font-size: 20px;
        color: #4D9189;
        margin-top: 0;
        margin-bottom: 16px;
        border-top: 2px solid #4D9189;
        font-family: 'Noto Serif JP', serif;
        padding-top: 16px;
    }
    .profile h4 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 16px;
        border-bottom: 2px solid #64AAA2;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .prof-flex p:first-child {
        line-height: 28px;
    }
    .prof-flex p span {
        color: #B52121;
    }
    .profname {
        font-weight: normal;
        font-size: 18px;
        line-height: 28px;
        margin-top: 20px;
    }
    .menu {
        padding: 40px 0 0;
    }
    .menu h2 {
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 40px;
        color: #4D9189;
        width: 100%;
        line-height: 36px;
        padding: 36px 0;
    }
    .menu h2 span {
        font-size: 18px;
    }
    .menu1 {
        background: #DFE8E4;
    }
    .menu2 {
        background: #E9ECEB;
    }
    .menu-c {
        width: 100%;
        margin: 0 auto;
    }
    .menu-bg {
        padding: 60px 24px;
    }
    .menu-c h3 {
        font-size: 22px;
        color: #64AAA2;
        border-bottom: 2px solid #9EBAAE;
        padding-bottom: 20px;
        font-weight: normal;
        line-height: 34px;
    }
    .menu-c h4 {
        font-size: 16px;
        margin-bottom: 40px;
        padding-top: 20px;
    }
    .menu-c p {
        line-height: 28px;
        width: 100%;
    }
    .menu-flex {
        display: block;
        gap: 40px;
        align-items: stretch;
        margin-bottom: 20px;
    }
    .menu-flex dl {
        width: 100%;
        background: #F6F7F7;
        padding: 24px 12px;
        border-radius: 20px;
        height: 100%;
    }
    .menu-flex > div {
        width: 80%;
        display: block;
		margin: 40px auto 0px;
    }
    .menu-flex dl dt {
        font-size: 20px;
        position: relative;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .menu-flex dl dd {
        color: #5B8A76;
        line-height: 32px;
    }
    .structure {
        background: #F6F7F7;
        padding: 24px 32px;
        border-radius: 20px;
        height: 100%;
        margin-top: 40px;
    }
    .structure h4 {
        color: #64AAA2;
        font-size: 20px;
        margin-bottom: 12px;
    }
    .structure dl dt {
        font-weight: bold;
        margin-bottom: 12px;
        margin-top: 28px;
    }
    .structure dl dd {
        line-height: 28px;
        margin-bottom: 8px;
    }
    .price {
        padding: 60px 24px;
        background: #F9F9F9;
    }
    .price h2 {
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
        margin-bottom: 40px;
        color: #4D9189;
    }
    .price-t {
        background: #fff;
        padding: 20px 12px;
        border-top: 4px solid #64AAA2;
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin: 0 auto 40px;
    }
    .special-menu {
        background: #fff;
        padding: 20px 12px;
        border-top: 4px solid #64AAA2;
        font-size: 20px;
        line-height: 36px;
        width: 100%;
        margin: 0 auto 40px;
    }
    .special-menu h3 {
        text-align: center;
        color: #64AAA2;
        margin-bottom: 32px;
        font-size: 20px;
        line-height: 30px;
    }
    .special-menu dt, .special-menu dd {
        text-align: center;
        line-height: 24px;
        font-size: 16px;
    }
    .special-menu dd {
        text-align: center;
        margin-bottom: 32px;
        font-size: 20px;
        margin-top: 20px;
    }
    .special-menu dd span {
        color: #B12222;
        font-size: 56px;
        font-family: Arial, sans-serif;
        padding: 0 8px;
    }
    .special-menu p {
        text-align: center;
        margin-top: 20px;
        font-size: 16px;
        line-height: 28px;
    }
    .pricelist-pc {
        margin: 0 auto 40px;
        width: 100%;
        border-collapse: collapse;
    }
    .pricelist-pc td {
        border: 1px solid #E9E9E9;
        padding: 16px 4px;
        background: #fff;
    }
    .pricelist-pc th {
        background: #4D9189;
        color: #fff;
        padding: 16px 2px;
        border: 1px solid #E9E9E9;
    }
    .pricelist-pc th:nth-child(3) {
        background: #B12222;
    }
    .pricelist-pc td:nth-child(2), .pricelist-pc td:nth-child(3) {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }
    .pricelist-pc td:nth-child(2) {
        color: #333;
    }
    .pricelist-pc td:nth-child(3) {
        color: #B12222;
    }
    .pricelist-pc td:first-child {
        font-size: 16px;
    }
    .pricelist-pc span {
        display: block;
    }
    footer {
        background: #F6F6F6;
        padding: 40px 12px 20px;
        line-height: 28px;
    }
    footer .flex {
        width: 100%;
        margin: 0 auto 40px;
        display: block;
        justify-content: space-between;
    }
    footer .flex div, footer .flex dl {
        flex-basis: 100%;
    }
    footer .flex .line span {
        background: #22BA4F;
        color: #fff;
        padding: 4px 8px;
    }
    footer .flex .line img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
    }
    .copylight {
        background: #64AAA2;
        color: #fff;
        text-align: center;
        padding: 28px 0;
        width: 100%;
        margin: 0 auto 23vw;
        font-size: 20px;
    }
    .gmap {
        margin: 0 auto 24px;
        width: 100%;
    }
    .gmap iframe {
        width: 100%;
        height: 200px;
    }
    .work-schedule {
        width: 100%;
        margin: 0 auto 20px;
    }
    .mv {
        background: url(../img/sp-mv.png) no-repeat center bottom;
        background-size: cover;
        height: 92vw;
        position: relative;
    }
    .mv .logo {
        position: relative;
        top: 20px;
        left: 0px;
        margin: 0 auto;
        display: block;
        width: 200px;
        height: auto;
    }
    .mv-t {
        text-align: center;
        padding-top: 48px;
    }
    .mv-t dt {
        display: none;
        color: #171C3C;
        margin-bottom: 4px;
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
    }
    .mv-t dd {
        color: #171C3C;
        margin-bottom: 4px;
        font-family: 'Noto Serif JP', serif;
        font-size: 40px;
        line-height: 60px;
    }
    .mv-t h1 {
        font-weight: normal;
        font-size: 14px;
    }
    .mv-img {
        position: relative;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }
    .mv-img img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .foot-logo {
        text-align: center;
        width: 100%;
    }
    .foot-logo img {
        width: 280px;
        height: auto;
    }
    .line {
        margin-top: 20px;
    }
    .line img {
        width: 40px;
        height: auto;
    }
    .case-bf li {
        font-size: 16px;
    }
    .case-bf li span {
        padding: 8px 0;
    }
    .case-bf {
        padding-left: 0;
    }
    .foot-sns > ul {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
        flex-wrap: wrap;
    }
    .foot-sns {
        padding-bottom: 0px;
    }
    .foot-sns > ul li {
        width: 48%;
        list-style: none;
        margin-bottom: 20px;
        font-size: 13px;
        height: 78px;
    }
    .foot-sns > ul li a {
        display: flex;
        align-items: center;
        padding: 14px 0px 14px 8px;
        border: 1px solid #E6EAEB;
        color: #333;
        text-decoration: none;
        line-height: 16px;
        height: 78px;
    }
    .foot-sns > ul li a span {
        padding-right: 8px;
    }
    .foot-sns > ul li a strong {
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
    }
    .foot-sns > div > div {
        width: 100%;
        display: flex;
        height: 78px;
        gap: 20px;
        align-items: center;
        padding: 20px 12px;
    }
    .foot-sns > div a {
        display: flex;
        gap: 12px;
        align-items: center;
    }
    .foot-sns > div {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .mv {
        background: url(../img/sp-mv.png) no-repeat center bottom;
        background-size: cover;
        height: 100vw;
        position: relative;
    }
    .mv-t {
        text-align: center;
        padding-top: 5vw;
    }
    .sp-cta p {
        text-align: center;
        color: #fff;
        padding: 4px 0 6px;
        font-size: 16px;
        font-weight: bold;
    }
    .sp-cta {
        padding: 4px 2px;
    }
    .mv-t dt {
        display: none;
        color: #171C3C;
        margin-bottom: 4px;
        font-family: 'Noto Serif JP', serif;
        font-size: 20px;
    }
    .mv-t dd {
        color: #171C3C;
        margin-bottom: 4px;
        font-family: 'Noto Serif JP', serif;
        font-size: 40px;
        line-height: 60px;
    }
}
@media only screen and (max-width: 600px) {
    .mv-t dd {
        color: #171C3C;
        margin-bottom: 4px;
        font-family: 'Noto Serif JP', serif;
        font-size: 32px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 500px) {
    .mv {
        background: url(../img/sp-mv.png) no-repeat center bottom;
        background-size: cover;
        height: 117vw;
        position: relative;
    }
    .mv-t {
        text-align: center;
        padding-top: 10vw;
    }
    .mv-t dt {
        display: none;
        color: #171C3C;
        margin-bottom: 4px;
        font-family: 'Noto Serif JP', serif;
        font-size: 16px;
    }
    .mv-t dd {
        color: #171C3C;
        margin-bottom: 8px;
        font-family: 'Noto Serif JP', serif;
        font-size: 28px;
        line-height: 44px;
    }
}
@media only screen and (max-width: 350px) {
    .mv-t {
        padding-top: 28px;
    }
    .mv-t dd {
        font-size: 24px;
        line-height: 34px;
    }
    .reason-t h3 {
        font-size: 30px;
    }
}