* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
p {
  margin: 0px;
}

.sp {
  display: none;
}

@media (max-width:800px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

.kiwi {
  font-family: 'Kiwi Maru', serif;
  font-weight: 400;
}

.container{
	width:90%;
	margin:auto;
}


/* fv-sec 最初のセクションのCSS*/

.fv-sec {
  padding-top: 48px;
  background: url("/wp-content/themes/WATE/img/lp/fv-sec-bg-img.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.fv-sec .container {
  max-width: 1500px;
  width: 90%;
  margin: auto;
}

.fv-flex {
  max-width: 1236px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.fv-flex .left {
  width: 45%;
  max-width: 517px;
  position: relative;
}

.fv-flex .right {
  width: 55%;
  max-width: 647px;
}

.fv-sec .main-title {
  position: relative;
  display: inline-block;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
}

.fv-sec .title-wrap {
  position: relative;
  display: inline-block;
  width: 422px;
}

.fv-sec .title-wrap h1 {
  position: relative;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  z-index: 1;
  text-align: center;
  padding-top: 21px;
  padding-bottom: 20px;
}

.fv-sec .title-wrap .highlight {
  color: #FFE819;
  font-size: 20px;
  font-weight: 600;
background:none;
	background-clip:inherit;
	-webkit-text-fill-color:inherit;
}

.fv-sec .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 422px;
  height: auto;
  z-index: 0;
}

.fv-sec .fv-flex p {
  color: #000;
  font-family: "Kiwi Maru";
  font-size: 40px;
  font-weight: 500;
  margin-top: 6px;
  text-align: center;
}

.fv-sec .fv-flex .min {
  color: #000;
  font-family: "Kiwi Maru";
  font-size: 32px;
  font-weight: 500;
}

.fv-sec .fv-flex .text-size {
  color: #000;
  font-family: "Kiwi Maru";
  font-size: 40.582px;
  font-weight: 400;
  display: block;
  text-align: center;

}

.fv-flex .big {
  color: #279FBE;
  font-family: "Kiwi Maru";
  font-size: 48px;
  font-weight: 500;
  text-align: center;
}

.fv-flex .dot {
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
}

.fv-flex .dot::after {
  content: "・・・・・・";
  position: absolute;
  top: -20px;
  left: 0;
  color: #279FBE;
  text-align: center;
  font-family: "Kiwi Maru";
  font-size: 40px;
  font-weight: 400;

}

.fv-flex .color-pink {
  color: #F43EB4;
  font-family: "Kiwi Maru";
  font-size: 48px;
  font-weight: 500;
}

.fv-flex h2 {
  text-align: center;
  font-size: 40.582px;
  font-weight: 700;
  letter-spacing: 3.247px;
  width: 554px;
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 23px;
}

.fv-flex span {
  background: linear-gradient(92deg, #0DA8CC 0.7%, #66E2DA 142.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mouthpiece-shift {
  margin-top: -12;
  position: relative;
}

.fv-flex .mouthpiece-img {
  max-width: 517px;
  width: 100%;
  display: block;
  position: relative;
  bottom: -35px;
}

.image-wrapper {
  position: relative;
  width: 100%;
  max-width: 647px;
}

.woman-img {
  width: 100%;
  display: block;
}

.money-img {
  position: absolute;
  top: 70%;
  left: 37%;
  transform: translateX(-50%);
  max-width: 447px;
  height: auto;
  z-index: 2;
}

.overlay-text {
  position: absolute;
  bottom: 12px;
  left: 42%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 500px;
  text-align: center;
  z-index: 3;
}

.right .overlay-text .text-first,
.right .overlay-text .text-second {
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
  color: #FFF;
  text-align: left;
  margin-top: 0px;
}


/*fv&レスポンシブ*/
.responsive,
.responsive-container{
	display:none !important;
}
.fv-sec .responsive.sp-only{
	display:none !important;
}

@media (max-width:1200px){
	.fv-sec .responsive{
		display:block !important;
	}
	.fv-sec img.responsive{
		width:100%;
	}
	
	.responsive-container{
		width:90%;
		margin:auto;
		display:block !important;
		position:relative;
	}
	
	.fv-sec .container{
		display:none;
	}
	
	
	.fv-sec .container.responsive-container{
		display:block;
		max-width:1500px;
		position:relative;
		top:35px;
	}
	.fv-sec .responsive.woman{
		display:block;
		position:absolute;
		max-width:647px;
		max-height:658px;
		width:60%;
		bottom:35px;
		right:0;
		z-index:-1;
	}
}

@media (max-width:1024px){
	.fv-sec .container.responsive-container{
		top:20px;
	}
	
	.fv-sec .responsive.woman{
		bottom:20px;
	}
}

@media (max-width:780px){
	.fv-sec .container{
		display:none !important;
	}
	
	.fv-sec{
		padding-top:0;
		background:none;
		z-index:1;
	}
	
	.fv-sec .responsive.sp-only{
		display:block !important;
	}
}


/*worries-sec*/

.worries-sec {
  padding-top: 108px;
  background: url("/wp-content/themes/WATE/img/lp/worries-bg-img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.worries-sec .container {
  max-width: 1169px;
  width: 90%;
  margin: auto;
	position:relative;
}

.worries-sec h2 {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.worries-flex {
  max-width: 1169px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 99px;
}

.worries-flex .left {
  max-width: 658px;
  width: 58%;
	padding-bottom:80px;
}

.worries-flex .right {
  max-width: 471px;
  width: 42%;
	position:absolute;
	bottom:0;
	right:0;
}

.worries-flex p {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 32px;
	padding-left:1.4em;
	text-indent:-1.4em;
}

.worries-flex p:first-child {
  margin-top: 0px;
}

.worries-flex p svg{
	position:relative;
	top:6px;
}

.worries-flex img.pc {
  width: 100%;
  max-height: 561px;
  margin-left: 40px;
	display:block;
	object-fit:contain;
}

.worries-sec .arrow-wrap {
  position: absolute;
  left: 47%;
  bottom: -43px;
  transform: translateX(-50%);
  z-index: 2;
}

@media (max-width:1200px) {
  .worries-sec {
    padding-top: 73px;
  }

  .worries-sec .container {
    max-width: 797px;
	  position:relative;
  }

  .worries-sec h2 {
    font-size: 32.746px;
  }

  .worries-flex {
    max-width: 797px;
    margin-top: 61px;
  }

  .worries-flex .left {
    max-width: 450px;
    width: 58%;
	  padding-bottom:80px;
  }

  .worries-flex .right {
    max-width: 321px;
    width: 42%;
	  position:absolute;
	  bottom:0;
	  right:0;
  }

		.worries-flex p{
		font-size:22px;
		line-height:1.5;
			margin-top:18px;
			padding-left:1.25em;
			text-indent:-1.25em;
	}
	.worries-flex p svg{
		width:22px;
		height:22px;
		top:3px;
	}
	
	.worries-flex p br{
		display:none;
	}

  .worries-flex svg {
    width: 21.831px;
    height: 21.831px;
  }

  .worries-flex img {
    width: 100%;
    height: 382px;
    margin-left: 27px;
  }
}

@media (max-width:1024px){
	.worries-flex{
		display:none;
	}
	.worries-sec .responsive{
		display:block !important;
		width:100vw;
		margin:0 calc(50% - 50vw);
		margin-top:22px;
		max-width:100%;
	}
}

@media (max-width:780px){
	.worries-sec{
		margin-top:-65px;
		position:relative;
		z-index:0;
	}
}

@media (max-width:600px){
	.worries-sec h2{
		font-size:24px;
		line-height:1.5;
	}
	.worries-sec{
		padding-top:48px;
	}
	.worries-sec .arrow-wrap svg{
		width:90px;
	}
}

/*invisalign-sec*/

.invisalign-sec {
  padding-top: 120px;
  padding-bottom: 112px;
  background: url("/wp-content/themes/WATE/img/lp/invisalign-bg-img.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.invisalign-sec .container {
  max-width: 1115px;
  width: 90%;
  margin: auto;
}

.invisalign-ttl h2 {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 180%;
}

.invisalign-ttl span {
  display: block;
  color: #111;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 180%;
}

.invisalign-ttl .sub-ttl {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  background: linear-gradient(91deg, #00A0E9 0.22%, #0052A4 99.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.invisalign-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1113px;
  width: 100%;
  margin: auto;
  margin-top: 41px;
}

.invisalign-flex .left {
  max-width: 346px;
  width: 35%;
}

.invisalign-flex .right {
  max-width: 721px;
  width: 65%;
}

.invisalign-flex img {
  max-width: 346px;
  width: 100%;
}

.invisalign-flex .white-box {
  max-width: 721px;
  margin: auto;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding-left: 24px;
  padding-right: 33px;
  padding-top: 24px;
	padding-bottom:24px;
}

.invisalign-flex .min {
  color: #111;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-align: left;

}

.invisalign-flex .color-red {
  color: #FF195E;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  display: inline-block;
	margin-left:5px;
}

.invisalign-flex .white-box .sub-ttl-second {
  color: #111;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 32px;
}

.invisalign-flex .white-box .sub-text {
  color: #111;
  font-size: 16px;
  line-height: 180%;
  margin-top: 24px;
}

@media (max-width:1080px) {
  .invisalign-sec {
    padding-top: 81.79px;
    padding-bottom: 41px;
  }

  .invisalign-ttl h2 {
    font-size: 32.746px;
  }

  .invisalign-ttl span {
    font-size: 32.746px;
  }

  .invisalign-ttl .sub-ttl {
    font-size: 40.933px;
    margin-top: 15.71px;
  }

  .invisalign-flex {
    max-width: 759px;
    margin-top: 28px;
  }


  .invisalign-flex img {
    max-width: 236px;
    width: 100%;
  }


  .invisalign-flex .white-box {
    width: 492px;
    margin: auto;
    border-radius: 13.644px;
    background: #FFF;
    box-shadow: 0px 2.729px 2.729px 0px rgba(0, 0, 0, 0.25);
    padding-left: 17.2px;
    padding-right: 16px;
    padding-top: 23px;
  }

  .invisalign-flex .min {
    font-size: 27.288px;
  }

  .invisalign-flex .color-red {
    font-size: 38.204px;
  }

  .invisalign-flex .white-box .sub-ttl-second {
    font-size: 21.831px;
    margin-top: 21.54px;
  }

  .invisalign-flex .white-box .sub-text {
    font-size: 14px;
    margin-top: 15.87px;
  }
}

.sp-min {
  display: none;
}

@media (max-width:800px) {
  .invisalign-sec {
    padding-top: 60.91px;
    padding-bottom: 40px;
  }

  .invisalign-ttl h2 {
    font-size: 24.56px;
  }

  .invisalign-ttl span {
    font-size: 24.56px;
  }

  .invisalign-ttl .sub-ttl {
    font-size: 30.7px;
    margin-top: 12.29px;
  }

  .invisalign-flex {
    max-width: 570px;
    margin-top: 27.8px;
	  flex-wrap:wrap;
  }

  .invisalign-flex .left {
    width:100%;
	  max-width:100%;
  }
	.invisalign-flex img{
		width:100%;
		max-width:100%;
	}

  .invisalign-flex .right {
    width:100%;
	  max-width:100%;
  }


  .invisalign-flex .white-box {
    width: 100%;
    margin: auto;
    border-radius: 10.233px;
    background: #FFF;
    box-shadow: 0px 2.047px 2.047px 0px rgba(0, 0, 0, 0.25);
    padding-left: 12.58px;
    padding-right: 16.68px;
    padding-top: 12.97px;
	  margin-top:32px;
	  height:auto;
	  padding-bottom:14px;
  }

  .sp-min {
    display: none;
  }
}

@media (max-width:600px){
	.sp-min{
		display:block;
	}
	.invisalign-flex .min{
		font-size:30px;
	}
	.invisalign-flex .color-red{
		font-size:42px;
	}
	.invisalign-flex .white-box .sub-ttl-second{
		font-size:16px;
	}
	.invisalign-flex .white-box .sub-text{
		font-size:15px;
	}
	.invisalign-flex .white-box .sub-text:last-child{
		margin-top:0;
	}
}


/*comparison-sec*/

.comparison-sec {
  padding-top: 100px;
  padding-bottom: 181px;
}

.comparison-sec .container {
  max-width: 820px;
  margin: auto;
}

.comparison-ttl h2 {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 180%;
}

.comparison-ttl p {
  color: #111;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 180%;
}

.comparison-ttl .color-pink {
  color: #FF195E;
  font-size: 36px;
  font-weight: 700;
  line-height: 180%;
  position: relative;
}

.comparison-ttl .color-pink::after {
  content: "・・";
  top: -40px;
  left: 0;
  right: 0;
  position: absolute;
}

.comparison-sec img {
  max-width: 820px;
  width: 100%;
  margin: auto;
  margin-top: 80px;
}

@media (max-width:800px) {
  .comparison-sec {
    padding-top: 60px;
    padding-bottom: 61px;
  }

  .comparison-ttl h2 {
    font-size: 40.566px;
  }

  .comparison-ttl p {
    font-size: 30.424px;
  }

  .comparison-ttl .color-pink {
    font-size: 30.424px;
  }

  .comparison-ttl .color-pink::after {
    content: "・・";
    top: -30px;
    left: 0;
    right: 0;
    position: absolute;
  }
	.scroll-text{
		display:block;
		text-align:right;
		margin-top:32px;
		margin-bottom:24px;
	}
	
	.comparison-scroll-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
		width:100vw;
		margin:0 calc(50% - 50vw);
		padding-left:5vw;
		padding-bottom:16px;
}

.comparison-scroll-inner {
  width: max-content;
  display: inline-block;
}
	.comparison-sec img{
		max-width:100%;
		width:900px;
		margin-top:0;
	}

}

@media (max-width:600px) {
  .comparison-sec {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .comparison-ttl h2 {
    font-size: 22px;
  }

  .comparison-ttl p {
    font-size: 21.794px;
  }

  .comparison-ttl .color-pink {
    font-size: 21.794px;
  }
	.comparison-ttl .color-pink::after{
		top:-20px;
	}
	.comparison-sec img{
		width:693px;
	}
}

/*merit-sec*/
.merit-sec {
  padding-top: 80.33px;
  padding-bottom: 100.67px;
  background: url("/wp-content/themes/WATE/img/lp/merit-bg-img.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.merit-sec .container {
  max-width: 718px;
  width: 90%;
  margin: auto;
}

.merit-sec h2 {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
}

.merit-sec .color-pink {
  color: #FF195E;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
}

.merit-sec .color-purple {
  color: #3A0090;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
}

.merit-white-box {
  max-width: 718px;
	padding-bottom:32px;
  border-radius: 16.822px;
  background: #FFF;
  box-shadow: 0px 8.411px 8.411px 0px rgba(0, 0, 0, 0.25);
}

.merit-pink-box{
  max-width: 718px;
  border-radius: 16.822px 16.822px 0px 0px;
  background: #FF195E;
}

.merit-pink-box h3 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 180%;
  padding: 15px 0px;
  margin-top: 48px;
}

.merit-box-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.merit-box-wrapper h4 {
  color: #FF195E;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-top: 24px;
  padding-left: 30px;
  position: relative;
}

.merit-white-box svg,
.merit-white-box-second svg{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.merit-box-wrapper  p {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 16px;
  margin-left:30px;
}


.merit-white-box-second {
  max-width: 718px;
	padding-bottom:32px;
  border-radius: 16.822px;
  background: #FFF;
  box-shadow: 0px 8.411px 8.411px 0px rgba(0, 0, 0, 0.25);
  margin-top: 60px;
}


.merit-white-box-second h3 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 180%;
}

.merit-purple-box-second {
  max-width: 718px;
  width: 100%;
  border-radius: 16.822px 16.822px 0px 0px;
  background: #3A0090;
  padding: 15px 0px;
}

.merit-white-box-second h4 {
  color: #3A0090;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-top: 24px;
}

.merit-white-box-second:first-child h4 {
  margin-top: 39px;
}

.merit-text {
  max-width: 638px;
  width: 100%;
  margin: auto;
}

.merit-white-box-second .first-text {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 16px;
  margin-left:30px;
}

.merit-white-box-second .second-text {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  border-radius: 0px 4px 4px 4px;
  border: 2px solid #FF195E;
  background: #FFF;
  padding: 10px 9px;
	margin:0;
	  margin-left:30px;
}

.merit-white-box-second .point-box {
  width: 76px;
  height: 26px;
  border-radius: 8px 8px 0px 0px;
  background: #FF195E;
  text-align: center;
  margin-left:30px;
}

.merit-white-box-second span {
  margin-top: 12px;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.6px;
  display: block;
  padding: 4px 0px;
}

@media (max-width:600px){
	.merit-sec{
		padding:60px 0px;
	}
	
	.merit-sec h2{
		font-size:24px;
	}
	.merit-sec .color-pink,
	.merit-sec .color-purple{
		font-size:32px;
	}
	.merit-pink-box h3,
	.merit-white-box-second h3{
		font-size:22px;
		padding:7px 0px;
	}
	.merit-purple-box-second{
		padding:0;
	}
	
	.merit-white-box svg{
		top:50%;
	}
	
	.merit-box-wrapper p,
	.merit-white-box-second .first-text{
		font-size:15px;
		margin-top:9px;
	}
	.merit-white-box-second .first-text,
	.merit-white-box-second .second-text,
	.merit-white-box-second .point-box{
		margin-left:30px;
	}
}

@media (max-width:422px){
	.merit-white-box-second svg.twoline{
		top:25%;
	}
}

/*feature-sec*/
.feature-sec {
  padding-top: 100px;
  padding-bottom: 180px;
}

.feature-sec .container {
  max-width: 1019px;
  width: 90%;
  margin: auto;
}

.feature-sec h2 {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 180%;
}

.feature-sec .color-pink {
  color: #FF195E;
  font-size: 56px;
  font-weight: 700;
  line-height: 180%;
  display: inline-block;
}

.feature-flex {
  max-width: 1019px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

.feature-flex.reverse {
  flex-direction: row-reverse;
}

.feature-flex .left {
  max-width: 410px;
  width: 42%;
}

.feature-flex .right {
  max-width: 577px;
  width: 54%;
}

.feature-flex img {
  width: 100%;
  display: block;
}

.feature-flex .right img {
  width: 100%;
  max-width: 173px;
}

.feature-flex h3 {
  color: #00809A;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 16px;
}

.feature-flex p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  margin-top: 32px;
}

@media (max-width:900px){
	.feature-sec h2{
		font-size:36px;
	}
	.feature-flex .left,
	.feature-flex .right{
		width:100%;
		max-width:100%;
	}
	
	.feature-flex .left img{
		max-width:560px;
		max-height:400px;
		object-fit:contain;
	}
	.feature-flex .left{
		text-align:left;
	}
	.feature-flex{
		justify-content:center;
		max-width:560px;
	}
	.feature-flex .right{
		margin-top:24px;
	}
}
@media (max-width:600px){
	.feature-sec{
		padding-top:40px;
	}
	.feature-sec h2{
		font-size:24px;
	}
	.feature-sec .color-pink{
		font-size:32px;
		display:block;
		line-height:1.5;
	}
	.feature-flex{
		margin-top:48px;
	}
	.feature-flex .right{
		margin-top:20px;
	}
	.feature-flex .right img{
		max-width:120px;
	}
	
	.feature-flex h3{
		font-size:20px;
	}
	.feature-flex p{
		margin-top:24px;
		font-size:15px;
	}
}

/*case-sec*/
.case-sec {
  padding-bottom: 120px;
}

.case-sec .heading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.case-heading {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.92px;
  width: 100%;
  max-width: 381px;
  height: 135px;
  position: relative;
  display: inline-block;
}


.case-heading .case-bg {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  color: #F7F7F7;
  text-align: center;
}

.case-swiper-wrapper{
	max-width:980px;
	margin:auto;
	position:relative;
}

.case-swiper{
	max-width:840px;
	margin:auto;
}

.swiper-slide{
	background:#F9F9F9;
	padding:20px 0px;
	border-radius:8px;
}

.swiper-slide table{
	width:94%;
	margin:auto;
}
.swiper-slide table tr{
	display:flex;
	padding:10px 0px;
	justify-content:space-between;
	border-bottom:1px solid #ccc;
}
.swiper-slide table tr:last-child{
	border-bottom:0;
}

.swiper-slide table th{
	width:20%;
	max-width:220px;
	text-align:left;
	font-weight:bold;
	font-size:18px;
	letter-spacing:0.04em;
	line-height:1.8;
}
.swiper-slide table td{
	width:80%;
	max-width:710px;
	line-height:2;
	font-size:16px;
	letter-spacing:0.04em;
	font-weight:400;
}

.case-before-flex,
.case-after-flex{
	display:flex;
	justify-content:space-between;
	background:#fff;
}

.case-before-flex img,
.case-after-flex img{
	max-width:48%;
	width:100%;
	object-fit:contain;
}

.case-swiper-button-prev{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	z-index:10;
	cursor:pointer;
}

.case-swiper-button-next{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:0;
	z-index:10;
	cursor:pointer;
}

.custom-arrow img{
	width:48px;
	height:48px;
	object-fit:contain;
	display:block;
	cursor:pointer;
}

.case-btn{
	display:block;
	text-decoration:none;
	color:#333;
	margin:auto;
	max-width:280px;
	text-align:center;
	background:#52b567;
	color:#fff;
	padding:16px 0px;
	border-radius:8px;
	box-shadow:0px 3px 3px rgba(0,0,0,0.16);
	margin-top:40px;
}

.case-text-min{
	max-width:840px;
	margin:auto;
	font-size:14px;
	display:block;
	margin-top:10px;
	width:85%;
}

.case-text-min span{
	display:block;
	margin-top:6px;
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:1.8em;
}

@media (max-width:1100px){
	.case-swiper-wrapper{
	max-width:95%px;
	margin:auto;
	position:relative;
}

.case-swiper{
	max-width:85%;
	margin:auto;
}
}
@media (max-width:780px){
	.case-heading{
		height:72px;
		font-size:24px;
	}
	.case-heading .case-bg{
		max-width:200px;
	}
	
	.case-swiper-wrapper{
		max-width:100%;
	}
	
	.case-swiper{
	max-width:95%;
	}
	
	.swiper-slide{
		padding:10px;
	}
	
	.swiper-slide table tr{
		flex-wrap:wrap;
		padding:6px 0px;
	}
	.swiper-slide table th{
		width:100%;
		max-width:100%;
		font-size:15px;
	}
	.swiper-slide table td{
		width:100%;
		max-width:100%;
		font-size:14px;
	}
	.custom-arrow img{
		width:32px;
		height:32px;
	}
	.case-swiper-button-prev{
		left:-4%;
	}
	.case-swiper-button-next{
		right:-4%;
	}
	.case-text-min{
		width:95%;
		margin-top:0;
		font-size:12px;
		padding-left:1em;
		text-indent:-1em;
	}
}


/*flow-sec*/
.flow-sec {
  padding-top: 85px;
  padding-bottom: 80px;
	background:#DFE9F2;
}

.flow-sec .container {
  max-width: 851px;
  margin: auto;
}

.flow-sec .heading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.flow-heading {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.92px;
  width: 439px;
  height: 135px;
  position: relative;
  text-align: center;
}

.flow-heading span{
	position:relative;
	z-index:1;
}

.flow-heading .flow-bg {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.flow-flex {
  max-width: 851px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0px 24px;
  margin-top: 50px;
}

.flow-flex.first{
	margin-top:0;
}


.flow-flex .left {
  max-width: 240px;
  width: 30%;
  position: relative;
}

.flow-flex.first .left::before {
  display: none;
}

.flow-flex .left::before {
  content: "";
  position: absolute;
  height: 100%;
  top: -80px;
  left: 0;
  right: 70%;
  margin: auto;
  width: 4px;
  background: #22B6CF;
  z-index: 0;
}

.flow-flex .right {
  max-width: 716px;
  width: 70%;
	padding-top:30px;
}

.step-num {
  display: block;
  width: 100px;
  height: 30px;
  padding-top: 3px;
  padding-bottom: 4px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px 8px 0px 0px;
  background: #22B6CF;
	position:relative;
	z-index:10;
	font-family: "Kiwi Maru",serif;
}

.flow-img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
	position:relative;
		z-index:10;
}



.flow-flex h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.96px;
}

.flow-flex p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.64px;
  margin-top: 16px;
}

@media (max-width:600px){
	.flow-sec{
		padding-bottom:60px;
	}
	
	.flow-flex.first{
		margin-top:12px;
	}
	
	.flow-flex{
		flex-wrap:wrap;
		justify-content:center;
		gap:24px 0px;
	}
	.flow-flex .left,
	.flow-flex .right{
		width:100%;
		max-width:100%;
		margin:0;
		padding:0;
	}
	.flow-img{
		height:auto;	
	}
	.flow-flex .left::before{
		display:none;
	}
	.flow-flex h3{
		font-size:18px;
	}
	.flow-flex p{
		font-size:15px;
	}
	.flow-heading .flow-bg{
		width:60%;
	}
	.flow-heading{
		font-size:24px;
		height:72px;
	}
}


/*price-sec*/
.price-sec {
  padding-top: 75px;
  padding-bottom: 120px;
}

.price-sec .container {
  max-width: 1020px;
  margin: auto;
}

.price-sec .heading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.price-heading {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.92px;
  width: 100%;
  max-width: 381px;
  height: 135px;
  position: relative;
  display: inline-block;
}


.price-heading .price-bg {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  color: #F7F7F7;
  text-align: center;
}

.price-flex.consultation-fees {
  max-width: 670px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.price-flex .left {
  width: 50%;
  max-width: 320px;
  position: relative;
}

.price-flex .right {
  width: 50%;
  max-width: 320px;
  position: relative;
  padding-bottom: 100px;
}


.price-box {
  width: 100%;
	padding:16px 0px;
	background: #0052A4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.8px;
  z-index: 2;
  position: relative;
}

.price-white-box {
  width: 100%;
	padding:16px 0px;
  border: 1px solid #EEE;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50px;
  left: 0;
  z-index: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.price-white-box .min {
  color: #0052A4;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.price-white-box .big {
  color: #0052A4;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 100%;
}

.price-text-first {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin-top: 4px;
}

.price-text-first p{
	text-indent:-1em;
	padding-left:1em;
}

.price-flex.treatment {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 30px;
  max-width: 1020px;
  width: 100%;
  margin: auto;
}

.price-flex.treatment:last-child {
  gap: 0px;
}





.price-flex.treatment .treatment-box {
  width: 48%;
  max-width: 495px;
}

.price-flex.treatment h3 {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.08em;
  height: 50px;
  background: #279FBE;
  padding: 15px 0px;
}

.price-flex table {
  width: 100%;
  border-collapse: collapse;
}

.price-flex table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  margin-top: -1px;
}

.price-flex table tr.align-top {
  align-items: flex-start;
}

.price-flex table th {
  width: 40%;
  max-width: 195px;
  padding: 20px 0px;
}

.price-flex table td {
  padding: 20px 0px;
  max-width: 300px;
  width: 60%;
  padding-left: 10px;
  position: relative;
}


.price-flex thead {
  text-align: center;
  background: #279FBE;
}

.price-flex table th span {
  background: #279FBE;
  color: #fff;
  padding: 11px 0px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-size: 16px;
  display: block;
  border-radius: 4px;
  max-width: 155px;
  margin: auto;
  position: relative;
}

.price-flex table td .bold {
  font-weight: bold;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.price-flex table td span.min {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.price-flex table td ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0;
  gap: 8px 0px;
}

.price-flex table td ul li {
  width: 48%;
  list-style: none;
  padding: 0;
  position: relative;
  line-height: 1.8;
  color: #111;
  font-size: 16px;
  font-weight: 500;
}

.price-flex table td ul li:before {
  content: "・";
}

.price-flex table th .notes {
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1;
  display: inline-block;
  top: -10px;
  position: relative;
}

.price-flex td .big {
  font-size: 40px;
  line-height: 1;
  color: #00809A;
  font-weight: bold;
}

.price-flex td .payment {
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 10px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
  color: #444;
}

.price-parent {
  max-width: 1024px;
  margin: auto;
  position: relative;
  text-align: center;
  margin-top: 40px;
}

.price-plus-img {
  max-width: 60px;
  width: 100%;
}

.price-box-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1024px;
  width: 100%;
  margin: auto;
  margin-top: 40px;
}

.price-box-flex .left {
  max-width: 495px;
  width: 50%;
}

.price-box-flex .right {
  max-width: 495px;
  width: 50%;
}

.price-box-flex span {
  background: #279FBE;
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 15px 0px;
}

.price-box-flex p {
  border: 1px solid #EEE;
  background: #FFF;
  color: #111;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 19px 0px;
}

.price-option-text p {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-align: left;
  margin-top: 38px;
}

.price-option-text p:last-child {
  margin-top: 0px;
}

.single-jaw-cta{
	display:block;
	margin:auto;
	max-width:800px;
	background:linear-gradient(130deg, #00CBFF -2.23%, #0052A4 101.74%);
	margin-top:60px;
	padding:40px 20px;
	text-align:center;
	color:#fff;
	outline:2px solid #fff;
	outline-offset:-10px;
}
.single-jaw-cta h2{
	font-size:28px;
	margin-bottom:24px;
}

.single-jaw-cta p{
	margin-top:24px;
	font-size:20px;
}

.single-jaw-cta span.sp{
	display:none;
}

.single-jaw-cta span{
	display:block;
	margin-top:16px;
	font-size:14px;
}

.single-jaw-cta a{
	display:block;
	margin:auto;
	max-width:280px;
	background:#fff;
	text-decoration:none;
	color:#0052A4;
	font-weight:bold;
	text-align:center;
	padding:10px 0px;
	border-radius:100px;
	margin-top:24px;
	font-size:18px;
}

.Payment-Method {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
  margin-top: 60px;
}

.payment-image-wrapper {
  position: relative;
  display: inline-block;
  max-width: 422px;
  width: 100%;
}

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

.payment-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 28px;
  font-weight: 700;
}

.Payment-Method p {
  color: #111;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  margin-top: 32px;
}

.Payment-Method .money-logo-img {
  max-width: 370px;
  width: 100%;
  margin: auto;
  margin-top: 32px;
}

.price-blue-box {
  max-width: 1020px;
  margin: auto;
  background: #0052A4;
  margin-top: 29px;
	padding-top:32px;
	padding-bottom:40px;
}

.price-blue-box h2 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
}

.price-blue-box span {
  color: #FFE819;
  font-size: 32px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
  display: block;
}

.price-blue-box p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top:40px;
}

@media (max-width:1080px){
	.price-flex table td span.min{
		margin-top:8px;
	}
	.price-flex table td ul{
		flex-wrap:wrap;
	}
	
	.price-flex table td ul li{
		width:100%;
		text-align:left;
	}
}

@media (max-width:940px){
	.price-flex .right{
		padding-bottom:0;
	}
	
	.price-flex.treatment{
		flex-wrap:wrap;
		gap:60px 0px;
		justify-content:center;
		margin-top:60px;
	}
	.price-flex.treatment .treatment-box{
		width:100%;
		max-width:460px;
	}
}

@media (max-width:780px){
	.price-blue-box h2,
	.price-blue-box span{
		font-size:24px;
	}
	.price-blue-box p{
		line-height:1.8;
	}
	.price-blue-box{
		padding-bottom:48px;
	}
	.price-sec{
		padding-bottom:60px;
	}
}

@media (max-width:600px){
	.price-heading{
		height:72px;
		font-size:24px;
	}
	.price-heading .price-bg{
		max-width:241px;
	}
	.price-flex.consultation-fees{
		margin-top:30px;
		flex-wrap:wrap;
		justify-content:center;
		gap:32px 0px;
	}
	.price-flex.consultation-fees .left,
	.price-flex.consultation-fees .right{
		width:100%;
		max-width:100%;
	}
	.price-flex table th span{
		font-size:14px;
		max-width:124px;
	}
	.price-flex table th{
		width:45%;
	}
	.price-flex table td{
		font-size:14px;
		padding-left:0;
	}
	.price-flex table td .bold,
	.price-flex table td ul li{
		font-size:14px;
	}
	.price-flex table td span.min{
		font-size:13px;
	}
	.price-flex td .big{
		font-size:26px;
	}
	.price-flex.treatment{
		gap:40px 0px;
	}
	.price-plus-img{
		max-width:40px;
	}
	.price-box-flex span{
		font-size:16px;
	}
	.price-box-flex .right p{
		font-size:18px;
	}
	.price-box-flex .right p span{
		font-size:16px;
		display:block;
	}
	.price-option-text p{
		font-size:12px;
		margin-top:24px;
		text-indent:-1em;
		padding-left:1em;
	}
	
	.single-jaw-cta{
		padding:32px 10px;
	}
	
	.single-jaw-cta h2{
		font-size:18px;
	}
	.single-jaw-cta  p{
		font-size:15px;
	}
	.single-jaw-cta span.pc{
		display:none;
	}
	.single-jaw-cta span.sp{
		display:block;
		line-height:1.8;
	}
	
	.payment-text{
		font-size:18px;
	}
	.Payment-Method p{
		margin-top:24px;
	}
	.Payment-Method .money-logo-img{
		margin:auto;
		margin-top:16px;
		max-width:340px;
	}
	.price-blue-box{
		width:100vw;
		margin:0 calc(50% - 50vw);
		padding-left:24px;
		padding-right:24px;
	}	
	.price-blue-box p{
		text-align:left;
		font-size:16px;
	}
	.price-blue-box p br{
		display:none;
	}
	.price-sec{
		padding-bottom:0;
	}
	.Payment-Method{
		margin-bottom:32px;
	}
}

/*deduction-sec*/
.deduction-sec {
  background-image: url("/wp-content/themes/WATE/img/lp/deduction-bg-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 103px;
  padding-bottom: 150px;
}

.deduction-sec .container {
  max-width: 989px;
  width: 90%;
  margin: auto;
}

.shape-wrapper {
  position: relative;
  text-align: center;
  z-index: 2;
}

.shape-wrapper::before {
  content: "";
  position: absolute;
  top: -63px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 859px;
	width:90%;
  height: 126px;
  background: url("/wp-content/themes/WATE/img/lp/deducation-shape.png") no-repeat center center;
  background-size: contain;
  z-index: -1;
}


.shape-wrapper .text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  text-align: center;
}

.deduction-heading {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.shape-text {
  color: #FFE819;
  font-size: 32px;
  font-weight: 700;
}

.shape-wrapper p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
}

.deduction-ttl h3 {
  color: #0052A4;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 32px;
}

.deduction-ttl h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #0052A4;
  margin: auto;
  margin-top: 32px;
}

.deduction-ttl p {
  color: #1E1E1E;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8em;
  margin-bottom: 60px;
}

.deduction-box {
  max-width: 734px;
  width: 100%;
  margin: auto;
  margin-top: 40px;
}

.deduction-box img {
  width: 100%;
	display:block;
  max-width: 734px;
}

.deduction-box h3 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.04em;
  max-width: 734px;
  width: 100%;
  background: #0052A4;
  text-align: center;
  padding: 24px 0px;
}

.deduction-white-box {
  max-width: 734px;
  padding: 24px 36px;
  border: 1px solid #EEE;
  background: #FFF;
}

.deduction-box p {
  color: #1E1E1E;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
}

@media (max-width:900px){
	.deduction-heading{
		font-size:24px;
	}
}

@media (max-width:780px){
	.shape-wrapper::before{
		display:none;
	}
	.shape-wrapper{
		background: linear-gradient(90deg, #0052A4 0%, #279FBE 99.37%);
		padding:22px 0px;
	}
	.shape-wrapper .text-overlay{
		position:relative;
		top:auto;
		left:auto;
		transform:inherit;
	}
	.deduction-ttl h3{
		text-align:left;
		font-size:24px;
		padding:0;
		padding-left:18px;
		position:relative;
		margin-bottom:18px;
	}
	.deduction-ttl h3:before{
		content:"";
		position:absolute;
		left:0;
		top:0;
		width:3px;
		height:100%;
		background:#0052A4;
	}
	.deduction-ttl h3::after{
		display:none;
	}
	.deduction-ttl p{
		text-align:left;
		font-size:15px;
	}
	.deduction-ttl p br{
		display:none;
	}
	.deduction-box h3{
		font-size:24px;
		line-height:1.5;
	}
	
	.deduction-ttl h3{
		font-size:20px;
	}
	.deduction-box p{
		font-size:13px;
		text-align:left;
	}
}
@media (max-width:600px){
		.deduction-heading{
		font-size:18px;
	}
	.deduction-heading .shape-text{
		font-size:18px;
	}
	.shape-wrapper p{
		font-size:14px;
	}
	.deduction-sec{
		padding-top:48px;
		padding-bottom:40px;
	}
	.deduction-ttl p{
		margin-bottom:36px;
	}
	.deduction-box h3{
		padding:12px 0px;
	}
	.deduction-box p{
		margin-top:8px;
	}
}



/*faq-sec*/
.faq-sec {
  padding-top: 82px;
  padding-bottom: 140px;
}

.faq-sec .container {
  max-width: 980px;
  width: 90%;
  margin: auto;
}

.faq-heading {
  color: #323232;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  text-align: center;
	margin:auto;
	margin-bottom:82px;
}

.faq-heading .faq-bg {
  position: absolute;
  top:70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}


.faq-accordion {
  max-width: 867px;
	margin:auto;
  margin-top: 36px;
}

.faq-accordion:first-child {
  margin-top: 0px;
}


.faq-accordion summary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-top: 21px;
  padding-bottom: 20px;
  padding-left: 16px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.44px;
  background: #0052A4;
padding-right:3.5em;
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

img.faq-sec-img{
	margin-right:20px;
		object-fit:contain;
	width:20px;
}

/*プラスマークstart*/
.faq-accordion summary::before,
.faq-accordion summary::after {
  width: 17px;
  height: 2px;
  border-radius: 5px;
  background: #FFF;
  content: "";
}

.faq-accordion summary::after {
  position: absolute;
  right: 2em;
}

.faq-accordion summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.faq-accordion summary::after {
  transition: rotate .3s;
}

.faq-accordion[open] summary::before {
  rotate: 180deg;
	transition:0.4s;
}

/*プラスマークend*/
.faq-accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 56px;
  padding-right: 19px;
  color: #111;
  font-family: Amiri;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  transition: transform .5s, opacity .5s;
  position: relative;
	background:#f8f8f8;
}

.faq-accordion[open] p img {
  width: 19px;
  height: 33px;
	object-fit:contain;
  position: absolute;
  left: 15px;
  top: 22px;
  margin: 0px;
}

.faq-accordion[open] p {
  transform: none;
  opacity: 1;
}


@media (max-width:600px) {
  .faq-sec {
    padding-top: 50px;
	  padding-bottom:100px;
  }
	
	.faq-heading{
		font-size:24px;
		margin-bottom:60px;
	}
	.faq-heading svg{
		width:168px;
		height:72px;
	}

  .faq-accordion {
    margin-top: 16px;
    text-align: left;
  }

  .faq-accordion summary {
    font-size: 16px;
	  padding-right:3em;
	  padding-top:12px;
	  padding-bottom:12px;
  }
	.faq-accordion summary::before,
	.faq-accordion summary::after{
		right:20px;
	}

  .faq-accordion p {
    padding-top: 21px;
    padding-bottom: 20px;
    padding-left: 48px;
    padding-right: 33px;
    font-size: 15px;
  }

  img.faq-sec-img {
    margin-right: 15px;
    width: 18px;
    height: 27px;
  }
	.faq-accordion[open] p img{
		top:12px;
	}

}

/*doctor-sec*/

.doctor-sec {
  background-color: #F8F8F8;
  padding-bottom: 80px;
	position:relative;
}

.doctor-sec:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url("/wp-content/themes/WATE/img/lp/doctor-bg.png");
	background-size:cover;
	background-repeat:no-repeat;
}

.doctor-heading {
  position: relative;
  height: 65px;
  text-align: center;
}

.doctor-heading .shape-text {
  display: inline-block;
  position: absolute;
  top: -50%;
  left:0;
	right:0;
	margin:auto;
  width: 422px;
  height: 65px;
  background: url("/wp-content/themes/WATE/img/lp/shape-img.png") no-repeat center center;
  background-size: contain;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding-top: 13px;
  padding-bottom: 12px;
}

.doctor-sec .container {
  max-width: 831px;
  width: 90%;
  margin: auto;
}

.doctor-flex {
  max-width: 831px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 68px;
  gap: 0px 83px;
}

.doctor-flex .left {
  max-width: 450px;
  width: 47%;
  position: relative;
}

.doctor-flex .right {
  max-width: 364px;
  width: 53%;
  position: relative;
}

.doctor-flex img {
  width: 100%;
  height: 576px;
}

.doctor-flex h3 {
  color: #279FBE;
  font-size: 28px;
  font-weight: 700;
}

.doctor-flex span {
  color: #279FBE;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.doctor-flex h4 {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  padding-bottom: 12px;
  position: relative;
}

.doctor-flex h4::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #444;
}


