body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #00131E;
  font-size: 16px;
  box-sizing: border-box;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a[href^="tel:"] {
  text-decoration: none !important;
  color: #040000;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

.body_wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 80px;
}

@media screen and (max-width: 1200px) {
  .body_wrap {
    padding-top: 60px;
  }
}
.container {
  width: 94%;
  max-width: 640px;
  margin: 0 auto;
}

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

.roof1 {
  position: relative;
}
.roof1::after {
  content: "";
  position: absolute;
  bottom: -1.777em;
  height: 1.8em;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #000;
  z-index: 1;
}
.roof1.roof1--red::after {
  background-color: #c02200;
}
.roof1.roof1--white::after {
  background-color: #fff;
}
.roof1.roof1--blue::after {
  background-color: #051d55;
}
.roof1.roof1--sblue::after {
  background-color: #e0e8f0;
}
.roof1.roof1--orange::after {
  background-color: rgba(249, 106, 45, 0.13);
}

.roof2 {
  position: relative;
}
.roof2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  text-align: center;
  border-left: 2.5em solid transparent;
  border-right: 2.5em solid transparent;
  border-top: 2em solid #000;
  bottom: -1.8em;
  z-index: 1;
}
.roof2.roof2--red::after {
  border-top: 2em solid #c02200;
}
.roof2.roof2--white::after {
  border-top: 2em solid #fff;
}
.roof2.roof2--blue::after {
  border-top: 2em solid #051d55;
}

/*  btn
--------------------------------------------------------------------------- */
.btn {
  padding: 0 0 5em;
}

@media screen and (max-width: 700px) {
  .btn {
    font-size: 2.28vw;
  }
}
/*  mv
--------------------------------------------------------------------------- */
.mv {
  position: relative;
}
.mv .mv__img {
  width: 100%;
  margin: 0 auto;
}
.mv .mv__conv {
  position: absolute;
  bottom: 0.7vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 48vw;
}

@media screen and (min-width: 1300px) {
  .mv .mv__conv {
    bottom: 0.55em;
    width: 39em;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    font-size: 2.28vw;
  }
  .mv .mv__conv {
    position: absolute;
    bottom: 7.5vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 94vw;
  }
}
/*  problem
--------------------------------------------------------------------------- */
.problem1 {
  overflow: hidden;
  padding: 1.5em 0 2.5em;
  background: url(../images/problem1_bk.jpg) no-repeat center bottom/100% 100%;
}
.problem1 .problem1__title {
  width: 100%;
  margin: 0 auto 2.5em;
  margin-left: -3em;
}
.problem1 .problem__block {
  display: block;
  font-size: 1.73em;
  width: 70%;
  margin: 0 auto 2em;
  background-color: rgba(200, 200, 200, 0.75);
  padding: 1.4em 0.2em 1.6em 3em;
  line-height: 2.1;
}
.problem1 .problem__block li {
  position: relative;
}
.problem1 .problem__block li::before {
  content: "";
  background: url(../images/problem_icon.png) no-repeat center top/contain;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.75em;
  left: -1.5em;
}
.problem1 .problem__block span {
  font-weight: bold;
  color: #662D81;
}

.problem2 {
  padding: 3.3em 0 3em;
  background: url(../images/problem2_bk.jpg) no-repeat center top/100%;
}
.problem2 .problem2__img {
  width: 85%;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .problem1 {
    font-size: 2.28vw;
  }
  .problem2 {
    font-size: 2.28vw;
  }
}
/*  reason
--------------------------------------------------------------------------- */
.reason1 {
  padding: 4em 0 0.8em;
}
.reason1 .reason1__title {
  width: 84%;
  margin: 0 auto 2.5em;
}

