@charset "UTF-8";
/********************
import
********************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");

/********************
vars
********************/
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.05);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1.05);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInBlink {
  0% {
    opacity: 0;
    filter: brightness(50%);
  }
  100% {
    opacity: 1;
    filter: brightness(100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/********************
reset
********************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  background: transparent;
}

a:visited, a:link, a:active {
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/********************
common
********************/
body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 18px;
  color: #000;
  background: #F4F3F0;
}

.bl_inner {
  /* margin: auto 8.33vw; */
  margin: auto;
  max-width: 1280px;
  padding: 0 20px;
}

.ly_df { display: flex; }

body.bsp.page-template-page-lp {
  width: 100vw;
  max-width: 390px;
  overflow-x: hidden;
  margin: 0 auto;
  background: #fff;
}
body.bsp.page-template-page-lp .bl_inner {
  margin: auto;
  width: 80%;
  padding: 0;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp {
    max-width: 100%;
  }
}
body.bsp.page-template-page-lp .breadcrumbs {
  display: none;
}

body.bsp.page-template-page-lp .wrap {
  background: #F4F3F0;
}


body.bsp.page-template-page-lp .wrap img {
  width: 100%;
}

/********************
load
********************/
body.bsp.page-template-page-lp.js_load #hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #0F2743 url(/assets/img/common/loading.gif) 50% 50% no-repeat;
  background-size: 60px auto;
}

/********************
hero
********************/
body.bsp.page-template-page-lp #hero {
  overflow: hidden;
  position: relative;
  background: #0F2743;
}
body.bsp.page-template-page-lp #hero .thumb {
  width: 100%;
}
body.bsp.page-template-page-lp #hero .lp_btn_wrap {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
  gap: 5px;
  width: calc(100% - 15px);
  max-width: 360px;
}
body.bsp.page-template-page-lp #hero .lp_btn_wrap.active {
  position: fixed;
  bottom: 20px;
  z-index: 99;
}
body.bsp.page-template-page-lp #hero .lp_btn_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65.75%;
  height: 60px;
  /*background: #E54E17; border: solid 1px #fff;*/
}
body.bsp.page-template-page-lp #hero .lp_btn_wrap a span {
  display: block;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  /* 111.111% */
  letter-spacing: 0.9px;
  margin-left: 0.5em;
}
body.bsp.page-template-page-lp #hero .lp_btn_wrap a:before {
  content: "";
  display: inline-block;
  width: 1.38em;
  height: 1em;
  background: url(/assets/img/lp/nose/icon_letter.svg) 50% 50% no-repeat;
  background-size: cover;
}
body.bsp.page-template-page-lp #hero .lp_btn_wrap a:last-child {
  width: 32.87%;
}
body.bsp.page-template-page-lp #hero .lp_btn_wrap a:last-child span {
  font-size: 14px;
}
body.bsp.page-template-page-lp #hero .lp_btn_wrap a:last-child:before {
  width: 0.77em;
  height: 1.38em;
  background: url(/assets/img/lp/nose/icon_phone.svg) 50% 50% no-repeat;
  background-size: cover;
}
/* body.bsp.page-template-page-lp #hero .lp_btn_wrap a:hover {
  opacity: 0.7;
} */

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp #hero .lp_btn_wrap {
    bottom: 5.33vw;
  }
  body.bsp.page-template-page-lp #hero .lp_btn_wrap.active {
    bottom: 5.33vw;
  }
  body.bsp.page-template-page-lp #hero .lp_btn_wrap a {
    height: 16vw;
  }
  body.bsp.page-template-page-lp #hero .lp_btn_wrap a span {
    font-size: 4.8vw;
  }
  body.bsp.page-template-page-lp #hero .lp_btn_wrap a:last-child span {
    font-size: 3.73vw;
  }
}
body.bsp.page-template-page-lp .ticker {
  margin: 20px 0;
  height: 235px;
  animation: bgscroll 20s linear infinite;
  width: 100%;
  background-image: url(/assets/img/lp/nose/ticker.webp);
  background-size: cover;
  position: relative;
  background-repeat: repeat-x;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp .ticker {
    margin: 5.33vw 0;
    height: 62.66vw;
    animation: bgscroll_sp 20s linear infinite;
  }
}
@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -680px 0;
  }
}
@keyframes bgscroll_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -181.33vw 0;
  }
}
/*
power
*/
body.bsp.page-template-page-lp #power {
  background: #F4F3F0 url(/assets/img/lp/nose/power_bg.webp) 0 65px no-repeat;
  background-size: 100% auto;
  padding: 45px 0 0;
}
body.bsp.page-template-page-lp #power .img_main {
  margin-top: 20px;
}
body.bsp.page-template-page-lp #power .power_txt {
  background: #E2DED3;
  margin-top: 55px;
  padding-bottom: 80px;
}
body.bsp.page-template-page-lp #power .power_txt p {
  text-align: justify;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp #power {
    background: #F4F3F0 url(/assets/img/lp/nose/power_bg.webp) 0 17.33vw no-repeat;
    background-size: 100% auto;
    padding: 12vw 0 0;
  }
  body.bsp.page-template-page-lp #power .img_main {
    margin-top: 5.33vw;
  }
  body.bsp.page-template-page-lp #power .power_txt {
    margin-top: 14.66vw;
    padding-bottom: 21.33vw;
  }
  body.bsp.page-template-page-lp #power .power_txt p {
    font-size: 4.26vw;
  }
}
/*
doctor
*/
body.bsp.page-template-page-lp #doctor {
  background: #F4F3F0;
  position: relative;
  padding-top: 88px;
  padding-bottom: 35px;
}
body.bsp.page-template-page-lp #doctor:before {
  content: "";
  position: absolute;
  top: -42px;
  right: 0;
  display: block;
  width: 138px;
  height: 100px;
  background: url(/assets/img/lp/nose/doctor_bg.webp) no-repeat;
  background-size: cover;
}
body.bsp.page-template-page-lp #doctor .ly_df {
  justify-content: space-between;
  margin-top: 40px;
}
body.bsp.page-template-page-lp #doctor .ly_df .thumb {
  width: 73.33%;
}
body.bsp.page-template-page-lp #doctor .ly_df .doctor_txt {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 48%;
  padding: 20px;
  background: #0F2743;
  margin-top: 167px;
}
body.bsp.page-template-page-lp #doctor .ly_df .doctor_txt p {
  color: #fff;
}
body.bsp.page-template-page-lp #doctor .ly_df .doctor_txt p.lead {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
}
body.bsp.page-template-page-lp #doctor .ly_df .doctor_txt p.lead span {
  display: block;
  font-size: 14px;
}
body.bsp.page-template-page-lp #doctor .ly_df .doctor_txt p + p {
  text-align: justify;
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 1em;
  letter-spacing: 0;
}
body.bsp.page-template-page-lp #doctor .doctor_data {
  margin-top: 96px;
}
body.bsp.page-template-page-lp #doctor .doctor_data .data_ttl {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  letter-spacing: 0.8px;
}
body.bsp.page-template-page-lp #doctor .doctor_data ul {
  list-style-type: none;
  border-top: 1px solid #DBD7CA;
  margin-top: 5px;
}
body.bsp.page-template-page-lp #doctor .doctor_data ul li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-style: normal;
  line-height: 30px;
  /* 250% */
  border-bottom: 1px solid #DBD7CA;
}
body.bsp.page-template-page-lp #doctor .conference_ttl {
  margin-top: 62px;
}
body.bsp.page-template-page-lp #doctor .conference_img {
  margin-top: 20px;
}
body.bsp.page-template-page-lp #doctor .jikiden_ttl {
  margin-top: 20px;
}
body.bsp.page-template-page-lp #doctor .jikiden_img {
  margin-top: 20px;
}
body.bsp.page-template-page-lp #doctor .jikiden_txt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.8px;
  text-align: justify;
  margin-top: 30px;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp #doctor {
    padding-top: 23.46vw;
    padding-bottom: 9.33vw;
  }
  body.bsp.page-template-page-lp #doctor:before {
    top: -11.2vw;
    width: 36.8vw;
    height: 26.66vw;
  }
  body.bsp.page-template-page-lp #doctor .ly_df {
    margin-top: 10.66vw;
  }
  body.bsp.page-template-page-lp #doctor .ly_df .doctor_txt {
    padding: 5.33vw;
    margin-top: 44.53vw;
  }
  body.bsp.page-template-page-lp #doctor .ly_df .doctor_txt p.lead {
    font-size: 5.33vw;
  }
  body.bsp.page-template-page-lp #doctor .ly_df .doctor_txt p.lead span {
    font-size: 3.73vw;
  }
  body.bsp.page-template-page-lp #doctor .ly_df .doctor_txt p + p {
    font-size: 3.2vw;
  }
  body.bsp.page-template-page-lp #doctor .doctor_data {
    margin-top: 25.6vw;
  }
  body.bsp.page-template-page-lp #doctor .doctor_data .data_ttl {
    font-size: 4.26vw;
  }
  body.bsp.page-template-page-lp #doctor .doctor_data ul {
    margin-top: 1.33vw;
  }
  body.bsp.page-template-page-lp #doctor .doctor_data ul li {
    font-size: 3.2vw;
  }
  body.bsp.page-template-page-lp #doctor .conference_ttl {
    margin-top: 16.53vw;
  }
  body.bsp.page-template-page-lp #doctor .conference_img {
    margin-top: 5.33vw;
  }
  body.bsp.page-template-page-lp #doctor .jikiden_ttl {
    margin-top: 5.33vw;
  }
  body.bsp.page-template-page-lp #doctor .jikiden_img {
    margin-top: 5.33vw;
  }
  body.bsp.page-template-page-lp #doctor .jikiden_txt {
    font-size: 4.26vw;
    margin-top: 8vw;
  }
}
/*
media
*/
body.bsp.page-template-page-lp #media {
  background: #E6DACC url(/assets/img/lp/nose/media_bg.webp) no-repeat;
  background-size: 100% auto;
  padding: 120px 0 80px;
}
body.bsp.page-template-page-lp #media .media_ttl {
  margin-top: 0;
}
body.bsp.page-template-page-lp #media .media_img {
  width: 89.33%;
  margin: 0 auto;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp #media {
    padding: 32vw 0 21.33vw;
  }
}
/*
family_doctor
*/
body.bsp.page-template-page-lp #family_doctor {
  background: #E6DACC url(/assets/img/lp/nose/family_doctor_bg01.webp) no-repeat;
  background-size: 100% auto;
  position: relative;
  padding-top: 88px;
  padding-bottom: 97px;
}
body.bsp.page-template-page-lp #family_doctor:before {
  content: "";
  position: absolute;
  top: -31px;
  right: 0;
  display: block;
  width: 231px;
  height: 169px;
  background: url(/assets/img/lp/nose/family_doctor_bg02.webp) no-repeat;
  background-size: cover;
}
body.bsp.page-template-page-lp #family_doctor h2 {
  position: relative;
  z-index: 2;
}
body.bsp.page-template-page-lp #family_doctor p {
  text-shadow: 0px 0px 6px #FFFDE8;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  margin: 15px 30px 0;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp #family_doctor {
    padding-top: 23.46vw;
    padding-bottom: 25.86vw;
  }
  body.bsp.page-template-page-lp #family_doctor:before {
    top: -8.26vw;
    width: 61.6vw;
    height: 45.06vw;
  }
  body.bsp.page-template-page-lp #family_doctor p {
    font-size: 5.33vw;
    margin: 4vw 8vw 0;
  }
}
/*
reservation
*/
body.bsp.page-template-page-lp .reservation {
  background: #0F2743;
  padding-bottom: 20px;
}
body.bsp.page-template-page-lp .reservation .bl_inner {
  width: 92%;
  text-align: center;
}
body.bsp.page-template-page-lp .reservation .bl_inner > a {
  position: relative;
  margin: 15px auto 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
body.bsp.page-template-page-lp .reservation .bl_inner > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1em;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
body.bsp.page-template-page-lp .reservation .bl_inner > small {
  display: block;
  font-size: 10px;
  text-align: left;
  margin-top: 3em;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
body.bsp.page-template-page-lp .reservation .reservation_btn_wrap {
  margin-top: 25px;
}
body.bsp.page-template-page-lp .reservation .reservation_btn_wrap a {
  width: 100%;
  display: inline-block;
}
body.bsp.page-template-page-lp .reservation .reservation_btn_wrap a:last-child {
  margin-top: 10px;
  /*background: #E8E5DC;*/
}
body.bsp.page-template-page-lp .reservation .reservation_btn_wrap a img {
  width: 100%;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp .reservation {
    padding-bottom: 5.33vw;
  }
  body.bsp.page-template-page-lp .reservation .bl_inner > a {
  margin: 4vw auto 0;
  font-size: 3.74vw;
}
body.bsp.page-template-page-lp .reservation .bl_inner > a:after {
  width: 1.86vw;
  height: 1.86vw;
}
body.bsp.page-template-page-lp .reservation .bl_inner > small {
  font-size: 2.67vw;
}
  body.bsp.page-template-page-lp .reservation .reservation_btn_wrap {
    margin-top: 6.66vw;
  }
  body.bsp.page-template-page-lp .reservation .reservation_btn_wrap a {
    height: 21.33vw;
  }
  body.bsp.page-template-page-lp .reservation .reservation_btn_wrap a span {
    font-size: 6.66vw;
  }
  body.bsp.page-template-page-lp .reservation .reservation_btn_wrap a small {
    font-size: 3.73vw;
  }
  body.bsp.page-template-page-lp .reservation .reservation_btn_wrap a:last-child {
    height: 16vw;
    margin-top: 5.33vw;
  }
  body.bsp.page-template-page-lp .reservation .reservation_btn_wrap a:last-child span {
    font-size: 5.33vw;
  }
  body.bsp.page-template-page-lp .reservation .reservation_btn_wrap a:last-child small {
    font-size: 3.2vw;
  }
}
/*
entrance
*/
body.bsp.page-template-page-lp #entrance {
  background: url(/assets/img/lp/nose/entrance_bg.webp) 50% 0 no-repeat;
  background-size: cover;
  position: relative;
  padding: 45px 0 0;
  position: relative;
  z-index: 5;
  min-height: 640px;
}
body.bsp.page-template-page-lp #entrance p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.3px;
  padding: 30px 20px;
  margin: 50px 20px 0 auto;
  background: rgba(255, 255, 255, 0.8);
  text-align: justify;
  width: 58.66%;
  line-height: 1.75;
}
body.bsp.page-template-page-lp #entrance p span {
  color: #A07E4C;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp #entrance {
    padding: 12vw 0 0;
    min-height: 170.6667vw;
  }
  body.bsp.page-template-page-lp #entrance p {
    font-size: 4.26vw;
    padding: 8vw 5.33vw;
    margin: 13.33vw 5.33vw 0 auto;
  }
  body.bsp.page-template-page-lp #entrance p span {
    font-size: 4.26vw;
  }
}
/*
counseling
*/
body.bsp.page-template-page-lp #counseling {
  background: url(/assets/img/lp/nose/counseling_bg.webp) 50% 0 no-repeat;
  background-size: cover;
  position: relative;
  padding: 110px 0 0;
  margin-top: -74px;
  position: relative;
  z-index: 4;
  min-height: 658px;
}
body.bsp.page-template-page-lp #counseling p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 1px;
  padding: 20px;
  margin: 242px auto 20px;
  background: rgba(255, 255, 255, 0.95);
  text-align: justify;
  width: 89.33%;
}
body.bsp.page-template-page-lp #counseling p span {
  color: #A07E4C;
  font-weight: bold;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp #counseling {
    padding: 29.33vw 0 0;
    margin-top: -19.73vw;
    min-height: 175.4667vw;
  }
  body.bsp.page-template-page-lp #counseling p {
    font-size: 4.26vw;
    padding: 5.33vw;
    margin: 64.5333vw auto 5.33vw;
  }
}
/*
simulator
*/
body.bsp.page-template-page-lp #simulator {
  background: url(/assets/img/lp/nose/simulator_bg.webp) 50% 0 no-repeat;
  background-size: cover;
  position: relative;
  padding: 130px 0 105px;
  margin-top: -94px;
  position: relative;
  z-index: 3;
  min-height: 765px;
}
body.bsp.page-template-page-lp #simulator .simulator_img {
  width: 89.33%;
  margin: 30px auto 0;
}
body.bsp.page-template-page-lp #simulator p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  margin: 25px auto 0;
  text-align: justify;
  width: 89.33%;
}
body.bsp.page-template-page-lp #simulator p span {
  color: #A07E4C;
  font-weight: 700;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp #simulator {
    padding: 32vw 0 28vw;
    margin-top: -25.06vw;
    min-height: 202.4vw;
  }
  body.bsp.page-template-page-lp #simulator .simulator_img {
    margin: 9.86vw auto 0;
  }
  body.bsp.page-template-page-lp #simulator p {
    font-size: 4.26vw;
    margin: 8vw auto 9.6vw;
  }
}
/*
patient
*/
body.bsp.page-template-page-lp #patient {
  background: url(/assets/img/lp/nose/patient_bg.webp) 50% 0 no-repeat;
  background-size: cover;
  position: relative;
  padding: 138px 0 105px;
  margin-top: -74px;
  position: relative;
  z-index: 2;
  min-height: 919px;
}
body.bsp.page-template-page-lp #patient .patient_img {
  width: 89.33%;
  margin: 37px auto 0;
}
body.bsp.page-template-page-lp #patient p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  margin: 25px auto 0;
  text-align: justify;
  width: 89.33%;
}
body.bsp.page-template-page-lp #patient p span {
  color: #A07E4C;
  font-weight: 700;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp #patient {
    padding: 36.8vw 0 28vw;
    margin-top: -19.73vw;
    min-height: 245.0667vw;
  }
  body.bsp.page-template-page-lp #patient .patient_img {
    margin: 9.86vw auto 0;
  }
  body.bsp.page-template-page-lp #patient p {
    font-size: 4.26vw;
    margin: 8vw auto 9.6vw;
  }
}
/*
consultation
*/
body.bsp.page-template-page-lp #consultation {
  background: url(/assets/img/lp/nose/consultation_bg.webp) 50% 0 no-repeat;
  background-size: cover;
  position: relative;
  padding: 120px 0 50px;
  margin-top: -74px;
  position: relative;
  z-index: 1;
}
body.bsp.page-template-page-lp #consultation .consultation_img {
  margin: 42px 0 0;
  width: 73.06%;
}
body.bsp.page-template-page-lp #consultation .consultation_ttl {
  margin: 50px 0 0;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp #consultation {
    padding: 32vw 0 13.33vw;
    margin-top: -19.73vw;
  }
  body.bsp.page-template-page-lp #consultation .consultation_img {
    margin: 11.2vw 0 0;
  }
  body.bsp.page-template-page-lp #consultation .consultation_ttl {
    margin: 13.33vw 0 0;
  }
}
/*
cases
*/
body.bsp.page-template-page-lp #lp_cases {
  background: #F4F3F0 url(/assets/img/lp/nose/lp_cases_bg.webp) no-repeat;
  background-size: 100% auto;
  padding: 66px 0 0;
}
body.bsp.page-template-page-lp #lp_cases > p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 0.8px;
  width: 89.33%;
  margin: 30px auto 0;
}
body.bsp.page-template-page-lp #lp_cases .bl_lp_cases_list {
  margin-top: 15px;
}
body.bsp.page-template-page-lp #lp_cases .bl_lp_cases_list .splide__list {
  display: flex;
  justify-content: space-between;
}
body.bsp.page-template-page-lp #lp_cases .bl_lp_cases_list .splide__list .lp_cases_item {
  width: 100%;
}
body.bsp.page-template-page-lp #lp_cases .bl_lp_cases_list .splide__arrow {
  width: 30px;
  height: 30px;
  top: 115px;
  transform: unset;
  z-index: 1;
}
body.bsp.page-template-page-lp #lp_cases .bl_lp_cases_list .splide__arrow:before {
  width: 30px;
  height: 30px;
}
body.bsp.page-template-page-lp #lp_cases .bl_lp_cases_list .splide__arrow--next {
  right: 0;
}
body.bsp.page-template-page-lp #lp_cases .bl_lp_cases_list .splide__arrow--next:before {
  background-image: url(/assets/img/lp/nose/slider_arrow_r.svg);
}
body.bsp.page-template-page-lp #lp_cases .bl_lp_cases_list .splide__arrow--prev {
  left: 0;
}
body.bsp.page-template-page-lp #lp_cases .bl_lp_cases_list .splide__arrow--prev:before {
  background-image: url(/assets/img/lp/nose/slider_arrow_l.svg);
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp #lp_cases {
    padding: 17.6vw 0 0;
  }
  body.bsp.page-template-page-lp #lp_cases > p {
    font-size: 4.26vw;
    margin: 8vw auto 0;
  }
  body.bsp.page-template-page-lp #lp_cases .bl_lp_cases_list {
    margin-top: 4vw;
  }
  body.bsp.page-template-page-lp #lp_cases .bl_lp_cases_list .splide__arrow {
    width: 8vw;
    height: 8vw;
    top: 30.66vw;
  }
  body.bsp.page-template-page-lp #lp_cases .bl_lp_cases_list .splide__arrow:before {
    width: 8vw;
    height: 8vw;
  }
}
/*
commitment
*/
body.bsp.page-template-page-lp #commitment {
  background: #0F2743;
  padding-bottom: 55px;
}
body.bsp.page-template-page-lp #commitment .bl_inner {
  width: 86.66%;
  margin-top: -200px;
}
body.bsp.page-template-page-lp #commitment .commitment_wrap {
  margin-top: 30px;
}
body.bsp.page-template-page-lp #commitment .commitment_wrap .bl_commitment_list .commitment_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F4F3F0;
  position: relative;
  flex-direction: column;
  padding: 30px 0 40px;
}
body.bsp.page-template-page-lp #commitment .commitment_wrap .bl_commitment_list .commitment_item + .commitment_item {
  margin-top: 20px;
}
body.bsp.page-template-page-lp #commitment .commitment_wrap .bl_commitment_list .commitment_item .commitment_item_img {
  margin: 30px 20px 0;
}
body.bsp.page-template-page-lp #commitment .commitment_wrap .bl_commitment_list .commitment_item > p {
  text-align: justify;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 29px;
  /* 181.25% */
  letter-spacing: 0.8px;
  margin: 30px 20px 0;
  flex: 1;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp #commitment {
    padding-bottom: 14.66vw;
  }
  body.bsp.page-template-page-lp #commitment .bl_inner {
    margin-top: -53.33vw;
  }
  body.bsp.page-template-page-lp #commitment .commitment_wrap {
    margin-top: 8vw;
  }
  body.bsp.page-template-page-lp #commitment .commitment_wrap .bl_commitment_list .commitment_item {
    padding: 8vw 0 10.67vw;
  }
  body.bsp.page-template-page-lp #commitment .commitment_wrap .bl_commitment_list .commitment_item + .commitment_item {
    margin-top: 5.33vw;
  }
  body.bsp.page-template-page-lp #commitment .commitment_wrap .bl_commitment_list .commitment_item .commitment_item_img {
    margin: 8vw 5.33vw 0;
  }
  body.bsp.page-template-page-lp #commitment .commitment_wrap .bl_commitment_list .commitment_item > p {
    font-size: 4.26vw;
    margin: 8vw 5.33vw 0;
  }
}
/*
flow
*/
body.bsp.page-template-page-lp #lp_flow .bl_inner {
  width: 86.66%;
}
body.bsp.page-template-page-lp #lp_flow .flow_txt {
  text-align: center;
  position: relative;
  margin-top: 0;
}
body.bsp.page-template-page-lp #lp_flow .flow_txt h2 {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 60px;
  line-height: 1.2;
}
body.bsp.page-template-page-lp #lp_flow .flow_wrap {
  margin-top: 30px;
}
body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #CBC3AC;
  background: #F4F3F0;
  position: relative;
  flex-direction: column;
  padding: 32px 22px 35px;
  min-height: auto;
}
body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  left: 50%;
  width: 87px;
  height: 34.205px;
  background: url(/assets/img/dermatology/arrow02.svg);
  background-size: 87px 34.205px;
  background-repeat: no-repeat;
  top: -21px;
  transform: translateX(-50%);
}
body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item + .flow_item {
  margin-top: 10px;
}
body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item:first-child:after {
  display: none;
}
body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl {
  width: auto;
}
body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 8px 0;
  border-bottom: 1px solid #CBC3AC;
}
body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl p img {
  height: 11px;
}
body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl h3 {
  font-size: 16px;
  margin-top: 40px;
  text-align: center;
  line-height: 1.75;
}
body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item > p {
  color: #18212C;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-top: 24px;
  line-height: 2;
  flex: 1;
}
body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item .btn_wrap {
  width: 100%;
  margin-top: 40px;
}
body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item .item_btn img {
  width: 100%;
}
body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item .item_btn + a {
  margin-top: 2.67vw;
}
body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item .item_btn span {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-right: 1.2em;
  letter-spacing: 0.05em;
}
body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item .item_txt {
  font-size: 24px;
  margin-top: 17px;
  letter-spacing: 0.1em;
  text-align: center;
}
body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item .item_txt span {
  font-size: 14px;
  margin-right: 1.2em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp #lp_flow .flow_txt h2 {
    font-size: 5.33vw;
    margin-top: 16vw;
  }
  body.bsp.page-template-page-lp #lp_flow .flow_wrap {
    margin-top: 8vw;
  }
  body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item {
    padding: 8.53vw 5.86vw 9.33vw;
  }
  body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item:after {
    width: 23.2vw;
    height: 9.12vw;
    background: url(/assets/img/dermatology/arrow02.svg);
    background-size: 23.2vw 9.12vw;
    background-repeat: no-repeat;
    top: -5.6vw;
  }
  body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item + .flow_item {
    margin-top: 2.66vw;
  }
  body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl p {
    padding: 0 0 2.13vw 0;
  }
  body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl p img {
    height: 2.93vw;
  }
  body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl h3 {
    font-size: 4.26vw;
    margin-top: 10.67vw;
  }
  body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item > p {
    font-size: 3.2vw;
    margin-top: 6.4vw;
  }
  body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item .btn_wrap {
    margin-top: 10.67vw;
  }
  body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item .item_btn {
    padding: 2.93vw 0;
  }
  body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item .item_btn + a {
    margin-top: 2.67vw;
  }
  body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item .item_btn span {
    font-size: 3.73vw;
    margin-right: 1.2em;
    letter-spacing: 0.05em;
  }
  body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item .item_txt {
    font-size: 6.4vw;
    margin-top: 4.53vw;
  }
  body.bsp.page-template-page-lp #lp_flow .flow_wrap .bl_flow_list .flow_item .item_txt span {
    font-size: 3.73vw;
  }
}
/*
talk_together
*/
body.bsp.page-template-page-lp #talk_together {
  background: #F4F3F0 url(/assets/img/lp/nose/talk_together_bg.webp) left 0 bottom 0 no-repeat;
  background-size: 100% auto;
  position: relative;
  padding-top: 60px;
  padding-bottom: 250px;
}
body.bsp.page-template-page-lp #talk_together .talk_together_txt {
  margin-top: 30px;
}
body.bsp.page-template-page-lp #talk_together p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25;
  /* 225% */
  letter-spacing: 0.8px;
  margin-top: 30px;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp #talk_together {
    padding-top: 16vw;
    padding-bottom: 66.66vw;
  }
  body.bsp.page-template-page-lp #talk_together .talk_together_txt {
    margin-top: 8vw;
  }
  body.bsp.page-template-page-lp #talk_together p {
    font-size: 4.26vw;
    margin-top: 8vw;
  }
}
/*
comfortable_space
*/
body.bsp.page-template-page-lp #comfortable_space {
  background: #F4F3F0;
  padding-top: 60px;
}
body.bsp.page-template-page-lp #comfortable_space .comfortable_space_img {
  margin-top: 50px;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp #comfortable_space {
    padding-top: 16vw;
  }
  body.bsp.page-template-page-lp #comfortable_space .comfortable_space_img {
    margin-top: 13.33vw;
  }
}
/*
faq
*/
body.bsp.page-template-page-lp #lp_faq {
  padding: 85px 0 100px;
}
body.bsp.page-template-page-lp #lp_faq .bl_inner {
  width: 89.33%;
}
body.bsp.page-template-page-lp #lp_faq .faq_txt {
  text-align: center;
}
body.bsp.page-template-page-lp #lp_faq .faq_txt h2 {
  font-size: 20px;
  line-height: normal;
  letter-spacing: 2px;
}
body.bsp.page-template-page-lp #lp_faq .faq_wrap {
  margin-top: 22px;
}
body.bsp.page-template-page-lp #lp_faq .faq_wrap dl .dl_inner + .dl_inner {
  margin-top: 20px;
}
body.bsp.page-template-page-lp #lp_faq .faq_wrap dt {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  /* 169.231% */
  letter-spacing: 0.65px;
  position: relative;
  display: flex;
  background: #002146;
  padding: 10px 10px 10px 35px;
}
body.bsp.page-template-page-lp #lp_faq .faq_wrap dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 12px;
  width: 14px;
  height: 14px;
  background: url(/assets/img/lp/nose/icon_q.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
body.bsp.page-template-page-lp #lp_faq .faq_wrap dd {
  position: relative;
  display: flex;
  padding: 15px 0 0 35px;
  flex-direction: column;
}
body.bsp.page-template-page-lp #lp_faq .faq_wrap dd p {
  color: #232323;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  /* 158.333% */
}
body.bsp.page-template-page-lp #lp_faq .faq_wrap dd p + p {
  margin-top: 1.5em;
}
body.bsp.page-template-page-lp #lp_faq .faq_wrap dd sup {
  vertical-align: super;
}
body.bsp.page-template-page-lp #lp_faq .faq_wrap dd small {
  color: #232323;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 9px;
  line-height: 19px;
}
body.bsp.page-template-page-lp #lp_faq .faq_wrap dd:before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 12px;
  width: 14px;
  height: 14px;
  background: url(/assets/img/lp/nose/icon_a.svg);
  background-size: cover;
  background-repeat: none;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp #lp_faq {
    padding: 22.66vw 0 26.66vw;
  }
  body.bsp.page-template-page-lp #lp_faq .faq_txt h2 {
    font-size: 5.33vw;
  }
  body.bsp.page-template-page-lp #lp_faq .faq_wrap {
    margin-top: 5.86vw;
  }
  body.bsp.page-template-page-lp #lp_faq .faq_wrap dl .dl_inner + .dl_inner {
    margin-top: 5.33vw;
  }
  body.bsp.page-template-page-lp #lp_faq .faq_wrap dt {
    font-size: 3.46vw;
    padding: 2.66vw 2.66vw 2.66vw 9.33vw;
  }
  body.bsp.page-template-page-lp #lp_faq .faq_wrap dt:before {
    top: 3.73vw;
    left: 3.2vw;
    width: 3.73vw;
    height: 3.73vw;
  }
  body.bsp.page-template-page-lp #lp_faq .faq_wrap dt dd {
    padding: 4vw 0 0 9.33vw;
  }
  body.bsp.page-template-page-lp #lp_faq .faq_wrap dt dd p {
    font-size: 3.2vw;
  }
  body.bsp.page-template-page-lp #lp_faq .faq_wrap dt dd small {
    font-size: 2.4vw;
  }
  body.bsp.page-template-page-lp #lp_faq .faq_wrap dt dd:before {
    top: 4.8vw;
    left: 3.2vw;
    width: 3.73vw;
    height: 3.73vw;
  }
}
/********************
contact
********************/
body.bsp.page-template-page-lp .contactForm {
  margin-top: 0;
}

