@charset "UTF-8";

/*-------------------
  予防歯科LP
--------------------*/
/* #prevention-lp {
  padding-top: 75px;
} */
/* #prevention-lp .header, #prevention-lp .header-fixed, #prevention-lp .sp_header-fixed {
  display: none !important;
} */
#prevention-lp .header {
  display: none !important;
}

#prevention-lp .header-lp {
  background-color: #FFFFE4;
  /* position: fixed; */
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#prevention-lp .header-lp h1 {
  position: relative;
  z-index: 999;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.4;
  color: #514428;
  font-size: 16px;
  font-size: clamp(1rem, 0.4vw + 0.88rem, 1.1875rem);
  padding: 15px 0;
  padding-left: min(233px, 17%);
}

#prevention-lp .header-lp h1 a {
  color: #514428;
}

#prevention-lp .header-lp h1 a:hover {
  opacity: 1;
}

#prevention-lp .header-lp h1 small {
  display: block;
  font-size: 72%;
}

#prevention-lp .header-lp h1 img {
  width: 15.6%;
  max-width: 213px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#prevention-lp .header-lp .header__right {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 999;
}

#prevention-lp #prevention-cont {
  color: #514428;
}

#prevention-lp #prevention-cont img {
  width: 100%;
}

#prevention-lp #prevention-cont .inner {
  max-width: 1190px;
  margin: auto;
}

#prevention-lp #prevention-cont h2.ttl {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 28px;
  font-size: clamp(1.75rem, 2.2vw + 1.09rem, 2.75rem);
  line-height: 1.4;
  color: #514428;
  text-align: center;
}

#prevention-lp #prevention-cont h2.ttl small {
  display: block;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.8vw + 0.635rem, 1.25rem);
}

#prevention-lp #prevention-cont h2.ttl i {
  font-style: normal;
  font-size: 18px;
  font-size: clamp(1.125rem, 1.4vw + 0.705rem, 1.75rem);
  display: block;
  line-height: 1.4;
}

#prevention-lp #prevention-cont .btn {
  max-width: 525px;
}

#prevention-lp #prevention-cont .btn a {
  display: flex;
  border-radius: 65px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 22px;
  font-size: clamp(1.375rem, 1.9vw + 0.805rem, 2.25rem);
  width: 100%;
  background-color: #fff;
  color: #514428;
  font-weight: 700;
  line-height: 1.2;
  box-sizing: border-box;
  white-space: nowrap;
  max-width: auto;
  justify-content: center;
  align-items: center;
}

#prevention-lp #prevention-cont .btn a span {
  display: inline-block;
  position: relative;
}

#prevention-lp #prevention-cont .btn.btn-tel a {
  font-size: 26px;
  font-size: clamp(1.625rem, 2.8vw + 0.785rem, 2.875rem);
  padding: 20px 0;
}

#prevention-lp #prevention-cont .btn.btn-tel a small {
  display: block;
  line-height: 1.2;
  font-size: 60%;
}

#prevention-lp #prevention-cont .btn.btn-tel a span {
  padding-left: 17%;
  height: 2em;
  box-sizing: border-box;
}

#prevention-lp #prevention-cont .btn.btn-tel a span:before {
  content: "";
  background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/icon1.png) no-repeat 50% 50%;
  background-size: 100%;
  width: 18%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#prevention-lp #prevention-cont .btn.btn-web a {
  color: #fff;
  background-color: #ED8D2D;
}

#prevention-lp #prevention-cont .btn.btn-web a span {
  padding-left: 17%;
  height: 1em;
  box-sizing: border-box;
}

#prevention-lp #prevention-cont .btn.btn-web a span:before {
  content: "";
  background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/icon2.png) no-repeat 50% 50%;
  background-size: 100%;
  width: 18%;
  height: 175%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#prevention-lp #prevention-cont .anime {
  opacity: 0;
}

#prevention-lp #prevention-cont .anime.active {
  opacity: 1;
}

#prevention-lp #prevention-cont .anime.up {
  transform: translateY(30px);
}

#prevention-lp #prevention-cont .anime.up.active {
  transform: translateY(0);
  transition: 0.5s all ease-out;
}

#prevention-lp #prevention-cont .cp {
  padding: 75px 0;
  background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/cp_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
}

#prevention-lp #prevention-cont .cp h3 {
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 28px;
  font-size: clamp(1.75rem, 2.2vw + 1.09rem, 2.75rem);
  line-height: 1.2;
}

