@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}

strong {
  color: #333;
}

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;
}

li {
  list-style: none;
}

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

/* 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;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

.u__pc-only {
  display: none;
}

@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .u__sp-only {
    display: none;
  }
  .u__pc-only {
    display: block;
  }
}
@font-face {
  font-family: "avian", sans-serif;
  src: url("/_common/font/avian.otf") format("otf");
}
body {
  color: #222222;
  font-family: "Noto Sans JP", "Outfit", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

body.active {
  width: 100%;
  height: 100%;
  position: fixed;
}

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

a {
  color: inherit;
}

body {
  color: #555;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "meiryo", "メイリオ", sans-serif;
}

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

h1,
h2,
h3 {
  font-weight: normal;
}

h2,
h3 {
  line-height: 1.32;
}

a {
  text-decoration: none;
}

article section {
  overflow: hidden;
  padding: 0;
}

html,
body,
h1,
p,
li,
a,
th,
td,
dt,
dd {
  font-size: 15px;
}

p {
  line-height: 1.8;
}

li {
  line-height: 1.3333;
}

h2,
h3,
h4 {
  line-height: 1.3333;
}

.u__abr {
  display: inline-block;
}

.font-num {
  font-family: "Spartan", sans-serif;
}

.font-jp {
  font-family: "Zen Maru Gothic", sans-serif;
}

.font-jp02 {
  font-family: "Kiwi Maru", serif;
}

.font-serif {
  font-family: YuMincho, "游明朝体", "Yu Mincho", serif;
}

.point-rb > em {
  font-style: normal;
  position: relative;
}

.point-rb > em::after {
  content: "●";
  color: #e79299;
  font-size: 8px;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: scale(0.5) translateX(-100%);
          transform: scale(0.5) translateX(-100%);
}

.point-s {
  font-size: 0.8em;
}

.point-l {
  font-size: 1.2em;
}

.pc {
  display: none;
}

.abr {
  display: inline-block;
}

.bbr {
  display: block;
}

section > div {
  max-width: calc(100% - 32px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 48px;
  padding-bottom: 48px;
}

section > div.image__block {
  max-width: unset;
  margin-right: unset;
  margin-left: unset;
  padding-top: unset;
  padding-bottom: unset;
}

.bg00 {
  background-color: #fcfceb;
}

.bg01 {
  background-color: rgb(255, 255, 255);
  background-image: url(../img/bg01.svg);
}

.bg02 {
  background: repeating-linear-gradient(45deg, #fff, #fff 5px, #fbfbfb 5px, #fbfbfb 10px);
}

.bg03 {
  padding: 8rem 1.6rem;
  background-color: #ffffff;
  background-image: radial-gradient(rgba(200, 200, 200, 0.2) 10%, rgba(255, 255, 255, 0) 20%), radial-gradient(rgba(200, 200, 200, 0.2) 10%, transparent 20%);
  background-position: 0 8px, 8px 0;
  background-size: 16px 16px;
}

.bg04 {
  background: repeating-linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255) 6px, aliceblue 6px, aliceblue 12px);
}

.bg05 {
  padding: 8rem 1.6rem;
  background-color: #ffffff;
  background: repeating-linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255) 6px, #fdffe7 6px, #fdffe7 12px);
}

.mv_pic {
  width: 100vw;
  height: auto;
  vertical-align: bottom;
}

.type_h2 {
  font-size: 6.4vw;
  letter-spacing: -0.05em;
  margin-bottom: 40px;
  text-align: center;
}

.h2_cap {
  font-size: 0.8em;
  margin-bottom: 8px;
  position: relative;
}

.h2_cap::before,
.h2_cap::after {
  content: "";
  position: absolute;
  border-left: double 4px;
  width: 4px;
  height: 24px;
}

.h2_cap::before {
  -webkit-transform: rotate(-35deg) translateX(-16px) translateY(-5px);
          transform: rotate(-35deg) translateX(-16px) translateY(-5px);
}

.h2_cap::after {
  -webkit-transform: rotate(35deg) translateX(12px) translateY(-4px);
          transform: rotate(35deg) translateX(12px) translateY(-4px);
}

.h2_point {
  font-size: 1.2em;
}

.color01 {
  color: #007ec9;
}

.color02 {
  color: #25b1b1;
}

.color03 {
  color: #e5b70f;
}

.color04 {
  color: #e373ac;
}

.marker {
  font-weight: 600;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff6), color-stop(40%, #ff6), color-stop(40%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #ff6 0, #ff6 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
}

.point-p {
  font-size: 1.05em;
  font-weight: 600;
}

.h_img {
  max-width: 100%;
  width: 100%;
}

i {
  font-style: normal;
}

.li-kome li {
  text-indent: -1.5em;
  padding-left: 1em;
  position: relative;
}

.li-kome li::before {
  content: "※";
  color: #e373ac;
  position: relative;
  padding-right: 0.5em;
}

.fee-box {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.fee-box h3 {
  color: #fff;
  font-size: 4.4vw;
  margin-bottom: 8px;
  padding-top: 7px;
  padding-bottom: 8px;
  text-align: center;
  position: relative;
}

.fee-box h3::before {
  content: "";
  border-top: solid 14px;
  border-right: solid 16px rgba(255, 255, 255, 0);
  border-left: solid 16px rgba(255, 255, 255, 0);
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fee-box h3 i {
  font-size: 1.33em;
}

.fee-box dl {
  background-color: #fff;
  padding: 16px 20px;
}

.fee-box dt {
  border-bottom: solid 1px #eee;
  font-size: 4.8vw;
  font-weight: 500;
  margin: 0 auto 12px;
  padding-bottom: 8px;
}

.fee-container > div:nth-of-type(1) dd > i,
.fee-container > div:nth-of-type(2) dd > i {
  color: #d44689;
}

.fee-box dd {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-column-gap: 16px;
  -webkit-column-gap: 16px;
          column-gap: 16px;
}

.fee-box dd > i {
  position: relative;
}

.fee-box dd > i span {
  background-color: #fff;
  padding-right: 12px;
  position: relative;
  z-index: 1;
}

.fee-box dd > i::after {
  content: "";
  border: solid 2px;
  border-radius: 50%;
  position: absolute;
  width: 12vw;
  height: 12vw;
  top: -50%;
  left: 50%;
  -webkit-transform: translateX(-62%) translateY(-17%);
          transform: translateX(-62%) translateY(-17%);
}

.fee-val {
  font-size: 12vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.fee-val .font-num {
  position: relative;
  top: 4px;
}

.yen-tax {
  font-size: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.fee-tax {
  font-size: 2.4vw;
  margin-bottom: 4px;
}

.fee-container > div:nth-of-type(1) h3 {
  background-color: rgb(98, 198, 148);
}

.fee-container > div:nth-of-type(1) h3::before {
  border-top-color: rgb(98, 198, 148);
}

.fee-container > div:nth-of-type(2) h3 {
  background-color: rgb(238, 138, 178);
}

.fee-container > div:nth-of-type(2) h3::before {
  border-top-color: rgb(238, 138, 178);
}

.fee-container > div:nth-of-type(1) dt {
  color: rgb(98, 198, 148);
}

.fee-container > div:nth-of-type(2) dt {
  color: rgb(238, 138, 178);
}

.fee-camp {
  background-color: #92d3ea;
  margin-top: 40px;
  text-align: center;
}

.fee-camp > div {
  background: repeating-linear-gradient(90deg, #92d3ea, #92d3ea 3px, rgba(255, 255, 255, 0.2) 3px, rgba(255, 255, 255, 0.2) 7px);
  padding: 20px 32px;
}

.fee-camp_catch {
  color: #fff;
  font-size: 5.2vw;
  margin-bottom: 20px;
  position: relative;
}

.fee-camp_catch::before,
.fee-camp_catch::after {
  content: "";
  border-left: solid 2px #fff;
  position: absolute;
  width: 2px;
  height: 24px;
}

.fee-camp_catch::before {
  -webkit-transform: rotate(-35deg) translateX(-16px);
          transform: rotate(-35deg) translateX(-16px);
}

.fee-camp_catch::after {
  -webkit-transform: rotate(35deg) translateX(12px) translateY(3px);
          transform: rotate(35deg) translateX(12px) translateY(3px);
}

.fee-camp_in {
  background-color: #fff;
  margin-bottom: 16px;
  padding-top: 32px;
  padding-bottom: 24px;
}

.fee-camp_in > div {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fee-camp_in > div > span:first-of-type {
  background-color: #91d8c5;
  border-radius: 24px;
  font-size: 18px;
  color: #fff;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 8px 24px 7px;
  -webkit-transform: translateX(10vw) rotate(-10deg);
          transform: translateX(10vw) rotate(-10deg);
}

.fee-camp_in > div > span:last-of-type {
  font-size: 28px;
}

.fee-camp_in > div > span:last-of-type .rb {
  position: relative;
}

.fee-camp_in > div > span:last-of-type .rb::before {
  content: "・・";
  color: #ff73c3;
  font-family: "Noto Serif JP";
  font-size: 40px;
  letter-spacing: -0.05em;
  position: absolute;
  top: -44px;
  left: 1.8vw;
}

.fee-camp_in > div > span:last-of-type .rb i {
  font-size: 56px;
  font-weight: 500;
  margin-right: -5px;
}

.fee-camp .kome {
  font-size: 3.6vw;
  position: relative;
}

.fee-camp .kome::before {
  content: "※";
  position: relative;
  margin-right: 8px;
}

.qa-box {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.qa-box > div:not(:last-of-type) {
  margin-bottom: 32px;
}

.qa-child > div {
  border-radius: 20px;
  max-width: 80%;
  padding: 28px 24px;
  position: relative;
}

.qa-child .qa-mago01 {
  padding-right: 16px;
}

.qa-mago01 {
  background-color: #d3f1e3;
  margin-right: auto;
  margin-left: 16px;
  margin-bottom: 16px;
}

.qa-mago02 {
  background-color: #fdeaea;
  margin-right: 16px;
  margin-left: auto;
}

.qa-mago01::after,
.qa-mago02::after {
  content: "";
  border-top: solid 12px rgba(255, 255, 255, 0);
  border-bottom: solid 12px rgba(255, 255, 255, 0);
  position: absolute;
  top: 32px;
}

.qa-mago01::after {
  border-right: solid 16px #d3f1e3;
  left: -14px;
}

.qa-mago02::after {
  border-left: solid 16px #fdeaea;
  right: -14px;
}

.qa-mago01 > h3 {
  color: #444;
  font-size: 18px;
  font-weight: 500;
}

.qa-mago01 > h3,
.qa-mago02 > p {
  width: calc(100% - 40px);
  margin-right: 0;
  margin-left: auto;
  position: relative;
  text-align: justify;
}

.qa-mago01 > h3::before,
.qa-mago02 > p::before {
  font-family: "League Spartan";
  font-size: 44px;
  font-weight: 100;
  position: absolute;
  left: -40px;
}

.qa-mago01 > h3::before {
  content: "Q";
  color: #55c891;
  top: -4px;
}

.qa-mago02 > p::before {
  content: "A";
  color: #f1b2c3;
  top: -16px;
}

@media screen and (min-width: 428px) {
  .fee-box h3 {
    font-size: 21px;
  }
  .fee-box dt {
    font-size: 22px;
  }
  .fee-val {
    font-size: 48px;
  }
  .yen-tax {
    font-size: 28px;
  }
  .fee-tax {
    font-size: 13px;
  }
  .fee-box dd > i::after {
    width: 52px;
    height: 52px;
    -webkit-transform: translateX(-62%) translateY(-20%);
            transform: translateX(-62%) translateY(-20%);
  }
  .fee-camp_catch {
    font-size: 28px;
  }
  .fee-camp .kome {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .sc10__wrapper {
    margin-bottom: 0;
  }
  .mv_pic {
    width: 1920px;
    max-width: 136%;
    margin-left: -18%;
  }
  section > div {
    max-width: 1120px;
    padding-top: 88px;
    padding-bottom: 88px;
  }
  section > div.image__block {
    max-width: unset;
    padding-top: unset;
    padding-bottom: unset;
  }
  .type_h2 {
    font-size: 38px;
    margin-bottom: 64px;
  }
  .h2_cap {
    font-size: 0.65em;
  }
  .h2_cap::before,
  .h2_cap::after {
    height: 30px;
  }
  .fee-box {
    margin: unset;
    width: calc(50% - 16px);
  }
  .fee-box dl {
    padding: 24px 20px;
  }
  .fee-box dt {
    margin-bottom: 24px;
    padding-bottom: 12px;
  }
  .fee-camp {
    max-width: 944px;
    margin: 64px auto 0;
  }
  .fee-camp > div {
    padding: 32px 0 40px;
  }
  .fee-camp_in {
    width: 720px;
    max-width: 80%;
    margin: 0 auto 24px;
    padding: 24px 56px 32px;
  }
  .fee-camp_in > div > span:last-of-type .rb::before {
    left: 8px;
  }
  .fee-camp_in > div > span:first-of-type {
    -webkit-transform: translateX(10vw) translateY(8px) rotate(-10deg);
            transform: translateX(10vw) translateY(8px) rotate(-10deg);
  }
  .qa-box {
    max-width: 90%;
    width: 880px;
  }
  .qa-box > div:not(:last-of-type) {
    margin-bottom: 56px;
  }
  .qa-child > div {
    max-width: 85%;
  }
  .qa-mago01 > h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .fee-box dl {
    padding: 24px 28px;
  }
  .fee-val {
    font-size: 56px;
  }
  .qa-box > div:not(:last-of-type) {
    margin-bottom: 72px;
  }
  .qa-mago01 {
    margin-bottom: 40px;
  }
  .qa-child > div {
    padding: 32px 36px;
  }
  .qa-mago01 > h3,
  .qa-mago02 > p {
    width: calc(100% - 56px);
  }
  .qa-mago01 > h3::before,
  .qa-mago02 > p::before {
    left: -52px;
  }
  .qa-mago01 > h3::before,
  .qa-mago02 > p::before {
    font-size: 56px;
  }
  .qa-mago01 > h3::before {
    top: -16px;
  }
}
@media screen and (min-width: 1280px) {
  .mv_pic {
    max-width: unset;
    margin-left: calc((1920px - 100%) / 2 * -1);
  }
}
@media screen and (min-width: 1366px) {
  .mv_pic {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.sc00 {
  overflow: hidden;
  display: none;
}

.sc01__wrapper {
  background-image: url(../img/lp-ortho_sc01sp.webp);
  background-color: #f0f0ee;
  background-repeat: no-repeat;
  background-size: contain;
}

.sc01__box {
  max-width: 64%;
  margin-right: 0;
  margin-left: auto;
}

.sc01__list-child {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: solid 1px #83d2df;
  font-size: 4vw;
  margin-bottom: 8px;
  padding: 8px 12px;
}

.sc01__box .h2_cap {
  color: #2496b9;
}

.sc03__wrapper {
  background-image: url(../img/lp-cta.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sc03__wrapper img {
  width: 100%;
  height: auto;
}

section > div.sc03__inner {
  max-width: 100%;
}

.sc03__box {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 32px 0;
}

.sc03__box > div {
  max-width: calc(100% - 32px);
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.sc03__box-child01 {
  margin-bottom: 24px;
}

.sc03__box-child01 > a:first-child {
  margin-bottom: 16px;
}

.sc03_btn {
  background-color: #ffbc01;
  border: solid 3px #ffbc01;
  border-radius: 12px;
  color: #fff;
  padding: 12px 4px 6px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 76px;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.sc03_btn.web {
  padding-bottom: 8px;
}

.sc03_btn.phone {
  background-color: #fff4b2;
  color: #ffbc01;
}

.sc03_btn > div > span {
  display: block;
}

.sc03_btn > div > span:first-child {
  font-weight: 500;
  margin-bottom: 8px;
}

.sc03_btn.web > div > span:last-child {
  font-size: 1.15em;
  font-weight: 700;
}

.sc03_btn.phone .font-num {
  font-size: 9.2vw;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.sc03_btn.web img {
  margin-right: 8px;
}

.sc03_btn.phone img {
  margin-right: 8px;
  max-width: 19px;
  position: relative;
  bottom: -7px;
}

.sc03__box-child02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc03__box-child02-mago01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sc03__box-child02-mago01 > div {
  background-color: #83d2df;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 8px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta-logo {
  width: calc(100% - 88px);
  max-width: 100%;
}

.sc03__box-child02-mago02 {
  margin-bottom: 16px;
}

.sc03__box-child02-mago02 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc03__box-child02-mago02 > div:first-child {
  margin-bottom: 8px;
}

.sc03__box-child02-mago02 > div dt {
  background: #ddd;
  padding: 4px;
  margin-right: 8px;
  min-width: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sc03__box-child02-mago02 > div:first-child dt {
  padding: 10px 4px;
}

.sc03__box-child02-mago02 > div dd,
.sc03__box-child02-mago02 > div dd p {
  font-size: 14px;
}

.sc04__wrapper {
  background: #fff;
}

@media screen and (min-width: 768px) {
  #lp_top::before {
    display: none;
  }
  .sc01__wrapper {
    background-image: none;
  }
  .sc03__box {
    padding: 48px 0 56px;
  }
  .sc03__box-child01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
  }
  .sc03_btn {
    margin-right: unset;
    margin-left: unset;
    height: 85px;
    max-width: 336px;
    width: 50%;
  }
  .sc03__box-child01 > a:first-child {
    margin-bottom: unset;
  }
  .sc03_btn.phone .font-num {
    font-size: 32px;
  }
  .sc03_btn.web > div > span:last-child {
    font-size: 20px;
  }
  .sc03__box-child02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
  }
  .sc03__box-child02-mago02 {
    margin-bottom: unset;
  }
  .cta-logo {
    width: 304px;
  }
  .sc03__inner .type_h2 {
    margin-bottom: 48px;
  }
  .sc04__inner .type_h2 + p {
    margin-bottom: 40px;
    text-align: center;
  }
  .sc05__box-child {
    width: 95%;
    height: 456px;
  }
}
.msg-box {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 24px 16px 20px;
}

.msg-box h2 {
  margin-bottom: 28px;
}

.msg-box h2 > span {
  display: block;
}

.msg-box h2 > span:first-of-type {
  font-size: 4.4vw;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}

.msg-box h2 > span:last-of-type {
  font-size: 5.6vw;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  text-align: left;
  text-indent: -2em;
}

.msg-box h2 > span:last-of-type i {
  font-size: 1.2em;
}

.msg-box h2 > span:last-of-type i.marker02 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(37, 177, 177, 0.6)), color-stop(25%, rgba(37, 177, 177, 0.6)), color-stop(25%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgba(37, 177, 177, 0.6) 0, rgba(37, 177, 177, 0.6) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
}

.msg-box img.sp {
  display: block;
  margin: 16px auto;
  width: 100%;
}

.signature {
  text-align: right;
}

.signature > span:first-of-type {
  margin-right: 12px;
}

.signature > span:last-of-type {
  font-size: 20px;
}

@media screen and (min-width: 428px) {
  .sc10__inner {
    background-color: aliceblue;
  }
  .msg-box h2 > span:first-of-type {
    font-size: 20px;
  }
  .msg-box h2 > span:last-of-type {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .msg-box {
    width: 60%;
    margin-right: 0;
    padding: 36px 32px 24px;
    margin-left: auto;
  }
  .msg-box h2 {
    text-align: left;
  }
  .msg-box h2 > span:last-of-type {
    margin-right: unset;
    margin-left: unset;
  }
  .msg-box img.sp {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .msg-box h2 > span:last-of-type {
    font-size: 28px;
  }
}
/** footer **/
footer {
  margin-bottom: 16.066vw;
  background: repeating-linear-gradient(90deg, rgb(254, 255, 246), rgb(254, 255, 246) 6px, #fbffd3 6px, #fbffd3 12px);
}

.ftr__wrapper {
  padding: 32px 0 160px;
}

.ftr__inner {
  width: calc(100% - 32px);
  max-width: 1280px;
  margin: auto;
}

.ftr__title-image {
  width: 156px;
  height: auto;
  display: block;
  margin: 0 auto 16px;
}

.ftr__flex-photo {
  margin: 0 auto 16px;
}

.ftr__flex-content {
  margin-bottom: 24px;
}

.ftr__flex-logo {
  margin: 0 auto 16px;
}

.ftr__flex-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ftr__flex-addr {
  text-align: center;
  display: block;
  margin-bottom: 24px;
}

.ftr__flex-clinic {
  width: 100%;
}

.ftr__flex-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.ftr__flex-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  font-size: 13px;
  padding: 8px 0;
  width: 5em;
  height: 3.4em;
}

