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: -2.95em;
  height: 3em;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #bfacaf;
  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: 3em solid transparent;
  border-right: 3em solid transparent;
  border-top: 2em solid #d6001a;
  bottom: -1.7em;
  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: 4em 0 3.5em;
  background: url(../images/btn_bk.jpg) no-repeat center top/cover;
  position: relative;
  z-index: 1;
}
.btn .container {
  padding: 3em 0 1.5em;
  background: url(../images/btn_bk2.png) no-repeat center top/cover;
}
.btn .btn__title {
  width: 94%;
  margin: 0 auto 2.5em;
}
.btn a {
  display: block;
  width: 95.5%;
  margin: 0 auto 1.8em;
}

@media screen and (max-width: 700px) {
  .btn {
    font-size: 2.28vw;
  }
}
/*  mv
--------------------------------------------------------------------------- */
.mv {
  position: relative;
  overflow-x: hidden;
}
.mv .mv__img {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .mv {
    font-size: 2.28vw;
  }
}
/*  problem
--------------------------------------------------------------------------- */
.problem1 {
  padding: 0em 0 0.5em;
  background-color: #bfacaf;
}
.problem1 .container {
  overflow-x: hidden;
}
.problem1 .problem1__title {
  width: 110%;
  margin: -2.5em auto 0;
  margin-left: -2%;
}
.problem1 .problem__block {
  display: block;
  font-size: 1.9em;
  width: 80%;
  margin: -0.8em auto 1em;
  background-color: #fff;
  padding: 2em 0em 2em 3.5em;
  line-height: 1.4;
}
.problem1 .problem__block li {
  position: relative;
  margin-bottom: 0.8em;
}
.problem1 .problem__block li::before {
  content: "";
  background: url(../images/problem_icon.png) no-repeat center top/contain;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 0.4em;
  left: -1.5em;
}
.problem1 .problem__block span {
  font-weight: bold;
  color: #9b003f;
}
.problem1 .problem__block span.nocolor {
  color: #000;
}

.problem2 {
  padding: 5.5em 0 2em;
}
.problem2 .problem2__img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .problem1 {
    font-size: 2.28vw;
  }
  .problem1 .container {
    overflow-x: hidden;
  }
  .problem2 {
    font-size: 2.28vw;
  }
}
/*  reason
--------------------------------------------------------------------------- */
.reason1 {
  padding: 1em 0 0.8em;
  background-color: #d6001a;
  overflow: hidden;
}
.reason1 .reason1__title {
  width: 116%;
  margin: 0 auto 1em;
  margin-left: -8%;
}