.doctor-flex p {
  color: #000;
  font-size: 14px;
  line-height: 180%;
}

.doctor-flex .doctor-text {
  margin-top: 12px;
}

.doctor-flex ul {
  color: #000;
  padding:0px;
  margin-top: 0;
  margin-bottom: 0;
}

.doctor-flex ul li {
  font-size: 14px;
  line-height: 180%;
  color: #000;
	list-style:none;
	padding-left:1em;
	text-indent:-1em;
}
.doctor-flex ul li:before{
	content:"・";
}

.doctor-flex ul li:first-child {
  margin-top: 12px;
}

@media (max-width:1080px) {

  .doctor-flex h4::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 95%;
    height: 1px;
    background: #444;
  }
}

@media (max-width:800px) {

  .doctor-flex {
    max-width: 450px;
    flex-wrap: wrap;
    gap: 0px;
    margin-top: 0px;
  }

  .doctor-flex .left {
    width: 100%;
  }

  .doctor-flex .right {
    max-width: 450px;
    width: 100%;
  }

  .doctor-flex img {
    width: 100%;
    height: 375px;
  }

  .doctor-flex h3 {
    text-align: center;
    margin-top: 24px;
  }

  .doctor-flex span {
    text-align: center;
    margin-top: 8px;
  }

  .doctor-flex h4 {
    margin-top: 24px;
  }
}

