@charset "UTF-8";
/*--------------------------
font-size
---------------------------*/
/*行間計算*/
/*--------------------------
content-width
---------------------------*/
body {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  overflow-x: hidden;
}

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

a, .form__btn {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover, .form__btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width:975px) {
  a:hover, .form__btn:hover {
    opacity: 1;
  }
}

.container {
  max-width: 1080px;
  padding: 0 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:975px) {
  .container {
    padding: 0 25px;
  }
}

.wrap {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
}

.img-only img {
  width: 100%;
  height: auto;
}

.sp-hide {
  display: block;
}

.sp-block {
  display: none!important;
}

.sp-cel {
  display: none;
}

@media screen and (max-width:975px) {
  .sp-hide {
    display: none!important;
  }
  .sp-block {
    display: block!important;
  }
  .sp-cel {
    display: table-cell;
  }
  .sp-none {
    display: none;
  }
}
body {
  background-image: url(../../img/cta01.png.webp);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

/*------------------------
// mv
------------------------*/
#mv {
  position: relative;
}

.mv-top {
  position: absolute;
  top: 4%;
  left: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  height: 6.8%;
}
.main-txt-img{
  position: absolute;
  width: 50vw;
  object-fit: cover;
  right: 8vw;
  top: 8vw;
}
#banner{
	background: #F4EBDF;
}
.banner-link {
    width: 70%;
    display: block;
    padding-top: 5vw;
    margin: 0px auto 0;
	padding-bottom: 1vw;
}
@media screen and (max-width:975px) {
  .mv-top {
    top: 3.9%;
    left: 3%;
    height: 4.9%;
  }
}

.mv__img {
  max-width: 290px;
  height: 100%;
  width: auto;
}

.mv__img img {
  width: auto;
  height: 100%;
}

.mv-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  height: 100%;
  width: auto;
}

.mv-points li {
  height: 100%;
  width: auto;
  border-radius: 500px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .35);
}

.mv-points li img {
  width: auto;
  height: 100%;
}

.mv-price {
  position: absolute;
  height: 37%;
  left: 2%;
  bottom: 4%;
}
@media screen and (max-width:975px) {
  .mv-price {
    height: 25%;
    bottom: 33%;
  }
}

.mv-price li {
  height: 50%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv-price__img {
  height: 100%;
  width: auto;
}

.mv-price__img img {
  height: 100%;
  width: auto;
}

.mv-price__info {
  white-space: nowrap;
}
@media screen and (max-width:1599px) {
  .mv-price__info {
    font-size: 6svw;
  }
}
@media screen and (max-width:975px) {
  .mv-price__info {
    font-size: 11svw;
  }
}

.mv-price__info .mv-price__total {
  font-size: 24px;
  font-size: 1.5rem;
  padding-top: 2em;
}
@media screen and (max-width:1599px) {
  .mv-price__info .mv-price__total {
    font-size: 24%;
  }
}

.mv-price__info .mv-price__month {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width:1599px) {
  .mv-price__info .mv-price__month {
    font-size: 48%;
  }
}

.mv-price__info .mv-price__caution {
  font-size: 16px;
  font-size: 1rem;
  text-align: right;
}
@media screen and (max-width:1599px) {
  .mv-price__info .mv-price__caution {
    font-size: 16%;
  }
}

.mv-price__info .mv-price__total span,
.mv-price__info .mv-price__month span,
.mv-price__info .mv-price__caution span {
  font-size: 60%;
}

/*------------------------
// cta
------------------------*/
#cta01 {
  width: 100%;
  margin-top: -.1vw;
  height: 32vw;
  background-color: #F4EBDF;
}
#cta02 {
  background-image: url(../../img/cta02.png.webp);
}
.cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.cta_btn_web{
  position: absolute;
  width: 32.3vw;
  left: 12vw;
  bottom: 18vw;
}
.cta_btn_tel{
  position: absolute;
	width: 32.3vw;
	right: 34vw;
	bottom: 5vw;
}
.cta_btn_line{
  position: absolute;
	width: 32.3vw;
	right: 12vw;
  bottom: 18vw;
}
.flow-web{
  position: absolute;
  width: 32.3vw;
  left: 15vw;
  top: 46.5vw;
}
.flow-tel{
  position: absolute;
  width: 32.3vw;
  right: 15vw;
  top: 47.5vw;
}
.flow{
  position: relative;
}
.clinic-img{
  width: 80%;
  margin: 0 auto;
}
.clinic-hour{
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 5vw auto 0;
  gap: 5%;
  padding-bottom: 5vw;
}
.clinic-hour img{
  width: 50%;
}
@media screen and (max-width:767px){
	#cta01{
		height: 100vw;
	}
  .clinic-hour{
    flex-wrap:wrap;
  }
  .clinic-hour img{
    width: 100%;
    margin-bottom: 5vw;
  }
}
.logo_footer{
  width: 30vw;
  display: block;
}
.cta__container {
  aspect-ratio: 1066.57/1163.84;
  width: 100%;
  height: auto;
  max-width: 1060px;
  margin: 0 auto;
  background-image: url(../../img/cta-wrap.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.cta__obj {
  padding-top: 84px;
  padding-bottom: 64px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  max-width: 780px;
}
@media screen and (max-width:975px) {
  .cta__obj {
    width: 80%;
    padding-top: 6svw;
    padding-bottom: 2svw;
  }
  #cta01 {
    margin-top: -75vw;
	height: 100vw
  }
  .cta_btn_web {
    position: absolute;
    width: 80vw;
    left: 10vw;
    bottom: 70vw;
  }
	.cta_btn_line{
    position: absolute;
    width: 80vw;
    left: 10vw;
    bottom: 42vw;
  }
  .cta_btn_tel{
    position: absolute;
    width: 80vw;
    left: 10vw;
    bottom: 10vw;
  }
  .flow{
    width: 90%;
    margin: 0 auto;
  }
  .flow-web{
    position: absolute;
    width: 75vw;
    left: 8vw;
    top: 152.5vw;
  }
  .flow-tel {
    position: absolute;
    width: 75vw;
    right: 7vw;
    top: 175.5vw;
  }
}

.cta__btns {
  max-width: 872px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  white-space: nowrap;
}
@media screen and (max-width:975px) {
  .cta__btns {
    width: 80%;
  }
}

.cta__top-read {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width:975px) {
  .cta__top-read {
    font-size: 4svw;
  }
}

.cta__top a {
  display: block;
  position: relative;
  height: auto;
  background-image: url(../../img/btn01.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 872/222;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  color: #fff;
}
@media screen and (max-width:975px) {
  .cta__top a {
    border-radius: 4svw;
  }
}

.cta-top__text-wrap {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.cta__top a .cta-top__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width:975px) {
  .cta__top a .cta-top__text {
    font-size: 2svw;
  }
}

.cta__top a .cta-top__text .cta-top__text01 {
  padding: 0.3em 0;
}
.cta__top a .cta-top__text .cta-top__text01 span, .cta__top a .cta-top__text .cta-top__text02 span {
  font-size: 42px;
  font-size: 2.625rem;
}
@media screen and (max-width:975px) {
  .cta__top a .cta-top__text .cta-top__text01 span, .cta__top a .cta-top__text .cta-top__text02 span {
    font-size: 4svw;
  }
}

.cta__top a .cta-top__text .cta-top__text02 {
  padding: 0.3em 1em;
  background-color: #fff;
  color: #FF8827;
  border-radius: 100px;
}
.cta__top a .cta-top__main {
  font-size: 48px;
  font-size: 3rem;
}
@media screen and (max-width:975px) {
  .cta__top a .cta-top__main {
    font-size: 4svw;
  }
}

.cta__top a .cta-top__main span {
  font-size: 64px;
  font-size: 4rem;
  color: #F5FF00;
}
@media screen and (max-width:975px) {
  .cta__top a .cta-top__main span {
    font-size: 7svw;
  }
}

.cta__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  margin-top: 1em;
  font-size: 24px;
  font-size: 1.5rem;
}
.cta-bottom__wrap {
  width: calc(100% - 0.5em);
}
.cta-bottom__read {
  text-align: center;
  margin-bottom: 0.3em;
}
@media screen and (max-width:975px) {
  .cta-bottom__read {
    font-size: 2.6svw;
  }
}

.cta-bottom__tel, .cta-bottom__line {
  width: 100%;
}

.cta-bottom__tel, .cta-bottom__line {
  display: block;
  position: relative;
  height: auto;
  background-image: url(../../img/btn02.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 424/124;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:975px) {
  .cta-bottom__tel, .cta-bottom__line {
    border-radius: 3svw;
  }
}

.cta-bottom__tel span, .cta-bottom__line span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.cta-bottom__tel span {
  font-size: 42px;
  font-size: 2.625rem;
  color: #fff;
}
@media screen and (max-width:975px) {
  .cta-bottom__tel span {
    font-size: 4.6svw;
  }
}

.cta-bottom__line {
  background-image: url(../../img/btn03.png.webp);
}

.cta-bottom__line span {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
}
@media screen and (max-width:975px) {
  .cta-bottom__line span {
    font-size: 2.6svw;
  }
}

.cta-bottom__line span strong {
  font-size: 34px;
  font-size: 2.125rem;
  color: #F5FF02;
}
@media screen and (max-width:975px) {
  .cta-bottom__line span strong {
    font-size: 3.4svw;
  }
}

/*------------------------
// case table
------------------------*/
#case01 {
  background-image: url(../../img/case01.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 54px 0;
}
@media screen and (max-width:975px) {
  #case01 {
    background-image: url(../../img/case01-sp.png.webp);
    padding: 8svw 0;
  }
}

#case02 {
  background-image: url(../../img/case02.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 54px 0;
}
@media screen and (max-width:975px) {
  #case02 {
    background-image: url(../../img/case02-sp.png.webp);
    padding: 8svw 0;
  }
}

