@charset "UTF-8";
/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  font-size: 62.5%;
  line-height: 1;
}

/*-----------------------
reset
-----------------------*/
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

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

caption, th, td {
  text-align: left;
  vertical-align: middle;
  font-weight: 200;
}

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

a {
  display: inline-block;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

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

a {
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

p {
  margin: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:focus {
  outline: none;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.08em;
  width: 100%;
  font-size: 16px;
  color: #333;
  margin: auto;
}
body.active {
  overflow-y: hidden;
}

::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #d9d8d8;
}

::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #d9d8d8;
}

a {
  color: #222222;
  transition: 0.3s;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.inner {
  width: 100rem;
  margin: auto;
}
@media (max-width: 750px) {
  .inner {
    width: 92%;
  }
}

a, button {
  transition: all 0.4s;
}
a:hover, button:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  a:hover, button:hover {
    opacity: 1;
  }
}

.main-title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 750px) {
  .main-title {
    font-size: 30px;
  }
}
.main-title span {
  display: block;
  font-size: 12px;
  color: #e95454;
  margin-top: 15px;
}

.flex {
  display: flex;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}
header .inner {
  width: 1140px;
}
@media (max-width: 750px) {
  header .inner {
    width: 100%;
  }
}
header .inner .flex {
  padding: 15px 0;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  header .inner .flex {
    padding: 0;
  }
}
@media (max-width: 750px) {
  header .inner .flex .logo {
    width: 52%;
  }
}
@media (max-width: 750px) {
  header .inner .flex .logo a {
    width: 157px;
    padding-left: 10px;
  }
}
header .inner .flex .btn-flex {
  display: flex;
}
header .inner .flex .tel a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.02em;
  font-size: 28px;
  font-weight: bold;
  padding-left: 25px;
}
@media (max-width: 750px) {
  header .inner .flex .tel a {
    width: 60px;
    padding-left: 0;
  }
}
header .inner .flex .tel a:before {
  position: absolute;
  content: "";
  background: url("../img/footer-tel.png") no-repeat;
  background-size: contain;
  width: 14px;
  height: 22px;
  top: 2px;
  left: 0;
}
@media (max-width: 750px) {
  header .inner .flex .tel a:before {
    display: none;
  }
}
header .inner .flex .tel .note {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 10px;
}
header .inner .flex .btn {
  margin-left: 10px;
}
@media (max-width: 750px) {
  header .inner .flex .btn {
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  header .inner .flex .btn a {
    width: 60px;
  }
}

.mainv {
  margin-top: 90px;
}
@media (max-width: 750px) {
  .mainv {
    margin-top: 60px;
  }
}
.mainv img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.intro {
  padding: 100px 0 0;
}
@media (max-width: 750px) {
  .intro {
    padding: 80px 0 0;
  }
}
.intro .inner h2 {
  text-align: center;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 45px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .intro .inner h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.intro .inner h2 .red {
  font-size: 55px;
  color: #e95454;
}
@media (max-width: 750px) {
  .intro .inner h2 .red {
    font-size: 36px;
  }
}
.intro .inner h2 .red .dot {
  position: relative;
  display: inline-block;
}
.intro .inner h2 .red .dot:before {
  position: absolute;
  content: "";
  background: #e95454;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 750px) {
  .intro .inner h2 .red .dot:before {
    width: 6px;
    height: 6px;
    top: -5px;
  }
}
.intro .inner h2 .line {
  position: relative;
}
.intro .inner h2 .line:before {
  position: absolute;
  content: "";
  background: #fed993;
  width: 100%;
  height: 8px;
  bottom: 7px;
  left: 0;
  z-index: -1;
}
@media (max-width: 750px) {
  .intro .inner h2 .line:before {
    bottom: 4px;
  }
}
.intro .inner .flex {
  width: 900px;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .intro .inner .flex {
    width: 100%;
    flex-direction: column;
    gap: 40px 0;
  }
}
.intro .inner .flex dl {
  text-align: center;
}
.intro .inner .flex dl dt {
  margin-bottom: 15px;
}
.intro .inner .flex dl dd {
  font-weight: bold;
  line-height: 2;
}

.what {
  padding: 125px 0 100px;
  background: url("../img/what-bg.png") no-repeat;
  background-size: cover;
  background-position: top;
  overflow: hidden;
}
@media (max-width: 750px) {
  .what {
    padding: 110px 0 115px;
    background: url("../img/what-bg-sp.png");
    background-size: cover;
    background-position: top;
  }
}
.what .inner {
  position: relative;
}
@media (max-width: 750px) {
  .what .inner {
    padding-top: 110px;
  }
}
.what .inner:before {
  position: absolute;
  content: "";
  background: url("../img/what-img-01.png") no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  top: 150px;
  left: -110px;
  border-radius: 20px;
}
@media (max-width: 750px) {
  .what .inner:before {
    width: 100px;
    height: 100px;
    top: 610px;
    left: -30px;
    border-radius: 10px;
  }
}
.what .inner:after {
  position: absolute;
  content: "";
  background: url("../img/what-img-02.png") no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  top: 0;
  right: -110px;
  border-radius: 20px;
}
@media (max-width: 750px) {
  .what .inner:after {
    width: 100px;
    height: 100px;
    right: -30px;
    border-radius: 10px;
  }
}
.what .inner .main-title {
  margin-bottom: 45px;
}
.what .inner .detail {
  width: 60%;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.26;
  margin: 0 auto 75px;
}
@media (max-width: 750px) {
  .what .inner .detail {
    text-align: center;
    width: 100%;
    margin: 0 auto 150px;
  }
}
.what .inner .detail p {
  margin-bottom: 20px;
}
.what .inner .detail p:last-of-type {
  margin-bottom: 0;
}
.what .inner .bg {
  width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 9px 10px;
}
@media (max-width: 750px) {
  .what .inner .bg {
    width: 100%;
  }
}
.what .inner .bg .text {
  position: relative;
  border: 2px solid #d9d8d8;
  border-radius: 20px;
  padding: 40px 80px;
}
@media (max-width: 750px) {
  .what .inner .bg .text {
    padding: 30px 25px 50px;
  }
}
.what .inner .bg .text:before {
  position: absolute;
  content: "";
  background: url("../img/what-object-01.png") no-repeat;
  background-size: contain;
  width: 123px;
  height: 67px;
  right: 15px;
  bottom: 10px;
}
@media (max-width: 750px) {
  .what .inner .bg .text:before {
    width: 100px;
    height: 54px;
  }
}
.what .inner .bg .text h3 {
  position: relative;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  text-align: center;
  z-index: 1;
  margin-bottom: 25px;
}
@media (max-width: 750px) {
  .what .inner .bg .text h3 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.what .inner .bg .text h3:before {
  position: absolute;
  content: "";
  background: #5d5454;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.what .inner .bg .text h3 span {
  display: inline-block;
  padding: 0 30px;
  background: #fff;
  z-index: 1;
}
@media (max-width: 750px) {
  .what .inner .bg .text h3 span {
    padding: 0 15px;
  }
}
.what .inner .bg .text h3 span .pink {
  padding: 0;
  color: #fa7978;
}
.what .inner .bg .text p {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
}

.cta {
  padding: 68px 0 60px;
  background: url("../img/cta-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.cta .inner h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 40px;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .cta .inner h2 {
    font-size: 30px;
    line-height: 1.5;
  }
}
.cta .inner h2 .dot {
  position: relative;
  display: inline-block;
}
.cta .inner h2 .dot:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 750px) {
  .cta .inner h2 .dot:before {
    width: 6px;
    height: 6px;
    top: -5px;
  }
}
.cta .inner h2 .mini {
  font-size: 25px;
}
@media (max-width: 750px) {
  .cta .inner h2 .mini {
    font-size: 22px;
  }
}
.cta .inner .flex {
  justify-content: center;
  align-items: flex-end;
  background: #fff;
  width: 945px;
  margin: 0 auto;
  padding: 40px 0 30px;
}
@media (max-width: 750px) {
  .cta .inner .flex {
    width: 100%;
    flex-direction: column;
    padding: 40px 20px 30px;
    gap: 40px 0;
  }
}
.cta .inner .flex .tel {
  width: 42%;
  margin: 0 0 0 auto;
}
@media (max-width: 750px) {
  .cta .inner .flex .tel {
    width: 100%;
    margin: 0 auto;
  }
}
.cta .inner .flex .tel .sub {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 18px;
}
.cta .inner .flex .tel .num {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: right;
  margin-bottom: 18px;
}
@media (max-width: 750px) {
  .cta .inner .flex .tel .num {
    font-size: 38px;
    text-align: center;
  }
}
.cta .inner .flex .tel .num a {
  position: relative;
  display: block;
  color: #ea5d5b;
  line-height: 1;
}
@media (max-width: 750px) {
  .cta .inner .flex .tel .num a {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-left: 42px;
  }
}
.cta .inner .flex .tel .num a:before {
  position: absolute;
  content: "";
  background: url("../img/cta-tel-icon.png") no-repeat;
  background-size: contain;
  width: 43px;
  height: 36px;
  top: 3px;
  left: 0;
}
@media (max-width: 750px) {
  .cta .inner .flex .tel .num a:before {
    width: 34px;
    height: 29px;
    top: 2px;
  }
}
.cta .inner .flex .tel .time {
  background: #f6f2ec;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  color: #4c4040;
  padding: 10px 0;
}
@media (max-width: 750px) {
  .cta .inner .flex .tel .time {
    font-size: 14px;
  }
}
.cta .inner .flex .link {
  width: 50%;
}
@media (max-width: 750px) {
  .cta .inner .flex .link {
    width: 100%;
    margin: 0 auto;
  }
}
.cta .inner .flex .link .btn a {
  position: relative;
  display: block;
  width: 335px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 auto;
  color: #fff;
  padding: 18px 0 15px;
  border-radius: 27.5px;
}
@media (max-width: 750px) {
  .cta .inner .flex .link .btn a {
    width: 100%;
    font-size: 20px;
  }
}
.cta .inner .flex .link .btn.line {
  position: relative;
  margin-bottom: 20px;
}
.cta .inner .flex .link .btn.line:before {
  position: absolute;
  content: "";
  background: url("../img/cta-line-object.png") no-repeat;
  background-size: contain;
  width: 265px;
  height: 31px;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.cta .inner .flex .link .btn.line a {
  background: #06c755;
  padding-left: 112px;
}
@media (max-width: 750px) {
  .cta .inner .flex .link .btn.line a {
    padding-left: 100px;
  }
}
.cta .inner .flex .link .btn.line a:before {
  position: absolute;
  content: "";
  background: url("../img/cta-line-icon.png") no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
  top: 0;
  left: 64px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 750px) {
  .cta .inner .flex .link .btn.line a:before {
    left: 48px;
  }
}
.cta .inner .flex .link .btn.mail a {
  background: #ea5d5b;
  padding-left: 67px;
}
@media (max-width: 750px) {
  .cta .inner .flex .link .btn.mail a {
    padding-left: 62px;
  }
}
.cta .inner .flex .link .btn.mail a:before {
  position: absolute;
  content: "";
  background: url("../img/cta-mail-icon.png") no-repeat;
  background-size: contain;
  width: 25px;
  height: 20px;
  top: 0;
  left: 34px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 750px) {
  .cta .inner .flex .link .btn.mail a:before {
    left: 26px;
  }
}

.reason {
  padding: 100px 0 0;
}
@media (max-width: 750px) {
  .reason {
    padding: 80px 0 0;
  }
}
.reason .inner .sub-title {
  position: relative;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0 38px 15px;
}
@media (max-width: 750px) {
  .reason .inner .sub-title {
    font-size: 22px;
  }
}
.reason .inner .sub-title:before {
  position: absolute;
  content: "";
  border: 2px solid #3f3f3f;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0% 100%);
          clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0% 100%);
}
.reason .inner .sub-title:after {
  position: absolute;
  content: "";
  background: url("../img/reason-sub-object.jpg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 18px;
  left: 62px;
  bottom: -15px;
}
.reason .inner .main-title {
  font-size: 45px;
  margin-bottom: 78px;
}
@media (max-width: 750px) {
  .reason .inner .main-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 65px;
  }
}
.reason .inner .flex {
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  .reason .inner .flex {
    flex-direction: column;
    gap: 80px 0;
    margin-bottom: 60px;
  }
}
.reason .inner .flex .cnt {
  position: relative;
  width: 30%;
  border: 1px solid #f6847b;
  border-radius: 10px;
  padding: 45px 30px 30px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .reason .inner .flex .cnt {
    width: 100%;
  }
}
.reason .inner .flex .cnt .num {
  font-family: din-2014, sans-serif;
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 56px;
  height: 56px;
  background: #f6847b;
  border: 6px solid #fff;
  border-radius: 100%;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .reason .inner .flex .cnt .num {
    font-size: 22px;
  }
}
.reason .inner .flex .cnt .title {
  text-align: center;
  line-height: 1.44;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.reason .inner .flex .cnt .img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 162px;
  margin-bottom: 30px;
}
.reason .inner .flex .cnt .detail {
  line-height: 1.75;
  letter-spacing: 0;
}
.reason .inner .dot {
  background: url("../img/dot-bg.jpg");
  padding: 33px 50px;
  display: flex;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .reason .inner .dot {
    flex-direction: column-reverse;
    padding: 30px 20px;
  }
}
.reason .inner .dot .img {
  width: 410px;
}
@media (max-width: 750px) {
  .reason .inner .dot .img {
    width: 100%;
  }
}
.reason .inner .dot .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 750px) {
  .reason .inner .dot .img img {
    border-radius: 0 0 10px 10px;
  }
}
.reason .inner .dot .text {
  width: calc(100% - 410px);
  background: #fff;
  padding: 33px 30px 33px 40px;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 750px) {
  .reason .inner .dot .text {
    width: 100%;
    padding: 30px 20px;
    border-radius: 10px 10px 0 0;
  }
}
.reason .inner .dot .text .title {
  font-size: 25px;
  font-weight: bold;
  color: #ec6d65;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .reason .inner .dot .text .title {
    font-size: 22px;
  }
}
.reason .inner .dot .text .detail {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.86;
}
@media (max-width: 750px) {
  .reason .inner .dot .text .detail {
    font-size: 14px;
  }
}