@media (max-width:600px) {
	.doctor-sec{
		padding-bottom:40px;
	}
	
	.doctor-sec:before{
		background-position:bottom;
		background-size:contain;
	}

  .doctor-heading .shape-text {
    width: 303px;
    height: 47px;
    padding-top: 7px;
    padding-bottom: 6px;
    font-size: 24px;
  }

  .doctor-flex {
    max-width: 338px;

  }

  .doctor-flex img {
    height: 282px;
  }

  .doctor-flex h3 {
    text-align: center;
    margin-top: 24px;
  }

  .doctor-flex span {
    text-align: center;
    margin-top: 8px;
    font-size: 16px;
  }

  .doctor-flex h4 {
    margin-top: 40px;
  }

  .doctor-flex p {
    font-size: 13px;
  }

  .doctor-flex ul li {
    font-size: 13px;
  }
}

/*push-sec*/
.push-sec {
  padding-top: 100px;
  padding-bottom: 133px;
background:url("/wp-content/themes/WATE/img/lp/push-bg.jpg");
	background-size:cover;
}

.push-sec .container {
  max-width: 979px;
  width: 90%;
  margin: auto;
}

.push-sec h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 180%;
  background: linear-gradient(94deg, #00CBFF -2.23%, #0052A4 101.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.push-flex {
  display: flex;
  justify-content:space-between;
  align-items: center;
  margin-top: 54px;
}