.reason2 {
  padding: 7em 0 1em;
  background: url(../images/reason2_bk.jpg) no-repeat center top/100% 100%;
}
.reason2 .reason2__block > div {
  background-color: #fff;
  padding: 6.5em 2.5em 5.5em;
  margin-bottom: 6em;
  box-shadow: 0.07em 0.07em 0.38em rgba(46, 47, 48, 0.75);
  position: relative;
}
.reason2 .reason2__block > div::before {
  content: "";
  width: 12.8em;
  height: 10em;
  position: absolute;
  top: 0.6em;
  left: -0.3em;
}
.reason2 .reason2__block > div:nth-of-type(1)::before {
  background: url(../images/reason2_no1.png) no-repeat left top/contain;
}
.reason2 .reason2__block > div:nth-of-type(2)::before {
  background: url(../images/reason2_no2.png) no-repeat left top/contain;
}
.reason2 .reason2__block > div:nth-of-type(3)::before {
  background: url(../images/reason2_no3.png) no-repeat left top/contain;
}
.reason2 .reason2__block > div:nth-of-type(4)::before {
  background: url(../images/reason2_no4.png) no-repeat left top/contain;
}
.reason2 .reason2__block .reason2__title {
  text-align: center;
  color: #002843;
  font-weight: 700;
  font-size: 3.5em;
  line-height: 1.28;
  margin-bottom: 0.5em;
}
.reason2 .reason2__block .reason2__title span.color {
  color: #A59504;
}
.reason2 .reason2__block .reason2__title span.bold {
  font-weight: 800;
}
.reason2 .reason2__block .reason2__title span.big {
  font-size: 1.13em;
}
.reason2 .reason2__block .reason2__title span.small1 {
  font-size: 0.93em;
}
.reason2 .reason2__block .reason2__title span.small2 {
  display: inline-block;
  font-size: 0.68em;
  margin-bottom: 0.6em;
}
.reason2 .reason2__block .reason2__title span.price span {
  color: #D61D2A;
  letter-spacing: -0.1em;
  line-height: 0.8;
}
.reason2 .reason2__block .reason2__title span.price span:nth-of-type(1) {
  font-size: 2em;
  font-weight: 900;
  vertical-align: -0.1em;
}
.reason2 .reason2__block .reason2__title span.price span:nth-of-type(2) {
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: -0.4em;
}
.reason2 .reason2__block .reason2__title span.price span:nth-of-type(3) {
  font-size: 1.9em;
  font-weight: 800;
  vertical-align: -0.1em;
}
.reason2 .reason2__block img {
  margin-bottom: 1.5em;
}
.reason2 .reason2__block p {
  font-size: 1.8em;
  line-height: 1.5;
}
.reason2 .reason2__block p span {
  color: #D61D2A;
  font-weight: 500;
}

@media screen and (max-width: 700px) {
  .reason1 {
    font-size: 2.28vw;
  }
  .reason2 {
    font-size: 2.28vw;
  }
}
/*  promise
--------------------------------------------------------------------------- */
.promise {
  padding: 2.5em 0 0em;
}
.promise .promise__title {
  width: 89%;
  margin: 0 auto 9em;
}
.promise .promise__block > div {
  background-color: #fff;
  border: 0.5em solid #C6C6C5;
  margin-bottom: 8.7em;
  padding: 0 1.5em 12em;
}
.promise .promise__block > div:nth-of-type(1), .promise .promise__block > div:nth-of-type(3) {
  position: relative;
}
.promise .promise__block > div:nth-of-type(1) .promise__subtitle, .promise .promise__block > div:nth-of-type(3) .promise__subtitle {
  margin-left: -0.62em;
  margin-top: -1.4em;
}
.promise .promise__block > div:nth-of-type(1)::before, .promise .promise__block > div:nth-of-type(3)::before {
  content: "";
  background: url(../images/promise_img1.png) no-repeat left bottom/contain;
  width: 10em;
  height: 10em;
  position: absolute;
  bottom: 2.8em;
  right: 2.5em;
}
.promise .promise__block > div:nth-of-type(3) {
  margin-bottom: 5.5em;
}
.promise .promise__block > div:nth-of-type(2) {
  padding: 0 1.5em 14em;
  position: relative;
}
.promise .promise__block > div:nth-of-type(2) .promise__subtitle {
  margin-right: -0.76em;
  margin-top: -1.7em;
  font-size: 2.6em;
  line-height: 1.35;
  padding: 0.48em 0.7em 0.51em 0.8em;
}
.promise .promise__block > div:nth-of-type(2)::before {
  content: "";
  background: url(../images/promise_img1.png) no-repeat left bottom/contain;
  width: 10em;
  height: 10em;
  position: absolute;
  bottom: 2.8em;
  left: 3em;
}
.promise .promise__block .promise__subtitle {
  display: block;
  font-size: 3.2em;
  color: #fff;
  background-color: #002843;
  line-height: 1.25;
  padding: 0.35em 0.7em 0.37em 0.8em;
  margin-bottom: 0.9em;
}
.promise .promise__block .promise__subtitle span {
  color: #D8D32B;
}
.promise .promise__block p {
  font-size: 1.9em;
  line-height: 1.75;
}
.promise .promise__block p span {
  color: #D61D2A;
  font-weight: 500;
}

