@font-face {
  font-family: "HiraginoMinthyo";
  src: url(../font/HiraginoMinthyo.OTF);
}

:root {
  --font-gothic: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, sans-serif;
  --font-mincho: "Noto Serif JP","游明朝", "Yu Mincho", "游明朝体", "HiraginoMinthyo", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3","Hiragino Mincho Pro W3", "Hiragino Mincho Pro","HGS明朝E", "HG明朝E", "Helvetica Neue", "Helvetica", "sans-serif";
}




html, body {
  color: #222;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, sans-serif;
/*  font-family: "HiraginoMinthyo", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Yu Mincho", "游明朝体", "HGS明朝E", "HG明朝E", "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "Noto Sans JP", "Noto Serif", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";*/
}
/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/
body {
  position: relative;
  margin: 0;
}
h1 {
  color: white;
  line-height: 1.2;
}
h2 {
  font-size: 2.5em;
  text-align: center;
  font-weight: 600;
  font-family: var(--font-mincho);
}
h2.md {
  font-size: 2.5em;
}
h2.sm {
  font-size: 1.8em;
}
h3 {
  font-size: 2.0em;
}
@media not all and (min-width: 960px) {
  h3 {
    font-size: 1.6em;
  }
}
h1, h2, h3, h4 {
  line-height: 1.3;
  display: block;
}
p, td, label, ul, li, strong {
  line-height: 2;
}
p {
  white-space: pre-line;
  font-size: 0.875em;
}
main {
  position: relative;
}
.reason, .case, .recommend {
  background: #fafafa;
}
.profile {
  background-color: #F7FFF9;
}


.bg-grad_ff-fa {
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(90deg,rgba(250,250,250,1.00) 0%,rgba(255,255,255,1.00) 100%);
  background-image: -moz-linear-gradient(90deg,rgba(250,250,250,1.00) 0%,rgba(255,255,255,1.00) 100%);
  background-image: -o-linear-gradient(90deg,rgba(250,250,250,1.00) 0%,rgba(255,255,255,1.00) 100%);
  background-image: linear-gradient(0deg,rgba(250,250,250,1.00) 0%,rgba(255,255,255,1.00) 100%);
}




@media not all and (min-width: 960px) {
  html, body {
    font-size: calc(10vw / 2.7);
  }
  h2 {
    font-size: 2em;
  }
  h2.md {
    font-size: 1.8em;
  }
  h2.sm {
    font-size: 1.2em;
  }
}



  .py5 {
    padding: 3rem 0;
  }
  .py4 {
    padding: 2.5rem 0;
  }
@media not all and (min-width: 960px) {
  .py5 {
    padding: 2.5rem 0;
  }
  .py4 {
    padding: 2rem 0;
  }
}

/* ----------------------------------
	メインビジュアル単独
---------------------------------- */
.fvMedia img {
  width: 100%;
}
@media (max-width: 768px) {
  .fvMediaImg {
    content: url(../img/lp-sp.jpg?0305-2);
  }
}
@media (min-width: 768.1px) {
  .fvMedia {
    width: 100%;
    background-size: cover;
    height: auto;
  }
}
@media (min-width: 768.1px) and (max-width: 800px) {
  .fvMediaIn img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    margin: 0 auto;
  }
}
@media (min-width: 801px) and (max-width: 850px) {
  .fvMediaIn img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin: 0 auto;
  }
}
@media (min-width: 851px) and (max-width: 900px) {
  .fvMediaIn img {
    width: 100%;
    height: 325px;
    object-fit: cover;
    margin: 0 auto;
  }
}
@media (min-width: 901px) and (max-width: 950px) {
  .fvMediaIn img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
  }
}
@media (min-width: 951px) and (max-width: 1000px) {
  .fvMediaIn img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
  }
}
@media (min-width: 1001px) and (max-width: 1050px) {
  .fvMediaIn img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
  }
}
@media (min-width: 1051px) and (max-width: 1100px) {
  .fvMediaIn img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
  }
}
@media (min-width: 1101px) and (max-width: 1199px) {
  .fvMediaIn img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .fvMediaIn {
    height: auto;
    width: 1200px;
    margin: 0 auto;
  }
}
/*----------------------------------
recommend
---------------------------------- */
.recommendMedia {
  position: relative;
}
.recommendText {
  padding: 1rem 2rem;
  background: #fffbf1;
  text-align: center;
  position: absolute;
  right: 3rem;
  bottom: 4.6rem;
}
.recommendTextTtl {
  color: #000000;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, 'Cinzel', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 1rem;
}
.recommendTextList li {
  font-size: 1.2em;
  padding-left: 1.0em;
  text-indent: -1.0em;
  text-align: left;
}
.recommendTextList li:before {
  content: "・";
}
@media not all and (min-width: 960px) {
  .recommendMediaImg {
    content: url(../img/receive_sp.jpg);
  }
  .recommendText {
    padding: 0.5rem;
    right: 1.0rem;
    bottom: 1.0rem;
    left: 6.5rem;
    line-height: 1.5;
  }
  .recommendTextTtl {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .recommendTextList li {
    font-size: 0.86em;
  }
}
/*----------------------------------
vaser
---------------------------------- */
.vaserTop {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .vaserTop {
    flex-direction: column;
  }
}
.vaserFeature {
  padding: 2rem 3rem;
  background: white;
  border: 1px solid #e6e6e6;
  gap: 10px 5%;
}
.vaserFeature h4 {
  font-size: 1.5em;
  color: #d4145a;
  text-align: center;
}
.vaserFeatureIn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vaserFeatureTxt ul li {
  padding-left: 1.0em;
  text-indent: -1.0em;
  line-height: 1.8;
}
.vaserFeatureTxt ul li:before {
  content: "・";
}
.vaserFeatureMedia {
  width: 40%;
  text-align: right;
}
.vaserFeatureMedia img {
  width: 100%;
}
.vaserFeatureTxt {
  width: 58%;
  font-size: 1.0em;
}
@media not all and (min-width: 960px) {
  .vaserFeature {
    padding: 2rem 1rem;
  }
  .vaserFeatureIn {
    flex-direction: column;
  }
  .vaserFeatureMedia {
    margin-top: 2rem;
    width: 100%;
  }
  .vaserFeatureTxt {
    width: 100%;
  }
  .vaserFeature h4 {
    font-size: 1.4em;
    text-align: center;
  }
}
/*----------------------------------
reason
---------------------------------- */


.reasonBoxTtl {
  color: #28A5A0;
  text-align: left;
  display: flex;
  align-items: center;
  line-height: 1.4;
  text-indent: -1.2em;
  padding-left: 1.3em;
  font-weight: 700;
}

@media all and (min-width: 960px) {
  .reason {
    padding: 60px 0
  }
  .reasonIn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    gap: 20px 2%;
  }
  .reasonBox {
    width: 49%;
    padding: 25px;
    box-sizing: border-box;
    background: white;
    border: 1px solid #e6e6e6;
  }
  .reasonBoxTtl {
    font-size: 1.4em;
    color: #28A5A0;
    text-align: left;
    line-height: 1.5em;
  }
  .reasonBoxMedia {
    margin: 15px 0;
  }
  .reasonBoxMedia img {
    width: 100%;
  }
  .techOnayami {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.4rem 1rem;
    background: white;
    border: 1px solid #e6e6e6;
    gap: 10px 5%;
    width: 80%;
    margin: 1.7rem auto 0;
  }
}
@media not all and (min-width: 960px) {
  .reason {
    padding: 20px 0
  }
  .reasonBoxTtl {
    font-size: 16px;
  }
  .reasonIn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    align-items: start;
  }
  .reasonBox {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    margin-bottom: 0;
    padding: 10px;
    background: white;
    border: 1px solid #e6e6e6;
  }
  .reasonBoxMedia + p {
    font-size: 12px;
    line-height: 1.6;
    text-align: justify;
  }
}