.push-flex.reverse {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.push-flex .left {
  max-width: 480px;
  width: 49.5%;
}

.push-flex .right {
  max-width: 455px;
  width: 50.5%;
}

.push-flex.reverse .left {
  max-width: 480px;
  width: 60%;
}

.push-flex.reverse .right {
  max-width: 454px;
  width: 40%;
}

.push-flex .right p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.6px;
	margin-bottom:1.8em;
}



.push-flex img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width:1080px) {
  .push-sec {
    padding-top: 80px;
    padding-bottom: 100px;
    background: url("/wp-content/themes/WATE/img/lp/push-bg-img.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .push-sec .container {
    max-width: 976px;
  }

  .push-flex {
    gap: 0px 37.43px;
	  justify-content:center;
  }

  .push-flex.reverse {
    gap: 0px 77px;
	  justify-content:center;
  }


  .push-flex .left {
    max-width: 426px;
    width: 49.5%;
  }

  .push-flex .right {
    max-width: 403px;
    width: 50.5%;
  }
	
	.push-flex .right p{
		font-size:16px;
	}

  .push-flex.reverse .left {
    max-width: 426px;
    width: 55%;
  }

  .push-flex.reverse .right {
    max-width: 346px;
    width: 45%;
  }
}
@media (Max-width:780px){
	.push-sec h2{
		font-size:24px;
	}
	.push-flex,
	.push-flex.reverse{
		flex-wrap:wrap;
		justify-content:center;
		gap:24px 0px;
	}
	.push-flex .left,
	.push-flex .right,
	.push-flex.reverse .left,
	.push-flex.reverse .right{
		width:100%;
		max-width:400px;
	}
}

@media (max-width:600px){
	.push-sec{
		padding-top:40px;
		padding-bottom:40px;
	}
	.push-flex, .push-flex.reverse{
		margin-top:32px;
	}
}

/*cta-sec*/
.cta-sec {
  padding-top: 68px;
  padding-bottom: 60px;
  background: url("/wp-content/themes/WATE/img/lp/cta-bg-img.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.cta-sec .container {
  max-width: 690px;
  width: 90%;
  margin: auto;
}

.cta-sec h2 {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}

.cta-sec p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.44px;
  margin-top: 24px;
}

.cta-sec .btn-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}