@media screen and (max-width: 700px) {
  .promise {
    font-size: 2.28vw;
  }
}
/*  service
--------------------------------------------------------------------------- */
.service {
  padding: 4em 0 7em;
  background: url(../images/service_bk.png) repeat center top/50em;
}
.service .service__title {
  text-align: center;
  font-size: 4.75em;
  width: 89%;
  margin: 0 auto 1em;
  color: #002843;
  line-height: 1.3;
}
.service .service__title span {
  font-size: 0.7em;
}

@media screen and (max-width: 700px) {
  .service {
    font-size: 2.28vw;
  }
}
/*  voice
--------------------------------------------------------------------------- */
.voice {
  padding: 6.8em 0 4.5em;
  background: url(../images/voice_bk.jpg) repeat center bottom/100%;
}
.voice .voice__title {
  width: 92%;
  margin: 0 auto 3.6em;
}
.voice .voice__block {
  width: 97%;
  margin: 0 auto 0em;
}
.voice .voice__block > div {
  margin-bottom: 6em;
}
.voice .voice__block .voice__img {
  margin-bottom: 1.5em;
}
.voice .voice__block p {
  border: 0.5em solid #EAD684;
  background-color: #fff;
  font-size: 1.72em;
  font-weight: 400;
  line-height: 1.65;
  padding: 1.8em 1.2em;
}
.voice .voice__block p span {
  font-weight: 500;
  color: #D61D2A;
}