/*
sec_cont
*/
body.bsp.page-template-page-lp .sec_cont {
  position: relative;
  overflow: hidden;
}
body.bsp.page-template-page-lp .sec_cont .bl_inner {
  width: 86.66%;
}
body.bsp.page-template-page-lp .sec_cont .wpcf7 dl {
  letter-spacing: 0.05em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}
body.bsp.page-template-page-lp .sec_cont .wpcf7 dl + dl {
  border-top: #CBC3AC solid 1px;
}
body.bsp.page-template-page-lp .sec_cont .wpcf7 dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  margin-bottom: 1.5rem;
}
body.bsp.page-template-page-lp .sec_cont .wpcf7 dt.required {
  font-weight: 400;
}
body.bsp.page-template-page-lp .sec_cont .wpcf7 dt .red {
  display: flex;
  align-items: start;
  font-size: 12px;
  background: #9D0000;
  color: #fff;
  border-radius: 4px;
  width: fit-content;
  min-width: 3.7em;
  margin-left: 1.2em;
  padding: 0 0.8em;
}
body.bsp.page-template-page-lp .sec_cont .wpcf7 dd {
  font-size: 16px;
  width: 100%;
  line-height: 1.83;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0;
  gap: 10px 7px;
}
body.bsp.page-template-page-lp .sec_cont .wpcf7 dd .txt {
  display: inline-block;
  margin: 0 0.2em;
}
body.bsp.page-template-page-lp .sec_cont .wpcf7 .mwform-radio-field {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
body.bsp.page-template-page-lp .sec_cont .wpcf7 .mwform-radio-field:not(:last-of-type) {
  display: inline-block;
  margin-right: unset;
}
body.bsp.page-template-page-lp .sec_cont .wpcf7 .pre_wrap, body.bsp.page-template-page-lp .sec_cont .wpcf7 .parts_wrap {
  width: auto;
}
body.bsp.page-template-page-lp .sec_cont .wpcf7 select {
  background-color: #fff;
}
body.bsp.page-template-page-lp .sec_cont .wpcf7 .mwform-checkbox-field {
  display: inline-block;
  margin-right: 0;
}
body.bsp.page-template-page-lp .sec_cont .wpcf7 .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
body.bsp.page-template-page-lp .sec_cont .wpcf7 .bsp.cantact_form .sec_cont .select_wrap.time_wrap {
  width: 48.5%;
}
body.bsp.page-template-page-lp .sec_cont .wpcf7 .time_wrap:first-of-type {
  margin-right: 0.5%;
}
body.bsp.page-template-page-lp .sec_cont .wpcf7 .birth_wrap {
  margin-left: 0;
  margin-right: 0;
}
body.bsp.page-template-page-lp .sec_cont .formIn {
  border-bottom: 1px solid #CBC3AC;
}
body.bsp.page-template-page-lp .sec_cont .formIn dl dt {
  display: inline;
}
body.bsp.page-template-page-lp .sec_cont .formIn dl dt .red {
  display: inline-block;
}
body.bsp.page-template-page-lp .sec_cont .formIn dl dd {
  margin-top: 0;
}
body.bsp.page-template-page-lp .sec_cont .contact_btn {
  background-color: #10386b;
  color: #fff;
  border-radius: 0 !important;
}
body.bsp.page-template-page-lp .sec_cont .horizontal-item + .horizontal-item {
  margin-left: 1.5em;
}
body.bsp.page-template-page-lp .sec_cont .horizontal-item:nth-child(4n+1) {
  margin-left: 0;
}
body.bsp.page-template-page-lp .sec_cont .radio_box {
  display: flex;
}
body.bsp.page-template-page-lp .sec_cont label {
  display: flex;
  align-items: center;
}
body.bsp.page-template-page-lp .sec_cont input, body.bsp.page-template-page-lp .sec_cont select, body.bsp.page-template-page-lp .sec_cont textarea {
  padding: 1em;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  width: 100%;
}
body.bsp.page-template-page-lp .sec_cont input::placeholder, body.bsp.page-template-page-lp .sec_cont select::placeholder, body.bsp.page-template-page-lp .sec_cont textarea::placeholder {
  color: #AAAAAA;
}
body.bsp.page-template-page-lp .sec_cont .select_wrap {
  position: relative;
}
body.bsp.page-template-page-lp .sec_cont .select_wrap select {
  appearance: none;
  width: 4.8em;
}
body.bsp.page-template-page-lp .sec_cont .select_wrap:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0.4em 0 0.4em;
  border-color: #656565 transparent transparent transparent;
  position: absolute;
  top: 1.55em;
  right: 10px;
  transform: translateY(-50%);
}
body.bsp.page-template-page-lp .sec_cont .select_wrap.pre_wrap select {
  width: 15em;
}
body.bsp.page-template-page-lp .sec_cont .select_wrap.time_wrap {
  width: 48.5%;
}
body.bsp.page-template-page-lp .sec_cont .select_wrap.time_wrap select, body.bsp.page-template-page-lp .sec_cont .select_wrap.time_wrap input {
  width: 100%;
}
body.bsp.page-template-page-lp .sec_cont .select_wrap.parts_wrap {
  width: 100%;
}
body.bsp.page-template-page-lp .sec_cont .select_wrap.parts_wrap select {
  width: 100%;
}
body.bsp.page-template-page-lp .sec_cont .time_area dd {
  display: flex;
  justify-content: space-between;
}
body.bsp.page-template-page-lp .sec_cont .mwform-tel-field input,
body.bsp.page-template-page-lp .sec_cont input[type=radio], body.bsp.page-template-page-lp .sec_cont input[type=checkbox] {
  width: unset;
}
body.bsp.page-template-page-lp .sec_cont .mwform-checkbox-field-text {
  margin-right: 0;
}
body.bsp.page-template-page-lp .sec_cont .attention {
  font-size: 12px;
  margin-top: 1em;
  line-height: 1.5;
  width: 100%;
}
body.bsp.page-template-page-lp .sec_cont #other-parts, body.bsp.page-template-page-lp .sec_cont #other-way, body.bsp.page-template-page-lp .sec_cont #detail-schedule01, body.bsp.page-template-page-lp .sec_cont #detail-schedule02, body.bsp.page-template-page-lp .sec_cont #detail-examination, body.bsp.page-template-page-lp .sec_cont #detail-estimate {
  margin-top: 15px;
}
body.bsp.page-template-page-lp .sec_cont .found_tokyo .horizontal-item {
  line-height: 2;
}
body.bsp.page-template-page-lp .sec_cont .found_tokyo .horizontal-item + .horizontal-item {
  margin-left: 2em;
}
body.bsp.page-template-page-lp .sec_cont .found_tokyo .horizontal-item:nth-child(4), body.bsp.page-template-page-lp .sec_cont .found_tokyo .horizontal-item:nth-child(6), body.bsp.page-template-page-lp .sec_cont .found_tokyo .horizontal-item:nth-child(7), body.bsp.page-template-page-lp .sec_cont .found_tokyo .horizontal-item:nth-child(8) {
  margin-left: 0;
}
body.bsp.page-template-page-lp .sec_cont .horizontal-item:has(.took-surgery):nth-child(4) {
  margin-left: 0;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn {
  display: flex;
  margin-top: 1.5em;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .contact_btn.btn_back, body.bsp.page-template-page-lp .sec_cont .contactBtn .contact_btn.btn_send {
  width: calc(50% - 25px);
  font-family: "Libre Baskerville", serif;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .attention {
  font-size: 12px;
  text-align: left;
  margin-top: 0;
  letter-spacing: 0.03em;
  line-height: 1.81;
  width: 100%;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .btn_area {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .btn_area .btn_wrap {
  width: 40em;
  margin-top: 0;
  height: fit-content;
  position: relative;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .btn_area .btn_wrap + .btn_wrap {
  margin-left: 2em;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .btn_area .btn_wrap input[type=submit] {
  position: relative;
  display: block;
  width: 100%;
  border: solid 1px #000;
  margin: 0 auto;
  padding: 13px 0;
  text-align: center;
  background-color: transparent;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  border-radius: 0;
  color: #000;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .btn_area .btn_wrap:before {
  content: "";
  position: absolute;
  width: 7.91%;
  height: 1px;
  background: #000;
  top: 50%;
  left: 84%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .btn_area .btn_wrap:after {
  content: "";
  position: absolute;
  width: 2.3%;
  height: 1px;
  background: #000;
  top: 49.5%;
  left: 89.2%;
  z-index: 1;
  transform: translateY(-50%) rotate(35deg);
  transform-origin: bottom right;
  transition: all 0.3s;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .btn_area .btn_wrap:hover:before {
  content: "";
  position: absolute;
  width: 9.91%;
  height: 1px;
  background: #000;
  top: 50%;
  left: 84%;
  z-index: 1;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .btn_area .btn_wrap:hover:after {
  content: "";
  position: absolute;
  width: 2.3%;
  height: 1px;
  background: #000;
  top: 49%;
  left: 91.5%;
  z-index: 1;
  transform: rotate(35deg);
  transform-origin: bottom right;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .privacy_wrap {
  height: 390px;
  overflow-y: scroll;
  border: 1px solid #CBC3AC;
  padding: 15px;
  margin-top: 30px;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .privacy_wrap .sec_cont-ttl {
  font-size: 15px;
  background: #E8E5DC;
  padding: 0 1em;
  margin-top: 0;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .privacy_wrap p {
  font-size: 12px;
  line-height: 1.81;
  margin-top: 30px;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .privacy_wrap p.caution {
  color: #9D0000;
  border: 1px solid #9D0000;
  padding: 0.8em;
  text-align: center;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .privacy_wrap p.marker {
  margin-top: 30px;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .privacy_wrap p.marker:before {
  content: "■";
  color: #CBC3AC;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .privacy_wrap p.marker + p {
  margin-top: 0;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .privacy_wrap p .red {
  color: #9D0000;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .privacy_wrap a {
  color: #0089FF;
  text-decoration: underline;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .privacy_wrap ol {
  list-style-position: inside;
  padding-left: 0.5em;
  list-style-type: none;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .privacy_wrap ol li {
  font-size: 12px;
  line-height: 1.81;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .privacy_wrap ol li:before {
  content: "(" counter(list-item) ")";
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .privacy_wrap span.note {
  display: block;
  font-size: 12px;
  margin-top: 1em;
}
body.bsp.page-template-page-lp .sec_cont .contactBtn .privacy_wrap span.col_r {
  color: #FF0000;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp .sec_cont .wpcf7 dt .red {
    position: static;
    transform: none;
  }
  body.bsp.page-template-page-lp .sec_cont .wpcf7 .birth_wrap {
    margin-left: 0;
    margin-right: 0;
  }
  body.bsp.page-template-page-lp .sec_cont .contact_btn {
    padding: 0.5em 0;
  }
  body.bsp.page-template-page-lp .sec_cont .contactBtn {
    margin-top: 1.5em;
    gap: 5.33vw;
  }
  body.bsp.page-template-page-lp .sec_cont .contactBtn .contact_btn.btn_back, body.bsp.page-template-page-lp .sec_cont .contactBtn .contact_btn.btn_send {
    width: 48%;
  }
}
body.bsp.page-template-page-lp .privacyContact {
  margin-top: 30px;
}
body.bsp.page-template-page-lp .scrollK {
  width: 100%;
  height: 355px;
  overflow-y: auto;
  padding: 10px;
  border: #656565 solid 1px;
  background-color: #fff;
  margin-bottom: 0.5em;
}
body.bsp.page-template-page-lp .scrollK h3 {
  margin-top: 1em;
  background-color: #eee;
  padding: 0.25em 1em;
  margin-bottom: 1em;
  font-size: 15px;
  font-weight: bold;
}
body.bsp.page-template-page-lp .scrollK ol {
  padding-left: 3.5em;
  margin-top: 1em;
  font-size: 12px;
  margin-bottom: 0.5em;
}
body.bsp.page-template-page-lp .scrollK h4 {
  color: #10386b;
  margin-bottom: 1em;
}
body.bsp.page-template-page-lp .scrollK h4, body.bsp.page-template-page-lp .scrollK h5 {
  margin-top: 2em;
  font-size: 14px;
  font-weight: 700;
}
body.bsp.page-template-page-lp .scrollK h6 {
  font-size: 12px;
}
body.bsp.page-template-page-lp .scrollK li, body.bsp.page-template-page-lp .scrollK p {
  font-size: 12px;
}
body.bsp.page-template-page-lp h6 {
  font-size: 12px;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp .privacyContact {
    margin-top: 8vw;
  }
  body.bsp.page-template-page-lp .scrollK {
    height: 94.6667vw;
    padding: 2.67vw;
  }
  body.bsp.page-template-page-lp .scrollK h3 {
    font-size: 4vw;
  }
  body.bsp.page-template-page-lp .scrollK ol {
    font-size: 3.2vw;
  }
  body.bsp.page-template-page-lp .scrollK h4, body.bsp.page-template-page-lp .scrollK h5 {
    font-size: 3.73vw;
  }
  body.bsp.page-template-page-lp .scrollK h6 {
    font-size: 3.2vw;
  }
  body.bsp.page-template-page-lp .scrollK li, body.bsp.page-template-page-lp .scrollK p {
    font-size: 3.2vw;
  }
  body.bsp.page-template-page-lp h6 {
    font-size: 3.2vw;
  }
}
/*
確認ページ・Thanksページ
*/
body.bsp.page-template-page-lp .sec_cont .wpcf7_confirm .select_wrap:after {
  display: none;
}
body.bsp.page-template-page-lp .sec_cont .wpcf7_confirm .privacyContact {
  display: none;
}
body.bsp.page-template-page-lp .sec_cont .wpcf7_confirm .btn_send, body.bsp.page-template-page-lp .sec_cont .wpcf7_confirm .btn_back {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.6;
}

body.bsp.page-template-page-lp .sec_cont.bl_lp_form.bl_lp_form_confirm h1 {
  font-size: 20px;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  margin: 100px 0 22px;
}

body.bsp.page-template-page-lp .sec_cont.bl_lp_form.bl_lp_form_confirm .contactBtn.center.text {
  margin-bottom: 100px;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp .sec_cont .wpcf7_confirm .btn_send, body.bsp.page-template-page-lp .sec_cont .wpcf7_confirm .btn_back {
    font-size: 3.73vw;
  }

  body.bsp.page-template-page-lp .sec_cont.bl_lp_form.bl_lp_form_confirm h1 {
    font-size: 5.33vw;
    margin: 22.66vw 0 5.86vw;
  }

  body.bsp.page-template-page-lp .sec_cont.bl_lp_form.bl_lp_form_confirm .contactBtn.center.text {
    margin-bottom: 26.66vw;
  }
}
body.bsp.page-template-page-lp.thanks .sec_cont .line {
  margin-top: 3em;
}
body.bsp.page-template-page-lp.thanks .sec_cont .line .title {
  margin-bottom: 1em;
}
body.bsp.page-template-page-lp.thanks .sec_cont .line .title h2 {
  font-size: 19px;
}
body.bsp.page-template-page-lp.thanks .sec_cont .line a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
}

@media screen and (max-width: 420px) {
  body.bsp.page-template-page-lp.thanks .sec_cont .line .title h2 {
    font-size: 5vw;
  }
}
body.bsp.page-template-page-lp.js_sp input[type=radio] {
  margin-right: 5px;
  font-size: 10px;
}
body.bsp.page-template-page-lp.js_sp input[type=checkbox] {
  margin-right: 5px;
  font-size: 10px;
}
body.bsp.page-template-page-lp .wpcf7 .mwform-checkbox-field {
  margin-bottom: 0;
}

#type_of_nose {
  background: #DBD6C8;
}
#type_of_nose * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
#type_of_nose .bl_inner {
  padding: 0 20px;
  width: auto;
}
#type_of_nose img {
  width: 100%;
}

.lists-header {
  padding-bottom: 20px;
}
.lists-header ul {
  list-style: none;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.lists-header ul li {
  background: #E8E5DC;
}
.lists-header ul li dl dt {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.lists-header ul li dl dt:before {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.lists-header ul li dl dt:after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.lists-header ul li dl dd {
  display: none;
}
.lists-header ul li dl dd label {
  display: block;
  padding: 15px 0;
  margin: 0 20px;
}
.lists-header ul li dl dd label + label {
  border-top: 1px solid #fff;
}
.lists-header ul li dl dd label input {
  display: none;
}
.lists-header ul li dl dd label span {
  display: block;
  padding-left: 24px;
  position: relative;
  font-size: 16px;
}
.lists-header ul li dl dd label span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #8A8278;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 50%;
}
.lists-header ul li dl dd label span:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  left: 3px;
  top: 6px;
  border-radius: 50%;
}
.lists-header ul li dl dd label input:checked + span:before {
  border-color: #BA3434;
}
.lists-header ul li dl dd label input:checked + span:after {
  background-color: #BA3434;
}
.lists-header ul li.js-active dl dt::before {
  transform: translateY(-50%) rotate(180deg);
}
.lists-header ul li.js-active dl dt:after {
  transform: translateY(-50%);
}

.lists-content {
  background: #fff url(/assets/img/lp/nose/type_result_bg.webp) no-repeat center top;
  background-size: 100% auto;
  padding-bottom: 50px;
}
.lists-content h3 {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
}
.lists-content .lists-content-item .type-ttl {
  width: 100%;
  padding-top: 35px;
}
.lists-content .lists-content-item .type-ttl img {
  width: 100%;
}
.lists-content .lists-content-item .type-subttl {
  font-size: 20px;
  text-align: center;
  padding-top: 37px;
  margin-bottom: 30px;
}
.lists-content dl {
  background: #E8E5DC;
}
.lists-content dl + dl {
  margin-top: 10px;
}
.lists-content dt {
  width: 335px;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
}
.lists-content dt:before {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.lists-content dt:after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.lists-content dt.js-active:before {
  transform: translateY(-50%) rotate(180deg);
}
.lists-content dt.js-active:after {
  transform: translateY(-50%);
}
.lists-content dd {
  display: none;
  padding: 7px 20px 50px;
}
.lists-content dd p {
  color: #0B0B0B;
  text-align: justify;
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.7px;
}
.lists-content dd img {
  width: 100%;
  margin-top: 50px;
}


.wpcf7 input[type="radio"] { transform: translateY(-3px); }
.wpcf7-submit { width: 143px !important; background-color: #10386b; color: #fff; border-radius: 0 !important; margin-bottom: 50px; }
.wpcf7-spinner { display: none !important; }
.wpcf7-radio, .wpcf7-checkbox { display: block !important; transform: translateX(-1em); }

body.bsp.page-template-page-lp .sec_cont.bl_lp_form_confirm .select_wrap:after { display: none; }


body.bsp.thanks .sec_cont .sec_cont-body {
  margin-top: 3em;
  text-align: center;
}
body.bsp.thanks .line {
  margin-top: 3em;
}
body.bsp.thanks .line .title {
  margin-bottom: 1em;
}
body.bsp.thanks .line .title h2 {
  font-size: 1.6rem;
}
body.bsp.thanks .line a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
}

@media screen and (max-width: 767px) {
  body.bsp.thanks .sec_cont .sec_cont-body {
    margin-top: 3em;
  }
  body.bsp.thanks .line {
    margin-top: 3em;
  }
  body.bsp.thanks .line .title {
    margin-bottom: 1em;
  }
  body.bsp.thanks .line .title h2 {
    font-size: 5vw;
  }
  body.bsp.thanks .line a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3em;
  }

  body.bsp .contact_btn {
    padding: 0.5em 0;
  }
  body.bsp .contactBtn {
    gap: 4%;
    margin-top: 6em;
  }
  body.bsp .contactBtn .contact_btn.btn_back, body.bsp .contactBtn .contact_btn.btn_send {
    width: 48%;
  }
}

/*
sns
*/
#sns {
  font-size: min(1.25vw, 18px);
  margin: 8.33em 0 13.73em;
}
#sns .sns_txt .sns_lead {
  width: 1.46em;
  max-width: 26.21px;
  margin: auto;
}
#sns .sns_txt h2 {
  font-size: min(2.78vw, 40px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: 1.2em;
  text-align: center;
}
#sns .sns_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4.13em;
}
#sns .sns_wrap .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(0.97em, 14px);
  border: 1px solid #000;
  width: 23.79%;
  height: 4.29em;
  margin-top: 1.43em;
  padding: 0;
}
#sns .sns_wrap .btn img {
  position: absolute;
  left: 1.84em;
  width: 2.14em;
  margin-right: auto;
}
#sns .sns_wrap .btn span {
  margin-left: 3em;
  letter-spacing: 0.05em;
}
#sns .sns_wrap .btn:nth-child(5), #sns .sns_wrap .btn:nth-child(6), #sns .sns_wrap .btn:nth-child(7), #sns .sns_wrap .btn:nth-child(8), #sns .sns_wrap .btn:nth-child(9) {
  height: 9.36em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  /*width: 18.71%;*/
}
#sns .sns_wrap .btn:nth-child(5) img, #sns .sns_wrap .btn:nth-child(6) img, #sns .sns_wrap .btn:nth-child(7) img, #sns .sns_wrap .btn:nth-child(8) img, #sns .sns_wrap .btn:nth-child(9) img {
  position: relative;
  top: unset;
  left: unset;
  margin: 0;
}
#sns .sns_wrap .btn:nth-child(5) span, #sns .sns_wrap .btn:nth-child(6) span, #sns .sns_wrap .btn:nth-child(7) span, #sns .sns_wrap .btn:nth-child(8) span, #sns .sns_wrap .btn:nth-child(9) span {
  margin: 1em 0 0;
}
#sns .sns_wrap .btn:nth-child(3) {
  padding: 0;
}
#sns .sns_wrap .btn:nth-child(3) img {
  width: 1.43em;
  left: 2.13em;
}

@media screen and (max-width: 767px) {
  #sns {
    margin: 26.67vw 0;
  }
  #sns .sns_txt .sns_lead {
    width: 5.82vw;
    max-width: 5.82vw;
  }
  #sns .sns_txt h2 {
    font-size: 5.33vw;
    margin-top: 5.33vw;
  }
  #sns .sns_wrap {
    margin-top: 10.67vw;
    flex-wrap: wrap;
  }
  #sns .sns_wrap .btn {
    font-size: 3.2vw;
    width: 42.13vw;
    height: 10.67vw;
    margin-top: 2.67vw;
  }
  #sns .sns_wrap .btn img {
    position: absolute;
    left: 5.33vw;
    width: 5.33vw;
  }
  #sns .sns_wrap .btn span {
    margin-left: 2em;
  }
  #sns .sns_wrap .btn:nth-child(5), #sns .sns_wrap .btn:nth-child(6), #sns .sns_wrap .btn:nth-child(7), #sns .sns_wrap .btn:nth-child(8), #sns .sns_wrap .btn:nth-child(9) {
    height: 13.33vw;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  #sns .sns_wrap .btn:nth-child(5) img, #sns .sns_wrap .btn:nth-child(6) img, #sns .sns_wrap .btn:nth-child(7) img, #sns .sns_wrap .btn:nth-child(8) img, #sns .sns_wrap .btn:nth-child(9) img {
    position: absolute;
    left: 5.33vw;
    width: 5.33vw;
  }
  #sns .sns_wrap .btn:nth-child(5) span, #sns .sns_wrap .btn:nth-child(6) span, #sns .sns_wrap .btn:nth-child(7) span, #sns .sns_wrap .btn:nth-child(8) span, #sns .sns_wrap .btn:nth-child(9) span {
    margin: 0 0 0 1em;
  }
  #sns .sns_wrap .btn:nth-child(3) {
    padding: 0;
  }
  #sns .sns_wrap .btn:nth-child(3) img {
    width: 4vw;
    left: 5.33vw;
  }
}
.doctor_img_data .department a,
.item_img_data span a {
  transition: all 0.2s ease;
}
.doctor_img_data .department a:hover,
.item_img_data span a:hover {
  opacity: 0.6;
}