.cta-sec .btn {
  padding-top: 20px;
  padding-bottom: 18px;
  border-radius: 100px;
  background: #E99400;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 330px;
  width: 100%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.44px;
  position: relative;
}

.cta-sec .btn svg {
  width: 7.13px;
  height: 12.97px;
  position: absolute;
  top: 50%;
  right: 19.87px;
  transform: translateY(-50%);
}

.cta-sec .btn.line-btn {
  border-radius: 100px;
  background: #06C755;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cta-box {
  max-width: 690px;
  width: 100%;
  margin: auto;
  padding: 30px 0px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  margin-top:38px;
	display:block;
	text-decoration:none;
}

.cta-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.cta-flex::before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: 49%;
  width: 1px;
  background-color: #ccc;
  z-index: 1;
}

.cta-flex .left {
  width: 48%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.cta-flex .left .sub-ttl {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-align: center;
	letter-spacing:0.08em;
	line-height:1.8;
}

.cta-flex .right {
  width: 48%;
  position: relative;
  z-index: 2;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	justify-content:center;
}

.cta-flex .right span:first-child{
  align-items: center;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2.56px;
  text-decoration: none;
	width:100%;
	max-width:280px;
	line-height:1;
	display:block;
}

.cta-flex .right .sub-text-one {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  letter-spacing: 1.04px;
  display: block;
  margin-top: 6px;
		width:100%;
		max-width:280px;
}

.cta-flex .right .sub-text-second {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  letter-spacing: 1.04px;
  display: block;
		width:100%;
		max-width:280px;
}

.cta-flex svg {
  width: 22.874px;
  height: 22.874px;
}

@media (max-width:780px){
	.cta-sec .btn-group{
		max-width:330px;
		margin:auto;
		margin-top:24px;
	}
	.cta-sec h2{
		font-size:28px;
	}
	.cta-sec p{
		font-size:15px;
	}
	
	.cta-box{
		max-width:400px;
		width:90%;
		padding:24px 10px;
	}
	
	.cta-flex{
		flex-wrap:wrap;
	}
	.cta-flex .left,
	.cta-flex .right{
		width:100%;
		max-width:350px;
		margin:auto;
	}
	.cta-flex .left{
		padding-bottom:16px;
		border-bottom:1px solid #333;
		margin-bottom:16px;
	}
	
	.cta-flex::before{
		display:none;
	}
	
	.cta-flex .right span:first-child{
		display:block;
		font-size:28px;
	}
}

@media (max-width:600px){
	.cta-sec{
		padding:40px 0px;
	}
	.cta-flex .right span:first-child svg{
		position:relative;
		top:1.5px;
	}
}

/*access-sec*/
.access-sec {
  padding-top: 80px;
  padding-bottom: 78px;
}

.access-sec .container {
  max-width: 942px;
  width: 90%;
  margin: auto;
}

.access-flex {
  display: flex;
  justify-content: space-between;
  gap: 0px 32px;
}

.access-flex .left {
  max-width: 480px;
  width: 53%;
}

.access-flex .right {
  max-width: 430px;
  width: 47%;
}

.access-flex img {
  width: 100%;
}

.access-flex .carrender-img {
  margin-top: 33px;
}

.access-flex h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  padding-left: 18px;
  display: inline-block;
  margin-bottom: 24px;
}