@media screen and (max-width: 700px) {
  .voice {
    font-size: 2.28vw;
  }
}
/*  price1
--------------------------------------------------------------------------- */
.price1 {
  padding: 2em 0 2.5em;
  background-color: #C6C6C5;
  position: relative;
}
.price1::before {
  content: "";
  background: url(../images/price_icon.png) no-repeat center top/contain;
  width: 8em;
  height: 8em;
  position: absolute;
  top: -3.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.price1 .price1__title {
  text-align: center;
  font-size: 5.31em;
  color: #002843;
  width: 92%;
  margin: 0 auto 0em;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}
.price1 .price1__title span {
  background-color: #002843;
  color: #fff;
  font-size: 0.5em;
  line-height: 1;
  padding: 0.01em 0.3em 0.06em;
}

.price2 {
  padding: 3.5em 0 4em;
}
.price2 table {
  width: 100%;
  text-align: left;
  font-size: 1.8em;
  color: #00131E;
  margin-bottom: 1.8em;
}
.price2 table tr:nth-of-type(2) td, .price2 table tr:nth-of-type(4) td {
  background-color: #E8E8E6;
}
.price2 table th {
  background-color: #D9D6A4;
  padding: 0.7em 0 0.7em 1.2em;
}
.price2 table th:nth-of-type(1) {
  width: 22%;
}
.price2 table th:not(:last-of-type) {
  border-right: 0.07em solid #CCC9A0;
}
.price2 table td {
  padding: 0.9em 0 0.9em 1.2em;
  line-height: 2.2;
}
.price2 table td:not(:last-of-type) {
  border-right: 0.07em solid #CCC9A0;
}
.price2 table td:last-of-type {
  color: #D61D2A;
  font-weight: 600;
}
.price2 .price__small {
  line-height: 1.4;
  font-size: 1.08em;
}

@media screen and (max-width: 700px) {
  .price1 {
    font-size: 2.28vw;
  }
  .price2 {
    font-size: 2.28vw;
  }
}
/*  assur1
--------------------------------------------------------------------------- */
.assur1 {
  padding: 2.5em 0 1em;
  background: url(../images/assur1_bk.png) repeat center top/100% 100%;
}
.assur1 .assur1__title {
  text-align: center;
  font-size: 5.31em;
  color: #002843;
  width: 92%;
  margin: 0 auto 0em;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}
.assur1 .assur1__title span {
  background-color: #002843;
  color: #fff;
  font-size: 0.5em;
  line-height: 1;
  padding: 0.01em 0.3em 0.06em;
}

.assur2 {
  padding: 3em 0 2.5em;
}
.assur2 p {
  text-align: center;
  font-size: 1.75em;
  line-height: 1.6;
  margin-bottom: 2.2em;
}
.assur2 p span {
  font-weight: 500;
}
.assur2 img {
  display: block;
  width: 84%;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .assur1 {
    font-size: 2.28vw;
  }
  .assur2 {
    font-size: 2.28vw;
  }
}
/*  area
--------------------------------------------------------------------------- */
.area {
  padding: 3em 0 4em;
  background-color: #002843;
}
.area .area__title {
  text-align: center;
  font-size: 5.03em;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  width: 92%;
  margin: 0 auto 0.7em;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}
.area .area__title img {
  width: 2.2em;
  vertical-align: -0.3em;
}
.area .area__block {
  background-color: #fff;
  padding: 4em 0em 4em 3em;
}
.area .area__block img {
  display: block;
  margin-left: -2.3em;
  margin-bottom: 4em;
  width: 95%;
}
.area .area__block .area__city {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area .area__block .area__city > div {
  font-size: 1.8em;
  flex-basis: 30%;
  margin-bottom: 1.2em;
  position: relative;
}
.area .area__block .area__city > div::before {
  content: "";
  background: url(../images/area_icon2.png) no-repeat center top/contain;
  width: 0.35em;
  height: 0.35em;
  position: absolute;
  top: 0.45em;
  left: -0.7em;
}

@media screen and (max-width: 700px) {
  .area {
    font-size: 2.28vw;
  }
}
/*  flow
--------------------------------------------------------------------------- */
.flow {
  padding: 5.5em 0 9em;
  background: url(../images/flow_bk.jpg) no-repeat center top/100%;
}
.flow .flow__title {
  text-align: center;
  font-size: 4.32em;
  font-weight: 700;
  color: #002843;
  width: 92%;
  margin: 0 auto 0.7em;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}
.flow .flow__title span {
  color: #A59504;
}
.flow .flow__block {
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto;
}
.flow .flow__block > div:nth-of-type(1) {
  flex-basis: 11.5%;
}
.flow .flow__block > div:nth-of-type(2) {
  flex-basis: 86%;
  padding-top: 0.7em;
}
.flow .flow__block > div:nth-of-type(2) img {
  width: 94%;
  margin-left: 0.2em;
  margin-bottom: 3em;
}
.flow .flow__block > div:nth-of-type(2) p {
  font-size: 2em;
  line-height: 1.65;
  padding-right: 0.3em;
}
.flow .flow__block .flow_subtitle {
  font-size: 3.05em;
  font-weight: 600;
  margin-bottom: 0.9em;
}

@media screen and (max-width: 700px) {
  .flow {
    font-size: 2.28vw;
  }
}
/*  pay1
--------------------------------------------------------------------------- */
.pay1 {
  padding: 0 0 1.5em;
  background-color: #919190;
}
.pay1 .pay1__title {
  text-align: center;
  font-size: 5.31em;
  color: #002843;
  width: 92%;
  margin: 0 auto 0em;
  line-height: 1.25;
}
.pay1 .pay1__title img {
  margin-top: -1em;
}

.pay2 {
  padding: 5.5em 0 3em;
}
.pay2 ul {
  margin-left: 8em;
}
.pay2 ul li {
  font-size: 2.85em;
  font-weight: 600;
  margin-bottom: 1.3em;
  position: relative;
}
.pay2 ul li::before {
  content: "";
  background: url(../images/area_icon2.png) no-repeat center top/contain;
  width: 0.3em;
  height: 0.3em;
  position: absolute;
  top: 0.4em;
  left: -1em;
}

@media screen and (max-width: 700px) {
  .pay1 {
    font-size: 2.28vw;
  }
  .pay2 {
    font-size: 2.28vw;
  }
}
/*  faq
--------------------------------------------------------------------------- */
.faq {
  padding: 3em 0 1em;
}
.faq .faq__title {
  text-align: center;
}
.faq .faq__title span {
  font-size: 3.5em;
  font-weight: 800;
  color: #002843;
  line-height: 1;
  display: inline-block;
  margin-bottom: 1.8em;
  border-left: 0.3em solid #002843;
  border-right: 0.3em solid #002843;
  padding: 0 1em;
}
.faq .faq__block {
  padding: 3.3em 0;
  background-color: #D6D6D6;
  margin-bottom: 3em;
}
.faq .faq__block p {
  margin-left: 2em;
}
.faq .faq__block p:nth-of-type(1) {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.3em;
  position: relative;
}
.faq .faq__block p:nth-of-type(1)::before {
  content: "";
  background: url(../images/faq_icon.png) no-repeat center top/contain;
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  top: 0.3em;
  left: -1.8em;
}
.faq .faq__block p:nth-of-type(2) {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 700px) {
  .faq {
    font-size: 2.28vw;
  }
}
/*  corp
--------------------------------------------------------------------------- */
.corp {
  padding: 2em 0 4.5em;
}
.corp .corp__title {
  text-align: center;
  font-size: 3.7em;
  font-weight: 800;
  color: #00131E;
  line-height: 1;
  margin-bottom: 1.8em;
}
.corp ul {
  width: 92%;
  margin: 0 auto;
}
.corp ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.7em;
  padding-bottom: 1.3em;
  border-bottom: 0.17em dotted #a8b1b6;
}
.corp ul li:nth-of-type(1) {
  border-bottom: 0.17em solid #00131E;
  padding-bottom: 1em;
}
.corp ul li span:nth-of-type(1) {
  font-size: 2.3em;
  font-weight: 500;
}
.corp ul li span:nth-of-type(2) {
  font-size: 2.1em;
  font-weight: 400;
}

@media screen and (max-width: 700px) {
  .corp {
    font-size: 2.28vw;
  }
}
/*  floatbtn
--------------------------------------------------------------------------- */
.floatbtn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(253, 251, 227, 0.7);
  padding: 0.8em 0 0.6em;
}
.floatbtn .floatbtn__block {
  display: flex;
  justify-content: space-between;
}
.floatbtn .floatbtn__block a {
  flex-basis: 47%;
}