.price {
  padding: 100px 0;
}
@media (max-width: 750px) {
  .price {
    padding: 80px 0;
  }
}
.price .inner .main-title {
  margin-bottom: 50px;
}
.price .inner .bg-pink {
  background: #f36d6d;
  color: #fff;
  border-radius: 15px;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  padding: 18px 0;
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  .price .inner .bg-pink {
    font-size: 30px;
  }
}
.price .inner .bg-pink .first {
  font-size: 16px;
  margin: 0 18px;
}
@media (max-width: 750px) {
  .price .inner .bg-pink .first {
    display: block;
    font-size: 14px;
    margin: 10px 0;
  }
}
.price .inner .bg-pink .num {
  font-size: 43px;
}
@media (max-width: 750px) {
  .price .inner .bg-pink .num {
    font-size: 36px;
  }
}
.price .inner .bg-pink .last {
  font-size: 18px;
}
@media (max-width: 750px) {
  .price .inner .bg-pink .last {
    font-size: 16px;
  }
}
.price .inner .flex {
  background: #feefee;
  border-radius: 15px;
  padding: 32px 20px 25px;
}
@media (max-width: 750px) {
  .price .inner .flex {
    flex-direction: column;
    padding: 0 20px;
  }
}
.price .inner .flex .detail {
  width: 33.3333333333%;
  padding: 0 40px;
}
@media (max-width: 750px) {
  .price .inner .flex .detail {
    width: 100%;
    padding: 30px 0;
  }
}
.price .inner .flex .detail .title {
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 22px 0;
  margin-bottom: 28px;
}
@media (max-width: 750px) {
  .price .inner .flex .detail .title {
    padding: 16px 0;
  }
}
.price .inner .flex .detail .num {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  font-feature-settings: "palt";
  margin: 0 auto 30px;
  z-index: 1;
}
@media (max-width: 750px) {
  .price .inner .flex .detail .num {
    font-size: 16px;
    margin: 0 auto 20px;
  }
}
.price .inner .flex .detail .num:before {
  position: absolute;
  content: "";
  background: #fed993;
  width: 185px;
  height: 8px;
  bottom: 4px;
  right: 0;
  z-index: -1;
}
@media (max-width: 750px) {
  .price .inner .flex .detail .num:before {
    width: 165px;
  }
}
.price .inner .flex .detail .num span {
  font-size: 40px;
}
@media (max-width: 750px) {
  .price .inner .flex .detail .num span {
    font-size: 34px;
  }
}
.price .inner .flex .detail .note {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.77;
  padding: 0 26px;
}
.price .inner .flex .detail.border {
  position: relative;
}
.price .inner .flex .detail.border:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 90%;
  left: 0;
  top: 0;
}
@media (max-width: 750px) {
  .price .inner .flex .detail.border:before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
  }
}
.price .inner .flex .detail.border:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 90%;
  right: 0;
  top: 0;
}
@media (max-width: 750px) {
  .price .inner .flex .detail.border:after {
    width: 100%;
    height: 1px;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
  }
}