/********************
footer
********************/
footer {
  background: #0F2743;
  padding: 8.33em 0 4.17em;
  font-size: min(1.25vw, 18px);
  position: relative;
}
footer a {
  transition: opacity 0.5s ease;
}
footer a:hover {
  opacity: 0.6;
}
footer .footer_top {
  justify-content: space-between;
}
footer .footer_top .footer_logo {
  width: 13.89vw;
  max-width: 200px;
}
footer .footer_top .footer_logo img {
  width: 100%;
}
footer .footer_top .data_wrap {
  color: #fff;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 47.91vw;
  max-width: 690px;
}
footer .footer_top .data_wrap .data_txt {
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
}
footer .footer_top .data_wrap .data_txt p {
  font-size: min(2.78vw, 40px);
}
footer .footer_top .data_wrap .data_txt p span {
  font-size: min(1.39vw, 20px);
  margin-right: 1em;
}
footer .footer_top .data_wrap .data_txt > span {
  font-size: min(0.97vw, 14px);
  letter-spacing: 0.05em;
}
footer .footer_top .data_wrap .data_btn {
  justify-content: space-between;
  width: 100%;
}
footer .footer_top .data_wrap .data_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #344A65;
  font-size: min(1.11vw, 16px);
  width: 13.75em;
  height: 3.13em;
  color: #fff;
}
footer .footer_middle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.22em;
  font-size: min(0.97vw, 14px);
}
footer .footer_middle_list {
  width: 20.16%;
  max-width: 250px;
  margin-top: 3.07em;
}
footer .footer_middle_list + .footer_middle_list {
  margin-left: 6.45%;
}
footer .footer_middle_list:nth-child(5) {
  margin-left: 0;
}
footer .footer_middle_list a, footer .footer_middle_list span {
  display: flex;
  align-items: center;
  font-size: min(0.97vw, 14px);
  color: #fff;
  border-bottom: 1px solid #344A65;
  height: 3.07em;
  width: 100%;
}
footer .footer_middle_list > *:first-child {
  font-size: min(1.25vw, 18px);
}
footer .footer_bottom {
  flex-wrap: wrap;
  width: 28.05em;
  max-width: 505px;
  margin-top: 2.22em;
}
footer .footer_bottom a {
  font-size: min(0.97vw, 14px);
  color: #fff;
  margin-top: 2em;
}
footer .footer_bottom a + a {
  margin-left: 3em;
}
footer .footer_bottom a:nth-child(4) {
  margin-left: 0;
}
footer small {
  position: absolute;
  bottom: 1.5em;
  right: 2em;
  display: block;
  font-size: min(0.83vw, 12px);
  color: #fff;
}
footer .bl_tel {
  color: #fff;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 21.33vw 0 53.67vw;
  }
  footer .footer_top {
    flex-direction: column;
    align-items: center;
  }
  footer .footer_top .footer_logo {
    width: 39.3vw;
    max-width: 39.3vw;
  }
  footer .footer_top .data_wrap {
    margin-top: 9.87vw;
    width: 100%;
    max-width: 100%;
  }
  footer .footer_top .data_wrap .data_txt {
    margin-left: 3em;
    text-align: center;
    flex-wrap: wrap;
  }
  footer .footer_top .data_wrap .data_txt p {
    font-size: 9.33vw;
    letter-spacing: 0.08em;
  }
  footer .footer_top .data_wrap .data_txt p span {
    font-size: 5.33vw;
    margin-right: 0.5em;
  }
  footer .footer_top .data_wrap .data_txt > span {
    display: inline-block;
    font-size: 3.2vw;
    margin-top: 5.33vw;
    letter-spacing: 0.12em;
  }
  footer .footer_top .data_wrap .data_btn {
    display: none;
  }
  footer .footer_middle {
    display: none;
  }
  footer .footer_bottom {
    display: none;
  }
  footer small {
    bottom: 2.5em;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.2vw;
    width: 100%;
    text-align: center;
    margin-bottom: 12.67vw;
  }
}
.footerBottom {
  display: block;
  position: fixed;
  bottom: 30px;
  left: 49.7vw;
  width: 47.64vw;
  transition: 1s cubic-bezier(0, 0.75, 0.25, 1);
  transition: 1s;
  transition-delay: 0.75s;
  opacity: 0;
  z-index: 10;
}
.footerBottom.active {
  opacity: 1;
}
.footerBottom ul {
  justify-content: space-between;
  list-style: none;
  width: 100%;
}
.footerBottom ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.62vw;
  height: 4.17vw;
  border: 1px solid #000;
}
.footerBottom ul li a {
  font-size: 1.11vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #F4F3F0;
}