@media screen and (max-width: 940px) {
  .floatbtn {
    font-size: 1.6vw;
    padding: 1em 0 1em;
  }
  .floatbtn .floatbtn__block {
    display: flex;
    justify-content: space-between;
  }
  .floatbtn .floatbtn__block a {
    flex-basis: 49.5%;
  }
}
/* footer */
.footer {
  background-color: #051d55;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  height: 6em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 940px) {
  .footer {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 2.8vw;
    height: 7.5em;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.contact {
  padding: 0px 20px 80px;
}

.contact.contact--top {
  padding: 30px 20px;
  margin-top: -12em;
  background-color: #dfdeca;
}

@media screen and (min-width: 768px) and (max-width: 1360px) {
  .contact.contact--top {
    margin-top: -15vw;
    background-color: #dfdeca;
  }
}
.contact .contact_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.contact .contact_inner .tel {
  margin-bottom: 20px;
}

.contact .contact_inner 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) {
  .contact {
    padding: 30px 20px 40px;
    margin-top: -1em;
  }
  .contact.contact--top {
    padding: 30px 20px;
    margin-top: -19em;
    background-color: #dfdeca;
  }
  .contact.contact--type2 {
    margin-top: 0;
  }
  .contact .contact_inner .tel {
    margin-bottom: 0;
  }
  .contact .contact_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/* tel HTML text */
.tel__banner {
  position: relative;
}

.tel__banner span {
  position: absolute;
  top: 0.2em;
  left: 2em;
  font-size: 1.9em;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.05em;
  color: #ef5790;
  font-weight: bold;
}

.tel__banner.tel__banner--conv span {
  top: -1.2em;
  left: 7.1em;
  font-size: 3.8em;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) and (max-width: 1105px) {
  .tel__banner.tel__banner--conv {
    font-size: 1.44vw;
  }
}
.tel__banner_sp {
  position: relative;
}

.tel__banner_sp span {
  position: absolute;
  top: -11vw;
  left: 12.5vw;
  font-size: 7.3vw;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.35vw;
  color: #ffff00;
  font-weight: bold;
  text-shadow: 0.03em 0.03em 0.02em #000;
}

.tel__banner_sp.tel__banner_sp--fix span {
  top: -9.2vw;
  left: 7vw;
  font-size: 4.4vw;
  letter-spacing: -0.35vw;
}

@media screen and (max-width: 650px) {
  .tel__banner_sp.tel__banner_sp--conv span {
    top: -11vw;
    left: 12.5vw;
  }
  .tel__banner_sp.tel__banner_sp--fix span {
    top: -8.8vw;
  }
}
@media screen and (max-width: 580px) {
  .tel__banner_sp.tel__banner_sp--fix span {
    top: -8.4vw;
  }
}
@media screen and (max-width: 500px) {
  .tel__banner_sp.tel__banner_sp--conv span {
    top: -10.5vw;
    left: 12.5vw;
  }
  .tel__banner_sp.tel__banner_sp--fix span {
    top: -7.9vw;
  }
}
@media screen and (max-width: 440px) {
  .tel__banner_sp.tel__banner_sp--fix span {
    top: -7.2vw;
  }
}
@media screen and (max-width: 370px) {
  .tel__banner_sp.tel__banner_sp--conv span {
    top: -10vw;
    left: 12.5vw;
  }
  .tel__banner_sp.tel__banner_sp--fix span {
    top: -6.4vw;
  }
}
#fixed_footer {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: auto;
}

#fixed_footer .fixed_footer_inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #faf038;
  border: 0.7vw solid #ff643a;
  padding: 0.7vw 1vw 1.7vw;
  position: relative;
}