#prevention-lp #prevention-cont .cp h3+p {
  color: #fff;
  line-height: 1.4;
  margin: 35px 0 50px;
}

#prevention-lp #prevention-cont .cp ul {
  display: flex;
  justify-content: center;
}

#prevention-lp #prevention-cont .cp ul li {
  width: 48%;
  display: flex;
}

#prevention-lp #prevention-cont .cp ul li:first-child {
  margin-right: 4%;
}

#prevention-lp #prevention-cont #prevention-mv {
  background-color: #FFFFE4;
  position: relative;
}

#prevention-lp #prevention-cont #prevention-mv article {
  position: absolute;
  top: 50%;
  left: 65;
  transform: translateY(-50%);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.8;
  font-size: 18px;
  font-size: clamp(1.125rem, 0.6vw + 0.945rem, 1.375rem);
  color: #514428;
  font-weight: 700;
  text-shadow: 0 0 15px white;
  z-index: 2;
}

#prevention-lp #prevention-cont #prevention-mv article p {
  margin-bottom: 40px;
  font-size: 24px;
  font-size: clamp(1.5rem, 3.3vw + 0.51rem, 3rem);
  line-height: 1.4;
}

#prevention-lp #prevention-cont #prevention-mv article p strong {
  font-size: 120%;
  color: #ED8D2D;
}

#prevention-lp #prevention-cont #prevention-mv article p strong:nth-of-type(2) {
  color: #90C447;
}

#prevention-lp #prevention-cont #prevention-mv ul {
  position: absolute;
  bottom: 30px;
  right: 10px;
  width: 11%;
}

#prevention-lp #prevention-cont #prevention-mv ul li {
  margin-top: 15px;
}

#prevention-lp #prevention-cont #prevention-mv figure {
  width: calc(100% - 130px);
  margin-left: 130px;
  border-bottom-left-radius: 85px;
  overflow: hidden;
}

#prevention-lp #prevention-cont #prevention-mv figure img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  -o-object-fit: cover;
  object-fit: cover;
}

#prevention-lp #prevention-cont #prevention-mv.mv-anime figure {
  opacity: 0;
}

#prevention-lp #prevention-cont #prevention-mv.mv-anime article {
  opacity: 0;
  transform: translateX(20px) translateY(-50%);
}

#prevention-lp #prevention-cont #prevention-mv.mv-anime ul li {
  opacity: 0;
  transform: scale(1.5) rotate(15deg);
}

#prevention-lp #prevention-cont #prevention-mv.mv-anime.active figure {
  opacity: 1;
  transition: 1s all;
}

#prevention-lp #prevention-cont #prevention-mv.mv-anime.active article {
  transform: translateX(0) translateY(-50%);
  opacity: 1;
  transition: 1s all ease-out;
  transition-delay: 0.5s;
}

#prevention-lp #prevention-cont #prevention-mv.mv-anime.active ul li {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition: 0.4s all ease-out;
  transition-delay: 1.3s;
}

#prevention-lp #prevention-cont #prevention-mv.mv-anime.active ul li:nth-child(2) {
  transition-delay: 1.7s;
}

#prevention-lp #prevention-cont #prevention-worries {
  position: relative;
  margin-bottom: 90px;
}

#prevention-lp #prevention-cont #prevention-worries .ttl-area {
  text-align: center;
  padding-top: 105px;
  background-color: #FFFFE4;
}

#prevention-lp #prevention-cont #prevention-worries .ttl-area h2 {
  display: inline-block;
  position: relative;
  padding: 0 140px 65px;
}

#prevention-lp #prevention-cont #prevention-worries .ttl-area h2:before,
#prevention-lp #prevention-cont #prevention-worries .ttl-area h2:after {
  content: "";
  position: absolute;
  bottom: 0;
}

#prevention-lp #prevention-cont #prevention-worries .ttl-area h2:before {
  background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/worries_obj1.png) no-repeat;
  background-size: 121px;
  width: 121px;
  height: 204px;
  left: 0;
}

#prevention-lp #prevention-cont #prevention-worries .ttl-area h2:after {
  background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/worries_obj2.png) no-repeat;
  background-size: 121px;
  width: 121px;
  height: 204px;
  right: 0;
}

#prevention-lp #prevention-cont #prevention-worries .ttl-area h2 span {
  position: relative;
  display: inline-block;
}

#prevention-lp #prevention-cont #prevention-worries .ttl-area h2 span:before {
  content: "・";
  position: absolute;
  top: -0.8em;
  color: #ED8D2D;
}

