@charset "UTF-8";
.denture_lp {
  font-size: 16px;
}
.denture_lp .lp_fv {
  position: relative;
  height: 100vh;
  margin-top: 60px;
}
.denture_lp .lp_fv .lp_mv {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.denture_lp .lp_fv .lp_mv div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.denture_lp .lp_fv .lp_mv .slide01 {
  background: url(../images/denture/slider01.jpg) no-repeat top 50% right 30%;
  background-size: cover;
}
.denture_lp .lp_fv .slide_text {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.denture_lp .lp_fv .slide_text p {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
}
.denture_lp .lp_fv .slide_text .line_yellow {
  border-bottom: 4px solid #fcf47e;
}
.denture_lp .lp_fv .slide_text .fz_big {
  font-size: 30px;
}
.denture_lp .lp_fv .slide_text .slide_text_icon {
  margin-top: 55px;
  display: none;
}
.denture_lp .lp_fv .slide_text .slide_text_icon img {
  width: 180px;
}
.denture_lp .lp_nav {
  background: #e99e32;
}
.denture_lp .lp_nav .nav_menu {
  width: 94%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(6, auto);
  align-items: center;
  height: 80px;
  font-size: 18px;
}
.denture_lp .lp_nav .nav_menu .nav_menu_item a {
  color: #fff;
  display: block;
  transition: all 0.2s;
}
.denture_lp .lp_nav .nav_menu .nav_menu_item a:hover {
  color: #545454;
}
.denture_lp .innerContents {
  width: 94%;
  box-sizing: border-box;
  margin-inline: auto;
}
.denture_lp .innerContents p {
  line-height: 1.875;
}
.denture_lp .lp_heading {
  font-weight: bold;
  font-size: 23px;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
}
.denture_lp .list_normal li {
  padding-left: 1em;
  line-height: 2;
  position: relative;
}
.denture_lp .list_normal li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.denture_lp .lp_recommend {
  padding-block: 80px 80px;
}
.denture_lp .lp_recommend .lp_heading {
  color: #3db7d7;
  padding-bottom: 20px;
  margin-bottom: 40px;
  line-height: 1.6;
  text-align: left;
  position: relative;
}
.denture_lp .lp_recommend .lp_heading::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 10px;
  background: radial-gradient(#afddeb 30%, transparent 31%);
  background-size: 25px 25px;
  background-position: center;
}
.denture_lp .lp_future {
  background: #e9f5f3;
  padding-block: 95px 140px;
}
.denture_lp .lp_future .lp_heading {
  color: #65d4c5;
}
.denture_lp .future_contents {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 320px;
  justify-content: center;
  row-gap: 60px;
}
.denture_lp .future_contents .future_item {
  display: grid;
}
.denture_lp .future_contents .future_item .future_image .future_en {
  margin-inline: auto;
  margin-bottom: -42px;
  position: relative;
  z-index: 1;
  width: 110px;
  height: 72px;
  background: #fff;
  color: #81d2c7;
  font-size: 15px;
  font-family: "Pacifico", cursive;
  line-height: 0.8;
  text-align: center;
  padding-top: 10px;
}
.denture_lp .future_contents .future_item .future_image .future_en .number {
  font-size: 50px;
  display: block;
}
.denture_lp .future_contents .future_item .future_image .future_img {
  width: 320px;
  height: 240px;
  margin-bottom: 34px;
}
.denture_lp .future_contents .future_item .future_image .future_img img {
  width: 100%;
}
.denture_lp .future_contents .future_item .future_heading {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6;
}
.denture_lp .lp_pickup {
  background: #fbfbf5;
  padding-block: 110px 66px;
}
.denture_lp .lp_pickup .lp_heading {
  color: #ecaa54;
  margin-bottom: 70px;
}
.denture_lp .pickup_menu {
  border-radius: 40px 40px 0 0;
  border: 4px solid;
  background: #fff;
  overflow: hidden;
  margin-bottom: 50px;
}
.denture_lp .pickup_menu.pickup_menu01 {
  border-color: #ed975d;
}
.denture_lp .pickup_menu.pickup_menu01 .magnet .pickup_heading03 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.denture_lp .pickup_menu.pickup_menu01 .magnet .pickup_heading03 span {
  background: #ed975d;
  color: #fff;
  font-size: 20px;
  padding: 5px 35px;
  margin-bottom: 15px;
  display: inline-block;
}
.denture_lp .pickup_menu.pickup_menu01 .pickup_heading01 {
  background: #ed975d;
}
.denture_lp .pickup_menu.pickup_menu01 .pickup_dl {
  background: #ed975d;
}
.denture_lp .pickup_menu.pickup_menu02 {
  border-color: #edae5d;
}
.denture_lp .pickup_menu.pickup_menu02 .pickup_heading01 {
  background: #edae5d;
}
.denture_lp .pickup_menu.pickup_menu02 .pickup_dl {
  background: #edae5d;
}
.denture_lp .pickup_menu.pickup_menu03 {
  border-color: #edcd5d;
}
.denture_lp .pickup_menu.pickup_menu03 .pickup_heading01 {
  background: #edcd5d;
}
.denture_lp .pickup_menu.pickup_menu03 .pickup_dl {
  background: #edcd5d;
}
.denture_lp .pickup_menu .pickup_heading01 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
}
.denture_lp .pickup_menu .pickup_inner {
  padding: 30px;
}
.denture_lp .pickup_menu .pickup_heading02 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: center;
}
.denture_lp .pickup_menu .pickup_img {
  width: 280px;
  height: 210px;
  margin-inline: auto;
}
.denture_lp .pickup_menu .pickup_img img {
  width: 100%;
}
.denture_lp .pickup_menu .pickup_dl {
  color: #fff;
  padding: 20px;
}
.denture_lp .pickup_menu .pickup_dl dt {
  text-align: center;
  padding-bottom: 20px;
}
.denture_lp .pickup_menu .pickup_dl dd {
  position: relative;
  padding-top: 20px;
}
.denture_lp .pickup_menu .pickup_dl dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}
.denture_lp .lp_comparison {
  background: #ebf9e4;
  padding-block: 100px 100px;
}
.denture_lp .lp_comparison .lp_heading {
  color: #87bb4c;
  margin-bottom: 80px;
}
.denture_lp .comparison_waku {
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 92%;
  overflow-x: scroll;
}
.denture_lp .comparison_table {
  width: 880px;
}
.denture_lp .comparison_table th, .denture_lp .comparison_table td {
  width: 20%;
  padding: 20px 7px;
}
.denture_lp .comparison_table th:not(:last-child), .denture_lp .comparison_table td:not(:last-child) {
  border-right: 2px solid #87bb4c;
}
.denture_lp .comparison_table thead tr {
  font-size: 20px;
  text-align: center;
}
.denture_lp .comparison_table tbody tr {
  border-top: 2px solid #87bb4c;
}
.denture_lp .comparison_table tbody tr th, .denture_lp .comparison_table tbody tr td {
  text-align: center;
}
.denture_lp .comparison_table tbody tr th {
  font-size: 20px;
}
.denture_lp .comparison_table tbody tr td {
  font-size: 28px;
  vertical-align: top;
}
.denture_lp .comparison_table .list_normal {
  font-size: 15px;
  -moz-text-align-last: left;
       text-align-last: left;
}
.denture_lp .lp_flow {
  background: url(../images/denture/flow_bg.jpg) no-repeat center center;
  background-size: cover;
  padding-block: 110px 75px;
}
.denture_lp .lp_flow .lp_heading {
  color: #ff4064;
}
.denture_lp .flow_waku {
  border-radius: 40px;
  border: solid 10px #fff;
  background: #f9e8e8;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
  margin-bottom: 80px;
}
.denture_lp .flow_waku::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 48px;
  width: 60px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
}
.denture_lp .flow_list {
  display: grid;
  grid-template-columns: 260px;
  justify-content: center;
  row-gap: 80px;
}
.denture_lp .flow_list .flow_contents {
  width: 260px;
  aspect-ratio: 1;
  border-radius: 50vh;
  background: #fff;
  display: grid;
  justify-items: center;
  position: relative;
}
.denture_lp .flow_list .flow_contents:not(:last-child)::after {
  content: "";
  position: absolute;
  background: #ff4064;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 20px;
  width: 25px;
  bottom: -21.5%;
}
.denture_lp .flow_list .flow_contents .flow_number {
  color: #ff4064;
  font-family: "Pacifico", cursive;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 15px;
}
.denture_lp .flow_list .flow_contents .flow_number span {
  font-size: 60px;
}
.denture_lp .flow_list .flow_contents .flow_heading {
  font-size: 24px;
}
.denture_lp .flow_contents_maintenance {
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 50vh;
  width: 94%;
  height: 100px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
  align-items: center;
}
.denture_lp .flow_contents_maintenance .flow_icon img {
  width: 80px;
}
.denture_lp .flow_contents_maintenance .flow_heading {
  font-size: 24px;
}
.denture_lp .lp_faq {
  padding-block: 100px;
}
.denture_lp .lp_faq .lp_heading {
  margin-bottom: 80px;
  color: #182145;
}
.denture_lp .faqItem01 {
  background-color: #fff;
  border: 2px solid #85c6d7;
  position: relative;
}
.denture_lp .faqItem01[open] .faqItem__question::after {
  transform: translateY(-50%) rotate(45deg);
}
.denture_lp .faqItem01 .faqItem__question::before,
.denture_lp .faqItem01 .faqItem__answer::before {
  position: absolute;
  left: 0.5em;
  top: 0.8em;
  font-size: 20px;
  font-weight: bold;
}
.denture_lp .faqItem01 .faqItem__question {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 1em 1.5em 1em 2.5em;
}
.denture_lp .faqItem01 .faqItem__question::-webkit-details-marker {
  display: none;
}
.denture_lp .faqItem01 .faqItem__question::before {
  color: #85c6d7;
  content: "Q";
}
.denture_lp .faqItem01 .faqItem__question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.denture_lp .faqItem01 .faqItem__answer {
  position: relative;
  overflow: hidden;
}
.denture_lp .faqItem01 .faqItem__answer::before {
  color: #e63b3b;
  content: "A";
}
.denture_lp .faqItem01 .textInner {
  padding: 1em 1.5em 1em 2.5em;
  align-items: flex-start;
  background-color: rgba(133, 198, 215, 0.04);
}
.denture_lp .faqItem01 .textInner p:last-child {
  margin-bottom: 0;
}
.denture_lp .lp_message {
  background: url(../images/denture/message_bg.jpg) no-repeat center center;
  background-size: cover;
  padding-block: 185px 160px;
}
.denture_lp .lp_message .lp_heading {
  color: #85c6d7;
  margin-bottom: 100px;
  position: relative;
}
.denture_lp .lp_message .lp_heading::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 10px;
  background: radial-gradient(#c8e3eb 30%, transparent 31%);
  background-size: 25px 25px;
  background-position: center;
}
.denture_lp .message_waku {
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 50px 20px;
  margin-inline: auto;
}