#fixed_footer .fixed_footer_inner_flex::before {
  content: "";
  background: url(../images/fix_icon.png) no-repeat center top/contain;
  width: 11vw;
  height: 11vw;
  position: absolute;
  top: 11.5vw;
  right: 0.7vw;
  z-index: 1;
}

#fixed_footer .fixed_footer_inner_flex div img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* #return_top {
    transform: translate3d(0,-86px,0);
  } */
  body.show_footer_bar #return_top.active {
    transform: translate3d(0, -21.5vw, 0);
  }
  #dp-footer-bar {
    display: none;
  }
}
.payment {
  font-size: 16px;
  padding: 3em 20px;
}

.payment.payment--type2 {
  margin: -3em 0 4em;
}

.payment.payment--type3 {
  margin: -3em 0 1em;
}

.payment .payment__inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 3em;
}

.payment .payment__inner > div > span {
  font-size: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  background-color: #0D70C0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}

.payment .payment__inner > div:nth-of-type(1) > img {
  width: 65%;
  margin: 0 auto 1em;
  display: block;
}

.payment .payment__inner > div:nth-of-type(2) > img {
  width: 27%;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
  .payment {
    font-size: 1.54vw;
  }
}
@media screen and (max-width: 767px) {
  .payment {
    font-size: 2.2vw;
    padding: 2em 20px 1.8em;
  }
  .payment--last {
    padding: 2em 20px 13em;
  }
  .payment .payment__inner {
    padding: 0 1.8em;
  }
  .payment .payment__inner > div > span {
    font-size: 1.8em;
    height: 2.3em;
    margin-bottom: 0.5em;
  }
  .payment .payment__inner > div:nth-of-type(1) > img {
    width: 95%;
    max-width: 600px;
  }
  .payment .payment__inner > div:nth-of-type(2) > img {
    width: 40%;
    max-width: 260px;
  }
}
#header {
  z-index: 1100;
  position: relative;
  width: 100%;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

#header {
  position: fixed;
  top: 0px;
  left: 0px;
  -webkit-animation: shadow_animation 0.7s esase forwards 0.2s;
  animation: shadow_animation 0.7s ease forwards 0.2s;
}