#prevention-lp #prevention-cont #prevention-worries .ttl-area.anime h2:before {
  opacity: 0;
  transform: translateX(20px);
}

#prevention-lp #prevention-cont #prevention-worries .ttl-area.anime h2:after {
  opacity: 0;
  transform: translateX(-20px);
}

#prevention-lp #prevention-cont #prevention-worries .ttl-area.anime.active h2:before,
#prevention-lp #prevention-cont #prevention-worries .ttl-area.anime.active h2:after {
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s all ease-out;
  transition-delay: 0.5s;
}

#prevention-lp #prevention-cont #prevention-worries .box-list {
  padding: 60px 0 110px;
  background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/box_bg1.jpg) no-repeat 50% 0;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 87%, 50% 100%, 0% 87%);
  position: relative;
  z-index: 1;
}

#prevention-lp #prevention-cont #prevention-worries .box-list:after {
  content: "";
  background-color: rgba(34, 81, 87, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#prevention-lp #prevention-cont #prevention-worries .box-list ul {
  max-width: 900px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(5vw, 60px);
}

#prevention-lp #prevention-cont #prevention-worries .box-list ul li {
  background-color: #fff;
  text-align: center;
  border-radius: 40px;
  overflow: hidden;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.4;
  color: #514428;
  font-size: min(2cqw, 20px);
  font-weight: 700;
}

#prevention-lp #prevention-cont #prevention-worries .box-list ul li article {
  padding: 20px 0;
}

#prevention-lp #prevention-cont #prevention-regularly .lead {
  display: block;
  text-align: center;
  font-size: 21px;
  font-size: clamp(1.3125rem, 2.9vw + 0.4425rem, 2.625rem);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 60px;
  position: relative;
}

#prevention-lp #prevention-cont #prevention-regularly .lead p {
  display: inline-block;
  position: relative;
}

#prevention-lp #prevention-cont #prevention-regularly .lead p:before {
  content: "";
  background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/dot.png) no-repeat;
  background-size: 96px;
  width: 96px;
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -116px;
}

#prevention-lp #prevention-cont #prevention-regularly .lead p:after {
  content: "";
  background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/dot.png) no-repeat;
  background-size: 96px;
  width: 96px;
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -116px;
}

#prevention-lp #prevention-cont #prevention-regularly .lead span {
  color: #90C447;
}

#prevention-lp #prevention-cont #prevention-regularly .lead small {
  display: block;
  font-size: 66%;
  margin-top: 10px;
}

#prevention-lp #prevention-cont #prevention-regularly .block {
  margin-bottom: 80px;
  position: relative;
}

#prevention-lp #prevention-cont #prevention-regularly .block figure {
  position: absolute;
  top: 0;
  left: calc((100% - 100vw) / 2);
  background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/pic1.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  width: calc(46% + (100vw - 100%) / 2);
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
}

#prevention-lp #prevention-cont #prevention-regularly .block article {
  margin-left: 46%;
  box-sizing: border-box;
  width: 54%;
  padding-left: 55px;
}

#prevention-lp #prevention-cont #prevention-features {
  background-color: #FFF7EC;
  padding: 75px 0 95px;
}

#prevention-lp #prevention-cont #prevention-features .inner {
  position: relative;
}

#prevention-lp #prevention-cont #prevention-features .inner:before,
#prevention-lp #prevention-cont #prevention-features .inner:after {
  content: "";
  background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/features_obj.png) no-repeat;
  background-size: 278px;
  width: 278px;
  height: 186px;
  position: absolute;
  top: -20px;
  left: 0;
}

#prevention-lp #prevention-cont #prevention-features .inner:after {
  left: auto;
  right: 0;
  transform: rotateY(180deg);
}

#prevention-lp #prevention-cont #prevention-features .inner.anime:before {
  opacity: 0;
  transform: scale(0.8);
  transition: 0.3s all ease-out;
  transition-delay: 0.5s;
  transform-origin: bottom left;
}

#prevention-lp #prevention-cont #prevention-features .inner.anime:after {
  opacity: 0;
  transform: rotateY(180deg) scale(0.8);
  transition: 0.3s all ease-out;
  transition-delay: 0.5s;
  transform-origin: bottom;
}

#prevention-lp #prevention-cont #prevention-features .inner.anime.active:before {
  opacity: 1;
  transform: scale(1);
}

#prevention-lp #prevention-cont #prevention-features .inner.anime.active:after {
  opacity: 1;
  transform: rotateY(180deg) scale(1);
}

