.b-o-localSearchNavi.b-is-opened{
  display: none;
}

img {
  max-width: 100%;
  width: 100%;
}

.conversation-lp {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.conversation-lp section {
  position: relative;
  padding: 25px 20px 42px;
}
.conversation-lp section .wrap {
  max-width: 1140px;
  margin: auto;
}
.conversation-lp .txt-gradation {
  color: #2966df;
  background: -webkit-gradient(linear, left top, right top, from(#2966df), to(#1cabfa));
  background: linear-gradient(90deg, #2966df, #1cabfa);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
  /* IEのみ対応 */
  .conversation-lp .txt-gradation {
    color: transparent;
    background: url(../img/h1_txt_01.png) no-repeat center center;
    background-size: contain;
  }
  .conversation-lp .measure .txt-gradation {
    color: transparent;
    background: url(../img/h2_txt_01.png) no-repeat center center;
    background-size: contain;
  }
  .conversation-lp .measure-box-txt .txt-gradation {
    color: transparent;
    background: url(../img/gd_txt_01.png) no-repeat center center;
    background-size: contain;
  }
  .conversation-lp .clinic .txt-gradation {
    color: transparent;
    background: url(../img/h2_txt_02.png) no-repeat center center;
    background-size: contain;
  }
  .conversation-lp .advantage .txt-gradation {
    color: transparent;
    background: url(../img/h2_txt_03.png) no-repeat center center;
    background-size: contain;
  }
  .conversation-lp .space .txt-gradation {
    color: transparent;
    background: url(../img/h2_txt_04.png) no-repeat center center;
    background-size: contain;
  }
  .conversation-lp .special-box .txt-gradation {
    color: transparent;
    background: url(../img/h2_txt_05.png) no-repeat center center;
    background-size: contain;
  }
}


.conversation-lp .txt-bule {
  color: #2966df;
}
.conversation-lp .txt-pink {
  color: #e90c84;
}
.conversation-lp .txt-image {
  font-size: 10px;
  margin: 12px 0 24px;
}
.conversation-lp .txt-link {
  display: inline-block;
  color: #51abac;
  text-decoration: none;
  border-bottom: 1px solid #51abac;
  line-height: 1.8;
}
.conversation-lp .conversation-ttl {
  display: inline-block;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
.conversation-lp .conversation-ttl.measure-ttl {
  width: calc(100% + 20px);
  text-align: left;
}
.conversation-lp .image {
  position: relative;
  width: calc(100% + 20px);
  margin-bottom: 26px;
}
.conversation-lp .image-right {
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
.conversation-lp .image-left {
  left: -20px;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
.conversation-lp .image-center {
  border-radius: 5px;
  overflow: hidden;
}
.conversation-lp .conversation-list {
  display: inline-block;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.conversation-lp .conversation-list dt {
  display: inline-block;
  width: 45px;
  font-weight: bold;
  vertical-align: top;
}
.conversation-lp .conversation-list dd {
  display: inline-block;
  width: calc(100% - 50px);
  text-align: justify;
}
.conversation-lp .note {
  letter-spacing: -0.01em;
}
.conversation-lp .hero-ttl {
  width: calc(100% + 20px);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.01em;
  margin: 0 0 28px;
}
.conversation-lp .hero-ttl-sub {
  display: block;
  width: 65px;
  line-height: 40px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#2966df), to(#1cabfa));
  background: linear-gradient(90deg, #2966df, #1cabfa);
  -webkit-text-fill-color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
.conversation-lp .hero-txt-box .human-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 39px;
}
.conversation-lp .hero-txt-box .human-wrap {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.conversation-lp .hero-txt-box .human-img {
  width: 114px;
  margin: 0 auto 4px;
}
.conversation-lp .hero-txt-box .human-name {
  display: inline-block;
  width: auto;
  color: #263488;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.03em;
}
.conversation-lp .hero-txt-box .human-name-box {
  text-align: center;
}
.conversation-lp .hero-txt-box .human-name span {
  display: block;
  color: #32415a;
  font-size: 10px;
  margin: 6px 0 0;
}
.conversation-lp .hero-txt-box .human-name span.name-post {
  color: #2966df;
  line-height: 1.4;
  margin: 0 0 3px;
}
.conversation-lp .hero-txt-box .intro-box p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
}
.conversation-lp .hero-txt-box .intro-box p.intro-ttl {
  color: #2966df;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  background: #fff;
  margin-bottom: 16px;
}
.conversation-lp .hero-txt-box .intro-box p.intro-ttl::after {
  content: "";
  display: block;
  background: #2966df;
  position: relative;
  top: -7px;
  width: calc(100% - 128px);
  height: 1px;
  margin: 0 0 0 auto;
}
.conversation-lp .measure-box {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
  box-shadow: 0px 12px 50px -5px rgba(51,139,179,0.3);
}
.conversation-lp .measure-box::before {
  content: "";
  display: block;
  background: url(../img/bg-shape-03_sp.png) no-repeat;
  position: absolute;
  background-size: contain;
  width: 80px;
  height: 172px;
  bottom: 40px;
  left: -20px;
  z-index: -1;
}
/* .conversation-lp .measure-box::after {
  content: "";
  display: block;
  background: #377693;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  mix-blend-mode: multiply;
  z-index: -1;
} */
.conversation-lp .measure-box-ttl {
  color: #263488;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 18px;
}
.conversation-lp .measure-box-ttl span {
  position: relative;
  font-size: 21px;
  padding: 0 2px;
  top: 1px;
}
.conversation-lp .measure-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.conversation-lp .measure-box-img {
  width: calc(100% + 10px);
  margin-bottom: 20px;
}
.conversation-lp .measure-box-txt {
  width: 100%;
  background: #ebf7fc;
  text-align: center;
  padding: 16px 0 12px;
}
.conversation-lp .measure-box-txt h4 {
  display: inline-block;
  width: auto;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}
.conversation-lp .measure-box-txt h4 span {
  font-size: 25px;
  padding: 0 2px;
  vertical-align: text-top;
  height: 30px;
}
.conversation-lp .measure-box-list {
  text-align: center;
}
.conversation-lp .measure-box-item {
  color: #263488;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 4px;
}
.conversation-lp .measure-box-item span {
  font-size: 17px;
  padding: 0 1px;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
}
.conversation-lp .clinic-wrap {
  display: none;
}
.conversation-lp .clinic-wrap-item {
  width: 48%;
}
.conversation-lp .clinic-wrap .conversation-list {
  margin-bottom: 0;
}
.conversation-lp .profile-box {
  position: relative;
  background: #fff;
  border-radius: 10px;
}
/* .conversation-lp .profile-box::after {
  content: "";
  display: block;
  background: #338bb3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  mix-blend-mode: multiply;
  z-index: -1;
} */
.conversation-lp .profile-img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.conversation-lp .profile-txt {
  position: relative;
  padding: 25px 25px 46px;
  overflow: hidden;
}
.conversation-lp .profile-txt::after {
  content: "PROFILE";
  display: inline-block;
  position: absolute;
  color: #ddf2fb;
  font-size: 41px;
  font-weight: bold;
  letter-spacing: 0.03em;
  bottom: -5px;
  right: 8px;
}
.conversation-lp .profile-txt p {
  position: relative;
  font-size: 12px;
  line-height: 2;
  z-index: 1;
}
.conversation-lp .profile-ttl {
  color: #263488;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}
.conversation-lp .contact-ttl {
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
}
.conversation-lp .contact-txt {
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.conversation-lp .contact-btn {
  text-align: center;
}
.conversation-lp .contact-btn a {
  position: relative;
  display: inline-block;
  width: 260px;
  line-height: 40px;
  color: #2966df;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  background: #fff;
  border-radius: 40px;
  text-decoration: none;
}
.conversation-lp .contact-btn a::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/icon-arw.png) no-repeat;
  background-size: contain;
  width: 14px;
  height: 9px;
  top: 15px;
  right: 15px;
}
.conversation-lp .special-ttl {
  color: #263488;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 16px;
}
.conversation-lp .special-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
  z-index: 1;
}
/* .conversation-lp .special-box::after {
  content: "";
  display: block;
  background: #338bb3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  mix-blend-mode: multiply;
  z-index: -1;
} */
.conversation-lp .special-box-inner {
  position: relative;
  border-radius: 10px;
  background: #fff;
  padding: 25px 23px 25px;
  z-index: 0;
  overflow: hidden;
  box-shadow: 0px 12px 25px 0 rgba(51,139,179,0.3);
}
.conversation-lp .special-box-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 46vw;
  -webkit-transform: skewY(-20deg);
          transform: skewY(-20deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 100%;
  height: 100%;
  background: #eaf6fb;
  z-index: -1;
}
.conversation-lp .special-box-img {
  margin-bottom: 16px;
}
.conversation-lp .special-box-ttl {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}
.conversation-lp .special-box-ttl-sub {
  display: inline-block;
  width: 135px;
  line-height: 18px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  background: #263488;
  margin-bottom: 12px;
}
.conversation-lp .special-box-txt {
  color: #263488;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.58;
}
.conversation-lp .special-box-txt-large {
  color: #263488;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  line-height: 1.3;
}
.conversation-lp .special-box-btn {
  position: relative;
  display: block;
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 0 0 auto;
  box-shadow: 0px 0px 5px 0px rgba(43,134,173,0.4);
  /* -webkit-filter: drop-shadow(0px 0 5px rgba(43, 134, 173, 0.4));
          filter: drop-shadow(0px 0 5px rgba(43, 134, 173, 0.4)); */
}
.conversation-lp .special-box-btn img {
  display: block;
  position: relative;
  width: 14px;
  height: 10px;
  margin: auto;
  top: 11px;
}
.conversation-lp .hero::before {
  content: "";
  display: block;
  background: url(../img/bg-shape-01_sp.png) no-repeat;
  position: absolute;
  background-size: contain;
  width: 192px;
  height: 108px;
  top: 0;
  right: 0;
  z-index: -1;
}
.conversation-lp .hero::after {
  content: "";
  display: block;
  background: url(../img/bg-gradation_sp.jpg) no-repeat;
  position: absolute;
  background-size: contain;
  bottom: -40vw;
  left: 0;
  width: 100%;
  height: 64vw;
  z-index: -1;
}
.conversation-lp .measure {
  padding-bottom: 57px;
}
.conversation-lp .measure::before {
  content: "";
  display: block;
  background: url(../img/bg-shape-02_sp.png) no-repeat;
  position: absolute;
  background-size: contain;
  width: 92px;
  height: 172px;
  top: -24px;
  left: 0;
  z-index: -1;
}
.conversation-lp .measure::after {
  content: "";
  display: block;
  background: url(../img/bg-curve-01_sp.jpg) no-repeat;
  position: absolute;
  background-size: contain;
  bottom: -1vw;
  left: 0;
  width: 100%;
  height: 22.6vw;
  z-index: -1;
}
.conversation-lp .measure-inner {
  position: relative;
}
.conversation-lp .measure-inner::before {
  content: "";
  display: block;
  position: absolute;
  background: #ebf7fc;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 100%;
  z-index: -9;
}
.conversation-lp .clinic {
  padding-bottom: 28px;
}
.conversation-lp .clinic::before {
  content: "";
  display: block;
  background: url(../img/bg-shape-04_sp.png) no-repeat;
  position: absolute;
  background-size: contain;
  width: 96px;
  height: 140px;
  top: -98px;
  right: 0;
  z-index: -1;
}
.conversation-lp .advantage {
  padding-bottom: 20px;
}
.conversation-lp .advantage::before {
  content: "";
  display: block;
  background: url(../img/bg-shape-06_sp.png) no-repeat;
  position: absolute;
  background-size: contain;
  width: 62px;
  height: 128px;
  top: -102px;
  left: 0;
  z-index: -1;
}
.conversation-lp .advantage::after {
  content: "";
  display: block;
  background: url(../img/bg-curve-02_sp.jpg) no-repeat;
  position: absolute;
  background-size: contain;
  bottom: -5vw;
  left: 0;
  width: 100%;
  height: 22.6vw;
  z-index: -1;
}
.conversation-lp .advantage-inner {
  position: relative;
}
.conversation-lp .advantage-inner::before {
  content: "";
  display: block;
  position: absolute;
  background: #ebf7fc;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 100%;
  z-index: -9;
}
.conversation-lp .advantage-inner::after {
  content: "";
  display: block;
  background: url(../img/bg-curve-02_sp.jpg) no-repeat;
  position: absolute;
  background-size: contain;
  top: -14vw;
  left: -20px;
  width: calc(100% + 40px);
  height: 22.6vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: -9;
}
.conversation-lp .space::before {
  content: "";
  display: block;
  background: url(../img/bg-shape-07_sp.png) no-repeat;
  position: absolute;
  background-size: contain;
  width: 98px;
  height: 130px;
  top: -46px;
  right: 0;
  z-index: -1;
}
.conversation-lp .space::after {
  content: "";
  display: block;
  background: url(../img/bg-gradation_sp.jpg) no-repeat;
  position: absolute;
  background-size: contain;
  bottom: -9vw;
  left: 0;
  width: 100%;
  height: 64vw;
  z-index: -9;
}
.conversation-lp .contact {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#263488), to(#135ba1));
  background: linear-gradient(90deg, #263488, #135ba1);
  padding-bottom: 25px;
}
.conversation-lp .contact::before {
  content: "";
  display: block;
  background: url(../img/bg-shape-08_sp.png) no-repeat;
  position: absolute;
  background-size: contain;
  width: 65px;
  height: 190px;
  top: -150px;
  left: 0;
  z-index: -1;
}
.conversation-lp .special {
  background: #ebf7fc;
  padding-top: 36px;
  padding-bottom: 33px;
}

/* -----------------------------------------------
* Page
-------------------------------------------------- */

@media screen and (max-width: 767px), print {
  .md-sp {
    display: block !important;
  }

  .md-pc {
    display: none !important;
  }
}

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

  .md-sp {
    display: none !important;
  }
  .conversation-lp section {
    padding: 0 10px 114px;
  }
  .conversation-lp .txt-image {
    font-size: 14px;
    margin: 24px 0 0;
  }
  .conversation-lp .conversation-ttl {
    font-size: 24px;
    margin-bottom: 38px;
  }
  .conversation-lp .conversation-ttl.measure-ttl {
    width: 58%;
  }
  .conversation-lp .image {
    max-width: 672px;
    width: 42%;
    margin-bottom: 74px;
  }
  .conversation-lp .image-right {
    border-radius: 10px 0 0 10px;
    position: absolute;
    top: 0;
    right: -10px;
  }
  .conversation-lp .image-left {
    max-width: 687px;
    width: 44%;
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: 0;
    left: -10px;
  }
  .conversation-lp .image-center {
    border-radius: 10px;
  }
  .conversation-lp .image-center.pc-right {
    width: 48%;
    float: right;
  }
  .conversation-lp .conversation-list {
    font-size: 16px;
    line-height: 2.1;
    margin-bottom: 60px;
  }
  .conversation-lp .conversation-list .around-large {
    width: 56%;
  }
  .conversation-lp .conversation-list .around-half {
    width: 48%;
  }
  .conversation-lp .conversation-list dt {
    width: 52px;
  }
  .conversation-lp .conversation-list dd {
    width: calc(100% - 76px);
  }
  .conversation-lp .hero-ttl {
    width: calc(100% - 160px);
    font-size: 34px;
    line-height: 1.34;
    letter-spacing: -0.02em;
    margin: -7px 0 70px;
  }
  .conversation-lp .hero-ttl-sub {
    width: 130px;
    line-height: 80px;
    height: 80px;
    font-size: 32px;
    letter-spacing: 0.06em;
  }
  .conversation-lp .hero-ttl-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .conversation-lp .hero-txt-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .conversation-lp .hero-txt-box .human-box {
    width: 50%;
    margin-bottom: 0;
  }
  .conversation-lp .hero-txt-box .human-img {
    width: 250px;
    margin-bottom: 14px;
  }
  .conversation-lp .hero-txt-box .human-name {
    font-size: 30px;
  }
  .conversation-lp .hero-txt-box .human-name span {
    font-size: 14px;
    margin-top: 10px;
  }
  .conversation-lp .hero-txt-box .human-name span.name-post {
    margin-bottom: 10px;
  }
  .conversation-lp .hero-txt-box .intro-box {
    width: 45%;
  }
  .conversation-lp .hero-txt-box .intro-box p {
    font-size: 18px;
  }
  .conversation-lp .hero-txt-box .intro-box p.intro-ttl {
    letter-spacing: 0.08em;
    margin-bottom: 30px;
  }
  .conversation-lp .hero-txt-box .intro-box p.intro-ttl::after {
    top: -9px;
    width: calc(100% - 170px);
  }
  .conversation-lp .measure-box {
    padding: 54px 60px;
    margin-bottom: 90px;
  }
  .conversation-lp .measure-box::before {
    content: none;
  }
  .conversation-lp .measure-box::after {
    -webkit-filter: blur(40px);
            filter: blur(40px);
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  .conversation-lp .measure-box-ttl {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .conversation-lp .measure-box-ttl span {
    font-size: 37px;
  }
  .conversation-lp .measure-box-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .conversation-lp .measure-box-img {
    width: 64%;
    margin-bottom: 0;
  }
  .conversation-lp .measure-box-txt {
    width: 320px;
    padding: 30px 0 18px;
  }
  .conversation-lp .measure-box-txt h4 {
    font-size: 30px;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
  }
  .conversation-lp .measure-box-txt h4 span {
    font-size: 39px;
  }
  .conversation-lp .measure-box-list {
    display: inline-block;
    padding-left: 10%;
  }
  .conversation-lp .measure-box-item {
    font-size: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 8px;
  }
  .conversation-lp .measure-box-item span {
    font-size: 24px;
    height: 30px;
  }
  .conversation-lp .clinic-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .conversation-lp .advantage .image {
    top: 80px;
  }
  .conversation-lp .advantage .conversation-list {
    margin-bottom: 0;
  }
  .conversation-lp .space .around {
    width: 54%;
    margin: 0 0 0 auto;
  }
  .conversation-lp .space .around .conversation-list {
    margin-bottom: 0;
  }
  .conversation-lp .profile-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 14px;
    box-shadow: 0px 12px 50px -5px rgba(51,139,179,0.3);
  }
  .conversation-lp .profile-box::after {
    -webkit-filter: blur(40px);
            filter: blur(40px);
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  .conversation-lp .profile-img {
    width: 240px;
    border-radius: 10px 0 0 10px;
  }
  .conversation-lp .profile-txt {
    width: calc(100% - 294px);
    padding: 44px 64px 44px 0;
  }
  .conversation-lp .profile-txt::after {
    font-size: 82px;
    letter-spacing: 0.06em;
    bottom: -10px;
    right: 32px;
  }
  .conversation-lp .profile-txt p {
    font-size: 16px;
  }
  .conversation-lp .profile-ttl {
    font-size: 30px;
    letter-spacing: 0.06em;
    margin-bottom: 26px;
  }
  .conversation-lp .contact-ttl {
    font-size: 34px;
    letter-spacing: 0.06em;
    margin-bottom: 36px;
  }
  .conversation-lp .contact-txt {
    font-size: 20px;
    letter-spacing: 0.08em;
    margin-bottom: 50px;
  }
  .conversation-lp .contact-btn a {
    width: 440px;
    line-height: 70px;
    font-size: 20px;
    letter-spacing: 0.06em;
  }
  .conversation-lp .contact-btn a::after {
    width: 21px;
    height: 15px;
    top: 27px;
    right: 30px;
  }
  .conversation-lp .special-ttl {
    font-size: 28px;
    letter-spacing: 0.06em;
    margin-bottom: 50px;
  }
  /* .conversation-lp .special-box::after {
    -webkit-filter: blur(40px);
            filter: blur(40px);
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  } */
  .conversation-lp .special-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px 40px 60px 60px;
    box-shadow: 0px 12px 50px -5px rgba(51,139,179,0.3);
  }
  .conversation-lp .special-box-inner::before {
    width: 100vw;
    height: 200vw;
    top: 500px;
    left: 440px;
    -webkit-transform: skewY(-68deg);
            transform: skewY(-68deg);
  }
  .conversation-lp .special-box-img {
    width: 40%;
    margin-bottom: 0;
  }
  .conversation-lp .special-box-txt-wrap {
    width: 55%;
  }
  .conversation-lp .special-box-ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .conversation-lp .special-box-ttl-sub {
    width: 220px;
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .conversation-lp .special-box-txt {
    font-size: 18px;
    letter-spacing: 0.04em;
  }
  .conversation-lp .special-box-txt-large {
    font-size: 26px;
    letter-spacing: 0.02em;
    margin-bottom: 18px;
  }
  .conversation-lp .special-box-btn {
    position: absolute;
    width: 47px;
    height: 47px;
    bottom: 30px;
    right: 30px;
  }
  .conversation-lp .special-box-btn img {
    width: 21px;
    height: 15px;
    top: 15px;
  }
  .conversation-lp .hero {
    padding-top: 116px;
  }
  .conversation-lp .hero::before {
    background-image: url(../img/bg-shape-01_pc.png);
    width: 555px;
    height: 256px;
  }
  .conversation-lp .hero::after {
    background-image: url(../img/bg-gradation_pc.jpg);
    bottom: -200px;
    width: 1920px;
    height: 574px;
  }
  .conversation-lp .measure {
    padding-bottom: 184px;
  }
  .conversation-lp .measure::before {
    background-image: url(../img/bg-shape-02_pc.png);
    top: -150px;
    width: 225px;
    height: 358px;
  }
  .conversation-lp .measure::after {
    background-image: url(../img/bg-curve-01_pc.jpg);
    width: 1920px;
    height: 569px;
    bottom: 66px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .conversation-lp .clinic {
    padding-bottom: 168px;
  }
  .conversation-lp .clinic::before {
    background-image: url(../img/bg-shape-03_pc.png);
    width: 354px;
    height: 347px;
    top: -326px;
  }
  .conversation-lp .advantage {
    padding-bottom: 230px;
  }
  .conversation-lp .advantage::before {
    background-image: url(../img/bg-shape-04_pc.png);
    width: 305px;
    height: 311px;
    top: -334px;
  }
  .conversation-lp .advantage::after {
    background-image: url(../img/bg-curve-01_pc.jpg);
    width: 1920px;
    height: 569px;
    bottom: 16px;
  }
  .conversation-lp .advantage-inner::after {
    background-image: url(../img/bg-curve-01_pc.jpg);
    width: 1920px;
    height: 569px;
    top: -224px;
    left: -10px;
  }
  .conversation-lp .space {
    padding-bottom: 84px;
  }
  .conversation-lp .space::before {
    background-image: url(../img/bg-shape-05_pc.png);
    width: 313px;
    height: 325px;
    top: -258px;
  }
  .conversation-lp .space::after {
    background-image: url(../img/bg-gradation_pc.jpg);
    bottom: 140px;
    width: 1920px;
    height: 574px;
  }
  .conversation-lp .contact {
    padding-top: 78px;
    padding-bottom: 68px;
  }
  .conversation-lp .contact::after {
    content: "";
    display: block;
    position: absolute;
    background: #ebf7fc;
    top: -300px;
    left: 0;
    width: 100%;
    height: 323px;
    z-index: -19;
  }
  .conversation-lp .contact::before {
    background-image: url(../img/bg-shape-06_pc.png);
    width: 392px;
    height: 344px;
    top: -258px;
  }
  .conversation-lp .special {
    padding-top: 82px;
    padding-bottom: 76px;
  }
}
/*# sourceMappingURL=conversation_lp.css.map */