@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');


[data-target] {
  cursor: pointer;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

img {
  border: none;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  vertical-align: top;
}

video {
  height: auto;
  max-width: 100%;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

p {
  line-height: 2;
}

:root {
  --swiper-theme-color: #0a574b;
}

.swiper a {
  color: #222;
  text-decoration: none;
}


/* ---------------header footer footer */
.lp header {
  max-width: 1500px;
  margin: auto;
  display: flex;
  align-items: center;
}

.lp_header {
  padding: 20px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.lp-logo img {
  width: 320px;
  filter: brightness(0);
}

.lp-logo {
  margin-right: 20px;
}

.access_btn1 img {
  width: 70%;
}

.lp header nav {
  display: block;
  margin-left: 2em;
}

.lp header nav ul {
  display: flex;
  list-style: none;
  gap: 20px;
}

.lp header nav li a {
  color: #292929;
  font-weight: bold;
  text-decoration: none;
}

.header_tel_btn {
  margin-left: auto;
}

.header_tel_btn a {
  display: block;
  /* padding: 0.5em 1em; */
  /* background: #197b6c; */
  /* border-radius: 6px; */
  /* color: #fff; */
}

.header_tel_btn a {
  display: flex;
  align-items: center;
  /* padding: 0.5em 1em; */
  /* background: #197b6c; */
  /* border-radius: 6px; */
  /* color: #fff; */
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
}

.header_tel_btn img {
  /* filter: brightness(0) invert(1); */
  width: 30px;
  height: auto;
  transform: translateY(2px);
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: #0a574b;
  margin: 8px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}


footer.lp-footer {
  background: #000;
  padding: 50px 0 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

/* ---------------slider */


.swiper {
  width: 100%;
  box-sizing: border-box;
}

.main-swiper {
  width: 80%;
  margin: 30px auto 70px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(126, 126, 126, .2);
  position: relative;
}

.main-swiper .swiper-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.main-swiper:before {
  content: "";
  display: block;
  width: 160px;
  height: 106px;
  background: url('../../assets/img/lp-nose/case_text.png')center no-repeat;
  position: absolute;
  left: -60px;
  top: -35px;
  z-index: 10;
}

.main-swiper .case_box a,
.main-swiper .case_box .a_div {
  display: flex;
}

.main-swiper .case_box figure {
  width: 50%;
}

.main-swiper .case_box .flex_text {
  width: 50%;
  padding: 0 0 0 40px;
  box-sizing: border-box;
}

.lp-main_case .label_dl dt {
  width: 8em;
}

.lp-main_case .label_dl dd {
  width: calc(100% - 8em);
}

.main-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.thumbs-swiper {
  padding: 30px 0;
}

.thumbs-swiper .swiper-slide {
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(126, 126, 126, .2);
  box-sizing: border-box;
  opacity: 0.6;
  padding: 2px;
}


.thumbs-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

/* 選択中のサムネイルを強調 */
.thumbs-swiper .swiper-slide-thumb-active {
  opacity: 1;
  transition: 0.25s;
  border-radius: 10px;
}


.lp-medical_info {
  background: url('../../assets/img/lp-nose/lp_nose_medical_bg.png')left top no-repeat, #f9f9f9;
  padding: 120px 0 80px;
}

/* ---------------page */

.inner {
  width: 1100px;
  margin: auto;
}

.inner_s {
  width: 1000px;
  margin: auto;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.flex {
  display: flex;
}

.flex figure img {
  width: 100%;
}

.ac {
  text-align: center;
}

.lp-main_case,
.lp-case {
  overflow: hidden;
}

.lp section {
  overflow: hidden;
}


section h2 {
  margin-bottom: 70px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
}

section h2.white {
  color: #fff;
}

section h2 .note {
  display: block;
  margin: 14px 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: .1em;
}

section h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
}

.lp-main_case {
  background: url('../../assets/img/lp-nose/lp_main_case_bg.png')center no-repeat;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}

.case_box a,
.case_box .a_div {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
}

.case_title {
  font-size: 22px;
  margin: 10px 0 20px;
}

.case_box figure img {
  width: 100%;
  display: block;
  margin: auto;
}

.lp-fix-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}


.lp-fix-contact .btn a {
  width: 68px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #ccc;
  background: #0a574b;
  padding: 30px 25px 30px 15px;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 14px;
  transition: .3s;
  transform: translateX(10px);
}

.lp-fix-contact .btn.btn2 a {
  background: #197b6c;
}

.price_table .price {
  table-layout: fixed;
}

.price_table .price td {
  background: #fff;
}

.price_table .price th {
  /*background: #197b6c;
  color: #fff;*/
}

.price_table .price tr:not(:first-child) th {
  /*background: #ccc;
  color: #333;
*/
  border-top: 1px solid #fff;
}

.price_table .price tr:nth-child(odd) td {
  background: #f9f9f9;
}

@media (hover: hover) {
  .lp-fix-contact .btn a:hover {
    transform: translateX(0);
  }
}


.lp-fix-contact .btn.btn2 img {
  filter: brightness(0) invert(1);
  width: 26px;
}

.lp section.lp-main_mes {
  background: url('../../assets/img/lp-nose/lp_nose_mes_bg.png')center no-repeat;
  background-size: cover;
  padding: 70px 0;
  overflow: visible;
  position: relative;
}

.lp-main_mes:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 40px;
  border-color: #404040 transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.message_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}

.message {
  margin: 0 0 20px;
  font-size: 26px;
}

.message_wrap p {
  line-height: 3;
}

.lp-main_mes .bg_black {
  width: 20%;
  position: absolute;
  right: 8%;
  top: 70px;
}

.lp-main_mes .case_box a,
.lp-main_mes .case_box div.a_div {
  background: #000;
  padding: 15px;
}

.lp-main_mes .case_title {
  color: #fff;
}

.lp-main_mes dl.label_dl {
  color: #fff;
  font-size: 11px;
  margin-top: 10px;
}

.lp-main_mes .label_dl dt {
  width: 8em;
  background: none;
}

.lp-main_mes .label_dl dd {
  width: calc(100% - 8em);
  padding: 0 5px 10px;
}

section.lp-feature {
  padding: 100px 0;
  background: url('../../assets/img/lp-nose/lp_nose_feature_bg.png') center no-repeat;
  background-size: cover;
}

.feature_wrap {
  gap: 25px;
  margin: 100px 0 50px;
}

.feature {
  width: calc((100% - 50px) / 3);
  background: #fff;
  padding: 0 25px 25px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(126, 126, 126, .2);
  position: relative;
}

.feature .label {
  min-width: 170px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #427166;
  border-radius: 0 0 20px 20px;
  padding: 5px 30px;
  margin: 0 0 30px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

.feature .label .num {
  margin-left: 5px;
  font-size: 24px;
  letter-spacing: 5px;
}

.feature_title {
  min-height: 3.5em;
  font-size: 22px;
}

.feature p {
  font-size: 14px;
}

.feature figure img {
  border-radius: 10px;
  margin-bottom: 40px;
}

section.lp-case {
  background: url('../../assets/img/lp-nose/lp_nose_case.png'), #3e3e3e;
  background-size: cover;
  padding: 100px 0;
}


dl.label_dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 14px;
}

.label_dl dt {
  width: 7em;
  background: #edf0f0;
  padding: 5px;
  margin: 0 0 10px;
  text-align: center;
  box-sizing: border-box;
}

.label_dl dd {
  width: calc(100% - 7em);
  padding: 5px 10px;
  margin: 0;
  box-sizing: border-box;
}

.case-swiper_wrap {
  position: relative;
  box-sizing: border-box;
}

.case-swiper {
  padding: 30px 0 80px;
}

.case-swiper_wrap {
  --swiper-navigation-size: 60px;
  width: 1220px;
  margin: auto;
}

.case-swiper_wrap .swiper-button-next,
.case-swiper_wrap .swiper-button-prev {
  color: #fff;
}

.case_swiper .swiper-pagination {
  bottom: -50px;
}

.case-swiper_wrap .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d9d9d9;
  opacity: 1;
}

.case-swiper_wrap .swiper-pagination-bullet-active {
  background: #0a574b;
}



.medical_card {
  background: #fff;
  border: 2px solid #0a574b;
  border-radius: 10px;
  padding: 5px;
  margin: 0 0 50px;
  box-shadow: 0 0 30px rgba(126, 126, 126, .1);
}

.card_inner {
  border: 1px solid #0a574b;
  border-radius: 3px;
}

.medical_card .flex {
  justify-content: space-between;
}

.card_cont01 {
  margin: 20px 0 40px 40px;
}

.card_title {
  display: flex;
  align-items: center;
  gap: 20px;
}

.medical_card h3 {
  color: #0a574b;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 2px;
}

.medical_card h4 {
  background: linear-gradient(to right, rgba(97, 147, 139, 1) 0%, rgba(97, 147, 139, 1) 36%, rgba(63, 109, 98, 1) 100%);
  padding: 10px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
}

.problem {
  width: 48%;
  min-height: 110px;
  padding: 30px 0 10px;
  background: linear-gradient(135deg, rgba(28, 138, 121, 1) 0%, rgba(21, 102, 90, 1) 100%);
  position: relative;
}

.problem:before {
  content: "";
  display: block;
  width: 142px;
  height: 23px;
  background: url('../../assets/img/lp-nose/lp_probrem_label.png')left center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.problem:after {
  content: "";
  display: block;
  width: 103px;
  height: 120px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.problem.prb01:after {
  background: url('../../assets/img/lp-nose/lp_nose_medical01.png')left bottom -2px no-repeat;
  background-size: cover;
}

.problem.prb02:after {
  background: url('../../assets/img/lp-nose/lp_nose_medical02.png')left bottom -2px no-repeat;
  background-size: cover;
}

.problem.prb03:after {
  background: url('../../assets/img/lp-nose/lp_nose_medical03.png')left bottom -2px no-repeat;
  background-size: cover;
}

.problem.prb04:after {
  background: url('../../assets/img/lp-nose/lp_nose_medical04.png')left bottom -2px no-repeat;
  background-size: cover;
}

.problem ul {
  padding: 5px;
  padding-right: 80px;
  margin-left: 20px;
  color: #fff;
}

.problem li {
  background: url('../../assets/img/lp-nose/lp_icon_check.png')left top 6px no-repeat;
  background-size: 17px;
  padding-left: 22px;
}

.card_cont02.flex {
  flex-wrap: wrap;
  margin: 40px;
}

.card_cont02 .card_text {
  width: 100%;
}

.card_cont02 .case_title {
  margin: 30px 0 10px;
}

.card_image {
  width: 50%;
}

.card_desc {
  width: 45%;
}



.btn-round {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border: 1px solid #222;
  border-radius: 100px;
  background: none;
  padding: 6px 45px;
  margin: auto;
  font-size: 1rem;
  position: relative;
}

.btn-round.click_title:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  transition: .3s;
}

.btn-round.click_title.open:before {
  transform: rotate(-45deg)
}


.card_cont03 {
  margin: 40px;
}

table.price {
  width: 100%;
  border: 1px solid #f0f0f0;
  margin: 2em 0;
  border-collapse: collapse;
}

.price th {
  /*background: #f0f0f0;*/
  background: #176a5c;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-weight: normal;
}

.price td {
  padding: 15px;
  border: 1px solid #f0f0f0;
}


@media not (min-width: 769px) {
  .price td {
    padding: 15px 8px;
  }
}

.card_cont03 .click_title {
  margin: 20px auto 0;
}

section.lp-about {
  padding: 90px 0;
  background: #fff;
}

.about figure {
  width: 50%;
  flex-shrink: 0;
}

.about figure img {
  border-radius: 10px;
}

.lp-about .label_dl dt {
  width: 6em;
  background: none;
  text-align: left;
}

.lp-about .flex.btn {
  gap: 20px;
  margin: 30px 30px 0 94px;
}

.lp-about .flex.btn .btn-round {
  flex-grow: 1;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 6px;
}

.lp-about .btn-round img {
  width: 20px;
  height: auto;
}

.map iframe {
  margin: 40px 0 0;
}

section.lp-profile {
  background: url('../../assets/img/lp-nose/lp_nose_profile_bg.png')center no-repeat;
  background-size: cover;
  padding: 70px 0 0;
}

section .profile h3 {
  margin: 30px 0;
}

.profile figure {
  width: 45%;
  flex-shrink: 0;
  align-self: flex-end;
  text-align: center;
}

.profile figure img {
  max-height: 420px;
  width: auto;
}

.profile .flex_text {
  width: 55%;
  margin: 0 0 2em;
  font-family: "Noto Serif JP", serif;
}

.profile .flex_text p {
  padding-right: 70px;
}

p.signature {
  padding: 30px 0 15px;
  padding-right: 70px;
  text-align: right;
  border-bottom: 1px solid;
  font-size: 14px;
}

.signature .name {
  display: inline-block;
  margin-left: 25px;
  font-size: 18px;
}

.lp-profile-desc {
  background: url('../../assets/img/lp-nose/lp_nose_profile_bg2.png')center no-repeat, #3e3e3e;
  background-size: cover;
  padding: 45px 0;
}

.profile-desc {
  width: calc(100% - 100px);
  justify-content: space-between;
  margin: auto;
}

.profile-desc .flex_text {
  width: 48%;
}

.profile-desc h3 {
  border-left: 5px solid #fff;
  color: #fff;
  font-size: 26px;
  padding: 0 20px;
  margin: 0 0 20px;
}

.profile-desc ul {
  margin-left: 25px;
  margin-bottom: 25px;
  color: #fff;
}

.profile-desc li {
  padding: 5px 0;
  position: relative;
}

ul.disc li {
  padding: 5px 5px 5px 10px;
  position: relative;
}

ul.disc li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-50%);
}

section.lp-flow {
  padding: 100px 0 80px;
  background: #f9f9f9;
}

.flow_wrap {
  width: 82%;
  padding: 30px 0;
  margin: auto;
}

.flow {
  display: flex;
  flex-direction: row-reverse;
  background: #fff;
  border-radius: 10px;
  padding: 17px 0 20px;
  margin: 0 0 20px;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 30px rgba(126, 126, 126, .1);
  position: relative;
}

.flow::after {
  content: "";
  display: block;
  width: 100%;
  height: 36px;
  background: url(img/arrow_down.png) center no-repeat;
  margin: 17px 0 0;
  visibility: visible;
  position: absolute;
}

.flow:last-child {
  margin: 0;
}

.flow:last-child::after {
  content: none;
}

.flow_img {
  width: 30%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.flow .step {
  width: 130px;
  padding: 10px 0;
  border-radius: 0 100px 100px 0;
  background: #176a5c;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.flow .step .s_num {
  display: inline-block;
  margin: 0 3px;
}

.flow_img figure {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0;
}

.flow_img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.flow .flow_text {
  width: 70%;
  display: flex;
  flex-direction: column;
  margin: 20px 40px 0 20px;
}

.flow h3 {
  margin: 0 0 1em;
  font-weight: 500;
  font-size: 18px;
}

.lp-faq {
  padding: 70px 0;
}



.faq {
  padding: 20px;
  border-bottom: 2px solid #e7e7e7;
}

.question {
  display: flex;
  align-items: center;
  position: relative;
}

.question::before,
.answer::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0a574b;
  border: 1px solid #0a574b;
  border-radius: 50%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 10px 12px;
  width: 56px;
  height: 56px;
  line-height: 1;
  text-align: center;
}

.faq h3 {
  width: calc(100% - 44px);
  padding: 0 60px 0 20px;
  margin: 0;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #0a574b;
  position: relative
}

.faq h3:before,
.faq h3:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 3px;
  background: #0a574b;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
  visibility: visible;
}

