@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ul, ol {
  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;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.lp-content, .lp-content__postContent {
  padding: 0 !important;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  line-height: 1.5;
  word-wrap: break-word;
}

a {
  text-decoration: none;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

main {
  display: block;
}

h1, h2, h3, h4, h5, h5 {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  section:not(.kv), footer {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 767px) {
  section:not(.kv), footer {
    padding: 12vw 3.3333333333vw;
  }
}
section:not(.kv) > div.inner, footer > div.inner {
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  section:not(.kv) > div.inner, footer > div.inner {
    margin: 0 auto;
  }
}
section:not(.kv) > div.inner h2, footer > div.inner h2 {
  text-align: center;
  display: table;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  section:not(.kv) > div.inner h2, footer > div.inner h2 {
    margin-bottom: 80px;
    font-size: 40px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 767px) {
  section:not(.kv) > div.inner h2, footer > div.inner h2 {
    line-height: 1.6;
    margin-bottom: 10.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
section:not(.kv) > div.inner h2:after, footer > div.inner h2:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url(../img/icon_bd.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  section:not(.kv) > div.inner h2:after, footer > div.inner h2:after {
    width: 64px;
    height: 6px;
    bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  section:not(.kv) > div.inner h2:after, footer > div.inner h2:after {
    width: 8.1333333333vw;
    height: 0.8vw;
    bottom: -2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section:not(.kv) > div.inner h2 span.sm, footer > div.inner h2 span.sm {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  section:not(.kv) > div.inner h2 span.sm, footer > div.inner h2 span.sm {
    font-size: 4vw;
  }
}

header {
  background-color: #212020;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
@media screen and (min-width: 768px) {
  header {
    height: 66px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 14.4vw;
  }
}
header div.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header div.logo {
    width: 100%;
  }
}
header div.logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  header div.logo a img {
    width: 107px;
  }
}
@media screen and (max-width: 767px) {
  header div.logo a img {
    width: 20.1333333333vw;
  }
}
header div.contact div.set {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  header div.contact div.set {
    gap: 0 20px;
  }
}
header div.contact div.set div.mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D80000;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  header div.contact div.set div.mail a {
    width: 225px;
    height: 66px;
    gap: 0 15px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  header div.contact div.set div.mail a {
    width: 44.2666666667vw;
    height: 14.4vw;
    gap: 0 4vw;
    line-height: 1.2;
  }
}
header div.contact div.set div.mail a:after {
  content: "";
  background: url(../img/icon_mail.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  header div.contact div.set div.mail a:after {
    width: 41px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  header div.contact div.set div.mail a:after {
    width: 8.8vw;
    height: 6.4vw;
  }
}
header div.contact div.set div.mail a p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  header div.contact div.set div.mail a p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  header div.contact div.set div.mail a p {
    font-size: 4vw;
  }
}
header div.contact div.set div.tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: inherit;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  header div.contact div.set div.tel a {
    margin: 0 20px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  header div.contact div.set div.tel a {
    width: 22.2666666667vw;
  }
}
header div.contact div.set div.tel a:before {
  content: "";
  background: url(../img/icon_tel1.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  header div.contact div.set div.tel a:before {
    width: 34px;
    height: 44px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  header div.contact div.set div.tel a:before {
    width: 6.8vw;
    height: 8.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  header div.contact div.set div.tel a span {
    display: none;
  }
}

section.kv {
  padding-top: 0;
  padding-bottom: 0;
}
section.kv div.timer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #212020;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.kv div.timer {
    height: 65px;
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.timer {
    height: 52px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.timer {
    height: 9.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.kv div.timer span.jsTimer {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.timer span.jsTimer {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.timer span.jsTimer {
    margin-right: 2.6666666667vw;
  }
}
section.kv div.timer span {
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.kv div.head {
    background: url(../img/kv_bg.png) 0 0/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.head {
    background: url(../img/sp/kv_bg.png) 0 0/cover no-repeat;
  }
}
section.kv div.head div.inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.kv div.head div.inner {
    max-width: 1480px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.head div.inner {
    max-width: 1184px;
    margin: 0 auto;
  }
}
section.kv div.head div.inner div.cont {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.kv div.head div.inner div.cont {
    display: table;
    padding: 100px 100px 0 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.head div.inner div.cont {
    padding: 80px 80px 0 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1110px) {
  section.kv div.head div.inner div.cont {
    padding: 40px 80px 0 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1110px) {
  section.kv div.head div.inner div.cont {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.head div.inner div.cont {
    padding: 4vw 0 4vw;
  }
}
section.kv div.head div.inner div.cont h2 {
  display: table;
  margin: 0 auto;
  line-height: 1.45;
}
section.kv div.head div.inner div.cont h2 > span {
  font-weight: bold;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.kv div.head div.inner div.cont h2 > span {
    padding: 8px 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.head div.inner div.cont h2 > span {
    padding: 6px 10px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.head div.inner div.cont h2 > span {
    padding: 1.0666666667vw 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  section.kv div.head div.inner div.cont h2 > span:nth-of-type(1) {
    font-size: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.head div.inner div.cont h2 > span:nth-of-type(1) {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.head div.inner div.cont h2 > span:nth-of-type(1) {
    font-size: 8vw;
  }
}
@media screen and (min-width: 768px) {
  section.kv div.head div.inner div.cont h2 > span:nth-of-type(1) span.sm {
    font-size: 47px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.head div.inner div.cont h2 > span:nth-of-type(1) span.sm {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.head div.inner div.cont h2 > span:nth-of-type(1) span.sm {
    font-size: 5.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.kv div.head div.inner div.cont h2 > span:nth-of-type(2) {
    font-size: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.head div.inner div.cont h2 > span:nth-of-type(2) {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.head div.inner div.cont h2 > span:nth-of-type(2) {
    font-size: 10.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.kv div.head div.inner div.cont h2 > span:nth-of-type(2) span.sm {
    font-size: 63px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.head div.inner div.cont h2 > span:nth-of-type(2) span.sm {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.head div.inner div.cont h2 > span:nth-of-type(2) span.sm {
    font-size: 7.7333333333vw;
  }
}
section.kv div.head div.inner div.cont h2 > span:nth-of-type(2) span.st {
  color: #D80000;
}
section.kv div.head div.inner div.cont ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.kv div.head div.inner div.cont ul {
    margin-top: 20px;
    gap: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.head div.inner div.cont ul {
    margin-top: 16px;
    gap: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.head div.inner div.cont ul {
    flex-wrap: wrap;
    margin-top: 2.6666666667vw;
    gap: 0.6666666667vw 2.6666666667vw;
    width: 42.6666666667vw;
    margin-left: 9.3333333333vw;
  }
}
section.kv div.head div.inner div.cont ul li h3 {
  position: relative;
  z-index: 1;
  transform: rotate(-5deg);
  text-shadow: 2px 2px 1px #fff;
}
@media screen and (min-width: 768px) {
  section.kv div.head div.inner div.cont ul li h3 {
    margin-left: 30px;
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.head div.inner div.cont ul li h3 {
    margin-left: 24px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.head div.inner div.cont ul li h3 {
    margin-left: 2.6666666667vw;
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 768px) {
  section.kv div.head div.inner div.cont ul li img {
    width: 136px;
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.head div.inner div.cont ul li img {
    width: 109px;
    margin-top: -24px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.head div.inner div.cont ul li img {
    width: 20vw;
    margin-top: -4vw;
  }
}
section.kv div.head div.inner div.cont h4 {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.kv div.head div.inner div.cont h4 {
    align-items: center;
    margin-top: 10px;
    font-size: 54px;
    text-shadow: 3px 3px 1px #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.head div.inner div.cont h4 {
    align-items: center;
    margin-top: 8px;
    font-size: 43px;
    text-shadow: 2px 2px 1px #fff;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.head div.inner div.cont h4 {
    align-items: baseline;
    gap: 0 4vw;
    margin-top: -5.3333333333vw;
    font-size: 7.3333333333vw;
    text-shadow: 2px 2px 1px #fff;
  }
}
section.kv div.head div.inner div.cont h4:after {
  content: "";
  background: url(../img/icon_ok.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  section.kv div.head div.inner div.cont h4:after {
    position: absolute;
    top: -60px;
    right: -45px;
    width: 81px;
    height: 126px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.head div.inner div.cont h4:after {
    position: absolute;
    top: -48px;
    right: -36px;
    width: 65px;
    height: 101px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.head div.inner div.cont h4:after {
    width: 10.8vw;
    height: 17.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.kv div.head div.inner div.image1 {
    position: absolute;
    bottom: -100px;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1110px) {
  section.kv div.head div.inner div.image1 {
    position: static;
  }
}
@media screen and (min-width: 768px) {
  section.kv div.head div.inner div.image1 img {
    width: 685px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.head div.inner div.image1 img {
    width: 504px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1110px) {
  section.kv div.head div.inner div.image1 img {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.head div.inner div.image1 img {
    width: 89.3333333333vw;
  }
}
section.kv div.head div.inner div.maker {
  background-color: #C4C4C4;
}
@media screen and (min-width: 768px) {
  section.kv div.head div.inner div.maker {
    max-width: 704px;
    margin-top: 50px;
    margin-bottom: -100px;
    padding: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.head div.inner div.maker {
    max-width: 563px;
    margin-top: 40px;
    margin-bottom: -80px;
    padding: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1110px) {
  section.kv div.head div.inner div.maker {
    margin: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.head div.inner div.maker {
    width: 93.3333333333vw;
    margin: 4vw auto 0;
    padding: 0.6666666667vw;
  }
}
section.kv div.head div.inner div.maker h5 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.kv div.head div.inner div.maker h5 {
    padding: 3px 0;
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.head div.inner div.maker h5 {
    padding: 2px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.head div.inner div.maker h5 {
    padding: 0.4vw;
    font-size: 2.2666666667vw;
  }
}
section.kv div.head div.inner div.maker div.image2 {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.kv div.head div.inner div.maker div.image2 {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.head div.inner div.maker div.image2 {
    padding: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.head div.inner div.maker div.image2 {
    padding: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.kv div.head div.inner div.maker div.image2 img {
    width: 651px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.head div.inner div.maker div.image2 img {
    width: 521px;
  }
}
section.kv div.foot {
  background-color: #212020;
}
@media screen and (min-width: 768px) {
  section.kv div.foot {
    padding: 0 30px 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.foot {
    padding: 28px 24px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.foot {
    padding: 4vw 5.3333333333vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.kv div.foot div.h {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 50px;
    padding-top: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.foot div.h {
    gap: 16px 40px;
    padding-top: 112px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1110px) {
  section.kv div.foot div.h {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.foot div.h {
    text-align: center;
  }
}
section.kv div.foot div.h h1 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.kv div.foot div.h h1 {
    font-size: 31px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.foot div.h h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.foot div.h h1 {
    font-size: 3.4666666667vw;
  }
}
section.kv div.foot div.h div.set {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.kv div.foot div.h div.set {
    gap: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.foot div.h div.set {
    gap: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.foot div.h div.set {
    margin-top: 2vw;
    gap: 0 2.6666666667vw;
  }
}
section.kv div.foot div.h div.set ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.kv div.foot div.h div.set ul {
    gap: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.foot div.h div.set ul {
    gap: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.foot div.h div.set ul {
    gap: 0 1.3333333333vw;
  }
}
section.kv div.foot div.h div.set ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.kv div.foot div.h div.set ul li {
    width: 130px;
    height: 67px;
    font-size: 39px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.foot div.h div.set ul li {
    width: 104px;
    height: 54px;
    font-size: 31px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.foot div.h div.set ul li {
    width: 17.3333333333vw;
    height: 8.9333333333vw;
    font-size: 5.2vw;
  }
}
section.kv div.foot div.h div.set p {
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.kv div.foot div.h div.set p {
    font-size: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.foot div.h div.set p {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.foot div.h div.set p {
    font-size: 6vw;
  }
}
section.kv div.foot div.m {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  section.kv div.foot div.m {
    gap: 0 30px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.foot div.m {
    gap: 16px 24px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.foot div.m {
    flex-direction: column-reverse;
    gap: 2vw 0;
    margin-top: 3.3333333333vw;
  }
}
section.kv div.foot div.m a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D80000;
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.kv div.foot div.m a.btn {
    width: 624px;
    height: 142px;
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.foot div.m a.btn {
    width: 499px;
    height: 114px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.foot div.m a.btn {
    width: 88.1333333333vw;
    height: 14.4vw;
    font-size: 4.6666666667vw;
  }
}
section.kv div.foot div.m a.btn:before {
  content: "";
  background: url(../img/icon_mail.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  section.kv div.foot div.m a.btn:before {
    width: 88px;
    height: 64px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.foot div.m a.btn:before {
    width: 70px;
    height: 51px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.foot div.m a.btn:before {
    width: 10.5333333333vw;
    height: 7.7333333333vw;
    margin-right: 3.3333333333vw;
  }
}
section.kv div.foot div.m a.btn span.set {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  section.kv div.foot div.m a.btn span.st {
    font-size: 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.foot div.m a.btn span.st {
    font-size: 43px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.foot div.m a.btn span.st {
    margin-left: 0.6666666667vw;
    font-size: 7.2vw;
  }
}
section.kv div.foot div.m div p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.kv div.foot div.m div p:nth-of-type(1) {
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.foot div.m div p:nth-of-type(1) {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.foot div.m div p:nth-of-type(1) {
    font-size: 2.8vw;
  }
}
section.kv div.foot div.m div p:nth-of-type(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: inherit;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.kv div.foot div.m div p:nth-of-type(2) a {
    margin-top: -8px;
    font-size: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.foot div.m div p:nth-of-type(2) a {
    margin-top: -6px;
    font-size: 51px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.foot div.m div p:nth-of-type(2) a {
    margin-top: -1.3333333333vw;
    font-size: 8.5333333333vw;
  }
}
section.kv div.foot div.m div p:nth-of-type(2) a:before {
  content: "";
  background: url(../img/icon_tel2.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  section.kv div.foot div.m div p:nth-of-type(2) a:before {
    width: 94px;
    height: 94px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.kv div.foot div.m div p:nth-of-type(2) a:before {
    width: 75px;
    height: 75px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.foot div.m div p:nth-of-type(2) a:before {
    width: 12.5333333333vw;
    height: 12.5333333333vw;
    margin-right: 2vw;
  }
}

@media screen and (min-width: 768px) {
  section.trouble div.inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 30px;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1110px) {
  section.trouble div.inner ul {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  section.trouble div.inner ul {
    gap: 5.3333333333vw 13.3333333333vw;
  }
}
section.trouble div.inner ul li {
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.trouble div.inner ul li {
    width: 500px;
    padding-bottom: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.trouble div.inner ul li {
    padding: 0 2vw 1.3333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  section.trouble div.inner ul li + li {
    margin-top: 5.3333333333vw;
  }
}
section.trouble div.inner ul li:before {
  content: "";
  background: url(../img/icon_check.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  section.trouble div.inner ul li:before {
    width: 29px;
    height: 25px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  section.trouble div.inner ul li:before {
    width: 3.7333333333vw;
    height: 3.2vw;
    margin-right: 1.0666666667vw;
  }
}
section.trouble div.inner ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bd1.png) 0 0/100% no-repeat;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.trouble div.inner ul li:after {
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  section.trouble div.inner ul li:after {
    height: 1px;
  }
}

section.solution {
  background-color: #F7F3EA;
  position: relative;
}
section.solution:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  section.solution:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 29px solid transparent;
    border-left: 29px solid transparent;
    border-top: 29px solid #fff;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  section.solution:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 22px solid #fff;
    border-bottom: 0;
  }
}
section.solution div.inner div.list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.solution div.inner div.list {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  section.solution div.inner div.list {
    flex-wrap: wrap;
    gap: 8vw 4.6666666667vw;
  }
}
section.solution div.inner div.list > div {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.solution div.inner div.list > div {
    max-width: 266px;
  }
}
@media screen and (max-width: 767px) {
  section.solution div.inner div.list > div {
    width: 43.6vw;
  }
}
section.solution div.inner div.list > div h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D80000;
  color: #fff;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  section.solution div.inner div.list > div h3 {
    width: 150px;
    height: 36px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.solution div.inner div.list > div h3 {
    width: 24.8vw;
    height: 6vw;
    font-size: 3.4666666667vw;
  }
}
section.solution div.inner div.list > div ul {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.solution div.inner div.list > div ul {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  section.solution div.inner div.list > div ul {
    padding: 4vw 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.solution div.inner div.list > div ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.solution div.inner div.list > div ul li {
    line-height: 1.7;
    font-size: 3.4666666667vw;
  }
}

section.one-stop {
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
section.one-stop:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  section.one-stop:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 29px solid transparent;
    border-left: 29px solid transparent;
    border-top: 29px solid #F7F3EA;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 22px solid #F7F3EA;
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  section.one-stop div.inner {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  section.one-stop div.inner div.head {
    padding: 0 30px 100px;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.head {
    padding-bottom: 18.6666666667vw;
  }
}
section.one-stop div.inner div.head ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  section.one-stop div.inner div.head ul {
    gap: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.head ul {
    gap: 8vw 10.6666666667vw;
  }
}
section.one-stop div.inner div.head ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.head ul li {
    width: 32.4vw;
  }
}
section.one-stop div.inner div.head ul li div {
  text-align: center;
}
section.one-stop div.inner div.head ul li + li {
  position: relative;
}
section.one-stop div.inner div.head ul li + li:before {
  content: "";
  margin: auto;
  background: url(../img/icon_arrow-r.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  section.one-stop div.inner div.head ul li + li:before {
    width: 75px;
    height: 77px;
    margin: 0 45px;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.head ul li + li:before {
    position: absolute;
    top: 50%;
    left: -11.3333333333vw;
    transform: translateY(-50%);
    width: 7.3333333333vw;
    height: 7.6vw;
    margin: 0 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.head ul li:nth-of-type(1) div.image img {
    width: 24.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.head ul li:nth-of-type(2) div.image img {
    width: 20.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.head ul li:nth-of-type(3) div.image img {
    width: 18.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.head ul li:nth-of-type(4) div.image img {
    width: 20.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.head ul li div.image {
    height: 22.8vw;
  }
}
section.one-stop div.inner div.head ul li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #D80000;
  color: #D80000;
}
@media screen and (min-width: 768px) {
  section.one-stop div.inner div.head ul li h3 {
    margin-top: 20px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.head ul li h3 {
    margin-top: 4vw;
    width: 32.4vw;
    height: 10.6666666667vw;
    font-size: 5.7333333333vw;
  }
}
section.one-stop div.inner div.main {
  position: relative;
}
section.one-stop div.inner div.main:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.one-stop div.inner div.main:before {
    top: 90px;
    background: url(../img/one-stop_main_bg.png) 0 0/100% no-repeat;
    width: 82.2666666667vw;
    height: 672px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.one-stop div.inner div.main:before {
    top: 72px;
    width: 82.2666666667vw;
    height: 538px;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.main:before {
    top: 9.3333333333vw;
    background: url(../img/sp/one-stop_main_bg.png) 0 0/100% no-repeat;
    width: 86.2666666667vw;
    height: 139.7333333333vw;
  }
}
section.one-stop div.inner div.main div.title1 h4 {
  display: flex;
  align-items: center;
  background-color: #D80000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.one-stop div.inner div.main div.title1 h4 {
    justify-content: flex-end;
    width: 71.3333333333vw;
    height: 188px;
    padding-right: 60px;
    padding-left: 30px;
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.one-stop div.inner div.main div.title1 h4 {
    justify-content: flex-end;
    max-width: 800px;
    width: 100%;
    height: 150px;
    padding-right: 48px;
    padding-left: 24px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.main div.title1 h4 {
    line-height: 1.25;
    justify-content: center;
    flex-direction: column;
    width: 77.7333333333vw;
    height: 27.2vw;
    font-size: 4vw;
  }
}
section.one-stop div.inner div.main div.title1 h4 span.st {
  color: #F5FF00;
}
@media screen and (min-width: 768px) {
  section.one-stop div.inner div.main div.title1 h4 span.st {
    margin-left: 20px;
    font-size: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.one-stop div.inner div.main div.title1 h4 span.st {
    margin-left: 16px;
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.main div.title1 h4 span.st {
    font-size: 13.3333333333vw;
  }
}
section.one-stop div.inner div.main div.title1 p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.one-stop div.inner div.main div.title1 p {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -500px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.one-stop div.inner div.main div.title1 p {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.main div.title1 p {
    position: relative;
    z-index: 3;
    padding-left: 50px;
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.one-stop div.inner div.main ul {
    display: flex;
    justify-content: center;
    gap: 0 60px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.one-stop div.inner div.main ul {
    display: flex;
    justify-content: center;
    gap: 0 48px;
    margin-top: 16px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.main ul {
    position: relative;
    z-index: 2;
    margin-top: -3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.main ul li {
    display: table;
    margin: 0 auto;
    width: 44vw;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.main ul li:nth-of-type(1) {
    transform: translateX(-23vw);
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.main ul li:nth-of-type(2) {
    transform: translate(23vw, -29vw);
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.main ul li:nth-of-type(3) {
    transform: translate(-23vw, -41vw);
  }
}
section.one-stop div.inner div.main ul li h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D80000;
  position: relative;
  color: #fff;
  transform: rotate(-5deg);
}
@media screen and (min-width: 768px) {
  section.one-stop div.inner div.main ul li h5 {
    width: 116px;
    height: 46px;
    margin: -20px auto 0;
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.one-stop div.inner div.main ul li h5 {
    width: 93px;
    height: 37px;
    margin: -16px auto 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.main ul li h5 {
    width: 15.4666666667vw;
    height: 6.1333333333vw;
    margin: -2.6666666667vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  section.one-stop div.inner div.main div.title2 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.one-stop div.inner div.main div.title2 {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.main div.title2 {
    margin-top: -48vw;
  }
}
section.one-stop div.inner div.main div.title2 h4 {
  display: flex;
  align-items: center;
  background: #000;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  section.one-stop div.inner div.main div.title2 h4 {
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px;
    width: 71.3333333333vw;
    height: 147px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.one-stop div.inner div.main div.title2 h4 {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    max-width: 800px;
    width: 100%;
    height: 118px;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.main div.title2 h4 {
    width: 67.8666666667vw;
    height: 39.0666666667vw;
  }
}
section.one-stop div.inner div.main div.title2 h4 > span {
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.one-stop div.inner div.main div.title2 h4 > span {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 33px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.one-stop div.inner div.main div.title2 h4 > span {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.main div.title2 h4 > span {
    display: table;
    text-align: left;
    margin: auto;
    flex-direction: column;
    font-size: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.one-stop div.inner div.main div.title2 h4 > span span.sm {
    font-size: 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.one-stop div.inner div.main div.title2 h4 > span span.sm {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.main div.title2 h4 > span span.sm {
    font-size: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.one-stop div.inner div.main div.title2 h4 > span span.st {
    font-size: 59px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.one-stop div.inner div.main div.title2 h4 > span span.st {
    font-size: 47px;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.main div.title2 h4 > span span.st {
    font-size: 7.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.one-stop div.inner div.main div.title2 p {
    text-align: center;
    margin-top: 30px;
    margin-right: -160px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  section.one-stop div.inner div.main div.title2 p {
    text-align: center;
    margin-top: 24px;
    margin-right: -128px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.one-stop div.inner div.main div.title2 p {
    margin-top: 4vw;
    padding: 0 6.6666666667vw;
    font-size: 3.2vw;
  }
}

section.comparison {
  background-color: #F7F3EA;
}
section.comparison div.inner ul {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul {
    align-items: flex-end;
    gap: 0 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1110px) {
  section.comparison div.inner ul {
    gap: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul {
    flex-wrap: wrap;
    gap: 5.3333333333vw 5.3333333333vw;
  }
}
section.comparison div.inner ul li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li {
    width: 286px;
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li {
    width: 45.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li div.wrap {
    width: 45.8666666667vw;
    margin: 0 auto;
    padding: 0 2.6666666667vw 2.6666666667vw;
  }
}
section.comparison div.inner ul li div.wrap > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li div.wrap > div {
    padding: 5px;
    height: 87px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li div.wrap > div {
    width: 100%;
    padding: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li div.wrap > div + div {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li div.wrap > div + div {
    margin-top: 2.6666666667vw;
  }
}
section.comparison div.inner ul li div.wrap > div h4 {
  color: #9f9d9d;
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li div.wrap > div h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li div.wrap > div h4 {
    font-size: 2.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li:nth-of-type(1) {
    background: url(../img/comparison_bg.png) 0 0/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li:nth-of-type(1) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li:nth-of-type(1) div.wrap {
    background: url(../img/comparison_bg.png) 0 0/cover no-repeat;
  }
}
section.comparison div.inner ul li:nth-of-type(1) h3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li:nth-of-type(1) h3 {
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li:nth-of-type(1) h3 {
    height: 18.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li:nth-of-type(1) h3 span {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li:nth-of-type(1) h3 span img {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li:nth-of-type(1) h3 span img {
    width: 29.2vw;
  }
}
section.comparison div.inner ul li:nth-of-type(1) div h4 + p {
  font-weight: bold;
  color: #D80000;
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li:nth-of-type(1) div h4 + p {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li:nth-of-type(1) div h4 + p {
    font-size: 5.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li + li {
    background-color: #F2ECDE;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li + li {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li + li div.wrap {
    background-color: #F2ECDE;
  }
}
section.comparison div.inner ul li + li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li + li h3 {
    height: 85px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li + li h3 {
    height: 10.6666666667vw;
    font-size: 2.5333333333vw;
  }
}
section.comparison div.inner ul li + li div h4 + p {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li + li div h4 + p {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li + li div h4 + p {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  section.reason {
    background: url(../img/reason_bg.png) 0 0/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.reason {
    padding-right: 0;
    padding-left: 0;
    background: url(../img/sp/reason_bg.png) 0 0/cover no-repeat;
  }
}
@media screen and (min-width: 768px) {
  section.reason div.inner {
    max-width: 953px;
  }
}
section.reason div.inner h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  section.reason div.inner h2 span.logo img {
    width: 21.4666666667vw;
  }
}
section.reason div.inner ul li {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.reason div.inner ul li + li {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.reason div.inner ul li + li {
    margin-top: 5.3333333333vw;
  }
}
section.reason div.inner ul li:nth-of-type(1) div.box h3:before {
  content: "01";
}
section.reason div.inner ul li:nth-of-type(2) div.box h3:before {
  content: "02";
}
section.reason div.inner ul li:nth-of-type(3) div.box h3:before {
  content: "03";
}
@media screen and (max-width: 767px) {
  section.reason div.inner ul li div.image img {
    width: 82.6666666667vw;
  }
}
section.reason div.inner ul li div.box {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.reason div.inner ul li div.box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    margin-left: -60px;
    z-index: 1;
    width: 544px;
    height: 227px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  section.reason div.inner ul li div.box {
    width: 84vw;
    height: 46.6666666667vw;
    margin-top: -13.3333333333vw;
    margin-left: auto;
    padding: 4vw 0 4vw;
    position: relative;
  }
}
section.reason div.inner ul li div.box:before {
  content: "REASON";
  display: block;
  position: absolute;
  color: #fff;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  section.reason div.inner ul li div.box:before {
    top: 60px;
    left: -100px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.reason div.inner ul li div.box:before {
    top: 6.6666666667vw;
    left: -11.3333333333vw;
  }
}
section.reason div.inner ul li div.box h3 {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.reason div.inner ul li div.box h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.reason div.inner ul li div.box h3 {
    padding-left: 4vw;
    font-size: 4.6666666667vw;
  }
}
section.reason div.inner ul li div.box h3:before {
  content: "01";
  color: #D80000;
}
@media screen and (min-width: 768px) {
  section.reason div.inner ul li div.box h3:before {
    margin-right: 20px;
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.reason div.inner ul li div.box h3:before {
    margin-right: 2.6666666667vw;
    font-size: 9.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.reason div.inner ul li div.box h3:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 2vw;
    right: 0;
    background-color: #D80000;
    height: 1px;
    width: 60vw;
  }
}
section.reason div.inner ul li div.box h3 span {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.reason div.inner ul li div.box h3 span {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  section.reason div.inner ul li div.box h3 span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #D80000;
    height: 1px;
    width: 420px;
    left: 40px;
  }
}
section.reason div.inner ul li div.box p {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  section.reason div.inner ul li div.box p {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.reason div.inner ul li div.box p {
    margin-top: 2.1333333333vw;
    padding: 0 4vw;
    font-size: 3.2vw;
  }
}

section.area {
  background-color: #000;
  position: relative;
}
section.area:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  section.area:before {
    top: 50%;
    transform: translateY(-39%);
    width: 84.8vw;
    height: 300px;
    background: url(../img/area_bg.png) 0 0/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.area:before {
    top: 28vw;
    width: 88.6666666667vw;
    height: 45.7333333333vw;
    background: url(../img/sp/area_bg.png) 0 0/cover no-repeat;
  }
}
section.area div.inner {
  position: relative;
}
section.area div.inner h2 {
  color: #fff;
}
section.area div.inner div.main {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.area div.inner div.main {
    gap: 0 100px;
  }
}
@media screen and (max-width: 767px) {
  section.area div.inner div.main {
    gap: 0 8vw;
  }
}
@media screen and (max-width: 767px) {
  section.area div.inner div.main div.image img {
    width: 31.3333333333vw;
  }
}
section.area div.inner div.main div.cont ul {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.area div.inner div.main div.cont ul {
    gap: 0 13px;
  }
}
@media screen and (max-width: 767px) {
  section.area div.inner div.main div.cont ul {
    gap: 0 2.6666666667vw;
  }
}
section.area div.inner div.main div.cont ul li {
  background-color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.area div.inner div.main div.cont ul li {
    padding: 2px 10px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  section.area div.inner div.main div.cont ul li {
    padding: 0.4vw 2vw;
    font-size: 3.3333333333vw;
  }
}
section.area div.inner div.main div.cont h3 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.area div.inner div.main div.cont h3 {
    margin-top: 30px;
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.area div.inner div.main div.cont h3 {
    margin-top: 4vw;
    font-size: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  section.flow {
    background: url(../img/flow_bg.png) 0 0/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.flow {
    background: url(../img/sp/flow_bg.png) 0 0/cover no-repeat;
  }
}
@media screen and (min-width: 768px) {
  section.flow div.inner div.main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1110px) {
  section.flow div.inner div.main {
    flex-direction: column;
  }
}
section.flow div.inner div.main ul:nth-of-type(1) li:nth-of-type(1):before {
  content: "01";
}
@media screen and (min-width: 768px) {
  section.flow div.inner div.main ul:nth-of-type(1) li:nth-of-type(1) span img {
    width: 67px;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.inner div.main ul:nth-of-type(1) li:nth-of-type(1) span img {
    width: 11.0666666667vw;
  }
}
section.flow div.inner div.main ul:nth-of-type(1) li:nth-of-type(2):before {
  content: "02";
}
@media screen and (min-width: 768px) {
  section.flow div.inner div.main ul:nth-of-type(1) li:nth-of-type(2) span img {
    width: 75px;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.inner div.main ul:nth-of-type(1) li:nth-of-type(2) span img {
    width: 12.2666666667vw;
  }
}
section.flow div.inner div.main ul:nth-of-type(1) li:nth-of-type(3):before {
  content: "03";
}
@media screen and (min-width: 768px) {
  section.flow div.inner div.main ul:nth-of-type(1) li:nth-of-type(3) span img {
    width: 65px;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.inner div.main ul:nth-of-type(1) li:nth-of-type(3) span img {
    width: 10.6666666667vw;
  }
}
section.flow div.inner div.main ul:nth-of-type(2) {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1110px) {
  section.flow div.inner div.main ul:nth-of-type(2) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.inner div.main ul:nth-of-type(2) {
    margin-top: 12vw;
  }
}
@media screen and (min-width: 768px) {
  section.flow div.inner div.main ul:nth-of-type(2):after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    background: url(../img/icon_arrow-b.png) 0 0/100% no-repeat;
    top: -42px;
    width: 41px;
    height: 27px;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.inner div.main ul:nth-of-type(2):after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    background: url(../img/icon_arrow-b.png) 0 0/100% no-repeat;
    top: -8vw;
    width: 6.6666666667vw;
    height: 4.2666666667vw;
  }
}
section.flow div.inner div.main ul:nth-of-type(2) li:nth-of-type(1):before {
  content: "04";
}
@media screen and (min-width: 768px) {
  section.flow div.inner div.main ul:nth-of-type(2) li:nth-of-type(1) span img {
    width: 83px;
    height: 57px;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.inner div.main ul:nth-of-type(2) li:nth-of-type(1) span img {
    width: 13.7333333333vw;
  }
}
section.flow div.inner div.main ul:nth-of-type(2) li:nth-of-type(2):before {
  content: "05";
}
@media screen and (min-width: 768px) {
  section.flow div.inner div.main ul:nth-of-type(2) li:nth-of-type(2) span img {
    width: 67px;
    height: 67px;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.inner div.main ul:nth-of-type(2) li:nth-of-type(2) span img {
    width: 11.2vw;
  }
}
section.flow div.inner div.main ul:nth-of-type(2) li:nth-of-type(3):before {
  content: "06";
}
@media screen and (min-width: 768px) {
  section.flow div.inner div.main ul:nth-of-type(2) li:nth-of-type(3) span img {
    width: 66px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.inner div.main ul:nth-of-type(2) li:nth-of-type(3) span img {
    width: 10.9333333333vw;
  }
}
section.flow div.inner div.main ul li {
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.flow div.inner div.main ul li {
    width: 500px;
    height: 120px;
    padding: 25px 20px 25px 0;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.inner div.main ul li {
    width: 88vw;
    margin: 0 auto;
    padding: 5.3333333333vw 4vw 5.3333333333vw 0;
  }
}
section.flow div.inner div.main ul li + li {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.flow div.inner div.main ul li + li {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.inner div.main ul li + li {
    margin-top: 12vw;
  }
}
section.flow div.inner div.main ul li + li:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  background: url(../img/icon_arrow-b.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  section.flow div.inner div.main ul li + li:after {
    top: -42px;
    width: 41px;
    height: 27px;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.inner div.main ul li + li:after {
    top: -8vw;
    width: 6.6666666667vw;
    height: 4.2666666667vw;
  }
}
section.flow div.inner div.main ul li:before {
  content: "01";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  margin: auto;
  border-radius: 100px;
  color: #fff;
  background-color: #D80000;
}
@media screen and (min-width: 768px) {
  section.flow div.inner div.main ul li:before {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.inner div.main ul li:before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    font-size: 2.9333333333vw;
  }
}
section.flow div.inner div.main ul li span {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #D80000;
}
@media screen and (min-width: 768px) {
  section.flow div.inner div.main ul li span {
    width: 160px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.inner div.main ul li span {
    width: 25.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.flow div.inner div.main ul li div.set {
    width: calc(100% - 160px);
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.inner div.main ul li div.set {
    width: calc(100% - 25.3333333333vw);
    padding-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.flow div.inner div.main ul li div.set h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.inner div.main ul li div.set h3 {
    margin-bottom: 0.6666666667vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  section.flow div.inner div.main ul li div.set p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.flow div.inner div.main ul li div.set p {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  section.question {
    background: url(../img/question_bg.png) 0 0/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.question {
    background: url(../img/sp/question_bg.png) 0 0/cover no-repeat;
  }
}
@media screen and (min-width: 768px) {
  section.question div.main dl + dl {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.question div.main dl + dl {
    margin-top: 2.6666666667vw;
  }
}
section.question div.main dl dt {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  background-color: #fff;
  line-height: 1.35;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.question div.main dl dt {
    align-items: center;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  section.question div.main dl dt {
    align-items: baseline;
    padding: 2vw 4vw;
  }
}
@media screen and (min-width: 768px) {
  section.question div.main dl dt span {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.question div.main dl dt span {
    font-size: 4vw;
  }
}
section.question div.main dl dt:before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: #D80000;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.question div.main dl dt:before {
    margin-right: 20px;
    min-width: 46px;
    height: 46px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.question div.main dl dt:before {
    margin-right: 2vw;
    width: 4.6vw;
    height: 4.6vw;
    font-size: 4.8vw;
  }
}
section.question div.main dl dd {
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.question div.main dl dd {
    align-items: center;
    padding: 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  section.question div.main dl dd {
    align-items: baseline;
    padding: 2vw 4vw;
  }
}
@media screen and (min-width: 768px) {
  section.question div.main dl dd span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.question div.main dl dd span {
    font-size: 3.4285714286vw;
  }
}
section.question div.main dl dd:before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #797575;
}
@media screen and (min-width: 768px) {
  section.question div.main dl dd:before {
    margin-right: 20px;
    min-width: 46px;
    height: 46px;
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  section.question div.main dl dd:before {
    width: 4.6vw;
    height: 4.6vw;
    margin-right: 2vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  section.question div.main dl dd span {
    width: calc(100% - 4.6vw);
  }
}

@media screen and (min-width: 768px) {
  section.form {
    background: url(../img/form_bg.png) 0 0/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    background: url(../img/sp/form_bg.png) 0 0/cover no-repeat;
  }
}
section.form div.inner h2 {
  color: #fff;
}
section.form div.inner div.main {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.form div.inner div.main {
    margin: 0 auto;
    padding: 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  section.form div.inner div.main {
    padding: 5.3333333333vw 6.6666666667vw;
  }
}
section.form div.inner div.main a {
  color: #000;
  text-decoration: underline;
}
section.form div.inner div.main .form_submit-btn {
  width: 150px;
  display: table;
  margin: auto;
  background: #D80000;
}
section.form div.inner div.main div#wpforms-13-field_7-description {
  line-height: 1.5;
}
section.form .wpcf7-not-valid-tip {
  color: #ff9800;
}
@media screen and (min-width: 768px) {
  section.form .wpcf7-not-valid-tip {
    margin: 5px 0 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.form .wpcf7-not-valid-tip {
    margin: 1.3333333333vw 0 0;
    font-size: 4.2666666667vw;
  }
}
section.form .wpcf7-response-output {
  display: none !important;
}
section.form table {
  width: 100%;
}
section.form table tr {
  display: flex;
}
@media screen and (max-width: 767px) {
  section.form table tr {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  section.form table tr + tr {
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.form table tr + tr {
    margin: 6.6666666667vw 0 0;
  }
}
section.form table tr th {
  font-weight: 600;
  text-align: left;
}
@media screen and (min-width: 768px) {
  section.form table tr th {
    min-width: 180px;
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.form table tr th {
    margin-bottom: 0.8vw;
    font-size: 4vw;
  }
}
section.form table tr th span {
  font-size: inherit;
  color: #D80000;
}
@media screen and (min-width: 768px) {
  section.form table tr th span {
    margin-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  section.form table tr th span {
    margin-left: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  section.form table tr td {
    width: 100%;
  }
}
section.form table tr td textarea {
  resize: none;
}
section.form table tr td input, section.form table tr td textarea {
  background-color: #fff;
  border-radius: 0;
  outline: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.form table tr td input, section.form table tr td textarea {
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.form table tr td input, section.form table tr td textarea {
    padding: 2.6666666667vw;
    font-size: 16px;
  }
}
section.form table + p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.form table + p {
    margin: 20px 0 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.form table + p {
    margin: 5.3333333333vw 0 0;
    font-size: 4vw;
  }
}
section.form table + p + p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.form table + p + p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.form table + p + p {
    font-size: 4.2666666667vw;
  }
}
section.form table + p + p a {
  color: #FFEB00;
  font-size: 0.8em;
}
section.form table + p + p + p {
  text-align: center;
}
section.form input.send-btn {
  border-radius: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #fff;
  background: #D80000;
}
@media screen and (min-width: 768px) {
  section.form input.send-btn {
    transition: 0.4s;
    width: 300px;
    height: 50px;
    margin: 20px auto 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.form input.send-btn {
    width: 80vw;
    height: 13.3333333333vw;
    margin: 5.3333333333vw auto 0;
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.form input.send-btn:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

footer {
  background-color: #000;
}
footer div.inner h2 {
  color: #fff;
}
footer div.inner div.main {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  footer div.inner div.main {
    max-width: 1450px;
    margin: 90px auto;
    padding: 50px 100px;
  }
}
@media screen and (max-width: 767px) {
  footer div.inner div.main {
    width: 92vw;
    padding: 2.6666666667vw 4vw;
  }
}
footer div.inner div.main dl {
  display: flex;
}
@media screen and (min-width: 768px) {
  footer div.inner div.main dl {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer div.inner div.main dl {
    align-items: center;
    padding: 5vw 0;
  }
}
@media screen and (min-width: 768px) {
  footer div.inner div.main dl:not(:nth-of-type(1)) {
    padding-top: 40px;
    border-top: 2px dotted #707070;
  }
}
@media screen and (max-width: 767px) {
  footer div.inner div.main dl:not(:nth-of-type(1)) {
    border-top: 1px dotted #707070;
  }
}
footer div.inner div.main dl dt {
  font-weight: bold;
  color: #D80000;
}
@media screen and (min-width: 768px) {
  footer div.inner div.main dl dt {
    width: 180px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  footer div.inner div.main dl dt {
    width: 26.6666666667vw;
    font-size: 3.7142857143vw;
  }
}
@media screen and (min-width: 768px) {
  footer div.inner div.main dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer div.inner div.main dl dd {
    width: calc(100% - 26.6666666667vw);
    font-size: 3.4285714286vw;
  }
}
footer div.inner div.main dl dd a {
  color: #000;
}
@media screen and (max-width: 767px) {
  footer div.inner div.foot {
    margin-top: 6.6666666667vw;
  }
}
footer div.inner div.foot ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  footer div.inner div.foot ul {
    gap: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  footer div.inner div.foot ul {
    gap: 2vw 3vw;
  }
}
footer div.inner div.foot ul li a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer div.inner div.foot ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer div.inner div.foot ul li a {
    font-size: 3.1428571429vw;
  }
}
footer div.inner div.foot p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer div.inner div.foot p {
    margin-top: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer div.inner div.foot p {
    margin-top: 4vw;
    font-size: 2.8571428571vw;
  }
}

.fixHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .fixHeader {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .fixHeader {
    height: 88px;
    padding: 7px;
  }
}
.fixHeader .fixedWpr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.fixHeader .floatTelInq {
  cursor: pointer;
  display: block;
  padding: 0;
  border-radius: 5px;
  background-color: #FFF;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fixHeader .floatTelInq {
    height: 85%;
  }
}
@media screen and (max-width: 767px) {
  .fixHeader .floatTelInq {
    width: 276px;
    height: inherit;
  }
}
.fixHeader .floatTelButtonHeader {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 26px;
  padding: 3px 0 0 0;
  background-color: #FFEB00;
  color: #000;
  text-align: center;
}
.fixHeader .allDay {
  margin: 2px 10px 0 0;
  width: 69px;
  height: 17px;
  border: 1px solid #000;
  border-radius: 1px;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}
.fixHeader .floatHeaderLeed {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.fixHeader .floatTelInq .telNum {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .fixHeader .floatTelInq .telNum {
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .fixHeader .floatTelInq .telNum {
    padding-top: 6px;
  }
}
.fixHeader .floatTelInq .telNum .freeDial {
  margin: 0 5px 0 0;
}
.fixHeader .floatTelInq .telNum .headerTelNum {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial;
  font-weight: 400;
  color: #000;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .fixHeader .floatTelInq .telNum .headerTelNum {
    width: 400px;
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .fixHeader .floatTelInq .telNum .headerTelNum {
    width: 235px;
    font-size: 33px;
  }
}
.fixHeader .floatMailInq {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  background: #ff9800;
  transition: 0.3s;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .fixHeader .floatMailInq {
    width: 85px;
    height: 85px;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .fixHeader .floatMailInq {
    width: 75px;
    height: 75px;
    margin: 0 8px 0 0;
  }
}
.fixHeader .floatMailIcon {
  width: 35px;
  height: 33px;
  margin: 0 auto 5px auto;
}
.fixHeader .floatMailButtonTxt {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
}