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

.header_boroboro-lp {
  background: #fff;
  min-width: auto;
  z-index: 999;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .header_boroboro-lp {
    height: 55px;
    padding: 0 !important;
  }
}
.header_boroboro-lp h1 {
  font-size: 9px;
}
@media screen and (max-width: 767px) {
  .header_boroboro-lp h1 {
    position: static;
    font-size: 6px;
    margin-left: 5px !important;
  }
}
.header_boroboro-lp .logo {
  width: 492px;
  margin-top: 2px;
}
@media screen and (max-width: 1439px) {
  .header_boroboro-lp .logo {
    width: max(400px, 400px + 92 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .header_boroboro-lp .logo {
    width: 165px;
    display: block;
    margin-left: 5px !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 389px) {
  .header_boroboro-lp .logo {
    width: max(140px, 140px + 25 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  .header_boroboro-lp .logo a img {
    width: 100% !important;
  }
}
.header_boroboro-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_boroboro-lp .header_btn_wrap {
    right: 45px;
  }
}
.header_boroboro-lp .header_btn_wrap .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
}
.header_boroboro-lp .header_btn_wrap .btn a {
  width: 180px;
  height: 80px;
  background: #0077FF;
  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_boroboro-lp .header_btn_wrap .btn a {
    width: max(150px, 150px + 30 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .header_boroboro-lp .header_btn_wrap .btn a {
    width: max(80px, 80px + 40 * (100vw - 390px) / 378);
    height: 55px;
    font-size: 12px;
    line-height: 100%;
  }
}
@media screen and (max-width: 389px) {
  .header_boroboro-lp .header_btn_wrap .btn a {
    width: max(65px, 65px + 15 * (100vw - 320px) / 69);
    font-size: max(9px, 9px + 3 * (100vw - 320px) / 69);
  }
}
.header_boroboro-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_boroboro-lp .header_btn_wrap .btn a::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
.header_boroboro-lp .header_btn_wrap .btn:nth-of-type(2) a {
  background: #0555B0;
}
@media screen and (max-width: 767px) {
  .header_boroboro-lp .header_btn_wrap .btn:nth-of-type(2) a {
    font-size: 10px;
  }
}
@media screen and (max-width: 389px) {
  .header_boroboro-lp .header_btn_wrap .btn:nth-of-type(2) a {
    font-size: max(8px, 8px + 2 * (100vw - 320px) / 69);
  }
}
.header_boroboro-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_boroboro-lp .btn-trigger {
    width: 45px;
    height: 55px;
    display: block;
  }
}
.header_boroboro-lp .btn-trigger .icon_open, .header_boroboro-lp .btn-trigger .icon_close {
  display: none;
}
.header_boroboro-lp .btn-trigger .icon_open.active, .header_boroboro-lp .btn-trigger .icon_close.active {
  display: block;
}
.header_boroboro-lp nav.globalMenuSp {
  width: 600px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
  left: auto;
  background: #E4F4FF;
}
@media screen and (max-width: 1439px) {
  .header_boroboro-lp nav.globalMenuSp {
    width: max(400px, 400px + 200 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .header_boroboro-lp nav.globalMenuSp {
    width: 100%;
  }
}
.header_boroboro-lp nav.globalMenuSp ul {
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E4F4FF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header_boroboro-lp nav.globalMenuSp ul li {
  border-bottom: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_boroboro-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_boroboro-lp nav.globalMenuSp ul li a:hover {
  opacity: 0.8;
}
.header_boroboro-lp nav.globalMenuSp ul li:not(:first-of-type) {
  border-top: 1px solid #BADAFF;
}

.mv_boroboro-lp {
  position: relative;
}
.mv_boroboro-lp .mv_img {
  position: relative;
  height: calc(100svh - 80px - 60px);
}
@media screen and (max-width: 1024px) {
  .mv_boroboro-lp .mv_img {
    height: calc(100svh - 80px - 50px);
  }
}
@media screen and (max-width: 767px) {
  .mv_boroboro-lp .mv_img {
    height: calc(100svh - 60px - 55px);
  }
}
.mv_boroboro-lp .mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv_boroboro-lp .mv_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 52, 100, 0.3);
  z-index: 0;
  pointer-events: none;
}
.mv_boroboro-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_boroboro-lp .mv_title_wrap {
    left: 5.128vw;
  }
}
@media screen and (max-width: 389px) {
  .mv_boroboro-lp .mv_title_wrap {
    max-width: calc(100% - 40px);
    margin-inline: auto;
  }
}
.mv_boroboro-lp .mv_title_wrap .mv_title {
  font-family: "Noto Serif JP", serif;
  font-size: 56px;
  line-height: 160%;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 7px #333333;
  text-align: left;
}
@media screen and (max-width: 1439px) {
  .mv_boroboro-lp .mv_title_wrap .mv_title {
    font-size: max(32px, 32px + 24 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .mv_boroboro-lp .mv_title_wrap .mv_title {
    font-size: max(40px, 40px + 8 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  .mv_boroboro-lp .mv_title_wrap .mv_title {
    font-size: max(30px, 30px + 8 * (100vw - 320px) / 69);
    line-height: 140%;
  }
}
.mv_boroboro-lp .mv_title_wrap .mv_title span {
  font-family: "Noto Serif JP", serif;
}
.mv_boroboro-lp .mv_title_wrap .mv_title span.small {
  font-size: 48px;
}
@media screen and (max-width: 1439px) {
  .mv_boroboro-lp .mv_title_wrap .mv_title span.small {
    font-size: max(28px, 28px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .mv_boroboro-lp .mv_title_wrap .mv_title span.small {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  .mv_boroboro-lp .mv_title_wrap .mv_title span.small {
    font-size: max(15px, 15px + 3 * (100vw - 320px) / 69);
  }
}
.mv_boroboro-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;
  text-shadow: 0 0 5px rgba(51, 51, 51, 0.9);
}
@media screen and (max-width: 1439px) {
  .mv_boroboro-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_boroboro-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_boroboro-lp .mv_title_wrap .mv_subtitle {
    font-size: max(11px, 11px + 3 * (100vw - 320px) / 69);
    line-height: 160%;
  }
}
.mv_boroboro-lp .mv_title_wrap .mv_subtitle span {
  font-family: "Noto Serif JP", serif;
}
.mv_boroboro-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_boroboro-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_boroboro-lp .mv_catch_list {
    margin-top: max(20px, 20px + 10 * (100vw - 390px) / 378);
    gap: max(10px, 10px + 5 * (100vw - 390px) / 378);
  }
}
.mv_boroboro-lp .mv_catch_list li {
  width: 180px;
  height: 180px;
  background: #fff;
  border-radius: 50%;
  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;
  -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;
}
@media screen and (max-width: 1439px) {
  .mv_boroboro-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_boroboro-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: 389px) {
  .mv_boroboro-lp .mv_catch_list li {
    width: calc(33.3333333333% - 6.6666666667px);
    height: auto;
    aspect-ratio: 1/1;
  }
}
.mv_boroboro-lp .mv_catch_list li::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 #0077FF;
  pointer-events: none;
  border-radius: 50%;
}
.mv_boroboro-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_boroboro-lp .mv_catch_list li img {
    width: max(80px, 80px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .mv_boroboro-lp .mv_catch_list li img {
    width: max(60px, 60px + 20 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  .mv_boroboro-lp .mv_catch_list li img {
    width: max(50px, 50px + 10 * (100vw - 320px) / 69);
  }
}
.mv_boroboro-lp .mv_catch_list li span {
  font-size: 24px;
  position: relative;
  z-index: 2;
  line-height: 140%;
  color: #0077FF;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  .mv_boroboro-lp .mv_catch_list li span {
    font-size: max(20px, 20px + 4 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .mv_boroboro-lp .mv_catch_list li span {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  .mv_boroboro-lp .mv_catch_list li span {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
.mv_boroboro-lp .mv_catch_list li:nth-of-type(2) span {
  font-size: 18px;
}
@media screen and (max-width: 1439px) {
  .mv_boroboro-lp .mv_catch_list li:nth-of-type(2) span {
    font-size: max(14px, 14px + 4 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .mv_boroboro-lp .mv_catch_list li:nth-of-type(2) span {
    font-size: max(12px, 12px + 2 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  .mv_boroboro-lp .mv_catch_list li:nth-of-type(2) span {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
.mv_boroboro-lp .mv_catch_list li:nth-of-type(3) span {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .mv_boroboro-lp .mv_catch_list li:nth-of-type(3) span {
    font-size: max(12px, 12px + 4 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .mv_boroboro-lp .mv_catch_list li:nth-of-type(3) span {
    font-size: max(12px, 12px + 2 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  .mv_boroboro-lp .mv_catch_list li:nth-of-type(3) span {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}

.global-nav {
  background: #E4F4FF;
  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.boroboro-lp {
  background: #fff;
}
main.boroboro-lp .pageWrapper {
  max-width: 1080px;
}
@media screen and (min-width: 1601px) {
  main.boroboro-lp .pageWrapper {
    width: 85%;
  }
}
@media screen and (max-width: 1600px) {
  main.boroboro-lp .pageWrapper {
    width: 85%;
  }
}
@media (max-width: 767px) {
  main.boroboro-lp .pageWrapper {
    width: 85%;
  }
}
@media screen and (max-width: 500px) {
  main.boroboro-lp .pageWrapper {
    width: calc(100% - 40px);
  }
}
main.boroboro-lp h2, main.boroboro-lp h3 {
  border-bottom: none;
  line-height: 1.5;
}
main.boroboro-lp h2 span, main.boroboro-lp h3 span {
  border-bottom: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp h2 + picture img {
    width: 100%;
  }
}
main.boroboro-lp h2.section_title span.db {
  display: block;
}
main.boroboro-lp h2.section_title01 {
  font-size: 40px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp h2.section_title01 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp h2.section_title01 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.boroboro-lp h2.section_title01 span.en {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  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: #0077FF;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp h2.section_title01 span.en {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp h2.section_title01 span.en::before, main.boroboro-lp h2.section_title01 span.en::after {
  content: "";
  position: absolute;
  top: 48%;
  width: 20px;
  height: 1px;
  background: #0077FF;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp h2.section_title01 span.en::before, main.boroboro-lp h2.section_title01 span.en::after {
    width: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp h2.section_title01 span.en::before {
  left: -25px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp h2.section_title01 span.en::before {
    left: min(-20px, -20px + -5 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp h2.section_title01 span.en::after {
  right: -25px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp h2.section_title01 span.en::after {
    right: min(-20px, -20px + -5 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp h2.section_title02 {
  position: relative;
  z-index: 0;
  background: #0077FF;
}
main.boroboro-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.boroboro-lp h2.section_title02::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
main.boroboro-lp h2.section_title02.dark-blue {
  background-color: #0555B0;
}
main.boroboro-lp h2.section_title02.dark-blue .triangle::before, main.boroboro-lp h2.section_title02.dark-blue .triangle::after {
  background-color: #024087;
}
main.boroboro-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.boroboro-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.boroboro-lp h2.section_title02 .triangle {
    font-size: max(20px, 20px + 10 * (100vw - 390px) / 378);
  }
}
main.boroboro-lp h2.section_title02 .triangle::before, main.boroboro-lp h2.section_title02 .triangle::after {
  content: "";
  position: absolute;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  background: #0368DC;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp h2.section_title02 .triangle::before, main.boroboro-lp h2.section_title02 .triangle::after {
    width: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.boroboro-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.boroboro-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.boroboro-lp h2.section_title02 .triangle span.small {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp h2.section_title02 .triangle span.small {
    font-size: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.boroboro-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.boroboro-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.boroboro-lp h2.section_title03 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
main.boroboro-lp h2.section_title03 .line {
  display: block;
  position: relative;
  font-size: 48px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #0077FF;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp h2.section_title03 .line {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp h2.section_title03 .line {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
main.boroboro-lp h2.section_title03 .line::before, main.boroboro-lp h2.section_title03 .line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background: #0077FF;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp h2.section_title03 .line::before, main.boroboro-lp h2.section_title03 .line::after {
    width: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp h2.section_title03 .line::before {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  left: -20px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp h2.section_title03 .line::before {
    left: min(-10px, -10px + -10 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp h2.section_title03 .line::after {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  right: -20px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp h2.section_title03 .line::after {
    right: min(-10px, -10px + -10 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp h2.section_title03 span.small {
  font-size: 24px;
  color: #222;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  display: block;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp h2.section_title03 span.small {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp h3 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp h3 {
    font-size: max(24px, 24px + 8 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp h3 {
    font-size: max(24px, 24px + 4 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp h3 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.boroboro-lp h3.border_bottom {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #0077FF;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCE4FF;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp h3.border_bottom {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp h3.border_bottom::before {
  content: "";
  width: 200px;
  height: 1px;
  background: #0077FF;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp h3.border_bottom::before {
    width: max(80px, 80px + 120 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp p {
  color: #222;
  line-height: 180%;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp p {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
main.boroboro-lp section {
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}
main.boroboro-lp section.section_bg {
  position: relative;
  z-index: 0;
}
main.boroboro-lp section.section_bg::before, main.boroboro-lp section.section_bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/865;
  z-index: -1;
}
main.boroboro-lp section.section_bg::before {
  left: 0;
  top: 0;
  background: url(../img/boroboro-lp/section_bg01.webp) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.section_bg::before {
    background-image: url(../img/boroboro-lp/section_bg01_sp.webp);
  }
}
main.boroboro-lp section.section_bg::after {
  right: 0;
  bottom: 0;
  background: url(../img/boroboro-lp/section_bg02.webp) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.section_bg::after {
    background-image: url(../img/boroboro-lp/section_bg02_sp.webp);
  }
}
main.boroboro-lp .border_blue {
  border: 1px solid #0077FF;
}
main.boroboro-lp .dib {
  display: inline-block;
  padding: 0;
}
main.boroboro-lp .blue {
  color: #0077FF;
}
main.boroboro-lp .text-center {
  text-align: center;
}
main.boroboro-lp .bg-blue01 {
  background: #E4F4FF;
}
main.boroboro-lp .bg-blue02 {
  background: #F0F7FF;
}
main.boroboro-lp .bg-blue03 {
  background: #CCE4FF;
}
main.boroboro-lp .bg-blue04 {
  background: #E2F5FF;
}
main.boroboro-lp .bg-blue05 {
  background: #E9F7FF;
}
main.boroboro-lp .bg-gray {
  background: #FAFAFA;
}
main.boroboro-lp .mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp .mt100 {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp .fz24 {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp .fz24 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp .notoserif {
  font-family: "Noto Serif JP", serif;
}
main.boroboro-lp ul.circle li {
  padding-left: 15px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp ul.circle li {
    padding-left: max(11px, 11px + 4 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp ul.circle li:not(:first-of-type) {
  margin-top: 10px;
}
main.boroboro-lp ul.circle li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #0077FF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp ul.circle li::before {
    width: max(6px, 6px + 4 * (100vw - 390px) / 1049);
    height: max(6px, 6px + 4 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main.boroboro-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.boroboro-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.boroboro-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.boroboro-lp .flex.row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.boroboro-lp .flex.gap40 {
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp .flex.gap40 {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp .flex.gap60 {
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp .flex.gap60 {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp .flex.left-full {
  margin-left: -180px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp .flex.left-full {
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .flex.left-full {
    margin-left: 0;
  }
}
main.boroboro-lp .flex.right-full {
  margin-right: -180px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp .flex.right-full {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .flex.right-full {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .flex .flex_item > picture img, main.boroboro-lp .flex .flex_item > img {
    width: 100%;
  }
}
main.boroboro-lp .grid {
  display: grid;
}
main.boroboro-lp .grid.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .grid.sp-col-1 {
    grid-template-columns: 1fr;
  }
}
main.boroboro-lp .grid.gap40 {
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp .grid.gap40 {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.concept {
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1;
}
main.boroboro-lp section.concept::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/boroboro-lp/concept_bg_img.webp) no-repeat center/cover;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.concept::before {
    background: url(../img/boroboro-lp/concept_bg_img_sp.webp) no-repeat center/cover;
  }
}
main.boroboro-lp section.concept::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(35, 104, 173, 0.8);
}
main.boroboro-lp section.concept .concept_body {
  max-width: 920px;
  margin-inline: auto;
}
main.boroboro-lp section.concept .concept_body h2.section_title01 {
  color: #fff;
}
main.boroboro-lp section.concept .concept_body h2.section_title01 span.en {
  color: #fff;
}
main.boroboro-lp section.concept .concept_body h2.section_title01 span.en::before, main.boroboro-lp section.concept .concept_body h2.section_title01 span.en::after {
  background: #fff;
}
main.boroboro-lp section.concept .concept_body h3 {
  color: #fff;
}
main.boroboro-lp section.concept .concept_body p {
  color: #fff;
  font-size: 20px;
  line-height: 200%;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.concept .concept_body p {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.concept .concept_body p {
    line-height: 180%;
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.concept .concept_body p {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
main.boroboro-lp section.anxiety-treatment h2 {
  font-size: 48px;
  line-height: 180%;
  color: #0077FF;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.anxiety-treatment h2 {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.anxiety-treatment h2 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.boroboro-lp section.anxiety-treatment h2 span {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
main.boroboro-lp section.anxiety-treatment h2 span.small {
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  color: #0077FF;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.anxiety-treatment h2 span.small {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.anxiety-treatment h2 span.small {
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
  }
}
main.boroboro-lp section.anxiety-treatment .flex .flex_item:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 52%;
      -ms-flex: 0 1 52%;
          flex: 0 1 52%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.anxiety-treatment .flex .flex_item:first-of-type {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
main.boroboro-lp section.anxiety-treatment .flex .flex_item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 48%;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.anxiety-treatment .flex .flex_item:nth-of-type(2) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
main.boroboro-lp section.anxiety-treatment .flex .flex_item p {
  line-height: 210%;
}
main.boroboro-lp section.case ul.case_list li {
  background: #F0F7FF;
}
main.boroboro-lp section.case ul.case_list li h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: #0077FF;
  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.boroboro-lp section.case ul.case_list li h3 {
    font-size: max(18px, 18px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.case ul.case_list li h3 {
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.case ul.case_list li h3 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.case ul.case_list li h3 {
    padding: 12px 8px;
  }
}
main.boroboro-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.boroboro-lp section.case ul.case_list li span.age {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.case ul.case_list li .before-after_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.case ul.case_list li .before-after_wrap {
    margin-top: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    gap: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.case ul.case_list li .before-after_wrap .before .label, main.boroboro-lp section.case ul.case_list li .before-after_wrap .after .label {
  font-size: 24px;
  margin-top: 14px;
  font-weight: 500;
  text-align: center;
  font-family: "Lora", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.case ul.case_list li .before-after_wrap .before .label, main.boroboro-lp section.case ul.case_list li .before-after_wrap .after .label {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    margin-top: max(10px, 10px + 4 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.case ul.case_list li .before-after_wrap .after .img_wrap {
  position: relative;
}
main.boroboro-lp section.case ul.case_list li .before-after_wrap .after .img_wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 10px;
  height: 25px;
  background: #222;
  -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.boroboro-lp section.case ul.case_list li .before-after_wrap .after .img_wrap::before {
    width: max(8px, 8px + 2 * (100vw - 390px) / 1049);
    height: max(20px, 20px + 5 * (100vw - 390px) / 1049);
    left: min(-6px, -6px + -4 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.case ul.case_list li .before-after_wrap .after .label {
  color: #0077FF;
}
main.boroboro-lp section.case ul.case_list li table {
  border-collapse: collapse;
}
main.boroboro-lp section.case ul.case_list li table tbody th, main.boroboro-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.boroboro-lp section.case ul.case_list li table tbody th, main.boroboro-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.boroboro-lp section.case ul.case_list li table tbody th, main.boroboro-lp section.case ul.case_list li table tbody td {
    display: table-cell;
  }
}
main.boroboro-lp section.case ul.case_list li table tbody th {
  background: #0077FF;
  color: #fff;
  font-weight: bold;
  padding: 7px;
  min-width: 80px;
}
main.boroboro-lp section.case ul.case_list li table tbody td {
  padding: 10px;
  line-height: 160%;
  background: #fff;
}
main.boroboro-lp section.doctor .flex .flex_item:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 47.6%;
      -ms-flex: 0 1 47.6%;
          flex: 0 1 47.6%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.doctor .flex .flex_item:first-of-type {
    margin-left: calc(50% - 50vw);
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
main.boroboro-lp section.doctor .flex .flex_item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 52.4%;
      -ms-flex: 0 1 52.4%;
          flex: 0 1 52.4%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.doctor .flex .flex_item:nth-of-type(2) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
main.boroboro-lp section.doctor .flex.row-reverse .flex_item:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 45%;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.doctor .flex.row-reverse .flex_item:first-of-type {
    margin-right: calc(50% - 50vw);
    margin-left: 0;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
main.boroboro-lp section.doctor .flex.row-reverse .flex_item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 55%;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.doctor .flex.row-reverse .flex_item:nth-of-type(2) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
main.boroboro-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.boroboro-lp section.doctor .doctor_catch {
    font-size: max(22px, 22px + 16 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.doctor .doctor_catch {
    font-size: max(24px, 24px + 4 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.doctor .doctor_catch {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.doctor .doctor_catch {
    line-height: 180%;
  }
}
main.boroboro-lp section.doctor .doctor_catch span {
  font-family: "Noto Serif JP", serif;
}
main.boroboro-lp section.doctor h3 {
  font-size: 32px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.doctor h3 {
    font-size: max(18px, 18px + 14 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.doctor h3 {
    font-size: max(18px, 18px + 4 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.doctor h3 {
    font-size: max(15px, 15px + 3 * (100vw - 320px) / 69);
  }
}
main.boroboro-lp section.doctor .reports h3 {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.doctor .reports h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
main.boroboro-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.boroboro-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.boroboro-lp section.doctor .reports dl dt, main.boroboro-lp section.doctor .reports dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.doctor .reports dl dt, main.boroboro-lp section.doctor .reports dl dd {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.doctor .reports dl dt:not(:first-of-type), main.boroboro-lp section.doctor .reports dl dd:not(:first-of-type) {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.doctor .reports dl dt:not(:first-of-type), main.boroboro-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.boroboro-lp section.doctor .reports dl dt, main.boroboro-lp section.doctor .reports dl dd {
    line-height: 1.5;
  }
}
main.boroboro-lp section.doctor .reports dl dt {
  width: 100px;
  font-family: "Lora", serif;
  color: #A9A9A9;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.doctor .reports dl dt {
    width: 100%;
  }
}
main.boroboro-lp section.doctor .reports dl dd {
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.doctor .reports dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.doctor .reports dl dd:not(:first-of-type) {
    margin-top: 5px !important;
  }
}
main.boroboro-lp section.doctor .reports .grid .grid_item {
  border: 1px solid #0077FF;
  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.boroboro-lp section.doctor .reports .grid h4 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
  background: #0077FF;
  padding: 10px 8px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.doctor .reports .grid h4 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.doctor .reports .grid h4 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
main.boroboro-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.boroboro-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.boroboro-lp section.doctor .reports .grid ul {
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049) max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
main.boroboro-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.boroboro-lp section.doctor .reports .grid ul li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.doctor .reports .grid ul li {
    line-height: 2.1428571429;
  }
}
main.boroboro-lp section.doctor .licenses h3 {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.doctor .licenses h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.doctor .licenses .splide {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
main.boroboro-lp section.doctor .licenses .splide .splide__list {
  height: auto;
}
main.boroboro-lp section.doctor .licenses .splide li {
  width: auto;
}
main.boroboro-lp section.doctor .licenses .splide li img {
  width: auto;
  height: 100%;
}
main.boroboro-lp .contact {
  background: url(../img/boroboro-lp/contact_bg.webp) no-repeat center/cover;
}
main.boroboro-lp .contact .contact_body {
  background: #fff;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp .contact .contact_body {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp .contact .contact_body::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eff6ff;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
main.boroboro-lp .contact .contact_body h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #0077FF;
  line-height: 1.5;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp .contact .contact_body h2 {
    font-size: max(32px, 32px + 8 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp .contact .contact_body h2 span {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
main.boroboro-lp .contact .contact_body h2 .small {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  display: block;
  color: #222;
  line-height: 1.5;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp .contact .contact_body h2 .small {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp .contact .contact_body h2 .small {
    font-size: max(12px, 12px + 4 * (100vw - 320px) / 69);
  }
}
main.boroboro-lp .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;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp .contact .cta_btns {
    gap: max(10px, 10px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .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.boroboro-lp .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: #0077FF;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp .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: 389px) {
  main.boroboro-lp .contact .cta_btns .cta_btn {
    width: 100%;
  }
}
main.boroboro-lp .contact .cta_btns .cta_btn:hover {
  opacity: 0.8;
}
main.boroboro-lp .contact .cta_btns .cta_btn svg, main.boroboro-lp .contact .cta_btns .cta_btn img {
  width: 30px;
  height: 30px;
  display: block;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp .contact .cta_btns .cta_btn svg, main.boroboro-lp .contact .cta_btns .cta_btn img {
    width: max(20px, 20px + 10 * (100vw - 390px) / 1049);
    height: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.repair {
  padding-bottom: 0;
}
main.boroboro-lp section.repair .flex .flex_item:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 39.6%;
      -ms-flex: 0 1 39.6%;
          flex: 0 1 39.6%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.repair .flex .flex_item:first-of-type {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
main.boroboro-lp section.repair .flex .flex_item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 60.4%;
      -ms-flex: 0 1 60.4%;
          flex: 0 1 60.4%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.repair .flex .flex_item:nth-of-type(2) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.repair .flex .flex_item img {
    width: 100%;
  }
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.repair h3 {
    font-size: max(23.5px, 23.5px + 8.5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.repair h3 {
    font-size: max(18px, 18px + 4 * (100vw - 320px) / 69);
  }
}
main.boroboro-lp section.difference {
  margin-top: 200px;
  padding-top: 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.difference {
    margin-top: max(100px, 100px + 100 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.difference::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  background: #CCE4FF;
  z-index: -1;
  top: 80px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.difference::before {
    top: max(47px, 47px + 33 * (100vw - 390px) / 1049);
    height: calc(100% - max(47px, 47px + 33 * (100vw - 390px) / 1049));
  }
}
main.boroboro-lp section.difference .flex {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.difference .flex .flex_item {
    display: contents;
  }
}
main.boroboro-lp section.difference .flex .flex_item:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 49.2%;
      -ms-flex: 0 1 49.2%;
          flex: 0 1 49.2%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.difference .flex .flex_item:first-of-type {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
main.boroboro-lp section.difference .flex .flex_item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50.8%;
      -ms-flex: 0 1 50.8%;
          flex: 0 1 50.8%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.difference .flex .flex_item:nth-of-type(2) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.difference .flex .flex_item img, main.boroboro-lp section.difference .flex .flex_item .en, main.boroboro-lp section.difference .flex .flex_item h2, main.boroboro-lp section.difference .flex .flex_item p {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.difference .flex .flex_item picture {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
main.boroboro-lp section.difference .flex .flex_item .en {
  margin-top: 15px;
  font-size: 100px;
  font-family: "Lora", serif;
  font-weight: 400;
  line-height: 120%;
  color: #0077FF;
  opacity: 0.2;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.difference .flex .flex_item .en {
    font-size: max(64px, 64px + 36 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.difference .flex .flex_item .en {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.difference .flex .flex_item .en {
    font-size: max(48px, 48px + 16 * (100vw - 320px) / 69);
  }
}
main.boroboro-lp section.difference .flex .flex_item h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #0077FF;
  border-bottom: 1px solid #0077FF;
  padding-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.difference .flex .flex_item h2 {
    font-size: max(23px, 23px + 17 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.difference .flex .flex_item h2 {
    font-size: max(23px, 23px + 5 * (100vw - 390px) / 378);
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.difference .flex .flex_item h2 {
    font-size: max(18px, 18px + 4 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.difference .flex .flex_item p {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0;
  }
}
main.boroboro-lp section.difference .grid .grid_item {
  background: #fff;
  position: relative;
  z-index: 0;
  min-height: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.difference .grid .grid_item {
    min-height: max(255px, 255px + 65 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.difference .grid .grid_item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
main.boroboro-lp section.difference .grid .grid_item h3 {
  text-align: center;
  color: #0077FF;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.difference .grid .grid_item h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.difference .grid .grid_item p {
  line-height: 210%;
}
main.boroboro-lp section.treatment {
  margin-top: 100px;
  padding-top: 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.treatment {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.treatment::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  background: #E2F5FF;
  z-index: -1;
  top: 80px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.treatment::before {
    top: max(47px, 47px + 33 * (100vw - 390px) / 1049);
    height: calc(100% - max(47px, 47px + 33 * (100vw - 390px) / 1049));
  }
}
main.boroboro-lp section.treatment .flex {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.treatment .flex .flex_item {
    display: contents;
  }
}
main.boroboro-lp section.treatment .flex .flex_item:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 49.2%;
      -ms-flex: 0 1 49.2%;
          flex: 0 1 49.2%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.treatment .flex .flex_item:first-of-type {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
main.boroboro-lp section.treatment .flex .flex_item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50.8%;
      -ms-flex: 0 1 50.8%;
          flex: 0 1 50.8%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.treatment .flex .flex_item:nth-of-type(2) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.treatment .flex .flex_item img, main.boroboro-lp section.treatment .flex .flex_item .en, main.boroboro-lp section.treatment .flex .flex_item h2, main.boroboro-lp section.treatment .flex .flex_item p {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.treatment .flex .flex_item picture {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
main.boroboro-lp section.treatment .flex .flex_item .en {
  margin-top: 15px;
  font-size: 100px;
  font-family: "Lora", serif;
  font-weight: 400;
  line-height: 120%;
  color: #0077FF;
  opacity: 0.2;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.treatment .flex .flex_item .en {
    font-size: max(64px, 64px + 36 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.treatment .flex .flex_item .en {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.treatment .flex .flex_item .en {
    font-size: max(48px, 48px + 16 * (100vw - 320px) / 69);
  }
}
main.boroboro-lp section.treatment .flex .flex_item h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #0077FF;
  border-bottom: 1px solid #0077FF;
  padding-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.treatment .flex .flex_item h2 {
    font-size: max(24px, 24px + 16 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.treatment .flex .flex_item h2 {
    font-size: max(24px, 24px + 4 * (100vw - 390px) / 378);
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.treatment .flex .flex_item h2 {
    font-size: max(18px, 18px + 4 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.treatment .flex .flex_item p {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0;
  }
}
main.boroboro-lp section.treatment .grid .grid_item {
  background: #fff;
  position: relative;
  z-index: 0;
  min-height: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.treatment .grid .grid_item {
    min-height: max(255px, 255px + 65 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.treatment .grid .grid_item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
main.boroboro-lp section.treatment .grid .grid_item h3 {
  text-align: center;
  color: #0077FF;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.treatment .grid .grid_item h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.treatment .grid .grid_item p {
  line-height: 210%;
}
main.boroboro-lp section.reason h2 {
  font-size: 48px;
  line-height: 180%;
  color: #0077FF;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.reason h2 {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.reason h2 {
    font-size: max(18px, 18px + 4 * (100vw - 320px) / 69);
  }
}
main.boroboro-lp section.reason h2 span {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
main.boroboro-lp section.reason h2 span.small {
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  color: #0077FF;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.reason h2 span.small {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.reason h2.section_title02 .triangle {
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
  }
}
main.boroboro-lp section.reason .flex .flex_item:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 52%;
      -ms-flex: 0 1 52%;
          flex: 0 1 52%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.reason .flex .flex_item:first-of-type {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
main.boroboro-lp section.reason .flex .flex_item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 48%;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.reason .flex .flex_item:nth-of-type(2) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
main.boroboro-lp section.reason .flex .flex_item p {
  line-height: 210%;
}
main.boroboro-lp section.guarantee .grid .grid_item {
  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;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.guarantee .grid .grid_item img {
    width: 100%;
  }
}
main.boroboro-lp section.guarantee .grid .grid_item .box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px 40px 40px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.guarantee .grid .grid_item .box {
    padding: max(12px, 12px + 12 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.guarantee .grid .grid_item .box h3 {
  text-align: center;
  color: #0077FF;
}
main.boroboro-lp section.price h2 + h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.price h2 + h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.price h2 + h3 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.price h2 + h3 + p {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
main.boroboro-lp section.price table.price_table {
  width: 100%;
  border-collapse: collapse;
}
main.boroboro-lp section.price table.price_table colgroup col:nth-of-type(1) {
  width: 37.04%;
}
main.boroboro-lp section.price table.price_table colgroup col:nth-of-type(2) {
  width: 39.81%;
}
main.boroboro-lp section.price table.price_table colgroup col:nth-of-type(3) {
  width: 23.15%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.price table.price_table colgroup col:nth-of-type(1) {
    width: 34.29%;
  }
  main.boroboro-lp section.price table.price_table colgroup col:nth-of-type(2) {
    width: 40%;
  }
  main.boroboro-lp section.price table.price_table colgroup col:nth-of-type(3) {
    width: 25.71%;
  }
}
main.boroboro-lp section.price table.price_table th, main.boroboro-lp section.price table.price_table td {
  border: 1px solid #DFDFDF;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.price table.price_table th, main.boroboro-lp section.price table.price_table td {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.price table.price_table th, main.boroboro-lp section.price table.price_table td {
    display: table-cell;
  }
}
main.boroboro-lp section.price table.price_table thead th {
  background: #0077FF;
  color: #fff;
  text-align: center;
  padding: 10px;
}
main.boroboro-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.boroboro-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.boroboro-lp section.price table.price_table tbody tr td {
    padding: 10px max(5px, 5px + 3 * (100vw - 320px) / 69);
  }
}
main.boroboro-lp section.price table.price_table tbody tr td:first-of-type {
  font-weight: bold;
  text-align: center;
}
main.boroboro-lp section.price table.price_table tbody tr td:nth-of-type(3) {
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.price table + p {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.price .border_box {
  border: 1px solid #0077FF;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.price .border_box {
    margin-top: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.price .border_box .fz24 {
  font-weight: 500;
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.price .border_box p {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
main.boroboro-lp section.adaptation, main.boroboro-lp section.reconstruction {
  padding: 60px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.adaptation, main.boroboro-lp section.reconstruction {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.adaptation .pageWrapper, main.boroboro-lp section.reconstruction .pageWrapper {
  width: 85%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.adaptation .pageWrapper, main.boroboro-lp section.reconstruction .pageWrapper {
    width: calc(100% - 40px);
  }
}
main.boroboro-lp section.adaptation h2.section_title02 .triangle, main.boroboro-lp section.reconstruction h2.section_title02 .triangle {
  font-size: 32px;
  padding: 21px 8px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.adaptation h2.section_title02 .triangle, main.boroboro-lp section.reconstruction h2.section_title02 .triangle {
    font-size: max(20px, 20px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.adaptation h2.section_title02 .triangle, main.boroboro-lp section.reconstruction h2.section_title02 .triangle {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.adaptation h2.section_title02 .triangle, main.boroboro-lp section.reconstruction h2.section_title02 .triangle {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
main.boroboro-lp section.adaptation .box, main.boroboro-lp section.reconstruction .box {
  background: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.adaptation .box, main.boroboro-lp section.reconstruction .box {
    padding: max(40px, 40px + 40 * (100vw - 390px) / 1049) 0;
  }
}
main.boroboro-lp section.adaptation .flex .flex_item:first-of-type, main.boroboro-lp section.reconstruction .flex .flex_item:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 39.6%;
      -ms-flex: 0 1 39.6%;
          flex: 0 1 39.6%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.adaptation .flex .flex_item:first-of-type, main.boroboro-lp section.reconstruction .flex .flex_item:first-of-type {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
main.boroboro-lp section.adaptation .flex .flex_item:nth-of-type(2), main.boroboro-lp section.reconstruction .flex .flex_item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 60.4%;
      -ms-flex: 0 1 60.4%;
          flex: 0 1 60.4%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.adaptation .flex .flex_item:nth-of-type(2), main.boroboro-lp section.reconstruction .flex .flex_item:nth-of-type(2) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
main.boroboro-lp section.adaptation .flex h3, main.boroboro-lp section.reconstruction .flex h3 {
  color: #0077FF;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.adaptation .flex h3, main.boroboro-lp section.reconstruction .flex h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.flow {
  padding-bottom: 0;
}
main.boroboro-lp section.flow .flow_wrap .flow_tabs {
  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: 20px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.flow .flow_wrap .flow_tabs {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.flow .flow_wrap .flow_tabs li {
  width: 280px;
  height: 70px;
  color: #A6D2FD;
  background: #F0F7FF;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.flow .flow_wrap .flow_tabs li {
    font-size: max(16px, 16px + 8 * (100vw - 768px) / 671);
    width: max(110px, 110px + 170 * (100vw - 390px) / 1049);
    height: max(60px, 60px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.flow .flow_wrap .flow_tabs li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 378);
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.flow .flow_wrap .flow_tabs li {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
    width: max(90px, 90px + 20 * (100vw - 320px) / 69);
    padding: 8px 5px;
  }
}
main.boroboro-lp section.flow .flow_wrap .flow_tabs li:hover {
  opacity: 0.8;
}
main.boroboro-lp section.flow .flow_wrap .flow_tabs li.active {
  color: #fff;
  background: #0077FF;
  cursor: default;
}
main.boroboro-lp section.flow .flow_wrap .flow_tabs li.active:hover {
  opacity: 1;
}
main.boroboro-lp section.flow .flow_wrap .flow_content {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  border-top: 1px solid #0077FF;
}
main.boroboro-lp section.flow .flow_wrap .flow_content ul.flow_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: 52px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.flow .flow_wrap .flow_content ul.flow_list {
    gap: max(36px, 36px + 16 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.flow .flow_wrap .flow_content ul.flow_list.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
main.boroboro-lp section.flow .flow_wrap .flow_content ul.flow_list li {
  background: #fff;
  border: 1px solid #0077FF;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.flow .flow_wrap .flow_content ul.flow_list li {
    padding: max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.flow .flow_wrap .flow_content ul.flow_list li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 40px;
  height: 20px;
  background: #0077FF;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
main.boroboro-lp section.flow .flow_wrap .flow_content ul.flow_list li .flex .flex_item:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 30.7%;
      -ms-flex: 0 1 30.7%;
          flex: 0 1 30.7%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.flow .flow_wrap .flow_content ul.flow_list li .flex .flex_item:first-of-type {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
main.boroboro-lp section.flow .flow_wrap .flow_content ul.flow_list li .flex .flex_item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 69.7%;
      -ms-flex: 0 1 69.7%;
          flex: 0 1 69.7%;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.flow .flow_wrap .flow_content ul.flow_list li .flex .flex_item:nth-of-type(2) {
    margin-top: 0;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
main.boroboro-lp section.flow .flow_wrap .flow_content ul.flow_list li .flex h3.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 500;
  color: #0077FF;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.flow .flow_wrap .flow_content ul.flow_list li .flex h3.title {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.flow .flow_wrap .flow_content ul.flow_list li .flex h3.title span.number {
  width: 50px;
  height: 50px;
  color: #fff;
  background: #0555B0;
  position: relative;
  z-index: 0;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lora", serif;
  letter-spacing: 0.05em;
  display: grid;
  place-items: center;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.flow .flow_wrap .flow_content ul.flow_list li .flex h3.title span.number {
    width: max(35px, 35px + 15 * (100vw - 390px) / 1049);
    height: max(35px, 35px + 15 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.flow .flow_wrap .flow_content ul.flow_list li .flex h3.title span.number::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0077FF;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
main.boroboro-lp section.flow .flow_wrap .flow_content ul.flow_list li .flex p {
  line-height: 160%;
}
main.boroboro-lp section.merit-demerit h2.section_title02 .triangle {
  padding: 21px 8px;
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.merit-demerit h2.section_title02 .triangle {
    font-size: max(20px, 20px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.merit-demerit h2.section_title02 .triangle {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 378);
  }
}
main.boroboro-lp section.merit-demerit ul.merit-demerit_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: 24px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.merit-demerit ul.merit-demerit_list {
    gap: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.merit-demerit ul.merit-demerit_list li h4 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #0077FF;
  margin: 0;
  padding: 0;
  padding-left: 31px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.merit-demerit ul.merit-demerit_list li h4 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    padding-left: max(25px, 25px + 6 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.merit-demerit ul.merit-demerit_list li h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(../img/boroboro-lp/icon_check.png) no-repeat center/contain;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.merit-demerit ul.merit-demerit_list li h4::before {
    width: max(20px, 20px + 5 * (100vw - 390px) / 1049);
    height: max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.merit-demerit ul.merit-demerit_list li p {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.merit-demerit ul.merit-demerit_list li p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main.boroboro-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.boroboro-lp section.faq .faq_list {
    gap: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.faq .faq_list .faq_item {
  border: 1px solid #0077FF;
  overflow: hidden;
}
main.boroboro-lp section.faq .faq_list .faq_item input.faq_toggle {
  display: none;
}
main.boroboro-lp section.faq .faq_list .faq_item label.faq_question {
  width: 100%;
  padding: 20px 20px;
  padding-right: 50px;
  background-color: #fff;
  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.boroboro-lp section.faq .faq_list .faq_item label.faq_question {
    padding: max(15px, 15px + 5 * (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);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.faq .faq_list .faq_item label.faq_question {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
main.boroboro-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/boroboro-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.boroboro-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.boroboro-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: #0555B0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.boroboro-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.boroboro-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: #0077FF;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
main.boroboro-lp section.faq .faq_list .faq_item label.faq_question span.q_title {
  font-size: 20px;
  font-weight: 500;
  color: #0077FF;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0.1em 0 0;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.faq .faq_list .faq_item label.faq_question span.q_title {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.faq .faq_list .faq_item label.faq_question span.q_title {
    margin: 0.35em 0 0;
  }
}
main.boroboro-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: #CCE4FF;
  padding: 0 20px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-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.boroboro-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.boroboro-lp section.faq .faq_list .faq_item .faq_answer .flex {
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.faq .faq_list .faq_item .faq_answer span.a_mark {
  font-size: 20px;
  color: #0077FF;
  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 #0077FF;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  main.boroboro-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.boroboro-lp section.faq .faq_list .faq_item .faq_answer span.a_mark {
    margin-top: 4px;
  }
}
main.boroboro-lp section.faq .faq_list .faq_item .faq_answer p {
  margin: 0.35em 0 0;
}
main.boroboro-lp section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question::after {
  background: url(../img/boroboro-lp/icon_minus_blue.png) no-repeat center/contain;
}
main.boroboro-lp section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer {
  overflow: visible;
  grid-template-rows: 1fr;
}
main.boroboro-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.boroboro-lp section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer .flex {
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049) 0;
  }
}
main.boroboro-lp section.schedule .schedule_logo {
  display: block;
  width: 340px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.schedule .schedule_logo {
    width: max(240px, 240px + 100 * (100vw - 390px) / 1049);
  }
}
main.boroboro-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.boroboro-lp section.schedule table.schedule_table {
    width: 100%;
  }
}
main.boroboro-lp section.schedule table.schedule_table col:first-of-type {
  width: 280px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.schedule table.schedule_table col:first-of-type {
    width: max(105px, 105px + 175 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp section.schedule table.schedule_table th, main.boroboro-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.boroboro-lp section.schedule table.schedule_table th, main.boroboro-lp section.schedule table.schedule_table td {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp section.schedule table.schedule_table th, main.boroboro-lp section.schedule table.schedule_table td {
    display: table-cell;
  }
}
@media screen and (max-width: 389px) {
  main.boroboro-lp section.schedule table.schedule_table th, main.boroboro-lp section.schedule table.schedule_table td {
    font-size: max(11px, 11px + 2 * (100vw - 320px) / 69);
  }
}
main.boroboro-lp section.schedule table.schedule_table thead th {
  background: #0077FF;
  color: #fff;
  padding: 18px 10px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.schedule table.schedule_table thead th {
    padding: max(10px, 10px + 8 * (100vw - 390px) / 1049) 10px;
  }
}
main.boroboro-lp section.schedule table.schedule_table tbody tr td {
  padding: 15px 20px;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  main.boroboro-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.boroboro-lp section.schedule table.schedule_table tbody tr td:first-of-type {
  background: #F0F7FF;
}
main.boroboro-lp section.schedule table.schedule_table tbody tr td img {
  width: 20px;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp section.schedule table.schedule_table tbody tr td img {
    width: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
main.boroboro-lp .case_card {
  background: #fff;
  border: 1px solid #0077FF;
  background: #D0E4FC;
  position: relative;
  z-index: 0;
  padding: 40px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .case_card {
    padding: 25px;
    padding-bottom: 13px;
  }
}
main.boroboro-lp .case_card:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .case_card:not(:first-of-type) {
    margin-top: 24px;
  }
}
main.boroboro-lp .case_card::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  content: "";
  background: #fff;
}
main.boroboro-lp .case_card .case_media_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .case_card .case_media_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
main.boroboro-lp .case_card .case_media_wrap .case_media {
  width: 400px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp .case_card .case_media_wrap .case_media {
    width: max(300px, 300px + 100 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .case_card .case_media_wrap .case_media {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .case_card .case_media_wrap .case_media img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .case_card .case_media_wrap .case_content {
    display: contents;
  }
}
main.boroboro-lp .case_card .case_media_wrap .case_content .case_title {
  font-size: 24px;
  font-weight: 600;
  color: #0077FF;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 24px;
  border-bottom: none;
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp .case_card .case_media_wrap .case_content .case_title {
    font-size: max(20px, 20px + 4 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .case_card .case_media_wrap .case_content .case_title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    font-size: 18px;
    margin-bottom: 0;
  }
}
main.boroboro-lp .case_card .case_media_wrap .case_content .case_text {
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .case_card .case_media_wrap .case_content .case_text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    font-size: 14px;
  }
}
main.boroboro-lp .case_card .case_media_wrap .case_content .btn_more {
  font-size: 14px;
  font-weight: 900;
  width: 120px;
  height: 30px;
  background: #0077FF;
  color: #fff;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .case_card .case_media_wrap .case_content .btn_more {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    position: relative;
    margin-top: 0;
  }
}
main.boroboro-lp .case_card .case_table_wrap {
  margin-top: 40px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .case_card .case_table_wrap {
    margin-top: 20px;
  }
}
main.boroboro-lp .case_card .case_table_wrap input.case_toggle {
  display: none;
}
main.boroboro-lp .case_card .case_table_wrap label.case_table_title {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 2px solid #E6E8E7;
  margin-bottom: 24px;
  /* 右側の＋／−アイコン */
}
@media screen and (max-width: 1439px) {
  main.boroboro-lp .case_card .case_table_wrap label.case_table_title {
    font-size: max(20px, 20px + 4 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .case_card .case_table_wrap label.case_table_title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
main.boroboro-lp .case_card .case_table_wrap label.case_table_title span {
  display: inline-block;
  border-bottom: 2px solid #0077FF;
  margin-bottom: -2px;
  padding: 10px 8px 10px 0;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .case_card .case_table_wrap label.case_table_title span {
    padding: 5px 5px 5px 0;
  }
}
main.boroboro-lp .case_card .case_table_wrap label.case_table_title::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/implant-lp/icon_plus.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .case_card .case_table_wrap label.case_table_title::after {
    width: 15px;
    height: 15px;
  }
}
main.boroboro-lp .case_card .case_table_wrap .case_table_content {
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
}
main.boroboro-lp .case_card .case_table_wrap .case_table_content .case_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  overflow: hidden;
}
main.boroboro-lp .case_card .case_table_wrap .case_table_content .case_table tr:last-of-type th, main.boroboro-lp .case_card .case_table_wrap .case_table_content .case_table tr:last-of-type td {
  border-bottom: 1px solid #DFDFDF;
}
main.boroboro-lp .case_card .case_table_wrap .case_table_content .case_table tr th, main.boroboro-lp .case_card .case_table_wrap .case_table_content .case_table tr td {
  border-top: 1px solid #DFDFDF;
}
main.boroboro-lp .case_card .case_table_wrap .case_table_content .case_table td {
  padding: 15px;
  vertical-align: top;
  font-size: 16px;
  line-height: 160%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .case_card .case_table_wrap .case_table_content .case_table td {
    font-size: 14px;
    padding: 10px;
  }
}
main.boroboro-lp .case_card .case_table_wrap .case_table_content .case_table td.case_table_head {
  width: 120px;
  background: #0077FF;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .case_card .case_table_wrap .case_table_content .case_table td.case_table_head {
    width: 100%;
    text-align: left;
  }
}
main.boroboro-lp .case_card .case_table_wrap .case_toggle:checked + .case_table_title::after {
  background: url(../img/implant-lp/icon_minus.png) no-repeat center/contain;
}
main.boroboro-lp .case_card .case_table_wrap .case_toggle:checked + .case_table_title + .case_table_content {
  overflow: visible;
  grid-template-rows: 1fr;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  main.boroboro-lp .case_card .case_table_wrap .case_toggle:checked + .case_table_title + .case_table_content {
    padding-bottom: 12px;
  }
}

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