@charset "UTF-8";

/*==================================

	common

==================================*/

header,
footer {
  margin: 0 auto;
  background: #333;
}

img {
  width: 100%;
  display: block;
}

html {
  background-color: var(--color-base);
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

figure {
  display: block;
  margin: 0;
}

main {
  z-index: 5;
  position: relative
}

video {
  display: block;
}

body {
  margin: 0;
}

@media screen and (min-width: 992px) {
  body {
    z-index: 0;
    position: relative
  }
}

@media screen and (min-width: 1450px) {
  body::before,
  body::after {
    display: inline-block;
    position: fixed;
    top: 0;
    width: 50px;
    height: 100%;
    background: url(.webp) repeat-y center;
    background-size: contain;
    content: ""
  }

  body::before {
    left: 0
  }

  body::after {
    right: 0
  }
}

@media screen and (min-width: 1680px) {

  body::before,
  body::after {
    width: 84px;
  }
}

h1,
h2,
h3,
h4 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

/* ここからFV下 */

p.note {
  font-size: 0.5em;
  font-weight: light;
}

.logo {
  width: 70%;
  margin: 10px auto 10px auto;
}

.titile-logo {
  width: 70%;
  margin: 30px auto 20px auto;
}

.m-title-p {
  color: 333;
  text-align: center;
  line-height: 1.5em;
  font-size: 2.0rem;
}

span.m-title-sub {
  font-size: x-small;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
  display: block;
  line-height: 2em;
  margin-bottom: 2em;
}

.banner_box {
  width: 90%;
  margin: 0 auto;
}

.inner-box {
  width: 90%;
  margin: 0 auto;
}

.inner-box02 {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 15px 0;
}

.inner-box p {
  padding: 20px 0;
  line-height: 30px;
  color: #333;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

.accordion-text p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 650px) {
  .m-title-p {
    color: 333;
    text-align: center;
    line-height: 1.5em;
    margin: 0px 0 30px 0;
    font-size: 45px;
  }

  span.m-title-sub {
    font-size: 0.5em;
  }

  .inner-box p {
    font-size: 18px;
    padding: 30px 0;
    line-height: 35px;
  }

  p.accordion-text-p {
    font-size: 18px;
    line-height: 1.9em;
  }

  p.note {
    font-size: 1.0em;
  }

  .inner-box02 {
  width: 85%;
  margin: 0 auto;
  padding: 10px 0 15px 0;
}

}


/*==================================

	pc_content

==================================*/

.l-contents__bg{
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:100vh;
    will-change: transform;
    pointer-events: none !important;
  }

.p-header {
  display: block;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px 0;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 36px);
  margin: 0 auto
}

.p-header__logo {
  display: grid;
  position: relative
}

.p-header__logo img {
  width: 100%
}

.p-header__content {
  display: block;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  inset:0;
  z-index: 1000;
  pointer-events:none;
}

.p-header__nav.-pc {
  display: none
}

.p-header__nav.-pc .inner {
  position: relative
}

.buy-button {
  display: block;
  width: 348px;
}

.p-header__nav.-pc .buy-button:nth-of-type(1) {
  position: absolute;
  bottom: 45%;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
}

.p-header__nav.-pc .buy-button:nth-of-type(2) {
  position: absolute;
  bottom: 32%;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
}

.p-header__nav.-pc .buy-button:nth-of-type(3) {
  position: absolute;
  bottom: 19%;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
}


@media screen and (min-width: 992px) {

  .l-contents__bg {
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: url(../images/pc_bg.webp) no-repeat center;
  background-size: cover;
}

  .p-header__inner {
    align-items: flex-start;
    width: 90%;
    max-width: 920px
  }

  .p-header__inner {
    align-items: flex-start;
    width: 90%;
    max-width: 920px
  }

  .p-header__logo {
    top: 8px;
    width: 100%;
    max-width: 120px
  }

  .p-header__button {
    display: block;
    border-radius: 50px;
    background-color: #1b1b1d;
    text-decoration: none;
    cursor: pointer
  }

  .p-header__button span {
    bottom: -54px;
    left: 50%;
    padding: 4px 24px 4px 29px;
    transform: translateX(-50%);
    font-size: 18px;
    letter-spacing: .1rem
  }

  .p-header__button {
    position: relative;
    width: 102px;
    height: 102px;
    border-radius: 50%
  }

  .p-header__nav {
    display: none
  }

  .p-header__nav.-pc {
    display: grid;
    place-content: center;
    pointer-events: auto;
    position: relative;
    z-index: 1001;
  }

  .p-header__nav.-pc * {
    pointer-events: auto;
  }

  .p-header__contentInner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 920px;
    height: inherit;
    margin: 0 auto;
    text-align: center
  }

  .p-header__contentInner>* {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%
  }

}

@media screen and (min-width: 1200px) {
  .p-header__inner {
    max-width: 1180px
  }

  .p-header__contentInner {
    max-width: 1180px
  }

}

@media screen and (min-width: 1450px) {
  .p-header__inner {
    max-width: 1430px
  }

  .p-header__logo {
    max-width: 178px
  }

  .p-header__contentInner {
    max-width: 1430px
  }

  .p-header__contentInner>* {
    width: 35%;
    max-width: 352px
  }
}

@media screen and (max-width: 992px) {
  .p-header {
    display: none !important;
  }

  .p-header__content {
    display: none !important;
  }
}


/* 全端末共通：ヘッダー装飾は透過（クリックを通す） */
.p-header,
.p-header__content {
  pointer-events: none;
}

/* PCだけヘッダーナビをクリック可能に（中のボタン含む） */
@media (min-width: 992px) {
  .p-header__nav.-pc,
  .p-header__nav.-pc * {
    pointer-events: auto;
  }

  /* クリック可のレイヤーが確実に前面へ */
  .p-header__nav.-pc {
    position: relative;
    z-index: 1001;
  }
}

/* 背景画像レイヤーは完全透過（既に none だが念押し） */
.l-contents__bg {
  pointer-events: none !important;
}

/*------------------------------------

* mv

*-------------------------------------*/

.wrapper {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  box-shadow: 6px 0px 5px -5px rgb(28 10 0 / 10%), -6px 0px 5px -5px rgb(28 10 0 / 10%);
}

  .mv {
	--easing: cubic-bezier(.2, 1, .2, 1);
	--transition: .8s var(--easing);
	--color-base: #f8f8f8;
	--color-gray: #ddd;
	--color-theme: #f5695f;
	--color-theme-darken: #f12617;
	--box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
	--box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
	--box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
	--box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
  font-family: "Noto Serif JP", serif;
  }

.mv h1.mv {
    line-height: 50px;
    color: #333;
}

.mv span {
    color: #CF9D41;
}

.slide{
    position: relative;
}

.slide-media{
	overflow: hidden;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  position: relative;
  aspect-ratio: 750 / 1327;
  display: flex;
  justify-content: center;
  align-items: center;
  }

		.slide-media img {
			position: absolute;
			top: 0;
			left: 0;
			-o-object-fit: cover;
			object-fit: cover;
			-webkit-transition: 5s 0s linear;
			transition: 5s 0s linear;
			-webkit-transform: translateX(0) scale(1.15);
			transform: translateX(0) scale(1.15);
			width: 100%;
			height: auto;
			z-index: 1;
		}

		.mv .swiper-slide[class*=-active] .slide-media img {
			-webkit-transition-delay: 0s;
			transition-delay: 0s;
			-webkit-transition: transform 5s 0s linear;
			transition: transform 5s 0s linear;
			-webkit-transform: translateX(-1.5%) scale(1.1);
			transform: translateX(-1.5%) scale(1.1);
		}

.mv .swiper-pagination {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 5px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	margin: auto;
  }
  .mv .swiper-pagination-bullet {
	display: block;
	width: 3px;
	height: 4rem;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	background-color: #00000080;
	border-radius: 0;
  }
  .mv .swiper-pagination-bullet:not(:first-child) {
	margin-top: 0.8rem;
  }
  .mv .swiper-pagination-bullet-active {
	background-color: #1984a880;
  }

.mv .slide-title1 {
  	-webkit-animation: 2s var(--easing) both;
	animation: 2s var(--easing) both;
    opacity: 1;
    width: 60%;
    top: 5%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
}

