@charset "UTF-8";
/* メインカラー */
/* 背景色 */
/* h2セクションタイトルの三角 */
.footer_fixed_btn.perio-lp a {
  background: var(--blue);
  border: 2px solid var(--blue);
  border-radius: 0;
}

body.perio-lp {
  background: #fff;
  min-width: auto;
  overflow-x: hidden;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
}

.header_perio-lp {
  background: #fff;
  min-width: auto;
  z-index: 999;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .header_perio-lp {
    height: 55px;
    padding: 0 !important;
  }
}
.header_perio-lp h1 {
  font-size: 9px;
}
@media screen and (max-width: 767px) {
  .header_perio-lp h1 {
    position: static;
    font-size: 6px;
    margin-left: 5px !important;
  }
}
.header_perio-lp .logo {
  width: 338px;
  margin-top: 2px;
}
@media screen and (max-width: 1439px) {
  .header_perio-lp .logo {
    width: max(240px, 240px + 98 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .header_perio-lp .logo {
    width: max(171px, 171px + 29 * (100vw - 390px) / 378);
    display: block;
    margin-left: 5px !important;
  }
}
@media screen and (max-width: 389px) {
  .header_perio-lp .logo {
    width: max(140px, 140px + 31 * (100vw - 320px) / 69);
  }
}
.header_perio-lp .logo a img {
  width: 100% !important;
}
.header_perio-lp .header_btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .header_perio-lp .header_btn_wrap {
    right: 45px;
  }
}
.header_perio-lp .header_btn_wrap .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
}
.header_perio-lp .header_btn_wrap .btn a {
  width: 180px;
  height: 80px;
  background: var(--blue);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: grid;
  place-items: center;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .header_perio-lp .header_btn_wrap .btn a {
    width: max(150px, 150px + 30 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .header_perio-lp .header_btn_wrap .btn a {
    width: max(80px, 80px + 40 * (100vw - 390px) / 378);
    height: 55px;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 389px) {
  .header_perio-lp .header_btn_wrap .btn a {
    width: max(65px, 65px + 15 * (100vw - 320px) / 69);
    font-size: max(9px, 9px + 3 * (100vw - 320px) / 69);
  }
}
.header_perio-lp .header_btn_wrap .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .header_perio-lp .header_btn_wrap .btn a::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
.header_perio-lp .header_btn_wrap .btn:nth-of-type(2) a {
  background: var(--dark-blue);
}
@media screen and (max-width: 767px) {
  .header_perio-lp .header_btn_wrap .btn:nth-of-type(2) a {
    font-size: 10px;
  }
}
@media screen and (max-width: 389px) {
  .header_perio-lp .header_btn_wrap .btn:nth-of-type(2) a {
    font-size: max(8px, 8px + 2 * (100vw - 320px) / 69);
  }
}
.header_perio-lp .btn-trigger {
  display: none;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  .header_perio-lp .btn-trigger {
    width: 45px;
    height: 55px;
    display: block;
  }
}
.header_perio-lp .btn-trigger .icon_open, .header_perio-lp .btn-trigger .icon_close {
  display: none;
}
.header_perio-lp .btn-trigger .icon_open.active, .header_perio-lp .btn-trigger .icon_close.active {
  display: block;
}
.header_perio-lp nav.globalMenuSp {
  width: 600px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
  left: auto;
  background: var(--bg-blue01);
}
@media screen and (max-width: 1439px) {
  .header_perio-lp nav.globalMenuSp {
    width: max(400px, 400px + 200 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .header_perio-lp nav.globalMenuSp {
    width: 100%;
  }
}
.header_perio-lp nav.globalMenuSp ul {
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--bg-blue01);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header_perio-lp nav.globalMenuSp ul li {
  border-bottom: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_perio-lp nav.globalMenuSp ul li a {
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 180%;
  font-weight: 500;
  color: #222;
  text-align: left;
}
.header_perio-lp nav.globalMenuSp ul li a:hover {
  opacity: 0.8;
}
.header_perio-lp nav.globalMenuSp ul li:not(:first-of-type) {
  border-top: 1px solid #BADAFF;
}

.mv_perio-lp {
  position: relative;
}
.mv_perio-lp .mv_img {
  position: relative;
  height: calc(100svh - 80px - 60px);
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .mv_perio-lp .mv_img {
    height: calc(100svh - 80px - 50px);
  }
}
@media screen and (max-width: 767px) {
  .mv_perio-lp .mv_img {
    height: calc(100svh - 60px - 55px);
  }
}
.mv_perio-lp .mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv_perio-lp .mv_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0.25;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .mv_perio-lp .mv_img::before {
    opacity: 0.3;
  }
}
.mv_perio-lp .mv_img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0090FF;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.mv_perio-lp .mv_title_wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6.94vw;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .mv_perio-lp .mv_title_wrap {
    left: 5.128vw;
  }
}
@media screen and (max-width: 389px) {
  .mv_perio-lp .mv_title_wrap {
    max-width: calc(100% - 40px);
    margin-inline: auto;
  }
}
.mv_perio-lp .mv_title_wrap .mv_title {
  font-family: "Noto Serif JP", serif;
  line-height: 160%;
  color: #fff;
  text-align: left;
}
.mv_perio-lp .mv_title_wrap .mv_title span {
  font-family: "Noto Serif JP", serif;
  line-height: 160%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .mv_perio-lp .mv_title_wrap .mv_title span {
    line-height: 140%;
  }
}
@media screen and (max-width: 767px) {
  .mv_perio-lp .mv_title_wrap .mv_title .serif {
    font-family: serif;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.mv_perio-lp .mv_title_wrap .mv_title .fz48 {
  font-size: 48px;
}
@media screen and (max-width: 389px) {
  .mv_perio-lp .mv_title_wrap .mv_title .fz48 {
    font-size: max(32px, 32px + 12 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 1439px) {
  .mv_perio-lp .mv_title_wrap .mv_title .fz30sp {
    font-size: max(30px, 30px + 18 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .mv_perio-lp .mv_title_wrap .mv_title .fz30sp {
    font-size: max(26px, 26px + 4 * (100vw - 320px) / 69);
  }
}
.mv_perio-lp .mv_title_wrap .mv_title .fz56 {
  font-size: 56px;
}
@media screen and (max-width: 1439px) {
  .mv_perio-lp .mv_title_wrap .mv_title .fz56 {
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .mv_perio-lp .mv_title_wrap .mv_title .fz56 {
    font-size: max(24px, 24px + 6 * (100vw - 320px) / 69);
  }
}
.mv_perio-lp .mv_title_wrap .mv_title .fz64 {
  font-size: 64px;
}
@media screen and (max-width: 1439px) {
  .mv_perio-lp .mv_title_wrap .mv_title .fz64 {
    font-size: max(32px, 32px + 32 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .mv_perio-lp .mv_title_wrap .mv_title .fz64 {
    font-size: max(24px, 24px + 6 * (100vw - 320px) / 69);
  }
}
.mv_perio-lp .mv_title_wrap .mv_title .fz72 {
  font-size: 72px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .mv_perio-lp .mv_title_wrap .mv_title .fz72 {
    font-size: max(48px, 48px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .mv_perio-lp .mv_title_wrap .mv_title .fz72 {
    font-size: max(36px, 36px + 8 * (100vw - 320px) / 69);
  }
}
.mv_perio-lp .mv_title_wrap .mv_subtitle {
  margin-top: 24px;
  font-size: 24px;
  line-height: 180%;
  font-weight: 500;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  .mv_perio-lp .mv_title_wrap .mv_subtitle {
    font-size: max(18px, 18px + 6 * (100vw - 768px) / 671);
    margin-top: max(12px, 12px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .mv_perio-lp .mv_title_wrap .mv_subtitle {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 378);
    margin-top: max(12px, 12px + 4 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  .mv_perio-lp .mv_title_wrap .mv_subtitle {
    font-size: max(11px, 11px + 3 * (100vw - 320px) / 69);
    line-height: 160%;
  }
}
.mv_perio-lp .mv_title_wrap .mv_subtitle span {
  font-family: "Noto Serif JP", serif;
}
.mv_perio-lp .mv_catch_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .mv_perio-lp .mv_catch_list {
    gap: max(10px, 10px + 10 * (100vw - 768px) / 671);
    margin-top: max(20px, 20px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .mv_perio-lp .mv_catch_list {
    margin-top: max(20px, 20px + 10 * (100vw - 390px) / 378);
    gap: max(16px, 16px + 4 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 500px) {
  .mv_perio-lp .mv_catch_list {
    width: calc(100vw - 40px);
  }
}
.mv_perio-lp .mv_catch_list li {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  .mv_perio-lp .mv_catch_list li {
    width: max(140px, 140px + 40 * (100vw - 768px) / 671);
    height: max(140px, 140px + 40 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .mv_perio-lp .mv_catch_list li {
    width: max(110px, 110px + 30 * (100vw - 390px) / 378);
    height: max(110px, 110px + 30 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 500px) {
  .mv_perio-lp .mv_catch_list li {
    width: calc(33.3333333333% - 6.6666666667px);
    height: auto;
    aspect-ratio: 1/1;
  }
}
.mv_perio-lp .mv_catch_list li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(315deg, var(--dark-blue) 0%, var(--blue) 100%);
  background: linear-gradient(135deg, var(--dark-blue) 0%, var(--blue) 100%);
  pointer-events: none;
  border-radius: 50%;
  z-index: -1;
}
.mv_perio-lp .mv_catch_list li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #fff;
  background: var(--bg-blue06);
  opacity: 0.6;
  pointer-events: none;
  border-radius: 50%;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .mv_perio-lp .mv_catch_list li::after {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
  }
}
.mv_perio-lp .mv_catch_list li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
}
@media screen and (max-width: 1439px) {
  .mv_perio-lp .mv_catch_list li img {
    width: max(80px, 80px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .mv_perio-lp .mv_catch_list li img {
    width: max(60px, 60px + 20 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  .mv_perio-lp .mv_catch_list li img {
    width: max(50px, 50px + 10 * (100vw - 320px) / 69);
  }
}
.mv_perio-lp .mv_catch_list li span {
  font-size: 18px;
  position: relative;
  z-index: 2;
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  .mv_perio-lp .mv_catch_list li span {
    font-size: max(16px, 16px + 2 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .mv_perio-lp .mv_catch_list li span {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  .mv_perio-lp .mv_catch_list li span {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  .mv_perio-lp .mv_catch_list li span .fz10sp {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  .mv_perio-lp .mv_catch_list li span .fz10sp {
    font-size: max(8px, 8px + 2 * (100vw - 320px) / 69);
  }
}

.global-nav {
  background: var(--bg-blue02);
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1024px) {
  .global-nav {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .global-nav {
    display: none;
  }
}
.global-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 1439px) {
  .global-nav ul {
    gap: max(24px, 24px + 24 * (100vw - 768px) / 671);
  }
}
.global-nav ul li {
  position: relative;
}
.global-nav ul li:not(:first-of-type)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  background: #222;
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  .global-nav ul li:not(:first-of-type)::before {
    left: min(-12px, -12px + -12 * (100vw - 768px) / 671);
    height: max(15px, 15px + 10 * (100vw - 768px) / 671);
  }
}
.global-nav ul li a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .global-nav ul li a {
    font-size: max(12px, 12px + 4 * (100vw - 768px) / 671);
  }
}
.global-nav ul li a:hover {
  opacity: 0.7;
}

main.perio-lp {
  background: #fff;
}
main.perio-lp .pageWrapper {
  max-width: 1080px;
}
@media screen and (min-width: 1601px) {
  main.perio-lp .pageWrapper {
    width: 85%;
  }
}
@media screen and (max-width: 1600px) {
  main.perio-lp .pageWrapper {
    width: 85%;
  }
}
@media (max-width: 767px) {
  main.perio-lp .pageWrapper {
    width: 85%;
  }
}
@media screen and (max-width: 500px) {
  main.perio-lp .pageWrapper {
    width: calc(100% - 40px);
  }
}
main.perio-lp h2, main.perio-lp h3 {
  border-bottom: none;
  line-height: 1.5;
}
main.perio-lp h2 span, main.perio-lp h3 span {
  border-bottom: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  main.perio-lp h2 + picture img {
    width: 100%;
  }
}
main.perio-lp h2.section_title span.db {
  display: block;
}
main.perio-lp h2.section_title01 {
  font-size: 40px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp h2.section_title01 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049) !important;
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp h2.section_title01 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.perio-lp h2.section_title01 span.ja {
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-bottom: 10px;
  display: block;
}
main.perio-lp h2.section_title01 span.ja::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 340px;
  height: 1px;
  background: var(--blue);
}
@media screen and (max-width: 1439px) {
  main.perio-lp h2.section_title01 span.ja::after {
    width: max(280px, 280px + 60 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp h2.section_title01 span.ja::after {
    width: max(240px, 240px + 40 * (100vw - 320px) / 69);
  }
}
main.perio-lp h2.section_title01 span.en {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  font-family: "Lora", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: var(--blue);
}
@media screen and (max-width: 1439px) {
  main.perio-lp h2.section_title01 span.en {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
main.perio-lp h2.section_title02 {
  position: relative;
  z-index: 0;
  background: var(--blue);
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp h2.section_title02 {
    margin-bottom: max(20px, 20px + 40 * (100vw - 390px) / 1049) !important;
  }
}
main.perio-lp h2.section_title02::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main.perio-lp h2.section_title02::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
main.perio-lp h2.section_title02.dark-blue {
  background-color: var(--dark-blue);
}
main.perio-lp h2.section_title02.dark-blue .triangle::before, main.perio-lp h2.section_title02.dark-blue .triangle::after {
  background-color: var(--title-triangle_dark);
}
main.perio-lp h2.section_title02 .triangle {
  display: block;
  position: relative;
  font-size: 40px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  line-height: 1.5;
  padding: 25px 8px;
  z-index: 0;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.perio-lp h2.section_title02 .triangle {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049) 8px;
    font-size: max(24px, 24px + 16 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp h2.section_title02 .triangle {
    font-size: max(20px, 20px + 10 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp h2.section_title02 .triangle {
    font-size: max(18px, 18px + 6 * (100vw - 320px) / 69);
  }
}
main.perio-lp h2.section_title02 .triangle::before, main.perio-lp h2.section_title02 .triangle::after {
  content: "";
  position: absolute;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--title-triangle);
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  main.perio-lp h2.section_title02 .triangle::before, main.perio-lp h2.section_title02 .triangle::after {
    width: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.perio-lp h2.section_title02 .triangle::before {
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
main.perio-lp h2.section_title02 .triangle::after {
  right: 0;
  bottom: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
main.perio-lp h2.section_title02 .triangle span.small {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  main.perio-lp h2.section_title02 .triangle span.small {
    font-size: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.perio-lp h2.section_title02 span.en {
  display: block;
  font-size: 20px;
  font-family: "Lora", serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.perio-lp h2.section_title02 span.en {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
    margin-bottom: max(5px, 5px + 3 * (100vw - 390px) / 1049);
  }
}
main.perio-lp h2.section_title03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main.perio-lp h2.section_title03 .ja {
  width: 100%;
  display: block;
  font-size: 48px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  position: relative;
  color: var(--blue);
  margin-bottom: 16px;
  padding: 25px 0 20px;
  max-width: 840px;
  border-top: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
}
@media screen and (max-width: 1439px) {
  main.perio-lp h2.section_title03 .ja {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049) 0 max(15px, 15px + 5 * (100vw - 390px) / 1049);
    max-width: max(350px, 350px + 490 * (100vw - 390px) / 1049);
    margin-bottom: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp h2.section_title03 .ja {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.perio-lp h2.section_title03 .ja .dib {
  font-size: 48px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  main.perio-lp h2.section_title03 .ja .dib {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp h2.section_title03 .ja .dib {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.perio-lp h2.section_title03 .ja .fz40 {
  display: block;
  font-size: 40px;
  color: #222;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp h2.section_title03 .ja .fz40 {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.perio-lp h2.section_title03 .en {
  color: var(--blue);
  font-size: 24px;
  font-family: "Lora", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  main.perio-lp h2.section_title03 .en {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.perio-lp h3 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.perio-lp h3 {
    font-size: max(24px, 24px + 8 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp h3 {
    font-size: max(24px, 24px + 4 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp h3 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.perio-lp h3.border_vertical {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  color: var(--blue);
  padding: 20px 0;
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  text-align: center;
  margin: 40px 0;
}
@media screen and (max-width: 1439px) {
  main.perio-lp h3.border_vertical {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049) 0;
    margin: max(20px, 20px + 20 * (100vw - 390px) / 1049) 0;
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.perio-lp h3.border_vertical.dark-blue {
  color: var(--dark-blue);
  border-top: 1px solid var(--dark-blue);
  border-bottom: 1px solid var(--dark-blue);
}
main.perio-lp h3.border_vertical span {
  font-size: 32px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  main.perio-lp h3.border_vertical span {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
main.perio-lp h3.border_vertical.dark-blue {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp h3.border_vertical.dark-blue {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.perio-lp h3.triangle {
  font-size: 32px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: var(--blue);
  position: relative;
  background: var(--bg-blue02);
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp h3.triangle {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp h3.triangle {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
main.perio-lp h3.triangle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid var(--blue);
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main.perio-lp h3.triangle::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
main.perio-lp h3.triangle span {
  font-size: 32px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  display: block;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.perio-lp h3.triangle span {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp h3.triangle span {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
main.perio-lp h3.triangle span.dib {
  display: inline-block;
}
main.perio-lp h3.triangle > span {
  padding: 22px 8px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp h3.triangle > span {
    padding: max(15px, 15px + 7 * (100vw - 390px) / 1049) 8px;
  }
}
main.perio-lp h3.triangle > span::before, main.perio-lp h3.triangle > span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--blue);
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  main.perio-lp h3.triangle > span::before, main.perio-lp h3.triangle > span::after {
    width: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
main.perio-lp h3.triangle > span::before {
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
main.perio-lp h3.triangle > span::after {
  right: 0;
  bottom: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
main.perio-lp h3.border_bottom {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: var(--blue);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bg-blue03);
}
@media screen and (max-width: 1439px) {
  main.perio-lp h3.border_bottom {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
main.perio-lp h3.border_bottom::before {
  content: "";
  width: 200px;
  height: 1px;
  background: var(--blue);
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp h3.border_bottom::before {
    width: max(80px, 80px + 120 * (100vw - 390px) / 1049);
  }
}
main.perio-lp p {
  color: #222;
  line-height: 180%;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp p {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
main.perio-lp section {
  padding-top: 100px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.section_bg {
  position: relative;
  z-index: 0;
}
main.perio-lp section.section_bg::before, main.perio-lp section.section_bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/865;
  z-index: -1;
}
main.perio-lp section.section_bg::before {
  left: 0;
  top: 0;
  background: url(../img/perio-lp/section_bg01.webp) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  main.perio-lp section.section_bg::before {
    background-image: url(../img/perio-lp/section_bg01_sp.webp);
  }
}
main.perio-lp section.section_bg::after {
  right: 0;
  bottom: 0;
  background: url(../img/perio-lp/section_bg02.webp) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  main.perio-lp section.section_bg::after {
    background-image: url(../img/perio-lp/section_bg02_sp.webp);
  }
}
main.perio-lp .flex400, main.perio-lp .flex380 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp .flex400, main.perio-lp .flex380 {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp .flex400, main.perio-lp .flex380 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.perio-lp .flex400.aic, main.perio-lp .flex380.aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main.perio-lp .flex400.flex380, main.perio-lp .flex380.flex380 {
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp .flex400.flex380, main.perio-lp .flex380.flex380 {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.perio-lp .flex400.flex380 > .img_wrap, main.perio-lp .flex400.flex380 > picture, main.perio-lp .flex400.flex380 > img, main.perio-lp .flex380.flex380 > .img_wrap, main.perio-lp .flex380.flex380 > picture, main.perio-lp .flex380.flex380 > img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 380px;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  aspect-ratio: 380/280;
  max-width: 100%;
}
@media screen and (max-width: 1439px) {
  main.perio-lp .flex400.flex380 > .img_wrap, main.perio-lp .flex400.flex380 > picture, main.perio-lp .flex400.flex380 > img, main.perio-lp .flex380.flex380 > .img_wrap, main.perio-lp .flex380.flex380 > picture, main.perio-lp .flex380.flex380 > img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 max(190px, 190px + 190 * (100vw - 390px) / 1049);
        -ms-flex: 0 0 max(190px, 190px + 190 * (100vw - 390px) / 1049);
            flex: 0 0 max(190px, 190px + 190 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp .flex400.flex380 > .img_wrap, main.perio-lp .flex400.flex380 > picture, main.perio-lp .flex400.flex380 > img, main.perio-lp .flex380.flex380 > .img_wrap, main.perio-lp .flex380.flex380 > picture, main.perio-lp .flex380.flex380 > img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    aspect-ratio: 280/185;
  }
}
main.perio-lp .flex400.flex380 > .img_wrap img, main.perio-lp .flex400.flex380 > picture img, main.perio-lp .flex400.flex380 > img img, main.perio-lp .flex380.flex380 > .img_wrap img, main.perio-lp .flex380.flex380 > picture img, main.perio-lp .flex380.flex380 > img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.perio-lp .flex400 > .img_wrap, main.perio-lp .flex400 > picture, main.perio-lp .flex400 > img, main.perio-lp .flex380 > .img_wrap, main.perio-lp .flex380 > picture, main.perio-lp .flex380 > img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 400px;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp .flex400 > .img_wrap, main.perio-lp .flex400 > picture, main.perio-lp .flex400 > img, main.perio-lp .flex380 > .img_wrap, main.perio-lp .flex380 > picture, main.perio-lp .flex380 > img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 max(200px, 200px + 200 * (100vw - 390px) / 1049);
        -ms-flex: 0 0 max(200px, 200px + 200 * (100vw - 390px) / 1049);
            flex: 0 0 max(200px, 200px + 200 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp .flex400 > .img_wrap, main.perio-lp .flex400 > picture, main.perio-lp .flex400 > img, main.perio-lp .flex380 > .img_wrap, main.perio-lp .flex380 > picture, main.perio-lp .flex380 > img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
main.perio-lp .flex400 h4, main.perio-lp .flex380 h4 {
  font-size: 32px;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 24px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  main.perio-lp .flex400 h4, main.perio-lp .flex380 h4 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp .flex400 h4, main.perio-lp .flex380 h4 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp .flex400 h4, main.perio-lp .flex380 h4 {
    text-align: center;
  }
}
main.perio-lp .border_blue {
  border: 1px solid var(--blue);
}
main.perio-lp .dib {
  display: inline-block;
  padding: 0;
}
main.perio-lp .text-center {
  text-align: center;
}
main.perio-lp .black {
  color: var(--text-black);
}
main.perio-lp .blue {
  color: var(--blue);
}
main.perio-lp .dark-blue {
  color: var(--dark-blue);
}
main.perio-lp .dark-red {
  color: var(--dark-red);
}
main.perio-lp .bg_white {
  background-color: #fff;
}
main.perio-lp .bg_blue {
  background-color: var(--blue);
}
main.perio-lp .bg_dark-blue {
  background-color: var(--dark-blue);
}
main.perio-lp .bg_bg-blue01 {
  background-color: var(--bg-blue01);
}
main.perio-lp .bg_bg-blue02 {
  background-color: var(--bg-blue02);
}
main.perio-lp .bg_bg-blue03 {
  background-color: var(--bg-blue03);
}
main.perio-lp .bg_bg-blue04 {
  background-color: var(--bg-blue04);
}
main.perio-lp .bg_bg-blue05 {
  background-color: var(--bg-blue05);
}
main.perio-lp .bg_bg-blue06 {
  background-color: var(--bg-blue06);
}
main.perio-lp .bg_bg-gray01 {
  background-color: var(--bg-gray01);
}
main.perio-lp .bg_bg-gray02 {
  background-color: var(--bg-gray02);
}
main.perio-lp .bg_bg-red01 {
  background-color: var(--bg-red01);
}
main.perio-lp .bg_bg-red02 {
  background-color: var(--bg-red02);
}
main.perio-lp .fz24 {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp .fz24 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
main.perio-lp .notoserif {
  font-family: "Noto Serif JP", serif;
}
main.perio-lp ul.circle_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  margin: 24px 0;
}
@media screen and (max-width: 1439px) {
  main.perio-lp ul.circle_list {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049);
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp ul.circle_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.perio-lp ul.circle_list li {
  padding-left: 15px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.perio-lp ul.circle_list li {
    padding-left: max(13px, 13px + 2 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.perio-lp ul.circle_list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--blue);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  main.perio-lp ul.circle_list li::before {
    width: max(8px, 8px + 2 * (100vw - 390px) / 1049);
    height: max(8px, 8px + 2 * (100vw - 390px) / 1049);
  }
}
main.perio-lp ul.check_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  padding: 25px;
  margin: 24px 0;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  main.perio-lp ul.check_list {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp ul.check_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.perio-lp ul.check_list li {
  padding-left: 31px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  color: var(--blue);
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
@media screen and (max-width: 1439px) {
  main.perio-lp ul.check_list li {
    padding-left: max(25px, 25px + 6 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
main.perio-lp ul.check_list li::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/perio-lp/check_icon.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0.2em;
}
@media screen and (max-width: 1439px) {
  main.perio-lp ul.check_list li::before {
    width: max(20px, 20px + 5 * (100vw - 390px) / 1049);
    height: max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp ul.check_list li::before {
    top: 0.1em;
  }
}
main.perio-lp ul.triangle_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 40px 0;
}
@media screen and (max-width: 1439px) {
  main.perio-lp ul.triangle_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin: max(20px, 20px + 20 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp ul.triangle_list {
    grid-template-columns: 1fr;
  }
}
main.perio-lp ul.triangle_list.bg_gray li {
  background: var(--bg-gray01);
}
main.perio-lp ul.triangle_list.bg_gray li::after {
  background: var(--bg-gray02);
}
main.perio-lp ul.triangle_list li {
  padding: 25px;
  position: relative;
  z-index: 0;
  background: var(--bg-blue01);
}
@media screen and (max-width: 1439px) {
  main.perio-lp ul.triangle_list li {
    padding: max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
main.perio-lp ul.triangle_list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-blue03);
  pointer-events: none;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
main.perio-lp ul.triangle_list li h4 {
  font-size: 32px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-top: 24px;
  text-align: center;
  color: var(--blue);
}
@media screen and (max-width: 1439px) {
  main.perio-lp ul.triangle_list li h4 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp ul.triangle_list li h4 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.perio-lp ul.triangle_list li p {
  line-height: 210%;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp ul.triangle_list li p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main.perio-lp .bg_blue_box {
  background-color: var(--bg-blue01);
  padding: 20px;
  margin-top: 40px;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.perio-lp .bg_blue_box {
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.perio-lp .bg_red_box {
  background: var(--bg-red01);
  padding: 25px 8px 20px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.perio-lp .bg_red_box {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049) 8px max(15px, 15px + 5 * (100vw - 390px) / 1049);
    margin-bottom: max(30px, 30px + 20 * (100vw - 390px) / 1049);
  }
}
main.perio-lp .bg_red_box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 56px;
  height: auto;
  aspect-ratio: 56/26;
  background: var(--bg-red01);
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 1439px) {
  main.perio-lp .bg_red_box::after {
    width: max(37px, 37px + 19 * (100vw - 390px) / 1049);
  }
}
main.perio-lp .bg_red_box h4 {
  font-size: 24px;
  color: var(--dark-red);
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp .bg_red_box h4 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
main.perio-lp .bg_red_box p {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.perio-lp .bg_red_box p {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
main.perio-lp .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main.perio-lp .flex.aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  main.perio-lp .flex.sp-col-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.perio-lp .flex.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  main.perio-lp .flex.row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.perio-lp .flex.gap40 {
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp .flex.gap40 {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.perio-lp .flex.gap60 {
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp .flex.gap60 {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.perio-lp .flex.left-full {
  margin-left: -180px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp .flex.left-full {
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp .flex.left-full {
    margin-left: 0;
  }
}
main.perio-lp .flex.right-full {
  margin-right: -180px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp .flex.right-full {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp .flex.right-full {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp .flex .flex_item > picture img, main.perio-lp .flex .flex_item > img {
    width: 100%;
  }
}
main.perio-lp .grid {
  display: grid;
}
main.perio-lp .grid.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  main.perio-lp .grid.sp-col-1 {
    grid-template-columns: 1fr;
  }
}
main.perio-lp .grid.gap40 {
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp .grid.gap40 {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}

main.perio-lp section.concept {
  position: relative;
  z-index: 1;
}
main.perio-lp section.concept::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/perio-lp/concept_bg.webp) no-repeat center/cover;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  main.perio-lp section.concept::before {
    background-image: url(../img/perio-lp/concept_bg_sp.webp);
  }
}
main.perio-lp section.concept::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: var(--bg-concept);
  opacity: 0.6;
}
main.perio-lp section.concept .concept_inner {
  max-width: 1080px;
  margin-inline: auto;
  padding: 80px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.concept .concept_inner {
    padding: max(40px, 40px + 40 * (100vw - 390px) / 1049) max(20px, 20px + 60 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.concept .concept_inner p {
  font-size: 20px;
  line-height: 200%;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.concept .concept_inner p {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp section.concept .concept_inner p {
    line-height: 200%;
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp section.concept .concept_inner p {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.concept .concept_inner p strong {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp section.concept .concept_inner p strong {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.perio-lp section.case ul.case_list li {
  background: var(--bg-blue02);
}
main.perio-lp section.case ul.case_list li h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: var(--blue);
  padding: 13px 8px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.case ul.case_list li h3 {
    font-size: max(18px, 18px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp section.case ul.case_list li h3 {
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp section.case ul.case_list li h3 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp section.case ul.case_list li h3 {
    padding: 12px 8px;
  }
}
main.perio-lp section.case ul.case_list li span.age {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.case ul.case_list li span.age {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.case ul.case_list li .beforeAfter img {
  width: 100%;
  height: auto;
}
main.perio-lp section.case ul.case_list li table {
  border-collapse: collapse;
}
main.perio-lp section.case ul.case_list li table tbody th,
main.perio-lp section.case ul.case_list li table tbody td {
  border: 1px solid #DFDFDF;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.case ul.case_list li table tbody th,
  main.perio-lp section.case ul.case_list li table tbody td {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp section.case ul.case_list li table tbody th,
  main.perio-lp section.case ul.case_list li table tbody td {
    display: table-cell;
  }
}
main.perio-lp section.case ul.case_list li table tbody th {
  background: var(--blue);
  color: #fff;
  font-weight: bold;
  padding: 7px;
  min-width: 80px;
}
main.perio-lp section.case ul.case_list li table tbody td {
  padding: 10px;
  line-height: 160%;
  background: #fff;
}
main.perio-lp section.doctor .aisatsuArea {
  margin-top: 0;
  width: 100%;
}
main.perio-lp section.doctor .aisatsuArea .aisatsuDetailArea {
  background: var(--bg-blue06);
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.doctor .aisatsuArea .aisatsuDetailArea {
    padding: max(20px, 20px + 10 * (100vw - 390px) / 1049) max(15px, 15px + 15 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.doctor .aisatsuArea .aisatsuCeo {
    width: max(300px, 300px + 70 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp section.doctor .aisatsuArea .aisatsuCeo {
    margin-inline: auto;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  main.perio-lp section.doctor .aisatsuArea .aisatsuCeo {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp section.doctor .aisatsuArea .aisatsuMainMessage {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 378);
    line-height: 1.5833333333;
  }
}
main.perio-lp section.doctor .aisatsuArea .aisatsuMessage {
  font-weight: 400;
  line-height: 1.7647058824;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  main.perio-lp section.doctor .aisatsuArea .aisatsuMessage {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 378);
  }
}
main.perio-lp section.doctor .aisatsuArea .aisatsuSubTitle {
  letter-spacing: 0.05em;
}
main.perio-lp section.doctor .doctor_catch {
  font-size: 40px;
  line-height: 200%;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.doctor .doctor_catch {
    font-size: max(22px, 22px + 16 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp section.doctor .doctor_catch {
    font-size: max(24px, 24px + 4 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp section.doctor .doctor_catch {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp section.doctor .doctor_catch {
    line-height: 180%;
  }
}
main.perio-lp section.doctor .doctor_catch span {
  font-family: "Noto Serif JP", serif;
}
main.perio-lp section.doctor h3 {
  font-size: 32px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.doctor h3 {
    font-size: max(18px, 18px + 14 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp section.doctor h3 {
    font-size: max(18px, 18px + 4 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp section.doctor h3 {
    font-size: max(15px, 15px + 3 * (100vw - 320px) / 69);
  }
}
main.perio-lp section.doctor .reports h3 {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.doctor .reports h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.doctor .reports dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main.perio-lp section.doctor .reports dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.perio-lp section.doctor .reports dl dt,
main.perio-lp section.doctor .reports dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.doctor .reports dl dt,
  main.perio-lp section.doctor .reports dl dd {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.doctor .reports dl dt:not(:first-of-type),
main.perio-lp section.doctor .reports dl dd:not(:first-of-type) {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.doctor .reports dl dt:not(:first-of-type),
  main.perio-lp section.doctor .reports dl dd:not(:first-of-type) {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp section.doctor .reports dl dt,
  main.perio-lp section.doctor .reports dl dd {
    line-height: 1.5;
  }
}
main.perio-lp section.doctor .reports dl dt {
  width: 100px;
  font-family: "Lora", serif;
  color: #A9A9A9;
}
@media screen and (max-width: 767px) {
  main.perio-lp section.doctor .reports dl dt {
    width: 100%;
  }
}
main.perio-lp section.doctor .reports dl dd {
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  main.perio-lp section.doctor .reports dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp section.doctor .reports dl dd:not(:first-of-type) {
    margin-top: 5px !important;
  }
}
main.perio-lp section.doctor .reports .grid .grid_item {
  border: 1px solid var(--blue);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
main.perio-lp section.doctor .reports .grid h4 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
  background: var(--blue);
  padding: 10px 8px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.doctor .reports .grid h4 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp section.doctor .reports .grid h4 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
main.perio-lp section.doctor .reports .grid h4::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  pointer-events: none;
  z-index: -1;
}
main.perio-lp section.doctor .reports .grid ul {
  padding: 20px 25px;
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.doctor .reports .grid ul {
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049) max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.doctor .reports .grid ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.875;
  margin-left: 1.5em;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.doctor .reports .grid ul li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp section.doctor .reports .grid ul li {
    line-height: 2.1428571429;
  }
}
main.perio-lp section.doctor .licenses h3 {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.doctor .licenses h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.doctor .licenses .splide {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
main.perio-lp section.doctor .licenses .splide .splide__list {
  height: auto;
}
main.perio-lp section.doctor .licenses .splide li {
  width: auto;
}
main.perio-lp section.doctor .licenses .splide li img {
  width: auto;
  height: 100%;
}
main.perio-lp section.features ul.features_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.features ul.features_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp section.features ul.features_list {
    grid-template-columns: 1fr;
  }
}
main.perio-lp section.features ul.features_list li {
  border: 1px solid var(--blue);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 10px 10px 30px rgba(51, 51, 51, 0.05);
          box-shadow: 10px 10px 30px rgba(51, 51, 51, 0.05);
}
main.perio-lp section.features ul.features_list .img_wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.perio-lp section.features ul.features_list .text_wrap {
  padding: 25px;
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.features ul.features_list .text_wrap {
    padding: max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.features ul.features_list .text_wrap .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.features ul.features_list .text_wrap .title {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.features ul.features_list .text_wrap .title span.number {
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--bg-blue02);
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 500;
  color: var(--blue);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  border-radius: 50%;
  margin-right: 0;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.features ul.features_list .text_wrap .title span.number {
    width: max(45px, 45px + 15 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.features ul.features_list .text_wrap .title h3 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.features ul.features_list .text_wrap .title h3 {
    font-size: max(18px, 18px + 10 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.features .alert_wrap h3 {
  font-size: 32px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-top: 100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.features .alert_wrap h3 {
    font-size: max(16px, 16px + 16 * (100vw - 390px) / 1049);
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.features .alert_wrap h3 span.dib {
  font-size: 40px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.features .alert_wrap h3 span.dib {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.features .alert_wrap h3 span.border_bottom {
  font-size: 40px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid var(--dark-red);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.features .alert_wrap h3 span.border_bottom {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.features .alert_wrap .alertArea {
  margin: 0 !important;
}
main.perio-lp section.features .alert_wrap .alertArea .otherAlert {
  font-size: 20px;
}
@media screen and (max-width: 1439px) and (max-width: 1439px) {
  main.perio-lp section.features .alert_wrap .alertArea .otherAlert {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.features .alert_wrap .alertArea #h2 {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 19px;
  line-height: 1.6842105263;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.features .alert_wrap .alertArea #h2 {
    font-size: max(14px, 14px + 5 * (100vw - 390px) / 1049);
    padding-top: max(15px, 15px + 15 * (100vw - 390px) / 1049);
    padding-bottom: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.technology .contentAreaBox2 {
  border: 1px solid var(--blue);
}
main.perio-lp section.technology .contentAreaBox2 .contentAreaBox2Inner {
  background: var(--bg-blue06);
}
main.perio-lp section.technology .contentAreaBox2 .contentAreaBox2Inner .contentAreaBox2Right .box2Title {
  color: var(--blue);
}
main.perio-lp section.technology .contentAreaBox2 .contentAreaBox2Inner .contentAreaBox2Right .box2Detail {
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0;
}
main.perio-lp section.technology .facility_inbox_table h4::before {
  background: var(--bg-blue06);
}
main.perio-lp section.technology .facility_inbox_table .price-table3 thead {
  background-color: var(--blue);
}
main.perio-lp section.technology .facility_inbox_table .price-table3 tbody {
  background-color: var(--bg-blue01);
}
main.perio-lp section.technology .facility_inbox_table .price-table3 tbody td {
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.technology .facility_inbox_table .price-table3 tbody td {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 5 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.technology .facility_inbox_table .price-table3 + div {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.technology .facility_inbox_table .price-table3 + div {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.treatment-selection h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.treatment-selection h2 {
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.treatment-selection .treatment_method_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.treatment-selection .treatment_method_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.silent-disease {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.silent-disease {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.silent-disease::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/640;
  background: url(../img/perio-lp/silent-disease_bg.webp) no-repeat center/cover;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  main.perio-lp section.silent-disease::before {
    background-image: url(../img/perio-lp/silent-disease_bg_sp.webp);
    aspect-ratio: 390/380;
  }
}
main.perio-lp section.silent-disease::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/640;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.5) 100%);
}
@media screen and (max-width: 767px) {
  main.perio-lp section.silent-disease::after {
    aspect-ratio: 390/380;
  }
}
main.perio-lp section.silent-disease .silent-disease_wrap {
  -webkit-box-shadow: 0 10px 30px rgba(51, 51, 51, 0.15);
          box-shadow: 0 10px 30px rgba(51, 51, 51, 0.15);
  border: 1px solid var(--blue);
}
@media screen and (max-width: 767px) {
  main.perio-lp section.silent-disease .silent-disease_wrap {
    -webkit-box-shadow: 0 10px 20px rgba(51, 51, 51, 0.15);
            box-shadow: 0 10px 20px rgba(51, 51, 51, 0.15);
  }
}
main.perio-lp section.silent-disease .silent-disease_wrap01, main.perio-lp section.silent-disease .silent-disease_wrap02 {
  padding: 60px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.silent-disease .silent-disease_wrap01, main.perio-lp section.silent-disease .silent-disease_wrap02 {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.step .step_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.step .step_list {
    gap: max(10px, 10px + 30 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.step .step_list li:not(:first-of-type) .img_wrap {
  position: relative;
}
main.perio-lp section.step .step_list li:not(:first-of-type) .img_wrap::before {
  content: "";
  width: 15px;
  height: auto;
  aspect-ratio: 15/30;
  background: var(--dark-blue);
  position: absolute;
  top: 50%;
  left: -13px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.step .step_list li:not(:first-of-type) .img_wrap::before {
    width: max(5px, 5px + 10 * (100vw - 390px) / 1049);
    left: min(-3px, -3px + -10 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.step .step_list li h4 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.step .step_list li h4 {
    font-size: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.step .step_list li h4 .small {
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.step .step_list li h4 .small {
    font-size: max(8px, 8px + 10 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.sign .sign_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  main.perio-lp section.sign .sign_list {
    gap: 75px;
    margin-top: 80px;
  }
}
main.perio-lp section.sign .sign_list li {
  margin-left: 78px;
  padding: 44px 40px 43px 97px;
  position: relative;
  background: var(--bg-blue01);
  border: 1px solid var(--blue);
}
@media screen and (max-width: 767px) {
  main.perio-lp section.sign .sign_list li {
    padding: 65px 20px 20px;
    margin-left: 0;
  }
}
main.perio-lp section.sign .sign_list li:nth-of-type(even) h4::after {
  background: var(--dark-blue);
}
main.perio-lp section.sign .sign_list li h4 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 145px;
  height: 145px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.sign .sign_list li h4 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp section.sign .sign_list li h4 {
    width: 100px;
    height: 100px;
    left: 50%;
    top: 0;
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.sign .sign_list li h4::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: -1;
  border-radius: 50%;
}
main.perio-lp section.sign .sign_list li h4::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: var(--blue);
  pointer-events: none;
  z-index: -2;
  border-radius: 50%;
}
main.perio-lp section.diagnosis .diagnosis_list01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.diagnosis .diagnosis_list01 {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.diagnosis .diagnosis_list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.diagnosis .diagnosis_list02 {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.diagnosis .bg_blue_box.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.diagnosis .bg_blue_box.mt60 {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.approach .approach_list li {
  background: #fff;
}
main.perio-lp section.approach .approach_list li:nth-of-type(1) {
  border: 30px solid var(--bg-blue04);
}
@media screen and (max-width: 767px) {
  main.perio-lp section.approach .approach_list li:nth-of-type(1) {
    border-width: 15px;
  }
}
main.perio-lp section.approach .approach_list li:nth-of-type(2) {
  border: 30px solid var(--bg-blue02);
}
@media screen and (max-width: 767px) {
  main.perio-lp section.approach .approach_list li:nth-of-type(2) {
    border-width: 15px;
  }
}
main.perio-lp section.approach .approach_list li:nth-of-type(3) {
  border: 30px solid var(--bg-blue03);
}
@media screen and (max-width: 767px) {
  main.perio-lp section.approach .approach_list li:nth-of-type(3) {
    border-width: 15px;
  }
}
main.perio-lp section.to-avoid-losing-teeth {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.to-avoid-losing-teeth {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.to-avoid-losing-teeth::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/640;
  background: url(../img/perio-lp/to-avoid-losing-teeth_bg.webp) no-repeat center/cover;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  main.perio-lp section.to-avoid-losing-teeth::before {
    background-image: url(../img/perio-lp/to-avoid-losing-teeth_bg_sp.webp);
    aspect-ratio: 390/380;
  }
}
main.perio-lp section.to-avoid-losing-teeth::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/640;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.5) 100%);
}
@media screen and (max-width: 767px) {
  main.perio-lp section.to-avoid-losing-teeth::after {
    aspect-ratio: 390/380;
  }
}
main.perio-lp section.to-avoid-losing-teeth .to-avoid-losing-teeth_wrap {
  -webkit-box-shadow: 0 10px 30px rgba(51, 51, 51, 0.15);
          box-shadow: 0 10px 30px rgba(51, 51, 51, 0.15);
  border: 1px solid var(--blue);
}
@media screen and (max-width: 767px) {
  main.perio-lp section.to-avoid-losing-teeth .to-avoid-losing-teeth_wrap {
    -webkit-box-shadow: 0 10px 20px rgba(51, 51, 51, 0.15);
            box-shadow: 0 10px 20px rgba(51, 51, 51, 0.15);
  }
}
main.perio-lp section.to-avoid-losing-teeth .to-avoid-losing-teeth_wrap01,
main.perio-lp section.to-avoid-losing-teeth .to-avoid-losing-teeth_wrap02 {
  padding: 60px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.to-avoid-losing-teeth .to-avoid-losing-teeth_wrap01,
  main.perio-lp section.to-avoid-losing-teeth .to-avoid-losing-teeth_wrap02 {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.faq .faq_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.faq .faq_list {
    gap: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.faq .faq_list .faq_item {
  border: 1px solid var(--dark-blue);
  overflow: hidden;
}
main.perio-lp section.faq .faq_list .faq_item input.faq_toggle {
  display: none;
}
main.perio-lp section.faq .faq_list .faq_item label.faq_question {
  width: 100%;
  padding: 20px 20px;
  padding-right: 50px;
  background-color: var(--bg-blue01);
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.faq .faq_list .faq_item label.faq_question {
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
    padding-right: max(30px, 30px + 20 * (100vw - 390px) / 1049);
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.faq .faq_list .faq_item label.faq_question::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/perio-lp/icon_plus_blue.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.faq .faq_list .faq_item label.faq_question::after {
    width: max(15px, 15px + 10 * (100vw - 390px) / 1049);
    right: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.faq .faq_list .faq_item label.faq_question span.q_mark {
  font-size: 20px;
  font-weight: 500;
  font-family: "Lora", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: auto;
  aspect-ratio: 1/1;
  color: #fff;
  background: var(--dark-blue);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.faq .faq_list .faq_item label.faq_question span.q_mark {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    width: max(35px, 35px + 10 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.faq .faq_list .faq_item label.faq_question span.q_mark::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -1;
}
main.perio-lp section.faq .faq_list .faq_item label.faq_question span.q_title {
  font-size: 20px;
  font-weight: 500;
  color: var(--dark-blue);
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.faq .faq_list .faq_item label.faq_question span.q_title {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.faq .faq_list .faq_item .faq_answer {
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  padding: 0 20px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.faq .faq_list .faq_item .faq_answer {
    padding: 0 max(10px, 10px + 10 * (100vw - 390px) / 1049) 0 max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.faq .faq_list .faq_item .faq_answer .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.faq .faq_list .faq_item .faq_answer .flex {
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.faq .faq_list .faq_item .faq_answer span.a_mark {
  font-size: 20px;
  color: var(--dark-blue);
  font-weight: 500;
  font-family: "Lora", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid var(--dark-blue);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.faq .faq_list .faq_item .faq_answer span.a_mark {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    width: max(35px, 35px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  main.perio-lp section.faq .faq_list .faq_item .faq_answer span.a_mark {
    margin-top: 4px;
  }
}
main.perio-lp section.faq .faq_list .faq_item .faq_answer p {
  margin: 0.35em 0 0;
}
main.perio-lp section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question::after {
  background: url(../img/perio-lp/icon_minus_blue.png) no-repeat center/contain;
}
main.perio-lp section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer {
  overflow: visible;
  grid-template-rows: 1fr;
}
main.perio-lp section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer .flex {
  padding: 20px 0;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer .flex {
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049) 0;
  }
}
main.perio-lp section.price h2 + h3 {
  font-size: 32px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--blue);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.price h2 + h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp section.price h2 + h3 {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
main.perio-lp section.price h2 + h3 span {
  font-size: 32px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.price h2 + h3 span {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp section.price h2 + h3 span {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
main.perio-lp section.price table.price_table {
  width: 100%;
  border-collapse: collapse;
}
main.perio-lp section.price table.price_table colgroup col:nth-of-type(1) {
  width: 37.04%;
}
main.perio-lp section.price table.price_table colgroup col:nth-of-type(2) {
  width: 39.81%;
}
main.perio-lp section.price table.price_table colgroup col:nth-of-type(3) {
  width: 23.15%;
}
@media screen and (max-width: 767px) {
  main.perio-lp section.price table.price_table colgroup col:nth-of-type(1) {
    width: 34.29%;
  }
  main.perio-lp section.price table.price_table colgroup col:nth-of-type(2) {
    width: 40%;
  }
  main.perio-lp section.price table.price_table colgroup col:nth-of-type(3) {
    width: 25.71%;
  }
}
main.perio-lp section.price table.price_table th,
main.perio-lp section.price table.price_table td {
  border: 1px solid #DFDFDF;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.price table.price_table th,
  main.perio-lp section.price table.price_table td {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp section.price table.price_table th,
  main.perio-lp section.price table.price_table td {
    display: table-cell;
  }
}
main.perio-lp section.price table.price_table thead th {
  background: var(--blue);
  color: #fff;
  text-align: center;
  padding: 10px;
}
main.perio-lp section.price table.price_table tbody tr td {
  padding: 15px 20px;
  line-height: 1.25;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.price table.price_table tbody tr td {
    padding: max(10px, 10px + 5 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp section.price table.price_table tbody tr td {
    padding: 10px max(5px, 5px + 3 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.price table + p {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.price .border_box {
  border: 1px solid var(--blue);
  background: #fff;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.price .border_box {
    margin-top: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.price .border_box .fz24 {
  font-weight: 500;
}
@media screen and (max-width: 389px) {
  main.perio-lp section.price .border_box p {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
main.perio-lp section.schedule .schedule_logo {
  display: block;
  width: 340px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.schedule .schedule_logo {
    width: max(240px, 240px + 100 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.schedule table.schedule_table {
  width: 840px;
  max-width: 100%;
  margin-inline: auto;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  main.perio-lp section.schedule table.schedule_table {
    width: 100%;
  }
}
main.perio-lp section.schedule table.schedule_table col:first-of-type {
  width: 280px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.schedule table.schedule_table col:first-of-type {
    width: max(105px, 105px + 175 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.schedule table.schedule_table th,
main.perio-lp section.schedule table.schedule_table td {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #AFAFAF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.schedule table.schedule_table th,
  main.perio-lp section.schedule table.schedule_table td {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp section.schedule table.schedule_table th,
  main.perio-lp section.schedule table.schedule_table td {
    display: table-cell;
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp section.schedule table.schedule_table th,
  main.perio-lp section.schedule table.schedule_table td {
    font-size: max(11px, 11px + 2 * (100vw - 320px) / 69);
  }
}
main.perio-lp section.schedule table.schedule_table thead th {
  background: var(--blue);
  color: #fff;
  padding: 18px 10px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.schedule table.schedule_table thead th {
    padding: max(10px, 10px + 8 * (100vw - 390px) / 1049) 10px;
  }
}
main.perio-lp section.schedule table.schedule_table tbody tr td {
  padding: 15px 20px;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.schedule table.schedule_table tbody tr td {
    padding: max(10px, 10px + 5 * (100vw - 390px) / 1049) max(5px, 5px + 15 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.schedule table.schedule_table tbody tr td:first-of-type {
  background: var(--bg-blue01);
}
main.perio-lp section.schedule table.schedule_table tbody tr td img {
  width: 20px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.schedule table.schedule_table tbody tr td img {
    width: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.contact {
  padding: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  main.perio-lp section.contact .pageWrapper {
    width: 100%;
  }
}
main.perio-lp section.contact .contact_body {
  position: relative;
  z-index: 0;
  padding: 80px 40px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.contact .contact_body {
    padding: max(50px, 50px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.perio-lp section.contact .contact_body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url(../img/perio-lp/contact_bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  main.perio-lp section.contact .contact_body::before {
    background-image: url(../img/perio-lp/contact_bg_sp.webp);
  }
}
main.perio-lp section.contact .contact_body::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--dark-blue);
  opacity: 0.8;
}
main.perio-lp section.contact .contact_body h2 {
  font-size: 56px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.contact .contact_body h2 {
    font-size: max(40px, 40px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp section.contact .contact_body h2 {
    font-size: max(32px, 32px + 8 * (100vw - 320px) / 69);
  }
}
main.perio-lp section.contact .contact_body h2 span {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
main.perio-lp section.contact .contact_body h2 .small {
  font-size: 32px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.contact .contact_body h2 .small {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio-lp section.contact .contact_body h2 .small {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
main.perio-lp section.contact .contact_body p {
  color: #fff;
  max-width: 960px;
  margin-inline: auto;
  letter-spacing: 0;
}
main.perio-lp section.contact .cta_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.contact .cta_btns {
    gap: max(10px, 10px + 30 * (100vw - 390px) / 1049);
    padding: max(30px, 30px + 10 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp section.contact .cta_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main.perio-lp section.contact .cta_btns .cta_btn {
  width: 340px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  text-decoration: none;
  background: var(--blue);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.contact .cta_btns .cta_btn {
    width: max(310px, 310px + 30 * (100vw - 390px) / 1049);
    height: max(50px, 50px + 30 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio-lp section.contact .cta_btns .cta_btn {
    width: 100%;
    max-width: 350px;
  }
}
main.perio-lp section.contact .cta_btns .cta_btn:hover {
  opacity: 0.8;
}
main.perio-lp section.contact .cta_btns .cta_btn.is-phone {
  background: #fff;
  color: var(--blue);
  border: 1px solid var(--blue);
}
main.perio-lp section.contact .cta_btns .cta_btn svg, main.perio-lp section.contact .cta_btns .cta_btn img {
  width: 30px;
  height: 30px;
  display: block;
}
@media screen and (max-width: 1439px) {
  main.perio-lp section.contact .cta_btns .cta_btn svg, main.perio-lp section.contact .cta_btns .cta_btn img {
    width: max(20px, 20px + 10 * (100vw - 390px) / 1049);
    height: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}

body#tinymce .mv .mv_img {
  height: auto !important;
  max-width: 100% !important;
}