.voice {
  padding: 100px 0;
  background: url("../img/voice-bg.jpg");
  background-size: cover;
}
@media (max-width: 750px) {
  .voice {
    padding: 80px 0;
  }
}
.voice .inner .sub {
  position: relative;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
  background: #fff;
  border: 2px solid #423d3c;
  padding: 16px;
  color: #4c4040;
  border-radius: 30px;
}
@media (max-width: 750px) {
  .voice .inner .sub {
    font-size: 14px;
    padding: 14px;
  }
}
.voice .inner .sub:before {
  position: absolute;
  content: "";
  background: url("../img/voice-sub-object.jpg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 15px;
  bottom: -11px;
  left: 40px;
}
@media (max-width: 750px) {
  .voice .inner .sub:before {
    width: 22px;
    height: 13px;
    bottom: -9px;
    left: 36px;
  }
}
.voice .inner .main-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 44px;
}
.voice .inner .main-title:before {
  position: absolute;
  content: "";
  background: url("../img/voice-title-object.png") no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  top: -28px;
  right: -45px;
}
@media (max-width: 750px) {
  .voice .inner .main-title:before {
    width: 28px;
    height: 28px;
    top: -14px;
    right: -26px;
  }
}
.voice .inner .main-title .pink {
  color: #fa776d;
  display: inline-block;
  font-size: 44px;
  margin-top: 0;
}
@media (max-width: 750px) {
  .voice .inner .main-title .pink {
    font-size: 30px;
  }
}
.voice .inner dl {
  width: 900px;
  margin: 0 auto 35px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .voice .inner dl {
    width: 100%;
    flex-direction: column;
    gap: 28px 0;
    margin: 0 auto 60px;
  }
}
.voice .inner dl:last-of-type {
  margin: 0 auto;
}
.voice .inner dl dt {
  width: 140px;
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 750px) {
  .voice .inner dl dt {
    width: 100%;
    padding-top: 0;
  }
}
.voice .inner dl dt .icon {
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .voice .inner dl dt .icon {
    width: 85px;
    margin: 0 auto 25px;
  }
}
.voice .inner dl dt .name {
  font-weight: bold;
}
.voice .inner dl dd {
  position: relative;
  width: 720px;
  background: #fff;
  padding: 30px 35px 30px 74px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 5px 5px 30px rgba(61, 61, 61, 0.1), 0 0 0 rgba(0, 0, 0, 0);
}
@media (max-width: 750px) {
  .voice .inner dl dd {
    width: 100%;
    padding: 30px 28px;
  }
}
.voice .inner dl dd:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 26px;
  height: 26px;
  top: 90px;
  left: -25px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media (max-width: 750px) {
  .voice .inner dl dd:before {
    width: 44px;
    height: 14px;
    top: -12px;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
            clip-path: polygon(50% 0, 0 100%, 100% 100%);
  }
}
.voice .inner dl dd .title {
  position: relative;
  color: #e95454;
  line-height: 1.875;
  margin-bottom: 10px;
  padding-left: 20px;
}
@media (max-width: 750px) {
  .voice .inner dl dd .title {
    font-feature-settings: "palt";
  }
}
.voice .inner dl dd .title:before {
  position: absolute;
  content: "";
  background: #e95454;
  width: 12px;
  height: 12px;
  top: 8px;
  left: 0;
}
.voice .inner dl dd .detail {
  font-size: 15px;
  line-height: 1.86;
  font-feature-settings: "palt";
}

.flow {
  padding: 100px 0;
}
@media (max-width: 750px) {
  .flow {
    padding: 80px 0;
  }
}
.flow .inner {
  width: 100%;
}
.flow .inner .sub {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 22px;
  font-size: 24px;
  font-weight: bold;
  color: #4c4040;
  line-height: 1;
}
@media (max-width: 750px) {
  .flow .inner .sub {
    font-size: 20px;
  }
}
.flow .inner .sub:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background: #4c4040;
  bottom: 3px;
  left: -15px;
  transform: rotate(-30deg);
}
@media (max-width: 750px) {
  .flow .inner .sub:before {
    bottom: 1px;
  }
}
.flow .inner .sub:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background: #4c4040;
  bottom: 3px;
  right: -5px;
  transform: rotate(30deg);
}
@media (max-width: 750px) {
  .flow .inner .sub:after {
    bottom: 1px;
  }
}
.flow .inner .main-title {
  margin: 0 auto 50px;
}
.flow .inner .main-title .pink {
  display: inline-block;
  font-size: 44px;
  color: #fa776d;
  margin-top: 0;
}
@media (max-width: 750px) {
  .flow .inner .main-title .pink {
    font-size: 30px;
  }
}
.flow .inner .main-title .object {
  position: relative;
  display: inline-block;
  font-size: 44px;
  color: #4c4040;
  z-index: 1;
  margin-top: 0;
}
@media (max-width: 750px) {
  .flow .inner .main-title .object {
    font-size: 30px;
  }
}
.flow .inner .main-title .object:before {
  position: absolute;
  content: "";
  background: url("../img/flow-object.png") no-repeat;
  background-size: contain;
  width: 100px;
  height: 24px;
  left: -4px;
  bottom: -10px;
  z-index: -1;
}
@media (max-width: 750px) {
  .flow .inner .main-title .object:before {
    width: 70px;
    height: 16px;
    bottom: -6px;
  }
}
.flow .inner .cnt {
  text-align: center;
}
@media (max-width: 750px) {
  .flow .inner .cnt img {
    width: 278px;
    margin: 0 auto;
  }
}