.reason2 {
  padding: 6em 0 1em;
  background: url(../images/reason2_bk.jpg) no-repeat center top/100% 100%;
}
.reason2 .reason2__block > div {
  background-color: #fff;
  padding: 0.4em 2.5em 5.5em;
  box-shadow: 0.07em 0.07em 0.38em rgba(46, 47, 48, 0.75);
  width: 80%;
  margin: 0 auto;
  margin-top: 3em;
  margin-bottom: 7.5em;
  position: relative;
}
.reason2 .reason2__block > div::after {
  content: "";
  background: url(../images/reason2_titlebk1.png) no-repeat center top/contain;
  width: 107%;
  height: 30em;
  position: absolute;
  top: -4.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-left: -3.5%;
}
.reason2 .reason2__block > div:nth-of-type(1)::after {
  background: url(../images/reason2_titlebk1.png) no-repeat center top/contain;
}
.reason2 .reason2__block > div:nth-of-type(2)::after {
  background: url(../images/reason2_titlebk2.png) no-repeat center top/contain;
}
.reason2 .reason2__block > div:nth-of-type(3)::after {
  background: url(../images/reason2_titlebk3.png) no-repeat center top/contain;
}
.reason2 .reason2__block > div:nth-of-type(4)::after {
  background: url(../images/reason2_titlebk4.png) no-repeat center top/contain;
}
.reason2 .reason2__block > div:nth-of-type(5) {
  margin-bottom: 4em;
}
.reason2 .reason2__block > div:nth-of-type(5)::after {
  background: url(../images/reason2_titlebk5.png) no-repeat center top/contain;
}
.reason2 .reason2__block .reason2__title {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 2.7em;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 1.3em;
  position: relative;
  z-index: 1;
  width: 118%;
  margin-left: -9%;
  letter-spacing: -0.03em;
}
.reason2 .reason2__block .reason2__title span.color {
  color: #fcee21;
}
.reason2 .reason2__block .reason2__title span.bold {
  font-weight: 600;
  text-shadow: 1px 1px 0 #5d000b, -1px -1px 0 #5d000b, -1px 1px 0 #5d000b, 1px -1px 0 #5d000b, 0px 1px 0 #5d000b, -1px 0 #5d000b, -1px 0 0 #5d000b, 1px 0 0 #5d000b;
}
.reason2 .reason2__block .reason2__title span.big {
  font-size: 1.05em;
}
.reason2 .reason2__block .reason2__title span.small1 {
  font-size: 0.9em;
}
.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 {
  display: block;
  width: 92%;
  margin: 4.5em auto 3em;
}
.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
--------------------------------------------------------------------------- */
.promise1, .promise2 {
  padding: 2.5em 0 0em;
}
.promise1 .promise__title, .promise2 .promise__title {
  width: 95%;
  margin: 0 auto 0em;
}
.promise1 .promise__block > div, .promise2 .promise__block > div {
  background-color: #fff;
  box-shadow: 0.07em 0.07em 0.48em rgba(46, 47, 48, 0.8);
  margin-bottom: 4.2em;
  padding: 7em 1.5em 7em;
  position: relative;
}
.promise1 .promise__block > div::before, .promise2 .promise__block > div::before {
  content: "";
  width: 12.7em;
  height: 10em;
  position: absolute;
  top: 0.6em;
  left: -0.35em;
}
.promise1 .promise__block > div:nth-of-type(1)::before, .promise2 .promise__block > div:nth-of-type(1)::before {
  background: url(../images/promise_mark1.png) no-repeat center top/contain;
}
.promise1 .promise__block > div:nth-of-type(2)::before, .promise2 .promise__block > div:nth-of-type(2)::before {
  background: url(../images/promise_mark2.png) no-repeat center top/contain;
}
.promise1 .promise__block > div:nth-of-type(3)::before, .promise2 .promise__block > div:nth-of-type(3)::before {
  background: url(../images/promise_mark3.png) no-repeat center top/contain;
}
.promise1 .promise__block .promise__subtitle, .promise2 .promise__block .promise__subtitle {
  display: block;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.6em;
  text-align: center;
}
.promise1 .promise__block .promise__subtitle.promise__subtitle--small, .promise2 .promise__block .promise__subtitle.promise__subtitle--small {
  font-size: 2.8em;
}
.promise1 .promise__block .promise__subtitle span.red, .promise2 .promise__block .promise__subtitle span.red {
  color: #d6001a;
}
.promise1 .promise__block .promise__subtitle span.small, .promise2 .promise__block .promise__subtitle span.small {
  font-size: 0.93em;
}
.promise1 .promise__block .promise__subtitle span.big, .promise2 .promise__block .promise__subtitle span.big {
  font-size: 1.1em;
}
.promise1 .promise__block img, .promise2 .promise__block img {
  display: block;
  width: 90%;
  margin: 0 auto 2em;
}
.promise1 .promise__block p, .promise2 .promise__block p {
  font-size: 1.7em;
  line-height: 1.7;
}
.promise1 .promise__block p span, .promise2 .promise__block p span {
  background: linear-gradient(transparent 60%, #f7e85e 60%);
}

.promise1 {
  padding: 1.5em 0 2em;
}

.promise2 {
  padding: 6.5em 0 3em;
  background-color: #db1f35;
}

@media screen and (max-width: 700px) {
  .promise1, .promise2 {
    font-size: 2.28vw;
  }
}
/*  service
--------------------------------------------------------------------------- */
.service {
  padding: 5.5em 0 2em;
  background: url(../images/service_bk.png) repeat center top/50em;
}
.service .service__title {
  text-align: center;
  font-size: 3.75em;
  width: 91%;
  margin: 0 auto 0.5em;
  color: #002843;
  line-height: 1.3;
}
.service .service__title span {
  color: #d6001a;
}

@media screen and (max-width: 700px) {
  .service {
    font-size: 2.28vw;
  }
}
/*  voice
--------------------------------------------------------------------------- */
.voice1 {
  padding: 1em 0 3.3em;
  background: url(../images/voice_bk1.png) no-repeat center bottom/100% 80%;
}
.voice1 .voice__title {
  width: 95%;
  margin: 0 auto 0;
}

.voice2 {
  background-color: #f9ea93;
}
.voice2 .voice__block {
  width: 97%;
  margin: 1.5em auto 0em;
}
.voice2 .voice__block > div {
  margin-bottom: 2em;
}
.voice2 .voice__block > div:nth-of-type(1) .voice__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background: url(../images/voice_img1.png) no-repeat center top/contain;
  background-color: #fff;
}
.voice2 .voice__block > div:nth-of-type(2) .voice__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background: url(../images/voice_img2.png) no-repeat center top/contain;
  background-color: #fff;
}
.voice2 .voice__block > div:nth-of-type(3) {
  margin-bottom: 0;
}
.voice2 .voice__block > div:nth-of-type(3) .voice__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background: url(../images/voice_img3.png) no-repeat center top/contain;
  background-color: #fff;
}
.voice2 .voice__block > div:nth-of-type(3) .voice__wrap {
  padding: 1.5em 0 4em;
}
.voice2 .voice__block .voice__img {
  margin-bottom: 1.5em;
  margin-left: 1em;
  height: 16.5em;
  position: relative;
  z-index: 1;
}
.voice2 .voice__block .voice__img::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1.8em;
  position: absolute;
  top: -1.8em;
  left: 0;
}
.voice2 .voice__block .voice__img::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1.5em;
  position: absolute;
  bottom: -1.5em;
  left: 0;
}
.voice2 .voice__block .voice__wrap {
  max-width: 1300px !important;
  margin: 0 auto;
  padding: 1.5em 0 1.6em;
}
.voice2 .voice__block .voice__wrap .voice__text2 {
  background-color: #fff;
  font-size: 1.63em;
  font-weight: 400;
  line-height: 1.65;
  padding: 1.6em 1.2em 1.8em;
  text-align: justify;
  box-shadow: 0.07em 0.07em 0.28em rgba(46, 47, 48, 0.5);
}
.voice2 .voice__block .voice__wrap .voice__text2 span {
  font-weight: 500;
  color: #D61D2A;
}