.faq h3:after {
  transform: translateY(-50%) rotate(90deg);
}

.faq .open h3:after {
  transform: translateY(-50%) rotate(0deg);
}

.answer {
  display: flex;
  margin: 20px 0 0;
  position: relative;
}

.answer::before {
  content: "A";
  background: #fff;
  color: #0a574b;
}

.faq_text {
  width: calc(100% - 44px);
  padding: 0 0 0 20px;
}

section.contact {
  padding: 100px 0;
  background: #f7f7f7;
  background: url('../../assets/img/lp-nose/lp_nose_form_bg.png')left top repeat;
}

section.contact h2 {
  margin-bottom: 40px;
}

#lp-form {
  width: 700px;
  margin: 80px auto;
}

.field_wrap {
  display: flex;
  margin: 0 0 30px;
}

.field_name {
  width: 200px;
  display: flex;
  align-items: center;
}

.field_name.va_t {
  align-items: flex-start;
  padding-top: 13px;
}

.field {
  width: calc(100% - 200px);
}

.field .note {
  display: inline-block;
  border-bottom: 1px solid;
  padding: 0 0 5px;
  margin: 0 0 0 1em;
}

.p-country-name {
  display: none;
}

.field_wrap input[type="text"],
.field_wrap textarea,
.field_wrap input[type="email"] {
  width: 100%;
  min-height: 42px;
  padding: 10px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(156, 156, 156, .2);
  font-size: 16px;
}