/*----------------------------------
	trait
---------------------------------- */
.traitBox {
  border: 1px solid #e6e6e6;
  background-color: #FFF;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.traitBox h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
.traitBoxNum {
  width: 60px;
  height: 60px;
  margin-right: 1rem;
  background-color: #FF2E7C;
  color: #FFFFFF;
  font-size: 2.5em;
  line-height: 1.0em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.traitBoxTtl {
  color: #FF2E7C;
  font-size: 1.5em;
  line-height: 1.5em;
}
@media not all and (min-width: 960px) {
  .traitBox h4 {
    flex-direction: column;
  }
  .traitBoxNum {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    font-size: 2em;
    position: absolute;
    top: -15px;
    left: -2%;
  }
  .traitBoxTtl {
    font-size: 1.4em;
    text-align: center;
  }
}
/*----------------------------------
footer / 調整
---------------------------------- */
.footer {
  max-width: 100%;
  margin: 0;
}
/*----------------------------------
header / 調整
---------------------------------- */
.o-header-tel__small {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, sans-serif;
}
.c-header-menu__button {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, sans-serif;
}
/*----------------------------------
plan
---------------------------------- */
.plan-item__tit--fourth {
  width: 30%;
  padding-bottom: 0px;
  text-align: center;
  font-family: "Shippori Mincho", -apple-system, BlinkMacSystemFont, "游明朝体", "Yu Mincho", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", Georgia, serif;
  font-size: min(17 / 375* 100* var(--vw, 1vw), 27.2px);
  line-height: 1.3;
}
@media (min-width: 960px) {
  .plan-item__tit--fourth {
    font-size: min(30 / 1280* 100* var(--vw, 1vw), 1.8rem);
  }
}
@media not all and (min-width: 960px) {
  .plan-item__tit--fourth {
    width: 100%;
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px dotted #aaa;
  }
}
.plan-item__num--fourth {
  width: 10%;
  font-family: "Shippori Mincho", -apple-system, BlinkMacSystemFont, "游明朝体", "Yu Mincho", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", Georgia, serif;
  text-align: center;
}
@media not all and (min-width: 960px) {
  .plan-item__num--fourth {
    width: 50%;
    font-size: min(40 / 1280* 100* var(--vw, 1vw), 2.5rem);
  }
}
.plan-item__sub--fourth {
  width: 20%;
  font-family: "Shippori Mincho", -apple-system, BlinkMacSystemFont, "游明朝体", "Yu Mincho", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", Georgia, serif;
  text-align: center;
}
@media not all and (min-width: 960px) {
  .plan-item__sub--fourth {
    width: 50%;
    font-size: min(40 / 1280* 100* var(--vw, 1vw), 2.5rem);
  }
}
.plan-item__price--fourth {
  text-align: center;
  width: 40%;
  line-height: 1.3;
  color: #8eb8b6;
  font-weight: 700;
  font-size: min(30 / 1280* 100* var(--vw, 1vw), 1.875rem);
}
@media not all and (min-width: 960px) {
  .plan-item__price--fourth {
    font-size: min(17 / 375* 100* var(--vw, 1vw), 27.2px);
    width: 100%;
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    border-top: 1px dotted #aaa;
  }
}
.profileName {
  text-align: left;
  font-size: 1.1em;
}
.profileTxt {
  width: 52%;
}
.profileTxt h3 {
  font-size: 1.8rem;
  font-family: var(--font-mincho);
  font-weight: 700;
}
.profileTxt h3 + p {
  font-size: 1rem;
  margin-top: 30px;
}
.profileHistory {
  border: 1px solid #cccccc;
  font-size: 0.85em !important;
  line-height: 1.7 !important;
  color: #4d4d4d;
  padding: 1rem 1.5rem;
}
@media not all and (min-width: 960px) {
  .profileName {
    font-size: 1em;
  }
  .profileHistory {
    font-size: 0.6em !important;
    padding: 0.75rem;
  }
  .profileTxt h3 {
    font-size: 1.4rem;
  }
  .profileTxt h3 + p {
    font-size: 0.9rem;
    margin-top: 15px;
  }
}

.mainBtn {
  width: 40rem;
  color: white;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 1.8em;
  line-height: 2;
  padding: 0.75rem 0;
  transition: 0.5s;
  font-family: var(--font-mincho);
  font-weight: 700;
  background-color: #ED63AC;
}
.mainBtn:hover {opacity: 0.8;}

.mainBtn + p {margin-top: 8px;font-size: 1.3rem;}

.cta-space {
  padding: 0 0 5rem 0;
}
.combiBoxTtl {
  color: #28A5A0;
}
.featureItem h3 {
  font-size: 1.6em;
  color: #28A5A0;
}
.techOnayamiMedia {
  width: 34%;
  text-align: right;
}
.techItem h3 {
  background: url(../img/bg1.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  line-height: 1.3;
  padding: 1.0rem;
  display: block;
}
.techOnayamiTxt h4 {
  font-size: 1.8em;
  margin-bottom: 1rem;
  color: #28A5A0;
}
.techOnayamiTxt ul li {
  line-height: 1.8;
  font-size: 1.3em;
}
.combiBox {
  padding: 20px;
  border: solid 1.4px #28A5A0;
  box-sizing: border-box;
  width: 49%;
  background-color: #FFFFFF;
}
.combiBoxTtls::before {
  content: "⚫︎";
  color: #28A5A0;
  margin-right: 0.3rem;
}
.combiBoxTtls {
  color: #28A5A0;
  font-size: 110%;
  font-weight: bold;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.combiBoxList {
  padding: 3%;
  margin-bottom: 20px;
  border: solid 1px #28A5A0;
  font-size: 110%;
}
.combiBoxPoint {
  color: #fff;
  font-size: 90%;
  text-align: center;
  line-height: 100%;
  letter-spacing: .2rem;
  background-color: #28A5A0;
  padding: 0.7em;
  margin: 0 auto 10px auto;
  border-radius: 25px;
  width: 50%;
  border: none;
}
.plan-box {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: min(30 / 1280 * 100 * var(--vw, 1vw), 1.875rem) min(30 / 1280 * 100 * var(--vw, 1vw), 1.875rem) min(30px / 1280 * 100 * var(--vw, 1vw), 2.5rem);
}
/*----------------------------------
works_list
---------------------------------- */
ul.works_list {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  text-align: center;
}
ul.works_list li {
  width: 23%;
}
ul.works_list li img {
  max-width: 100%;
}
ul.works_list li p {
  margin: 0 0 10px 0;
  padding: 12px 0;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  background-color: #3D5763;
}
.works2 {
  overflow: hidden;
}
.works2_wrap {
  margin: 0 auto;
  padding: 5rem 0;
  background-image: -webkit-linear-gradient(270deg,rgba(250,250,250,1.00) 0%,rgba(255,255,255,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(250,250,250,1.00) 0%,rgba(255,255,255,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(250,250,250,1.00) 0%,rgba(255,255,255,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(250,250,250,1.00) 0%,rgba(255,255,255,1.00) 100%);
  
}
.slider-works {
  /*margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);*/
  max-width: 1000px;
  width: 100%;
  margin: 0 auto !important;
}


@media all and (max-width: 0px) {

/* 左右のグラデーションマスク */
        .slider-works::before,
        .slider-works::after {
            content: "";
            position: absolute;
            top: 0;
            z-index: 2;
            width: 150px; /* グラデーションの幅（見切れ具合に合わせて調整） */
            height: 100%;
            pointer-events: none; /* 下のスライドをクリック可能にする */
        }

        /* 左側のフェードアウト */
        .slider-works::before {
            left: 0;
            background: linear-gradient(to right, #f9f9f9 0%, rgba(249, 249, 249, 0) 99%);
        }

        /* 右側のフェードアウト */
        .slider-works::after {
            right: 0;
            background: linear-gradient(to left, #f9f9f9 0%, rgba(249, 249, 249, 0) 99%);
        }



  
        .slider-works::before,
        .slider-works::after {
            width: 15%; /* グラデーションの幅（見切れ具合に合わせて調整） */
        }
}



.slider-works .slick-slide {
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  width: 500px;
}
.slider-works .slick-slide img {
  width: 100%;
}
.slider-works .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #555;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 48%;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-works .slick-arrow::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.slider-works .slick-next {
  right: 0;
}
.slider-works .slick-prev {
  left: 0;
}
.slider-works .slick-next::before {
  left: 20px;
}
.slider-works .slick-prev::before {
  border-width: 0 0 2px 2px;
  right: 22px;
}
.slider-works .slick-slide img {
  display: inline;
}
button.slide-arrow2 {
  margin: 0;
  padding: 0;
}
.slide-arrow2 {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 999 !important;
}
.slider-works .prev-arrow2 {
  left: calc(50% - 180px);
  transform: rotate(180deg);
}
.slider-works .prev-arrow2::before {
  top: 18px;
  left: 15px;
}
.slider-works .next-arrow2 {
  right: calc(50% - 300px);
}
.slider-works .next-arrow2::before {
  top: 19px;
  left: 13px;
}
.works2_list li {
  background: #eef4f5;
  padding: 25px;
  border-radius: 8px;
  box-sizing: border-box;
}
.works2_list .slick-track {
  display: flex !important;
}
.works2_list .slick-slide {
  height: auto !important;
  background: #eef4f5;
  border-radius: 0px;
  box-sizing: border-box;
}
.works2_list li h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 12px;
}
table.works_table {
  width: 100%;
  border: 1px #cccccc solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto 0 auto;
  font-size: 0.7em;
}
table.works_table th {
  width: 150px;
  padding: 8px;
  border: #cccccc solid;
  border-width: 0 0 1px 1px;
  color: #fff;
  background: #3D5763;
  font-weight: normal;
  text-align: center;
}
table.works_table td {
  padding: 8px 8px 8px 16px;
  border: 1px #cccccc solid;
  border-width: 0 0 1px 1px;
  background: #ffffff;
  text-align: left;
  line-height: 1.7;
}

@media not all and (min-width: 960px) {
table.works_table td {
  padding: 5px;
  font-size: 9px;
  line-height: 1.4;
}
  
}


a:focus {
  overflow: hidden;
}
a.alpha:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.3s
}
img.alpha:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.3s
}
a.alpha:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.3s
}
.mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Helvetica, Avenir;
}
.text-narrow {
  transform: scale(0.8, 1);
}
.text-wide {
  transform: scale(1.5, 1);
}
.non_letter-spacing {
  letter-spacing: 0 !important;
}
ol.ol_base {
  list-style-type: decimal;
  padding-left: 1rem;
  margin-bottom: 20px;
}
ul.ul_base {
  list-style-type: disc;
  padding-left: 1rem;
  margin-bottom: 20px;
}
a.text_line {
  text-decoration: underline;
}
.indent {
  margin-left: 20px;
}
.sec p {
  margin-bottom: 1.5rem;
}
.sec_s p {
  margin-bottom: 1.5rem;
}
.telLink {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.noborder {
  border: none !important;
}
h1.ttl {
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
}
p.ttl_sub_img {
  margin-bottom: 20px !important;
  text-align: center;
}
h2.ttl_sub {
  position: relative;
  font-size: 44px;
  margin-bottom: 70px;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
  color: #3D5763;
}
h3.ttl_sub {
  position: relative;
  font-size: 25px;
  margin-bottom: 40px;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0
}
h4.ttl_sub {
  position: relative;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 0
}
p.ttl_sub {
  position: relative;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.8;
  font-weight: normal;
  text-align: center;
}
.ttl_sub_txt {
  margin-bottom: 30px;
}
.sub_txt {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}
/******************************************************************** 症例
*/
ul.works_list {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  text-align: center;
}
ul.works_list li {
  width: 23%;
}
ul.works_list li img {
  max-width: 100%;
}
ul.works_list li p {
  margin: 0 0 10px 0;
  padding: 12px 0;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  background-color: #3D5763;
}
/*.slider-works {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}*/
.slider-works .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #555;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 48%;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-works .slick-arrow::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 20px;
  transform: rotate(45deg);
}
.slider-works .slick-next {
  right: 0;
}
.slider-works .slick-prev {
  left: 0;
}
.slider-works .slick-next::before {
  left: 20px;
}
.slider-works .slick-prev::before {
  border-width: 0 0 2px 2px;
  right: 22px;
}
button.slide-arrow2 {
  margin: 0;
  padding: 0;
}
.slide-arrow2 {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.slider-works .prev-arrow2 {
  left: calc(50% - 500px);
  transform: rotate(180deg);
}
.slider-works .prev-arrow2::before {
  top: 18px;
  left: 15px;
}
.slider-works .next-arrow2 {
  right: calc(50% - 500px);
}
.slider-works .next-arrow2::before {
  top: 19px;
  left: 13px;
}
/******************************************************************** slider
*/
.slide {
  position: relative;
  text-align: center;
}
.slider-2 {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.slider-2 .slick-slide {
  width: 640px;
  height: 380px;
  margin: 0 20px;
  position: relative;
  overflow: hidden;
}
.slider-2 .slick-slide img {
  display: block;
  max-width: 100%;
}
.slider-2 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 48%;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 20px;
  transform: rotate(45deg);
}
.slider-2 .slick-next {
  right: 0;
}
.slider-2 .slick-prev {
  left: 0;
}
.slider-2 .slick-next::before {
  left: 20px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 2px 2px;
  right: 22px;
}
.photo_slide_list li img {
  width: 100%;
}
.dots-3 {
  text-align: center;
  margin-top: 20px;
}
.dots-3 li {
  display: inline-block;
  margin: 0 4px;
}
.dots-3 li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.dots-3 li.slick-active button {
  background: #333;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table !important;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.plan-item__price p {
  font-size: 1.5em;
}
.plan-item__price {
  width: 40%;
  text-align: left;
  line-height: 175%;
}
.plan-item__tit {
  width: 60%;
  padding-bottom: 0px;
  line-height: 175%;
}
.recommendTextList li::before {
  content: "";
  display: inline-block;
  width: 1.4em;
  /* 画像サイズ調整 */
  height: 1.4em;
  margin-right: 0.5em;
  background-image: url('../img/icon_check.png');
  /* ←アイコン画像のパスに置き換えてね */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.recommendTextList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container {
  max-width: 1000px;
  margin: 0 auto !important;
}
.container02 {
  max-width: 1000px;
  margin: 0 auto !important;
}
.mt10 {
  margin-top: 5rem;
}
.py10 {
  padding: 5rem 0;
}
.pt8 {
  padding-top: 4rem;
}
.pb0 {padding-bottom: 0;}

@media not all and (min-width: 960px) {
  .combiBox {
    padding: 20px 10px;
    width: 100%;
  }
}
@media not all and (min-width: 960px) {
  .techOnayamiMedia {
    width: 50%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 999px) {
  .mainBtn {
    width: 85%;
    font-size: 1.3em;
    padding: 0.5rem 0;
    
  }

.mainBtn + p {margin-top: 5px;font-size: 0.8rem;}
  .mainAct.cta-space {
    padding: 0 1.0rem 3rem 1.0rem !important;
  }
  .slider-works .next-arrow2 {
    right: 0;
  }
  .company {
    padding: 3rem 0 0 0;
  }
  .slider-works .prev-arrow2 {
    left: 0;
    transform: rotate(180deg);
  }
  .works2_list li {
    background: #eef4f5;
    padding: 15px;
    border-radius: 0px;
    box-sizing: border-box;
  }
.works2_list li h3 {
  font-size: 15px;
}
  .slider-works .next-arrow2::before {
    top: 20px;
    left: 18px;
  }
  .slider-works .slick-arrow::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 20px;
    transform: rotate(45deg);
  }
  .slider-works .prev-arrow2::before {
    top: 20px;
    left: 18px;
  }
  .slider-works .slick-arrow {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #555;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 48%;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }
  .works2_wrap {
    margin: 0 auto;
    padding: 20px 0;
  }
  .pt8 {
    padding-top: 2rem;
  }
  .techOnayamiTxt h4 {
    font-size: 1.8em;
    text-align: center;
  }
  .techOnayamiTxt ul li {
    font-size: 1.0em;
  }
  .plan-item__price {
    width: 100%;
    text-align: center;
    line-height: 175%;
  }
  .plan-item__tit {
    width: 100%;
    padding-bottom: 0px;
    line-height: 175%;
  }
  .techOnayami {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem;
    background: white;
    border: 1px solid #e6e6e6;
    gap: 10px 5%;
    width: 100%;
    margin: 1.7rem auto 0;
  }
  .techOnayamiTxt {
    width: 60%;
  }
  .list-simple li {
    list-style: disc;
    list-style-position: inside;
    text-indent: -1.5em;
    padding-left: 1em;
  }
  .plan-box {
    max-width: 100%;
  }
  .plan-item {
    padding: 10px 0 0px 0;
  }
  .py10 {
    padding: 3rem 0;
  }
  .mt10 {
    margin-top: 3rem;
  }
  .recommendText {
    padding: 0.5rem;
    right: 1.0rem;
    bottom: 1.0rem;
    left: 8rem;
    line-height: 1.5;
  }
  .recommendText {
    padding: 1rem 1rem;
    background: #fffbf1;
    text-align: center;
    position: static;
    right: 3rem;
    bottom: 4.6rem;
  }
  .recommendTextList li {
    font-size: 1.2em;
  }
  .recommendTextList li::before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 2em;
    margin-right: 0.1em;
    background-image: url(../img/icon_check.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
  }
}
@media all and (max-width: 960px) {
  .title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .profileTxt {
    width: 100%;
  }
  .slider-works .slick-slide {
    margin: 0 10px;
    width: 70% !important;
  }
}
@media (max-width: 340px) {
  .slider-works .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #555;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 48%;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }
  .slider-works .prev-arrow2 {
    left: calc(50% - 150px);
    transform: rotate(180deg);
  }
  .slider-works .prev-arrow2::before {
    top: 20px;
    left: 17px;
  }
  .slider-works .slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 20px;
    transform: rotate(45deg);
  }
  .slider-works .next-arrow2 {
    right: calc(50% - 150px);
  }
  .slider-works .next-arrow2::before {
    top: 20px;
    left: 17px;
  }
}



/* ---------------------------------
-  2026.04.02 Diet10転用改修
--------------------------------- */
.p-intro-body {padding: 3rem 0 4rem;}
.p-intro-body h2 {line-height: 1.625;}

.c-content-title {font-size: 36px;background-color: #f1ede6;text-align: left;padding: 10px 0.5em;margin-bottom: 40px;border-top: 2px solid #d5d0c6;border-bottom: 2px solid #d5d0c6;}
@media not all and (min-width: 960px) {
  .p-intro-body {padding: 1.5rem 0;}
  .p-intro-body h2 {font-size: 1.4rem;}
  .c-content-title {font-size: 18px;margin-bottom: 15px;}
}


/* メイン下アンカーリンク */
.u-anchor-link {display: flex;gap: 15px;margin: 2.5rem 0;}
.u-anchor-link li {flex-basis: 100%;}
.u-anchor-link li a {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, sans-serif;
  display: flex;
  padding: 5px 0;
  border: 1px solid #8fb8b6;
  justify-content: center;
  color: #8fb8b6;
  font-weight: 500;
  transition: 0.5s;
}
.u-anchor-link li a:hover {color: #fff;background-color: #8fb8b6;}

@media not all and (min-width: 960px) {
  .u-anchor-link {gap: 5px;margin: 1.5rem 0;}
  .u-anchor-link li a {font-size: 12px;font-weight: 600; padding: 3px 0;}
}

@media not all and (min-width: 960px) {
  /* リード文　下半分透過グラデ */
  .lead-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    transition: max-height 0.5s ease;
  }
  .lead-wrapper.collapsed {
    max-height: 140px;
  }
  .lead-body {
    width: 100%;
    color: #333;
  }
  .lead-body p {
    font-size: 0.75em;
  }
  /* 下半分のフェードアウト効果 */
  .fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 80%);
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  /* 続きを読むボタン */
  .read-more-btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 24px;
    background-color: #555;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10;
    transition: all 0.2s ease;
  }
  .read-more-btn:hover {
    background-color: #333;
    transform: translateX(-50%) translateY(-2px);
  }
  .lead-wrapper.expanded {
    max-height: 1000px;
  }
  .lead-wrapper.expanded .fade-overlay, .lead-wrapper.expanded .read-more-btn {
    display: none;
    opacity: 0;
  }
}
@media all and (min-width: 960px) {
  .read-more-btn {
    display: none;
  }
  .lead-body {
    padding-bottom: 30px;
  }
}

div.checkmark_b ul li {
  line-height: 1.6;
  font-weight: 500;
  color: #423D34;
}


div.checkmark_b ul li:before {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-right: 0.75em;
}
div.checkmark_b ul li + li {
  margin-top: 0.75em;
}



/* グリッドコンテナ：スマホ・PC共に横2列 */
.tm-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:0 auto}
.tm-card{background:#fff;border:3px solid #39A3C3;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,0.05);padding:20px}
.tm-card-header{padding:0 12px;display:flex;align-items:center;justify-content:center;gap:8px;background-color:#fff}
.tm-header-icon{width:60px;height:60px;object-fit:contain;margin-right: 0.5em;}
.tm-treatment-name{font-weight:700;font-size:2rem;margin:0;white-space:nowrap;color:#39A3C3;font-family: var(--font-gothic);}
.tm-image-container{position:relative;width:100%;}
.tm-main-image{width:60%;display:block;object-fit:cover;aspect-ratio:4 / 3;margin: 0 auto;}
.tm-tag-list{position:absolute;top:30px;left:-20px;display:flex;flex-direction:column;gap:10px;font-family:var(--font-gothic)}
.tm-tag{
  background-color: #FFB500;
  color: #fff;
  padding: 5px 15px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  text-align: center;
  transform: skewY(-3deg);
  font-weight: 600;
}
@media all and (min-width: 960px) {
.tm-tag.tag-machine {display: block;min-width: 150px; }
}

.tm-card-content{padding:0px;flex-grow:1;display:flex;flex-direction:column}
.tm-recommend-wrap{margin:15px 0 20px;padding:10px;border:1px solid #ccc;display:flex;flex-direction:column;}
.tm-section-title{font-size:1.4rem;font-weight:700;margin-bottom:8px;border-bottom:1px solid #eee;text-align:center;font-family: var(--font-mincho);}
.tm-recommend-list{font-size:1.2rem;margin:0 auto;padding:0;list-style:none;align-self:center;text-align:left;}
.tm-recommend-list li{position:relative;padding-left:1em;line-height:1.5;}
.tm-recommend-list li::before{content:"・";position:absolute;left:0}
.tm-description{font-size:1.25rem;font-weight:600;text-align:center;margin-bottom:16px;line-height:1.5;color:#333}
.tm-price-box{margin-top:auto;text-align:center;border-top:2px dashed #f0f0f0;padding-top:12px;}
.tm-price-value{display:inline;font-size:2rem;/*color:#b33e3e*/}
.tm-price-unit{font-size:1.4rem;color:#666;margin-right:.5em;}
.tm-placeholder-card{background-color:#f0f0f0;border:2px dashed #ccc;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#aaa;min-height:200px}

@media not all and (min-width: 960px) {
.tm-grid{gap:8px}
.tm-card{border:2px solid #39A3C3;border-radius:5px;padding:10px}
.tm-card-header{gap:0px;margin-bottom: 10px;}
.tm-header-icon{width:30px;height:30px;}
.tm-treatment-name{font-size:1rem;margin-left: -5px;}
  
.tm-image-container{padding-left: 25px;}
.tm-main-image{width:70%;}
.tm-card-content{padding:0px;}
.tm-tag-list{top:10px;left:-10px;gap:5px;}
.tm-tag{padding:5px;font-size: 11px;white-space: nowrap;line-height: 1.2;}
  
.tm-tag.tag-machine {width: 125%;font-size: 12px;}
  
  .tm-recommend-wrap{margin:10px 0;padding:8px;font-feature-settings: "palt";}
  .tm-section-title{font-size:0.85rem;}
  
.tm-description{font-size:.7rem;margin-bottom:8px;}
.tm-price-box{margin-top:auto;text-align:center;border-top:2px dashed #f0f0f0;padding-top:8px;}
.tm-price-value{font-size:1rem;display: inline-block;}
.tm-price-unit{font-size:.75rem;display: inline-block;}
.tm-recommend-list{font-size:0.7rem;}
  .tm-recommend-list li {padding-left:.66em;white-space: nowrap;}
  
  
.sp-palt {font-feature-settings: "palt";}
}


/* profile h2タイトル前後テキスト */
.c-lead-intro,.c-lead-detail {text-align: center;line-height: 1.8;}
.c-lead-intro {font-size: 1.15em;margin-bottom: 1.0rem;}
.c-lead-detail {margin-top: 1.0rem;}

@media all and (min-width: 960px) {
.c-lead-intro {font-size: 2em;margin-bottom: 1.5rem;}
.c-lead-detail {font-size: 1em;letter-spacing: 0.1em;margin-top: 1.5rem;}
}

@media not all and (min-width: 960px) {
  .c-lead-intro + h2.md {font-size: 1.4em !important;}
}


.c-price-list .-custom-tbl {border-collapse: collapse;width: calc(100% - 10px);margin: 15px auto;}
.c-price-list .-custom-tbl th {
  max-width: 40%;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  background-color: #156082;
  border: 1px solid #173b5e;
}
.c-price-list .-custom-tbl th span {display: block;font-size: 20px;}
.c-price-list .tit-bar {margin: 3rem 0 1.0rem;}
.-custom-tbl__site p {font-weight: 400;font-size: 1.2em}
.-custom-tbl__site ul {margin-top: 1em;}
.-custom-tbl__site ul li {line-height: 1.2;font-size: 1.1em}
.-custom-tbl__site ul li + li {margin-top: 0.5em;}
.-custom-tbl__price {
  color: #D10000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.-custom-tbl__price span.conditions {font-size: 11px;display: block;}
.-custom-tbl__price em {font-style: normal;font-weight: 600;font-size: 18px;}
.-custom-tbl__price span.yen {font-size: 13px;}

@media all and (min-width: 960px) {
  
.c-price-list .tit-bar {margin: 3rem 0 1.5rem;font-size: 28px;padding-bottom: 15px;}
.c-price-list .-custom-tbl th {max-width: 40%; font-size: 1.6rem;}
.c-price-list .-custom-tbl th span {font-size: 2.4rem;letter-spacing: 0.1em;}
.-custom-tbl__price span.conditions {font-size: 1.3rem;}
.-custom-tbl__price em {font-size: 2.2rem;}
.-custom-tbl__price span.yen {font-size: 1.0rem;}
  .-custom-tbl__price { font-size: 1.4rem;}
}

.c-price-guide__action {text-align: center;}
.c-price-guide__btn {
  display: block;
  margin: 3rem auto 0;
  width: 60%;
  font-size: 30px;
  padding: 0.5em 0;
  background-color: #B6E0F3;
  color: #156082;
  text-align: center;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 40px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  transition: 0.5s;
  position: relative;
  vertical-align: middle;
  border: none;
  font-weight: 500;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

.c-price-guide__btn:hover {
  background-color: #85E2FF;
  color: #156082;
}

@media not all and (min-width: 960px) {
  .c-price-guide__btn {
    font-size: 16px;
    width: 80%;
    margin: 1rem auto 0;
    padding: 1em 0;
  }
}

.tbl-basic__head {width: auto;}

/* 料金表-表示非表示上書き */
.hideandseek-child__top {
  padding-top: 0;
}
@media not all and (min-width: 960px) {
  .hideandseek-child__top {
    margin-top: 0;
  }
}



@media not all and (min-width: 960px) {
.c-price-list .tit-bar {font-size: 1.2rem;padding-bottom: 10px;}
}




/*より高い小顔効果が得られるオペ系治療について*/
.ope-container{padding:35px 30px 30px;border:2px solid #aaa;margin-top: 50px;}
.ope-main-title{font-size:2rem;font-weight:600;text-align:center;margin-bottom:30px;letter-spacing:.05em}
.ope-content-section{display:flex;gap:30px;margin-bottom:40px;align-items:flex-start}
.ope-left-col{flex:1.4}
.ope-case-headline{font-size:1.4rem;font-weight:500;margin-bottom:15px}
.ope-case-img-wrapper{width:100%;margin-bottom:8px}
.ope-case-img-wrapper img{width:100%;height:auto;display:block}
.ope-case-caption{font-size:12px;color:#666;text-align:left}
.ope-right-col{flex:1}
.ope-description-text{margin:30px 0 15px;text-align:justify}
.ope-price-list{border-top:1px solid #ccc;padding-top:15px}
.ope-price-item{display:flex;justify-content:flex-end;margin-bottom:5px;}
.ope-footer-banner{border:2px solid #ddd;padding:0 0 0 35px;position:relative;background-color:#F6F6F6;background-image:url(../img/ope-banner-img.png);background-repeat:no-repeat;background-position:right center;background-size:contain;display:flex;flex-direction:column;justify-content:center}
.ope-banner-info{position:relative;z-index:1;padding:35px 0 15px}
.ope-banner-sub-title{font-size:1.8rem;font-weight:700;margin-bottom:10px;color:#333;line-height:1.2;font-family: var(--font-mincho);}
.ope-banner-main-title{font-size:2rem;font-weight:500;margin-bottom:30px;line-height:1.2;text-align:left}
.ope-banner-list{list-style:none;padding:0;margin:0 0 20px;font-size:1.2rem;font-weight:500}
.ope-banner-list li{margin-bottom:5px;line-height:1.6}
.ope-banner-note{font-size:12px;text-align:right;margin:10px auto 0 0;position:relative;z-index:1;background-color:rgba(255,255,255,0.75);padding:0 5px;display:table}

@media not all and (min-width: 960px) {
.ope-container{padding:15px;margin-top: 25px;}
.ope-main-title{font-size:1.25rem;margin-bottom:10px;letter-spacing:0;}
.ope-case-headline{font-size:0.9rem;}
.ope-case-img-wrapper{width:75%;margin: 0 auto 8px}
.ope-case-caption{font-size:8px;text-align: center;}
.ope-content-section{flex-direction:column;gap:15px;margin-bottom:20px;}
  .ope-left-col,.ope-right-col{width: 100%;}
.ope-description-text{margin:0 0 10px;font-size: 0.8rem;line-height: 1.6;}
.ope-price-list{padding-top:10px}
.ope-price-label {font-size: 0.95rem;}
.ope-footer-banner{background-image:none;padding:10px;}
.ope-banner-sub-title{font-size:1.4rem;}
.ope-banner-info{width:100%;text-align:center;padding:10px 0;}
.ope-banner-main-title{font-size:1.15rem;text-align: center;margin-bottom:5px;}
.ope-banner-list{margin:0 0 5px;font-size:0.9rem;text-align: left;}
.ope-banner-list li{text-indent: -1em;padding-left: 1em;}
.ope-banner-note{text-indent: calc(-1em - 5px);padding:2px 5px 2px calc(1em + 5px);font-size:10px;line-height: 1.4; display:block;text-align: left;}
.ope-banner-note::before{content: "";display: inline-block;width: 5px;}
  .ope-banner-spimg {margin: 10px 0;}
}

/* ==========================================
   人気の小顔・たるみ治療3選
============================================= */

.ms-container{margin-top: 25px;}
.ms-card{display:flex;border-top:2px solid #ccc;padding:30px 0;gap:20px;position:relative;background-color:#fff}
.ms-container .ms-card:nth-child(3){border-bottom:2px solid #ccc}
.ms-left-col{flex:1.4;z-index:2;}
.ms-treatment-title{font-family: var(--font-gothic); font-size:2.6rem;font-weight:500;}
.ms-catch-phrase{display:flex;align-items:center; margin: 15px 0;}
.ms-catch-phrase p {flex: 2; font-size:1.45rem;line-height:1.4;color:#156082;font-family: var(--font-mincho);font-weight: 700;}
.ms-catch-phrase .ms-catch-img {flex: 1;}
.ms-description{margin:10px 0 15px;text-align:justify}
.ms-price-box{font-size:1.4rem;font-weight:500;padding: 5px;border: 1px solid #aaa;text-align: center;}
.ms-machine-img{width:100%;height:auto}
.ms-data-wrap{display:flex;align-items:flex-end}
.ms-data-img{flex:1}
.ms-data-text{flex:3}
.ms-right-col{flex:1;z-index:2;padding: 20px 10px 10px;background-color:#f7f7f7;}
.ms-case-img-wrapper img{width:75%;height:auto;display:block;margin:0 auto 8px}
.ms-case-info{font-size:11px;color:#666;margin-bottom:15px;line-height:1.6;text-align: center;}
.ms-recommend-box{background-color:#fff;padding:15px;font-size:1rem}
.ms-recommend-list{list-style:none;padding:0;margin:0}
.ms-recommend-list li{position:relative;padding-left:12px;margin-bottom:5px;font-weight:500;line-height:1.5}
.ms-recommend-list li::before{content:"・";position:absolute;left:0}



@media not all and (min-width: 960px) {
.ms-container{margin-top: 15px;}
.ms-card{padding:15px 0;gap:10px;}
.ms-left-col{flex:1.6;}
.ms-treatment-title{font-size:1.5rem;display: flex;white-space: nowrap;align-items: center;}
.ms-treatment-title span {font-size:0.9rem;}
.ms-catch-phrase {margin: 8px 0 0;gap:3px;}
.ms-catch-phrase p {flex: 2.2; font-size:0.9rem;font-feature-settings: "palt";}
.ms-description{font-size:0.75rem;line-height: 1.6; margin:10px 0 15px;text-align:justify}
.ms-price-box{font-size:0.85rem;}
.ms-data-wrap{display:flex;align-items:flex-end}
.ms-data-img{flex:1}
.ms-data-text{flex:3}
.ms-right-col{flex:1;z-index:2;padding: 10px 5px 10px;}
.ms-case-info{font-size:8px;margin-bottom:5px;line-height:1.3;}
.ms-recommend-box{background-color:#fff;padding:5px;font-size:0.8rem}
.ms-recommend-list li{font-size:10px;padding-left:8px;line-height:1.3}
  
.ms-catch-phrase .ms-catch-img img {
width: 100%;           /* 親要素の幅に合わせる（任意の数値でも可） */
  aspect-ratio: 1 / 1;    /* 高さを幅と同じにして正方形にする */
  object-fit: cover;      /* 中央を基準に、余白が出ないようクロップして収める */
  object-position: center; /* 切り取る位置を中央に固定（必要に応じて調整可） */
}
}

/* ==========================================
   既存FAQスタイル上書き
============================================= */

.faqList dl + dl {margin-top: 15px;}
.faqList dt {font-family: var(--font-mincho);font-weight: 700;}

@media not all and (min-width: 960px) {
  .faqList dl + dl {
    margin-top: 10px;
  }
  .faqList dt {
    font-size: 15px;
  }
  .faqList dd {
    font-size: 12px;
  }
  .faqList dt, .faqList dd {
    position: relative;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  }
  .faqList dt:before, .faqList dd:before {
    font-size: 1.2em;
  }
}





/* ==========================================
   追加CTA
============================================= */
.kpc-cta-container{max-width:800px;width:100%;margin:0 auto;background-color:#fff;border:2px solid #4b8da3;padding:40px 20px;text-align:center}
.kpc-cta-header{margin-bottom:24px}
.kpc-cta-title{line-height:1.4;margin:0 0 16px;font-family: var(--font-mincho);font-weight: 700;}
.kpc-cta-description{font-size:1.2rem;line-height:1.8}
.kpc-cta-button-group{display:flex;justify-content:center;gap:30px;margin-top:30px}
.kpc-cta-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;width:300px;color:#fff;text-decoration:none;font-size:1.3rem;transition:opacity .3s ease;padding:8px 0;line-height:1.3;font-weight: 800; }

.kpc-cta-button-group a:first-child {background-color: #ED63AC;}
.kpc-cta-button-group a:last-child {background-color: #28A5A0;}

.kpc-cta-btn:hover{opacity:.8}
.kpc-cta-btn{font-size:18px;margin-bottom:4px}

@media not all and (min-width: 960px) {
.kpc-cta-container{padding:15px 10px;}
  .kpc-cta-header{margin-bottom:5px}
.kpc-cta-title{font-size: 17px;}
.kpc-cta-description{font-size:0.9rem;line-height:1.6}
.kpc-cta-button-group{gap:10px;margin-top: 15px;}
.kpc-cta-btn{font-size:1.0rem;width:100%;padding:4px 0 3px;}
}




@media not all and (min-width: 960px) {
  .works2_wrap h3.sm {font-size: 18px;}
}

/* 料金テーブル */
.price-list-tbl {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  table-layout: fixed;
}
.price-list-tbl th, .price-list-tbl td {
  border: 1px solid #dee2e6;
  padding: 12px 15px;
  text-align: center;
  font-size: 0.95rem;
}
.price-list-tbl th {
  background-color: #156082;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.col-category {
  background-color: #f7fafc;
  font-weight: bold;
  color: #2d3748;
  width: 33% !important;
}
.col-detail {
  background-color: #ffffff;
  color: #4a5568;
  font-weight: 500;
}
.col-price {
  background-color: #fffdf5;
  text-align: right;
  width: 20%;
  white-space: nowrap;
  font-weight: 500;
}

@media not all and (min-width: 960px) {
  .price-list-tbl th, .price-list-tbl td {
    padding: 5px;
    font-size: 10px;
    line-height: 1.5;
  }
}



.profileInfo {
  margin: 50px 0;
}
@media not all and (min-width: 960px) {
  .profileInfo {
  margin: 15px 0;
  }
}