#header:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#header:after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: #ffffff;
  top: -80px;
  left: 0px;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  background: rgb(255, 255, 255);
}

#header_logo .logo {
  font-weight: 500;
}

#header_logo a {
  z-index: 10;
  position: absolute;
  left: 0px;
  height: 80px;
  line-height: 80px;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0);
}

#global_menu {
  width: 100%;
  height: 80px;
  z-index: 2;
  position: relative;
}

#global_menu > ul {
  position: relative;
  text-align: center;
  font-size: 0;
}

#global_menu > ul > li {
  display: inline-block;
  line-height: 1;
  text-align: center;
  font-size: 14px;
}

#global_menu > ul > li > a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
  color: #000;
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  #header_logo a {
    padding: 0 20px;
  }
  #header_logo a img {
    width: 150px;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  #header {
    height: 60px;
    webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }
  #header {
    position: fixed;
    top: 0px;
    left: 0px;
    -webkit-animation: shadow_animation 0.7s esase forwards 0.2s;
    animation: shadow_animation 0.7s ease forwards 0.2s;
  }
  #header_logo a {
    height: 60px;
    line-height: 60px;
    padding: 0 20px !important;
  }
  #global_menu_button {
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    font-size: 11px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
  }
  #global_menu_button span {
    background: #000 !important;
  }
  #global_menu_button span {
    background: #000 !important;
  }
  #global_menu_button span {
    width: 22px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #global_menu_button span:nth-child(1) {
    top: 24px;
    left: 20px;
  }
  #global_menu_button span:nth-child(2) {
    top: 30px;
    left: 20px;
  }
  #global_menu_button span:nth-child(3) {
    top: 36px;
    left: 20px;
  }
  #header #global_menu {
    display: none;
  }
  #drawer_menu {
    display: block;
    position: fixed;
    top: 0px;
    right: -400px;
    width: 400px;
    height: 100%;
    background: #333;
    overflow: auto;
    z-index: 9999;
    -webkit-transition: right 300ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 300ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #drawer_menu {
    right: -80%;
    width: 80%;
  }
  #drawer_menu {
    color: #ffffff;
    background: #000000;
  }
  .open_menu #drawer_menu {
    right: 0;
    box-shadow: -5px 0 20px 0 rgba(0, 0, 0, 0.4);
  }
  #mobile_menu {
    width: 100%;
    margin: 0;
  }
  #mobile_menu li {
    position: relative;
  }
  #mobile_menu a {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 60px 0 20px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    visibility: visible;
  }
  #mobile_menu a {
    color: #ffffff;
    border-color: #444444;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 5000;
  }
  .open_menu .overlay {
    opacity: 1;
    visibility: visible;
  }
}/*# sourceMappingURL=style.css.map */