.mv .slide-title2 {
  -webkit-animation: 2.5s var(--easing) both;
	animation: 2.5s var(--easing) both;
	-webkit-transition-delay: 1s;
	transition-delay: 1ms;
  opacity: 1;
  top: 11%;
  position: absolute;
  left: 5%;
  font-family: "Noto Serif JP", serif;
  font-weight:600;
	color: #333;
	font-size: 1.2em;
}

.mv .slide-title3 {
  -webkit-animation: 3s var(--easing) both;
	animation: 3s var(--easing) both;
  opacity: 1;
  top: 17%;
  position: absolute;
  left: 5%;
	font-size: 2.6em;
	color: #333;
	line-height: 50em;
}

.mv .slide-title4 {
    opacity: 1;
    top: 35%;
    position: absolute;
    left: 8%;
    font-weight: bold;
    width: 45%;
    font-family: "Noto Serif JP", serif;
	font-size:1.0em;
	color: #333;
}

.mv .slide-title4 p{
	padding: 10px 0 0 0;
	color: #525252;
  font-family:sans-serif;
  font-weight: lighter;
}

.mv .slide-point1 {
	opacity: 1;
    top: 58%;
    position: absolute;
    left: 0;
    font-weight: 600;
    width: 55%;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    padding: 7px 20px;
}

.mv .slide-point2 {
	opacity: 1;
    top: 65%;
    position: absolute;
    left: 0;
    font-weight: 600;
    width: 55%;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    padding: 7px 20px;
}

.mv .slide-point3 {
	opacity: 1;
    top: 72%;
    position: absolute;
    left: 0;
    font-weight: 600;
    width: 55%;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    padding: 7px 20px;
}

.mv .slide-cta {
    opacity: 1;
    top: 87%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
}

@media screen and (min-width: 650px) {
	
.mv h1.mv{
	line-height: 80px;
  font-size:65px;
  line-height: 1.1em;
}

.mv .slide-title2 {
	font-size: 30px;
  top: 10%;
}

.mv .slide-title3 {
	font-size: 4.3em;
  top: 16.5%;
}
	
.mv .slide-title4 {
  top: 35%;
  width: 45%;
	font-size:1.0em;
}

.mv .slide-title4 p{
	padding: 10px 0 0 0;
  font-size: 12px;
}

.mv .slide-point1 {
    top: 57%;
    width: 55%;
    font-size: 27px;
    padding: 9px 25px;
}

.mv .slide-point2 {
    top: 64%;
    width: 55%;
    font-size: 27px;
    padding: 9px 25px;
}

.mv .slide-point3 {
    top: 71%;
    width: 55%;
    font-size: 27px;
    padding: 9px 25px;
}

.mv .slide-cta {
    top: 86%;
    width: 85%;
}

}

/* SE以下 */
@media screen and (max-width: 375px) {

.mv h1.mv{
	font-size: 0.5em;
  line-height: 1.2em;
}

.mv .slide-title2 {
	font-size: 1.1em;
  top: 10%;
}

.mv .slide-title3 {
	font-size: 4.3em;
  top: 16%;
}
	
.mv .slide-title4 {
  top: 33%;
  width: 50%;
	font-size:1.0em;
}

.mv .slide-title4 img{
  width: 140px;
}

.mv .slide-title4 p{
	padding: 10px 0 0 0;
  font-size: 8px;
}

.mv .slide-point1 {
    top: 55%;
    width: 55%;
    font-size: 1.0em;
    padding: 7px 15px;
}

.mv .slide-point2 {
    top: 63%;
    width: 55%;
    font-size: 1.0em;
    padding: 7px 15px;
}

.mv .slide-point3 {
    top: 71%;
    width: 55%;
    font-size: 1.0em;
    padding: 7px 15px;
}

.mv .slide-cta {
    top: 87%;
}

}

  /* スクロールアイコン */
  .p-kv_slider__scroll {
	font-family: "Satoshi", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 30px;
	padding-right: 120px;
	-webkit-transform: rotate(90deg) translateX(-100%);
	transform: rotate(90deg) translateX(-100%);
	-webkit-transform-origin: left bottom;
	transform-origin: right bottom;
	z-index: 100;
  }
  .p-kv_slider__scroll:before {
	content: "";
	width: 130px;
	height: 3px;
	position: absolute;
	right: -12%;
	top: 50%;
	background: #2a85a466;
  }
  .p-kv_slider__scroll:after {
	content: "";
	width: 130px;
	height: 3px;
	position: absolute;
	right: -12%;
	top: 50%;
	background: #e4e4e4;
	-webkit-animation: telescopic 2s infinite;
	animation: telescopic 2s infinite;
}

  /* スクロールアニメ */
  @-webkit-keyframes telescopic {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	45% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	55% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	100% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
  }

/*==================================

	footer

==================================*/

footer {
  padding: 5vw 0 5vw 0;
  text-align: center;
}