.field_wrap input[name="zip"] {
  width: 30%;

}

.field_wrap input[name="pref"] {
  margin: 15px 0;
}

.field_wrap input[name="your-age"] {
  width: 50%;
}

.field.radio {
  display: flex;
}

.field.radio .mwform-radio-field {
  flex-grow: 1;
}

.field_wrap input[type="radio"] {
  transform: scale(1.6);
  margin-right: 10px;
  cursor: pointer;
}

.lp-form-btn input[type="submit"],
.lp-form-btn button[type="submit"] {
  display: block;
  min-width: 380px;
  padding: 15px;
  margin: 20px auto;
  background: #0a574b;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
}


.imgattached {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  position: relative;
}

.imgattached input[type=file] {
  display: none !important;
}

.imgattached label {
  width: 200px;
  min-height: 42px;
  padding: 10px;
  padding-left: 30px;
  border: none;
  border-radius: 100px;
  box-shadow: 0 0 10px rgba(156, 156, 156, .2);
  background: url(../../assets/img/lp-nose/lp_icon_camera.png)left 30px center no-repeat, #fff;
  background-size: 29px auto;
  text-align: center;
}

.imgattached label .mwform-file-delete {
  display: none;
}

.imgattached__status {
  color: #999999;
}

.imgattached__delete {
  background: url(../images/contact/btn-delete.svg) no-repeat center/cover, #ccc;
  display: block;
  width: 74px;
  height: 42px;
  display: none;
  cursor: pointer;
}