#prevention-lp #prevention-cont #prevention-features .ttl {
  margin-bottom: 125px;
}

#prevention-lp #prevention-cont #prevention-features .ttl small {
  color: #ED8D2D;
}

#prevention-lp #prevention-cont #prevention-features ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(7.5vw, 100px) min(5vw, 75px);
}

#prevention-lp #prevention-cont #prevention-features ul li:nth-child(1) h3:after,
#prevention-lp #prevention-cont #prevention-features ul li:nth-child(4) h3:after {
  border-top: 3px dotted #ED8D2D;
}

#prevention-lp #prevention-cont #prevention-features ul li h3 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  position: relative;
  font-size: min(2cqw, 26px);
  white-space: nowrap;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-left: 29%;
  padding-bottom: min(2vw, 25px);
}

#prevention-lp #prevention-cont #prevention-features ul li h3:after {
  content: "";
  width: calc(100% - 70px);
  height: 3px;
  border-top: 3px dotted #41BAB6;
  bottom: 0;
  left: 70px;
  position: absolute;
}

#prevention-lp #prevention-cont #prevention-features ul li h3 span {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 24.8%;
  z-index: 2;
}

#prevention-lp #prevention-cont #prevention-features ul li figure {
  overflow: hidden;
  border-radius: 40px;
  margin-bottom: 20px;
}

#prevention-lp #prevention-cont #prevention-flow {
  padding: 75px 0;
  background-color: #F2FAED;
}

#prevention-lp #prevention-cont #prevention-flow .ttl {
  margin-bottom: 50px;
}

#prevention-lp #prevention-cont #prevention-flow .ttl small {
  color: #90C447;
}

#prevention-lp #prevention-cont #prevention-flow ul li {
  position: relative;
  display: flex;
  margin-left: 12%;
  background-color: #fff;
  border-radius: 40px;
  margin-bottom: 60px;
}

#prevention-lp #prevention-cont #prevention-flow ul li:last-child {
  margin-bottom: 0px;
}

#prevention-lp #prevention-cont #prevention-flow ul li:last-child:after {
  display: none;
}

#prevention-lp #prevention-cont #prevention-flow ul li:after {
  content: "";
  width: 3px;
  height: calc(100% + 60px);
  position: absolute;
  top: 0;
  left: -6.7%;
  border-left: 3px dotted #90C447;
}

#prevention-lp #prevention-cont #prevention-flow ul li span {
  position: absolute;
  top: 0;
  left: -12%;
  width: 10.7%;
  z-index: 2;
}

#prevention-lp #prevention-cont #prevention-flow ul li figure {
  overflow: hidden;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 34%;
}

#prevention-lp #prevention-cont #prevention-flow ul li article {
  width: 66%;
  box-sizing: border-box;
  padding: 50px;
}

#prevention-lp #prevention-cont #prevention-flow ul li article h3 {
  line-height: 1.2;
  font-size: 20px;
  font-size: clamp(1.25rem, 1.1vw + 0.92rem, 1.75rem);
  color: #90C447;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  border-bottom: 3px dotted #90C447;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

#prevention-lp #prevention-cont #prevention-greeting {
  background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/greeting_bg.jpg) no-repeat 50% 0;
  background-size: cover;
  padding: 75px 0;
}

#prevention-lp #prevention-cont #prevention-greeting .ttl {
  color: #fff;
  margin-bottom: 60px;
}

#prevention-lp #prevention-cont #prevention-greeting .flex {
  display: flex;
  align-items: flex-start;
}

#prevention-lp #prevention-cont #prevention-greeting .flex article {
  color: #fff;
  width: 50%;
}

#prevention-lp #prevention-cont #prevention-greeting .flex article .lead {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 20px;
  font-size: clamp(1.25rem, 1.1vw + 0.92rem, 1.75rem);
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 700;
}

#prevention-lp #prevention-cont #prevention-greeting .flex article .box {
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

#prevention-lp #prevention-cont #prevention-greeting .flex article .box h3 {
  color: #fff;
  background-color: #514428;
  text-align: center;
  line-height: 1;
  padding: 15px 0px;
  font-size: 20px;
  font-size: clamp(1.25rem, 1.1vw + 0.92rem, 1.75rem);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  box-sizing: border-box;
  width: 100%;
}

#prevention-lp #prevention-cont #prevention-greeting .flex article .box ul {
  width: 50%;
  box-sizing: border-box;
  padding: 20px 20px;
  color: #514428;
}