.access-flex h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 46px;
  background: linear-gradient(to bottom, #279FBE 0 50%, #3380C1 50% 100%);
}

.access-text .medical-text {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.access-text .wate-dental {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.access-text p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.28px;
}

.access-text p:first-child {
  margin-top: 24px;
}

.access-text .postal-code {
  margin-top: 24px;
}

.access-flex ul {
  margin: 0px;
  padding: 0px;

}

.access-flex ul li {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.28px;
	list-style:none;
}
.access-flex ul li:before{
	content:"・";
}

.btn-group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
  gap: 24px 0px;
}

.access-sec .btn {
  padding-top: 21px;
  padding-bottom: 21px;
  border-radius: 5px;
  background: #008F24;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 330px;
  width: 100%;
  height: 60px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.44px;
  position: relative;
  text-decoration: none;

}

.access-sec .Google-btn {
  border-radius: 5px;
  background: #616161;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.access-sec .clinic-btn{
	border-radius:5px;
	background:#0052A4;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.access-sec svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19.87px;
}

@media (max-width:780px){
	.access-flex{
		flex-wrap:wrap;
		justify-content:center;
		gap:32px 0px;
	}
	.access-flex .left,
	.access-flex .right{
		width:100%;
		max-width:100%;
	}
	.btn-group{
		justify-content:center;
		gap:24px 0px;
		flex-wrap:wrap;
		flex-direction:column;
	}
	.access-sec .btn{
		width:100%;
		max-width:280px;
	}
}

