@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@300&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

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

img {
  max-width: 100%;
}

body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  font-feature-settings: "palt";
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.fs_s {
  font-size: 14px;
}
@media (max-width: 550px) {
  .fs_s {
    font-size: 80%;
  }
}

.pc {
  display: block;
}
@media (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.pc-pp {
  display: block;
}
@media (max-width: 768px) {
  .pc-pp {
    display: none;
  }
}

.pc-pp-pad {
  display: block;
}
@media (max-width: 550px) {
  .pc-pp-pad {
    display: none;
  }
}

.pc-pp-pad-sp {
  display: block;
}
@media (max-width: 320px) {
  .pc-pp-pad-sp {
    display: none;
  }
}

.pp-pad-sp-ss {
  display: none;
}
@media (max-width: 1024px) {
  .pp-pad-sp-ss {
    display: block;
  }
}

.pad-sp-ss {
  display: none;
}
@media (max-width: 768px) {
  .pad-sp-ss {
    display: block;
  }
}

.sp-ss {
  display: none;
}
@media (max-width: 550px) {
  .sp-ss {
    display: block;
  }
}

.ss {
  display: none;
}
@media (max-width: 320px) {
  .ss {
    display: block;
  }
}

.btn {
  width: 100%;
  display: block;
  background-color: #700000;
  color: #ffffff;
  border-radius: 3px;
  padding: 0.8em 1em 0.8em 1em;
  text-align: center;
  border: 1px solid #700000;
}
.btn:hover {
  background-color: #333333;
  border: 1px solid #333333;
  color: #ffffff;
  transition: 0.5s;
}

header {
  background-image: url("../img/mv01.jpg");
  background-size: cover;
  background-position: left;
  background-color: #e8c4c4;
  width: 100vw;
  position: relative;
  z-index: 0;
}
@media (max-width: 550px) {
  header {
    background-image: url("../img/mv-sp.jpg");
    width: 100vw;
    height: 100vh;
  }
}
header:before {
  content: "";
  background-image: url("../img/mv02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 550px) {
  header:before {
    width: 0;
  }
}
header .header-inner {
  padding: 25px 0 100px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
header .header-inner img {
  max-width: 170px;
  width: 100%;
}
header .header-inner h1 {
  color: #ffffff;
  font-size: 62px;
  padding: 60px 0;
  text-shadow: 2px 2px 3px rgba(51, 51, 51, 0.2588235294);
}
@media (max-width: 550px) {
  header .header-inner h1 {
    font-size: 40px;
    padding: 10px 0;
  }
}
header .header-inner h1 span {
  font-size: 70px;
  border-bottom: 4px solid #edfa77;
  text-shadow: 2px 2px 3px rgba(51, 51, 51, 0.2588235294);
}
@media (max-width: 550px) {
  header .header-inner h1 span {
    font-size: 50px;
  }
}

.tel {
  text-align: center;
}
@media (max-width: 550px) {
  .tel {
    padding-bottom: 30px;
  }
}
.tel p {
  font-size: 14px;
}
.tel p span {
  font-size: 0.85em;
}
.tel a {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
  font-size: 43px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .tel a {
    font-size: 36px;
  }
}
@media (max-width: 550px) {
  .tel a {
    font-size: 30px;
  }
}

.mv-cv {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
  padding: 2em;
  max-width: 500px;
  width: 100%;
}
.mv-cv .tel {
  color: #ffffff;
  padding-bottom: 30px;
}

.back-b {
  background-color: #f8e5e5;
  background-image: url("../img/parts01.png");
  background-position: left top;
  background-repeat: no-repeat;
}
@media (max-width: 550px) {
  .back-b {
    background-size: 80%;
  }
}

.all-b {
  background-color: #700000;
}

.content {
  width: 1000px;
  margin: 0 auto;
  max-width: 94%;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .content {
    max-width: 80%;
  }
}
@media (max-width: 550px) {
  .content {
    max-width: 90%;
  }
}
@media (max-width: 550px) {
  .content {
    padding: 70px 0;
  }
}

.content-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 550px) {
  .content-table {
    display: block;
  }
}

.merit-table {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .merit-table {
    display: block;
  }
}

.ttl_h2 {
  font-size: 40px;
  margin-bottom: 60px;
}
@media (max-width: 550px) {
  .ttl_h2 {
    font-size: 28px;
  }
}
.ttl_h2 span {
  font-size: 36px;
}

.title01 {
  background-image: url("../img/text01.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 550px) {
  .title01 {
    background-size: 80%;
  }
}

.title02 {
  background-image: url("../img/text02.png");
  background-position: right top;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
@media (max-width: 550px) {
  .title02 {
    background-size: 80%;
  }
}

.title03 {
  background-image: url("../img/text03.png");
  background-position: right top;
  background-repeat: no-repeat;
}
@media (max-width: 550px) {
  .title03 {
    background-size: 80%;
  }
}

.title04 {
  background-image: url("../img/text04.png");
  background-position: right top;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
@media (max-width: 550px) {
  .title04 {
    background-size: 80%;
  }
}

.problem {
  width: 30%;
  text-align: center;
}
@media (max-width: 550px) {
  .problem {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 550px) {
  .problem img {
    width: 80%;
  }
}
.problem p {
  padding: 30px 0 20px;
}
.problem p span {
  color: #700000;
  font-weight: bold;
  border-bottom: 2px solid #700000;
  font-size: 14px;
}
.problem h3 {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .problem h3 {
    font-size: 100%;
  }
}
@media (max-width: 550px) {
  .problem h3 {
    font-size: 24px;
  }
}
.problem h3 span {
  color: #700000;
}

.solution .content {
  padding: 30px 0 0;
}
.solution .content .solution-text {
  color: #ffffff;
}
@media (max-width: 550px) {
  .solution .content .solution-text {
    margin-bottom: 30px;
  }
}
.solution .content .solution-text .sub-ttl {
  font-size: 14px;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .solution .content h2 {
    margin-bottom: 30px;
  }
}
.solution .content .solution-img img {
  display: block;
}
@media (max-width: 550px) {
  .solution .content .solution-img img {
    width: 80%;
    margin: 0 auto;
  }
}

.line-ttl {
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  border-bottom: 4px solid #edfa77;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .line-ttl {
    font-size: 150%;
  }
}
@media (max-width: 550px) {
  .line-ttl {
    margin-bottom: 10px;
  }
}

.policy .ttl_h2 {
  margin-bottom: 0;
}
.policy .policy-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8e5e5;
  padding: 2em;
  margin-bottom: 40px;
}
.policy .policy-inner:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .policy .policy-inner {
    display: block;
  }
}
.policy .policy-img {
  width: 47%;
}
@media (max-width: 550px) {
  .policy .policy-img {
    width: 100%;
  }
}
.policy .policy-img img {
  display: block;
}
.policy .policy-tx {
  width: 47%;
}
@media (max-width: 550px) {
  .policy .policy-tx {
    width: 100%;
    margin-top: 30px;
  }
}
.policy .policy-tx .policy-ttl {
  color: #700000;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.policy .policy-tx .policy-ttl p {
  width: 17%;
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 768px) {
  .policy .policy-tx .policy-ttl p {
    font-size: 80%;
  }
}
.policy .policy-tx .policy-ttl h3 {
  width: 80%;
  font-size: 24px;
  display: inline-block;
}
@media (max-width: 768px) {
  .policy .policy-tx .policy-ttl h3 {
    font-size: 150%;
  }
}

.order .policy-img {
  order: 2;
}
.order .policy-tx {
  order: 1;
}

.cv {
  background-image: url("../img/cvt-pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cv h2 {
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 30px;
}
.cv h2 span {
  font-size: 16px;
}
.cv .cv-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 550px) {
  .cv .cv-inner {
    display: block;
  }
}
.cv .cv-inner .cv-tel {
  width: 47%;
  color: #ffffff;
}
@media (max-width: 550px) {
  .cv .cv-inner .cv-tel {
    width: 100%;
  }
}
.cv .cv-inner .cv-mail {
  width: 47%;
}
@media (max-width: 550px) {
  .cv .cv-inner .cv-mail {
    width: 100%;
  }
}

.merit {
  width: 30%;
}
@media (max-width: 550px) {
  .merit {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.merit img {
  margin-bottom: 10px;
}
@media (max-width: 550px) {
  .merit img {
    width: 80%;
  }
}
.merit .merit-ttl {
  text-align: center;
  border-bottom: 1px solid #700000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.merit .merit-ttl p {
  padding: 30px 0 20px;
}
.merit .merit-ttl p span {
  color: #700000;
  font-weight: bold;
  border-bottom: 2px solid #700000;
  font-size: 14px;
}
.merit .merit-ttl h3 {
  font-size: 20px;
}
.merit .merit-ttl h3 span {
  color: #700000;
}

.case h2 {
  text-align: center;
}
@media (max-width: 550px) {
  .case h2 {
    padding-bottom: 30px;
  }
}
.case .content-table {
  padding-bottom: 40px;
}
.case .content-table .case-img {
  width: 44%;
}
@media (max-width: 768px) {
  .case .content-table .case-img {
    width: 100%;
  }
}
.case .content-table .case-img p {
  color: #ffffff;
  font-size: 28px;
  text-align: center;
}
.case .content-table .case-icon {
  width: 10%;
  text-align: center;
  padding-top: 5%;
}
@media (max-width: 768px) {
  .case .content-table .case-icon {
    width: 100%;
    transform: rotate(90deg);
  }
}
.case .data {
  padding-bottom: 50px;
  color: #ffffff;
}
.case .data h3 {
  font-size: 24px;
  color: #ffffff;
}
.case .cost {
  padding-bottom: 50px;
  color: #ffffff;
}
.case .cost h3 {
  font-size: 24px;
  color: #ffffff;
}
.case .cost .price {
  font-size: 34px;
}
.case .cost .price span {
  font-size: 29px;
}
.case .risk {
  padding-bottom: 50px;
  color: #ffffff;
}
.case .risk h3 {
  font-size: 16px;
}
.case .risk ul {
  font-size: 14px;
}
.case .risk ul li {
  display: flex;
  align-items: center;
  padding-left: 5px;
  position: relative;
  padding-left: 10px;
  line-height: 1.6;
}
.case .risk ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 4px;
}
.case .btn {
  width: 450px;
  margin: 0 auto;
  max-width: 100%;
}

.line-right {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.line-right:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
  margin-left: 0.4em;
  background: #ffffff;
}

footer {
  background-color: #700000;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  padding: 15px 0;
}

.fa-phone {
  transform: rotate(105deg);
  font-size: 30px;
  padding-right: 10px;
}

.fa-paper-plane {
  padding-right: 10px;
}

.fa-external-link-alt {
  padding-left: 10px;
}

.fa-lightbulb {
  padding-right: 5px;
}

.sp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sp-header .sp-logo {
  width: 50%;
}
.sp-header .sp-cv {
  width: 50%;
  text-align: end;
}
.sp-header .sp-cv .sp-table {
  display: inline-table;
}

.sp-cv .sp_tel {
  color: #fff;
  background-color: #700000;
  display: block;
  padding: 1em;
  border-radius: 50%;
  border: 1px solid #fff;
}
.sp-cv .sp_tel .fa-phone {
  padding-right: 0;
}
.sp-cv .sp-mail {
  color: #fff;
  background-color: #700000;
  display: block;
  padding: 1em;
  border-radius: 50%;
  border: 1px solid #fff;
}
.sp-cv .sp-mail .fa-paper-plane {
  padding-right: 0;
  font-size: 30px;
}

.clinic {
  background-color: #f8e5e5;
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 550px) {
  .clinic {
    padding: 40px 20px;
  }
}
.clinic h3 {
  font-size: 30px;
  border-bottom: #700000 2px solid;
}
@media (max-width: 768px) {
  .clinic h3 {
    text-align: center;
  }
}

.clinic-table {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .clinic-table {
    display: block;
  }
}
.clinic-table .clinic-map {
  order: 2;
  width: 38%;
  margin-top: 40px;
}
@media (max-width: 820px) {
  .clinic-table .clinic-map {
    width: 100%;
  }
}
.clinic-table .clinic-map iframe {
  width: 350px;
  height: 500px;
}
@media (max-width: 820px) {
  .clinic-table .clinic-map iframe {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 550px) {
  .clinic-table .clinic-map iframe {
    height: 270px;
  }
}
.clinic-table .clinic-adress {
  order: 1;
  width: 68%;
}
@media (max-width: 768px) {
  .clinic-table .clinic-adress {
    width: 100%;
  }
}
.clinic-table .clinic-adress table {
  width: 100%;
}
.clinic-table .clinic-adress table tbody tr {
  margin: 40px 0;
  display: block;
}
.clinic-table .clinic-adress table tbody tr th {
  text-align: left;
  color: #700000;
  font-weight: bold;
  display: inline-block;
  width: 25%;
  position: relative;
}
@media (max-width: 768px) {
  .clinic-table .clinic-adress table tbody tr th {
    display: block;
    margin: auto;
    text-align: center;
    width: 100%;
  }
}
.clinic-table .clinic-adress table tbody tr td {
  display: inline-block;
  vertical-align: top;
  display: inline-block;
  width: 70%;
}
@media (max-width: 768px) {
  .clinic-table .clinic-adress table tbody tr td {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */