@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
:root {
  --font-noto-sans: "Noto Sans Japanese", sans-serif;
  --font-noto-serif: "Noto Serif Japanese", serif;
  --font-hiragino:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-crimson: "Crimson Pro", serif;
  --font-lora: "Lora", serif;
  --font-yugo:
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  --font-yumincho:
    "游明朝体", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "MS PMincho", "MS 明朝", serif;
  --font-zen: "Zen Old Mincho", serif;
  --font-bison: "Bison", sans-serif;
  --font-bebas: "Bebas Neue", sans-serif;
  --font-en: Arial, Helvetica, sans-serif;
  --hover-opacity: 0.7;
  --header-height-pc: 119px;
  --header-height-sp: 57px;
  --color-primary: #95424d;
  --gradient-primary: linear-gradient(
    90deg,
    #9f3053 0%,
    #d66b7d 46%,
    #9f3053 78%,
    #d66b7d 100%
  );
  --color-secondary: #ffebeb;
  --color-secondary-light: #fff7f7;
  --color-tertiary: #d1667a;
  --color-gold: #eecf68;
  --color-gold-soft: #ede3b7;
  --color-gold-light: #ffebb9;
}

body {
  font-family: var(--font-yugo);
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
  margin-top: var(--header-height-pc);
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

/**************************************************
  ブレイクポイント改修用
***************************************************/
.tmp-wrapper {
  margin-top: var(--header-height-pc);
  margin-top: 119px;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .tmp-wrapper {
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

@media (max-width: 767px) {
  .tmp-pc_only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tmp-sp_only {
    display: none !important;
  }
}

.repair {
  --color-primary: #d76478;
  --color-alpha: rgb(251.8, 242.6, 244.2);
  --color-secondary: rgba(215, 100, 120, 0.15);
  --color-strong: rgb(201.2576923077, 11.7423076923, 44.7015050167);
}

/* --------------------------------------------------
 フォント設定
-------------------------------------------------- */
.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}

i {
  font-style: normal;
}

.subttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

/* コンテンツ
*****************************************************/
.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
}
.wrapper img {
  width: auto;
}

.repair > section {
  color: #323232;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 70px 0;
  width: 100%;
}
section .inner.inner-wide {
  max-width: 1080px;
}
section .inner.inner-wide.no {
  padding: 0 0 70px;
}
section .inner.inner-small {
  max-width: 1000px;
}
section .inner.inner-small.no {
  max-width: 962px;
  padding: 30px 0 0;
}
section .inner.inner-less {
  max-width: 900px;
  padding: 102px 0 94px;
}
section .inner.inner-less.no {
  padding: 70px 0;
}
section .inner > p {
  padding-bottom: 30px;
  text-align: justify;
}
section .inner p.no {
  padding-bottom: 0;
}

.inner-fixed {
  margin: 0 auto;
  max-width: 900px;
}

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

address,
caption,
cite,
code,
dfn,
var,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
}

ul,
ol {
  margin: 0;
  margin-left: 0;
  padding: 0;
}

li {
  margin-bottom: 0;
}

p {
  margin: 0;
}

table {
  border: none;
  margin: 0;
}

th,
td {
  border: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.wrapper a {
  text-decoration: none;
}
.wrapper a:hover {
  opacity: 0.7;
}
.wrapper a:hover img {
  opacity: 1;
}

.cfix,
.page-container,
.logo-wrapper a,
nav ul.menu {
  clear: both;
  overflow: hidden;
  display: block;
}

.dropdown-nav {
  clear: both;
  overflow: hidden;
  display: block;
}
.dropdown-nav .category-menu,
.dropdown-nav ul.submenu {
  clear: both;
  overflow: hidden;
  display: block;
}

figure,
.link-button-sp ul.link-button-wrap {
  clear: both;
  overflow: hidden;
  display: block;
}

.head-tabs ul.tab-menu,
.head-tabs .tab-box ul {
  clear: both;
  overflow: hidden;
  display: block;
}

.news ul.news-list {
  clear: both;
  overflow: hidden;
  display: block;
}

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

.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.tbl-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.spDisp_lp {
  display: none;
}

.img-center {
  margin: 0 auto;
  text-align: center;
}

.txt-center {
  text-align: center;
}

.red {
  color: #ff4164;
  font-weight: 700;
}

.yellow {
  color: #ffff00;
  font-weight: 700;
}

.padbot40 {
  padding-bottom: 40px;
}

.sp-only {
  display: none;
}

.cfix {
  clear: both;
  display: block;
  overflow: visible;
}

.berry {
  color: #b41e5a;
}

.repair p {
  padding-bottom: 0px;
}
.repair p.no {
  padding-bottom: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

/* 古いページの調整用リセット
*****************************************************/
.inner:after {
  content: "";
  display: table;
  clear: both;
}

img {
  width: auto;
}

/* Section area
*****************************************************/
.inner.nopad {
  padding: 0;
}

.sec01 {
  background-image: url("../images/sec01-bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.sec01 h2 {
  margin-bottom: 0;
}

.list01-wrap {
  background-color: var(--color-primary);
  padding: 5px 0;
  width: 100%;
}

.list01 {
  background-color: #d86479;
  text-align: center;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.list01 li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.list01 li:after {
  background-color: #e3808f;
  content: "";
  height: 70px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
}
.list01 li:first-child:before {
  background-color: #e3808f;
  content: "";
  height: 70px;
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
}
.list01 li:first-child:after {
  top: 5px;
}
.list01 li:nth-child(2):after, .list01 li:nth-child(4):after, .list01 li:last-child:after {
  top: 5px;
}
.list01 li a {
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 1.5;
  padding: 28px 39px;
  text-align: center;
}

.sec02 {
  background-color: #fff5f6;
}
.sec02 .inner {
  padding: 0;
}

.sec02-bnr {
  background: url("../images/sec02-bnr.webp") no-repeat center bottom;
}

.sec02-ttl {
  padding: 70px 0 50px;
}

.sec02-list {
  padding-bottom: 25px;
}

.sec02-txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 70px;
}

.sec02-block {
  line-height: 1.5;
  width: 100%;
}
.sec02-block .block-ttl {
  background-color: #d86479;
  color: #fff;
  padding: 23px 10px;
  text-align: center;
}
.sec02-block .block-bg {
  background-color: #fff;
  padding: 30px 60px;
}
.sec02-block .block-bg ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.sec02-block .block-bg ul li {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-right: 3%;
  width: 410px;
}
.sec02-block .block-bg ul li:nth-child(2n), .sec02-block .block-bg ul li:last-child {
  margin-right: 0;
}
.sec02-block .block-bg ul li p {
  padding-bottom: 24px;
}
.sec02-block .block-bg ul li p.no {
  padding-bottom: 0;
}

.sec02-imgbox {
  width: 100%;
}

.sec02-textbox {
  font-size: 11px;
  margin-top: 5px;
}

.sec03 {
  background-color: #dad7d1;
}

.sec03-list {
  background-color: #fff;
  margin-bottom: 50px;
  margin-top: 7px;
  padding: 50px;
  width: 100%;
}

.sec03-ttl {
  color: #4d4d4d;
  padding-bottom: 37px;
  text-align: center;
  margin-bottom: 0;
  width: initial;
  overflow: initial;
}

.sec03-list li {
  display: block;
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
  width: 23.5%;
}
.sec03-list li.last {
  display: none;
}
.sec03-list ul li:nth-child(4n), .sec03-list ul li:last-child {
  margin-right: 0;
}
.sec03-list ul li:nth-child(n+4) {
  margin-bottom: 0;
}

.sec03-block {
  background: url("../images/sec03-block.webp") no-repeat left top;
  color: #fff;
  min-height: 404px;
}

.sec03-block-pad {
  max-width: 530px;
  padding: 60px 0 0 50px;
}
.sec03-block-pad .sec03-block-txt__span {
  background-color: #b41e5a;
  display: inline-block;
  font-weight: 700;
  padding: 0;
}

.sec03-block-ttl {
  line-height: 1.2;
  padding-bottom: 40px;
}

.sec04 {
  background: linear-gradient(to right, #fbeff1 0%, #fbeff1 50%, #e3e5ea 50%, #e3e5ea 100%);
}

.sec04-steps {
  background-image: url("../images/sec04-steps.webp");
  background-position: center top;
  background-repeat: no-repeat;
  height: 400px;
  /* overflow: visible; position: relative; z-index: 2; */
}
.sec04-steps ul li {
  display: block;
  float: left;
  position: relative;
  width: 50%;
}
.sec04-steps ul li:first-child:after {
  content: "";
  margin-top: -25px;
  position: absolute;
  right: -10px;
  top: 50%;
  border-left: 20px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.sec04-steps ul li:nth-child(2n), .sec04-steps ul li:last-child {
  margin-right: 0;
}

.sec04-box {
  overflow: visible;
  position: relative;
  z-index: 2;
}
.sec04-box:before {
  content: url("../images/sec04-step03-txt.webp");
  left: 60px;
  position: absolute;
  top: -14px;
}
.sec04-box:after {
  content: url("../images/sec04-steps-arrow.webp");
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.sec05 {
  background-image: url("../images/sec05.webp");
  background-position: center top;
  background-repeat: no-repeat;
}

.sec05-box {
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid var(--color-primary);
  margin-top: 17px;
}

.sec05-ttl {
  background-color: #d86479;
  color: #fff;
  padding: 23px 10px;
  text-align: center;
  margin-bottom: 0;
  width: initial;
  overflow: initial;
}

.sec05-info {
  background: url("../images/sec05-info.webp") no-repeat right bottom;
  padding: 30px 48px 48px;
}

.sec05-intro {
  color: #4d4d4d;
  font-size: 21px;
  font-weight: 700;
  padding: 0 40px 60px;
}

.sec06 {
  background-image: url("../images/sec06.webp");
  background-position: center top;
  background-repeat: no-repeat;
}

.sec06-ttl {
  color: #fff;
  padding-bottom: 38px;
  text-align: center;
  margin-bottom: 0;
  width: initial;
  overflow: initial;
}

.sec06-list {
  color: #fff;
  position: relative;
  width: 100%;
}
.sec06-list:before {
  content: url("../images/sec06-float.webp");
  position: absolute;
  right: 222px;
  top: 10px;
  z-index: 5;
}
.sec06-list li {
  display: block;
  float: left;
  font-weight: 700;
  margin-right: 4%;
  position: relative;
  width: 30.666%;
}
.sec06-list li:after {
  content: "";
  height: 40px;
  position: absolute;
  right: -26px;
  top: 115px;
  width: 21px;
  border-left: 21px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.sec06-list li:last-child {
  margin-right: 0;
}
.sec06-list li:last-child:after {
  border-left: none;
}
.sec06-list li img {
  padding-bottom: 17px;
}
.sec06-list li .excerpt {
  line-height: 1.5;
}

.sec07 {
  background-color: #fbeff1;
}

.sec07-ttl {
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: 0;
  width: initial;
  overflow: initial;
}
.sec07-ttl span {
  position: relative;
}
.sec07-ttl span:before {
  content: url("../images/sec07-point.webp");
  left: -50px;
  position: absolute;
  top: -48px;
}

.sec07-tbl {
  width: 100%;
}
.sec07-tbl tr {
  vertical-align: middle;
}
.sec07-tbl th {
  background-color: var(--color-primary);
  padding: 17px 0;
  text-align: center;
  vertical-align: middle;
  width: 214px;
  border-top-left-radius: 70px;
  -moz-border-top-left-radius: 70px;
  -webkit-border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  -moz-border-bottom-left-radius: 70px;
  -webkit-border-bottom-left-radius: 70px;
}
.sec07-tbl th .pcDisp_lp {
  display: inline-block;
}
.sec07-tbl td {
  background-color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding: 17px 25px;
  border-top-right-radius: 70px;
  -moz-border-top-right-radius: 70px;
  -webkit-border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
  -moz-border-bottom-right-radius: 70px;
  -webkit-border-bottom-right-radius: 70px;
}
.sec07-tbl tr.space td {
  background-color: transparent;
  border: none;
  height: 10px;
  padding: 0;
}
@media screen and (max-width: 744px) {
  .sec07-tbl tr.space td {
    height: 2.6666666667vw;
  }
}

.sec08 {
  background-image: url("../images/sec08.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec08-ttl {
  padding-bottom: 48px;
  text-align: center;
  margin-bottom: 0;
  width: initial;
  overflow: initial;
}

.sec08-block .sec08-col {
  display: block;
  float: left;
}
.sec08-block .sec08-col:first-child {
  line-height: 1.5;
  margin-right: 4%;
  padding-top: 60px;
  width: 50%;
}
.sec08-block .sec08-col:nth-child(2) {
  width: 46%;
}

.sec08-img_sp {
  display: none;
}

.sec09 {
  background-color: #ece8e0;
}

.sec09-bd {
  background-color: #fff;
  border: 1px solid var(--color-primary);
  margin: 16px auto 0;
  position: relative;
}

.sec09-icon {
  left: 48px;
  position: absolute;
  top: -20px;
}

.sec09-ttl {
  background-color: var(--color-primary);
  color: #fff;
  padding: 25px 10px;
  text-align: center;
}

.sec09-pad {
  padding: 70px 48px 63px;
}

.sec09-list {
  width: 100%;
}
.sec09-list li {
  border: 1px solid var(--color-primary);
  display: block;
  float: left;
  margin-bottom: 20px;
  margin-right: 2.5%;
  padding: 60px 28px 35px;
  position: relative;
  width: 31.666%;
}
.sec09-list li:last-child {
  margin-right: 0;
}
.sec09-list li img {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: -30px;
  transform: translateX(-50%);
}

.sec09-subttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 25px;
  text-align: center;
}

.sec09-txt {
  line-height: 1.5;
}

.sec09-tbl {
  margin-bottom: 35px;
  width: 100%;
}
.sec09-tbl tr {
  vertical-align: middle;
}
.sec09-tbl th {
  background-color: #a6a6a6;
  border: 1px solid #a6a6a6;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  padding: 5px 20px;
  text-align: center;
  width: 284px;
}
.sec09-tbl td {
  border: 1px solid #a6a6a6;
  padding: 5px 20px;
}

.sec09-info {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 35px;
  text-align: center;
}

.sec09-procedure {
  border-bottom: 1px solid #323232;
  border-top: 1px solid #323232;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto 35px;
  max-width: 540px;
  padding: 17px 0;
  text-align: center;
}

.sec11 {
  background-color: #fbeff1;
}

.sec11-ttl {
  padding-bottom: 28px;
  text-align: center;
}

.sec11-box {
  background-color: #fff;
  border: 1px solid #b7b7b7;
  margin: 0 auto;
  padding: 0 40px;
}

.sec11-head {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1;
  width: initial;
  overflow: initial;
}

.cost-wrap {
  background-color: #fff;
  padding: 30px 40px;
  border: solid 1px #b7b7b7;
}

.cost-list {
  display: flex;
  flex-flow: row wrap;
}

.cost-list02 {
  display: flex;
  margin: 0 auto;
  width: 74.5%;
}

.cost-list .cost-item {
  width: calc((100% - 60px) / 5);
  text-align: center;
  margin-right: 15px;
  margin-bottom: 20px;
}

.cost-item:nth-child(5n) {
  margin-right: 0;
}

.cost-list02 .cost-item {
  width: calc((100% - 45px) / 4);
  margin-right: 15px;
}
.cost-list02 .cost-item:nth-child(4) {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .list01 li a {
    padding: 28px 37px;
  }
}
/* タブレットサイズ
*****************************************************/
@media only screen and (max-width: 744px) {
  .pcDisp_lp {
    display: none;
  }
  .spDisp_lp {
    display: block;
  }
  .subttl {
    font-size: 5.6vw;
    line-height: 1.5;
  }
  .wrapper {
    min-width: 100%;
    width: 100%;
  }
  .repair > section {
    line-height: 1.5;
  }
  section .inner {
    font-size: 4.2666666667vw;
    padding: 8vw 5.3333333333vw;
  }
  section .inner.inner-wide.no {
    padding: 0 0 5.3333333333vw;
  }
  section .inner.inner-new {
    padding: 8vw 0;
  }
  section .inner.inner-small {
    max-width: 100%;
  }
  section .inner.inner-small.no {
    padding: 5.3333333333vw 0;
  }
  section .inner.inner-less {
    max-width: 100%;
    padding: 17.3333333333vw 8vw;
  }
  section .inner.inner-less.no {
    padding: 8vw 5.3333333333vw;
  }
  .sec01 {
    background-image: none;
  }
  .sec02 .inner {
    padding: 8vw 5.3333333333vw 0;
  }
  .sec02-bnr {
    background: none;
  }
  .sec02-ttl {
    padding: 0 0 9.3333333333vw;
  }
  .sec02-ttl img {
    margin: 0 auto;
    text-align: center;
  }
  .sec02-list img,
  .sec02-txt img,
  .sec02-block .block-bg ul li img {
    margin: 0 auto;
    text-align: center;
  }
  .sec02-list {
    padding-bottom: 9.3333333333vw;
  }
  .sec02-txt {
    padding-bottom: 0;
  }
  .sec02-block .block-ttl {
    font-size: 4.8vw;
    line-height: 1.5;
    padding: 5.3333333333vw;
  }
  .sec02-block .block-bg {
    padding: 4vw 5.3333333333vw 5.3333333333vw;
  }
  .sec02-block .block-bg ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .sec02-block .block-bg ul li {
    float: none;
    font-size: 4.2666666667vw;
    margin-right: 0;
    width: 100%;
  }
  .sec02-block .block-bg ul li:first-child {
    margin-bottom: 4vw;
  }
  .sec02-block .block-bg ul li p {
    padding-bottom: 5.3333333333vw;
  }
  .sec02-imgbox {
    width: 100%;
  }
  .sec02-textbox {
    font-size: 2.9333333333vw;
    margin-top: 1.3333333333vw;
  }
  .sec02-imgbox__images img {
    width: 100%;
  }
  .sec03-list {
    margin-bottom: 5.3333333333vw;
    margin-top: 10.6666666667vw;
    padding: 5.3333333333vw 4vw;
  }
  .sec03-ttl {
    padding-bottom: 4vw;
  }
  .sec03-list li {
    margin-bottom: 4vw;
    margin-right: 3%;
    width: 48.5%;
  }
  .sec03-list li.last {
    display: block;
  }
  .sec03-list ul li:nth-child(n+4) {
    margin-bottom: 4vw;
  }
  .sec03-list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .sec03-list ul li:nth-last-child(2), .sec03-list ul li:last-child {
    margin-bottom: 0;
  }
  .sec03-list ul li img {
    margin: 0 auto;
  }
  .sec03-block {
    background: #8a888c;
    min-height: 0;
    position: relative;
  }
  .sec03-block-pad {
    max-width: 100%;
    padding: 0;
  }
  .sec03-block-ttl {
    padding-bottom: 4vw;
  }
  .sec03-block-ttl img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .sec03-block-bot img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .sec03-block-txt {
    padding: 0 5.3333333333vw 1.3333333333vw;
  }
  .sec04-steps {
    background-image: url("../images/sec04-steps_sp.webp");
    background-size: cover;
    height: auto;
  }
  .sec04-steps ul li:first-child:after {
    margin-top: -1.0666666667vw;
    right: -1.8666666667vw;
    border-left: 2.6666666667vw solid #fff;
    border-top: 3.3333333333vw solid transparent;
    border-bottom: 3.3333333333vw solid transparent;
  }
  .sec04-box {
    padding: 0 1.6vw;
  }
  .sec04-box:before {
    content: "";
  }
  .sec04-box:after {
    content: "";
    z-index: 8;
    width: 13.3333333333vw;
    height: 5.3333333333vw;
    background: url("../images/sec04-steps-arrow_sp.webp") center/cover no-repeat;
  }
  .sec04-step03-txt_sp {
    content: "";
    left: 1.6vw;
    position: absolute;
    top: -5.0666666667vw;
    z-index: 10;
  }
  .sec05 {
    background-color: #d6d3cd;
    background-image: url("../images/sec05_sp.webp");
    background-size: contain;
  }
  .sec05-ttl_sp {
    margin-top: 10.6666666667vw;
  }
  .sec05-box {
    border-top: none;
    margin-top: 0;
  }
  .sec05-info {
    background: none;
    padding: 4vw 4vw 8vw;
  }
  .sec05-intro {
    font-size: 4.2666666667vw;
    padding: 0 0 6.6666666667vw;
  }
  .sec06 {
    background-color: #4b232b;
    background-image: url("../images/sec06_sp.webp");
    background-size: cover;
  }
  .sec06-ttl {
    padding-bottom: 6.6666666667vw;
  }
  .sec06-list:before {
    content: "";
  }
  .sec06-list li {
    float: none;
    margin-right: 0;
    padding-bottom: 13.3333333333vw;
    width: 100%;
  }
  .sec06-list li:last-child {
    padding-bottom: 0;
  }
  .sec06-list li:after {
    bottom: 4vw;
    height: 5.3333333333vw;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: auto;
    width: 10.6666666667vw;
    border-bottom: none;
    border-left: 5.3333333333vw solid transparent;
    border-right: 5.3333333333vw solid transparent;
    border-top: 5.3333333333vw solid #fff;
  }
  .sec06-list li:nth-child(2):after, .sec06-list li:last-child:after {
    border-bottom: none;
    border-left: none;
    border-top: none;
  }
  .sec06-list li img {
    margin: 0 auto;
    padding-bottom: 4vw;
    text-align: center;
  }
  .sec06-list-max {
    margin: 0 auto;
    max-width: 72vw;
  }
  .sec06-float_sp {
    margin: 0 auto;
    max-width: 40vw;
    text-align: center;
  }
  .sec07-tbl {
    margin-bottom: 2.6666666667vw;
  }
  .sec07-ttl {
    padding-bottom: 6.6666666667vw;
    padding-top: 12vw;
  }
  .sec07-ttl span:before {
    content: "";
    left: -5.6vw;
    top: -13.0666666667vw;
    width: 18.4vw;
    height: 10.6666666667vw;
    background: url("../images/sec07-point_sp.webp") center/cover no-repeat;
  }
  .sec07-tbl th {
    width: 21.3333333333vw;
  }
  .sec07-tbl th img {
    margin: 0 auto;
    text-align: center;
    width: 13.3333333333vw;
  }
  .sec07-tbl td {
    font-size: 4vw;
    padding: 2.6666666667vw;
  }
  .sec08 {
    background-color: #fff;
    background-image: url("../images/sec08_sp.webp");
    background-size: cover;
  }
  .sec08-ttl {
    padding-bottom: 6.6666666667vw;
    padding-top: 2.6666666667vw;
  }
  .sec08-block .sec08-col {
    float: none;
  }
  .sec08-block .sec08-col:first-child, .sec08-block .sec08-col:nth-child(2) {
    margin-right: 0;
    padding-top: 0;
    width: 100%;
  }
  .sec08-block .sec08-col p.no {
    padding-bottom: 2.6666666667vw;
  }
  .sec08-img_sp {
    display: block;
  }
  .sec08-img_sp img {
    margin: 0 auto 6.6666666667vw;
    max-width: 81.8666666667vw;
    text-align: center;
  }
  .sec08-block .sec08-col.sec08-col_pc {
    display: none;
  }
  .sec09-bd {
    margin: 10.6666666667vw auto 0;
  }
  .sec09-icon {
    left: 4vw;
    top: -2.6666666667vw;
  }
  .sec09-ttl {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 33.3333333333vw;
    text-align: left;
  }
  .sec09-pad {
    padding: 8vw 3.4666666667vw;
  }
  .sec09-list {
    padding-bottom: 8vw;
    padding-left: 9.3333333333vw;
  }
  .sec09-list li {
    float: none;
    margin-bottom: 2.6666666667vw;
    margin-left: 0;
    margin-right: 0;
    padding: 5.3333333333vw 5.8666666667vw 4vw 10.4vw;
    width: 100%;
  }
  .sec09-list li:last-child {
    margin-bottom: 0;
  }
  .sec09-list li img {
    display: inline-block;
    left: -9.3333333333vw;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
  }
  .sec09-subttl {
    font-size: 5.3333333333vw;
    padding-bottom: 3.2vw;
    text-align: left;
  }
  .sec09-tbl {
    margin-bottom: 6.6666666667vw;
  }
  .sec09-tbl th {
    font-size: 4.8vw;
    padding: 2.6666666667vw;
    width: 16vw;
  }
  .sec09-tbl td {
    padding: 2.6666666667vw 3.2vw;
  }
  .sec09-info {
    font-size: 4.8vw;
    padding-bottom: 6.6666666667vw;
    text-align: left;
  }
  .sec09-procedure {
    font-size: 4.8vw;
    margin-bottom: 6.6666666667vw;
    max-width: 100%;
    padding: 2.6666666667vw 1.3333333333vw;
    text-align: left;
  }
  .sec11-ttl {
    padding-bottom: 6.6666666667vw;
  }
  .sec11-box {
    padding: 0 0 0 2.6666666667vw;
  }
  /*.sec11-box_p { margin-bottom: 38px; }*/
  .sec11-tbl th,
  .sec11-tbl td {
    padding: 5.3333333333vw 0;
  }
  .sec11-tbl th {
    font-size: 3.7333333333vw;
    vertical-align: middle;
  }
  .sec11-tbl th small {
    font-size: 2.6666666667vw;
  }
  .sec11-tbl td {
    font-size: 5.6vw;
  }
  .sec11-tbl td .price-black small {
    font-size: 3.2vw;
  }
  .sec11-tbl td .price-pink small {
    font-size: 3.2vw;
  }
  .sec11-tbl td .price-pink strong {
    font-size: 3.2vw;
    left: -24vw;
  }
  .sec11-notes {
    font-size: 3.7333333333vw;
  }
  table.priceTable th {
    padding: 2.6666666667vw 2.6666666667vw;
    vertical-align: middle;
    font-size: 4.2666666667vw;
  }
  table.priceTable td {
    padding: 2.6666666667vw 2.6666666667vw;
    vertical-align: middle;
    font-size: 4.2666666667vw;
  }
  table.priceTable td:first-child {
    width: 60%;
  }
  table.priceTable td:last-child {
    width: 40%;
  }
  table.priceTable small {
    font-size: 3.2vw;
  }
  .cost-wrap {
    padding: 4vw 4vw 2.6666666667vw;
    box-sizing: border-box;
  }
  .cost-list .cost-item {
    width: calc((100% - 2.6666666667vw) / 2);
    margin-right: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    box-sizing: border-box;
  }
  .cost-item-img {
    max-width: 100%;
  }
  .cost-item-img img {
    width: 100%;
  }
  .cost-item:nth-child(5n) {
    margin-right: 2.6666666667vw;
  }
  .cost-item:nth-child(2n) {
    margin-right: 0;
  }
  .sec11-head {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}
@media only screen and (max-width: 383px) {
  .sec03-block-pad span {
    display: inline;
  }
}
@media only screen and (max-width: 363px) {
  .sec03-ttl {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 744px) {
  .sec03-list {
    margin-top: 0;
  }
}
/* --------------------------------------------------
 症例写真
-------------------------------------------------- */
.sec_case {
  background: #fff;
}
.sec_case .casePhoto .imgs_img img {
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 744px) {
  .sec_case .casePhoto .imgs_img img {
    height: 80vw;
  }
}

/*# sourceMappingURL=style.css.map */
