@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
/********************************
 リセットCSS
*********************************/
*, :after, :before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed, iframe, img, object, svg {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled, button:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

.background-set, .lp-faq ul li:nth-child(1)::before, .lp-faq ul li:nth-child(2)::before, .lp-flow h2, .lp-doctor h2, .lp-works h2, .lp-works h6, .lp-service__inner:nth-of-type(1) h3, .lp-service__inner:nth-of-type(1) h3::before, .lp-service__inner:nth-of-type(2)::before, .lp-hero::before, .lp-hero__btn span::after, .lp-header__document a span::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/********************************
 ベースCSS
*********************************/
html,
body {
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  /* 最後にフォールバック */
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
}

a {
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.noto-sans {
  font-family: "Noto Sans", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.inter {
  font-family: "Inter", sans-serif;
}

#global-container {
  min-width: 330px;
}

.wrap {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .wrap {
    width: 95%;
    margin: 0 auto;
  }
}

body.page-template-thanks #main-container {
  line-height: 2;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  body.page-template-thanks #main-container {
    max-width: fit-content;
    margin-inline: auto;
  }
}
body.page-template-thanks #main-container h3 {
  font-weight: 700;
  font-size: clamp(25px, 8vw, 45px);
}
@media screen and (min-width: 768px) {
  body.page-template-thanks #main-container h3 {
    font-size: 30px;
  }
}
body.page-template-thanks #main-container a {
  border-bottom: 1px solid #333333;
}

/********************************
 ディスプレイ用
*********************************/
.d-none {
  display: none;
}

.lg-block {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .lg-block {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .lg-none {
    display: none !important;
  }
}

.md-flex {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .md-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  .md-none {
    display: none !important;
  }
}

.md-block {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .md-block {
    display: block !important;
  }
}

@media screen and (min-width: 480px) {
  .sm-none {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .ssm-none {
    display: none !important;
  }
}

.sm-block {
  display: none !important;
}
@media screen and (min-width: 480px) {
  .sm-block {
    display: block !important;
  }
}

.sm-flex {
  display: none !important;
}
@media screen and (min-width: 480px) {
  .sm-flex {
    display: flex !important;
  }
}

/********************************
 共通クラス
*********************************/
.flex-row {
  display: flex;
  align-items: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

/********************************
  ヘッダー
********************************/
.lp-header__wrap {
  align-items: center;
  height: 80px;
  justify-content: space-between;
}
.lp-header__nav {
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
}
.lp-header__box {
  gap: 5px;
  justify-content: space-between;
  max-width: 400px;
  width: 100%;
}
.lp-header__logo {
  display: flex;
  max-width: 193px;
  width: 50%;
}
.lp-header__logo img {
  width: 100%;
}
.lp-header__btn {
  border: 1px solid #256DEE;
  border-radius: 30px;
  max-width: 200px;
  width: 50%;
}
.lp-header__btn span {
  align-items: center;
  aspect-ratio: 1/0.15;
  color: #256DEE;
  display: flex;
  font-size: clamp(11px, 4vw, 16px);
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.2em;
}
.lp-header__document {
  border-radius: 30px;
  height: 40px;
  max-width: 300px;
  overflow: hidden;
  width: 40%;
}
.lp-header__document a {
  align-items: center;
  background: linear-gradient(92.79deg, #F0400A 8.9%, #FFC400 91.74%);
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.lp-header__document a span {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.lp-header__document a span::after {
  aspect-ratio: 1;
  background-image: url(../images/arrow-right.svg);
  content: "";
  left: 105%;
  max-width: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5%;
}

/********************************
 min-width:600px
*********************************/
@media screen and (min-width: 600px) {
  .lp-header__document a span::after {
    left: 101%;
  }
}
/********************************
 min-width:768px
*********************************/
@media screen and (min-width: 768px) {
  .lp-header__wrap {
    margin-inline: auto;
    max-width: 1400px;
  }
}
/********************************
 メインビジュアル
*********************************/
.lp-hero {
  position: relative;
}
.lp-hero::before {
  aspect-ratio: 1;
  background-image: url(../images/mvbg.svg);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.lp-hero h2 {
  font-size: clamp(35px, 9vw, 45px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.lp-hero h2 > span:nth-child(1) span {
  position: relative;
}
.lp-hero h2 > span:nth-child(1) span::before {
  aspect-ratio: 1;
  background-color: #256DEE;
  bottom: 115%;
  content: "";
  left: 50%;
  max-width: 10px;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 30%;
}
.lp-hero h2 > span:nth-child(1) span:nth-child(4) {
  font-size: clamp(20px, 7.5vw, 40px);
}
.lp-hero h2 > span:nth-child(1) span:nth-child(4)::before {
  display: none;
}
.lp-hero h2 > span:nth-child(2) {
  color: #256DEE;
  font-size: clamp(30px, 9vw, 45px);
}
.lp-hero h3 {
  align-items: last baseline;
  font-weight: 700;
}
.lp-hero h3 > span:first-child span {
  line-height: 1.2;
}
.lp-hero h3 > span:first-child span:nth-child(1) {
  font-size: 21px;
  font-size: clamp(16px, 5vw, 26px);
}
.lp-hero h3 > span:first-child span:nth-child(2) {
  font-size: 30px;
  font-size: clamp(20px, 7.5vw, 40px);
}
.lp-hero h3 > span:nth-child(2) {
  background: linear-gradient(126.12deg, #256DEE 26.58%, #0AF086 75.41%);
  -webkit-background-clip: text;
  background-clip: text;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 97px;
  font-size: clamp(70px, 23vw, 97px);
  padding-right: 2%;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.lp-hero h3 > span:nth-child(3) {
  font-size: 44px;
  font-size: clamp(26px, 11vw, 50px);
}
.lp-hero__inner {
  padding: 5% 0 20%;
}
.lp-hero__cont .lp-hero__box:nth-of-type(1) p {
  background: linear-gradient(90.67deg, #0AF086 11.4%, #256DEE 84.27%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(30px, 9.5vw, 55px);
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.lp-hero__cont .lp-hero__box:nth-of-type(1) img {
  display: block;
  margin-inline: auto;
  max-width: 35px;
  width: 5%;
}
.lp-hero__cont .lp-hero__box:nth-of-type(3) p {
  line-height: 1.5;
}
.lp-hero__cont .lp-hero__box:nth-of-type(3) p:nth-of-type(1) {
  font-size: clamp(16px, 6vw, 30px);
  font-weight: 700;
}
.lp-hero__cont .lp-hero__box:nth-of-type(3) p:nth-of-type(2) {
  font-size: clamp(16px, 5vw, 26px);
  font-weight: 700;
  line-height: 1.7;
}
.lp-hero__cont .lp-hero__box:nth-of-type(3) .lp-hero__txt {
  margin-bottom: 8%;
  row-gap: 10px;
}
.lp-hero__txt {
  row-gap: clamp(20px, 4vw, 30px);
}
.lp-hero__case {
  row-gap: 30px;
}
.lp-hero__case img {
  display: flex;
}
.lp-hero__case p {
  text-align: center;
}
.lp-hero__img {
  margin-bottom: 5%;
  width: 100%;
}
.lp-hero__btn {
  border-radius: clamp(40px, 7vw, 80px);
  margin-inline: auto;
  max-width: 400px;
  overflow: hidden;
}
.lp-hero__btn a {
  align-items: center;
  background: linear-gradient(92.79deg, #F0400A 8.9%, #FFC400 91.74%);
  display: flex;
  justify-content: center;
  padding: 5% 0;
}
.lp-hero__btn span {
  color: #FFFFFF;
  font-size: clamp(14px, 5vw, 20px);
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
.lp-hero__btn span::after {
  aspect-ratio: 1;
  background-image: url(../images/arrow-right.svg);
  content: "";
  left: 105%;
  max-width: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5%;
}

/********************************
 min-width:600px
*********************************/
@media screen and (min-width: 600px) {
  .lp-hero h2 {
    align-items: last baseline;
    flex-direction: row;
    font-size: 35px;
  }
  .lp-hero h2 > span:nth-child(1) span:nth-child(4) {
    font-size: 30px;
  }
  .lp-hero h2 > span:nth-child(2) {
    font-size: 35px;
  }
  .lp-hero__cont .lp-hero__box:nth-of-type(1) p {
    font-size: 40px;
    text-align: right;
  }
  .lp-hero__case {
    align-items: flex-end;
    flex-direction: row;
  }
  .lp-hero__btn {
    max-width: 640px;
  }
  .lp-hero__btn a {
    height: 60px;
  }
  .lp-hero__btn span::after {
    left: 103%;
  }
}
/********************************
 min-width:768px
*********************************/
@media screen and (min-width: 768px) {
  .lp-hero::before {
    aspect-ratio: 1/0.5;
    background-image: url(../images/mv02bg.svg);
  }
  .lp-hero h2 {
    font-size: clamp(18px, 3.3vw, 40px);
  }
  .lp-hero h2 > span:nth-child(1) span:nth-child(4) {
    font-size: clamp(16px, 3vw, 35px);
  }
  .lp-hero h2 > span:nth-child(2) {
    font-size: clamp(18px, 3.3vw, 40px);
  }
  .lp-hero h3 > span:first-child span:nth-child(1) {
    font-size: clamp(10px, 2vw, 24px);
  }
  .lp-hero h3 > span:first-child span:nth-child(2) {
    font-size: clamp(16px, 3vw, 35px);
  }
  .lp-hero h3 > span:nth-child(2) {
    font-size: clamp(35px, 8vw, 97px);
  }
  .lp-hero h3 > span:nth-child(3) {
    font-size: clamp(22px, 4vw, 50px);
  }
  .lp-hero__inner {
    padding: 100px 0 75px;
  }
  .lp-hero__wrap {
    display: flex;
    margin-inline: auto;
    max-width: 1400px;
    position: relative;
  }
  .lp-hero__cont {
    width: 55%;
  }
  .lp-hero__cont .lp-hero__box:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .lp-hero__cont .lp-hero__box:nth-of-type(1) p {
    font-size: clamp(15px, 3.5vw, 50px);
  }
  .lp-hero__cont .lp-hero__box:nth-of-type(1) img {
    width: 3%;
  }
  .lp-hero__cont .lp-hero__box:nth-of-type(3) p:nth-of-type(1) {
    font-size: clamp(13px, 1.8vw, 25px);
  }
  .lp-hero__cont .lp-hero__box:nth-of-type(3) p:nth-of-type(2) {
    font-size: clamp(8px, 1vw, 18px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .lp-hero__cont .lp-hero__box:nth-of-type(3) p:nth-of-type(2) {
    font-size: clamp(13px, 1vw, 18px);
  }
}
@media screen and (min-width: 768px) {
  .lp-hero__cont .lp-hero__box:nth-of-type(3) .lp-hero__txt {
    margin-bottom: 30px;
  }
  .lp-hero__txt {
    row-gap: clamp(5px, 2vw, 20px);
  }
  .lp-hero__case img {
    width: 70%;
  }
  .lp-hero__case p {
    font-size: clamp(13px, 2vw, 35px) !important;
  }
  .lp-hero__img {
    bottom: -75px;
    margin-bottom: 0;
    max-width: 690px;
    position: absolute;
    right: 0;
    width: 50%;
  }
  .lp-hero__img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .lp-hero__btn {
    margin: 0;
  }
  .lp-hero__btn span {
    font-size: clamp(10px, 1.5vw, 20px);
  }
}
/********************************
 min-width:1024px
*********************************/
@media screen and (min-width: 1024px) {
  .lp-hero__cont .lp-hero__box:nth-of-type(3) p:nth-of-type(2) {
    font-size: clamp(13px, 1vw, 18px);
  }
}
/********************************
 フッター
*********************************/
.lp-footer ul a {
  color: #000;
}
.lp-footer__inner {
  padding: 10% 0;
}
.lp-footer__wrap {
  row-gap: clamp(30px, 4vw, 50px);
}
.lp-footer__logo {
  width: 60%;
  max-width: 300px;
  margin-inline: auto;
}
.lp-footer__logo img {
  width: 100%;
}
.lp-footer__nav {
  font-size: clamp(12px, 3.5vw, 22px);
  line-height: 2.2;
  text-align: center;
  align-items: center;
}

.copy-right {
  display: block;
  width: 100%;
  color: #FFFFFF;
  background-color: #333333;
  text-align: center;
  padding: 4% 0;
  font-size: clamp(8px, 2.5vw, 18px);
}

/********************************
 min-width:768px
*********************************/
@media screen and (min-width: 768px) {
  .lp-footer ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .lp-footer__inner {
    padding: 50px 0;
  }
  .lp-footer__wrap {
    flex-direction: row;
    align-items: center;
    max-width: 1100px;
    margin-inline: auto;
    justify-content: space-between;
  }
  .lp-footer__logo {
    width: 20%;
    max-width: 193px;
    margin: 0;
  }
  .lp-footer__nav {
    font-size: 16px;
    font-size: clamp(12px, 1.5vw, 16px);
    width: 78%;
  }
  .lp-footer .copy-right {
    font-size: 12px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/********************************
  MOVIE
*********************************/
.lp-movie {
  background: linear-gradient(90deg, #256DEE 0%, #0AF086 100%);
}
.lp-movie h2 {
  color: #FFFFFF;
  font-size: clamp(30px, 9vw, 40px);
  font-weight: 700;
  line-height: 2;
  margin-bottom: 5%;
}
.lp-movie iframe {
  height: 100%;
  width: 100%;
}
.lp-movie__inner {
  overflow: hidden;
  padding: 25% 0;
  position: relative;
  z-index: 0;
}
.lp-movie__inner::before {
  color: rgba(255, 255, 255, 0.7);
  content: "MOVIE";
  font-family: "Inter", sans-serif;
  font-size: clamp(70px, 20vw, 100px);
  font-weight: 700;
  left: 0;
  position: absolute;
  top: -10px;
  z-index: -1;
}
.lp-movie__frame {
  aspect-ratio: 1/0.6;
}

/********************************
 min-width:768px
*********************************/
@media screen and (min-width: 768px) {
  .lp-movie h2 {
    font-size: 35px;
    margin: 0;
    width: 40%;
  }
  .lp-movie__inner {
    margin-inline: auto;
    max-width: 800px;
    padding: 50px 0 200px;
  }
  .lp-movie__inner::before {
    font-size: 140px;
    line-height: 0.7;
    top: 0;
  }
  .lp-movie__box {
    align-items: center;
    display: flex;
  }
  .lp-movie__frame {
    aspect-ratio: 1/0.6;
    max-width: 500px;
    width: 60%;
  }
}
/********************************
 こんなお悩みはありませんか？
*********************************/
.lp-problems h2 {
  font-size: clamp(30px, 9vw, 40px);
  font-weight: 700;
  line-height: 1.7;
}
.lp-problems h2 span {
  color: #256DEE;
  font-size: clamp(35px, 10vw, 55px);
}
.lp-problems ul {
  border-bottom: #666666 1px dotted;
  padding-left: 5%;
}
.lp-problems ul li {
  font-size: clamp(16px, 5vw, 24px);
  line-height: 1.5;
  padding: 3% 0 3% 2%;
}
.lp-problems ul li::marker {
  color: #256DEE;
  content: "▶";
  font-size: 12px;
}
.lp-problems ul li span {
  color: #256DEE;
  font-weight: 700;
}
.lp-problems__head {
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-top: -10%;
  padding: 5% 0;
  text-align: center;
}
.lp-problems__cont {
  row-gap: clamp(30px, 8vw, 50px);
}
.lp-problems__cont .lp-problems__box:nth-of-type(even) li::marker {
  color: #00C068;
}
.lp-problems__cont .lp-problems__box:nth-of-type(even) li span {
  color: #00C068;
}
.lp-problems__box {
  margin-inline: auto;
  max-width: 600px;
}
.lp-problems__img {
  text-align: center;
}
.lp-problems__list {
  border-radius: 10px;
  box-shadow: 0px 0px 7px 4px #EAF2FF;
  padding: 5%;
}
.lp-problems__list ul:first-of-type li {
  color: #000;
  padding-top: 0;
}

/********************************
 min-width:768px
*********************************/
@media screen and (min-width: 768px) {
  .lp-problems ul {
    padding-left: 2%;
  }
  .lp-problems li {
    font-size: clamp(16px, 2vw, 24px);
    letter-spacing: 0;
    padding: 2% 0 1% 2%;
  }
  .lp-problems__head {
    align-items: center;
    display: flex;
    height: 150px;
    justify-content: center;
    margin-inline: auto;
    margin-top: -80px;
    max-width: 800px;
    padding: 0;
  }
  .lp-problems__cont {
    margin-inline: auto;
    max-width: 1100px;
  }
  .lp-problems__cont .lp-problems__box:nth-of-type(even) .lp-problems__img {
    order: 2;
  }
  .lp-problems__cont .lp-problems__box:nth-of-type(even) .lp-problems__list {
    order: 1;
  }
  .lp-problems__box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }
  .lp-problems__img {
    width: 23%;
  }
  .lp-problems__list {
    padding: 4% 3%;
    width: 75%;
  }
}
/********************************
 サービㇲ
*********************************/
.lp-service__inner:nth-of-type(1) {
  overflow: hidden;
  padding: 5% 0 0;
}
.lp-service__inner:nth-of-type(1) h2 {
  line-height: 1.6;
}
.lp-service__inner:nth-of-type(1) h2 span {
  color: #000;
  font-weight: 700;
}
.lp-service__inner:nth-of-type(1) h2 span:nth-child(1) {
  font-size: clamp(16px, 6vw, 26px);
}
.lp-service__inner:nth-of-type(1) h2 span:nth-child(2) {
  background: linear-gradient(90deg, #256DEE 0%, #0AF086 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(35px, 11vw, 50px);
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.lp-service__inner:nth-of-type(1) h2 span:nth-child(3) {
  font-size: clamp(12px, 4vw, 22px);
}
.lp-service__inner:nth-of-type(1) h2 span:nth-child(4) {
  font-size: clamp(16px, 6vw, 28px);
}
.lp-service__inner:nth-of-type(1) h3 {
  align-items: center;
  aspect-ratio: 1/0.8;
  background-image: url(../images/servicebg.png);
  color: #FFFFFF;
  display: flex;
  font-size: clamp(25px, 8vw, 60px);
  font-weight: 700;
  justify-content: center;
  line-height: 1.6;
  margin-top: -6%;
  position: relative;
  width: 100%;
  z-index: -1;
}
.lp-service__inner:nth-of-type(1) h3::before {
  aspect-ratio: 1/0.5;
  background-image: url(../images/arrow.svg);
  background-size: contain;
  content: "";
  left: 50%;
  position: absolute;
  top: clamp(12px, 3.8vw, 30px);
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: 0;
}
.lp-service__inner:nth-of-type(1) h3 span {
  text-align: center;
}
.lp-service__inner:nth-of-type(1) h3 span.c-weight {
  font-size: clamp(35px, 10vw, 80px);
}
.lp-service__inner:nth-of-type(1) .lp-service__cont {
  position: relative;
}
.lp-service__inner:nth-of-type(1) .lp-service__img {
  margin-left: auto;
  margin-top: -10%;
  overflow: hidden;
  width: 50%;
}
.lp-service__inner:nth-of-type(1) .lp-service__img img {
  clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
  display: block;
  height: auto;
  width: 100%;
  /* ↑ 下辺を斜めにカット（左下を下げるパターン） */
}
.lp-service__inner:nth-of-type(2) {
  background-color: #EEF9FC;
  padding: 8% 0 60%;
  position: relative;
}
.lp-service__inner:nth-of-type(2)::before {
  aspect-ratio: 1/0.5;
  background-image: url(../images/servicebg02.png);
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
}
.lp-service__inner:nth-of-type(2) .lp-service__point {
  width: 20%;
}
.lp-service__inner:nth-of-type(2) .lp-service__point img {
  width: 100%;
}
.lp-service__inner:nth-of-type(2) .lp-service__cont {
  position: relative;
  row-gap: clamp(30px, 6vw, 50px);
}
.lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(1) h2 > span {
  line-height: 1.7;
}
.lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(1) h2 > span:nth-child(1) {
  color: #000;
  font-size: clamp(25px, 7vw, 40px);
  font-weight: 700;
}
.lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(1) h2 > span:nth-child(2) {
  font-size: clamp(20px, 6vw, 35px);
}
.lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(1) h2 > span:nth-child(3) span:nth-child(1) {
  color: #256DEE;
  font-size: clamp(30px, 9.5vw, 45px);
  font-weight: 700;
}
.lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(1) h2 > span:nth-child(3) span:nth-child(1) span {
  color: #000;
}
.lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(1) h2 > span:nth-child(3) span:nth-child(2) {
  font-size: clamp(20px, 6vw, 35px);
}
.lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(2) h2 > span {
  font-size: clamp(20px, 6vw, 35px);
  line-height: 1.7;
}
.lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(2) h2 > span:nth-child(1) {
  font-size: clamp(25px, 7vw, 40px);
  font-weight: 700;
  margin-bottom: 2%;
}
.lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(2) h2 > span:nth-child(2) span {
  font-size: clamp(30px, 8vw, 50px);
  font-weight: 700;
}
.lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(3) h2, .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(4) h2, .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(5) h2 {
  align-items: center;
  text-align: center;
}
.lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(3) h2 > span, .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(4) h2 > span, .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(5) h2 > span {
  font-size: clamp(20px, 6vw, 30px);
  line-height: 1.7;
}
.lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(3) h2 > span:nth-child(1), .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(4) h2 > span:nth-child(1), .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(5) h2 > span:nth-child(1) {
  font-size: clamp(25px, 7vw, 35px);
  font-weight: 700;
}
.lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(3) .lp-service__point, .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(4) .lp-service__point, .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(5) .lp-service__point {
  margin-inline: auto;
  position: relative;
}
.lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(3) .lp-service__img, .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(4) .lp-service__img, .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(5) .lp-service__img {
  margin-bottom: 5%;
  margin-top: -10%;
}
.lp-service__inner:nth-of-type(2) .lp-service__box h2 span {
  color: #000;
}

/********************************
 min-width:600px
*********************************/
@media screen and (min-width: 600px) {
  .lp-service__inner:nth-of-type(1) h3 {
    margin-top: -6.5%;
  }
}
/********************************
 min-width:768px
*********************************/
@media screen and (min-width: 768px) {
  .lp-service__inner:nth-of-type(1) {
    padding: 50px 0 0;
  }
  .lp-service__inner:nth-of-type(1) h2 span:nth-child(1) {
    font-size: clamp(20px, 4vw, 40px);
  }
  .lp-service__inner:nth-of-type(1) h2 span:nth-child(2) {
    font-size: clamp(40px, 6vw, 80px);
  }
  .lp-service__inner:nth-of-type(1) h2 span:nth-child(3) {
    font-size: clamp(13px, 3vw, 25px);
  }
  .lp-service__inner:nth-of-type(1) h2 span:nth-child(4) {
    font-size: clamp(20px, 4vw, 40px);
  }
  .lp-service__inner:nth-of-type(1) h3 {
    aspect-ratio: 1/0.4;
    font-size: clamp(25px, 6vw, 60px);
    line-height: 1.2;
    margin: 0;
    padding-top: 8%;
  }
  .lp-service__inner:nth-of-type(1) h3::before {
    max-width: 1650px;
    top: clamp(20px, 4vw, 50px);
  }
  .lp-service__inner:nth-of-type(1) h3 span {
    flex-direction: row;
  }
  .lp-service__inner:nth-of-type(1) .lp-service__cont {
    display: flex;
    margin-inline: auto;
    margin-inline: auto;
    max-width: 1100px;
    padding: 50px 0 3%;
    width: 95%;
  }
  .lp-service__inner:nth-of-type(1) .lp-service__head {
    margin: 0;
    width: 60%;
  }
  .lp-service__inner:nth-of-type(1) .lp-service__img {
    /* 768px = -40px, 1600px = -70px */
    bottom: clamp(-65px, -40px - 30 * (100vw - 768px) / 832, -40px);
    margin: 0;
    position: absolute;
    right: 5%;
    width: 35%;
  }
  .lp-service__inner:nth-of-type(2) {
    overflow: hidden;
    padding: 100px 0 0;
  }
  .lp-service__inner:nth-of-type(2)::before {
    display: none;
  }
  .lp-service__inner:nth-of-type(2) .lp-service__point {
    max-width: 97px;
    width: 30%;
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-inline: auto;
    max-width: 1100px;
    padding-bottom: 50px;
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(1) {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(1) h2 > span:nth-child(2) {
    font-size: 25px;
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(1) h2 > span:nth-child(3) {
    align-items: last baseline;
    flex-direction: row;
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(1) h2 > span:nth-child(3) span:nth-child(1) {
    font-size: clamp(25px, 3.5vw, 40px);
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(1) h2 > span:nth-child(3) span:nth-child(2) {
    font-size: 25px;
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(1) .lp-service__case {
    width: 45%;
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(1) .lp-service__img {
    width: 55%;
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(2) {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
    position: relative;
    width: 100%;
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(2) h2 > span {
    font-size: clamp(18px, 2vw, 25px);
    text-align: right;
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(2) h2 > span:nth-child(1) {
    font-size: clamp(20px, 3.5vw, 40px);
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(2) h2 > span:nth-child(2) span {
    font-size: 35px;
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(2) h2 > span:nth-child(3) {
    flex-direction: row;
    justify-content: flex-end;
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(2) .lp-service__point {
    margin-left: auto;
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(2) .lp-service__case {
    margin-left: auto;
    width: 45%;
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(2) .lp-service__img {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(3), .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(4), .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(5) {
    max-width: 500px;
    width: 48%;
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(3) h2 > span, .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(4) h2 > span, .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(5) h2 > span {
    flex-direction: row;
    font-size: clamp(18px, 2.5vw, 25px);
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(3) h2 > span:nth-child(1), .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(4) h2 > span:nth-child(1), .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(5) h2 > span:nth-child(1) {
    font-size: clamp(30px, 4vw, 35px);
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(3) .lp-service__img, .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(4) .lp-service__img, .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(5) .lp-service__img {
    margin-bottom: 20px;
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(5) h2 {
    margin-inline: auto;
    width: 85%;
  }
  .lp-service__inner:nth-of-type(2) .lp-service__cont .lp-service__box:nth-of-type(6) .lp-service__img {
    bottom: 0;
    position: absolute;
    right: -35%;
    width: 85%;
  }
}
/********************************
 min-width:1024px
*********************************/
@media screen and (min-width: 1024px) {
  .lp-service__inner:nth-of-type(1) h3 {
    height: 400px;
    padding-top: 80px;
  }
}
/********************************
 いますぐ無料相談、資料請求をする
*********************************/
.lp-info {
  background: linear-gradient(90deg, #F0400A 0%, #E9F00A 100%);
}
.lp-info h2 {
  color: #FFFFFF;
  font-size: clamp(30px, 9vw, 45px);
  font-weight: 700;
  margin-bottom: 10%;
  text-align: center;
}
.lp-info p {
  font-size: clamp(14px, 5vw, 20px);
  line-height: 1.7;
  margin-bottom: 8%;
}
.lp-info__inner {
  padding: 10% 0;
}
.lp-info__box {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 7% 2%;
}
.lp-info__btn {
  border-radius: clamp(60px, 7vw, 80px);
  margin-inline: auto;
  max-width: 800px;
  overflow: hidden;
  width: 90%;
}
.lp-info__btn a {
  align-items: center;
  background: linear-gradient(90deg, #E9F00B 0%, #F0400A 100%);
  display: flex;
  justify-content: center;
  padding: 3% 0;
}
.lp-info__btn span {
  color: #FFFFFF;
  font-size: clamp(18px, 6vw, 25px);
  line-height: 1.5;
  text-align: center;
}

/********************************
 min-width:768px
*********************************/
@media screen and (min-width: 768px) {
  .lp-info h2 {
    font-size: 34px;
    margin-bottom: 50px;
  }
  .lp-info p {
    font-size: clamp(14px, 1.8vw, 20px);
    margin-bottom: 50px;
    text-align: center;
  }
  .lp-info__inner {
    max-width: 1080px;
    padding: 60px 0 110px;
  }
  .lp-info__box {
    padding: 40px 0 50px;
  }
  .lp-info__btn a {
    padding: 5% 0;
  }
}
/********************************
 実績・導入事例
*********************************/
.lp-works h2 {
  align-items: center;
  aspect-ratio: 1/0.8;
  background-image: url(../images/works-bg.png);
  color: #FFFFFF;
  display: flex;
  font-size: clamp(25px, 8vw, 45px);
  font-weight: 700;
  justify-content: center;
}
.lp-works h3 {
  align-items: center;
  border: 1px solid #FFFFFF;
  border-radius: clamp(20px, 6vw, 40px);
  display: flex;
  font-size: clamp(16px, 5vw, 26px);
  justify-content: center;
  max-width: 400px;
  padding: 1% 0;
  width: 80%;
}
.lp-works h4 {
  background-color: #F0400A;
  color: #FFFFFF;
  font-size: clamp(16px, 5vw, 28px);
  margin-bottom: 3%;
  padding: 3% 0;
  text-align: center;
}
.lp-works h4 span {
  display: inline-block;
}
.lp-works h4 span + span {
  margin-left: 0.3em;
}
.lp-works h5 {
  border-bottom: 1px dotted #333333;
  color: #000;
  font-size: clamp(23px, 8vw, 40px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10%;
  text-align: center;
}
.lp-works h6 {
  align-items: center;
  aspect-ratio: 1/0.3;
  display: flex;
  justify-content: center;
}
.lp-works h6 span {
  align-items: center;
  background-color: rgba(51, 51, 51, 0.9);
  color: #FFFFFF;
  display: flex;
  font-size: clamp(20px, 6vw, 30px);
  justify-content: center;
  padding: 3% 0;
  width: 60%;
}
.lp-works dl {
  align-items: flex-start;
  justify-content: space-between;
}
.lp-works dt {
  background-color: #333333;
  color: #FFFFFF;
  display: flex;
  font-size: clamp(16px, 5vw, 28px);
  font-weight: 500;
  justify-content: center;
  padding: 3% 0;
  text-align: center;
  width: 20%;
}
.lp-works dt span {
  display: inline-block;
}
.lp-works dt span + span {
  margin-left: 0.3em;
}
.lp-works dd {
  font-size: clamp(14px, 4.5vw, 26px);
  line-height: 1.7;
  width: 75%;
}
.lp-works li {
  line-height: 1.7;
}
.lp-works__inner {
  padding-bottom: 10%;
}
.lp-works__slide {
  background-color: #EEF9FC;
  padding: 10% 0;
}
.lp-works .swiper-wrapper {
  transition-timing-function: linear;
}
.lp-works .swiper-slide {
  aspect-ratio: 1/0.5;
  text-align: center;
  background-color: white;
}
.lp-works .swiper-slide img {
  height: 100%;
  object-fit: contain;
  width: 95%;
}
.lp-works__cont {
  padding: 20% 0;
  row-gap: clamp(30px, 8vw, 70px);
}
.lp-works__box {
  border-radius: clamp(10px, 2vw, 20px) clamp(10px, 2vw, 20px) 0 0;
  box-shadow: 0px 0px 10px 2px rgba(103, 103, 103, 0.25);
  margin-inline: auto;
  max-width: 600px;
  overflow: hidden;
}
.lp-works__head {
  align-items: center;
  background: linear-gradient(93.3deg, #256DEE 0%, #0AF086 100%);
  color: #FFFFFF;
  line-height: 1.7;
  padding: 8% 0;
  row-gap: 20px;
}
.lp-works__head p {
  font-size: clamp(18px, 5.5vw, 28px);
  text-align: center;
}
.lp-works__body {
  padding: 5% 0;
  row-gap: 30px;
}
.lp-works__data {
  row-gap: 30px;
}
.lp-works__data dl:nth-of-type(2) dt {
  background-color: #256DEE;
}
.lp-works__list ul:nth-of-type(1) {
  border-bottom: 1px dotted #333333;
  padding-bottom: 10%;
  padding-left: 4%;
}
.lp-works__list ul:nth-of-type(1) li {
  font-size: clamp(16px, 5vw, 28px);
  font-weight: 700;
}
.lp-works__list ul:nth-of-type(1) li::marker {
  color: #F0400A;
  content: "・";
  font-size: clamp(20px, 6vw, 30px);
}
.lp-works__list ul:nth-of-type(1) li span {
  color: #F0400A;
}
.lp-works__list ul:nth-of-type(2) {
  padding-top: 5%;
}
.lp-works__list ul:nth-of-type(2) li {
  column-gap: 10px;
  font-size: clamp(14px, 4.5vw, 26px);
}
.lp-works__list ul:nth-of-type(2) li span {
  cursor: pointer;
  display: flex;
  width: 5%;
  min-width: 20px;
}
.lp-works__list ul:nth-of-type(2) li span img {
  width: 100%;
}
.lp-works__list ul:nth-of-type(2) li a {
  border-bottom: 1px solid #333333;
  line-height: 1.5;
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal;
}
.lp-works__wrap {
  row-gap: 30px;
}
.lp-works__wrap .lp-works__card {
  border-radius: 20px;
  box-shadow: 0px 0px 10px 2px rgba(103, 103, 103, 0.25);
  margin-inline: auto;
  max-width: 600px;
  overflow: hidden;
}
.lp-works__wrap .lp-works__card p {
  color: #000;
  font-size: clamp(14px, 4.5vw, 26px);
  line-height: 1.7;
  padding: 6% 4%;
}
.lp-works__wrap .lp-works__card:nth-of-type(1) h6 {
  background-image: url(/images/works-others01.png);
}
.lp-works__wrap .lp-works__card:nth-of-type(2) h6 {
  background-image: url(/images/works-others02.png);
}
.lp-works__wrap .lp-works__card:nth-of-type(3) h6 {
  background-image: url(/images/works-others03.png);
}
.lp-works__wrap .lp-works__card:nth-of-type(4) h6 {
  background-image: url(/images/works-others04.png);
}
.lp-works__wrap .lp-works__card:nth-of-type(5) h6 {
  background-image: url(/images/works-others05.png);
}

/********************************
 min-width:768px
*********************************/
@media screen and (min-width: 768px) {
  .lp-works h2 {
    background-image: url(../images/works-bg02.png);
    font-size: 60px;
    height: 400px;
    width: 100%;
  }
  .lp-works h3 {
    font-size: 20px;
    max-width: 260px;
  }
  .lp-works h4 {
    font-size: 18px;
  }
  .lp-works h5 {
    font-size: 35px;
    margin-bottom: 50px;
  }
  .lp-works h6 span {
    font-size: 20px;
  }
  .lp-works dt {
    font-size: 18px;
    padding: 2% 0;
  }
  .lp-works dd {
    font-size: 16px;
  }
  .lp-works__inner {
    padding-bottom: 100px;
  }
  .lp-works__slide {
    padding: 70px 0;
  }
  .lp-works__cont {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-inline: auto;
    max-width: 1080px;
    padding: 100px 0;
  }
  .lp-works__box {
    margin: 0;
    max-width: 500px;
    width: 48%;
  }
  .lp-works__head {
    padding: 30px 0;
  }
  .lp-works__head p {
    font-size: 22px;
  }
  .lp-works__data {
    min-height: 200px;
    min-height: calc(250px - (100vw - 400px) * 0.1);
    row-gap: 20px;
  }
  .lp-works__list ul:nth-of-type(1) {
    padding-bottom: 40px;
    padding-left: 5%;
  }
  .lp-works__list ul:nth-of-type(1) li {
    font-size: 18px;
  }
  .lp-works__list ul:nth-of-type(1) li::marker {
    font-size: 20px;
  }
  .lp-works__list ul:nth-of-type(2) li {
    font-size: clamp(14px, 1.5vw, 16px);
  }
  .lp-works__others {
    max-width: 1080px;
  }
  .lp-works__wrap {
    column-gap: clamp(13px, 1.8vw, 30px);
    flex-direction: row;
    flex-wrap: wrap;
  }
  .lp-works__wrap .lp-works__card {
    margin: 0;
    max-width: 340px;
    width: 32%;
  }
  .lp-works__wrap .lp-works__card p {
    font-size: clamp(12px, 1.5vw, 16px);
    padding: 8% 4%;
  }
}
/********************************
 min-width:1024px
*********************************/
@media screen and (min-width: 1024px) {
  .lp-works__data {
    min-height: 140px;
  }
}
/********************************
 監修医師の実績
*********************************/
.lp-doctor h2 {
  align-items: center;
  aspect-ratio: 1/0.8;
  background-image: url(../images/doctor-bg01.png);
  color: #FFFFFF;
  display: flex;
  font-size: clamp(25px, 8vw, 45px);
  font-weight: 700;
  justify-content: center;
}
.lp-doctor h3 {
  border-bottom: 1px solid #AAAAAA;
  font-size: clamp(20px, 5.5vw, 32px);
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 5%;
  padding-bottom: 5%;
  text-align: center;
}
.lp-doctor h4 {
  border-bottom: 1px dotted #AAAAAA;
  color: #256DEE;
  font-size: clamp(16px, 5vw, 28px);
  font-weight: 700;
  line-height: 2;
  margin-bottom: 3%;
}
.lp-doctor__inner {
  padding-bottom: 10%;
}
.lp-doctor__cont {
  row-gap: clamp(20px, 6vw, 30px);
}
.lp-doctor__box {
  border-radius: 10px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
  margin-inline: auto;
  max-width: 600px;
}
.lp-doctor__head {
  margin-inline: auto;
  padding: 5% 0 8%;
  width: 65%;
}
.lp-doctor__head p {
  font-size: clamp(14px, 4.5vw, 26px);
  line-height: 1.7;
}
.lp-doctor__ttl {
  color: #000;
  font-size: clamp(16px, 5vw, 28px);
  padding: 5% 0;
  text-align: center;
}
.lp-doctor__img {
  aspect-ratio: 1;
  border-radius: 50%;
  margin-inline: auto;
  overflow: hidden;
  width: 70%;
}
.lp-doctor__img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.lp-doctor__body {
  border-top: 1px solid #AAAAAA;
  padding: 8% 0;
}
.lp-doctor__body ul {
  letter-spacing: 0;
}
.lp-doctor__body ul:nth-of-type(1) {
  margin-bottom: 20px;
}
.lp-doctor__body ul:nth-of-type(1), .lp-doctor__body ul:nth-of-type(3) {
  color: #000;
  font-size: clamp(14px, 4.5vw, 26px);
  line-height: 1.7;
  padding-left: 5%;
}
.lp-doctor__body ul:nth-of-type(1) li::marker, .lp-doctor__body ul:nth-of-type(3) li::marker {
  content: "・";
}
.lp-doctor__body ul:nth-of-type(2) {
  flex-wrap: wrap;
  gap: 20px;
}
.lp-doctor__body ul:nth-of-type(2) li {
  border: 1px solid #256DEE;
  border-radius: 30px;
  color: #256DEE;
  display: flex;
  font-size: clamp(14px, 4vw, 24px);
  padding: 2% 3%;
}

/********************************
 min-width:768px
*********************************/
@media screen and (min-width: 768px) {
  .lp-doctor h2 {
    background-image: url(../images/doctor-bg02.png);
    font-size: 60px;
    height: 400px;
    width: 100%;
  }
  .lp-doctor h3 {
    font-size: 24px;
  }
  .lp-doctor h4 {
    font-size: 20px;
  }
  .lp-doctor__inner {
    padding-bottom: 100px;
  }
  .lp-doctor__wrap {
    margin-inline: auto;
    max-width: 1080px;
    width: 95%;
  }
  .lp-doctor__cont {
    row-gap: 40px;
    width: 100%;
  }
  .lp-doctor__box {
    box-shadow: 0px 0px 10px 3px #D2E8F3;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    max-width: 100%;
    padding: 50px 3%;
    width: 100%;
  }
  .lp-doctor__head {
    margin: 0;
    padding: 0;
    width: 25%;
  }
  .lp-doctor__head p {
    font-size: 16px;
  }
  .lp-doctor__ttl {
    font-size: 20px;
    padding: 100px 0 50px;
  }
  .lp-doctor__body {
    border: none;
    border-left: 1px solid #AAAAAA;
    margin: 0;
    padding: 0;
    padding-left: 3%;
    width: 73%;
  }
  .lp-doctor__body ul:nth-of-type(1), .lp-doctor__body ul:nth-of-type(3) {
    font-size: 16px;
    padding-left: 2%;
  }
  .lp-doctor__body ul:nth-of-type(2) {
    gap: 10px;
  }
  .lp-doctor__body ul:nth-of-type(2) li {
    font-size: 14px;
    padding: 1.5% 2%;
  }
}
/********************************
 4ステップ
*********************************/
.lp-flow h2 {
  align-items: center;
  aspect-ratio: 1/0.8;
  background-image: url(../images/flow-bg01.png);
  color: #FFFFFF;
  display: flex;
  font-size: clamp(25px, 8vw, 45px);
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
}
.lp-flow h2 span span {
  font-size: clamp(35px, 10vw, 55px);
}
.lp-flow h3 {
  color: #000;
  font-size: clamp(23px, 8vw, 40px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10%;
  width: 95%;
}
.lp-flow h3 span {
  font-size: clamp(18px, 6vw, 25px);
}
.lp-flow__inner {
  padding: 10% 0;
}
.lp-flow__inner .lp-flow__box:nth-of-type(4) .lp-flow__body {
  margin: 0;
  margin-left: auto;
}
.lp-flow__cont {
  row-gap: clamp(30px, 8vw, 50px);
}
.lp-flow__box {
  margin-inline: auto;
  max-width: 600px;
}
.lp-flow__img img {
  width: 100%;
}
.lp-flow__body {
  margin-left: auto;
  margin-top: -5%;
  width: 85%;
}
.lp-flow__body p {
  color: #000;
  font-size: clamp(14px, 4.5vw, 24px);
  line-height: 1.7;
}

/********************************
 min-width:768px
*********************************/
@media screen and (min-width: 768px) {
  .lp-flow h2 {
    align-items: flex-end;
    aspect-ratio: 0;
    background-image: url(../images/flow-bg02.png);
    flex-direction: row;
    font-size: clamp(25px, 6vw, 60px);
    height: auto;
    line-height: 1;
    padding: 150px 0 130px;
    width: 100%;
  }
  .lp-flow h2 span {
    align-items: flex-end;
    display: flex;
  }
  .lp-flow h2 span span {
    font-size: clamp(35px, 8vw, 80px);
  }
  .lp-flow h3 {
    font-size: 35px;
    font-size: clamp(20px, 3vw, 35px);
    margin-bottom: 10px;
  }
  .lp-flow h3 span {
    font-size: clamp(12px, 2vw, 25px);
  }
  .lp-flow__inner {
    padding: 100px 0;
  }
  .lp-flow__cont {
    margin-inline: auto;
    max-width: 1080px;
  }
  .lp-flow__box {
    display: flex;
    justify-content: space-between;
    margin: 0;
    max-width: 100%;
  }
  .lp-flow__img {
    max-width: 350px;
    width: 30%;
  }
  .lp-flow__body {
    margin: 0;
    width: 68%;
  }
  .lp-flow__body p {
    font-size: 16px;
    font-size: clamp(13px, 1.5vw, 16px);
  }
}
/********************************
 Q&A
*********************************/
.lp-faq h2 {
  align-items: center;
  aspect-ratio: 1/0.5;
  background: linear-gradient(90deg, #256DEE 0%, #0AF086 100%);
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: clamp(80px, 25vw, 120px);
  font-weight: 700;
  justify-content: center;
}
.lp-faq h2 span {
  color: rgba(255, 255, 255, 0.7);
}
.lp-faq h2 span span {
  font-size: clamp(50px, 15vw, 80px);
}
.lp-faq h3 {
  align-items: center;
  aspect-ratio: 1/0.3;
  background-color: #FFFFFF;
  border-radius: 10px;
  color: #000;
  display: flex;
  font-size: clamp(25px, 8vw, 45px);
  font-weight: 700;
  font-weight: 700;
  justify-content: center;
  margin-top: -10%;
}
.lp-faq ul {
  letter-spacing: 0;
  padding-left: 11%;
  row-gap: 30px;
}
.lp-faq ul li {
  color: #000;
  position: relative;
}
.lp-faq ul li:nth-child(1) {
  font-size: clamp(18px, 6vw, 28px);
  line-height: 1.7;
  width: 90%;
}
.lp-faq ul li:nth-child(1)::before {
  aspect-ratio: 1;
  background-color: #333333;
  background-image: url(../images/q.svg);
  border-radius: 50%;
  content: "";
  display: flex;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(18px, 6vw, 28px);
  max-width: 50px;
  position: absolute;
  right: 102%;
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
}
.lp-faq ul li:nth-child(1)::after {
  content: "▲";
  left: 102%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lp-faq ul li:nth-child(2) {
  font-size: clamp(14px, 4.5vw, 24px);
  line-height: 1.7;
}
.lp-faq ul li:nth-child(2)::before {
  aspect-ratio: 1;
  background-color: #333333;
  background-image: url(../images/a.svg);
  border-radius: 50%;
  content: "";
  display: flex;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(18px, 6vw, 28px);
  max-width: 50px;
  position: absolute;
  right: 102%;
  top: 1.7%;
  width: 10%;
}
.lp-faq__inner {
  padding-bottom: 10%;
}
.lp-faq__wrap {
  row-gap: clamp(30px, 8vw, 50px);
}
.lp-faq__data {
  border: 1px solid #D9D9D9;
  cursor: pointer;
  padding: 4% 2%;
}
.lp-faq__data.active ul li:nth-child(1)::after {
  transform: translateY(-50%) rotate(180deg);
}
.lp-faq__data.active ul li:nth-child(2) {
  display: none;
}

/********************************
 min-width:768px
*********************************/
@media screen and (min-width: 768px) {
  .lp-faq h2 {
    align-items: flex-start;
    font-size: 190px;
    height: 200px;
    line-height: 0.8;
    width: 100%;
  }
  .lp-faq h2 span span {
    font-size: 120px;
  }
  .lp-faq h3 {
    font-size: 35px;
    height: 100px;
    margin-top: -40px;
  }
  .lp-faq ul li:nth-child(1) {
    font-size: 20px;
  }
  .lp-faq ul li:nth-child(1)::before {
    font-size: 20px;
    right: 103%;
  }
  .lp-faq ul li:nth-child(2) {
    font-size: 16px;
  }
  .lp-faq ul li:nth-child(2)::before {
    font-size: 20px;
    right: 103%;
  }
  .lp-faq__inner {
    padding-bottom: 100px;
  }
  .lp-faq__wrap {
    max-width: 800px;
    row-gap: 30px;
  }
}
/********************************
 お問い合わせフォーム
*********************************/
.lp-contact h2 {
  align-items: center;
  aspect-ratio: 1/0.5;
  background: linear-gradient(90deg, #F0400A 0%, #E9F00A 100%);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: clamp(70px, 20vw, 100px);
  font-weight: 700;
  justify-content: center;
  padding-top: 5%;
}
.lp-contact h3 {
  align-items: center;
  aspect-ratio: 1/0.3;
  background-color: #FFFFFF;
  border-radius: 10px;
  color: #000;
  display: flex;
  font-size: clamp(25px, 8vw, 45px);
  font-weight: 700;
  font-weight: 700;
  justify-content: center;
  margin-top: -15%;
}
.lp-contact table {
  width: 100%;
}
.lp-contact tbody {
  border-radius: 10px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
  padding: 10% 3%;
  row-gap: clamp(30px, 8vw, 50px);
}
.lp-contact tr {
  color: #000;
  font-size: clamp(14px, 4.5vw, 24px);
  row-gap: 10px;
}
.lp-contact tr.c-text td {
  aspect-ratio: 1/0.1;
}
.lp-contact th {
  font-weight: 500;
}
.lp-contact td.c-radio {
  line-height: 1.5;
}
.lp-contact ul {
  line-height: 1.7;
}
.lp-contact li {
  padding-left: 3%;
}
.lp-contact span.is-required {
  color: #F0400A;
}
.lp-contact input {
  border-radius: 5px;
}
.lp-contact button,
.lp-contact input[type=submit] {
  align-items: center;
  background-color: #333333;
  border-radius: clamp(30px, 8vw, 80px);
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  max-width: 500px;
  padding: 5% 0;
  text-align: center;
  width: 80%;
}
.lp-contact input[type=text],
.lp-contact input[type=email] {
  border: #333333 1px solid;
  height: 100%;
  padding: 3%;
  width: 100%;
}
.lp-contact input[type=radio] {
  appearance: auto;
  /* 標準の見た目を復活 */
  -webkit-appearance: auto;
  margin-bottom: 1%;
  margin-right: 2%;
  /* Safari用 */
  transform: scale(1.25);
}
.lp-contact textarea {
  aspect-ratio: 1/0.6;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 3%;
  width: 100%;
}
.lp-contact__inner {
  padding-bottom: 10%;
}
.lp-contact__head {
  margin-bottom: 10%;
  row-gap: 30px;
}
.lp-contact__head p {
  color: #000;
  font-size: clamp(14px, 4.5vw, 24px);
  line-height: 1.7;
}
.lp-contact__head p:nth-of-type(2) {
  color: #F0400A;
  text-align: center;
}
.lp-contact .confirm__btn {
  opacity: 0.3;
  pointer-events: none;
  transition: 0.5s;
  width: 60%;
}
.lp-contact .confirm__btn.active {
  opacity: 1;
  pointer-events: fill;
}
.lp-contact .confirm-area {
  display: none;
}
.lp-contact .wpcf7-form-control.wpcf7-radio {
  /* ラジオボタンの調整 */
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.lp-contact .wpcf7-not-valid-tip {
  /* エラーメッセージ */
  font-size: clamp(12px, 3vw, 16px);
  padding-top: 3px;
}
.lp-contact .wpcf7-response-output {
  /* 送信完了メッセージ */
  display: none !important;
}

/********************************
 min-width:480px
*********************************/
@media screen and (min-width: 480px) {
  input[type=radio] {
    margin-top: 0.5%;
    transform: scale(2);
    /* 2倍に拡大 */
  }
}
/********************************
 min-width:768px
*********************************/
@media screen and (min-width: 768px) {
  .lp-contact {
    /* エラーメッセージ */
  }
  .lp-contact h2 {
    align-items: flex-start;
    font-size: 208px;
    font-size: clamp(180px, 20vw, 208px);
    height: 200px;
    line-height: 0.8;
    padding: 0;
    width: 100%;
  }
  .lp-contact h3 {
    font-size: 35px;
    height: 100px;
    margin-top: -40px;
    width: 100%;
  }
  .lp-contact tbody {
    padding: 80px 5%;
  }
  .lp-contact tr {
    font-size: 16px;
  }
  .lp-contact tr.c-text td {
    height: 50px;
  }
  .lp-contact ul {
    line-height: 2.5;
  }
  .lp-contact button,
  .lp-contact input[type=submit] {
    height: 50px;
    max-width: 200px;
    padding: 0;
  }
  .lp-contact input[type=radio] {
    transform: scale(1.5);
    /* 1.5倍に拡大 */
  }
  .lp-contact textarea {
    aspect-ratio: 1/0.3;
  }
  .lp-contact__inner {
    padding-bottom: 100px;
  }
  .lp-contact__wrap {
    margin-inline: auto;
    max-width: 800px;
  }
  .lp-contact__head {
    margin-bottom: 30px;
  }
  .lp-contact__head p {
    font-size: 16px;
  }
  .lp-contact__head:nth-of-type(1) {
    font-size: clamp(14px, 2vw, 16px);
    text-align: center;
  }
  .lp-contact .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
/********************************
 運営会社
*********************************/
.lp-company h2 {
  align-items: center;
  aspect-ratio: 1/0.5;
  background: linear-gradient(90deg, #000 0%, #666666 100%);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: clamp(60px, 18vw, 90px);
  font-weight: 700;
  justify-content: center;
  padding-top: 5%;
  text-align: center;
}
.lp-company h3 {
  align-items: center;
  aspect-ratio: 1/0.3;
  background-color: #FFFFFF;
  border-radius: 10px;
  color: #000;
  display: flex;
  font-size: clamp(25px, 8vw, 45px);
  font-weight: 700;
  font-weight: 700;
  justify-content: center;
  margin-inline: auto;
  margin-top: -15%;
  max-width: 600px;
}
.lp-company h4 {
  color: #000;
  font-size: clamp(18px, 6vw, 28px);
  font-weight: 700;
}
.lp-company h5 {
  border-bottom: 1px solid #000;
  color: #000;
  font-size: clamp(18px, 6vw, 28px);
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 8%;
}
.lp-company h6 {
  color: #000;
  font-size: clamp(18px, 6vw, 28px);
  font-weight: 700;
}
.lp-company__inner {
  padding-bottom: 15%;
}
.lp-company__wrap {
  margin-inline: auto;
  max-width: 600px;
}
.lp-company__head {
  border-radius: 10px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 10%;
  margin-inline: auto;
  padding: 5% 2%;
  row-gap: 20px;
}
.lp-company__logo {
  text-align: center;
}
.lp-company__block {
  color: #000;
  line-height: 2;
}
.lp-company__cont {
  row-gap: clamp(20px, 8vw, 50px);
}
.lp-company__box {
  border-radius: 10px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
  padding: 5% 2%;
}
.lp-company__box p {
  font-size: clamp(14px, 4.5vw, 24px);
  line-height: 1.7;
}
.lp-company__ttl {
  align-items: center;
  column-gap: 20px;
  justify-content: center;
  margin-bottom: 5%;
  margin-bottom: 30px;
}
.lp-company__img {
  aspect-ratio: 1;
  border: 2px #D9D9D9 solid;
  border-radius: 50%;
  overflow: hidden;
  width: 20%;
}
.lp-company__img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.lp-company__case {
  color: #000;
  line-height: 1.7;
}
.lp-company__case p {
  color: #256DEE;
}
.lp-company__case p:nth-of-type(2) {
  color: #000;
}
.lp-company__txt {
  margin-bottom: 5%;
}

/********************************
 min-width:768px
*********************************/
@media screen and (min-width: 768px) {
  .lp-company h2 {
    align-items: flex-start;
    font-size: 208px;
    font-size: clamp(140px, 18vw, 206px);
    height: 200px;
    line-height: 0.8;
    padding: 0;
    width: 100%;
  }
  .lp-company h3 {
    font-size: 35px;
    height: 100px;
    margin-bottom: 80px;
    margin-top: -40px;
    max-width: 800px;
    width: 100%;
  }
  .lp-company h4 {
    font-size: 20px;
  }
  .lp-company h5 {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .lp-company h6 {
    font-size: 20px;
  }
  .lp-company__inner {
    padding-bottom: 150px;
  }
  .lp-company__wrap {
    max-width: 800px;
  }
  .lp-company__head {
    align-items: center;
    column-gap: 30px;
    flex-direction: row;
    margin-bottom: 30px;
    padding: 5%;
  }
  .lp-company__box {
    padding: 5%;
  }
  .lp-company__box p {
    font-size: 14px;
  }
  .lp-company__ttl {
    justify-content: flex-start;
  }
  .lp-company__img {
    max-width: 90px;
  }
  .lp-company__txt {
    margin-bottom: 0;
  }
  .lp-company__frame {
    margin-inline: auto;
    max-width: 556px;
  }
}