.ftr__flex-information:first-child {
  margin-bottom: 8px;
}

.ftr__flex-time {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.ftr__flex-kome {
  display: block;
  padding: 8px 0 0;
  font-size: 13px;
}

.ftr__flex-contact {
  margin: 24px auto 0;
  width: calc(100% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ftr__flex-contact-tel-link,
.ftr__flex-contact-reserve {
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}

.ftr__flex-contact-tel-link:hover,
.ftr__flex-contact-reserve:hover {
  opacity: 0.7;
}

.ftr__flex-content figure img {
  width: 100%;
  height: auto;
}

.ftr__flex-contact-tel-link figure img {
  width: 100%;
  height: auto;
}

.ftr__flex-contact-reserve figure img {
  width: 100%;
  height: auto;
}

.ftr__copyright {
  position: relative;
  height: 146px;
  background: rgba(240, 140, 0, 0.75);
  padding-top: 90px;
}

.ftr__gmap {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 0;
  width: calc(100% - 48px);
}

.ftr__gmap iframe {
  width: 100%;
  height: 58.2vw;
}

.ftr__copyright-small {
  width: 343px;
  margin: auto;
}

.ftr__copyright-small img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  footer {
    margin-bottom: 0;
  }
  .ftr__title-image {
    width: 200px;
    margin: 0 auto 32px;
  }
  .ftr__wrapper {
    padding: 48px 0 0;
  }
  .ftr__gmap {
    bottom: -9.532vw;
    width: 83.724vw;
  }
  .ftr__gmap iframe {
    height: 19.661vw;
  }
  .ftr__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ftr__flex-content {
    max-width: 480px;
    margin-bottom: 254px;
  }
  .ftr__flex-image {
    max-width: 585px;
  }
  .ftr__flex-photo {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 20px;
  }
  .ftr__flex-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .ftr__flex-contact-dotted {
    position: relative;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ftr__flex-contact-dotted::after {
    content: "";
    background-image: linear-gradient(to right, #aaa 2px, transparent 2px);
    background-size: 5px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 4em;
    height: 2px;
    margin-bottom: 0.1em;
  }
  .ftr__flex-contact-tel-link {
    width: calc(100% - 8px);
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .ftr__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 233px;
  }
  .ftr__flex-image {
    width: 46%;
  }
  .ftr__flex-photo {
    height: 403px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
  .ftr__flex-content {
    max-width: unset;
    margin-bottom: 0;
  }
  .ftr__flex-content figure.ftr__flex-logo {
    margin-left: 0;
    margin-bottom: 32px;
    width: calc(100% - 20px);
  }
  .ftr__flex-contact {
    margin: 32px auto 0;
  }
  .ftr__flex-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  span.ftr__flex-kome {
    padding: 0;
  }
  .ftr__flex-information .ftr__flex-white {
    width: 80px;
    height: 24px;
  }
  .ftr__flex-addr {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: justify;
    margin-bottom: 2px;
  }
  .ftr__flex-contact-dotted::after {
    width: calc(100% - 12em);
  }
}
.mv-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.mv-img {
  width: 100%;
  overflow: hidden;
  height: auto;
  display: block;
}

.mv-area {
  position: relative;
}

@media screen and (min-width: 768px) {
  .hdr__mv-btn img {
    width: 100%;
    height: auto;
  }
  .hdr__mv-btn {
    position: relative;
    overflow: hidden;
  }
  .hdr__mv-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
    opacity: 0;
  }
  .hdr__mv-btn:hover::before {
    -webkit-animation: shine 0.3s;
    animation: shine 0.3s;
  }
  @-webkit-keyframes shine {
    100% {
      left: 125%;
      opacity: 1;
    }
  }
  @keyframes shine {
    100% {
      left: 125%;
      opacity: 1;
    }
  }
}
@media screen and (min-width: 1360px) {
  .mv-img img {
    width: 1920px;
    margin-left: calc((1920px - 100%) / 2 * -1);
    margin-right: auto;
  }
  .mv-img.mv-renewwel img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .mv-area {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}

figure > img {
  width: 100%;
}

.testview {
  width: 100vw;
  position: relative;
}

.testview figure {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.testview img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

section.testview > div {
  padding: 0;
  margin: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .testview figure,
  .testview figure img {
    max-width: unset;
  }
  .testview figure img {
    /*width: calc(1920px * 0.7);
        margin-left: calc(((1920px * 0.7) - 100%) / 2 * -1);*/
  }
  .testview figure .sp {
    display: none;
  }
  .testview figure .pc {
    display: block;
  }
}
/** reservation **/
.reservation__btn-web,
.reservation__btn-tel {
  overflow: hidden;
}

.reservation__btn-web::before,
.reservation__btn-tel::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  opacity: 0;
}

.reservation__btn-web:hover::before {
  -webkit-animation: shine_02 0.3s;
  animation: shine_02 0.3s;
}

@-webkit-keyframes shine_02 {
  100% {
    left: 125%;
    opacity: 1;
  }
}
@keyframes shine_02 {
  100% {
    left: 125%;
    opacity: 1;
  }
}
#reservation .reservation__btn-web {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 81.333vw;
  left: 50%;
  top: 86.2vw;
}

@media screen and (min-width: 768px) {
  .reservation__btn-tel:hover::before {
    -webkit-animation: shine_02 0.3s;
    animation: shine_02 0.3s;
  }
  #reservation .reservation__btn-web {
    width: 32.943vw;
    top: 24.917vw;
  }
}
/** step **/
#step .reservation__btn-web {
  position: absolute;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 77.333vw;
  left: 9.333vw;
  top: 76vw;
}

#step .reservation__btn-tel {
  position: absolute;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 57.867vw;
  left: 16.8vw;
  top: 121.867vw;
}

@media screen and (min-width: 768px) {
  #step .reservation__btn-web {
    width: 21.354vw;
    top: 24.87vw;
    left: 22.266vw;
  }
}
/** line **/
#line .reservation__btn-web {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 81.067vw;
  left: 50%;
  top: 140.533vw;
}

@media screen and (min-width: 768px) {
  #line .reservation__btn-web {
    width: 32.943vw;
    top: 20.052vw;
  }
}
/** ftr__sec **/
#ftr__sec {
  padding-bottom: 21.6vw;
  background: #b8a680;
}

#ftr__sec .ftr__btn-tel_01 {
  position: absolute;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 39.467vw;
  left: 52.267vw;
  top: 271.533vw;
}

#ftr__sec .ftr__btn-tel_02 {
  position: absolute;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 39.467vw;
  left: 7.467vw;
  top: 353.067vw;
}

@media screen and (min-width: 768px) {
  #ftr__sec {
    padding-bottom: 0;
  }
}
/** copy__sec **/
#copy__sec {
  padding-top: calc(250px - 19vw);
  padding-bottom: 24vw;
  background: #44a3c7;
}