#case03 {
  background-image: url(../../img/case03.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 54px 0;
}
@media screen and (max-width:975px) {
  #case03 {
    background-image: url(../../img/case03-sp.png.webp);
    padding: 8svw 0;
  }
}

.case-slide__wrap {
  position: relative;
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 54px 0;
}
@media screen and (max-width:975px) {
  .case-slide__wrap {
    padding: 4svw 0;
  }
}

.case__wrap {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

.case__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
}
@media screen and (max-width:975px) {
  .case__images {
    gap: 3svw;
  }
}

.case__images .case__con {
  width: calc(50% - 27.5px);
}
@media screen and (max-width:975px) {
  .case__images .case__con {
    width: 50%;
  }
}

.case__images .case__con .case__title {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0.4em 0;
  background-color: #7190AF;
}
@media screen and (max-width:975px) {
  .case__images .case__con .case__title {
    font-size: 2.8svw;
    padding: 0.8svw 0;
    font-weight: normal;
  }
}

.case__images .case__con img {
  display: block;
  aspect-ratio: 421/281;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.case__data {
  margin-top: 40px;
}
@media screen and (max-width:975px) {
  .case__data {
    margin-top: 3svw;
  }
}

.case__data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  font-size: 20px;
  font-size: 1.25rem;
}
.case__data dl:nth-child(n+2) {
  margin-top: 0.8em;
}

.case__data dl dt {
  background-color: #7190AF;
  color: #fff;
  width: 20%;
  text-align: center;
  font-weight: normal;
  display: block;
  padding: 0.4em 0;
}
@media screen and (max-width:975px) {
  .case__data dl dt {
    font-size: 2.2svw;
  }
}

.case__data dl dd {
  width: 75%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  display: block;
  padding: 0.4em 0;
}
@media screen and (max-width:975px) {
  .case__data dl dd {
    font-size: 2svw;
  }
}