@media (max-width:600px){
	.access-sec{
		padding-bottom:40px;
	}
	
	.access-flex h2{
		font-size:24px;
	}
	.access-text p,
	.access-flex ul li{
		font-size:15px;
		padding-left:1em;
		text-indent:-1em;
	}
	
}

/*footer*/
footer {
  width: 100%;
  background: #0052A4;
  padding-top: 19px;
  padding-bottom: 19px;
}
 .copyrights {
display:block;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.96px;
}

@media (max-width:600px){
	footer{
		padding-bottom:79px;
	}
	
	.copyrights{
		font-size:12px;
	}
}


/*駐車場*/
.footer-right a.parking-link{
display:inline-block;
margin-top:10px;
	background:#ff8d0d;
	color:#fff;
	padding:3.5px 15px;
	text-align:center;
	font-weight:bold;
	border-radius:5px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.16);
	margin-bottom:8px;
}

/* bodyのスクロールを無効化するクラス */
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: white;
  max-height: 80vh;
  overflow-y: auto;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 10px;
  width: 70%;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
	top:0;
}

.modal-content h2{
	border-bottom:2px solid #52B567;
	padding-bottom:5px;
	color:#52B567;
	margin-top:30px;
	margin-bottom:20px;
}

.modal-content p{
	margin-bottom:1em;
}