@media screen and (min-width: 768px) {
  article section#ftr__sec {
    overflow: unset;
    z-index: 1;
  }
}
@media screen and (min-width: 1314px) {
  #copy__sec {
    padding-bottom: 7vw;
  }
}
@-webkit-keyframes imageDance {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes imageDance {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.sec-02__wrapper {
  padding-right: 0;
  padding-left: 0;
  background-color: #f3f2ef;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #e7e4de), color-stop(50%, transparent));
  background-image: linear-gradient(-90deg, #e7e4de 50%, transparent 50%);
  background-size: 14px 14px;
}

.sec-02__wrapper img {
  width: 100%;
  height: auto;
}

.sec-02__item-01 {
  width: 45vw;
  height: 45vw;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 0;
  left: 10px;
}

.sec-02__block-01 .sec-02__item-01:last-child {
  top: 103px;
  left: unset;
  right: 10px;
}

.sec-02__item-01-img {
  width: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3vw;
}

.sec-02__item-01-title {
  text-align: center;
  font-size: 4.8vw;
}

.sec-02__item-01-inner {
  width: 100%;
}

.sec-02__item-01-title-01 {
  font-size: 0.7em;
  margin-bottom: 1vw;
}

.sec-02__block-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.sec-02__inner {
  width: 1610px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 64px;
}

.sec-02__title {
  font-size: 6.4vw;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: -0.03em;
}

.sec-02__title .point-l {
  font-size: 1em;
}

.sec-02__title-01 {
  display: block;
}

.sec-02__title-02 {
  font-size: 0.7em;
  padding: 0.5em 1em 0.6em;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  background-color: rgba(40, 152, 208, 0.8);
  display: inline-block;
  margin-top: 1em;
}

.sec-02__title-image {
  width: 82.667vw;
  margin: auto;
}

.sec-02__item-01-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #7fdae9;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: ease all 0.6s;
  transition: ease all 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #fff;
}

.sec-02__item-01:hover .sec-02__item-01-hover {
  opacity: 1;
}

.sec-02__item-01-hover-title {
  font-size: 6vw;
  margin-bottom: 0.5em;
}

.sec-02__item-01-hover-title-01 {
  font-size: 0.62em;
  margin-bottom: 0.4em;
}

.sec-02__item-01-hover-title-parts {
  width: 20%;
  height: 2px;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-top: 0.5em;
}

.sec-02__item-01-hover-text {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.sec-02__item-01-hover-text p {
  font-size: 3.2vw;
  line-height: 1.4;
}

.sec-02__content-type {
  width: calc(100% - 44px);
  margin: -10px auto 0;
  background-color: #fafafa;
  background-image: radial-gradient(#ebebeb 20%, transparent 20%), radial-gradient(#ebebeb 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 6px 6px;
  border-radius: 20px;
  padding: 36px 0 100px;
  position: relative;
  z-index: 1;
}

.sec-02__content-type img {
  width: 22vw;
}

.sec-02__content-type .sec-02__title {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .sec-02__title-02 {
    font-size: 0.6em;
    padding: 0.1em 2em 0.05em;
  }
  .sec-02__item-01-hover-title {
    font-size: 13px;
  }
  .sec-02__title-image {
    width: 408px;
  }
  .sec-02__inner {
    padding-top: 27px;
    padding-bottom: 50px;
  }
  .sec-02__wrapper {
    padding-right: 64px;
    padding-left: 64px;
  }
  .sec-02__item-01 {
    width: 126px;
    height: 126px;
    left: unset;
  }
  .sec-02__block-01 .sec-02__item-01:last-child {
    top: unset;
    right: unset;
  }
  .sec-02__block-area-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-02__item-01-title {
    font-size: 13px;
  }
  .sec-02__block-area-01 {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
  .sec-02__block-01 {
    width: 49%;
    margin-bottom: 0;
  }
  .sec-02__item-01-img {
    margin-bottom: 16px;
  }
  .sec-02__item-01-title-01 {
    margin-bottom: 3px;
  }
  .sec-02__block-area-01:not(:last-child) {
    margin-bottom: 16px;
  }
  .sec-02__content {
    width: 640px;
    margin: auto;
  }
  .sec-02__title {
    font-size: 38px;
    position: relative;
    z-index: 1;
    left: -13px;
  }
  .sec-02__content-image {
    -webkit-transform: translateY(-117px);
            transform: translateY(-117px);
  }
  .sec-02__content-type {
    width: 100%;
    margin: -118px auto 0;
    border-radius: 12px;
    padding: 24px 52px;
  }
  .sec-02__item-01-hover-text p {
    font-size: 10px;
  }
  .sec-02__content-type .sec-02__title {
    left: unset;
    font-size: 22px;
    margin-bottom: 24px;
  }
  .sec-02__content-type img {
    width: 54px;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .sec-02__inner {
    padding-top: 36px;
    padding-bottom: 64px;
  }
  .sec-02__title-image {
    width: 546px;
  }
  .sec-02__content {
    width: 858px;
  }
  .sec-02__content-image {
    -webkit-transform: translateY(-132px);
            transform: translateY(-132px);
  }
  .sec-02__content-type {
    margin: -132px auto 0;
    border-radius: 20px;
    padding: 32px 102px;
  }
  .sec-02__content-type .sec-02__title {
    font-size: 29px;
    margin-bottom: 32px;
  }
  .sec-02__block-area-01:not(:last-child) {
    margin-bottom: 24px;
  }
  .sec-02__item-01 {
    width: 140px;
    height: 140px;
  }
  .sec-02__content-type img {
    width: 70px;
    margin-bottom: 8px;
  }
  .sec-02__item-01-title {
    font-size: 14px;
  }
  .sec-02__item-01-title-01 {
    margin-bottom: 4px;
  }
  .sec-02__item-01-hover-title {
    font-size: 15px;
  }
  .sec-02__item-01-hover-text p {
    font-size: 11px;
  }
  .sec-02__block-01 {
    width: 47.7%;
  }
}
@media screen and (min-width: 1280px) {
  .sec-02__wrapper {
    padding-right: 156px;
    padding-left: 156px;
  }
  .sec-02__inner {
    padding-top: 68px;
    padding-bottom: 124px;
  }
  .sec-02__title-image {
    max-width: 1026px;
    width: 64%;
  }
  .sec-02__content {
    width: 100%;
    max-width: 1610px;
  }
  .sec-02__content-image {
    -webkit-transform: translateY(-9.3vw);
            transform: translateY(-9.3vw);
  }
  .sec-02__content-type {
    margin: -9.5vw auto 0;
    border-radius: 28px;
    padding: 3.2vw 8vw;
  }
  .sec-02__content-type .sec-02__title {
    font-size: 2.3vw;
    margin-bottom: 2.4vw;
  }
  .sec-02__block-area-01 {
    width: 100%;
  }
  .sec-02__block-area-01:not(:last-child) {
    margin-bottom: 1.876vw;
  }
  .sec-02__item-01 {
    width: 13vw;
    height: 13vw;
  }
  .sec-02__content-type img {
    width: 6vw;
    margin-bottom: 12px;
  }
  .sec-02__item-01-title {
    font-size: 1.2vw;
  }
  .sec-02__item-01-title-01 {
    margin-bottom: 0.313vw;
  }
  .sec-02__item-01-hover-title {
    font-size: 1.2vw;
  }
  .sec-02__item-01-hover-text p {
    font-size: 0.86vw;
  }
}
@media screen and (min-width: 1600px) {
  .sec-02__wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .sec-02__content-image {
    -webkit-transform: translateY(-155px);
            transform: translateY(-155px);
  }
  .sec-02__content-type {
    margin: -155px auto 0;
    padding: 56px 188px 64px;
  }
  .sec-02__content-type .sec-02__title {
    font-size: 50px;
    margin-bottom: 56px;
  }
  .sec-02__block-area-01:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec-02__item-01 {
    width: 264px;
    height: 264px;
  }
  .sec-02__content-type img {
    width: 130px;
    margin-bottom: 16px;
  }
  .sec-02__item-01-title {
    font-size: 24px;
  }
  .sec-02__item-01-title-01 {
    margin-bottom: 8px;
  }
  .sec-02__item-01-hover-title {
    font-size: 24px;
  }
  .sec-02__item-01-hover-text p {
    font-size: 17px;
  }
}
.sc05__box {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}

.sc05__box-child {
  width: 100%;
  display: block;
  margin: 0 auto 24px;
}

.sc05__box-child lite-youtube {
  max-width: 100%;
}

.sc05 .li-kome {
  max-width: 1024px;
  margin: auto;
}

.sc05 .li-kome li {
  margin-bottom: 16px;
}

section > div.sc05__inner {
  max-width: 480px;
  width: calc(100% - 64px);
  padding-top: 40px;
  padding-bottom: 24px;
}

.sc05 .type_h2 {
  color: #0078c7;
  margin-bottom: 32px;
}

.sc05__small {
  font-size: 0.8em;
}

@media screen and (min-width: 768px) {
  section > div.sc05__inner {
    max-width: 1024px;
    padding-top: 72px;
    padding-bottom: 56px;
  }
  .sc05__box-child {
    max-width: unset;
    margin-bottom: 56px;
    height: auto;
  }
  .sc05 .type_h2 {
    font-size: 50px;
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  section > div.sc05__inner {
    padding-top: 4.5vw;
    padding-bottom: 3.5vw;
  }
  .sc05 .type_h2 {
    font-size: 3.125vw;
    margin-bottom: 3.5vw;
  }
  .sc05__box {
    max-width: 64vw;
  }
  .sc05__box-child {
    margin-bottom: 3.5vw;
  }
}
.sc_qanda {
  background: repeating-linear-gradient(90deg, #fff, #fff 3px, #fbfbfb 3px, #fbfbfb 10px);
}

.sc_qanda__inner {
  max-width: calc(100% - 12.8vw);
  padding-bottom: 0;
}

.sc_qanda__title {
  display: block;
  font-size: 7.733vw;
}

.sc_qanda__eng {
  font-size: 6.933vw;
  display: block;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 2.133vw 0 2.667vw;
  padding: 0;
}

.sc_qanda__eng > em {
  font-style: normal;
  font-size: 1.5em;
  vertical-align: -0.1em;
}

.sc_qanda__blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10em;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #44a3c8;
  color: #fff;
  font-size: 4.8vw;
  letter-spacing: 0;
  height: 9.333vw;
  border-radius: 9.333vw;
  padding-bottom: 1.067vw;
}

.sc_qanda__box {
  position: relative;
  margin-bottom: 12.8vw;
  max-height: 35.2vw;
  overflow: hidden;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}

.sc_qanda__box::after {
  content: "";
  position: absolute;
  background: url(/_common/image/line/qanda-acord.svg) no-repeat;
  width: 12.8vw;
  height: 12.8vw;
  top: 22.4vw;
  right: 4.267vw;
  background-size: 100%;
}

.sc_qanda__box.js__qanda-active {
  max-height: 220vw;
  overflow: unset;
}

.sc_qanda__box.js__qanda-active::after {
  opacity: 0;
  visibility: hidden;
}

.sc_qanda__box:last-child {
  margin-bottom: 0;
}

.sc_qanda__question {
  border: 2px solid #44a3c8;
  color: #44a3c8;
  position: relative;
  padding-left: 4.267vw;
  padding-right: 8.533vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.267vw;
  border-radius: 2.667vw;
  margin: 0 auto 5.333vw;
  padding-bottom: 1.333vw;
  background: #fff;
}

.sc_qanda__question > p {
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.267vw;
  text-align: justify;
  letter-spacing: -0.02em;
}

.sc_qanda__question > p::before {
  content: "Q";
  font-size: 18.667vw;
  font-weight: 500;
  padding-top: 8vw;
  padding-bottom: 2.667vw;
  line-height: 1;
  font-family: "Spartan", sans-serif;
}

.sc_qanda__answer {
  border: 2px solid #cb6d93;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.267vw;
  border-radius: 2.667vw;
  margin: 0 0 16px auto;
  padding: 8.533vw;
  width: calc(100% - 6.4vw);
  background: #fff;
}

.sc_qanda__answer > p {
  text-align: justify;
  font-size: 4.267vw;
  font-weight: 600;
  line-height: 2;
}

.sc_qanda__answer > p::before {
  content: "A";
  color: #cb6d93;
  font-size: 18.667vw;
  font-weight: 500;
  padding-bottom: 1.6vw;
  line-height: 1;
  margin-right: 2.133vw;
  font-family: "Spartan", sans-serif;
}

@media screen and (min-width: 768px) {
  .sc_qanda {
    background: repeating-linear-gradient(90deg, #fff, #fff 4px, #fbfbfb 4px, #fbfbfb 15px);
  }
  .sc_qanda__inner {
    max-width: 1170px;
    width: calc(100% - 88px);
    padding-top: 116px;
    padding-bottom: 0;
  }
  .sc_qanda__title {
    font-size: 48px;
  }
  .sc_qanda__eng {
    font-size: 48px;
    margin: 16px 0 24px;
  }
  .sc_qanda__blue {
    width: 375px;
    height: 56px;
    font-size: 28px;
    font-weight: 600;
    border-radius: 35px;
    padding-bottom: 4px;
  }
  .sc_qanda__heading {
    margin-bottom: 106px;
  }
  .sc_qanda__box {
    margin-bottom: 88px;
    max-height: unset;
    overflow: unset;
  }
  .sc_qanda__box.js__qanda-active {
    max-height: unset;
  }
  .sc_qanda__question {
    width: calc(100% - 144px);
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 24px;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 64px;
    padding-right: 80px;
    border-radius: 10px;
    height: 132px;
    gap: 16px;
  }
  .sc_qanda__question > p {
    gap: 45px;
    font-size: 28px;
  }
  .sc_qanda__question > p::before {
    font-size: 76px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .sc_qanda__answer {
    width: calc(100% - 152px);
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 48px;
    padding-bottom: 53px;
    padding-left: 64px;
    padding-right: 80px;
    border-radius: 10px;
    gap: 16px;
  }
  .sc_qanda__answer > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 36px;
    font-size: 18px;
    line-height: 1.8;
  }
  .sc_qanda__answer > p::before {
    margin-top: 8px;
    padding-bottom: 6px;
    margin-right: 8px;
    font-size: 76px;
  }
  .sc_qanda__box::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .sc_qanda__inner {
    max-width: 73.125vw;
    width: calc(100% - 5.5vw);
    padding-top: 7.25vw;
  }
  .sc_qanda__title {
    font-size: 3vw;
  }
  .sc_qanda__eng {
    font-size: 3vw;
    margin: 1vw 0 1.5vw;
  }
  .sc_qanda__blue {
    width: 23.438vw;
    height: 3.5vw;
    font-size: 1.75vw;
  }
  .sc_qanda__heading {
    margin-bottom: 6.625vw;
  }
  .sc_qanda__box {
    margin-bottom: 5.5vw;
  }
  .sc_qanda__question {
    width: calc(100% - 9vw);
    margin-bottom: 1.5vw;
    padding-top: 0.75vw;
    padding-bottom: 0.875vw;
    padding-left: 4vw;
    padding-right: 5vw;
    border-radius: 0.625vw;
    height: 8.25vw;
  }
  .sc_qanda__question > p {
    gap: 2.813vw;
    font-size: 1.75vw;
  }
  .sc_qanda__question > p::before {
    font-size: 4.75vw;
  }
  .sc_qanda__answer {
    width: calc(100% - 9.5vw);
    padding-top: 3vw;
    padding-bottom: 3.313vw;
    padding-left: 4vw;
    padding-right: 5vw;
    border-radius: 0.625vw;
  }
  .sc_qanda__answer > p {
    gap: 2.25vw;
    font-size: 1.125vw;
  }
  .sc_qanda__answer > p::before {
    margin-top: 0.5vw;
    font-size: 4.375vw;
    padding-bottom: 0.375vw;
    margin-right: 0.5vw;
    font-size: 4.75vw;
  }
}
#rightside__bnr {
  display: none;
}

@media screen and (min-width: 768px) {
  #rightside__bnr {
    font-size: 1.46rem;
    line-height: 1.3;
    letter-spacing: 0.03em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 50%;
    right: -80px;
    background: linear-gradient(45deg, #6eb8d5 0%, #6eb8d5 50%, #49a6ca 50%, #49a6ca 100%);
    /* background-color: rgba(82,183,135,1); */
    color: #fff;
    z-index: 999;
    width: 80px;
    height: 300px;
    padding-top: 72px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
  }
  #rightside__bnr::before {
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 21px;
    background: url(https://www.ohki-dental-yokkaichi.com/mouthpiece/img/header-24h.svg) no-repeat;
    width: 42px;
    height: 40px;
    left: 50%;
    background-size: 100%;
  }
  #rightside__bnr:hover {
    background-color: rgb(79, 191, 137);
  }
  #rightside__bnr.fix__mimitab {
    right: 0;
  }
  #rightside__bnr:hover {
    -webkit-transform: scale(1.06) translate(5px, -50%);
            transform: scale(1.06) translate(5px, -50%);
    right: 8px;
  }
  .rightside__bnr-small {
    display: block;
    font-size: 0.6em;
    margin: 0.1rem 0 0;
    height: 12em;
  }
  .rightside__bnr-num {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    line-height: 1;
    letter-spacing: -0.06em;
    vertical-align: -0.04em;
  }
}
.ftr-bnr__wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 8888;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.ftr-bnr__inner {
  padding: 3.2vw 4.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ftr-bnr__btn-01 {
  width: calc(50% - 1.6vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ftr-bnr__btn-img {
  width: 100%;
  height: auto;
}

.ftr-bnr__block-area {
  padding: 2.133vw 4.267vw;
  padding-bottom: 0;
  /* background-color: #fff; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ftr__bnr__block-area-wrapper {
  display: none;
}

.ftr-bnr__btn-02 {
  padding: 4.267vw 2.133vw;
  text-align: center;
  width: calc(20% - 1.6vw);
  background-color: #85b22c;
  color: #fff;
  border-radius: 2.133vw;
  font-size: 3.5vw;
}

.ftr-bnr__title {
  padding: 2.133vw;
  padding-bottom: 0;
  /* background-color: #fff; */
}

.ftr-bnr__title img {
  display: block;
  width: 15%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .ftr-bnr__wrapper {
    display: none;
  }
}
.hdr__mv-tel {
  position: absolute;
  z-index: 1;
  top: 1.6vw;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 1000px) {
  .hdr__mv-tel {
    bottom: 1.6vw;
    top: auto;
  }
}

@media screen and (min-width: 768px) {
  a#rightside__bnr::before {
    background: url(/_common/image/fv/pc-btn/reserve-icon.svg) no-repeat center center/contain;
  }
}
.hdr__mv-tel-inner {
  width: 100%;
  max-width: calc(100% - 32px);
  margin: auto;
}
@media screen and (max-width: 900px) {
  .hdr__mv-tel-inner {
    max-width: calc(100% - 15px);
  }
}

.hdr__mv-right {
  width: 32vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 1600px) {
  .hdr__mv-right {
    width: 38vw;
  }
}
@media screen and (max-width: 1200px) {
  .hdr__mv-right {
    width: 36vw;
  }
}
@media screen and (max-width: 1000px) {
  .hdr__mv-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 25vw;
  }
}
@media screen and (max-width: 800px) {
  .hdr__mv-right {
    width: 29vw;
  }
}
.hdr__mv-right .p-hdr__mv-btn {
  border-radius: 10px;
}
.hdr__mv-right .p-hdr__mv-btn:nth-child(1) {
  border: 2px solid #44a3c8;
  background: #fdfdfe;
  padding: 3.745% 3.09% 2.442%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(50% - 20px);
  margin-right: 40px;
}
@media screen and (max-width: 1600px) {
  .hdr__mv-right .p-hdr__mv-btn:nth-child(1) {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .hdr__mv-right .p-hdr__mv-btn:nth-child(1) {
    width: calc(60% - 5px);
  }
}
@media screen and (max-width: 1000px) {
  .hdr__mv-right .p-hdr__mv-btn:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 1000px) {
  .hdr__mv-right .p-hdr__mv-btn:nth-child(1) img {
    max-width: 180px;
    margin: 0 auto;
  }
}
.hdr__mv-right .p-hdr__mv-btn:nth-child(1) p {
  color: #44a3c8;
  text-align: center;
}
.hdr__mv-right .p-hdr__mv-btn:nth-child(1) p:nth-of-type(1) {
  font-size: clamp(18px, 1.3vw, 26px);
  line-height: 0;
  font-weight: bold;
}
.hdr__mv-right .p-hdr__mv-btn:nth-child(1) p:nth-of-type(1) img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.hdr__mv-right .p-hdr__mv-btn:nth-child(1) p:nth-of-type(2) {
  font-size: clamp(10px, 0.62vw, 12px);
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .hdr__mv-right .p-hdr__mv-btn:nth-child(1) p:nth-of-type(2) {
    font-size: 9px;
  }
}
.hdr__mv-right .p-hdr__mv-btn:nth-child(1) p:nth-of-type(3) {
  font-size: clamp(8px, 0.526vw, 10px);
}
@media screen and (max-width: 1000px) {
  .hdr__mv-right .p-hdr__mv-btn:nth-child(1) p:nth-of-type(3) {
    font-size: 9px;
  }
}
.hdr__mv-right .p-hdr__mv-btn:nth-child(2) {
  background: #44a3c8;
  padding: 3.42% 6.84% 6.026%;
  width: calc(50% - 20px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 0.9375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1600px) {
  .hdr__mv-right .p-hdr__mv-btn:nth-child(2) {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 1200px) {
  .hdr__mv-right .p-hdr__mv-btn:nth-child(2) {
    width: calc(40% - 5px);
    padding: 1.75% 3% 3%;
  }
}
@media screen and (max-width: 1000px) {
  .hdr__mv-right .p-hdr__mv-btn:nth-child(2) {
    width: 100%;
    padding: 3.42% 6.84% 10.026%;
  }
}
.hdr__mv-right .p-hdr__mv-btn:nth-child(2) .p-hdr__mv-btn-img:nth-child(1) {
  width: 23%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .hdr__mv-right .p-hdr__mv-btn:nth-child(2) .p-hdr__mv-btn-img:nth-child(1) {
    width: 19%;
  }
}
.hdr__mv-right .p-hdr__mv-btn:nth-child(2) .p-hdr__mv-btn-img:nth-child(2) {
  width: 54%;
}
@media screen and (max-width: 1000px) {
  .hdr__mv-right .p-hdr__mv-btn:nth-child(2) .p-hdr__mv-btn-img:nth-child(2) {
    width: 37%;
  }
}
.hdr__mv-right .p-hdr__mv-btn:nth-child(2) .p-hdr__mv-btn-img-bottom {
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 57%;
}
@media screen and (max-width: 1000px) {
  .hdr__mv-right .p-hdr__mv-btn:nth-child(2) .p-hdr__mv-btn-img-bottom {
    bottom: 3%;
  }
}

@media screen and (min-width: 1280px) {
  .sec-02__inner {
    padding-top: 65px;
    padding-bottom: 124px;
  }
}
@media screen and (max-width: 767px) {
  .sec-02__inner {
    padding-top: 38px;
    padding-bottom: 64px;
  }
}

.sec-02__title {
  margin-bottom: -9%;
}
@media screen and (max-width: 1000px) {
  .sec-02__title {
    margin-bottom: -4%;
  }
}
@media screen and (max-width: 767px) {
  .sec-02__title {
    margin-bottom: 12.3%;
  }
}

.sec-02__content .arrow-sp {
  position: absolute;
  width: 11%;
  left: 11%;
  top: -45%;
}
.sec-02__content .fukidashi-wrap {
  position: relative;
}
.sec-02__content .fukidashi-wrap .person-pc {
  margin: 0 auto;
  width: 82%;
}
@media screen and (max-width: 767px) {
  .sec-02__content .fukidashi-wrap .person-pc {
    margin: 42% 0 0;
  }
}
.sec-02__content .fukidashi-wrap .person-sp-img {
  width: 89%;
}
.sec-02__content .fukidashi-wrap .fukidashi {
  position: absolute;
}
.sec-02__content .fukidashi-wrap .fukidashi img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec-02__content .fukidashi-wrap .fukidashi p {
  position: absolute;
  top: 50%;
  text-align: left;
  left: 50%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec-02__content .fukidashi-wrap .fukidashi p {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .sec-02__content .fukidashi-wrap .fukidashi p {
    font-size: 1.459vw;
    width: 92%;
    -webkit-transform: translate(-54%, -50%);
            transform: translate(-54%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .sec-02__content .fukidashi-wrap .fukidashi p {
    font-size: 4.62vw;
    -webkit-transform: translate(-50%, -71%);
            transform: translate(-50%, -71%);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-02__content .fukidashi-wrap .fukidashi {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .sec-02__content .fukidashi-wrap .fukidashi-1 {
    left: 9%;
    top: 38%;
    width: 27.76%;
  }
}
@media screen and (min-width: 850px) and (max-width: 1023px) {
  .sec-02__content .fukidashi-wrap .fukidashi-1 {
    width: 32.76%;
    left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .sec-02__content .fukidashi-wrap .fukidashi-1 {
    width: 75.9%;
    margin-right: auto;
    margin-left: 15px;
    top: -3%;
    left: 0px;
  }
}
@media screen and (min-width: 768px) {
  .sec-02__content .fukidashi-wrap .fukidashi-1 p {
    text-align: right;
    margin-left: -16%;
    width: 90%;
    -webkit-transform: translate(-56%, -50%);
            transform: translate(-56%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .sec-02__content .fukidashi-wrap .fukidashi-2 {
    left: 2%;
    top: 58%;
    width: 30.43%;
  }
}
@media screen and (min-width: 850px) and (max-width: 1023px) {
  .sec-02__content .fukidashi-wrap .fukidashi-2 {
    width: 35.43%;
    left: -3%;
  }
}
@media screen and (max-width: 767px) {
  .sec-02__content .fukidashi-wrap .fukidashi-2 {
    width: 48.717%;
    margin-right: 15px;
    margin-left: auto;
    top: 48%;
    right: 1px;
  }
}
@media screen and (min-width: 768px) {
  .sec-02__content .fukidashi-wrap .fukidashi-2 p {
    margin-left: -12%;
    text-align: right;
    width: 93%;
    -webkit-transform: translate(-54%, -50%);
            transform: translate(-54%, -50%);
  }
  .sec-02__content .fukidashi-wrap .fukidashi-2 p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-02__content .fukidashi-wrap .fukidashi-2 p {
    -webkit-transform: translate(-44%, -50%);
            transform: translate(-44%, -50%);
  }
  .sec-02__content .fukidashi-wrap .fukidashi-2 p br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sec-02__content .fukidashi-wrap .fukidashi-3 {
    left: 95%;
    top: 29%;
    width: 30.99%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (min-width: 850px) and (max-width: 1023px) {
  .sec-02__content .fukidashi-wrap .fukidashi-3 {
    width: 35.99%;
    left: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-02__content .fukidashi-wrap .fukidashi-3 {
    width: 67.69%;
    margin-right: 15px;
    margin-left: auto;
    top: -26%;
    right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .sec-02__content .fukidashi-wrap .fukidashi-3 p {
    margin-left: 20%;
  }
}
@media screen and (min-width: 768px) {
  .sec-02__content .fukidashi-wrap .fukidashi-4 {
    left: 98%;
    top: 48%;
    width: 30.49%;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}
@media screen and (min-width: 850px) and (max-width: 1023px) {
  .sec-02__content .fukidashi-wrap .fukidashi-4 {
    width: 35.49%;
    left: 103%;
  }
}
@media screen and (max-width: 767px) {
  .sec-02__content .fukidashi-wrap .fukidashi-4 {
    width: 59.46%;
    margin-right: 15px;
    margin-left: auto;
    top: 22%;
    right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .sec-02__content .fukidashi-wrap .fukidashi-4 p {
    margin-left: 23%;
  }
}
@media screen and (max-width: 767px) {
  .sec-02__content .fukidashi-wrap .fukidashi-4 p {
    -webkit-transform: translate(-50%, -63%);
            transform: translate(-50%, -63%);
  }
}
@media screen and (min-width: 768px) {
  .sec-02__content .fukidashi-wrap .fukidashi-5 {
    left: 94%;
    top: 67%;
    width: 29.56%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (min-width: 850px) and (max-width: 1023px) {
  .sec-02__content .fukidashi-wrap .fukidashi-5 {
    width: 34.56%;
    left: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-02__content .fukidashi-wrap .fukidashi-5 {
    width: 61.53%;
    margin-right: 15px;
    margin-left: auto;
    top: 71%;
    right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .sec-02__content .fukidashi-wrap .fukidashi-5 p {
    margin-left: 20%;
  }
}
@media screen and (max-width: 767px) {
  .sec-02__content .fukidashi-wrap .fukidashi-5 p {
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }
}
.p-sec-02__content-type {
  margin: -17px auto 0 !important;
}
@media screen and (max-width: 767px) {
  .p-sec-02__content-type {
    margin: -17px auto 0 !important;
    padding: 36px 0 68px;
  }
}

@media screen and (min-width: 768px) {
  .p-merit > div {
    padding-top: 114px;
  }
}
.p-merit .sc__inner {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-merit .sc__inner {
    padding-top: 59px;
  }
}
.p-merit .sc__inner h2 {
  width: max(33vw, 220px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-merit .sc__inner h2 {
    width: 304px;
  }
}
.p-merit .sc__inner > p {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3vw auto 0;
  line-height: 2.3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-merit .sc__inner > p {
    margin: 10vw auto 0;
    text-align: left;
    line-height: 2;
  }
}
.p-merit > .p-merit__person-img {
  padding: 0;
}
.p-merit .sc__img-inner {
  max-width: 1280px;
  width: 80%;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-merit .sc__img-inner {
    margin-top: -111px;
  }
}
@media screen and (max-width: 767px) {
  .p-merit .sc__img-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 93%;
    margin: -36% auto 18%;
  }
}
.p-merit .sc__img-inner .sc__img-inner-item {
  width: calc(50% - 5px);
  margin-right: 10px;
}
.p-merit .sc__img-inner .sc__img-inner-item:nth-of-type(3) {
  margin-right: 0;
  margin-top: 8.205%;
}
@media screen and (min-width: 768px) {
  .p-merit .sc__img-inner .sc__img-inner-item:nth-of-type(3) {
    margin-top: 1.205%;
  }
}
.p-merit .p-merit__person-img {
  width: 59.375%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-merit .p-merit__person-img {
    padding: 0;
    width: 100%;
    max-width: 550px;
    margin: 29px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__text {
    position: absolute;
    width: 40%;
    top: 19%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .p-merit .p-merit__text {
    top: 16%;
  }
}
@media screen and (max-width: 767px) {
  .p-merit .p-merit__text {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__text p {
    font-size: 1.459vw;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-merit .p-merit__text p {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -66%);
            transform: translate(-50%, -66%);
    font-size: 4.617vw;
  }
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__text .p-merit__text-img {
    width: 73.43%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__text1 {
    left: 19%;
  }
}
.p-merit .p-merit__text1 p {
  color: #808080;
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__text2 {
    left: 82%;
  }
}
.p-merit .p-merit__text2 p {
  color: #cb6d93;
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__item {
    position: absolute;
    border-radius: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-merit .p-merit__item {
    margin-bottom: 6px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    border-radius: 5px;
  }
}
.p-merit .p-merit__item p {
  color: #444444;
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__item p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: min(1.1124vw, 21px);
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .p-merit .p-merit__item p {
    font-size: min(1.024vw, 21px);
  }
}
@media screen and (max-width: 767px) {
  .p-merit .p-merit__item p {
    font-size: min(3.846vw, 15px);
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-left: 23%;
    width: 100%;
  }
}
.p-merit .p-merit__item1::before,
.p-merit .p-merit__item2::before,
.p-merit .p-merit__item3::before,
.p-merit .p-merit__item4::before,
.p-merit .p-merit__item5::before {
  background: url(/_common/image/merit/no.png) no-repeat center center/contain;
  content: "";
  position: absolute;
  left: 17%;
  top: -6%;
  width: 19%;
  height: 18%;
}
@media screen and (max-width: 767px) {
  .p-merit .p-merit__item1::before,
  .p-merit .p-merit__item2::before,
  .p-merit .p-merit__item3::before,
  .p-merit .p-merit__item4::before,
  .p-merit .p-merit__item5::before {
    left: -1%;
    top: 31%;
    width: 28%;
    height: 32%;
  }
}
.p-merit .p-merit__item6::before,
.p-merit .p-merit__item7::before,
.p-merit .p-merit__item8::before,
.p-merit .p-merit__item9::before,
.p-merit .p-merit__item10::before {
  background: url(/_common/image/merit/check.png) no-repeat center center/contain;
  content: "";
  position: absolute;
  left: 19%;
  top: 10%;
  width: 19%;
  height: 18%;
}
@media screen and (max-width: 767px) {
  .p-merit .p-merit__item6::before,
  .p-merit .p-merit__item7::before,
  .p-merit .p-merit__item8::before,
  .p-merit .p-merit__item9::before,
  .p-merit .p-merit__item10::before {
    left: 0%;
    top: 21%;
    width: 26%;
    height: 26%;
  }
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__item1 {
    background: #bebebe;
    width: min(9.166vw, 176px);
    height: min(9.166vw, 176px);
    top: 30%;
    left: -2%;
  }
}
@media screen and (max-width: 767px) {
  .p-merit .p-merit__item1 {
    background: #e2e2e2;
  }
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__item2 {
    background: #e2e2e2;
    width: min(8.33vw, 160px);
    height: min(8.33vw, 160px);
    top: 40%;
    left: 14%;
  }
}
@media screen and (max-width: 767px) {
  .p-merit .p-merit__item2 {
    background: #bebebe;
  }
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__item3 {
    background: #bebebe;
    width: min(8.33vw, 160px);
    height: min(8.33vw, 160px);
    top: 65%;
    left: 15%;
  }
}
@media screen and (max-width: 767px) {
  .p-merit .p-merit__item3 {
    background: #e2e2e2;
  }
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__item4 {
    background: #e2e2e2;
    width: min(8.75vw, 168px);
    height: min(8.75vw, 168px);
    top: 55%;
    left: 1%;
  }
}
@media screen and (max-width: 767px) {
  .p-merit .p-merit__item4 {
    background: #bebebe;
  }
}
.p-merit .p-merit__item5 {
  background: #e2e2e2;
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__item5 {
    width: min(9.166vw, 176px);
    height: min(9.166vw, 176px);
    top: 50%;
    left: 27%;
  }
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__item6 {
    background: #f3e0ec;
    width: min(8.75vw, 168px);
    height: min(8.75vw, 168px);
    top: 42%;
    left: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-merit .p-merit__item6 {
    background: #e9c6da;
  }
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__item7 {
    background: #e9c6da;
    width: min(9.166vw, 176px);
    height: min(9.166vw, 176px);
    top: 33%;
    left: 88%;
  }
}
@media screen and (max-width: 767px) {
  .p-merit .p-merit__item7 {
    background: #f3e0ec;
  }
}
.p-merit .p-merit__item8 {
  background: #e9c6da;
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__item8 {
    width: min(8.33vw, 160px);
    height: min(8.33vw, 160px);
    top: 67%;
    left: 72%;
  }
}
.p-merit .p-merit__item9 {
  background: #f3e0ec;
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__item9 {
    width: min(9.166vw, 176px);
    height: min(9.166vw, 176px);
    top: 59%;
    left: 86%;
  }
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__item10 {
    background: #f3e0ec;
    width: min(8.33vw, 160px);
    height: min(8.33vw, 160px);
    top: 46%;
    left: 74%;
  }
}
@media screen and (max-width: 767px) {
  .p-merit .p-merit__item10 {
    background: #f3e0ec;
  }
}
.p-merit .p-merit__dental-img {
  position: absolute;
  width: 20.156%;
  top: 70%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#reservation.p-reservation {
  width: 100%;
  background: url(/_common/image/reservation/bg.png) no-repeat center center/100% 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation {
    background: url(/_common/image/reservation/sp/bg-sp.png) no-repeat center center/100% 100%;
  }
}
#reservation.p-reservation .sc__inner {
  position: relative;
}
#reservation.p-reservation .p-reservation__contents {
  max-width: 1280px;
  width: 66.666%;
  margin: 8% auto 6.7%;
}
@media screen and (max-width: 1200px) {
  #reservation.p-reservation .p-reservation__contents {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__contents {
    text-align: center;
    width: 81%;
  }
}
@media screen and (max-width: 600px) {
  #reservation.p-reservation .p-reservation__contents {
    margin: 25% auto 20%;
  }
}
@media screen and (max-width: 350px) {
  #reservation.p-reservation .p-reservation__contents {
    margin: 20% auto;
  }
}
#reservation.p-reservation .p-reservation__title {
  width: 36.17%;
  margin: 0 auto 4%;
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__title {
    width: 290px;
  }
}
#reservation.p-reservation .p-reservation__body {
  padding: 40px 12.5% 35px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #reservation.p-reservation .p-reservation__body {
    background: rgba(255, 255, 255, 0.85);
  }
}
@media screen and (max-width: 1200px) {
  #reservation.p-reservation .p-reservation__body {
    padding: 40px 5.5% 35px;
  }
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__body {
    padding: 27px 0% 0px;
  }
}
#reservation.p-reservation .p-reservation__body p {
  line-height: 2.1;
}
#reservation.p-reservation .p-reservation__body .reservation__btn-web,
#reservation.p-reservation .p-reservation__body .reservation__btn-tel {
  top: auto;
  left: auto;
  position: static;
}
#reservation.p-reservation .p-reservation__body .reservation__btn-web {
  height: 100%;
  display: inline-block;
  margin: 2.9% auto 4.166%;
  width: 100%;
  max-width: 632px;
  position: relative;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__body .reservation__btn-web {
    margin: 8.9% auto 5.166%;
  }
}
#reservation.p-reservation .p-reservation__body .reservation__btn-tel {
  display: inline-block;
  margin: 4% auto 1%;
  width: 100%;
  max-width: 455px;
  height: 87px;
  position: relative;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__body .reservation__btn-tel {
    margin: 7% auto 1%;
  }
}
#reservation.p-reservation .p-reservation__body .reservation__btn-tel figure {
  width: 100%;
  max-width: 455px;
  height: 87px;
}
#reservation.p-reservation .p-reservation__body .reservation__btn-tel figure img {
  width: 100%;
  max-width: 455px;
  height: 87px;
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__body .preservation__body-list {
    background: #fff;
    position: relative;
  }
  #reservation.p-reservation .p-reservation__body .preservation__body-list > img {
    position: absolute;
    top: -6%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    width: 35px;
    height: 49px;
  }
}
#reservation.p-reservation .p-reservation__body .preservation__body-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__body .preservation__body-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 90%;
    padding: 8% 0;
    margin: 0 auto;
  }
}
#reservation.p-reservation .p-reservation__body .preservation__body-list ul li {
  width: 29.4666666667%;
  margin-right: 5.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #44a3c8;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__body .preservation__body-list ul li {
    width: 100%;
    margin-right: 0;
    border-bottom: 2px solid #44a3c8;
    margin-bottom: 24px;
    padding-bottom: 21px;
  }
}
#reservation.p-reservation .p-reservation__body .preservation__body-list ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #44a3c8;
  position: absolute;
  bottom: -4px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__body .preservation__body-list ul li::before {
    left: 100%;
  }
}
#reservation.p-reservation .p-reservation__body .preservation__body-list ul li:nth-child(1) span {
  margin-right: 7.8%;
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__body .preservation__body-list ul li:nth-child(1) span {
    width: 44px;
  }
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__body .preservation__body-list ul li:nth-child(2) span {
    width: 54px;
    margin-right: 5.3%;
  }
}
#reservation.p-reservation .p-reservation__body .preservation__body-list ul li:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__body .preservation__body-list ul li:nth-child(3) {
    padding-bottom: 13px;
    margin-bottom: 0px;
  }
}
#reservation.p-reservation .p-reservation__body .preservation__body-list ul li:nth-child(3) p {
  line-height: 1.6;
}
#reservation.p-reservation .p-reservation__body .preservation__body-list ul li:nth-child(3)::before {
  left: 100%;
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__body .preservation__body-list ul li:nth-child(3)::before {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__body .preservation__body-list ul li:nth-child(3) span {
    width: 55px;
    margin-right: 3.3%;
  }
}
#reservation.p-reservation .p-reservation__body .preservation__body-list ul li span {
  width: 16.6%;
  margin-right: 8.3%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  #reservation.p-reservation .p-reservation__body .preservation__body-list ul li span {
    width: 40px;
  }
}
#reservation.p-reservation .p-reservation__body .preservation__body-list ul li P {
  text-align: left;
  margin-right: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .list-bottom-text {
    color: #fff;
    margin: 2% 0 0 0;
    text-align: left;
    position: relative;
    padding-left: 12%;
    line-height: 1.7;
  }
}
#reservation.p-reservation .list-bottom-text span {
  color: #44a3c8;
  margin-right: 5px;
  position: absolute;
  left: 6%;
  width: 13px;
  height: 13px;
  top: 0;
}
#reservation.p-reservation .p-reservation__address-logo {
  width: 42%;
  margin: 2.5% auto 2.1%;
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__address-logo {
    width: 93%;
    margin: 5% auto;
  }
}

@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__address-schedule {
    background: rgba(255, 255, 255, 0.5);
  }
}
#reservation.p-reservation .p-reservation__address-schedule-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 27px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__address-schedule-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#reservation.p-reservation .p-reservation__address-schedule-time, #reservation.p-reservation .p-reservation__address-schedule-closed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__address-schedule-time, #reservation.p-reservation .p-reservation__address-schedule-closed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0 18px;
  }
}
#reservation.p-reservation .p-reservation__address-schedule-time > p, #reservation.p-reservation .p-reservation__address-schedule-closed > p {
  background: rgba(209, 207, 205, 0.58);
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  #reservation.p-reservation .p-reservation__address-schedule-time > p, #reservation.p-reservation .p-reservation__address-schedule-closed > p {
    margin-right: 21px;
    width: 80px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__address-schedule-time > p, #reservation.p-reservation .p-reservation__address-schedule-closed > p {
    background: #fff;
    color: rgb(165, 151, 117);
    width: 100%;
    margin: 19px auto 7px;
    padding: 2px 0px;
  }
}
#reservation.p-reservation .p-reservation__address-schedule-time ul li, #reservation.p-reservation .p-reservation__address-schedule-closed ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 -5px;
}
#reservation.p-reservation .p-reservation__address-schedule-time ul li p, #reservation.p-reservation .p-reservation__address-schedule-closed ul li p {
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__address-schedule-time ul li p, #reservation.p-reservation .p-reservation__address-schedule-closed ul li p {
    color: rgb(68, 68, 68);
  }
}
#reservation.p-reservation .p-reservation__address-schedule-time ul li p:nth-child(1), #reservation.p-reservation .p-reservation__address-schedule-closed ul li p:nth-child(1) {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__address-schedule-time ul li p:nth-child(1), #reservation.p-reservation .p-reservation__address-schedule-closed ul li p:nth-child(1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__address-schedule-time ul li p:nth-child(2), #reservation.p-reservation .p-reservation__address-schedule-closed ul li p:nth-child(2) {
    letter-spacing: 0.02em;
    text-align: right;
  }
}
#reservation.p-reservation .p-reservation__address-schedule-time ul li p:nth-child(1) {
  width: 48px;
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__address-schedule-time ul li p:nth-child(1) {
    text-wrap: nowrap;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__address-schedule-closed > p {
    margin: 8px auto 3px;
  }
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__address-schedule-closed ul li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #reservation.p-reservation .p-reservation__address-schedule-closed ul li p {
    font-size: 14px;
  }
}
#reservation.p-reservation .p-reservation__address-schedule-text {
  margin-top: 0.6%;
}
#reservation.p-reservation .p-reservation__address-schedule-text p {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #reservation.p-reservation .p-reservation__address-schedule-text p {
    color: rgb(68, 68, 68);
  }
  #reservation.p-reservation .p-reservation__address-schedule-text p span {
    color: rgb(165, 151, 117);
  }
}