.swiper-button-prev {
  background-image: url(../../img/arrow-prev.svg);
  left: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-button-next {
  background-image: url(../../img/arrow-next.svg);
  right: 0%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.swiper-button-prev, .swiper-button-next {
  width: 72px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width:975px) {
  .swiper-button-prev, .swiper-button-next {
    width: 6svw;
  }
}

.swiper-button-prev::after, .swiper-button-next::after {
  content: none;
}

.case-btn {
  display: block;
  margin: 40px auto 0;
  max-width: 428px;
  width: 48%;
  height: auto;
  border-radius: 100px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .35);
}
@media screen and (max-width:975px) {
  .case-btn {
    margin: 4svw auto 0;
  }
}

.case-btn img {
  display: block;
  width: 100%;
  height: auto;
}

/*------------------------
// plan table
------------------------*/
#plan01 {
  background-image: url(../../img/plan-table.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.plan-table {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
  border: 2px solid #D1E3ED;
}
@media screen and (max-width:975px) {
  .plan-table {
    font-size: 2.6svw;
  }
}

.plan-table th, .plan-table td {
  text-align: center;
  vertical-align: middle;
  height: 92px;
}
@media screen and (max-width:975px) {
  .plan-table th, .plan-table td {
    height: 14svw;
  }
}
.anshin{
	position: relative;
}
.anshin .btn-box-menu {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    gap: 1vw;
    width: 55vw;
    right: 21vw;
    top: 4vw;
}
#menu-box01, #menu-box02, #menu-box03{
	display: block;
	width: 1vw;
	height: 1vw;
	position: absolute;
}
#menu-box01{
	left: 50vw;
    top: 13vw;
}
#menu-box02{
	left: 50vw;
    top: 80vw;
}
#menu-box03{
	left: 50vw;
    top: 140vw;
}
#feature2{
	padding-bottom: 8vw;
}
.fee{
	background: #f5f5f5;
}
.fee-link1, .fee-link2, .fee-link3{
	position: absolute;
}
.fee-link1{
	top: 68vw;
    right: 37vw;
    width: 25%;
}
.fee-link2{
	top: 131vw;
    right: 37vw;
    width: 25%;
}
.fee-link3{
	top: 192vw;
    right: 37vw;
    width: 25%;
}
@media screen and (max-width: 767px){
	.anshin .btn-box-menu{
		position: absolute;
		display: flex;
		flex-wrap: wrap;
		gap: 2vw 1vw;
		width: 89vw;
		right: 6vw;
		top: 9vw;
		justify-content: center;
	}
	.menu-link1{
		height: 15vw;
    	width: 44vw;
	}
	.menu-link2{
		height: 15vw;
    	width: 44vw;
	}
	.menu-link3{
		height: 15vw;
    	width: 74vw;
	}
	#menu-box01 {
    left: 50vw;
    top: 52vw;
	}
	#menu-box02 {
    left: 50vw;
    top: 310vw;
	}
	#menu-box03 {
    left: 50vw;
    top: 580vw;
	}
	#feature2 {
    padding-bottom: 0;
	}
	
	.fee-link1{
	top: 290vw;
    right: 20vw;
    width: 60%;
}
.fee-link2{
	top: 560vw;
    right: 20vw;
    width: 60%;
}
.fee-link3{
	top: 845vw;
    right: 20vw;
    width: 60%;
}
	.banner-link {
    width: 85%;
    display: block;
    padding-top: 5vw;
    margin: 0px auto 0;
    padding-bottom: 6vw;
	}
}
.plan-table thead {
  background-color: #99A4C6;
  color: #fff;
}

.plan-table tr {
  border-bottom: 2px solid #D1E3ED;
}

.plan-table thead tr th {
  font-weight: normal;
}

.plan-table thead tr th span {
  font-size: 84%;
}

.plan-table thead tr th:nth-child(1) {
  width: 19.2%;
}
@media screen and (max-width:975px) {
  .plan-table thead tr th:nth-child(1) {
    width: 25%;
  }
}

.plan-table thead tr th:nth-child(n+2) {
  border-left: 2px solid #3F3D7A;
  width: 26.9333333333%;
}
@media screen and (max-width:975px) {
  .plan-table thead tr th:nth-child(n+2) {
    width: 25%;
  }
}