#prevention-lp #prevention-cont #prevention-greeting .flex article .box ul li {
  padding-left: 1.5em;
  position: relative;
  line-height: 1.4;
  margin-bottom: 10px;
}

#prevention-lp #prevention-cont #prevention-greeting .flex article .box ul li:last-child {
  margin-bottom: 0px;
}

#prevention-lp #prevention-cont #prevention-greeting .flex article .box ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #ED8D2D;
}

#prevention-lp #prevention-cont #prevention-greeting .flex figure {
  width: 50%;
  box-sizing: border-box;
  padding-left: 110px;
  position: relative;
}

#prevention-lp #prevention-cont #prevention-greeting .flex figure .pic {
  overflow: hidden;
  border-radius: 60px;
  width: 80%;
}

#prevention-lp #prevention-cont #prevention-greeting .flex figure .name {
  background-color: #fff;
  position: absolute;
  bottom: -40px;
  right: 0;
  border-radius: 30px;
  padding: 15px 20px;
  color: #514428;
  line-height: 1.2;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: clamp(1.125rem, 1.1vw + 0.795rem, 1.625rem);
}

#prevention-lp #prevention-cont #prevention-greeting .flex figure .name i {
  display: block;
  font-size: 60%;
  font-style: normal;
  margin-bottom: 5px;
}

#prevention-lp #prevention-cont #prevention-greeting .flex figure .name small {
  font-size: 60%;
  display: inline-block;
  margin-right: 1em;
}

#prevention-lp #prevention-cont #prevention-faq {
  padding: 130px 0 80px;
  background-color: #FEFEE5;
}

#prevention-lp #prevention-cont #prevention-faq .ttl {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

#prevention-lp #prevention-cont #prevention-faq .ttl span {
  position: relative;
  display: inline-block;
}

#prevention-lp #prevention-cont #prevention-faq .ttl span:after {
  content: "";
  background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/faq_obj.png) no-repeat;
  background-size: 190px;
  width: 190px;
  height: 225px;
  position: absolute;
  right: -210px;
  top: 50%;
  transform: translateY(-50%);
}

#prevention-lp #prevention-cont #prevention-faq ul {
  position: relative;
  z-index: 2;
  max-width: 1060px;
  margin: auto;
}

#prevention-lp #prevention-cont #prevention-faq ul li {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px;
  margin-bottom: 20px;
}

#prevention-lp #prevention-cont #prevention-faq ul li:last-child {
  margin-bottom: 0px;
}

#prevention-lp #prevention-cont #prevention-faq ul li dl dt {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  font-size: 18px;
  font-size: clamp(1.125rem, 0.6vw + 0.945rem, 1.375rem);
  position: relative;
  margin-bottom: 25px;
}

#prevention-lp #prevention-cont #prevention-faq ul li dl dt:before {
  content: "";
  background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/q.png) no-repeat;
  background-size: 55px;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#prevention-lp #prevention-cont #prevention-faq ul li dl dt span {
  display: block;
  margin-left: 60px;
  border-bottom: 3px dotted #41BAB6;
  padding-bottom: 5px;
  padding-left: 0.5em;
}

#prevention-lp #prevention-cont #prevention-faq ul li dl dd {
  line-height: 1.8;
  position: relative;
}

#prevention-lp #prevention-cont #prevention-faq ul li dl dd:before {
  content: "";
  background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/a.png) no-repeat;
  background-size: 55px;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
}

#prevention-lp #prevention-cont #prevention-faq ul li dl dd span {
  display: block;
  margin-left: 60px;
  padding-left: 0.5em;
}