@media screen and (max-width: 767px) {
  .footerBottom {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: transform 1s ease-in-out;
    transform: translateY(100%);
    opacity: 1;
    z-index: 10;
  }
  .footerBottom.active {
    transform: translateY(0);
  }
  .footerBottom ul {
    background: #F4F3F0;
    border-top: 1px solid #000;
    display: flex;
  }
  .footerBottom ul li {
    width: 32.8vw;
    height: 13.33vw;
    border: none;
    flex-wrap: nowrap;
  }
  .footerBottom ul li a {
    font-size: 2.67vw;
    letter-spacing: 0.05em;
  }
  .footerBottom ul li:nth-child(1) {
    order: 3;
    border-left: 1px solid #000;
  }
  .footerBottom ul li:nth-child(2) {
    order: 1;
  }
  .footerBottom ul li:nth-child(3) {
    order: 2;
    border-left: 1px solid #000;
  }
}

.bl_footer { background-color: #0F2743; padding: 1.5em 1em; text-align: center; color: #fff; }
.bl_footer-logo {text-align: center; margin-bottom: 1em}
.bl_footer-logo img { display: inline-block; margin: auto; }
.copyright { font-size: smaller; }
.bl_footer-body { margin-top: 2.22em; }



/*
hero
*/
.bsp.thanks #hero {
  font-size: min(1.25vw, 18px);
}
.bsp.thanks #hero .hero_wrap {
  position: relative;
  /* margin-top: 110px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.bsp.thanks #hero .hero_wrap .bg_img {
  width: 100%;
}
.bsp.thanks #hero .hero_wrap .hero_txt {
  position: absolute;
  text-align: center;
}
.bsp.thanks #hero .hero_wrap .hero_txt .hero_lead {
  font-size: min(0.97vw, 14px);
  font-family: "Libre Baskerville", serif;
  white-space: nowrap;
  color: #fff;
  width: unset;
  max-width: unset;
}
.bsp.thanks #hero .hero_wrap .hero_txt h1 {
  font-size: min(2.78vw, 40px);
  line-height: 2.125;
  margin-top: 0.8em;
  color: #fff;
  display: flex;
  align-items: center;
}
.bsp.thanks #hero .hero_wrap .hero_txt h1 span {
  font-size: min(1.39vw, 20px);
  padding: 0 1.2em;
  background: #fff;
  border-radius: 6px;
  color: #000;
  margin-right: 1em;
}

@media screen and (max-width: 1023px) {
  .bsp.thanks #hero .hero_wrap {
    /* margin-top: 85px; */
  }
}
@media screen and (max-width: 767px) {
  .bsp.thanks #hero .hero_wrap {
    /* margin-top: calc(60px + 6.67vw); */
  }
  .bsp.thanks #hero .hero_wrap .hero_txt .hero_lead {
    font-size: 2.67vw;
  }
  .bsp.thanks #hero .hero_wrap .hero_txt h1 {
    font-size: 5.33vw;
    margin-top: 0.8em;
  }
  .bsp.thanks #hero .hero_wrap .hero_txt h1 span {
    font-size: 3.2vw;
    border-radius: 3px;
    padding: 0 0.8em;
  }
}

#header { padding: 20px; }

.birth_wrap { width: 4.8em; position: relative; }

.birth_wrap .wpcf7-not-valid-tip,
.time_wrap .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap[data-name="age"] .wpcf7-not-valid-tip
.wpcf7-form-control-wrap[data-name="first-date"] .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap[data-name="second-date"] .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap[data-name="third-date"] .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap[data-name="other-treatment-way"] .wpcf7-not-valid-tip { width: 375px; position: absolute; }
.attention { padding-top: 1em; }

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  color: #000;
}

.bl_lp_form_confirm .birth_wrap { width: auto; }
.bl_lp_form_confirm .select_wrap.time_wrap { width: auto; }