.plan-table tbody tr {
  background-color: #fff;
}

.plan-table tbody tr:nth-child(odd) {
  background-color: #F2F9FF;
}

.plan-table tbody tr th {
  font-weight: normal;
}

.plan-table tbody tr td {
  border-left: 2px solid #3F3D7A;
  font-weight: normal;
  font-size: 84%;
  line-height: 1.5;
}

.plan-table tbody tr td img {
  height: 32px;
  width: auto;
  display: inline-block;
}
@media screen and (max-width:975px) {
  .plan-table tbody tr td img {
    height: 3.4svw;
  }
}

/*------------------------
// plan table02
------------------------*/
#price02 {
  background-image: url(../../img/price02.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width:975px) {
  #price02 {
    background-image: url(../../img/price02-sp.png.webp);
  }
}

.price__top {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
  padding: 54px 0;
}
@media screen and (max-width:975px) {
  .price__top {
    padding: 6svw 0;
  }
}

.price__dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width:975px) {
  .price__dl {
    font-size: 3svw;
  }
}

.price__dd {
  position: relative;
  background: linear-gradient(140deg, rgb(97, 128, 168) 0%, rgb(63, 61, 122) 100%);
  color: #fff;
  font-weight: normal;
}

.price__dt {
  position: relative;
  background-color: #fff;
  border: 2px solid #99A4C6;
}

.price__dd, .price__dt {
  height: 94px;
  white-space: nowrap;
}
@media screen and (max-width:975px) {
  .price__dd, .price__dt {
    height: 10svw;
  }
}

.price__dd > span, .price__dt > span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.price__dt .red {
  color: #FF0000;
}

.price__dt .price .min {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width:975px) {
  .price__dt .price .min {
    font-size: 2svw;
  }
}

.price__bottom {
  padding-bottom: 54px;
}
@media screen and (max-width:975px) {
  .price__bottom {
    padding-bottom: 6svw;
  }
}

.price__wrap {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
}
@media screen and (max-width:975px) {
  .price__wrap {
    font-size: 2.2svw;
  }
}

.price__wrap table {
  width: 100%;
}

.price__wrap th {
  font-weight: normal;
}

.price__wrap th, .price__wrap td {
  text-align: center;
  vertical-align: middle;
}

.price__head-th {
  background-color: #546596;
  color: #fff;
  border: 2px solid #B3B2CC;
}

.price__wrap tbody {
  border: #B3B2CC solid 2px;
}

.price__wrap tbody .border-bottom {
  border-bottom: 3px solid #3F3D7A;
}

.price__wrap tbody .border-bottom-gray {
  border-bottom: 3px solid #B3B2CC;
}

.price__wrap tbody tr .price__body-th span {
  font-size: 84%;
}

.price__body-th {
  width: 18%;
  background-color: #99A4C6;
  color: #fff;
  border-left: 2px solid #B3B2CC;
}
@media screen and (max-width:975px) {
  .price__body-th {
    width: 20%;
  }
}

.price__body-th2 {
  background-color: #425383;
  color: #fff;
}
@media screen and (max-width:975px) {
  .price__body-th2 {
    width: 12%;
    /* -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl; */
  }
}

.price__body-th3 {
  width: 17%;
  background-color: #425383;
  color: #fff;
}
@media screen and (max-width:975px) {
  .price__body-th3 {
    display: none;
  }
}

.price__body-th4 {
  width: 7%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  background-color: #546596;
  color: #fff;
  font-size: 84%;
  border-left: 2px solid #B3B2CC;
}
@media screen and (max-width:975px) {
  .price__body-th4 {
    display: none;
  }
}

.price__wrap tbody td {
  width: 26%;
  background-color: #fff;
  border-left: 2px solid #B3B2CC;
}
@media screen and (max-width:975px) {
  .price__wrap tbody td {
    width: 34%;
  }
}

.price__head-th, .price__wrap tbody td {
  height: 74px;
}
@media screen and (max-width:975px) {
  .price__head-th, .price__wrap tbody td {
    height: 10svw;
  }
}