footer .ft_logo img {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

footer p {
  font-size: 15px;
  width: 100%;
  color: #fff;
}

@media screen and (max-width: 649px) {

  footer {
    padding: 12vw 0 30vw 0;
  }

  footer copy {
    font-size: 2.4vw;
  }

}

/*------------------------------------
* アニメーション
*-------------------------------------*/

.fade {
  opacity: 0;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.fade.move {
  opacity: 1;
}

.fadebottom {
  opacity: 0;
  transform: translateY(20px);
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}

.fadebottom.move {
  opacity: 1;
  transform: translateY(0);
}

.fadeleft {
  opacity: 0;
  transform: translateX(-50px);
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}

.fadeleft.move {
  opacity: 1;
  transform: translateX(0);
}

.faderight {
  opacity: 0;
  transform: translateX(50px);
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}

.faderight.move {
  opacity: 1;
  transform: translateX(0);
}

.pull {
  transform: scale(0);
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.6s cubic-bezier(0.4, 0.8, 0.6, 1.2),
    opacity 0.6s ease-out;
}

.pull.move {
  transform: scale(1);
  opacity: 1;
}

.push {
  transform: scale(1.3);
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.5s cubic-bezier(0.4, 0.91, 0.63, 1.2),
    opacity 0.5s ease-out;
}

.push.move {
  transform: scale(1);
  opacity: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

  .blur {
	  opacity: 0;
	  filter: blur(20px);
	  transition-duration: 0.8s;
	  transition-timing-function: ease-in-out;
  }
  .blur.move {
	  opacity: 1;
	  filter: blur(0px);
  }


/*/////////////////////
トップキャンペーン
//////////////////////*/

.sec-about-lhdv {
  position: relative;
  background: #fff;
  background-image: url("../images/about-lhdv-bg.webp");
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 40px 0 50px 0;
}

.about-lhdv-box {
  background: #fff;
  padding: 30px 0 20px 0;
  margin: 0 auto;
  text-align: center;
}

.about-lhdv-box p {
  padding: 0;
}

.about-lhdv-box p.price-text span {
  color: #CF9D41;
  font-size: 2em;
  font-weight: bold;
}

.about-lhdv-box p.price-text .yen {
  color: #CF9D41;
  font-size: 1.1em;
  font-weight: bold;
}

@media screen and (min-width: 650px) {
  .sec-about-lhdv {
    padding: 55px 0 50px 0;
  }

  .about-lhdv-box p {
    padding: 20px 0;
  }

  .about-lhdv-box p.price-text {
    font-size: 1.5em;
    line-height: 1.8em;
  }

  .about-lhdv-box p.price-text span {
    font-size: 2.5em;
  }

}

/*/////////////////////
こんなお悩みありませんか
//////////////////////*/


.sec-nayami {
  position: relative;
  background: #cecabe;
  background-image: url("../images/nayami-bg.webp");
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 12% 3% 30%;
}

.sec-nayami h2 {
  color: #fff;
  font-size: 1.6em;
  margin: 30px 0 20px 0;
}

.sec-nayami img.top-img {
  width: 80%;
  margin: 0 auto;
}

.sec-nayami .fl-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sec-nayami .fl-box div {
  text-align: center;
  margin: 0 auto;
  padding: 5px 0 10px 0;
}

.sec-nayami .fl-box img {
  width: 155px;
}


@media screen and (min-width: 650px) {

  .sec-nayami {
    background-size: 100%;
  }

  .sec-nayami h2 {
    font-size: 2em;
    margin: 40px 0 30px 0;
  }

  .sec-nayami img.top-img {
    width: 65%;
  }


  .sec-nayami .fl-box div {
    padding: 10px 0 15px 0;
  }

  .sec-nayami .fl-box img {
    width: 200px;
  }

}

/*Plus、pro max対策*/
@media screen and (min-width: 395px) {

  .sec-nayami {
    background-size: 100%;
  }
}


/* SE以下 */
@media screen and (max-width: 375px) {

.sec-nayami {
  padding: 12% 0 33%;
}

  .sec-nayami h2 {
    font-size: 1.3em;
  }

  .sec-nayami .fl-box img {
    width: 120px;
    padding: 0 5px 0 5px;
  }

}

/*/////////////////////
LHDVで解決
//////////////////////*/


.sec-solution {
  position: relative;
  background: #cecabe;
  background-image: url("../images/solution-bg.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0 0 90px 0;
}

.sec-solution img.h-icon {
  width: 30%;
  margin: 0 auto;
  display: block;
}

.sec-solution h2 {
  font-size: 1.6em;
  line-height: 2.2em;
  font-family: "Noto Serif JP", serif;
}

.sec-solution h2 span {
  font-size: 1.9em;
}

.solution-inner-box {
  /*border: 2px solid #7dbe61;*/
  box-sizing: border-box;
  margin: 40px 0;
  background: #F8F5EC;
  box-shadow: 2px 2px 4px gray;
}

.solution-box-icon {
  width: 70%;
  margin: 0 auto;
}

.solution-box .solution-inner-box h3 {
  padding: 15px 20px;
  box-sizing: border-box;
  margin: 40px 0 20px 0;
  background: #0085A9;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
}

.solution-box h3 div {
  padding: 0 0 0 70px;
  line-height: 1.3em;
  font-family: "Noto Serif JP", serif;
}

.solution-inner-box:nth-of-type(1) h3::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url(../images/solution-box-h-icon01.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  padding-left: 30px;
  position: absolute;
}

.solution-inner-box:nth-of-type(2) h3::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url(../images/solution-box-h-icon02.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  padding-left: 30px;
  position: absolute;
}

.solution-inner-box:nth-of-type(3) h3::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url(../images/solution-box-h-icon03.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  padding-left: 30px;
  position: absolute;
}

.solution-inner-box:nth-of-type(4) h3::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url(../images/solution-box-h-icon04.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  padding-left: 30px;
  position: absolute;
}

.solution-box h4 {
  padding: 15px 0 25px 0;
  box-sizing: border-box;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 1.3em;
  font-family: "Noto Serif JP", serif;
}

.solution-box h4 span {
  color: #CF9D41;
  font-size: 1.4em;
}


@media screen and (min-width: 650px) {

  .sec-solution {
    background-size: 100%;
    padding: 50px 0 200px 0;
  }

  .sec-solution h2 {
    font-size: 2.0em;
    line-height: 2em;
    margin: 0 0 60px 0;
  }

  .sec-solution h2 span {
    font-size: 65px;
  }

  .solution-inner-box {
    margin: 50px 0;
  }

  .solution-box-icon {
    width: 60%;
  }

  .solution-box .solution-inner-box h3 {
    padding: 20px 30px;
    margin: 60px 0 40px 0;
    font-size: 30px;
    position: relative;
  }

  .solution-box h3 div {
    padding: 0 0 0 110px;
    line-height: 1.7em;
  }

  .solution-inner-box:nth-of-type(1) h3::before,
  .solution-inner-box:nth-of-type(2) h3::before,
  .solution-inner-box:nth-of-type(3) h3::before,
  .solution-inner-box:nth-of-type(4) h3::before {
    width: 90px;
    height: 90px;
    padding-left: 50px;
    top: 52%;
    align-content: center;
    margin: auto;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .solution-box h4 {
    padding: 20px 0 30px 0;
    font-size: 30px;
  }

  .solution-box h4 span {
    font-size: 1.5em;
  }

}

/*swiper*/

.solution-swiper {
  background: #fff;
  width: 100%;
  max-height: 450px;
  margin: 30px 0;
}

.solution-swiper h3 {
  background: #D9CA80;
  color: #333;
  padding: 10px;
  font-weight: bold;
  width: 85%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
}

.solution-swiper h3 span {
  background: #fff;
  border-radius: 30px;
  padding: 5px 10px;
  margin-right: 10px;

}

.solution-swiper p {
  font-size: 14px;
  padding: 10px 0 50px 0;
  width: 90%;
  margin: 0 auto;
  font-family: sans-serif;
}

.swiper-slide img.case-img {
  width: 90%;
  margin: 0 auto;
}


.swiper-button-prev {
  background-image: url("../images/swiper_arrow_prev.webp");
  right: min(calc(-10/750*100vw), 40px);
  left: var(--swiper-navigation-sides-offset, 1.5%);
  background-size: 30px 50px;
  background-repeat: no-repeat;
}

.swiper-button-next {
  background-image: url("../images/swiper_arrow_next.webp");
  background-size: 30px 50px;
  background-repeat: no-repeat;
}



@media screen and (min-width: 650px) {

  .solution-swiper {
    max-height: 700px;
    margin-bottom: 60px;
  }

  .solution-swiper h3 {
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 23px;
  }

  .solution-swiper h3 span {
    border-radius: 100px;
    padding: 8px 15px;
    margin-right: 20px;
    font-size: 20px;
  }

  .solution-swiper p {
    font-size: 16px;
    padding: 20px 0 100px 0;
  }

  .swiper-slide img.case-img {
    width: 90%;
    margin: 0 auto;
  }

}


/* SE以下 */
@media screen and (max-width: 375px) {
  .solution-swiper h3 span {
    border-radius: 100px;
    padding: 5px 10px;
    margin-right: 15px;
    font-size: 10px;
  }
  }


.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 2.2rem;
  top: 40%;
  height: 5.0rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

/* ドット全体（未アクティブ） */
.swiper-pagination-bullet {
  width: 12px;             /* サイズ */
  height: 12px;
  background: #ccc;        /* 色（通常時） */
  opacity: 1;              /* デフォルトは0.2なので見やすく */
  margin: 0 6px !important; /* ドット間の余白 */
  border-radius: 50%;      /* 円形 */
  transition: all 0.3s;
}

/* アクティブなドット */
.swiper-pagination-bullet-active {
  background: #D9CA80!important;     /* お好みの色（例：ピンク系） */
  width: 16px;             /* アクティブ時だけ大きく */
  height: 16px;
}

@media screen and (min-width: 650px) {

  .swiper-button-next,
  .swiper-button-prev {
    color: #FFF !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: grid;
    place-content: center;
    width: 2.5rem;
    height: 6.0rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    top: 45%;
  }

}



/*/////////////////////
LHDVの3つのポイント
//////////////////////*/

.sec-lhdv-3point {
  padding: 120px 0 0 0;
  position: relative;
}

.sec-lhdv-3point h2 {
  font-size: 1.6em;
  color: #333;
  line-height: 2.2em;
  text-align: center;
  line-height: 2.0em;
  font-family: "Noto Serif JP", serif;
  margin: 8% auto 8% auto;
}

.sec-lhdv-3point span {
  font-size: 1.3em;
  color: #333;
}

.sec-lhdv-3point strong {
  color: #CF9D41;
  font-weight: 500;
  font-size: 2.0em;
}

.lhdv-3point-top {
  position: relative;
  display: grid;
  place-items: center;
}

.lhdv-3point-top-img {
  position: absolute;
  top: -215px;
  place-self: center;
  width: 85%;
}

.sec-lhdv-3point h3 {
  margin: 10px 0 0 0;
  font-size: 1.5em;
  line-height: 2.5em;
  text-align: center;
  line-height: 1.5em;
  font-family: "Noto Serif JP", serif;
  color: #333;
}

.inner-box p.point {
  position: relative;
  padding: 30px 0 20px 0;
  font-optical-sizing: auto;
  font-style: normal;
  color: #333;
  text-align: center;
  font-family: "Akshar","Noto Serif JP",sans-serif;
  font-weight: 400;
}

.inner-box p.point::before {
  background-color: #333;
  border-radius: 10px;
  bottom: 15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 120px;
}

.sec-lhdv-3point div.open_box{
  border: 1.5px solid #333;
  padding: 0 0 5% 0;
  margin: 5% auto 2% auto;
}

.sec-lhdv-3point div.open_box strong {
  color: #CF9D41;
  font-weight: 500;
  font-size: 1.1em;
}

.sec-lhdv-3point div.text{
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 650px) {

  .sec-lhdv-3point {
    padding: 200px 0 50px 0;
  }

  .sec-lhdv-3point h2 {
    font-size: 30px;
    line-height: 2.8em;
  }

  .sec-lhdv-3point span {
    font-size: 50px;
  }

  .sec-lhdv-3point strong {
    font-size: 2.5em;
  }

  .lhdv-3point-top-img {
    top: -380px;
  }

  .sec-lhdv-3point h3 {
    margin: 20px 0 20px 0;
    font-size: 30px;
  }

  .sec-lhdv-3point h3 p {
    padding: 40px 0 50px 0;
  }

  .sec-lhdv-3point h3 p::before {
    bottom: 20px;
  }

}

  .accordion {
	width: 100%;
  }
  .accordion-hidden {
	display: none;
  }
  .accordion-open {
	display: block;
	padding: 12px 50px 10px 15px;
	background: #e0e0e0;
	cursor: pointer;
	margin: 3px 0;
	position: relative;
  }
  .accordion-open::before, .accordion-open::after {
	content: '';
	width: 15px;
	height: 1px;
	background: #414141;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
  }
  .accordion-open::after {
	transform: translateY(-50%) rotate(90deg);
	transition: .5s;
  }
  .accordion-hidden:checked+.accordion-open:after {
	transform: translateY(-50%) rotate(0);
  }
  .accordion-inner {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0 10px;
	opacity: 0;
	transition: 0.5s;
	cursor: pointer;
  }
  .accordion-hidden:checked+.accordion-open+.accordion-inner {
	height: auto;
	opacity: 1;
	padding: 10px 10px;
  }

.accordion-container {
    margin: 12px auto 0;
}

.accordion-list {
    background-color:#fff;
    position: relative;
    border-radius: 10px;
}

.accordion-title {
    padding: 16px 50px 16px 0px;
	cursor: pointer;
    font-size: 16px;
	position: relative;
    font-weight: bold;
	background: #333;
	color: #D9CA80;
	padding: 10px;
	text-align: center;
  font-family: sans-serif;
  font-weight: 500;
}

 .accordion-title p {
    color: #4EA0CC;
    font-size: 12px;
	background: #333;
}


.accordion-title:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 23px;
    content: "+";
    border: 1px solid #333;
}

.sec_strength .accordion-text {
    padding: 24px;
}

.accordion-text {
    padding: 0 20px 25px 20px;
	border: 2px solid #333;
}

.accordion-title.open::after {
    content: "−";
    background-color: unset;
    color: #fff;
    /*border: 1px solid #e0e0e0;*/
}

.accordion-list:not(:first-child) {
    margin-top: 10px;
}

.accordion-title.open {
   /* border-bottom: 1px solid #e0e0e0;*/
}

 @media screen and (min-width: 650px) {

.accordion-title {
    padding: 16px 50px 16px 0px;
    font-size: 20px;
	padding: 15px;
}

}


/*/////////////////////
治療費一覧
//////////////////////*/

.comparison_box {
  position: relative;
  background: #fff;
  background-image: url("../images/comparison_bg.webp");
  background-size: 110%;
  /*background-repeat: no-repeat;*/
  background-position: top center;
  padding: 40px 0 50px 0;
  margin: 50px 0 20px 0;
}

.comparison_box h2 {
  font-size: 1.2em;
  line-height: 2.2em;
  text-align: center;
  line-height: 2.0em;
  font-family: "Noto Serif JP", serif;
  padding: 0 0 20px 0;
}

h2 .strong {
  font-size: 1.5em;
}

.comparison_box img {
  width: 90%;
  margin: 0 auto;
}

.youtube_box {
  position: relative;
  background: #fff;
  padding:  1em 0 2em 0;
}

.youtube_box h2 {
  font-size: 1.2em;
  line-height: 2.2em;
  text-align: center;
  line-height: 2.0em;
  font-family: "Noto Serif JP", serif;
}

.youtube {
  width: 90%;
  aspect-ratio: 16 / 9;
  margin: 20px auto 0;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 650px) {

  .comparison_box {
    padding: 100px 0 100px 0;
  }

  .comparison_box h2 {
    font-size: 25px;
    padding: 0 0 20px 0;
  }

  .comparison_box h2 strong {
    font-size: 35px;
  }

  
  .youtube_box {
      padding:  2em 0 2em 0;
  }

  .youtube_box h2 {
    font-size: 25px;
    padding: 0 0 40px 0;
  }

  .youtube_box h2 strong {
    font-size: 1.5em;
  }

}


/* SE以下 */
@media screen and (max-width: 375px) {

.comparison_box h2 {
  font-size: 1.1em;
}
}

/*/////////////////////
選ばれる7つのポイント
//////////////////////*/

.sec-will-7point {
  position: relative;
  background: #c9c9c9;
  background-image: url("../images/will-7point-bg.webp");
  background-size: 110%;
  background-repeat: repeat;
  background-position: top center;
  padding: 20px 0 30px 0;
}

.sec-will-7point h2 {
  color: #fff;
  text-align: center;
  font-size: 1.9em;
  line-height: 1.9em;
}

.sec-will-7point h2 span {
  color: #D9CA80;
  font-size: 2.1em;
  font-family: serif;

}

.sec-will-7point p {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
}

.sec-will-7point p.title {
  color: #fff;
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  padding: 20px 0;
}

.will-7point-img {
  margin-bottom: 20px;
}

.will-7point-box {
  box-sizing: border-box;
  margin: 10px 0 20px;
  background: #fff;
  box-shadow: 2px 2px 4px gray;
  border: 1px solid #333;
  padding: 5%;
}

.will-7point-box h3 {
  box-sizing: border-box;
  margin: 10px 0 20px 0;
  color: #333;
  font-weight: bold;
  font-size: 1.5em;
  position: relative;
  line-height: 1.5em;
}


.will-7point-box:nth-of-type(1) h3::before {
  top: -10%;
  left: 15%;
  position: absolute;
  transform: translateX(-50%);
  width: 300px;
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(../images/will-7point-h-icon01.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
}

.will-7point-box:nth-of-type(2) h3::before {
  top: -10%;
  left: 15%;
  position: absolute;
  transform: translateX(-50%);
  width: 300px;
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(../images/will-7point-h-icon02.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
}

.will-7point-box:nth-of-type(3) h3::before {
  top: -10%;
  left: 15%;
  position: absolute;
  transform: translateX(-50%);
  width: 300px;
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(../images/will-7point-h-icon03.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
}

.will-7point-box:nth-of-type(4) h3::before {
  top: -10%;
  left: 15%;
  position: absolute;
  transform: translateX(-50%);
  width: 300px;
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(../images/will-7point-h-icon04.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
}

.will-7point-box:nth-of-type(5) h3::before {
  top: -10%;
  left: 15%;
  position: absolute;
  transform: translateX(-50%);
  width: 300px;
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(../images/will-7point-h-icon05.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
}

.will-7point-box:nth-of-type(6) h3::before {
  top: -10%;
  left: 15%;
  position: absolute;
  transform: translateX(-50%);
  width: 300px;
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(../images/will-7point-h-icon06.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
}

.will-7point-box:nth-of-type(7) h3::before {
  top: -10%;
  left: 15%;
  position: absolute;
  transform: translateX(-50%);
  width: 300px;
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(../images/will-7point-h-icon07.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
}

.will-7point-box h3 div.line01 {
  margin: 0 0 0 100px;
}

.will-7point-box h3 div.line02 {
  margin: 0 0 40px 100px;
  padding: 20px 0 0 0;
}

.will-7point-box h3 div.line01::before {
  background-color: #333;
  border-radius: 10px;
  bottom: -20px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: scaleY(0.5) translateX(-50%);
  width: 100%;
}

.will-7point-box h3 div.line02::before {
  background-color: #333;
  border-radius: 10px;
  bottom: -35px;
  content: "";
  height: 1.5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 300px;
}

.will-7point-box h4.common {
  box-sizing: border-box;
  color: #FFFFFF;
  background: #333;
  font-weight: normal;
  font-size: 1.0em;
  border-radius: 30px;
  padding: 5px 15px;
  width: fit-content;
  margin: 30px auto 20px auto;
  text-align: center;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}



.will-7point-box h4.local-balloon {
  position: relative;
  padding: 1.5rem 0 0.8em 0;
  margin-bottom: 0.2rem;
  border-bottom: 1.5px solid;
  color: black;
  font-weight: bold;
  font-size: 1.0em;
  text-align: center;
}

.will-7point-box h4.local-balloon:before,
.will-7point-box h4.local-balloon:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}

.will-7point-box h4.local-balloon:before {
  border: 11px solid;
  border-color: transparent;
  border-top-color: black;
  margin-left: -11px;
}

.will-7point-box h4.local-balloon:after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -10px;
}

.will-7point-box .secondary-box p {
  color: #333;
  font-size: 0.9em;
  padding: 10px 0;
  font-size: 0.9em;
}

.bhs-img {
  width: 70%;
  margin: 0 auto;
}

.will-7point-box .local-box p {
  color: #333;
  background: #F4F4F4;
  font-size: 0.9em;
  padding: 20px 15px 20px 15px;
  margin: 25px auto 0 auto;
}


.point-btn a {
  background: #fff;
  border-radius: 30px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 280px;
  padding: 10px 25px;
  color: #333;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border: 1.5px solid #333;
  text-decoration: none;
  width: 75%;
}

.point-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 1.5px currentColor;
  border-right: solid 1.5px currentColor;
  transform: translateY(-50%) rotate(135deg);
}

.point-btn a:hover {
  background: #6bb6ff;
  color: #FFF;
}

.point-btn a:hover:after {
  right: 1.4rem;
}

@media screen and (min-width: 650px) {

  .sec-will-7point {
    background-size: 100%;
    padding: 60px 0 10px;
    margin: 70px 0 0 0;
  }

  .sec-will-7point h2 {
    font-size: 40px;
    padding: 10px 0 0 0;
  }

  .sec-will-7point h2 span {
    font-size: 65px;
  }

  .sec-will-7point p.title {
    font-size: 26px;
    padding: 40px 0;
  }

  .will-7point-box {
    margin: 30px 0;
    background: #fff;
    padding: 25px 20px 35px 20px;
  }

  .will-7point-box h3 {
    margin: 20px 0 40px 0;
    font-size: 2.4em;
  }


  .will-7point-box:nth-of-type(1) h3::before {
    width: 150px;
    height: 150px;
  }

  .will-7point-box:nth-of-type(2) h3::before {
    width: 150px;
    height: 150px;
  }

  .will-7point-box:nth-of-type(3) h3::before {
    width: 150px;
    height: 150px;
  }

  .will-7point-box:nth-of-type(4) h3::before {
    width: 150px;
    height: 150px;
  }

  .will-7point-box:nth-of-type(5) h3::before {
    width: 150px;
    height: 150px;
  }

  .will-7point-box:nth-of-type(6) h3::before {
    width: 150px;
    height: 150px;
  }

  .will-7point-box:nth-of-type(7) h3::before {
    width: 150px;
    height: 150px;
  }

  .will-7point-box h3 div.line01 {
    margin: 0 0 0 150px;
    padding: 10px 0 0 0;
    font-size: 35px;
    line-height: 1.4em;
  }

  .will-7point-box h3 div.line02 {
    margin: 0 0 70px 150px;
    padding: 20px 0 0;
    font-size: 35px;
  }

  .will-7point-box h3 div.line01::before {
    border-radius: 10px;
    bottom: -50px;
    width: 450px;
  }

  .will-7point-box h3 div.line02::before {
    bottom: -70px;
    width: 450px;
  }

  .will-7point-box h4.common {
    font-size: 20px;
    border-radius: 50px;
    padding: 8px 15px;
    margin: 50px auto 30px auto;
  }


  .will-7point-box h4.local-balloon {
    padding: 2.5rem 0 0.8em 0;
    margin-bottom: 0.4rem;
    color: #333333;
    font-size: 23px;
  }



  .will-7point-box .secondary-box p {
    font-size: 18px;
    padding: 20px 0;
  }


  .will-7point-box .local-box p {
    font-size: 18px;
    padding: 30px 25px 30px 25px;
    margin: 35px auto 0 auto;
  }


  .point-btn a {
    border-radius: 50px;
    max-width: 400px;
    padding: 15px 25px;
    width: 80%;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;

  }

  .point-btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 1.5px currentColor;
    border-right: solid 1.5px currentColor;
    transform: translateY(-50%) rotate(135deg);
  }

  .point-btn a:hover {
    background: #6bb6ff;
    color: #FFF;
  }

  .point-btn a:hover:after {
    right: 1.4rem;
  }

}

/* SE以下 */
@media screen and (max-width: 375px) {
.sec-will-7point h2 {
  font-size: 1.7em;
  line-height: 1.9em;
}

 .will-7point-box h3 {
    font-size: 1.3em;
  }

.will-7point-box h3 div.line01 {
  margin: 0 0 0 90px;
}

.will-7point-box:nth-of-type(1) h3::before {
  width: 80px;
  height: 80px;
}

.will-7point-box:nth-of-type(2) h3::before {
  width: 80px;
  height: 80px;
}

.will-7point-box:nth-of-type(3) h3::before {
  width: 80px;
  height: 80px;
}

.will-7point-box:nth-of-type(4) h3::before {
  width: 80px;
  height: 80px;
}

.will-7point-box:nth-of-type(5) h3::before {
  width: 80px;
  height: 80px;
}

.will-7point-box:nth-of-type(6) h3::before {
  width: 80px;
  height: 80px;
}

.will-7point-box:nth-of-type(7) h3::before {
  width: 80px;
  height: 80px;
}

}



/*/////////////////////

guarantee

//////////////////////*/

.sec-guarantee {
  position: relative;
  background: #fff;
  background-image: url("../images/guarantee-bg.webp");
  background-size: 150%;
  background-repeat: repeat;
  background-position: top center;
  /*	padding: 0 0 50px 0;
	margin: 0 0 20px 0;*/
}


.sec-guarantee div.title-bl p {
  margin: 0 auto;
  font-size: 1.4em;
  text-align: center;
  color: #6e4b1e;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

.sec-guarantee p {
  margin: 0 auto;
  font-size: 1.0em;
  color: #333;
  padding: 30px 0 0 0;
}

.sec-guarantee p.note {
  font-size: 0.8em;
  padding: 0;
}

.sec-guarantee span {
  color: #9F7426;
  font-weight: bold;
}

.guarantee-title {
  position: relative;
  background-image: url("../images/guarantee-titile-bg.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 5% 0 10% 0;
  text-align: center;
}

.guarantee-title h2 {
  display: inline-block;
  font-size: 3.0em;
  font-weight: bold;
  margin: 0 auto 5%;
  background: linear-gradient(90deg, #6e4b1e 0%, #98682b 40%, #6e4b1e 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4em;
}

.guarantee-title h2 span {
  font-size: 0.5em;
  text-underline-offset: 2em;
  text-decoration: underline 1.5px #98682b;
  text-underline-offset: 0.4em;
}

.sec-guarantee img.logo {
  width: 70%;
  margin: 40px auto 20px auto;
}

.support-bl {
  background: #fff;
  padding: 30px 0;
  margin: 30px 0 0;
}

.support-box {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #333;
  font-size: .8em;
  font-weight: lighter;
}

.support-box p {
  padding: 15px;
  line-height: 1.5em;
  font-family: sans-serif;
  font-weight: normal;
}

.support-box h2 {
  box-sizing: border-box;
  color: #fff;
  background-color: #333;
  /*    font-weight: bold;*/
  font-size: 1em;
  position: relative;
  line-height: 1.5em;
  text-align: center;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
  padding: 5px 0;
}

.support-box.anime.fadebottom.move {
  font-size: .9em;
}

@media screen and (min-width: 650px) {

  .sec-guarantee {
    background-size: 150%;
  }

  .sec-guarantee div.title-bl p {
    font-size: 1.8em;
  }

  .sec-guarantee p {
    font-size: 18px;
    padding: 60px 0 0 0;
  }

  .sec-guarantee p.note {
    font-size: 18px;
  }

  .guarantee-title {
    padding: 40px 0 20px 0;
  }

  .guarantee-title h2 {
    font-size: 70px;
  }

  .guarantee-title h2 span {
    font-size: 0.8em;
  }

  .sec-guarantee img.logo {
    width: 70%;
    margin: 80px auto 40px auto;
  }

  .support-bl {
    padding: 30px 0;
    margin: 60px 0;
  }

  .support-box {
    /*border: 2px solid #7dbe61;*/
    box-sizing: border-box;
    margin: 50px 0 0 0;
    background: #fff;
    border: 1px solid #333;
  }

  .support-box p {
    padding: 30px 25px;
    font-size: 18px;
  }

  .support-box h2 {
    font-size: 20px;
    padding: 8px 0;
  }

}/* SE以下 */
@media screen and (max-width: 375px) {

  .guarantee-title {
    padding: 0;
  }
}


/*/////////////////////
CTA
//////////////////////*/

.sec-cta {
  position: relative;
  background-image: url("../images/cta-bg.webp");
  background-size: 100%;
  background-repeat: repeat;
  background-position: top center;
  padding: 30px 0 50px 0;
  text-align: center;
}

.sec-cta p,
.cta02-box p {
  color: #fff;
  font-size: 1.8em;
  padding: 20px 0 30px 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.sec-cta p span {
  color: #fff;
  font-size: 0.8em;
}

.cta-btn {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 650px) {
  .sec-cta {
    padding: 80px 0 100px 0;
    text-align: center;
    background-size: 110%;
  }

  .sec-cta p {
    font-size: 45px;
  }

  .sec-cta p span {
    color: #fff;
    font-size: 35px;
  }

  .cta-btn {
    width: 85%;
  }

}

/*/////////////////////
CTA02
//////////////////////*/

.sec-cta02 {
  position: relative;
  background-image: url("../images/cta-bg02.webp");
  background-size: 100%;
  background-repeat: repeat;
  background-position: top center;
  padding: 30px 0 80px 0;
  text-align: center;
}

.cta02-box {
  width: 80%;
  position: relative;
  background: #fff;
  opacity: 0.9;
  margin: 0 auto;
  padding: 10px 5px;
}

.sec-cta02 p {
  color: #333;
  font-size: 1.5em;
  padding: 20px 0 60px 0;
  line-height: 1.5em;
  font-weight: 500;
}

.sec-cta02 p span {
  color: #333;
  font-size: 0.7em;
}

.cta-btn02 {
  margin: 0 auto;
  position: absolute;
  top: 260px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

@media screen and (min-width: 650px) {
  .sec-cta02 {
    background-size: 100%;
    padding: 30px 0 150px 0;
  }

  .cta02-box {
    padding: 15px 10px;
  }

  .sec-cta02 p {
    font-size: 35px;
    padding: 30px 0 80px 0;
    line-height: 1.5em;
    font-weight: 600;
  }

  .sec-cta02 p span {
    font-size: 25px;
  }

  .cta-btn02 {
    margin: 0 auto;
    position: absolute;
    top: 390px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }

}


/*/////////////////////
治療メニュー
//////////////////////*/


.sec-menu {
  padding: 80px 0 0 0;
}


.sec-menu h2,
.sec-menu h3,
.sec-menu h3 span,
.sec-menu p {
  font-family: "Noto Serif JP", serif;
}



.sec-menu h2 {
  color: #333;
  font-size: 1.8em;
  position: relative;
  text-align: center;
  margin: 20px 0 30px 0;
}

.sec-menu h3 {
  color: #9F7426;
  font-size: 1.7em;
  text-align: center;
  padding: 20px 0 5px 0;
}

.sec-menu h3 span {
  color: #333;
  font-size: 0.6em;
  text-align: center;
  padding: 5px 0;
}

.menu-box {
  padding: 0 0 10px 0;
}

.menu-box p {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  color: #333;
  font-weight: 500;
  line-height: 1.7em;
}

@media screen and (min-width: 650px) {

  .sec-menu {
    padding: 150px 0 0 0;
  }


  .sec-menu h2 {
    color: #333;
    font-size: 35px;
    padding: 10px 0 45px 0;
  }

  .sec-menu h3 {
    font-size: 35px;
    padding: 20px 0 10px 0;
  }

  .sec-menu h3 span {
    font-size: 0.6em;
    padding: 0 0 10px 0;
  }

  .menu-box {
    padding: 50px 0 50px 0;
  }

  .menu-box p {
    padding: 20px 0 0 0;
    font-size: 19px;
    line-height: 1.5em;
  }

}


/*/////////////////////
キャンペーン
//////////////////////*/


.sec-campaign {
  margin: 0 auto;
  padding: 10px 0 50px 0;
}

section.sec-campaign.trial {
  background-color: #555555;
  padding-bottom: 80px;
}

.sec-campaign p {
  margin: 0 auto;
  font-size: 1.0em;
  text-align: center;
  color: #000;
}

section.sec-campaign.trial p {
  color: #FFF;
}

.sec-campaign h2 {
  color: #000;
  font-size: 2em;
  position: relative;
  text-align: center;
  padding: 10px 0 0;
}

section.sec-campaign.trial h2 {
  color: #D9CA80;
}


.sec-campaign h2 div p {
  margin-bottom: 0.2rem;
  font-size: 0.6em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #D9CA80;
}

.sec-campaign h2 div.title {
  padding: 20px 0 0 0;
}

.sec-campaign h2 div.balloon {
  position: relative;
  border-bottom: 1.5px solid;
  color: #FFF;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}

.sec-campaign h2 div.balloon:before,
.sec-campaign h2 div.balloon:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}

.sec-campaign h2 div.balloon:before {
  border: 11px solid;
  border-color: transparent;
  border-top-color: #FFF;
  margin-left: -11px;
}

.sec-campaign h2 div.balloon:after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: #555555;
  margin-left: -10px;
}


.banner-box {
  margin: 0 auto;
  padding: 10px 0 10px 0;
}

@media screen and (min-width: 650px) {

  .sec-campaign h2 {
    font-size: 40px;
    padding: 10px 0 0 0;
  }

  .sec-campaign p {
    font-size: 1.2em;
  }

  section.sec-campaign.trial {
    padding-bottom: 150px;
  }

  .sec-campaign h2 div p {
    margin-bottom: 0.4rem;
    font-size: 0.8em;
    line-height: normal;
  }

  .sec-campaign h2 div.title {
    padding: 30px 0 0 0;
  }

}


/*/////////////////////
治療費一覧
//////////////////////*/

.sec-price {
  margin: 0 auto;
  padding: 70px 0 70px 0;
  background-color: #f5f0db;
  position: relative;
  display: grid;
  place-items: center;
  font-weight: 600;
}

.sec-price p {
  color: #333;
  font-family: "Noto Serif JP", serif;
}


.sec-price h2 {
  color: #333;
  font-size: 1.8em;
  text-align: center;
  margin: 20px 0;
}

.sec-price img.top-img {
  position: absolute;
  top: -50px;
  place-self: center;
  width: 35%;
}

.top-logo {
  border-bottom: solid 1.5px #333;
  width: 85%;
  margin: 0 auto;
}

.sec-price-box {
  box-sizing: border-box;
  margin: 40px 0;
  border: 1px solid #333;
  padding: 20px 15px 20px 15px;
}

.sec-price-box h3 {
  color: #333;
  font-size: 1.4em;
  text-align: center;
  padding: 5px 0 20px 0;
}


.price-case-box {
  box-sizing: border-box;
  margin: 10px 0 15px 0;
  border: 1px solid #333;
}

.price-case-box div.case {
  border-bottom: solid 1px #333;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 8px 0;
  font-family: "Akshar", sans-serif;
  font-size: 1.2em;
  font-weight: normal;
}


.price-case-box h3 {
  color: #333;
  font-size: 1.6em;
  text-align: center;
  padding: 20px 0 15px 0;
}


.price-box-text {
  margin: 0 auto;
  text-align: center;
}

.price-box-text p {
  margin: 0 auto;
  text-align: center;
}


p.price-text {
  font-family: "Noto Serif JP", serif;
  padding: 0;
  font-size: 1.0em;
}

p.price-text span {
  font-size: 2.5em;
  color: #E24A61;
}

p.price-text .yen {
  font-size: 1.1em;
}


.price-box-text p.note {
  font-size: 0.6em;
  padding: 0 0 10px 0;
}

.free-price {
  padding: 0.5rem 0;
  margin-bottom: 0.2rem;
  border-top: 2px solid #E24A61;
  border-bottom: 2px solid #E24A61;
  color: #E24A61;
  font-size: 1.0em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}


.fl-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.case-point-gd {
  width: 110px;
  margin: 0 5px 0 5px;
  text-align: center;
  padding: 5px 0;
  color: #000;
  background-color: #D9CA80;
  font-family: sans-serif;
  font-size: 14px;
}

.case-point-bk {
  width: 110px;
  margin: 0 5px 0 5px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background-color: #333;
  font-family: sans-serif;
  font-size: 14px;
}

.menu-name-box {
  padding: 0 0 20px 0;
}

.price-menu-name {
  border: 1px solid #333;
  width: 90%;
  margin: 7px auto;
  text-align: center;
  padding: 5px 0;
  color: #333;
  background-color: #fff
}

.case-box-img01 {
  width: 50%;
  padding: 20px 0 20px 0;
  margin: 0 auto;
}

.case-box-img02 {
  width: 90%;
  padding: 20px 0 20px 0;
  margin: 0 auto;
}

.price-campaign {
  border-radius: 30px;
  margin: 10px auto 0 auto;
  max-width: 230px;
  padding: 10px 25px;
  color: #333;
  font-weight: 500;
  border: 1.5px solid #333;
  text-decoration: none;
  width: 75%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.sec-price p.note {
  padding: 0 0 20px 0;
  line-height: 2.0em;
}


@media screen and (min-width: 650px) {

  .sec-price {
    padding: 120px 0 150px 0;
  }

  .sec-price p {
    font-size: 20px;
  }

  .sec-price h2 {
    font-size: 45px;
    margin: 20px 0 30px 0;
  }

  .sec-price img.top-img {
    position: absolute;
    top: -100px;
    place-self: center;
    width: 35%;
  }

  .sec-price-box {
    margin: 40px 0;
    padding: 20px 15px 20px 15px;
  }

  .sec-price-box h3 {
    font-size: 30px;
    padding: 20px 0 35px 0;
  }


  .price-case-box {
    margin: 50px 0 25px 0;
  }

  .price-case-box div.case {
    padding: 8px 0;
    font-size: 1.5em;
    margin-top: .1em;
  }

  .price-case-box h3 {
    font-size: 35px;
    padding: 30px 0 25px 0;
  }

  p.price-text {
    font-size: 25px;
    line-height: 1.8em;
  }

  p.price-text span {
    font-size: 2.5em;
  }

  .price-box-text p.note {
    font-size: 0.9em;
    padding: 10px 0 25px 0;
  }

  .free-price {
    padding: 0.8rem 0;
    margin: 0.7em 0;
    font-size: 20px;
  }


  .case-point-gd {
    width: fit-content;
    padding: 8px;
    font-size: 18px;
  }

  .case-point-bk {
    width: fit-content;
    padding: 8px;
    font-size: 18px;
  }

  .menu-name-box {
    padding: 0 0 30px 0;
  }

  .price-menu-name {
    width: 85%;
    margin: 7px auto;
    padding: 8px 0;
    font-size: 20px;
  }

  .case-box-img01 {
    width: 50%;
    padding: 30px 0 20px 0;
  }

  .case-box-img02 {
    width: 90%;
    padding: 30px 0 20px 0;
  }

  .price-campaign {
    border-radius: 100px;
    max-width: 350px;
    padding: 10px 35px;
    width: fit-content;
    font-size: 18px;
  }

  .sec-price p.note {
    line-height: 1.6em;
    font-size: 14px;
  }

  .top-logo {
    padding: 0px 0 20px 0;
  }

}


/*/////////////////////

治療の流れ

//////////////////////*/

.sec-flow {
  margin: 0 auto;
  padding: 70px 0 60px 0;
  position: relative;
  display: grid;
  place-items: center;
}

.sec-flow h2 {
  color: #333;
  font-size: 1.8em;
  text-align: center;
  margin: 20px 0;
}

.sec-flow img.top-img {
  position: absolute;
  top: -50px;
  place-self: center;
  width: 35%;
}



.step-box h3 {
  padding: 10px 20px;
  box-sizing: border-box;
  margin: 20px 0 20px 20px;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  position: relative;
}

.step-box h3 div {
  padding: 0 0 0 50px;
  line-height: 1.3em;
  font-family: "Noto Serif JP", serif;
  font-size: 0.9em;
  font-weight: 600;
}


.step-box:nth-of-type(1) h3::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(../images/flow-h-icon01.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  padding-left: 30px;
  left: -24px;
  top: -13px;
  position: absolute;
}

.step-box:nth-of-type(2) h3::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(../images/flow-h-icon02.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  padding-left: 30px;
  left: -24px;
  top: -13px;
  position: absolute;
}

.step-box:nth-of-type(3) h3::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(../images/flow-h-icon03.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  padding-left: 30px;
  left: -24px;
  top: -13px;
  position: absolute;
}

.step-box:nth-of-type(4) h3::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(../images/flow-h-icon04.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  padding-left: 30px;
  left: -24px;
  top: -13px;
  position: absolute;
}

.step-box:nth-of-type(3) h3::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(../images/flow-h-icon03.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  padding-left: 30px;
  left: -24px;
  top: -13px;
  position: absolute;
}

.step-box:nth-of-type(4) h3::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(../images/flow-h-icon04.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  padding-left: 30px;
  left: -24px;
  top: -13px;
  position: absolute;
}

.step-box:nth-of-type(5) h3::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(../images/flow-h-icon05.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  padding-left: 30px;
  left: -24px;
  top: -13px;
  position: absolute;
}

.step-box:nth-of-type(6) h3::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(../images/flow-h-icon06.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  padding-left: 30px;
  left: -24px;
  top: -13px;
  position: absolute;
}

.step-box p {
  padding: 5px 0 10px 0;
}

.step-box-arrow-box {
  text-align: center;
  padding: 15px 0 20px 0;
}

.step-box-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1.3em;
  height: 1.3em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.step-attention-box {
  box-sizing: border-box;
  margin: 40px 0 0 0;
  background: #EFEDE7;
  padding: 10px;
}


.step-attention-box h4 {
  padding: 10px 20px;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
  font-size: 1.3em;
  position: relative;
}

.step-attention-box h4 div {
  padding: 0 0 0 60px;
}

.step-attention-box h4::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/attention-box-icon.webp) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  padding-left: 30px;
  left: 10px;
  top: 10px;
  position: absolute;
}

.step-attention-box p {
  box-sizing: border-box;
  padding: 0 10px 10px 10px;
  font-size: 0.9em;
}


@media screen and (min-width: 650px) {

  .sec-flow img.top-img {
    top: -100px;
  }

  .sec-flow {
    padding: 120px 0 100px 0;
  }

  .sec-flow h2 {
    font-size: 2.5em;
    padding: 20px 0 40px 0;
  }


  .step-box h3 {
    padding: 20px 30px;
    margin: 20px 0 20px 20px;
    font-size: 1.8em;
  }

  .step-box h3 div {
    padding: 0 0 0 100px;
    font-size: 30px;
  }


  .step-box:nth-of-type(1) h3::before {
    width: 120px;
    height: 120px;
    top: -20px;
  }

  .step-box:nth-of-type(2) h3::before {
    width: 120px;
    height: 120px;
    top: -20px;
  }

  .step-box:nth-of-type(3) h3::before {
    width: 120px;
    height: 120px;
    top: -20px;
  }

  .step-box:nth-of-type(4) h3::before {
    width: 120px;
    height: 120px;
    top: -20px;
  }

  .step-box:nth-of-type(5) h3::before {
    width: 120px;
    height: 120px;
    top: -20px;
  }

  .step-box:nth-of-type(6) h3::before {
    width: 120px;
    height: 120px;
    top: -20px;
  }


  .step-box p {
    padding: 10px 0 20px 0;
    font-size: 18px;
  }

  .step-box-arrow-box {
    text-align: center;
    padding: 25px 0 30px 0;
  }

  .step-box-arrow {
    width: 1.5em;
    height: 1.5em;
  }

  .step-attention-box {
    margin: 50px 0 0 0;
    padding: 15px;
  }


  .step-attention-box h4 {
    padding: 20px 30px;
    font-size: 25px;
  }

  .step-attention-box h4 div {
    padding: 0 0 0 100px;
  }

  .step-attention-box h4::before {
    width: 70px;
    height: 70px;
    padding-left: 30px;
    left: 20px;
    top: 20px;
  }

  .step-attention-box p {
    padding: 0 20px 20px 20px;
    font-size: 18px;
  }


}


/*/////////////////////
FAQ
//////////////////////*/

#faq {
  margin: 0 auto;
  padding: 80px 0 0 0;
  margin: 0 auto;
}

#faq h2.main {
  color: #333;
  font-size: 1.8em;
  text-align: center;
  margin: 20px 0 30px 0;
}

#faq img.top-img {
  margin: auto;
  width: 35%;
}


.container-wb2 {
  width: 100%;
  margin: 0px auto;
  padding: 0px auto;
  padding-top: 0px;
}

.container-wb2 h2.titpc {
  display: none;
}

.box_qa {
  max-width: 800px;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 16px !important;
  color: #333;
}

.box_qa h2 {
  border-bottom: solid 1px #906f3d;
  font-size: 135%;
  margin: 0 0 30px 0;
}

.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  color: #42331d;
}

.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}

/* 質問 */

.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2.5em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  background: #f0e3cf;
}

.cp_qa .cp_actab label::before {
  font-family: serif;
  font-size: 1.3em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: 'Q';
  color: #bd9b69;
}

.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color: #906c35;
}

/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: '+';
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  font-size: 90%;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
}

.cp_qa .cp_actab .cp_actab-content::before {
  font-family: serif;
  font-size: 1.5em;
  position: absolute;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  content: 'A';
  color: #bd9b69;
}

.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}

/* 質問を開いた時の仕様 */



/* --答えの高さ */

.cp_qa .cp_actab input:checked~.cp_actab-content {
  max-height: 40em;
  border: 2px solid;
  border-color: #f0e3cf;
}

/* 質問をクリックした時のアイコンの動き */

.cp_qa .cp_actab input:checked~label {
  color: #906c35;
}

/* 質問をクリックした時の+の動き */

.cp_qa .cp_actab input[type=checkbox]:checked+label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}