.form {
  padding: 100px 0;
  background: url("../img/form-bg.jpg");
  background-size: cover;
}
@media (max-width: 750px) {
  .form {
    padding: 80px 0;
    background-position: bottom;
  }
}
.form .inner .main-title {
  margin-bottom: 25px;
}
@media (max-width: 750px) {
  .form .inner .main-title {
    margin-bottom: 40px;
  }
}
.form .inner .bg {
  width: 770px;
  margin: 0 auto 40px;
  border-radius: 10px;
  background: #fff;
  padding: 30px 80px;
}
@media (max-width: 750px) {
  .form .inner .bg {
    width: 100%;
    padding: 30px 20px;
  }
}
.form .inner .bg h3 {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .form .inner .bg h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
.form .inner .bg .flex {
  justify-content: space-between;
}
@media (max-width: 750px) {
  .form .inner .bg .flex {
    flex-direction: column;
    gap: 20px 0;
  }
}
.form .inner .bg .flex .btn a {
  display: block;
  width: 280px;
  border-radius: 28px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .form .inner .bg .flex .btn a {
    margin: 0 auto;
  }
}
.form .inner .bg .flex .btn.line a {
  position: relative;
  background: #06c755;
  font-size: 20px;
  padding: 18px 0;
  padding-left: 87px;
}
.form .inner .bg .flex .btn.line a:before {
  position: absolute;
  content: "";
  background: url("../img/cta-line-icon.png") no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  top: 0;
  left: 49px;
  bottom: 0;
  margin: auto;
}
.form .inner .bg .flex .btn.tel a {
  background: #e95454;
  font-size: 11px;
  text-align: center;
  padding: 9px 0;
}
.form .inner .bg .flex .btn.tel a span {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 22px;
  margin: 0 auto;
  margin-bottom: 5px;
  padding-left: 24px;
}
.form .inner .bg .flex .btn.tel a span:before {
  position: absolute;
  content: "";
  background: url("../img/form-tel.png") no-repeat;
  background-size: contain;
  width: 14px;
  height: 22px;
  left: 0;
  top: -1px;
}
.form .inner .info {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  font-weight: bold;
  line-height: 1.75;
}
@media (max-width: 750px) {
  .form .inner .info {
    font-size: 14px;
  }
}
.form .inner .error {
  display: none;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  color: #e95454;
}
.form .inner form {
  width: 720px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .form .inner form {
    width: 100%;
  }
}
.form .inner form table {
  width: 100%;
}
.form .inner form table tr {
  display: block;
  margin-bottom: 30px;
}
.form .inner form table tr:last-of-type {
  margin-bottom: 50px;
}
.form .inner form table tr th, .form .inner form table tr td {
  width: 100%;
  display: block;
  font-weight: bold;
}
.form .inner form table tr th {
  margin-left: 8px;
  margin-bottom: 5px;
}
.form .inner form table tr th span {
  color: #f6847b;
  margin-left: 5px;
}
.form .inner form table tr td input, .form .inner form table tr td textarea {
  width: 100%;
  border: 1px solid #afacac;
  background: #fff;
  border-radius: 10px;
  font-weight: bold;
  padding: 14px 15px;
  font-size: 16px;
}
.form .inner form button {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  width: 290px;
  margin: 0 auto;
  padding: 13.5px 0;
  border-radius: 27px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(to left, #fc686f, #ff934c);
}
.form .inner form button span {
  display: block;
  position: relative;
}
.form .inner form button span:before {
  position: absolute;
  content: "";
  background: url("../img/arrow.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

footer {
  position: relative;
  padding: 100px 0 0;
}
@media (max-width: 750px) {
  footer {
    padding: 80px 0 0;
  }
}
footer .inner .flex {
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  footer .inner .flex {
    flex-direction: column;
    gap: 40px 0;
  }
}
footer .inner .flex .info {
  width: 50%;
}
@media (max-width: 750px) {
  footer .inner .flex .info {
    width: 100%;
  }
}
footer .inner .flex .info .logo {
  margin-bottom: 25px;
}
footer .inner .flex .info .address {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 10px;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  footer .inner .flex .info .address {
    margin-bottom: 20px;
  }
}
footer .inner .flex .info .tel {
  margin-bottom: 18px;
}
@media (max-width: 750px) {
  footer .inner .flex .info .tel {
    margin-bottom: 25px;
  }
}
footer .inner .flex .info .tel a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  padding-left: 25px;
}
footer .inner .flex .info .tel a:before {
  position: absolute;
  content: "";
  background: url("../img/footer-tel.png") no-repeat;
  background-size: contain;
  width: 14px;
  height: 22px;
  top: 3px;
  left: 0;
}
footer .inner .flex .info .time dl {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  gap: 0 15px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
footer .inner .flex .info .time dl:last-of-type {
  margin-bottom: 0;
}
footer .inner .flex .info .time dl dt {
  width: 66px;
  text-align: center;
  border: 1px solid #453a3a;
  border-radius: 5px;
  padding: 4px 0;
}
footer .inner .flex .info .links {
  margin-top: 30px;
}
@media (max-width: 750px) {
  footer .inner .flex .info .links {
    margin-top: 40px;
  }
}
footer .inner .flex .info .links ul {
  display: flex;
  gap: 50px;
}
footer .inner .flex .info .links ul li {
  position: relative;
  font-size: 15px;
  padding-right: 15px;
}
footer .inner .flex .info .links ul li:before {
  position: absolute;
  content: "";
  background: url("../img/externallink_111153.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 0;
  right: 0;
}
footer .inner .flex .info .links ul li:last-of-type {
  margin-bottom: 0;
}
footer .inner .flex .info .links ul li a {
  display: block;
  font-weight: bold;
}
footer .inner .flex .map {
  width: 50%;
}
@media (max-width: 750px) {
  footer .inner .flex .map {
    width: 100%;
  }
}
footer .inner .flex .map iframe {
  width: 100%;
  height: 286px;
}
footer .copy {
  background: #f2eee9;
  text-align: center;
  font-size: 12px;
  padding: 9px 0;
  color: #333;
  letter-spacing: 0.04em;
}
footer .top {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: -22px;
  right: 50px;
}
@media (max-width: 750px) {
  footer .top {
    right: 25px;
  }
}

.mail-confirm {
  padding: 200px 0 100px;
}
@media (max-width: 750px) {
  .mail-confirm {
    padding: 120px 0 100px;
  }
}
.mail-confirm .inner h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .mail-confirm .inner h2 {
    font-size: 30px;
  }
}
.mail-confirm .inner h3 {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .mail-confirm .inner h3 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.mail-confirm .inner form table {
  width: 620px;
  margin: 0 auto 40px;
}
@media (max-width: 750px) {
  .mail-confirm .inner form table {
    width: 100%;
  }
}
.mail-confirm .inner form table tr {
  display: block;
  border-bottom: 2px solid #4c4040;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.mail-confirm .inner form table tr:last-of-type {
  margin-bottom: 0;
}
.mail-confirm .inner form table tr th, .mail-confirm .inner form table tr td {
  display: inline-block;
  width: 50%;
  font-weight: bold;
  line-height: 1.5;
  word-break: break-all;
}
.mail-confirm .inner form .clum_box {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
@media (max-width: 750px) {
  .mail-confirm .inner form .clum_box {
    flex-direction: column;
    gap: 40px 0;
  }
}
.mail-confirm .inner form .clum_box li button {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  width: 290px;
  margin: 0 auto;
  padding: 13.5px 0;
  border-radius: 27px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(to left, #fc686f, #ff934c);
}
.mail-confirm .inner form .clum_box li button span {
  display: block;
  position: relative;
}
.mail-confirm .inner form .clum_box li button span:before {
  position: absolute;
  content: "";
  background: url("../img/arrow.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.mail-confirm .inner form .clum_box li.back button {
  background: #333;
}

.comp {
  padding: 200px 0 100px;
}
@media (max-width: 750px) {
  .comp {
    padding: 120px 0 100px;
  }
}
.comp .inner h2 {
  text-align: center;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .comp .inner h2 {
    font-size: 30px;
  }
}
.comp .inner p {
  text-align: center;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 40px;
}
.comp .inner .btn a {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  width: 290px;
  margin: 0 auto;
  padding: 13.5px 0;
  border-radius: 27px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(to left, #fc686f, #ff934c);
}
.comp .inner .btn a span {
  text-align: center;
  display: block;
  position: relative;
}
.comp .inner .btn a span:before {
  position: absolute;
  content: "";
  background: url("../img/arrow.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}