.field.fs_s {
  font-size: 0.9em;
}

.mes_thanks {
  background: #fff;
  padding: 1em;
  border-radius: 10px;
  font-size: 1.1em;
  text-align: center;
}

.swiper-cards .swiper-slide {
  opacity: 0;
}

.swiper-slide.case_box.swiper-slide-visible {
  opacity: 1;
}

.popup-trigger {
  color: #0066cc;
  text-decoration: underline;
  cursor: pointer;
}

/* 背景 */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* 本体 */
.popup-content {
  background: #fff;
  max-width: 500px;
  width: 90%;
  padding: 24px;
  border-radius: 8px;
  max-height: 80vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

section .popup-content h2,
section .popup-content h3 {
  margin: 30px 0 20px;
  text-align: left;
}

section .popup-content h4 {
  margin: 30px 0 10px;
  color: #0a574b;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
}

.popup-content p {
  margin: 20px 0;
}

.popup-content ul li {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.88;
  padding-left: 2em;
  margin: 10px 0;
  position: relative;
  transform: rotate(0.05deg);
}

.p-yoyaku__list--number {
  color: #305042;
  font-weight: 700;
  left: 0;
  padding-right: 4px;
  position: absolute;
  top: 0;
}

/* 閉じるボタン */
.popup-close {
  position: absolute;
  top: 8px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto !important;
  transition-property: transform;
  background: #fff;
  border-radius: 10px;
}

.flex.profile {
  flex-direction: row-reverse;
}

.hissu {
  display: inline-block;
  background: #cb2626;
  padding: 0 5px;
  margin-left: 5px;
  color: #ffffff;
  font-size: 12px;
}

p.mb20 {
  margin-bottom: 20px;
}


.lp_movie {
  padding: 80px 0 0;
}

.lp-movie_list {
  display: flex;
  gap: 1.5%;
}

.movie_box {
  width: 32.3%;
  box-sizing: border-box;
  height: auto !important;
}

.movie_box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.movie_title {
  font-size: .9em;
}

@media (max-width: 1219px) {
  .case-swiper_wrap {
    width: 100%;
  }
}

@media (max-width: 1100px) {

  /* ---------------header footer */
  .lp header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .lp_header {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    padding: 10px;
  }



  .lp-logo img {
    width: auto;
    height: 50px;
  }

  .lp header nav {
    position: absolute;
    right: 0;
    top: 70px;
    background: #0a574b;
    width: 100%;
    padding: 20px;
    transition: .3s;
    transform: translateY(-200%);
    z-index: 2;
  }

  .lp header nav.active {
    transform: translateY(0);
  }

  .lp header nav ul {
    flex-direction: column;
    gap: 0;
  }

  .lp header nav li a {
    display: block;
    padding: 0.5em;
    border-bottom: 1px solid #ffffff21;
    color: #fff;
    font-weight: normal;
  }

  .lp header nav li:last-child a {
    border: none;
  }

  .header_tel_btn {
    display: none;
  }

  .menu-toggle {
    display: block;
    position: absolute;
    right: 10px;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  /*.lp-fix-contact {
    position: fixed;
    right: 0;
    top: 160px;
    z-index: 10;
  }*/

  /* ---------------common */
  .inner,
  .inner_s {
    width: 100%;
    padding: 0 10px;
  }

  /* ---------------page */
  .case-swiper {
    width: calc(100% - 110px);
    padding: 30px 0 80px;
  }

  .lp section.lp-main_mes {
    background: url('../../assets/img/lp-nose/lp_nose_mes_sp02.png')left -60px top no-repeat, url('../../assets/img/lp-nose/lp_nose_mes_sp01.png')right center no-repeat;
    background-size: auto, cover;
  }

  .lp-main_mes:after {
    border-style: solid;
    border-width: 30px 40px 0 40px;
    border-color: #191919 transparent transparent transparent;
  }

  .lp-main_mes .bg_black {
    width: 80%;
    max-width: 300px;
    margin: 30px auto 0;
    position: relative;
    right: auto;
    top: auto;
  }

  #lp-form {
    width: 90%;
  }
}

@media (min-width: 769px) {
  .mobile_only {
    display: none !important;
  }

  .pc_only {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .mobile_only {
    display: block !important;
  }

  .pc_only {
    display: none !important;
  }

  /* ---------------header footer */

  .lp-logo {
    width: 50%;
    max-width: 300px;
    margin-right: 10px;
  }

  .lp-logo a {
    display: flex;
    align-items: center;
  }

  .lp-logo img {
    width: 100%;
    height: auto;
    image-rendering: auto;
  }

  .lp-fix-contact {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    position: fixed;
    right: auto;
    top: auto;
    left: 50%;
    bottom: 0;
    z-index: 10;
    transform: translateX(-50%);
  }

  .lp-fix-contact .btn {
    flex-grow: 1;
  }

  .lp-fix-contact .btn a {
    width: auto;
    font-size: 12px;
    justify-content: center;
    writing-mode: inherit;
    padding: 10px 5px 20px 0px;
    border-radius: 10px 10px 0 0;
    transform: translate(0, 10px);
    gap: 3px;
  }

  .lp-fix-contact .btn a:active {
    transform: translate(0);
  }

  .lp-fix-contact .btn img {
    transform: translateY(2px);
  }

  .lp-fix-contact .btn.btn2 a {
    letter-spacing: 0;
  }

  footer.lp-footer {
    padding: 50px 0 100px;
  }

  /* ---------------common */
  /* ---------------page */
  section h2 {
    margin-bottom: 40px;
    font-size: 26px;
  }

  .main-swiper {
    width: 90%;
    margin: 30px auto;
  }

  .main-swiper:before {
    content: "";
    display: block;
    width: 120px;
    height: 106px;
    background: url('../../assets/img/lp-nose/case_text.png')center top no-repeat;
    background-size: contain;
    position: absolute;
    left: -20px;
    top: -60px;
    z-index: 10;
  }

  .case_box a {
    padding: 15px;
  }

  .main-swiper .case_box a,
  .main-swiper .case_box div.a_div {
    flex-direction: column;
  }

  .main-swiper .case_box .flex_text {
    width: 100%;
    padding: 0;
  }

  .thumbs-swiper .label_dl dt {
    width: 100%;
  }

  .thumbs-swiper .label_dl dd {
    width: 100%;
  }

  .main-swiper .case_box figure {
    width: 100%;
  }

  .lp-main_case .label_dl dt {
    width: 100%;
  }

  .lp-main_case .label_dl dd {
    width: 100%;
  }

  .message_wrap {
    width: 100%;
    margin: auto;
  }

  .case-swiper_wrap {
    --swiper-navigation-size: 40px;
  }

  .case-swiper {
    width: calc(100% - 50px);
    padding: 0 0 50px;
  }

  section.lp-case,
  .lp-medical_info,
  section.lp-about,
  section.lp-flow,
  section.contact {
    padding: 60px 0;
  }

  .feature_wrap {
    flex-wrap: wrap;
    margin: 40px 0 0;
  }

  .feature {
    width: 100%;
  }

  .feature .label {
    margin: 0 0 10px;
  }

  .feature_title {
    min-height: 1em;
    margin: 0 0 10px;
    text-align: center;
  }

  .feature figure img {
    display: block;
    max-width: 400px;
    margin: 0 auto 1em;
  }

  .medical_card .flex {
    flex-direction: column;
  }

  .card_cont01 {
    margin: 20px 10px 0;
  }

  .card_cont02.flex {
    margin: 20px 10px;
  }

  .card_image {
    width: 100%;
    margin: 0 0 1em;
  }

  .card_desc {
    width: 100%;
  }

  .card_title {
    justify-content: center;
  }

  .problem {
    width: 100%;
    margin: 10px 0 0;
  }

  .scroll {
    overflow: auto;
  }

  table.price {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
  }

  .price_table .price {
    table-layout: auto;
  }

  .about {
    flex-direction: column-reverse;
  }

  .about figure {
    width: 100%;
  }

  .about .flex_text {
    margin: 1em;
  }

  .lp-about .flex.btn {
    margin: 2em 0 0;
  }

  .lp-about .flex.btn .btn-round {
    flex-grow: 1;
    padding: 6px;
  }

  .profile {
    flex-direction: column;
    position: relative;
    padding-bottom: 30vw;
  }

  .profile .flex_text {
    width: 90%;
    margin: auto;
    z-index: 2;
  }

  section .profile h3 {
    margin: 0 0 30px;
  }

  .profile .flex_text p {
    padding-right: 0;
  }

  .profile .flex_text p.signature {
    margin-right: 40%;
    text-align: left;
  }

  .profile figure img {
    max-height: 300px;
    width: auto;
  }

  .profile figure {
    width: 50%;
    flex-shrink: 0;
    position: absolute;
    right: -20px;
    bottom: 0;
    z-index: 1;
  }

  .profile-desc {
    flex-direction: column;
    width: calc(100% - 60px);
  }

  .profile-desc .flex_text {
    width: 100%;
  }

  .profile-desc h3 {
    font-size: 22px;
  }

  .flow_wrap {
    width: 90%;
    padding: 0;
  }

  .flow {
    flex-direction: column-reverse;
  }

  .flow_img {
    width: 100%;
  }

  .flow .flow_text {
    width: auto;
    margin: 20px 20px 0 20px;
  }

  .faq {
    padding: 10px;
  }

  .faq h3 {
    padding: 0 30px 0 10px;
  }

  .faq h3:before,
  .faq h3:after {
    width: 20px;
    right: 0px;
  }

  .field_wrap {
    flex-direction: column;
  }

  .field_name {
    width: 100%;
    margin: 0 0 .5em;
  }

  .field {
    width: 100%;
  }

  .lp-form-btn input[type="submit"],
  .lp-form-btn button[type="submit"] {
    min-width: 200px;
  }

  .case-swiper_wrap dl.label_dl,
  .case-swiper_wrap dl.label_dl dt,
  .case-swiper_wrap dl.label_dl dd {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .card_desc dl dt,
  .card_desc dl dd,
  .card_desc dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .signature .name {
    display: block;
    margin-left: 25px;
    font-size: 18px;
  }

  .lp-movie_list {
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
  }

  .movie_box {
    width: 100%;
  }
}

.vertical-rl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  background: #fff !important;
}

.lp-anchor-btn__wrap {
  margin-top: 30px;
}

.lp-anchor-btn {
  display: block;
  min-width: 320px;
  padding: 15px;
  margin: 20px auto;
  background: #0a574b;
  border: none;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transition: .3s;
}

.lp-anchor-btn:hover {
  background: #062f29;
}

#price-list {
  padding-top: 80px;
}