.modal-content .red{
	font-size:14px;
	display:block;
	margin-top:1em;
	color:#cf0000;
}

.modal-content h3{
	border-bottom:1px solid #52B567;
	color:#52B567;
	padding-left:10px;
	border-left:5px solid #52B567;
	margin-top:2em;
	margin-bottom:20px;
}
.modal-content img{
	width:100%;
	object-fit:contain;
	margin-bottom:20px;
}
.modal-content ul li{
	font-size:15px;
}

@media (max-width:999px){
	.modal-content{
		width:90%;
		max-height:65vh;
	}
	.modal-content h2{
		font-size:20px;
		margin-top:20px;
	}
	.modal-content p{
		font-size:15px;
	}
}

/*hover*/
@media (min-width:780px){
	a,img{
		transition:0.4s;
	}
	a,
	.faq-accordion summary{
		cursor:pointer;
	}
	
	.custom-arrow:hover{
		opacity:0.7;
		transition:0.4s;
	}
	.case-btn:hover{
		box-shadow:inherit;
		background:#159292;
}
	.faq-accordion summary:hover{
		opacity:0.8;
	}
	.cta-sec .btn:hover,
	.cta-box:hover{
		box-shadow:inherit;
		opacity:0.75;
	}
	.access-sec .btn:hover{
		opacity:0.75;
		box-shadow:inherit;
	}
	.single-jaw-cta a:hover{
		background:#0052a4;
		transition:0.4s;
		color:#fff;
	}
}

/*SP-sticky*/
.sp-sticky{
	display:none;
}

@media (max-width:768px){
	.sp-sticky{
		display:flex;
		bottom:0;
		z-index:99999;
		position:fixed;
		width:100%;
		justify-content:space-between;
	}
	.sp-sticky a{
		background:#000;
		color:#fff;
		width:100%;
		text-align:center;
		padding:5px;
		padding-top:7.5px;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
	}
	.sp-sticky a img{
		height:20px;
		width:20px;
		object-fit:contain;
		display:block;
		margin:auto;
		margin-bottom:5px;
	}
	.sp-sticky a:first-child{
		background:#E68F61;
	}
	.sp-sticky a:nth-child(2){
		background:#53b567;
	}
	.sp-sticky a:last-child{
		background:#0052A4;
	}
}