@media screen and (max-width: 700px) {
  .voice1, .voice2 {
    font-size: 2.28vw;
  }
}
/*  price1
--------------------------------------------------------------------------- */
.price1 {
  padding: 2em 0 1.5em;
  margin-top: 5.2em;
  background-color: #d6001a;
  position: relative;
}
.price1 .price1__title {
  text-align: center;
  font-size: 5.31em;
  color: #002843;
  width: 78%;
  margin: -1.1em 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 7.5em;
}
.price2 table {
  width: 100%;
  text-align: left;
  font-size: 2em;
  color: #00131E;
  margin-bottom: 1.8em;
}
.price2 table tr:nth-of-type(2) td, .price2 table tr:nth-of-type(4) td {
  background-color: #f4f4f4;
}
.price2 table th {
  background-color: #d6001a;
  color: #fff;
  padding: 0.7em 0 0.7em 1em;
}
.price2 table th:nth-of-type(1) {
  width: 22%;
}
.price2 table td {
  padding: 0.9em 0 0.9em 1em;
  line-height: 2.2;
}
.price2 table td:not(:last-of-type) {
  border-right: 0.05em solid #666;
}
.price2 table td:last-of-type {
  color: #e95513;
  font-weight: 600;
}
.price2 .price__small {
  line-height: 1.4;
  font-size: 1.28em;
}

@media screen and (max-width: 700px) {
  .price1 {
    font-size: 2.28vw;
  }
  .price2 {
    font-size: 2.28vw;
  }
}
/*  assur
--------------------------------------------------------------------------- */
.assur {
  padding: 2.5em 0 4em;
  background-color: #f9ea93;
}
.assur img {
  display: block;
  width: 96%;
  margin: -4.5em auto 0;
}

@media screen and (max-width: 700px) {
  .assur {
    font-size: 2.28vw;
  }
}
/*  area
--------------------------------------------------------------------------- */
.area {
  padding: 3em 0 4em;
  background-color: #d6001a;
}
.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: 0 auto;
  margin-left: -1em;
  margin-bottom: 4em;
  width: 88%;
}
.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;
  padding-left: 0.4em;
  position: relative;
}
.area .area__block .area__city > div::before {
  content: "";
  background: url(../images/area_icon2.png) no-repeat center top/contain;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0.4em;
  left: -0.4em;
}

@media screen and (max-width: 700px) {
  .area {
    font-size: 2.28vw;
  }
}
/*  flow
--------------------------------------------------------------------------- */
.flow1 {
  padding: 2.5em 0 0em;
  background-color: #fff;
}
.flow1 .flow__title {
  text-align: center;
  font-size: 4.9em;
  font-weight: 700;
  color: #002843;
  width: 100%;
  margin: 0 auto 0.6em;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  font-style: italic;
}
.flow1 .flow__title span {
  color: #d6001a;
}
.flow1 .flow__title img {
  width: 1.6em;
  height: auto;
  margin-left: 0.3em;
  vertical-align: -0.2em;
}