@media screen and (min-width: 650px) {

  #faq h2.main {
    font-size: 35px;
    margin: 30px 0 40px 0;
  }

}

/*/////////////////////
クリニック一覧 20240514
//////////////////////*/

#clinic {
  margin: 0 auto;
  padding: 80px 0 50px 0;
  margin: 0 auto;
}

#clinic h2 {
  color: #333;
  font-size: 1.8em;
  text-align: center;
  margin: 20px 0 30px 0;
}


.clinic-acd-col2 .swiper-button-prev,
.clinic-acd-col2 .swiper-button-next {
  top: 50%;
}


@media screen and (min-width: 650px) {
  #clinic h2 {
    font-size: 35px;
  }

}

#clinic img.top-img {
  margin: auto;
  width: 35%;
}


/*テーブル*/

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 80%;
  margin-bottom: 20px;

}

table tr {
  border-bottom: solid 2px white;
}

table tr:last-child {
  border-bottom: none;
}

table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #c5ab81;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #c5ab81;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td {
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 40 10 20;
}

table td p {
  line-height: 1.2;
  margin: 10px 20px 10px 30px;
}

.clinic h3 {
  font-size: 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  margin-bottom: 8px;
}

.clinic_list h2 {
  background-color: #f6f3ed;
  text-align: center;
  padding: 12px;
  color: #9f8453;
  border-bottom: unset;
  position: relative;
}

.clinic-acd-container {
  margin: 24px;
}

.clinic-acd-title {
  cursor: pointer;
  background-color: #f6f3ed;
  text-align: center;
  padding: 12px;
  color: #9f8453;
  border-bottom: unset;
  position: relative;
  font-size: 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.clinic-acd-title.open {
  border-bottom: 1px solid var(--gray-color);
}

.clinic-acd-title:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-color: var(--black-color);
  color: #a18656;
  text-align: center;
  line-height: 22px;
  content: "＋";
  border: 1px solid var(--black-color);
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';

}

.clinic-acd-title.open:after {
  content: "ー";
  background-color: unset;
  border: 1px solid var(--gray-color);
  color: #a18656;
  font-size: 14px;
  ;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}

.clinic-acd-text {
  display: none;
  font-weight: 400;
  position: relative;
}

.clinic-acd-text .clinic {
  margin-top: 24px;
}

.clinic_area {
  margin: 40px 0;
}

.doctor_guide {
  margin-bottom: -5px;
}

.reservation03 {
  background-color: #f6f3ed;
  padding: 24px 24px 0 24px;
}

.clinic_title {
  background-color: #f6f3ed;
  padding: 24px;
  margin-bottom: 40px;
}

/*横並び２カラム_04カウンセリング画像*/
.clinic-acd-col2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.clinic-acd-col2>div {
  width: 100%;
  font-size: 14px;
  margin: 0px;
  margin-bottom: px;
  padding: 0px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {

  .clinic-acd-col2>div {
    width: 100%;
    font-size: 14px;
    margin: 0px;
    margin-bottom: px;
    padding: 0px;
    margin-bottom: 10px;
  }
}


/*/////////////////////
移転お知らせ用 20240514
//////////////////////*/

.transfer-box {
  background-color: #F8F8F8;
  border-radius: 4px;
  padding: 24px;
  margin: 0 auto;
}

.transfer-box h4 {
  background-color: #DE6E6E;
  font-size: 16px;
  text-align: center;
  padding: 12px;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-weight: bold;
  margin: -24px -24px 16px;
}

.transfer-box h4 img {
  max-width: fit-content;
  position: relative;
  top: 4px;

}

.transfer-box h4 span {
  margin-left: 6px;
  position: relative;
  top: 2px;
}

.transfer-box p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 1.3em;
  margin: 0 auto;
}