@media screen and (min-width: 768px) {
  #reservation .reservation__btn-tel {
    width: 78.133vw;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50%;
    top: 227.733vw;
    width: 23.958vw;
    top: 40.411vw;
  }
}
@media screen and (max-width: 767px) {
  #reservation .reservation__btn-tel {
    width: 95%;
    display: inline-block;
    margin: 2.5% 0 0;
  }
}

.p-reason {
  background-color: #fff;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #e7e4de), color-stop(50%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e7e4de), color-stop(50%, transparent));
  background-image: linear-gradient(-90deg, #e7e4de 50%, transparent 50%), linear-gradient(#e7e4de 50%, transparent 50%);
  background-size: 10px 10px;
}
@media screen and (max-width: 767px) {
  .p-reason h2 {
    min-width: 250px;
    margin: 66px auto 60px;
    width: 80%;
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .p-reason h2 {
    width: 500px;
    margin: 7% auto 6%;
  }
}
.p-reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 171px;
}
@media screen and (max-width: 767px) {
  .p-reason__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 6.2vw;
  }
}

.p-reason__item-img {
  width: 51%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-reason__item-img {
    width: 95%;
    margin-left: 0;
    position: relative;
  }
}
.p-reason__item-body {
  margin-top: 6.5%;
  margin-left: -5.5vw;
  background: #fff;
  position: relative;
  padding: 4vw 100px 4vw 5vw;
}
@media screen and (min-width: 1400px) {
  .p-reason__item-body {
    padding: 2.5vw 308px 4vw 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-body {
    width: 95%;
    margin-right: 0;
    margin-top: 6%;
    margin-left: auto;
    padding: 7.3076vw 8.1794vw 10vw;
    margin-bottom: 6.5vw;
  }
}
.p-reason__item-body::before {
  content: "";
  background: url(/_common/image/reason/arrow.png) no-repeat center center/contain;
  left: -1%;
  top: 13%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9vw;
  height: 7vw;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-reason__item-body::before {
    top: -9%;
    width: 11%;
    left: 84%;
    height: 15%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 7%;
  }
  .p-reason__item-number img:nth-child(1) {
    width: 21%;
    margin-right: 13px;
  }
  .p-reason__item-number img:nth-child(2) {
    width: 74px;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 23%;
  }
  .p-reason__item-number img {
    width: min(125px, 25vw);
  }
  .p-reason__item-number.number_1 {
    left: 7%;
    top: 6%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .p-reason__item-number.number_2 {
    left: 95%;
    top: 95%;
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
  }
  .p-reason__item-number.number_3 {
    left: 95%;
    top: 6%;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  .p-reason__item-number.number_4 {
    left: 95%;
    top: 95%;
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
  }
  .p-reason__item-number.number_5 {
    left: 7%;
    top: 95%;
    -webkit-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
  }
  .p-reason__item-number img:nth-child(1) {
    width: min(125px, 25vw);
  }
  .p-reason__item-number img:nth-child(2) {
    width: min(125px, 25vw);
    margin-top: 20px;
  }
}
.p-reason__item-title {
  font-size: 150%;
  color: #44a3c8;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-reason__item-title {
    font-size: 186%;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-title {
    margin-bottom: 14px;
  }
}
.p-reason__item-text {
  font-size: 16px;
  color: #444444;
  line-height: 1.75;
  margin-bottom: 7%;
}
@media screen and (max-width: 767px) {
  .p-reason__item-text {
    margin-bottom: 4%;
  }
  .p-reason__item-text p {
    margin-bottom: 15px;
    line-height: 2.2;
  }
  .p-reason__item-text p:nth-child(1) {
    margin-bottom: 11px;
    letter-spacing: 0.077em;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item-text p:nth-child(2) {
    margin-top: 4%;
  }
}
.p-reason__item-text span {
  font-weight: bold;
  display: inline;
}
.p-reason__item-text span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe746));
  background: linear-gradient(transparent 70%, #ffe746 70%);
  border-bottom: 3px solid #ffe746;
}
.p-reason__item-bottom-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-reason__item-bottom-img {
    margin-bottom: -31%;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-bottom-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 103%;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item-img1, .p-reason__item-img2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-img1, .p-reason__item-img2 {
    position: relative;
  }
}
.p-reason__item-img1 span, .p-reason__item-img2 span {
  font-size: 131%;
  color: #44a3c8;
  margin-bottom: 0.6vw;
}
@media screen and (max-width: 767px) {
  .p-reason__item-img1 span, .p-reason__item-img2 span {
    font-size: 14px;
    color: #fff;
    padding: 5px;
    position: absolute;
    background: #459abd;
    border-radius: 5px;
    z-index: 1;
    margin-bottom: -5px;
    bottom: 0;
  }
}
.p-reason__item-img1 {
  margin-right: 3.5%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-reason__item-img1 {
    margin-right: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-img1 img {
    width: 64%;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-img1 span {
    padding: 10px 10px 10px 15px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: 43%;
    right: 0;
    text-align: right;
    letter-spacing: 0.18em;
    line-height: 1.5;
    margin-left: -25px;
    font-size: 96%;
    background: url(/_common/image/reason/img1-arrow.svg) no-repeat center center/cover;
  }
}
.p-reason__item-img2 {
  width: 47.1%;
  margin-top: 3.8%;
  width: 103%;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-reason__item-img2 {
    text-align: right;
    margin-right: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 10.8%;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-img2 img {
    width: 66%;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-img2 span {
    padding: 12px 14px 11px 24px;
    width: 43%;
    text-align: left;
    left: -6px;
    -webkit-transform: translate(0%, 0px);
            transform: translate(0%, 0px);
    letter-spacing: 0.18em;
    line-height: 1.5;
    margin-right: -25px;
    margin-bottom: 3px;
    font-size: 96%;
    background: url(/_common/image/reason/img2-arrow.svg) no-repeat center center/cover;
  }
}
.p-reason__item-img2._3line span {
  padding: 5px 10px;
}

.p-reason__item.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-bottom: 4.8vw;
}
@media screen and (max-width: 767px) {
  .p-reason__item.row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item.row-reverse .p-reason__item-number {
    width: 32% !important;
  }
  .p-reason__item.row-reverse .p-reason__item-number img:nth-child(1) {
    width: 93% !important;
    margin-right: 5px !important;
  }
  .p-reason__item.row-reverse .p-reason__item-number img:nth-child(2) {
    width: 114px !important;
    margin-top: 20px !important;
  }
}
.p-reason__item.row-reverse .p-reason__item-img {
  width: 48.8%;
  margin-top: 2%;
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  .p-reason__item.row-reverse .p-reason__item-img {
    width: 95%;
    margin-left: 5%;
  }
}
.p-reason__item.row-reverse .p-reason__item-body {
  margin-right: -5vw;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 7.5vw;
  padding: 2.8vw 4.5vw 4vw min(80px, 15.5vw);
}
@media screen and (max-width: 767px) {
  .p-reason__item.row-reverse .p-reason__item-body {
    width: 95%;
    margin-right: 0;
    margin-top: 8%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 5.3076vw 7.1794vw 12vw;
  }
}
.p-reason__item.row-reverse .p-reason__item-body::before {
  left: 102%;
  width: 23%;
  height: 22%;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-reason__item.row-reverse .p-reason__item-body::before {
    top: -10%;
    width: 11%;
    left: 16%;
    height: 15%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.p-reason__item.row-reverse .p-reason__item-number {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 6%;
}
.p-reason__item.row-reverse .p-reason__item-number img:nth-child(1) {
  width: 16%;
  margin-right: 15px;
}
.p-reason__item.row-reverse .p-reason__item-number img:nth-child(2) {
  width: 93px;
}
.p-reason__item.row-reverse .p-reason__item-title {
  text-align: right;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .p-reason__item.row-reverse .p-reason__item-title {
    text-align: left;
  }
}
.p-reason__item.row-reverse .p-reason__item-text {
  margin-right: 0;
  margin-left: auto;
  width: 72.5%;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .p-reason__item.row-reverse .p-reason__item-text {
    width: 100%;
  }
}
.p-reason__item.row-reverse .p-reason__item-text p:nth-child(1) {
  margin-bottom: 16px;
  letter-spacing: 0.07em;
  line-height: 2.1;
}
.p-reason__item.row-reverse .p-reason__item-text p:nth-child(2) {
  letter-spacing: 0.07em;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .p-reason__item.row-reverse .p-reason__item-text p:nth-child(2) {
    margin-top: -1%;
  }
}
.p-reason__item.row-reverse .p-reason__item-bottom-img {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: auto;
  right: 5vw;
}
@media screen and (min-width: 768px) {
  .p-reason__item.row-reverse .p-reason__item-img1,
  .p-reason__item.row-reverse .p-reason__item-img2 {
    width: 35%;
  }
}
.p-reason__item.row-reverse .p-reason__item-img1 span,
.p-reason__item.row-reverse .p-reason__item-img2 span {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__item.row-reverse .p-reason__item-img1 {
    margin-top: 2%;
    margin-right: 2.5%;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item.row-reverse .p-reason__item-img2 {
    margin-right: 0%;
    margin-top: 0%;
  }
}

.p-reason__item2.row-reverse {
  margin-bottom: 6.2vw;
}
@media screen and (min-width: 768px) {
  .p-reason__item2.row-reverse {
    margin-bottom: 85px;
  }
}
.p-reason__item2.row-reverse .p-reason__item-body {
  margin-bottom: 6.5vw;
}
.p-reason__item2.row-reverse .p-reason__item-title {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-reason__item2.row-reverse .p-reason__item-title {
    margin-bottom: 21px;
  }
}
.p-reason__item2.row-reverse .p-reason__item-img1 span,
.p-reason__item2.row-reverse .p-reason__item-img2 span {
  text-align: left;
}
.p-reason__item2.row-reverse .p-reason__item-img1 {
  margin-top: 3%;
}
@media screen and (max-width: 767px) {
  .p-reason__item2.row-reverse .p-reason__item-img2 {
    margin-top: 10.8%;
  }
}

.p-reason__item3 {
  margin-bottom: 12.3vw;
}
@media screen and (min-width: 768px) {
  .p-reason__item3 {
    margin-bottom: 168px;
  }
}
.p-reason__item3 .p-reason__item-body {
  margin-top: 6.5%;
}
@media screen and (min-width: 1400px) {
  .p-reason__item3 .p-reason__item-body {
    padding: 3vw 308px 3vw 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item3 .p-reason__item-body {
    padding: 6.6vw 7.4vw 10vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item3 .p-reason__item-body::before {
    top: 16%;
  }
}
.p-reason__item3 .p-reason__item-title {
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-reason__item3 .p-reason__item-title {
    line-height: 1.4;
  }
}
.p-reason__item3 .p-reason__item-text {
  width: 98%;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .p-reason__item3 .p-reason__item-text {
    margin-bottom: 27px;
  }
}
.p-reason__item3 .p-reason__item-text p:nth-child(1) {
  margin-bottom: 22px;
  line-height: 1.9;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-reason__item3 .p-reason__item-text p:nth-child(1) {
    line-height: 2.1;
    margin-bottom: 17px;
  }
}
.p-reason__item3 .p-reason__item-text p:nth-child(2) {
  line-height: 2.1;
}
.p-reason__item3 .p-reason__item-number {
  margin-bottom: 8%;
}
.p-reason__item3 .p-reason__item-number img:nth-child(2) {
  width: 92px;
}
@media screen and (min-width: 768px) {
  .p-reason__item3 .p-reason__item-img2 {
    margin-top: 2px;
  }
}

.p-reason__item4.row-reverse {
  margin-bottom: 8.2vw;
}
@media screen and (min-width: 768px) {
  .p-reason__item4.row-reverse {
    margin-bottom: 102px;
  }
}
.p-reason__item4.row-reverse .p-reason__item-body {
  margin-bottom: 4.5vw;
}
.p-reason__item4.row-reverse .p-reason__item-title {
  margin-bottom: 26px;
}
.p-reason__item4.row-reverse .p-reason__item-img1 span,
.p-reason__item4.row-reverse .p-reason__item-img2 span {
  text-align: left;
}
.p-reason__item4.row-reverse .p-reason__item-img1 {
  margin-top: 3%;
}

.p-reason__item5 {
  margin-bottom: 247px;
}
@media screen and (max-width: 767px) {
  .p-reason__item5 {
    margin-bottom: 18.4vw;
  }
}
.p-reason__item5 .p-reason__item-body {
  margin-top: 6.5%;
}
@media screen and (max-width: 767px) {
  .p-reason__item5 .p-reason__item-body {
    margin-top: 5.5%;
    padding: 7.3076vw 8.1794vw 11vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-reason__item5 .p-reason__item-body {
    padding: 3.5vw 308px 4.44vw 5vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item5 .p-reason__item-body::before {
    top: 16%;
  }
}
.p-reason__item5 .p-reason__item-title {
  line-height: 1.6;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-reason__item5 .p-reason__item-title {
    margin-bottom: 23px;
  }
}
.p-reason__item5 .p-reason__item-text {
  width: 98%;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .p-reason__item5 .p-reason__item-text {
    margin-bottom: 23px;
  }
}
.p-reason__item5 .p-reason__item-text p:nth-child(1) {
  margin-bottom: 22px;
  line-height: 1.9;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-reason__item5 .p-reason__item-text p:nth-child(1) {
    line-height: 2.1;
  }
}
.p-reason__item5 .p-reason__item-text p:nth-child(2) {
  line-height: 2.1;
}
.p-reason__item5 .p-reason__item-number {
  margin-bottom: 10%;
}
.p-reason__item5 .p-reason__item-number img:nth-child(2) {
  width: 92px;
}
.p-reason__item5 .p-reason__item-img2 {
  margin-top: 0.8%;
}

@media screen and (max-width: 767px) {
  .p-reason__item2.row-reverse .p-reason__item-img1 {
    margin-top: 2%;
  }
  .p-reason__item2.row-reverse .p-reason__item-img1 > span {
    padding: 10px 0px 10px 17px;
    width: 42%;
    right: 8px;
    text-align: left;
  }
  .p-reason__item2.row-reverse .p-reason__item-img1 .p-reason__item-img1-img img {
    width: 63%;
    margin-left: 3px;
  }
  .p-reason__item2.row-reverse .p-reason__item-img2._3line {
    margin-top: 8.8%;
  }
  .p-reason__item2.row-reverse .p-reason__item-img2._3line > span {
    margin-bottom: -4px;
    letter-spacing: 0.22em;
    padding: 6px 10px 5px 12px;
    line-height: 1.4;
  }
  .p-reason__item2.row-reverse .p-reason__item-img2._3line .p-reason__item-img2-img img {
    width: 62%;
    margin-right: 28px;
  }
  .p-reason__item3 .p-reason__item-img1 > span {
    padding: 10px 0px 10px 21px;
    width: 42%;
    right: 3px;
    text-align: left;
  }
  .p-reason__item3 .p-reason__item-img1 .p-reason__item-img1-img img {
    width: 63%;
    margin-left: 3px;
  }
  .p-reason__item3 .p-reason__item-img2 {
    margin-top: 8.8%;
  }
  .p-reason__item3 .p-reason__item-img2 > span {
    margin-bottom: -8px;
    letter-spacing: 0.22em;
    padding: 6px 10px 5px 12px;
    line-height: 1.4;
    left: -3px;
  }
  .p-reason__item3 .p-reason__item-img2 .p-reason__item-img2-img img {
    width: 62%;
    margin-right: 14px;
  }
  .p-reason__item4.row-reverse .p-reason__item-img1 {
    margin-top: 4%;
  }
  .p-reason__item4.row-reverse .p-reason__item-img1 > span {
    padding: 10px 0px 10px 24px;
    width: 42%;
    right: 8px;
    text-align: left;
  }
  .p-reason__item4.row-reverse .p-reason__item-img1 img {
    width: 62%;
    margin-left: 3px;
  }
  .p-reason__item4.row-reverse .p-reason__item-img2 {
    margin-top: 9%;
  }
  .p-reason__item4.row-reverse .p-reason__item-img2 > span {
    margin-bottom: -4px;
    letter-spacing: 0.22em;
    padding: 21px 10px 21px 12px;
    line-height: 1.4;
    width: 42%;
    left: -5px;
  }
  .p-reason__item4.row-reverse .p-reason__item-img2 .p-reason__item-img2-img img {
    width: 62%;
    margin-right: 16px;
  }
  .p-reason__item5 .p-reason__item-img1 > span {
    padding: 10px 0px 10px 21px;
    width: 42%;
    right: 3px;
    text-align: left;
  }
  .p-reason__item5 .p-reason__item-img1 .p-reason__item-img1-img img {
    width: 63%;
    margin-left: 3px;
  }
  .p-reason__item5 .p-reason__item-img2 {
    margin-top: 9.8%;
  }
  .p-reason__item5 .p-reason__item-img2 > span {
    margin-bottom: -8px;
    letter-spacing: 0.22em;
    padding: 12px 10px 12px 12px;
    line-height: 1.4;
    left: -5px;
  }
  .p-reason__item5 .p-reason__item-img2 .p-reason__item-img2-img img {
    width: 64%;
    margin-right: 10px;
  }
}
.p-step .sc__inner {
  padding: 0;
  margin: auto;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .p-step h2 {
    width: 323px;
    margin: 0 auto;
    padding: 62px 0 41px;
  }
}
.p-step .hdr__mv-btn {
  background: #44a3c8;
  padding: 6.5% 17.5% 6.5% 10.5%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5% 0 8%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-step .hdr__mv-btn {
    padding: 6.5% 17.5% 3.5% 10.5%;
    margin: 5% 0 7%;
  }
}
.p-step .hdr__mv-btn .p-hdr__mv-btn-img:nth-child(1) {
  width: 16%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 7%;
}
.p-step .hdr__mv-btn .p-hdr__mv-btn-img:nth-child(2) {
  width: 67%;
}
.p-step .hdr__mv-btn .p-hdr__mv-btn-img-bottom {
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 57%;
}
@media screen and (max-width: 767px) {
  .p-step .p-step-item-info p:nth-of-type(2) {
    text-align: center;
  }
}
.p-step-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 128px;
}
@media screen and (max-width: 767px) {
  .p-step-items {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}

.p-step-item {
  border: 2px solid #44a3c8;
  display: inline-block;
}
.p-step-item h3 {
  padding: 0 12.5% 35px;
}
@media screen and (max-width: 767px) {
  .p-step-item h3 {
    padding: 0 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .p-step-item h3 .p-step-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-right: 15px;
  }
}
.p-step-item h3 .p-step-item-title img:nth-child(1) {
  width: max(38px, 3.0208vw);
  margin-right: 2%;
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .p-step-item h3 .p-step-item-title img:nth-child(1) {
    width: 15.897vw;
    margin-right: 0;
    margin-bottom: 2%;
  }
}
.p-step-item h3 .p-step-item-title img:nth-child(2) {
  width: max(2.2479vw, 38px);
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .p-step-item h3 .p-step-item-title img:nth-child(2) {
    width: 16.666vw;
    margin-bottom: 6px;
  }
}
.p-step-item h3 > span {
  color: #666666;
  font-size: max(15px, 1.4588vw);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-step-item h3 > span {
    font-size: min(28px, 7.76vw);
  }
}
.p-step-item h3 > span > span {
  color: #44a3c8;
}

.p-step-item:nth-of-type(1) {
  padding: 40px 0 42px;
  width: min(45.5%, 545px);
  margin-left: 3.4%;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(1) {
    width: calc(100% - 15px);
    margin-right: auto;
    margin-left: 0;
    padding: 36px 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-step-item:nth-of-type(1) h3 > img {
    width: max(75px, 6.56vw);
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(1) h3 > img {
    width: 126px;
    margin-right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(1) h3 {
    padding: 0 20px 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(1) h3 span {
    margin-bottom: -7px;
  }
}
.p-step-item:nth-of-type(1) .p-step-item-info {
  padding: 0 12.5%;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(1) .p-step-item-info {
    padding: 0 20px;
  }
}
.p-step-item:nth-of-type(1) .p-step-item-info > P:nth-of-type(1) {
  margin: 1% 0 30px;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(1) .p-step-item-info > P:nth-of-type(1) {
    line-height: 2;
    margin: 1% 0 16px;
  }
}
.p-step-item:nth-of-type(1) .p-step-item-info > P:nth-of-type(2) {
  margin: 0 0 2%;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(1) .p-step-item-info > P:nth-of-type(2) {
    margin: 1% 0 14px;
  }
}
.p-step-item:nth-of-type(1) .p-step-item__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-step-item:nth-of-type(1) .p-step-item__number {
    padding: 0 2% 0 12.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(1) .p-step-item__number {
    width: 79%;
    margin: 0 auto;
  }
}
.p-step-item:nth-of-type(1) .p-step-item__number > img {
  width: 100%;
}

.p-step-item:nth-of-type(2) {
  padding: 61px 0 59px;
  width: min(592px, 46.25%);
  margin-left: auto;
  margin-right: 5.1%;
  margin-top: -8.1%;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(2) {
    width: calc(100% - 15px);
    margin-left: auto;
    margin-right: 0;
    margin-top: 24px;
    padding: 22px 0 33px;
  }
}
.p-step-item:nth-of-type(2) h3 {
  padding: 0 12.5% 45px;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(2) h3 {
    padding: 0 8.5% 13px;
  }
}
@media screen and (min-width: 768px) {
  .p-step-item:nth-of-type(2) h3 .p-step-item-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(2) h3 .p-step-item-title {
    margin-right: -17px;
  }
}
.p-step-item:nth-of-type(2) h3 .p-step-item-title img:nth-child(1) {
  width: 58px;
  margin-right: 2px;
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(2) h3 .p-step-item-title img:nth-child(2) {
    width: 58%;
    margin-bottom: 1px;
    margin-top: 19%;
  }
}
.p-step-item:nth-of-type(2) .p-step-item-root-img {
  position: absolute;
  bottom: 113%;
  left: 0;
  width: 27%;
}
.p-step-item:nth-of-type(2) .p-step-item-text {
  padding: 0 12%;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(2) .p-step-item-text {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-step-item:nth-of-type(2) .p-step-item-text p {
    line-height: 2.1;
  }
}
@media screen and (min-width: 768px) {
  .p-step-item:nth-of-type(2) .p-step-item-img {
    position: absolute;
    width: 68%;
    top: -7vw;
    right: -3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(2) .p-step-item-img {
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin: 23px auto 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(2) .p-step-item-text p {
    line-height: 2.1;
  }
}

.p-step-item:nth-of-type(3) {
  padding: 60px 0 83px;
  width: min(632px, 49.375%);
  position: relative;
  margin: -5.8% auto 17.96% 0.2%;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .p-step-item:nth-of-type(3) {
    margin: -2.109% auto 12.96% 1.17%;
  }
}
@media screen and (max-width: 900px) {
  .p-step-item:nth-of-type(3) {
    margin: -2.109% auto 10.96% 1.17%;
  }
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(3) {
    width: calc(100% - 15px);
    margin-right: auto;
    margin-left: 0;
    margin-top: 24px;
    margin-bottom: 0;
    padding: 22px 0 37px;
  }
}
.p-step-item:nth-of-type(3) h3 {
  padding: 0px 11% 45px;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(3) h3 {
    padding: 0px 7% 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-step-item:nth-of-type(3) h3 .p-step-item-title {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(3) h3 .p-step-item-title {
    margin-right: -23px;
  }
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(3) h3 .p-step-item-title img:nth-child(2) {
    width: 58%;
    margin-bottom: 10px;
    margin-top: 8px;
  }
}
.p-step-item:nth-of-type(3) .p-step-item-root-img {
  position: absolute;
  bottom: 106%;
  right: 6%;
  width: 20%;
}
.p-step-item:nth-of-type(3) .p-step-item-text {
  padding: 0 13% 0 11%;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(3) .p-step-item-text {
    padding: 0 20px;
  }
}
.p-step-item:nth-of-type(3) .p-step-item-text p {
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(3) .p-step-item-text p {
    line-height: 2.1;
  }
}
.p-step-item:nth-of-type(3) .p-step-item-text p:nth-child(2) {
  width: 39%;
}
@media screen and (min-width: 768px) {
  .p-step-item:nth-of-type(3) .p-step-item-img {
    position: absolute;
    width: 65%;
    bottom: -25%;
    right: -12%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1270px) {
  .p-step-item:nth-of-type(3) .p-step-item-img {
    width: 54%;
    bottom: -7%;
    right: -8%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1015px) {
  .p-step-item:nth-of-type(3) .p-step-item-img {
    width: 54%;
    bottom: 8%;
    right: -8%;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .p-step-item:nth-of-type(3) .p-step-item-img {
    width: 54%;
    bottom: 16%;
    right: -8%;
  }
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(3) .p-step-item-img {
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin: 18px auto 22px;
  }
}

.p-step-item:nth-of-type(4) {
  padding: 59px 0 40px;
  width: min(608px, 47.5%);
  margin-left: auto;
  margin-right: 9.3%;
  margin-top: -8.1%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(4) {
    width: calc(100% - 15px);
    margin-left: auto;
    margin-right: 0;
    margin-top: 24px;
    padding: 22px 0 0;
  }
}
.p-step-item:nth-of-type(4) h3 {
  padding: 0 12% 35px;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(4) h3 {
    padding: 0 7.5% 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-step-item:nth-of-type(4) h3 .p-step-item-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.3vw;
  }
}
.p-step-item:nth-of-type(4) h3 .p-step-item-title img:nth-child(1) {
  width: 61px;
  margin-right: -2%;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(4) h3 .p-step-item-title img:nth-child(1) {
    width: 65px;
  }
}
.p-step-item:nth-of-type(4) h3 .p-step-item-title img:nth-child(2) {
  width: 59px;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(4) h3 .p-step-item-title img:nth-child(2) {
    width: 65px;
    margin-top: 8px;
    margin-bottom: 1px;
  }
}
.p-step-item:nth-of-type(4) .p-step-item-root-img {
  position: absolute;
  width: 68%;
  top: -31%;
  right: -10.5%;
}
.p-step-item:nth-of-type(4) .p-step-item-text {
  padding: 0 11%;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(4) .p-step-item-text {
    padding: 0 20px;
  }
}
.p-step-item:nth-of-type(4) .p-step-item-text p:nth-child(1) {
  line-height: 2.2;
}
.p-step-item:nth-of-type(4) .p-step-item-text p:nth-child(2) {
  background: #e3f1f7;
  color: #44a3c8;
  margin-top: 4%;
  padding: 19px 32px 19px 44px;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(4) .p-step-item-text p:nth-child(2) {
    padding: 28px 9px 19px 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(4) .p-step-item-text p:nth-child(2) {
    margin-top: 5%;
  }
}
@media screen and (min-width: 768px) {
  .p-step-item:nth-of-type(4) .p-step-item-img {
    position: absolute;
    width: 68%;
    top: -29%;
    right: -10.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(4) .p-step-item-img {
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin: -1px auto 20px;
  }
}
.p-step-item:nth-of-type(4) > p {
  padding: 25px 7.5%;
  margin-top: 5%;
  background: #e3f1f7;
  color: #44a3c8;
}

.p-step-item:nth-of-type(5) {
  padding: 59px 0 40px;
  width: min(608px, 47.5%);
  margin-right: auto;
  margin-left: 11.87%;
  margin-top: 3%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(5) {
    width: calc(100% - 15px);
    margin-right: auto;
    margin-left: 0;
    margin-top: 24px;
    margin-bottom: 0;
    padding: 29px 0 22px;
  }
}
.p-step-item:nth-of-type(5) h3 {
  margin-top: 1px;
  padding: 7px 12.5% 45px 15%;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(5) h3 {
    padding: 0 7.5%;
  }
}
.p-step-item:nth-of-type(5) h3 img:nth-child(1) {
  width: 56px;
  margin-right: 0%;
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(5) h3 img:nth-child(1) {
    width: 68px;
    margin-right: 0%;
    margin-bottom: -5px;
  }
}
.p-step-item:nth-of-type(5) h3 img:nth-child(2) {
  width: 57px;
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(5) h3 img:nth-child(2) {
    width: 67px;
    margin-bottom: -5px;
    margin-top: 23%;
  }
}
.p-step-item:nth-of-type(5) h3 .p-step-item-title-2 {
  margin-top: 29px;
}
@media screen and (min-width: 768px) {
  .p-step-item:nth-of-type(5) h3 {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 80%;
    margin-left: 51%;
  }
  .p-step-item:nth-of-type(5) h3 span {
    text-align: left;
  }
}
.p-step-item:nth-of-type(5) .p-step-item-root-img {
  position: absolute;
  bottom: 147%;
  right: 30%;
  width: 26%;
}
.p-step-item:nth-of-type(5) .p-step-item-text {
  padding: 0 11%;
}
.p-step-item:nth-of-type(5) .p-step-item-text p {
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(5) .p-step-item-text {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-step-item:nth-of-type(5) .p-step-item-img {
    position: absolute;
    width: 68%;
    top: -17%;
    left: -10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-step-item:nth-of-type(5) .p-step-item-img {
    top: -22%;
  }
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(5) .p-step-item-img {
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin: 37px auto 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(5) .p-step-item-img p {
    line-height: 2.15;
  }
}

.p-step-item:nth-of-type(6) {
  padding: 52px 0 60px;
  width: min(608px, 47.5%);
  position: relative;
  margin: 7% auto 0px 5%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(6) {
    padding: 22px 0;
    width: calc(100% - 15px);
    margin-left: auto;
    margin-right: 0;
    margin-top: 24px;
    padding: 22px 0 30px;
  }
}
.p-step-item:nth-of-type(6) h3 {
  padding: 0px 12.5% 55px;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(6) h3 {
    padding: 0px 5.5% 9px;
  }
}
@media screen and (min-width: 768px) {
  .p-step-item:nth-of-type(6) h3 .p-step-item-title {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(6) h3 .p-step-item-title {
    margin-right: 22px;
  }
}
.p-step-item:nth-of-type(6) h3 img:nth-child(1) {
  margin-right: -1%;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(6) h3 img:nth-child(1) {
    margin-left: 10%;
    margin-bottom: 2%;
    margin-right: 0%;
    width: 15.897vw;
  }
}
.p-step-item:nth-of-type(6) h3 img:nth-child(2) {
  width: 55px;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(6) h3 img:nth-child(2) {
    width: 67px;
    margin-top: 7px;
    margin-bottom: 0px;
  }
}
.p-step-item:nth-of-type(6) .p-step-item-root-img {
  position: absolute;
  bottom: 118%;
  left: 120%;
  width: 24%;
}
.p-step-item:nth-of-type(6) .p-step-item-text {
  padding: 0 12.5%;
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(6) .p-step-item-text {
    padding: 0 20px;
  }
}
.p-step-item:nth-of-type(6) .p-step-item-text p {
  line-height: 2.1;
  letter-spacing: 0.08em;
}
.p-step-item:nth-of-type(6) .p-step-item-text p:nth-child(2) {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-step-item:nth-of-type(6) .p-step-item-img {
    position: absolute;
    width: 89%;
    bottom: -52%;
    left: 96%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-step-item:nth-of-type(6) .p-step-item-img {
    bottom: -13%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-step-item:nth-of-type(6) .p-step-item-img {
    bottom: -4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-step-item:nth-of-type(6) .p-step-item-img {
    bottom: 14%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-step-item:nth-of-type(6) .p-step-item-img {
    bottom: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .p-step-item:nth-of-type(6) .p-step-item-img {
    bottom: 34%;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .p-step-item:nth-of-type(6) .p-step-item-img {
    bottom: 37%;
  }
}
@media screen and (max-width: 767px) {
  .p-step-item:nth-of-type(6) .p-step-item-img {
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin: 28px auto 26px;
  }
}

.p-line {
  overflow: inherit;
  padding-bottom: 2.2%;
}
@media screen and (max-width: 767px) {
  .p-line {
    overflow: hidden;
    padding-bottom: 16.2%;
  }
}
.p-line .sc__inner {
  max-width: 1536px;
  width: 80%;
  padding-top: 61px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-line .sc__inner {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .p-line .sc__inner::before {
    content: "";
    background: url(/_common/image/line/line-ila.png) no-repeat center center/cover;
    position: absolute;
    right: 19%;
    top: -3%;
    width: min(14.58vw, 259px);
    height: min(14.58vw, 259px);
  }
}
@media screen and (max-width: 767px) {
  .p-line .sc__inner {
    border: 1px solid #00b700;
    padding-top: 31px;
  }
}
.p-line__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-line__title p {
  display: inline-block;
  position: relative;
  font-size: 174%;
  width: 360px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-line__title p {
    font-size: 154%;
    width: 100%;
    margin-bottom: 14px;
  }
}
.p-line__title p::before {
  content: "";
  background: url(/_common/image/line/title-deco.png) no-repeat center center/cover;
  position: absolute;
  left: 3%;
  top: -12%;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .p-line__title p::before {
    top: -50%;
  }
}
.p-line__title img {
  width: 376px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-line__title img {
    width: 90%;
  }
}
.p-line__btn {
  margin: 40px auto 0;
  width: 41.8619791667%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-line__btn {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .p-line__btn {
    width: 90%;
  }
}
.p-line__btn > P {
  font-size: 110%;
  text-align: center;
  margin-bottom: 7%;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-line__btn > P {
    font-size: 101%;
    margin-bottom: 4%;
    width: 108%;
    text-align: left;
  }
}
.p-line__btn a {
  max-width: 638px;
  margin: 0 auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-line__btn a {
    margin: 3% auto;
  }
}
.p-line__btn-img {
  width: 100%;
}
.p-line__btn-img img {
  margin-right: -18%;
  float: right;
  width: 91%;
  shape-outside: circle(50%);
}
@media screen and (max-width: 767px) {
  .p-line__btn-img img {
    margin-right: 0%;
    width: 41%;
  }
}
@media screen and (max-width: 600px) {
  .p-line__btn-img img {
    margin-right: -9%;
    width: 66%;
  }
}
@media screen and (max-width: 400px) {
  .p-line__btn-img img {
    margin-right: -19%;
    width: 91%;
    margin-top: -8%;
  }
}
.p-line__info {
  width: 66.6666666667%;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .p-line__info {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 1000px) {
  .p-line__info {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .p-line__info {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-line__info {
    margin: 22px auto 0;
  }
}
.p-line__info-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-line__info-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-line__info-list ul li {
  width: 29.4666666667%;
  margin-right: 5.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #00b700;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-line__info-list ul li {
    width: 86%;
    margin-bottom: 29px;
    height: 70px;
    margin-left: 18px;
    margin-right: 21%;
  }
}
.p-line__info-list ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00b700;
  position: absolute;
  bottom: -4px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-line__info-list ul li::before {
    left: 100%;
  }
}
.p-line__info-list ul li:nth-child(1) span {
  margin-right: 7.8%;
}
@media screen and (min-width: 768px) {
  .p-line__info-list ul li:nth-child(1) span {
    margin-left: 11%;
  }
}
@media screen and (max-width: 767px) {
  .p-line__info-list ul li:nth-child(1) span {
    width: 53px;
    margin-right: 4.8%;
    margin-left: 1%;
  }
}
@media screen and (max-width: 767px) {
  .p-line__info-list ul li:nth-child(1) p {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .p-line__info-list ul li:nth-child(2) {
    height: 61px;
  }
}
@media screen and (min-width: 768px) {
  .p-line__info-list ul li:nth-child(2) span {
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-line__info-list ul li:nth-child(2) span {
    width: 51px;
    margin-left: 0%;
  }
}
.p-line__info-list ul li:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-line__info-list ul li:nth-child(3) {
    height: 59px;
  }
}
.p-line__info-list ul li:nth-child(3)::before {
  left: 100%;
}
@media screen and (max-width: 767px) {
  .p-line__info-list ul li:nth-child(3)::before {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-line__info-list ul li:nth-child(3) span {
    width: 51px;
    margin-left: 0%;
  }
}
.p-line__info-list ul li span {
  width: 16.6%;
  margin-right: 8.3%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: -3%;
}
@media screen and (max-width: 900px) {
  .p-line__info-list ul li span {
    width: 40px;
  }
}
.p-line__info-attention {
  width: 100%;
  margin: 61px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-line__info-attention {
    margin: 28px 0 0;
  }
}
.p-line__info-attention > P {
  background: #fff;
  padding: 10px 20px;
  position: absolute;
  top: 0%;
  left: 1px;
  font-size: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-line__info-attention > P {
    left: -2px;
    font-size: 17px;
  }
}
.p-line__info-attention ul {
  border: 0.5px solid #666666;
  padding: 44px 0px 52px;
}
@media screen and (max-width: 767px) {
  .p-line__info-attention ul {
    padding: 36px 0px 9px;
  }
}
.p-line__info-attention ul li {
  padding: 0px 15px 20px 0;
  font-size: 16px;
  position: relative;
  margin-left: 14%;
}
@media screen and (max-width: 767px) {
  .p-line__info-attention ul li {
    margin-left: 15%;
    line-height: 1.9;
  }
}
.p-line__info-attention ul li::before {
  content: "※";
  position: absolute;
  left: -3.5%;
  top: 0px;
  font-size: 16px;
  color: #44a3c8;
}
@media screen and (max-width: 767px) {
  .p-line__info-attention ul li::before {
    left: -25px;
  }
}
.p-line__info-attention ul li:last-child {
  padding: 0px 15px 0px 0;
}

.p-message {
  position: relative;
  background: #e7e4de;
}
@media screen and (min-width: 768px) {
  .p-message::after {
    content: "";
    background: url(/_common/image/message/doctor.png) no-repeat center 26%/cover;
    width: 66.66vw;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
}
.p-message .p-message__mv {
  position: relative;
  max-width: 100%;
  padding: 0;
}
.p-message .p-message__mv .p-message__mvimg {
  width: 100%;
}
.p-message .p-message__mv .p-message__textimg {
  position: absolute;
  bottom: 16%;
  left: 94%;
  -webkit-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
  width: 20vw;
}
@media screen and (max-width: 767px) {
  .p-message .p-message__mv .p-message__textimg {
    bottom: 12%;
    left: 93%;
    -webkit-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%);
    width: 27vw;
  }
}
.p-message .sc__inner {
  padding: 6.66vw 0 7.083vw;
  position: relative;
  z-index: 1;
  margin-right: 10.416%;
}
@media screen and (max-width: 1500px) {
  .p-message .sc__inner {
    margin-right: 2.5%;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-message .sc__inner {
    padding: 37px 3px 61px;
    margin: 0 auto;
  }
}
.p-message__text {
  padding: 4.583vw 6vw 4.1vw 6.6vw;
  width: 79.28%;
  margin-left: auto;
}
@media screen and (max-width: 1300px) and (min-width: 76px) {
  .p-message__text {
    width: 58.28%;
  }
}
@media screen and (min-width: 768px) {
  .p-message__text {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-message__text {
    width: 100%;
    padding: 0;
  }
}
.p-message__text-img {
  margin-bottom: 11%;
  margin-right: 17%;
}
.p-message__text p {
  letter-spacing: 0.07em;
  line-height: 2.1;
}
@media screen and (max-width: 1100px) {
  .p-message__text p {
    font-size: 12px;
  }
}
.p-message__text p:nth-of-type(2) {
  margin-top: 19px;
}
.p-message__text p:nth-of-type(3) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-message__text p {
    font-size: 16px;
    letter-spacing: 0.008em;
    line-height: 2;
  }
}
.p-message__text-name {
  width: 38%;
  margin-right: 4%;
  margin-left: auto;
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .p-message__text-name {
    width: 35%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 16%;
  }
}

.p-ftr {
  background: url(/_common/image/footer/bg.png) no-repeat top center/cover;
  padding-bottom: 243px;
  position: relative;
  z-index: 10;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-ftr {
    padding-bottom: 144px;
  }
}
.p-ftr .sc__inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  padding: 95px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-ftr .sc__inner {
    width: 100%;
    padding: 40px 23px 0;
  }
}
.p-ftr__title {
  width: 62.5%;
  margin: 0 auto;
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .p-ftr__title {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
  }
}
.p-ftr__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-ftr__content {
    width: 100%;
  }
}
.p-ftr__left {
  margin-right: 72px;
  width: calc(50% - 36px);
}
@media screen and (max-width: 767px) {
  .p-ftr__left {
    margin-bottom: 40px;
  }
}
.p-ftr__left-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}
@media screen and (max-width: 1200px) {
  .p-ftr__left-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-ftr__left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 10px;
  width: calc(25% - 7.5px);
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .p-ftr__left-item {
    width: calc(50% - 5px);
    margin-right: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .p-ftr__left-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-ftr__left-item:last-child {
  margin-right: 0;
}
.p-ftr__left-item-img {
  width: 32px;
  padding: 8px 0 0;
}
.p-ftr__left-item-text {
  color: #eb8f4f;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
}
.p-ftr__left-item-text span {
  color: #444444;
}
.p-ftr__left-item:nth-child(2) .p-ftr__left-item-img {
  width: 62px;
  margin: 0 auto;
}
.p-ftr__left-info {
  margin-left: 12px;
  margin-top: 23px;
}
.p-ftr__left-info > p {
  margin-bottom: 8px;
}
.p-ftr__left-info-tel {
  width: max(29.259%, 154px);
  display: inline-block;
}
.p-ftr__right {
  width: calc(55% - 1.875vw);
}
.p-ftr__right-schedule {
  margin-bottom: 16px;
}
.p-ftr__right-time {
  margin-bottom: 16px;
  margin-left: 17px;
}
.p-ftr__right-time-time, .p-ftr__right-time-reception, .p-ftr__right-time-closed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-ftr__right-time-time > p, .p-ftr__right-time-reception > p, .p-ftr__right-time-closed > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #a9a9a9;
  color: #fff;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 111px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.p-ftr__right-time-time ul li, .p-ftr__right-time-reception ul li, .p-ftr__right-time-closed ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -5px;
}
.p-ftr__right-time-time ul li p:nth-child(1), .p-ftr__right-time-reception ul li p:nth-child(1), .p-ftr__right-time-closed ul li p:nth-child(1) {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-ftr__right-time-time {
  margin-bottom: 15px;
}
.p-ftr__right-time-time > p {
  margin-right: 5px;
}
.p-ftr__right-time-time ul > li > p:nth-child(1) {
  margin-right: 8px;
}
.p-ftr__right-time-time ul > li > p:nth-child(2) {
  letter-spacing: 0.002em;
}
.p-ftr__right-time-reception {
  margin-bottom: 15px;
}
.p-ftr__right-time-reception > p {
  margin-right: 23px;
}
.p-ftr__right-time-closed > p {
  margin-right: 23px;
}
.p-ftr__right-info ul {
  margin-left: 3%;
}
.p-ftr__right-info ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 2%;
  letter-spacing: 0.08em;
}
.p-ftr__right-info ul li::before {
  content: "※";
  position: absolute;
  left: 0%;
  top: 0px;
  font-size: 16px;
  color: #44a3c8;
}
.p-ftr__right-info ul li:last-child {
  margin-bottom: 0;
}
.p-ftr__right-info > p {
  padding-left: 46px;
  letter-spacing: 0.07em;
}
.p-ftr__right-info-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1%;
  margin-left: 7.4%;
}
.p-ftr__right-info-tel > p {
  margin-top: -1%;
}
@media screen and (max-width: 767px) {
  .p-ftr__right-info-tel > p {
    font-size: min(16px, 4.38vw);
  }
}
.p-ftr__right-info-tel > span {
  width: 154px;
  display: inline-block;
  margin-left: 26px;
}
@media screen and (max-width: 767px) {
  .p-ftr__right-info-tel > span {
    margin-left: 15px;
    width: calc(50% - 7.5px);
    max-width: 200px;
  }
}
.p-ftr__sp {
  max-width: 550px;
  margin: 0 auto;
}
.p-ftr .p-frt__gmap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 19.58vw;
  padding: 0;
  margin: 0 auto;
  z-index: 11;
  max-width: 1280px;
}
@media screen and (min-width: 768px) {
  .p-ftr .p-frt__gmap {
    max-width: 1608px;
    width: 95%;
  }
}
.p-ftr .p-frt__gmap iframe {
  width: 100%;
  height: 19.58vw;
}
@media screen and (max-width: 767px) {
  .p-ftr .p-frt__gmap iframe {
    height: 228px;
  }
}
@media screen and (min-width: 3200px) {
  .p-ftr .p-frt__gmap {
    bottom: -37%;
  }
}
@media screen and (max-width: 3000px) {
  .p-ftr .p-frt__gmap {
    bottom: -31%;
  }
}
@media screen and (max-width: 2800px) {
  .p-ftr .p-frt__gmap {
    bottom: -26%;
  }
}
@media screen and (max-width: 2600px) {
  .p-ftr .p-frt__gmap {
    bottom: -22%;
  }
}
@media screen and (max-width: 2400px) {
  .p-ftr .p-frt__gmap {
    bottom: -20%;
  }
}
@media screen and (max-width: 2200px) {
  .p-ftr .p-frt__gmap {
    bottom: -16%;
  }
}
@media screen and (max-width: 2000px) {
  .p-ftr .p-frt__gmap {
    bottom: -13%;
  }
}
@media screen and (max-width: 1800px) {
  .p-ftr .p-frt__gmap {
    bottom: -13%;
  }
}
@media screen and (max-width: 1600px) {
  .p-ftr .p-frt__gmap {
    bottom: -8%;
  }
}
@media screen and (max-width: 1400px) {
  .p-ftr .p-frt__gmap {
    bottom: -7.5%;
  }
}
@media screen and (max-width: 1200px) {
  .p-ftr .p-frt__gmap {
    bottom: -5%;
    height: 24.58vw;
  }
  .p-ftr .p-frt__gmap iframe {
    height: 24.58vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-ftr .p-frt__gmap {
    bottom: -5%;
    height: 26.58vw;
  }
  .p-ftr .p-frt__gmap iframe {
    height: 26.58vw;
  }
}
@media screen and (max-width: 800px) {
  .p-ftr .p-frt__gmap {
    bottom: -8%;
  }
}
@media screen and (max-width: 767px) {
  .p-ftr .p-frt__gmap {
    width: 87%;
    bottom: -4%;
    margin: 0 auto;
    height: 228px;
  }
}
@media screen and (max-width: 767px) {
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__right-time {
    margin: 36px 0 0;
  }
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__right-schedule {
    margin-bottom: 19px;
  }
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__right-schedule .p-ftr__right-time-time > p,
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__right-schedule .p-ftr__right-time-reception > p,
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__right-schedule .p-ftr__right-time-closed > p {
    width: 85px;
    margin-right: 14px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__right-schedule .p-ftr__right-time-time {
    margin-bottom: 11px;
    margin-top: 17px;
  }
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__right-schedule .p-ftr__right-time-time > p {
    padding-top: 7px;
  }
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__right-schedule .p-ftr__right-time-time ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__right-schedule .p-ftr__right-time-time ul li p {
    font-size: 104%;
    line-height: 1.7;
    letter-spacing: 0.057em;
  }
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__right-schedule .p-ftr__right-time-time ul li p:nth-child(1) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 120px;
  }
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__right-info ul {
    margin-left: 1%;
  }
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__right-info ul li {
    margin-bottom: 3%;
  }
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__right-info ul li:last-child {
    margin-bottom: 0%;
  }
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__right-info > p {
    padding-left: 20px;
    letter-spacing: 0.07em;
    font-size: 94%;
  }
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__right-info-tel {
    margin-top: 3%;
    margin-left: 6.4%;
  }
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__right-info-tel p {
    font-size: 95%;
  }
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__right-info-tel > span {
    margin-left: 24px;
  }
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__left-items {
    margin: 31px auto 0;
    width: 82%;
  }
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__left-item {
    margin-bottom: 19px;
  }
  .p-ftr .u-hidden-pc.p-ftr__sp .p-ftr__left-info {
    margin-left: 4px;
    margin-top: 2px;
  }
}

.p-copy {
  background: #44a3c8;
  height: 19.91vw;
  overflow: visible;
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-copy {
    height: 460px;
    margin-top: -57px;
    padding-bottom: 23.6vw;
  }
}
.p-copy__inner {
  position: relative;
  height: 100%;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .p-copy__inner {
    padding: 0;
  }
}
.p-copy__img1 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-copy__img1 {
    bottom: 24%;
    left: 50%;
    width: 98px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-copy__img1 {
    top: calc(50% + 66px);
    left: 50%;
    width: min(90%, 400px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 480px) {
  .p-copy__img1 {
    width: 266px;
    top: 61%;
  }
}
.p-copy__img1::before {
  content: "";
  width: 32px;
  height: 1px;
  background: #fff;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: -305%;
}
@media screen and (max-width: 767px) {
  .p-copy__img1::before {
    top: -36%;
    width: 8.2vw;
  }
}
@media screen and (max-width: 480px) {
  .p-copy__img1::before {
    top: -20%;
  }
}
.p-copy__img2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: 7%;
  width: 414px;
}

.p-qa {
  padding-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .p-qa .sc_qanda__inner {
    padding-top: 123px;
  }
}
@media screen and (max-width: 767px) {
  .p-qa {
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 768px) {
  .p-qa .sc_qanda__box {
    margin-bottom: 92px;
  }
}
.p-qa p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
}
.p-qa .sc_qanda__answer > p {
  font-size: 16px;
}
.p-qa .sc_qanda__question {
  padding-top: 24px;
  height: 143px;
}
@media screen and (max-width: 767px) {
  .p-qa .sc_qanda__question {
    height: 120px;
  }
}
.p-qa .sc_qanda__question p {
  position: relative;
  padding-left: 11%;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-qa .sc_qanda__question p {
    padding-left: 26%;
  }
}
.p-qa .sc_qanda__question p::before {
  content: "";
  background: url(/_common/image/qa/q.svg) no-repeat center center/contain;
  position: absolute;
  left: -1%;
  top: 41%;
  width: 55px;
  height: 65px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-qa .sc_qanda__answer {
    width: calc(100% - 144px);
    padding-top: 42px;
    padding-bottom: 45px;
    padding-right: 90px;
    letter-spacing: 0;
  }
}
.p-qa .sc_qanda__answer p {
  position: relative;
  padding-left: 10%;
}
@media screen and (max-width: 767px) {
  .p-qa .sc_qanda__answer p {
    padding-left: 22%;
  }
}
.p-qa .sc_qanda__answer p::before {
  position: absolute;
  background: url(/_common/image/qa/a.svg) no-repeat center center/contain;
  content: "";
  top: 19px;
  left: -9px;
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .p-movie .sc05 .type_h2 {
    margin-bottom: 77px;
  }
}
.p-movie lite-youtube::after {
  padding-bottom: 49.21875%;
}
@media screen and (min-width: 768px) {
  .p-movie .sc05__box-child {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-movie > div.sc05__inner {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-movie > div.sc05__inner {
    padding-bottom: 43px;
  }
}
@media screen and (max-width: 767px) {
  .p-movie .li-kome li {
    margin-bottom: 12px;
    text-indent: -1.5em;
    padding-left: 2em;
    font-size: 14px;
    line-height: 1.3;
  }
}

.p-mv__price-mild p, .p-mv__price-all p {
  font-size: 3.22vw;
}
@media screen and (max-width: 767px) {
  .p-mv__price-mild p, .p-mv__price-all p {
    font-size: 8.5vw;
  }
}
.p-mv__price-mild p .bg-wh, .p-mv__price-all p .bg-wh {
  display: inline-block;
  font-family: "avian", sans-serif;
  letter-spacing: 0;
  text-shadow: 4px 4px 2px #fff, -4px 4px 2px #fff, 4px -4px 2px #fff, -4px -4px 2px #fff, 4px 0px 2px #fff, 0px 4px 2px #fff, -4px 0px 2px #fff, 0px -4px 2px #fff;
}
.p-mv__price-mild p .en, .p-mv__price-all p .en {
  font-size: 0.5em;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-mv__price-mild p .en, .p-mv__price-all p .en {
    font-size: 0.4em;
  }
}
.p-mv__price-mild p .izyou, .p-mv__price-all p .izyou {
  font-size: 0.5em;
  position: absolute;
  font-weight: 200;
  width: 1.4vw;
}
@media screen and (max-width: 767px) {
  .p-mv__price-mild p .izyou, .p-mv__price-all p .izyou {
    width: 3.4vw;
  }
}
.p-mv__price-mild {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-mv__price-mild {
    top: 28.75vw;
    left: 26.3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__price-mild {
    bottom: 22.75vw;
    right: 12.3vw;
  }
}
.p-mv__price-mild p .bg-wh {
  color: #4ac5b0;
}
.p-mv__price-mild p .en {
  top: 29%;
  right: -24%;
}
@media screen and (max-width: 767px) {
  .p-mv__price-mild p .en {
    top: 34%;
    right: -19%;
  }
}
.p-mv__price-mild p .izyou {
  top: 18%;
  right: -21%;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .p-mv__price-mild p .izyou {
    top: 10%;
    right: -18%;
  }
}
.p-mv__price-all {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-mv__price-all {
    top: 32.8vw;
    left: 44.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__price-all {
    bottom: 30.8vw;
    left: 18vw;
  }
}
.p-mv__price-all p .bg-wh {
  color: #44a3c8;
}
.p-mv__price-all p .en {
  top: 31%;
  right: -23%;
}
@media screen and (max-width: 767px) {
  .p-mv__price-all p .en {
    top: 38%;
    right: -20%;
  }
}
.p-mv__price-all p .izyou {
  top: 21%;
  right: -21%;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .p-mv__price-all p .izyou {
    top: 17%;
    right: -19%;
  }
}
.p-mv__add {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 29vw;
  left: 5.2vw;
  width: 9.4vw;
  height: 1.75vw;
  border: 1px solid #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .p-mv__add {
    bottom: 129vw;
    left: 5.2vw;
    width: 33.4vw;
    height: 6.75vw;
  }
}
.p-mv__add p {
  color: #fff;
  line-height: normal;
  font-size: 0.62vw;
}
@media screen and (max-width: 767px) {
  .p-mv__add p {
    font-size: 2.3vw;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}