@media screen and (max-width: 768px) {
  #prevention-lp {
    padding-top: 65px;
  }

  #prevention-lp footer .copy {
    padding-bottom: 60px;
  }

  #prevention-lp .header-lp h1 {
    padding-left: 130px;
  }

  #prevention-lp .header-lp h1 small {
    font-size: 72%;
  }

  #prevention-lp .header-lp h1 img {
    width: 120px;
    max-width: 120px;
  }

  #prevention-lp .header-lp .header__right {
    /* position: fixed;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    transform: translate(0);
    width: 100%;
    text-align: left !important; */
    display: none;
  }

  /* #prevention-lp .header-lp .header__right .header-contact {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: flex-start;
  }

  #prevention-lp .header-lp .header__right .header-contact a {
    display: block;
    box-sizing: border-box;
  }

  #prevention-lp .header-lp .header__right .header-contact div {
    text-align: center;
  }

  #prevention-lp .header-lp .header__right .header-contact div img {
    width: 28px;
    height: auto;
  }

  #prevention-lp .header-lp .header__right .header-contact div span {
    display: none;
  } */

  #prevention-lp #prevention-cont .inner {
    max-width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding: 0 5%;
  }

  #prevention-lp #prevention-cont h2.ttl small {
    margin-top: 5px;
  }

  #prevention-lp #prevention-cont h2.ttl i {
    line-height: 1.4;
  }

  #prevention-lp #prevention-cont .btn a {
    display: block;
    border-radius: 65px;
  }

  #prevention-lp #prevention-cont .btn.btn-tel a {
    padding: 10px 0;
  }

  #prevention-lp #prevention-cont .btn.btn-web a {
    padding: 25px 0;
  }

  #prevention-lp #prevention-cont .cp {
    padding: 40px 0;
  }

  #prevention-lp #prevention-cont .cp h3+p {
    line-height: 1.6;
    margin: 15px 0 30px;
  }

  #prevention-lp #prevention-cont .cp ul {
    display: block;
  }

  #prevention-lp #prevention-cont .cp ul li {
    width: 100%;
    display: block;
  }

  #prevention-lp #prevention-cont .cp ul li:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  #prevention-lp #prevention-cont #prevention-mv {
    padding-bottom: calc(13em + 160px);
  }

  #prevention-lp #prevention-cont #prevention-mv article {
    position: absolute;
    top: auto;
    bottom: 180px;
    left: 5%;
    transform: translateY(0);
    font-family: "fot-tsukuardgothic-std", sans-serif;
    line-height: 1.8;
    font-size: 18px;
    font-size: clamp(1.125rem, 0.6vw + 0.945rem, 1.375rem);
    color: #514428;
    font-weight: 700;
    text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white;
    z-index: 2;
    box-sizing: border-box;
  }

  #prevention-lp #prevention-cont #prevention-mv article p {
    margin-bottom: 15px;
  }

  #prevention-lp #prevention-cont #prevention-mv ul {
    position: absolute;
    bottom: 40px;
    right: 0px;
    width: 270px;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
  }

  #prevention-lp #prevention-cont #prevention-mv ul li {
    margin-top: 0px;
    width: 130px;
    margin-right: 10px;
  }

  #prevention-lp #prevention-cont #prevention-mv ul li:last-child {
    margin-right: 0px;
  }

  #prevention-lp #prevention-cont #prevention-mv figure {
    width: calc(100% - 60px);
    margin-left: 60px;
  }

  #prevention-lp #prevention-cont #prevention-mv figure img {
    max-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 70% bottom;
    object-position: 70% bottom;
  }

  #prevention-lp #prevention-cont #prevention-mv.mv-anime figure {
    opacity: 0;
  }

  #prevention-lp #prevention-cont #prevention-mv.mv-anime article {
    opacity: 0;
    transform: translateX(20px) translateY(0%);
  }

  #prevention-lp #prevention-cont #prevention-mv.mv-anime ul li {
    opacity: 0;
    transform: scale(1.5) rotate(15deg);
  }

  #prevention-lp #prevention-cont #prevention-mv.mv-anime.active figure {
    opacity: 1;
    transition: 1s all;
  }

  #prevention-lp #prevention-cont #prevention-mv.mv-anime.active article {
    transform: translateX(0) translateY(0%);
    opacity: 1;
    transition: 1s all ease-out;
    transition-delay: 0.5s;
  }

  #prevention-lp #prevention-cont #prevention-mv.mv-anime.active ul li {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    transition: 0.4s all ease-out;
    transition-delay: 1.3s;
  }

  #prevention-lp #prevention-cont #prevention-mv.mv-anime.active ul li:nth-child(2) {
    transition-delay: 1.7s;
  }

  #prevention-lp #prevention-cont #prevention-worries {
    margin-bottom: 45px;
  }

  #prevention-lp #prevention-cont #prevention-worries .ttl-area {
    text-align: center;
    padding-top: 0px;
  }

  #prevention-lp #prevention-cont #prevention-worries .ttl-area h2 {
    display: inline-block;
    position: relative;
    padding: 0 85px 20px;
  }

  #prevention-lp #prevention-cont #prevention-worries .ttl-area h2:before,
  #prevention-lp #prevention-cont #prevention-worries .ttl-area h2:after {
    content: "";
    position: absolute;
    bottom: 0;
  }

  #prevention-lp #prevention-cont #prevention-worries .ttl-area h2:before {
    background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/worries_obj1.png) no-repeat;
    background-size: 60px;
    width: 60px;
    height: 90px;
    left: 0;
  }

  #prevention-lp #prevention-cont #prevention-worries .ttl-area h2:after {
    background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/worries_obj2.png) no-repeat;
    background-size: 60px;
    width: 60px;
    height: 90px;
    right: 0;
  }

  #prevention-lp #prevention-cont #prevention-worries .box-list {
    padding: 30px 5% 45px;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 50% 100%, 0% 96%);
  }

  #prevention-lp #prevention-cont #prevention-worries .box-list ul {
    max-width: 900px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(4vw, 20px);
  }

  #prevention-lp #prevention-cont #prevention-worries .box-list ul li {
    border-radius: 20px;
    font-size: min(3.6cqw, 20px);
  }

  #prevention-lp #prevention-cont #prevention-worries .box-list ul li figure {
    background-color: #67C4C9;
  }

  #prevention-lp #prevention-cont #prevention-worries .box-list ul li article {
    padding: 10px 0;
  }

  #prevention-lp #prevention-cont #prevention-regularly .lead {
    margin-bottom: 30px;
  }

  #prevention-lp #prevention-cont #prevention-regularly .lead p {
    display: inline-block;
    position: relative;
  }

  #prevention-lp #prevention-cont #prevention-regularly .lead p:before {
    background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/dot.png) no-repeat;
    background-size: 48px;
    width: 48px;
    height: 4px;
    left: -56px;
  }

  #prevention-lp #prevention-cont #prevention-regularly .lead p:after {
    background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/dot.png) no-repeat;
    background-size: 48px;
    width: 48px;
    height: 4px;
    right: -56px;
  }

  #prevention-lp #prevention-cont #prevention-regularly .lead span {
    color: #90C447;
  }

  #prevention-lp #prevention-cont #prevention-regularly .lead small {
    display: block;
    font-size: 66%;
    margin-top: 10px;
  }

  #prevention-lp #prevention-cont #prevention-regularly .block {
    margin-bottom: 40px;
    position: relative;
  }

  #prevention-lp #prevention-cont #prevention-regularly .block figure {
    position: absolute;
    top: 0;
    left: calc((100% - 100vw) / 2);
    background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/pic1.jpg) no-repeat;
    background-size: cover;
    height: 200px;
    width: 100%;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
  }

  #prevention-lp #prevention-cont #prevention-regularly .block article {
    margin-left: 0;
    box-sizing: border-box;
    width: 100%;
    padding-left: 0px;
    padding-top: 220px;
  }

  #prevention-lp #prevention-cont #prevention-features {
    padding: 45px 0 0px;
  }

  #prevention-lp #prevention-cont #prevention-features .inner {
    position: relative;
  }

  #prevention-lp #prevention-cont #prevention-features .inner:before,
  #prevention-lp #prevention-cont #prevention-features .inner:after {
    content: "";
    background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/features_obj.png) no-repeat;
    background-size: 80px;
    width: 80px;
    height: 50px;
    position: absolute;
    top: 4em;
    left: 0;
  }

  #prevention-lp #prevention-cont #prevention-features .inner:after {
    left: auto;
    right: 0;
    transform: rotateY(180deg);
  }

  #prevention-lp #prevention-cont #prevention-features .ttl {
    margin-bottom: 40px;
  }

  #prevention-lp #prevention-cont #prevention-features ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: min(7.5vw, 100px) min(5vw, 75px);
    padding-bottom: 40px;
  }

  #prevention-lp #prevention-cont #prevention-features ul li h3 {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    position: relative;
    font-size: min(9cqw, 18px);
    white-space: nowrap;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-bottom: min(4vw, 25px);
  }

  #prevention-lp #prevention-cont #prevention-features ul li h3:after {
    content: "";
    width: calc(100% - 40px);
    height: 3px;
    border-top: 3px dotted #41BAB6;
    bottom: 0;
    left: 40px;
    position: absolute;
  }

  #prevention-lp #prevention-cont #prevention-features ul li h3 span {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    z-index: 2;
  }

  #prevention-lp #prevention-cont #prevention-features ul li figure {
    border-radius: 20px;
    margin-bottom: 10px;
  }

  #prevention-lp #prevention-cont #prevention-flow {
    padding: 40px 0;
    background-color: #F2FAED;
  }

  #prevention-lp #prevention-cont #prevention-flow .ttl {
    margin-bottom: 30px;
  }

  #prevention-lp #prevention-cont #prevention-flow .ttl small {
    color: #90C447;
  }

  #prevention-lp #prevention-cont #prevention-flow ul li {
    position: relative;
    display: block;
    margin-left: 60px;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  #prevention-lp #prevention-cont #prevention-flow ul li:after {
    content: "";
    width: 3px;
    height: calc(100% + 60px);
    position: absolute;
    top: 0;
    left: -35px;
    border-left: 3px dotted #90C447;
  }

  #prevention-lp #prevention-cont #prevention-flow ul li span {
    position: absolute;
    top: 0;
    left: -60px;
    width: 50px;
    z-index: 2;
  }

  #prevention-lp #prevention-cont #prevention-flow ul li figure {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    width: 100%;
  }

  #prevention-lp #prevention-cont #prevention-flow ul li article {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }

  #prevention-lp #prevention-cont #prevention-flow ul li article h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  #prevention-lp #prevention-cont #prevention-greeting {
    padding: 40px 0;
  }

  #prevention-lp #prevention-cont #prevention-greeting .ttl {
    margin-bottom: 30px;
  }

  #prevention-lp #prevention-cont #prevention-greeting .flex {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  #prevention-lp #prevention-cont #prevention-greeting .flex article {
    width: 100%;
  }

  #prevention-lp #prevention-cont #prevention-greeting .flex article .lead {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 20px;
    font-size: clamp(1.25rem, 1.1vw + 0.92rem, 1.75rem);
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 700;
  }

  #prevention-lp #prevention-cont #prevention-greeting .flex article .box {
    border-radius: 20px;
    margin-top: 30px;
  }

  #prevention-lp #prevention-cont #prevention-greeting .flex article .box h3 {
    padding: 10px 0px;
  }

  #prevention-lp #prevention-cont #prevention-greeting .flex article .box ul {
    width: 50%;
    padding: 10px 10px;
  }

  #prevention-lp #prevention-cont #prevention-greeting .flex article .box ul li {
    margin-bottom: 5px;
  }

  #prevention-lp #prevention-cont #prevention-greeting .flex figure {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
    position: relative;
    margin-bottom: 60px;
  }

  #prevention-lp #prevention-cont #prevention-greeting .flex figure .pic {
    overflow: hidden;
    border-radius: 40px;
    width: 90%;
    margin: auto;
  }

  #prevention-lp #prevention-cont #prevention-greeting .flex figure .name {
    border-radius: 30px;
  }

  #prevention-lp #prevention-cont #prevention-faq {
    padding: 40px 0 40px;
    background-color: #FEFEE5;
  }

  #prevention-lp #prevention-cont #prevention-faq .ttl {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }

  #prevention-lp #prevention-cont #prevention-faq .ttl span {
    position: relative;
    display: inline-block;
  }

  #prevention-lp #prevention-cont #prevention-faq .ttl span:after {
    background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/faq_obj.png) no-repeat;
    background-size: 90px;
    width: 90px;
    height: 100px;
    right: -65px;
    top: auto;
    bottom: -110px;
  }

  #prevention-lp #prevention-cont #prevention-faq ul li {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 15px;
  }

  #prevention-lp #prevention-cont #prevention-faq ul li dl dt {
    margin-bottom: 15px;
  }

  #prevention-lp #prevention-cont #prevention-faq ul li dl dt:before {
    content: "";
    background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/q.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    top: 0;
    transform: translateY(0);
  }

  #prevention-lp #prevention-cont #prevention-faq ul li dl dt span {
    display: block;
    margin-left: 45px;
    padding-bottom: 15px;
    padding-left: 0.5em;
  }

  #prevention-lp #prevention-cont #prevention-faq ul li dl dd {
    line-height: 1.8;
    position: relative;
  }

  #prevention-lp #prevention-cont #prevention-faq ul li dl dd:before {
    content: "";
    background: url(/wp-content/themes/Kandabashi/asset/images/prevention_lp/a.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
  }

  #prevention-lp #prevention-cont #prevention-faq ul li dl dd span {
    display: block;
    margin-left: 45px;
    padding-left: 0.5em;
  }
}

/*# sourceMappingURL=prevention_lp.css.map */

/* 20250927 */
@media screen and (max-width: 1077px) {
  #prevention-lp {
    padding-top: 0;
  }

  #prevention-lp .sp_header-bg,
  #prevention-lp .sp_header {
    display: none;
  }

  #prevention-lp .sp_header-bg.is_active,
  #prevention-lp .sp_header-bg.is_active .sp_header {
    display: block;
  }
}