.transfer-box p strong {
  color: #DE6E6E;
  font-weight: bold;
  text-align: center;
  display: block;
}

.transfer-add {
  display: flex;
  border-top: 1px solid #E8E8E8;
  padding: 16px 0px 0 0px;
  /*gap: 40px;*/
  max-width: 600px;
  margin: 16px auto 0;
  font-size: 14px;
}

.transfer-add p strong {
  color: #333;
  text-align: left;
  margin-bottom: 4px;
}


@media screen and (max-width: 768px) {
  .transfer-add p strong {
    text-align: left;
    margin-bottom: 4px;
  }

  .transfer-box {
    padding: 16px;
    width: auto;

  }

  .transfer-add {
    padding: 16px 0px 0 0px;
  }

  .transfer-box h4 {
    margin: -16px -16px 16px;
  }
}



/*============================

新固定バナー　20220330

============================*/

.fixed_footer {
  z-index: 9999;
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #ffffffe4;
  max-width: 650px;
  margin: 0 auto;
  overflow: hidden;
}


.fixed_footer ul {
  display: flex;
  gap: 4px;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 8px 0 8px;
}

.fixed_footer ul li {
  padding: 8px 0 8px 0;
}

.fixed_footer ul li:nth-child(1) {
  width: 60%;
}

.fixed_footer ul li:nth-child(2) {
  width: 28%;
}

.fixed_footer ul li:nth-child(3) {
  width: 28%;
}

img.fix_icon {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.is_active {
  z-index: 9999;
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
}

@media screen and (min-width: 650px) {

  .fixed_footer {
    display: none;
  }
}


/*============================

キャンペーン

============================*/

#specialcam {
  background: #FFF;
}

#specialcam div {
  width: 90%;
  padding: 5em 0;
  line-height: 1.8em;
  font-size: .8em;
  color: #555555;
  font-family: Noto Sans JP, sans-serif;
  margin: 0 auto;
}

.code {
  font-size: 1.5em !important;
}