@charset "UTF-8";
/*
	media settings
**************************************************/
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, 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;
  vertical-align: baseline;
  background: transparent;
}

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;
}

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;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
}

* {
  box-sizing: border-box;
}

a * {
  pointer-events: none;
  text-decoration: none;
}

body {
  color: #000;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Line-sd */
@font-face {
  font-family: "line-sd-th";
  src: url("/template/font/LINESeedJP_OTF_Th.woff") format("woff");
  src: url("/template/font/LINESeedJP_OTF_Th.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "line-sd-rg";
  src: url("/template/font/LINESeedJP_OTF_Rg.woff") format("woff");
  src: url("/template/font/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "line-sd-bd";
  src: url("/template/font/LINESeedJP_OTF_Bd.woff") format("woff");
  src: url("/template/font/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "line-sd-eb";
  src: url("/template/font/LINESeedJP_OTF_Eb.woff") format("woff");
  src: url("/template/font/LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-style: normal;
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.line-sd-th {
  font-family: "line-sd-th", sans-serif;
}

.line-sd-rg {
  font-family: "line-sd-rg", sans-serif;
}

.line-sd-bd {
  font-family: "line-sd-bd", sans-serif;
}

.line-sd-eb {
  font-family: "line-sd-eb", sans-serif;
}

.Oswald {
  font-weight: 500;
  font-family: Oswald;
}

.fsp110 {
  font-size: 110%;
}

.fsp120 {
  font-size: 120%;
}

.fsp130 {
  font-size: 130%;
}

.fsp140 {
  font-size: 140%;
}

.fsp150 {
  font-size: 150%;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.c-red {
  color: #D00F31;
}

.c-yel {
  color: #FABE00;
}

.c-wht {
  color: #fff;
}

.c-blk {
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

ruby rt {
  font-size: 35%;
}

.spnone {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .spnone {
    display: block !important;
  }
}

.pcnone {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .pcnone {
    display: none !important;
  }
}

.spnone-flex {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .spnone-flex {
    display: flex !important;
  }
}

.pcnone-flex {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .pcnone-flex {
    display: flex !important;
  }
}

section {
  padding: 3rem 0;
}

i,
em {
  font-style: normal;
}

a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
a.break-url {
  word-break: break-all;
  overflow-wrap: break-word;
}

sup {
  font-size: 50%;
  display: inline-block;
  margin-left: 0.3rem;
  transform: translatey(-0.5rem);
}

.mark-text {
  font-style: normal;
  background: linear-gradient(transparent 60%, #FABE00 40%);
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
  section {
    padding: 4rem 0;
  }
}
/* common */
.inner {
  padding: 0 1.5rem;
  box-sizing: content-box;
}

.inner-narrow {
  padding: 0 1.5rem;
  box-sizing: content-box;
}

.inner-S {
  padding: 0 1.5rem;
  box-sizing: content-box;
}

.inner-SS {
  padding: 0 1.5rem;
  box-sizing: content-box;
}

@media screen and (min-width: 769px) {
  /* common */
  .inner {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 700px;
  }
  .inner-narrow {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 700px;
  }
  .inner-S {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 620px;
  }
  .inner-SS {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 580px;
  }
  .common-cta-tel {
    margin: auto;
    max-width: 300px;
  }
  .common-banner {
    margin: auto;
    max-width: 3.2rem;
  }
}
.header {
  background: #FFF;
  box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.header-license {
  width: 100%;
  height: 4.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-license-wrap {
  padding: 0 1.5rem;
  box-sizing: content-box;
}
@media screen and (min-width: 769px) {
  .header-license-wrap {
    width: 100%;
    margin: auto;
    padding: 0 3.2rem;
    max-width: 700px;
  }
}
.header-license-logo {
  width: 100%;
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.header-license-logo-img {
  position: relative;
  margin-right: 0.8rem;
}
@media screen and (min-width: 769px) {
  .header-license-logo-img {
    margin-right: 1rem;
  }
}
.header-license-logo-img img {
  width: 8.2rem;
  max-width: 100%;
  height: auto;
}
.header-code-text {
  font-size: 0.8rem;
  letter-spacing: -0.004rem;
  font-weight: 400;
}

/* footer */
.footer {
  margin-top: 2rem;
  margin-bottom: 5.5rem;
}
@media screen and (min-width: 769px) {
  .footer {
    margin-bottom: 10rem;
  }
}
.footer-links {
  padding: 2rem 0;
}
.footer-link-list {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
}
.footer-link-list li:first-child {
  margin-right: 2em;
}
.footer-link-list li a {
  color: #333;
}
.footer-link-list li i {
  display: inline-block;
  margin-left: 1rem;
  color: #333;
  font-weight: bold;
}
.footer-small {
  display: block;
  font-size: 1em;
  color: #fff;
  text-align: center;
  background-color: #333;
  padding: 0.5rem 0;
}

/* mv */
.mv {
  background: url(../img/mv-bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: 52rem;
}
.mv-inner {
  padding: 0 1.5rem;
  box-sizing: content-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .mv-inner {
    max-width: 52rem;
    margin: auto;
    padding: 0 3.2rem;
  }
}
.mv-text {
  position: relative;
  text-align: center;
  margin-top: 2rem;
}
.mv-text-head {
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.mv-text-head--text01 {
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .mv-text-head--text01 {
    font-size: 2.4rem;
  }
}
.mv-text-head--text01 > span {
  font-size: 3.2rem;
  color: #D00F31;
}
@media screen and (min-width: 769px) {
  .mv-text-head--text01 > span {
    font-size: 3.8rem;
  }
}
.mv-text-head--text02 {
  font-size: 2.4rem;
}
.mv-text-head--text03 {
  display: block;
  width: fit-content;
  margin: auto;
}
.mv-text-head--text03 img {
  width: 24.4rem;
  height: auto;
}
@media screen and (min-width: 769px) {
  .mv-text-head--text03 img {
    width: 32.4rem;
  }
}
.mv-text-catch {
  font-size: 1.8rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .mv-text-catch {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 0rem;
  }
}
.mv-text-catch b {
  display: inline;
  position: relative;
}
.mv-text-catch b::before {
  content: "・";
  font-size: 1.8rem;
  color: #D00F31;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translatex(-50%);
}
@media screen and (min-width: 769px) {
  .mv-text-catch b::before {
    font-size: 2.4rem;
    top: -1.3rem;
  }
}
.mv-text .d-icon {
  top: -3.6rem;
  left: 0.5rem;
}
@media screen and (min-width: 769px) {
  .mv-text .d-icon {
    top: 0.8rem;
    left: -4rem;
  }
}
.mv-price {
  display: flex;
  align-items: flex-end;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .mv-price {
    justify-content: center;
  }
}
.mv-price-left {
  width: 55%;
  position: relative;
  z-index: 1;
  padding-bottom: 0.4rem;
}
@media screen and (min-width: 769px) {
  .mv-price-left {
    width: fit-content;
  }
}
.mv-price-left::before {
  content: "";
  background: #FABE00;
  width: 98%;
  height: 1.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.mv-price-left > span {
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
}
.mv-price-left--text01 {
  font-size: 1.8rem;
  margin-bottom: 0.3rem;
}
.mv-price-left--text02 {
  font-size: 6.4em;
  letter-spacing: -0.2rem;
}
.mv-price-left--text03 {
  font-size: 3rem;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 769px) {
  .mv-price-left--text01 {
    font-size: 2.4rem;
    margin-bottom: 0.3rem;
  }
  .mv-price-left--text02 {
    font-size: 8em;
    letter-spacing: -0.2rem;
  }
  .mv-price-left--text03 {
    font-size: 3.6rem;
    margin-bottom: 0.2rem;
  }
}
.mv-price-right {
  width: 43%;
  margin-left: 2%;
}
@media screen and (min-width: 769px) {
  .mv-price-right {
    width: fit-content;
    margin-left: 4%;
  }
}
.mv-price-right > span {
  display: block;
  line-height: 1;
}
.mv-price-right--text01 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  padding: 0.4rem 0 0.3rem;
  border-top: 0.1rem solid #D00F31;
  border-bottom: 0.1rem solid #D00F31;
}
.mv-price-right--text02 {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}
.mv-price-right--text03 {
  font-size: 1.8rem;
}
.mv-price-right--text03 .text03-p {
  font-size: 2.8rem;
  letter-spacing: -0.2rem;
}
@media screen and (min-width: 769px) {
  .mv-price-right--text01 {
    font-size: 1rem;
    margin-bottom: 0.3rem;
    padding: 0.4rem 0 0.3rem;
  }
  .mv-price-right--text02 {
    font-size: 1.1rem;
    margin-bottom: 0rem;
  }
  .mv-price-right--text03 {
    font-size: 2.4rem;
  }
  .mv-price-right--text03 .text03-p {
    font-size: 3.8rem;
    letter-spacing: -0.2rem;
  }
}
.mv-condition {
  width: 100%;
  margin-bottom: 1rem;
}
.mv-condition--text {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  padding: 0.9rem 0 0.8rem;
  text-align: center;
  background: #D00F31;
}
@media screen and (min-width: 769px) {
  .mv-condition--text {
    font-size: 1.4rem;
    padding: 0.9rem 0 1rem;
  }
}
.mv-condition--text .arrow-icon {
  width: 0.7rem;
  height: 1.2rem;
  transform: rotate(90deg);
}
.mv-note-text {
  font-size: 1rem;
  letter-spacing: -0.04rem;
}

.d-icon {
  position: absolute;
  width: 6.5rem;
  height: 7rem;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .d-icon {
    width: 8.3rem;
    height: auto;
  }
}

.d-icon02 {
  position: absolute;
  width: 7.45rem;
  height: 8rem;
  z-index: 1;
}

.heading-title {
  line-height: 1;
  text-align: center;
}
.heading-title > span {
  display: block;
}
.heading-title img {
  width: 24.4rem;
  height: 5.4rem;
}
.heading-titleTxt01 {
  margin-bottom: 2rem;
}
.heading-titleTxt02 {
  font-size: 3rem;
  letter-spacing: 0.3rem;
}
.heading-titleHukidashi {
  width: fit-content;
  margin: 0 auto 2.5rem;
  font-size: 2.8rem;
  letter-spacing: 0;
  font-weight: 900;
  position: relative;
}
.heading-titleHukidashi::before {
  content: "";
  background: #fff;
  width: 0.2rem;
  height: 3.5rem;
  transform: rotate(-25deg);
  position: absolute;
  left: -1.2rem;
  bottom: -0.3rem;
}
.heading-titleHukidashi::after {
  content: "";
  background: #fff;
  width: 0.2rem;
  height: 3.5rem;
  transform: rotate(25deg);
  position: absolute;
  right: -1.2rem;
  bottom: -0.3rem;
}

.condition-item {
  position: relative;
  background: #D00F31;
  z-index: 1;
}
.condition-item--icon {
  position: absolute;
  top: -1rem;
  right: 0;
  width: 5.7rem;
  height: 5.7rem;
}
@media screen and (min-width: 769px) {
  .condition-item--icon {
    width: 11.4rem;
    height: 11.4rem;
    top: -2rem;
  }
}
.condition-item::before {
  content: "";
  width: calc(100% - 1.4rem);
  height: calc(100% - 1.4rem);
  border: 0.1rem solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.condition-item + .condition-item {
  margin-top: 3rem;
}
.condition-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.condition-inner {
  position: relative;
  padding: 3rem 1.5rem 3.5rem;
}
@media screen and (min-width: 769px) {
  .condition-inner {
    padding: 7rem 5rem 7rem;
  }
}
.condition-inner::before {
  content: "";
  width: 0.5rem;
  height: 10rem;
  background: #FABE00;
  position: absolute;
  top: -3.9rem;
  left: 2.2rem;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .condition-inner::before {
    width: 1rem;
    height: 14rem;
  }
}
.condition-inner::after {
  content: "";
  width: 0.5rem;
  height: 10rem;
  background: #FABE00;
  position: absolute;
  bottom: -3.9rem;
  right: 2.2rem;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .condition-inner::after {
    width: 1rem;
    height: 14rem;
  }
}
.condition-title {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .condition-title {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
}
.condition-toggle {
  text-align: center;
  font-size: 1.7rem;
  padding: 0.5rem 0;
  background: #FABE00;
  border-radius: 0.4rem;
  cursor: pointer;
}
.condition-content {
  padding: 1rem;
  background: #fff;
  display: none;
}
@media screen and (min-width: 769px) {
  .condition-content {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.condition-content--title {
  padding: 0.8rem;
  text-align: center;
  font-size: 1.6rem;
  background: #eee;
  border-radius: 0.4rem;
  margin-bottom: 1rem;
}
.condition-content--text {
  font-size: 1.1rem;
  line-height: 1.8;
}
.condition-content--text + .condition-content--title {
  margin-top: 2rem;
}
.condition-content--text + .condition-content--titleArrow {
  margin-top: 2rem;
}
.condition-content--text + .condition-content--text {
  margin-top: 1rem;
}
.condition-content--text .text-link {
  color: #000;
}
.condition-content--mainTitle {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.condition-content--titleArrow {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.condition .cta {
  margin-top: 2rem;
}
.condition .cta .tel-list {
  width: 28rem;
}
.condition .cta .web-list {
  width: 28rem;
}
@media screen and (min-width: 769px) {
  .condition .cta .tel-list {
    width: 30rem;
  }
  .condition .cta .web-list {
    width: 30rem;
    margin-left: 0;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .tokuten .inner {
    padding: 0;
  }
}
.tokuten-area {
  background: #D00F31;
  padding: 4rem 1.5rem;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .tokuten-area {
    padding: 5rem 3.7rem;
  }
}
.tokuten-box {
  padding: 3.5rem 1.5rem;
  background: #fff;
  color: #000;
  margin-top: 6rem;
}
@media screen and (min-width: 769px) {
  .tokuten-box {
    padding: 3rem 3.7rem;
  }
}
.tokuten-box:first-of-type {
  margin-top: 3rem;
}
.tokuten-box-fig {
  text-align: center;
  margin-bottom: 2rem;
}
.tokuten-box-title {
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 2rem;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .tokuten-box-title {
    font-size: 2.6rem;
  }
}
.tokuten-box-title--sub {
  font-size: 1.4rem;
  display: block;
}
.tokuten-box-subTitle {
  font-size: 1.8rem;
  position: relative;
  padding-left: 1.5rem;
  margin-top: 2rem;
}
.tokuten-box-subTitle::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #FABE00;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.tokuten-box-subText {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 1rem;
}
.tokuten-box-dl {
  margin-top: 2rem;
}
.tokuten-box-dl dt {
  background: #EEEEEE;
  padding: 1rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
.tokuten-box-dl dd {
  font-size: 1.3rem;
  word-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 769px) {
  .tokuten-box-dl dd {
    font-size: 1.4rem;
  }
}
.tokuten-box-dl dd .block {
  display: block;
}
.tokuten-box-dl dd .block:not(:first-child) {
  margin-top: 1rem;
}
.tokuten .note-text {
  font-size: 1rem;
}
.tokuten-note {
  margin-top: 1rem;
  font-size: 1rem;
  word-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  overflow-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .price .inner {
    padding: 0;
  }
}
.price-area {
  background: #FABE00;
  padding: 4rem 1.5rem;
  color: #000;
}
@media screen and (min-width: 769px) {
  .price-area {
    padding: 5rem 3.7rem;
  }
}
.price-box {
  padding: 3.5rem 1.5rem;
  background: #fff;
  color: #000;
  margin-top: 6rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .price-box {
    padding: 3rem 3.7rem;
  }
}
@media screen and (min-width: 769px) {
  .price-box.flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.price-box::before {
  content: "";
  width: calc(100% - 1.5rem);
  height: calc(100% - 1.5rem);
  border: 0.1rem solid #D00F31;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.price-box:first-of-type {
  margin-top: 3rem;
}
.price-box-left {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .price-box-left {
    justify-content: flex-end;
    width: 24rem;
  }
}
.price-box-right {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .price-box-right {
    width: calc(100% - 24rem);
  }
}
.price-box-pitem:not(:first-child) {
  margin-top: 3rem;
}
.price-box-fig {
  text-align: center;
  margin-right: 1rem;
}
.price-box-title {
  font-size: 1.8rem;
}
.price-box-title > span {
  font-size: 4.2rem;
}
.price-box-text01Head {
  font-size: 1.4rem;
}
.price-box-text01 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.price-box-text02 {
  line-height: 1;
}
.price-box-text02 .p-text01 {
  font-size: 1.8rem;
  display: inline-block;
  transform: translatey(-1.5rem);
}
.price-box-text02 .p-text02 {
  font-size: 6rem;
  letter-spacing: -0.2rem;
}
.price-box-text02 .p-text03 {
  font-size: 3rem;
}
.price-box-text03 {
  margin-top: 1rem;
  font-size: 1rem;
}
.price-box-head {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .price-box-head {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .price-box-head figure {
    margin-right: 3rem;
  }
}
.price-box-head-txt {
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .price-box-head-txt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .price-box-head-txt {
    margin-top: 0.8rem;
    text-align: center;
  }
}
.price-box-setText {
  text-align: center;
  margin-bottom: 2rem;
}
.price-box-setText > img {
  width: 13rem;
  height: 3rem;
}
.price-box-setText .setText {
  display: inline-block;
  line-height: 1;
  padding: 0.5rem 1.5rem;
  background: #D00F31;
  color: #fff;
  font-size: 1.8rem;
  margin-left: 1rem;
}
.price-box-wariText {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.price-box-priceText {
  text-align: center;
}
.price-box-priceText .p-text01 {
  transform: translatey(0);
}
.price-box-text04 {
  width: fit-content;
  text-align: center;
  margin: 1.5rem auto 0;
  font-size: 1.3rem;
  padding: 1rem;
  background: #FFF7DC;
  border-radius: 0.4rem;
}
@media screen and (min-width: 769px) {
  .price-box-text04 {
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
  }
}
.price-note {
  margin-top: 1rem;
  font-size: 1rem;
  word-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  overflow-wrap: break-word;
}
.price .d-icon02 {
  top: -6.8rem;
  right: 1.2rem;
}
@media screen and (min-width: 769px) {
  .price .d-icon02 {
    right: 16rem;
  }
}

/* flow */
.flow_title {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.flow_step {
  border-radius: 0.6rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .flow_step {
    width: 50rem;
    margin: auto;
  }
}
.flow_step_num {
  background: #D00F31;
  line-height: 1;
  padding: 1rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.flow_step_content {
  background: #FFF7DC;
  padding: 1.5rem;
}
@media screen and (min-width: 769px) {
  .flow_step_content {
    padding: 1.5rem 4rem;
  }
}
.flow_step_content--tit {
  color: #D00F31;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.flow_step_content--txt {
  font-size: 1.4rem;
}
.flow_step_content .flow-note {
  font-size: 0.95rem;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .flow_step_content .flow-note {
    font-size: 1rem;
  }
}
.flow .step_arrow {
  width: 3.6rem;
  height: 2.2rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #FABE00;
  margin: 2rem auto;
}
.flow_relation {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .flow_relation {
    width: 50rem;
    margin: 4rem auto 0;
  }
}
.flow_relation_title {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.flow_relation_text {
  font-size: 1.4rem;
}
.flow_relation_text .text_b {
  font-weight: 700;
}
.flow_relation_text .text_cau {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.5rem;
}

.under-line {
  text-decoration: underline;
}

/* form top
-------------------------------- */
.area-form_wrap {
  background: #FFF4D0;
  border-radius: 1.2rem;
  overflow: hidden;
}

.area-form_box {
  padding: 3rem 2rem 5rem;
}

.area-form .title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

.area-form .text {
  font-size: 1.4rem;
  text-align: center;
}

.area-form .user-text {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 2.5rem;
}

.area-form .form-topImg {
  position: relative;
  z-index: 1;
}

.area-form .form-topImg .form-topImg-pin {
  position: absolute;
  width: 5rem;
  height: 7rem;
  left: 50%;
  top: -3.1rem;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .area-form .form-topImg .form-topImg-pin {
    width: 6.2rem;
    height: 8.7rem;
    top: -2rem;
  }
}

.form_head_text_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

.form_head_text_wrap b {
  margin-right: 1rem;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .form_head_text_wrap b {
    margin-right: 1.5rem;
    font-size: 2rem;
  }
}

.form_head_text_wrap b span {
  font-size: 140%;
}

.form_head_text_wrap ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .form_head_text_wrap ul {
    font-size: 1.4rem;
  }
}

.form_head_text_wrap ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 3.8rem;
  background-color: #eee;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .form_head_text_wrap ul li {
    width: 7.4rem;
  }
}

.form_head_text_wrap ul li:nth-child(1) {
  z-index: 3;
}

.form_head_text_wrap ul li:nth-child(2) {
  z-index: 2;
}

.form_head_text_wrap ul li.active {
  background-color: #FABE00;
}

.form_head_text_wrap ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.9rem 0 1.9rem 0.7rem;
  border-color: transparent transparent transparent #eee;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .form_head_text_wrap ul li::after {
    border-width: 1.9rem 0 1.9rem 1rem;
  }
}

.form_head_text_wrap ul li.active::after {
  border-color: transparent transparent transparent #FABE00;
  z-index: 2;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input[type=text],
input[type=tel],
input[type=email] {
  border: none;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #afafaf;
  font-size: 1.4rem;
}

input[type=text],
input[type=tel],
input[type=email] {
  width: 100%;
  height: 4.8rem;
  padding: 1rem 1.5rem;
}

select {
  width: 100%;
  height: 4.8rem;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  text-indent: 5px;
  border-radius: 6px;
  border: 1px solid #afafaf;
}

.ERR {
  color: #f00;
  margin: 0.05rem 0 0;
  font-size: 1.2rem;
}

.area-form .required-focus {
  background: #fce2e2;
  border-color: #e75b5b;
}

.any,
.required {
  padding: 0.2rem 0.5rem;
  font-size: 1.2rem;
  vertical-align: baseline;
  font-weight: bold;
  border-radius: 0.4rem;
}

.any {
  background: #666666;
}

.required {
  background: #D00F31;
  margin-right: 1rem;
  color: #fff;
  font-weight: 400;
}

.area-form table {
  width: 100%;
  margin: 3rem auto 0;
  border-collapse: collapse;
}

.area-form th,
.area-form td {
  display: block;
  width: 100%;
  border: none;
  font-weight: 400;
  /* font-size: 3vw; */
}

.area-form th {
  padding: 1rem 0 0;
  text-align: left;
  width: auto;
  font-size: 1.4rem;
}

.area-form td {
  width: 100%;
  padding: 1rem 0;
  text-align: left;
}

.placeholder_text {
  font-size: 1.2rem;
  margin-top: 0.3rem;
}

.rapidssl {
  display: none !important;
}

.area-form .btn_text {
  display: none !important;
}

.form_btn {
  display: none !important;
}

.area-form ::placeholder {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .area-form_box {
    padding: 4rem 4rem 5rem;
  }
  .area-form th {
    padding: 1rem 0 0.5rem;
  }
  .area-form td {
    width: 100%;
    padding: 0 0 1rem 0;
  }
}
#sfm-form .areBtnEntryWrap {
  width: 100%;
  height: 7.2rem;
  margin: auto;
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  #sfm-form .areBtnEntryWrap {
    width: 30rem;
  }
}

#sfm-form .button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  line-height: 1;
  color: #333;
  font-weight: bold;
  border-radius: 0.4rem;
  overflow: hidden;
  border: 0;
  background: #FABE00;
  cursor: pointer;
  transition: 0.3s all;
}

#sfm-form .button::after {
  content: "";
  background: url(../img/btn-blk-arrow-right.png) no-repeat center center/cover;
  position: absolute;
  width: 0.525rem;
  height: 0.9rem;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}

#sfm-form .button[disabled] {
  border: 0;
  background: #e0e0e0;
  pointer-events: none;
}

#sfm-form .button:hover {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  #sfm-form .areBtnEntryWrap {
    width: 33.5rem;
  }
}
.check-img {
  display: none;
}

.form_note {
  display: none;
}

/* cta */
.cta {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .cta-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 620px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .cta-list li {
    width: 30rem;
    height: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .cta-list li {
    width: 30rem;
    height: 9rem;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .cta-list li.web-list {
    height: 7rem;
  }
}
.cta-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  line-height: 1;
  color: #333;
  font-weight: bold;
  border-radius: 0.4rem;
}
.cta-list li a span > span {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  position: relative;
  text-align: center;
}
.cta-list li a span > span.revText {
  font-size: 1.8rem;
}
.cta-list li a span > span.telText {
  font-size: 1.8rem;
}
.cta-list li a span > span b {
  font-size: 2rem;
}
.cta-list li a::after {
  content: "";
  background: url(../img/btn-wht-arrow-right.png) no-repeat center center/cover;
  position: absolute;
  width: 0.525rem;
  height: 0.9rem;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
.cta-list li a.common-cta-web {
  background: #1D2A75;
  border: 2px solid #1D2A75;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  padding-right: 2rem;
}
.cta-list li a.common-cta-rev {
  background: #1D2A75;
  border: 2px solid #1D2A75;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  padding-right: 1rem;
}
.cta-list li a.common-cta-rev .Oswald {
  font-size: 3.2rem;
  margin-bottom: 0;
}
.cta-list li a.common-cta-area {
  border: 2px solid #FFA723;
  background: #FFA723;
  box-shadow: 0 0.5rem 0.5rem 0 #CCC;
}
.cta-list li a.common-cta-area::before {
  background: rgba(255, 255, 255, 0.25);
}
.cta-list li a.common-cta-tel {
  background: #1D2A75;
  border: 2px solid #1D2A75;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  padding-right: 2rem;
}
.cta-list li a.common-cta-tel .Oswald {
  font-size: 2.8rem;
  margin-bottom: 0;
}
.cta-list li + li {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .cta-list li + li {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.cta-area .cta-list {
  margin-top: 0;
}
.cta-area .cta-list li {
  margin: 0 auto;
}
.cta .cta-icon {
  margin-right: 2rem;
}

/* footer-nav */
.footer-nav {
  padding: 2rem 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: fixed;
  bottom: 0;
  box-shadow: 0 -0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 3;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    padding: 1rem 0;
  }
}
.footer-nav.fixed {
  opacity: 1;
  transition: all 0.5s;
}
.footer-nav .cta-list {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .footer-nav .cta-list li {
    width: 24rem;
    height: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav .cta-list li {
    width: 16.5rem;
    height: 3.6rem;
  }
}
.footer-nav .cta-list li a {
  padding-right: 0;
}
.footer-nav .cta-list li a::after {
  content: "";
  background: url(../img/btn-wht-arrow-right.png) no-repeat center center/cover;
  position: absolute;
  width: 0.525rem;
  height: 0.9rem;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .footer-nav .cta-list {
    display: flex;
  }
  .footer-nav .cta-list li {
    width: 17rem;
    height: 3.5rem;
  }
  .footer-nav .cta-list li a {
    font-size: 1.2rem;
  }
  .footer-nav .cta-list li a.common-cta-rev .Oswald {
    font-size: 2rem;
  }
  .footer-nav .cta-list li a.common-cta-rev {
    padding-right: 0;
  }
  .footer-nav .cta-list li a span {
    margin-bottom: 0;
  }
  .footer-nav .cta-list li + li {
    margin-top: 0;
  }
}
.footer-nav .cta-list .common-cta-web {
  box-shadow: none;
}
.footer-nav .cta-list .common-cta-rev {
  box-shadow: none;
}
.footer-nav .cta-list .common-cta-area {
  box-shadow: none;
}