.flow2 {
  padding: 5em 0 4em;
  background: url(../images/flow_bk.jpg) no-repeat center top/cover;
}
.flow2 .flow_wrap {
  background-color: #fff;
  padding: 3.5em 0 5em;
}
.flow2 .flow__block {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}
.flow2 .flow__block > div:nth-of-type(1) {
  flex-basis: 11.5%;
}
.flow2 .flow__block > div:nth-of-type(2) {
  flex-basis: 86%;
  padding-top: 0.7em;
}
.flow2 .flow__block > div:nth-of-type(2) img {
  width: 97%;
  margin-left: 0.2em;
  margin-bottom: 2em;
}
.flow2 .flow__block > div:nth-of-type(2) p {
  font-size: 2em;
  line-height: 1.65;
  padding-right: 0.3em;
}
.flow2 .flow__block > div:nth-of-type(2) p span {
  display: block;
  margin-top: 1em;
  font-size: 0.65em;
}
.flow2 .flow__block .flow_subtitle {
  font-size: 3.2em;
  font-weight: 600;
  margin-bottom: 0.9em;
  color: #d6001a;
}

@media screen and (max-width: 700px) {
  .flow1, .flow2 {
    font-size: 2.28vw;
  }
}
/*  pay1
--------------------------------------------------------------------------- */
.pay1 {
  padding: 0 0 0;
  background-color: #d6001a;
  overflow: hidden;
}
.pay1 .pay1__title {
  text-align: center;
  font-size: 5.31em;
  color: #002843;
  width: 120%;
  margin: 0 auto 0em;
  margin-left: -10%;
  line-height: 1.25;
}
.pay1 .pay1__title img {
  margin-top: -0.5em;
  margin-bottom: -0.65em;
}

.pay2 {
  padding: 4em 0 4em;
}
.pay2 img {
  display: block;
  width: 75%;
  margin: 0 auto 5em;
}
.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_icon3.png) no-repeat center top/contain;
  width: 0.38em;
  height: 0.38em;
  position: absolute;
  top: 0.35em;
  left: -1em;
}

@media screen and (max-width: 700px) {
  .pay1 {
    font-size: 2.28vw;
  }
  .pay2 {
    font-size: 2.28vw;
  }
}
/*  faq
--------------------------------------------------------------------------- */
.faq1 {
  padding: 0 0 0;
  background-color: #d6001a;
  overflow: hidden;
}
.faq1 .faq1__title {
  text-align: center;
  font-size: 5.31em;
  color: #002843;
  width: 120%;
  margin: 0 auto 0em;
  margin-left: -10%;
  line-height: 1.25;
}
.faq1 .faq1__title img {
  margin-top: -0.5em;
  margin-bottom: -0.75em;
}

.faq2 {
  padding: 1.5em 0 3em;
}
.faq2 .faq__block {
  padding: 3.3em 0;
  background-color: #f4f4f4;
  margin-bottom: 4em;
}
.faq2 .faq__block p {
  margin-left: 2em;
}
.faq2 .faq__block p:nth-of-type(1) {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.3em;
  color: #d6001a;
  position: relative;
}
.faq2 .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;
}
.faq2 .faq__block p:nth-of-type(2) {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 700px) {
  .faq1, .faq2 {
    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.05;
  margin: 0 auto;
  margin-bottom: 1.8em;
  display: block;
  width: 5.3em;
  border-left: 0.4em solid #d6001a;
}
.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:nth-of-type(1) span {
  font-weight: 700 !important;
}
.corp ul li span:nth-of-type(1) {
  font-size: 2.3em;
  font-weight: 600;
}
.corp ul li span:nth-of-type(2) {
  font-size: 2.3em;
  font-weight: 500;
}

@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;
  }
}
.tel__banner_sp {
  position: relative;
}

.tel__banner_sp span {
  position: absolute;
  top: 1.22em;
  left: 3.6em;
  font-size: 56px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.01em;
  color: #ffff00;
  font-weight: bold;
}

.tel__banner_sp.tel__banner_sp--fix span {
  top: -9.2vw;
  left: 7vw;
  font-size: 4.4vw;
  letter-spacing: -0.35vw;
  text-shadow: 0.03em 0.03em 0.02em #000;
}

@media screen and (max-width: 700px) {
  .tel__banner_sp.tel__banner_sp--conv span {
    font-size: 8vw;
  }
}
@media screen and (max-width: 650px) {
  .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--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--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: 19px;
  padding: 2em 20px;
}

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

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

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

.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: 80%;
  margin: 0 auto 1em;
  display: block;
}

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

@media screen and (max-width: 768px) {
  .payment {
    font-size: 2.75vw;
  }
  .payment--last {
    padding: 2em 20px 11em;
  }
}
#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-color: #db5419;
  }
  .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: #fff;
  }
  .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 */