/*------------------------
// doctor
------------------------*/
#doctor {
  background-image: url(../../img/doctor.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.doctor__wrap {
  padding: 142px 0;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:975px) {
  .doctor__wrap {
    padding: 18svw 0;
  }
}

.doctor__title {
  font-size: 42px;
  font-size: 2.625rem;
  color: #445484;
  margin-bottom: 1em;
}
@media screen and (max-width:975px) {
  .doctor__title {
    font-size: 5svw;
  }
}

.doctor__con {
  background-color: #fff;
  padding: 50px;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-box-shadow: 20px 20px 0px 0px rgba(130, 187, 205, .4);
          box-shadow: 20px 20px 0px 0px rgba(130, 187, 205, .4);
}
@media screen and (max-width:975px) {
  .doctor__con {
    padding: 4svw;
    font-size: 4svw;
  }
}

.doctor__con:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (max-width:975px) {
  .doctor__con:nth-child(n+2) {
    margin-top: 8svw;
  }
}

.doctor__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
}
@media screen and (max-width:975px) {
  .doctor__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8svw;
  }
}

.doctor__img {
  width: 310px;
}
@media screen and (max-width:975px) {
  .doctor__img {
    width: 90%;
  }
}

.doctor__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 310px;
}
.doctor-top-text {
  width: calc(100% - 354px);
  line-height: 1.4;
}
@media screen and (max-width:975px) {
  .doctor-top-text {
    width: 100%;
  }
}

.doctor__read-sub, .doctor__bottom-read {
  margin-top: 1em;
  font-size: 120%;
  color: #414141;
}
.doctor__read {
  color: #445384;
  border-bottom: 1px solid #445384;
  padding-bottom: 1em;
  letter-spacing: 0.2em;
}
.doctor__read p {
  display: inline;
}

.doctor__read h3 {
  display: inline;
  font-size: 200%;
}

.doctor__text {
  margin-top: 1em;
  line-height: 1.5;
  font-weight: normal;
}

.doctor__bottom-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 1em;
  gap: 0.8em;
}
@media screen and (max-width:975px) {
  .doctor__bottom-list {
    grid-template-columns: 1fr;
  }
}

.doctor__bottom-list li {
  font-size: 80%;
  font-weight: normal;
}
 /*------------------------
// case section
------------------------*/
#case{
	padding: 5vw 6vw 10vw;
	background-image: url("/media/wp-content/themes/stg-clinic/img-hamura/case-bg.png");
}

#case .case-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 5%;
	font-family: "Shippori Mincho", serif;
}
.slideContents > div{
	width: 20%;
}
.case_tit{
	width: 70vw;
	margin: 0 auto 6vw;
}
@media(max-width: 767px){
	#case .case-item{
		width: 100%;
		margin: 0 auto;
	}
	.case_tit{
		width: 65vw;
		margin: 3vw auto 10vw;
	}
}

#case .img-block{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#case .case-item img{
	width: 48%;
	margin-bottom: 30px;
}

@media(max-width: 767px){
	#case .case-item img{
		width: 49%;
	}
}

#case .case-item .case-detail{
	width: 100%;
	padding: 30px 50px;
	background-color: #FFFAEC;
}

#case .case-dl{
	display: flex;
	font-size: 16px;
	line-height: 2;
	font-weight: normal;
}

@media(max-width: 767px){
	#case .case-item .case-detail{
		padding: 30px 20px;
	}

	#case .case-dl {
		padding: 0;
	}
	#case .case-item img{
		margin-bottom: 15px;
	}
}

#case .case-dt{
	width: 20%;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	background: #A7976F;
	color: #fff;
	padding: .5vw 3vw;
}

#case .case-dd{
	width: 80%;
	border: 1px solid #A7976F;
	background: #fff;
	padding: .5vw 3vw;
}

@media(max-width: 767px){
	#case .case-dt{
		width: 30%;
		font-size: 2.8vw;
	}

	#case .case-dd{
		width: 70%;
		font-size: 3vw;
	}
}

#case .slideshow {
	position: relative;
	overflow: hidden;
}
input[name="slideshow"] {
	display: none;
}

/* :::::: slideContents :::::: */
#case .slideContents {
	display: flex;
	position: relative;
	width: 500%;
	/* background: #86c0de; */
	/* text-align: center; */
	-webkit-user-select: none;
	user-select: none;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#case .slideContents section {
	width: 20%;
}
#case .slideContents section img {
	max-width: 100%;
	height: auto;
	padding: 0 50px;
	box-sizing: border-box;
	vertical-align: middle;
}
@media (min-width: 520px) {
	#case .slideContents section img {
		aspect-ratio: 3 / 1;
		object-fit: cover;
	}
}

/* :::::: arrows :::::: */
#case .arrow,
#case .arrow label,
#case .arrow .ico {
	position: absolute;
}
#case .arrow {
	top: 0;
	margin: 0;
	transition: background .3s;
}
#case .prev {
	left: 0;
}
#case .next {
	right: 0;
}

#case .arrow {
	background: rgba(255,255,255,.8);
}

#case .arrow,
#case .arrow label {
	cursor: pointer;
	width: 50px;
	height: 100%;
}

@media(max-width: 767px){
	#case .arrow,
	#case .arrow label {
		width: 35px;
	}
}

#case .arrow label {
	top: 0;
	left: 0;
	z-index: 1;
}
#case .arrow .ico {
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border-top: 3px solid #A7976F;
	opacity: 0;
}

@media(max-width: 767px){
	#case .arrow .ico {
		top: calc(50% - 3px);
	}
	#case .arrow{
		display:none;
	}
}

#case .prev .ico {
	left: 50%;
	border-left: 3px solid #A7976F;
	transform: rotate(-45deg);
	transition: left .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .3s;
}
#case .next .ico {
	right: 50%;
	border-right: 3px solid #A7976F;
	transform: rotate(45deg);
	transition: right .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .3s;
}

#case .arrow .ico {
	opacity: .6;
}
#case .prev .ico {
	left: calc(50% - 6px);
}
#case .next .ico {
	right: calc(50% - 6px);
}

/* :::::: mechanism :::::: */
#switch1:checked ~ .slideContents {
	transform: translateX(0);
}
#switch2:checked ~ .slideContents {
	transform: translateX(-20%);
}
#switch3:checked ~ .slideContents {
	transform: translateX(-40%);
}
#switch4:checked ~ .slideContents {
	transform: translateX(-60%);
}
#switch5:checked ~ .slideContents {
	transform: translateX(-80%);
}

/* :::::: arrow mechanism :::::: */
.arrow label {
	pointer-events: none;
}
#switch1:checked ~ .prev label[for="switch3"],
#switch2:checked ~ .prev label[for="switch1"],
#switch3:checked ~ .prev label[for="switch2"],
#switch1:checked ~ .next label[for="switch3"],
#switch2:checked ~ .next label[for="switch1"],
#switch3:checked ~ .next label[for="switch2"],{
	pointer-events: auto;
}
/* 前へボタンのラベル制御 */
#switch2:checked ~ .prev label[for="switch1"],
#switch3:checked ~ .prev label[for="switch2"] {
  pointer-events: auto;
  display: block;
}
.prev label {
  display: none;
}

/* 次へボタンのラベル制御 */
#switch1:checked ~ .next label[for="switch2"],
#switch2:checked ~ .next label[for="switch3"] {
  pointer-events: auto;
  display: block;
}
.next label {
  display: none;
}
@media (max-width: 767px) {
  .slideContents {
    width: 100% !important;
    display: block !important;
    transition: none !important;
  }
}
/* ページネーションの位置と中央揃え */
.swiper-pagination {
  text-align: center;
  margin-top: 20px;
}

/* 丸のスタイル調整 */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #A7976F; /* お好きな色に */
  opacity: 0.5;
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #665C3D; /* アクティブ時の色 */
}
#case .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #e98a00!important;
}