@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* design size variable */
/* constance variable */
/* device width variable */
/* font responsive ratio */
/* spacer responsive ratio */
/* noto sans font weight */
/* general method */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/* header */
#top_head {
  padding: 55px 40px 35px 210px;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 1020px) {
  #top_head {
    padding: 4vw 3vw 3vw 17vw;
  }
}
@media only screen and (max-width: 736px) {
  #top_head {
    padding: 0;
    height: 28vw;
  }
}
#top_head .logo {
  width: 116px;
  position: absolute;
  top: 25px;
  left: 40px;
}
@media only screen and (max-width: 1020px) {
  #top_head .logo {
    left: 3vw;
    width: 11vw;
    top: 3vw;
  }
}
@media only screen and (max-width: 736px) {
  #top_head .logo {
    width: 30.6666666667vw;
    left: 5vw;
    top: 4.5vw;
    transition: 0.3s;
  }
}
#top_head #mobile_head {
  display: none;
}
@media only screen and (max-width: 736px) {
  #top_head #mobile_head {
    z-index: 999;
    position: fixed;
    margin: auto;
    transform: translateX(0px);
    transition: 0.5s ease-in-out;
    display: block;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    top: 4.8vw;
    left: auto;
    right: 5.3333333333vw;
    background: #ef1508;
    border-radius: 50%;
  }
}
#top_head #nav_toggle {
  display: none;
}
@media only screen and (max-width: 736px) {
  #top_head #nav_toggle {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    z-index: 101;
    transition: 0.5s ease-in-out;
    opacity: 1;
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #nav_toggle div {
    height: 3.2vw;
    width: 8vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
}
#top_head #nav_toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  left: 0;
  transition: 0.35s ease-in-out;
}
#top_head #nav_toggle span:nth-child(1) {
  top: 0;
}
#top_head #nav_toggle span:nth-child(2) {
  bottom: 0;
  top: 0;
  margin: auto;
}
#top_head #nav_toggle span:nth-child(3) {
  bottom: 0;
}
#top_head #mobile-arrow {
  display: none;
  position: absolute;
  top: 10.6666666667vw;
  left: 10.6666666667vw;
  width: 8vw;
}
#top_head #nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  #top_head #nav {
    position: fixed;
    /* 開いてないときは画面外に配置 */
    top: 0;
    background: #ef1508;
    transition: 0.5s ease-in-out;
    opacity: 0;
    right: 0;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0;
    display: table;
    width: 73.3333333333vw;
    z-index: -1;
    height: 100vh;
    padding: 34.6666666667vw 0 8vw 10.6666666667vw;
    border-radius: 20px 0 0 20px;
    transform: translateX(100%);
  }
}
#top_head #nav-list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 736px) {
  #top_head #nav-list {
    display: block;
    padding-bottom: 4vw;
  }
}
#top_head #nav-list li {
  margin-right: 30px;
  line-height: 100%;
}
@media only screen and (max-width: 1020px) {
  #top_head #nav-list li {
    margin-right: 2.4509803922vw;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #nav-list li {
    margin-right: 0;
    margin-bottom: 14vw;
  }
}
#top_head #nav-list li a {
  font-size: 15px;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #top_head #nav-list li a {
    color: #fff;
    font-weight: 500;
    font-size: 5.3333333333vw;
    position: relative;
    padding-left: 1em;
  }
}
#top_head #nav-list li a:before {
  position: absolute;
  content: "";
  top: -14px;
  width: 0;
  height: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background: #ef1508;
  transition: 0.3s;
}
@media only screen and (max-width: 736px) {
  #top_head #nav-list li a:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    background: #fff;
  }
}
#top_head #nav-list li a:hover:before {
  width: 7px;
  height: 7px;
}
@media only screen and (max-width: 736px) {
  #top_head #nav-list li a:hover:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
#top_head #nav-btns {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 736px) {
  #top_head #nav-btns {
    display: block;
  }
}
#top_head #nav-btns li {
  width: 180px;
  margin-left: 20px;
}
@media only screen and (max-width: 1020px) {
  #top_head #nav-btns li {
    width: 17.6470588235vw;
    margin-left: 1.9607843137vw;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #nav-btns li {
    width: 53.3333333333vw;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5.3333333333vw;
  }
}
#top_head #nav-btns li a {
  display: block;
  border-radius: 30px;
  background: #fff;
  border: solid 1px #ef1508;
  color: #ef1508;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 7px 0 8px 0;
}
@media only screen and (max-width: 736px) {
  #top_head #nav-btns li a {
    background: none;
    border: solid 1px #fff;
    font-size: 4.8vw;
    padding: 4.5vw 0 5vw 0;
    color: #fff;
  }
}
#top_head #nav-btns li a.red {
  background: #ef1508;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  #top_head #nav-btns li a.red {
    color: #ef1508;
    background: #fff;
  }
}
@media only screen and (max-width: 736px) {
  #top_head.open {
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 736px) {
  #top_head.open #mobile_head {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  #top_head.open #mobile-arrow {
    display: block !important;
  }
}
@media only screen and (max-width: 736px) {
  #top_head.open #nav {
    opacity: 1;
    z-index: 10;
    transform: translateX(0);
  }
}

#footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
}
#footer .footer-copy {
  font-size: 14px;
  color: #555555;
}
@media only screen and (max-width: 736px) {
  #footer .footer-copy {
    order: 3;
    text-align: center;
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
#footer .footer-logo {
  max-width: 210px;
}
@media only screen and (max-width: 736px) {
  #footer .footer-logo {
    order: 1;
    margin: 0 auto 8vw;
    max-width: 56vw;
  }
}
#footer .footer-btns {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 736px) {
  #footer .footer-btns {
    order: 2;
    justify-content: center;
    margin-bottom: 5vw;
    width: 100%;
  }
}
#footer .footer-btns li {
  margin-left: 25px;
}
@media only screen and (max-width: 736px) {
  #footer .footer-btns li {
    margin: 0 2vw;
  }
}
#footer .footer-btns a {
  font-size: 14px;
  text-decoration: underline;
  color: #555555;
  font-weight: 400;
}
@media only screen and (max-width: 736px) {
  #footer .footer-btns a {
    font-size: 3.7333333333vw;
  }
}

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/**
EC-CUBE リセット
 */
body {
  background: none;
}

.ec-layoutRole {
  background: none;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #000;
  background: #f2f2f2;
}
@media only screen and (max-width: 736px) {
  body {
    font-size: 4.2666666667vw;
  }
}

h2, h3, h4, h5, li, dt, dd, input, textarea, th, td, span {
  line-height: 140%;
}

p {
  line-height: 170%;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  display: block;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  a[href^="tel:"] {
    color: black;
    text-decoration: none;
    display: inline-block;
    pointer-events: none;
  }
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.inner {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .inner {
    width: 91.6666666667vw;
  }
}
@media only screen and (max-width: 736px) {
  .inner {
    width: 84vw;
  }
}

.inner_in {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .inner_in {
    width: 90.9090909091vw;
  }
}
@media only screen and (max-width: 768px) {
  .inner_in {
    width: 90%;
  }
}
@media only screen and (max-width: 736px) {
  .inner_in {
    width: 86.6666666667vw;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 736px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 736px) {
  .sp {
    display: block !important;
  }
}

a[href^=tel] {
  cursor: text;
}
@media only screen and (max-width: 736px) {
  a[href^=tel] {
    cursor: pointer;
    display: inline-block;
  }
}

span[data-aos],
strong[data-aos],
small[data-aos] {
  display: inline-block;
}

@media only screen and (max-width: 736px) {
  main {
    overflow: hidden;
  }
}
main .main_ttl {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 736px) {
  main .main_ttl {
    font-size: 8.5333333333vw;
  }
}

#lp-dekit #mv {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #lp-dekit #mv {
    height: auto;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #mv {
    overflow: hidden;
    background: #fff;
  }
}
#lp-dekit #mv:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgb(242, 242, 242) 0%, rgba(242, 242, 242, 0) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18.75%;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #mv:before {
    display: none;
  }
}
#lp-dekit #mv .mv-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 15.3733528551%;
  width: 30.0146412884vw;
  margin-top: 3%;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #mv .mv-box {
    width: 100%;
    height: 100svh;
    left: 0;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    background: #fff;
    opacity: 1;
    animation-name: fadeInAnime;
    animation-delay: 3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: 1.5s;
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: -999;
  }
}
#lp-dekit #mv .mv-box__ttl {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.6691068814vw;
  margin-bottom: 2vw;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #mv .mv-box__ttl {
    font-size: 6.6666666667vw;
    margin-bottom: 2vh;
  }
}
#lp-dekit #mv .mv-box__logo {
  width: 27.5256222548vw;
  margin: 2vw auto 0;
  display: block;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #mv .mv-box__logo {
    margin-top: 5vw;
    width: 57.8666666667vw;
  }
}
#lp-dekit #mv .mv-box__catch {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.35em;
  font-size: 3.2942898975vw;
  font-feature-settings: "palt";
  line-height: 150%;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #mv .mv-box__catch {
    position: absolute;
    top: 49vw;
    left: 10vw;
    letter-spacing: 0.25em;
    writing-mode: vertical-rl;
    font-size: 8vw;
    line-height: 160%;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #mv .mv-box__catch .catch01.aos-animate {
    transition-delay: 4s;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #mv .mv-box__catch .catch02.aos-animate {
    transition-delay: 5s;
  }
}
#lp-dekit #mv .mv-bk {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #mv .mv-bk {
    height: auto;
    position: relative;
    transition: 1s;
  }
}
#lp-dekit #entry {
  margin: 50px auto 150px;
  position: relative;
  max-width: 900px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #entry {
    max-width: 88vw;
    margin-bottom: 25.3333333333vw;
  }
}
#lp-dekit #entry .in_box {
  background: #ef1508;
  overflow: hidden;
  border-radius: 20px;
  padding: 35px 50px 45px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #entry .in_box {
    padding: 8vw 0 51vw;
    display: block;
  }
}
#lp-dekit #entry .in_box:after {
  content: "";
  position: absolute;
  right: -85px;
  width: 370px;
  background: #ef1508;
  mix-blend-mode: multiply;
  height: 100%;
  top: 0;
  z-index: -1;
  transform: skewX(-20deg);
}
@media only screen and (max-width: 736px) {
  #lp-dekit #entry .in_box:after {
    transform: skewX(-15deg);
    right: -33vw;
    width: 73vw;
  }
}
#lp-dekit #entry .entry-box {
  width: 56%;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #entry .entry-box {
    width: 100%;
  }
}
#lp-dekit #entry .entry-box__ttl {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #entry .entry-box__ttl {
    text-align: center;
    line-height: 120%;
    margin-bottom: 6vw;
    font-size: 8vw;
  }
}
#lp-dekit #entry .entry-box__text {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 35px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #entry .entry-box__text {
    text-align: center;
    margin-bottom: 5vw;
    font-size: 4.2666666667vw;
  }
}
#lp-dekit #entry .entry-box__text span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #entry .entry-box__text span {
    margin: 4vw 0 3vw;
    font-size: 3.4666666667vw;
  }
}
#lp-dekit #entry .entry-box__text small {
  font-size: 15px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #entry .entry-box__text small {
    text-align: center;
    font-size: 3.4666666667vw;
  }
}
#lp-dekit #entry .entry-box__btn {
  width: 350px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #entry .entry-box__btn {
    margin: 0 auto;
    width: 74.6666666667vw;
  }
}
#lp-dekit #entry .entry-box__btn a {
  background: #fff;
  color: #ef1508;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  border-radius: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #entry .entry-box__btn a {
    padding: 5.2vw 0;
    font-size: 4.8vw;
  }
}
#lp-dekit #entry .entry-img {
  max-width: 43%;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #entry .entry-img {
    position: absolute;
    bottom: -5vw;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 52.5333333333vw;
  }
}
#lp-dekit #about {
  margin-top: 90px;
  margin-bottom: 185px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #about {
    margin-top: 15vw;
    margin-bottom: 26.6666666667vw;
  }
}
#lp-dekit #about:after {
  content: "";
  position: absolute;
  width: 50%;
  height: calc(100% - 60px);
  bottom: 0;
  background: #fff;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #about:after {
    height: calc(100% - 18vw);
  }
}
#lp-dekit #about .inner {
  max-width: 1186px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 70px 90px;
}
@media only screen and (max-width: 1150px) {
  #lp-dekit #about .inner {
    padding-left: 7.8260869565vw;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #about .inner {
    width: 93.3333333333vw;
    margin-left: auto;
    margin-right: 0;
    box-sizing: border-box;
    padding-bottom: 18vw;
    padding-left: 6vw;
  }
}
#lp-dekit #about .inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  bottom: 0;
  background: #fff;
  left: 0;
  border-radius: 40px;
  z-index: -1;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #about .inner:after {
    border-radius: 20px;
    height: calc(100% - 18vw);
  }
}
#lp-dekit #about .about-box {
  max-width: 435px;
  margin-top: 22px;
}
@media only screen and (max-width: 1150px) {
  #lp-dekit #about .about-box {
    max-width: 37.8260869565vw;
  }
}
@media only screen and (max-width: 768px) {
  #lp-dekit #about .about-box {
    order: 2;
    max-width: 100%;
    margin-right: 6.9333333333vw;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #about .about-box {
    margin-top: 15vw;
    margin-left: 1vw;
    margin-right: 0;
  }
}
#lp-dekit #about .about-box__ttl {
  color: #ef1508;
  margin-bottom: 70px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #about .about-box__ttl {
    margin-bottom: 9vw;
  }
}
#lp-dekit #about .about-box__sub {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #about .about-box__sub {
    font-size: 6.6666666667vw;
    line-height: 160%;
    margin-bottom: 7vw;
  }
}
#lp-dekit #about .about-box__text {
  line-height: 200%;
  letter-spacing: 0;
  color: #555555;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #about .about-box__text {
    margin-right: 6.9333333333vw;
  }
}
#lp-dekit #about .about-img {
  max-width: 600px;
}
@media only screen and (max-width: 1150px) {
  #lp-dekit #about .about-img {
    max-width: 52.1739130435vw;
  }
}
@media only screen and (max-width: 768px) {
  #lp-dekit #about .about-img {
    order: 1;
    max-width: 80vw;
  }
}
#lp-dekit #about .about-img img {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
}
#lp-dekit #about .about-img__small {
  text-align: right;
  font-size: 14px;
  color: #555555;
  display: block;
  margin-top: 12px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #about .about-img__small {
    margin-top: 3vw;
    font-size: 3.2vw;
  }
}
#lp-dekit #function .function-ttl {
  text-align: center;
  margin-bottom: 95px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #function .function-ttl {
    margin-bottom: 15vw;
  }
}
#lp-dekit #function .function-list__block {
  position: relative;
}
#lp-dekit #function .function-list__block:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  height: calc(100% + 40px);
  bottom: 0;
  width: 100%;
  border-radius: 40px 40px 0 0;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #function .function-list__block:after {
    height: calc(100% + 20px);
    border-radius: 20px 20px 0 0;
  }
}
#lp-dekit #function .function-list__block .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 135px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #lp-dekit #function .function-list__block .inner {
    padding: 11vw 0 23vw;
  }
}
#lp-dekit #function .function-list__block .function-box {
  max-width: 450px;
  order: 2;
}
@media only screen and (max-width: 1120px) {
  #lp-dekit #function .function-list__block .function-box {
    max-width: 40.1785714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #lp-dekit #function .function-list__block .function-box {
    max-width: 100%;
    margin-bottom: 5vw;
    order: 1;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #function .function-list__block .function-box {
    margin-bottom: 11vw;
  }
}
#lp-dekit #function .function-list__block .function-box__number {
  font-size: 100px;
  color: #ef1508;
  margin-bottom: 20px;
  line-height: 100%;
  display: block;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #function .function-list__block .function-box__number {
    margin-bottom: 5vw;
    font-size: 21.3333333333vw;
  }
}
#lp-dekit #function .function-list__block .function-box__ttl {
  font-size: 36px;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
  font-weight: 700;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #function .function-list__block .function-box__ttl {
    margin-bottom: 7vw;
    font-size: 8vw;
  }
}
#lp-dekit #function .function-list__block .function-box__text {
  line-height: 200%;
  color: #555555;
}
#lp-dekit #function .function-list__block .function-img {
  order: 1;
  max-width: 550px;
}
@media only screen and (max-width: 1120px) {
  #lp-dekit #function .function-list__block .function-img {
    max-width: 49.1071428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #lp-dekit #function .function-list__block .function-img {
    margin: 0 auto;
    order: 2;
    max-width: 70%;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #function .function-list__block .function-img {
    max-width: 86.6666666667vw;
  }
}
#lp-dekit #function .function-list__block .function-img img {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
}
#lp-dekit #function .function-list__block.-red:after {
  background: #d90f01;
}
#lp-dekit #function .function-list__block.-red .function-box__number, #lp-dekit #function .function-list__block.-red .function-box__ttl, #lp-dekit #function .function-list__block.-red .function-box__text {
  color: #fff;
}
#lp-dekit #function .function-list__block.-red .function-box {
  order: 1;
}
#lp-dekit #function .function-list__block.-red .function-img {
  order: 2;
}
#lp-dekit #function .function-list__block .function-illust {
  position: absolute;
  z-index: 1;
}
#lp-dekit #function .function-list__block.block01 .function-illust {
  width: 168px;
  right: -10px;
  bottom: 12px;
}
@media only screen and (max-width: 1120px) {
  #lp-dekit #function .function-list__block.block01 .function-illust {
    max-width: 15vw;
    right: -0.8928571429vw;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #function .function-list__block.block01 .function-illust {
    max-width: 31.2vw;
    right: -2vw;
    bottom: -2vw;
  }
}
#lp-dekit #function .function-list__block.block02 .inner {
  padding: 100px 0 0;
  align-items: flex-start;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #function .function-list__block.block02 .inner {
    padding: 10vw 0 30vw;
  }
}
#lp-dekit #function .function-list__block.block02 .function-box {
  margin-top: 15px;
}
#lp-dekit #function .function-list__block.block02 .function-illust {
  width: 165px;
  left: -80px;
  bottom: 0;
}
@media only screen and (max-width: 1120px) {
  #lp-dekit #function .function-list__block.block02 .function-illust {
    max-width: 14.7321428571vw;
    left: -7.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #lp-dekit #function .function-list__block.block02 .function-illust {
    left: 0;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #function .function-list__block.block02 .function-illust {
    left: -2vw;
    max-width: 30.6666666667vw;
  }
}
#lp-dekit #function .function-list__block.block03 .inner {
  padding: 100px 0 0;
  align-items: flex-start;
}
@media only screen and (max-width: 1108px) {
  #lp-dekit #function .function-list__block.block03 .inner {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #function .function-list__block.block03 .inner {
    padding: 15vw 0 33vw;
  }
}
#lp-dekit #function .function-list__block.block03 .function-box {
  margin-top: 50px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #function .function-list__block.block03 .function-box {
    margin-top: 0;
  }
}
#lp-dekit #function .function-list__block.block03 .function-illust {
  width: 301px;
  left: 40px;
  bottom: -20px;
}
@media only screen and (max-width: 1120px) {
  #lp-dekit #function .function-list__block.block03 .function-illust {
    width: 26.875vw;
    left: 3.5714285714vw;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #function .function-list__block.block03 .function-illust {
    width: 56vw;
    bottom: -2vw;
    left: auto;
    right: 3vw;
  }
}
#lp-dekit #function .function-list__block.block04 .inner {
  padding: 100px 0 90px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #function .function-list__block.block04 .inner {
    padding: 12vw 0 20vw;
  }
}
#lp-dekit #function .function-list__block.block04 .function-illust {
  width: 174px;
  left: -20px;
  bottom: -30px;
}
@media only screen and (max-width: 1120px) {
  #lp-dekit #function .function-list__block.block04 .function-illust {
    width: 15.5357142857vw;
    left: -1.7857142857vw;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #function .function-list__block.block04 .function-illust {
    left: 4vw;
    bottom: -5vw;
    width: 32.2666666667vw;
  }
}
#lp-dekit #function .function-list__block.block04 .function-img img {
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.25));
}
#lp-dekit #price {
  padding: 140px 0;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #price {
    padding: 20vw 0 25vw;
  }
}
#lp-dekit #price .price-ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #price .price-ttl {
    margin-bottom: 7vw;
  }
}
#lp-dekit #price .price-bubble {
  display: table;
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 6px 45px 2px;
  border-radius: 50px;
  background: #ef1508;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #price .price-bubble {
    padding: 2vw 9vw 1.5vw;
    font-size: 6.4vw;
    margin-bottom: 7vw;
  }
}
#lp-dekit #price .price-bubble sub {
  font-size: 14px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #price .price-bubble sub {
    font-size: 3.2vw;
  }
}
#lp-dekit #price .price-bubble:after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: -15px;
  width: 0;
  height: 0;
  margin: auto;
  display: inline-block;
  border-top: 20px solid #ef1508;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #price .price-bubble:after {
    bottom: -3vw;
    border-top: 4vw solid #ef1508;
    border-left: 2vw solid transparent;
    border-right: 2vw solid transparent;
  }
}
#lp-dekit #price .price-text {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  line-height: 100%;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #price .price-text {
    line-height: 146%;
    font-size: 8.8vw;
  }
}
#lp-dekit #price .price-text strong {
  color: #ef1508;
  font-size: 72px;
  font-weight: 700;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #price .price-text strong {
    font-size: 13.3333333333vw;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #price .price-text span {
    font-size: 6.4vw;
  }
}
#lp-dekit #price .price-text small {
  font-size: 24px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #price .price-text small {
    font-size: 3.2vw;
  }
}
#lp-dekit #price .price-small {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #555555;
  margin-top: 20px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #price .price-small {
    margin-top: 2vw;
    font-size: 3.2vw;
  }
}
#lp-dekit #expect {
  background: #d90f01;
  border-radius: 40px 40px 0 0;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #expect {
    padding-bottom: 7vw;
    border-radius: 20px 20px 0 0;
  }
}
#lp-dekit #expect .expect-ttl {
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #expect .expect-ttl {
    margin-bottom: 10vw;
  }
}
#lp-dekit #expect .inner_in {
  position: relative;
  padding: 120px 0 40px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #expect .inner_in {
    padding: 29vw 0 0;
  }
}
#lp-dekit #expect .expect-illust {
  position: absolute;
  width: 170px;
  top: -65px;
  right: 40px;
}
@media only screen and (max-width: 1000px) {
  #lp-dekit #expect .expect-illust {
    width: 17vw;
    right: 4vw;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #expect .expect-illust {
    top: -19vw;
    right: -1vw;
    width: 31.4666666667vw;
  }
}
#lp-dekit #expect .expect-block {
  position: relative;
  padding-bottom: 130px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #expect .expect-block {
    padding-bottom: 38vw;
    margin-bottom: 14vw;
  }
}
#lp-dekit #expect .expect-block .expect-block__icon {
  position: absolute;
  width: 200px;
  top: -20px;
  left: 50px;
  opacity: 0.7;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #expect .expect-block .expect-block__icon {
    top: -40vw;
    left: -10vw;
    width: 53.3333333333vw;
  }
}
#lp-dekit #expect .expect-block .expect-block__box {
  width: calc(100% - 240px);
  background: #fff;
  border-radius: 20px;
  padding: 65px 70px 65px 120px;
  box-sizing: border-box;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  #lp-dekit #expect .expect-block .expect-block__box {
    width: 100%;
    padding: 5vw 5vw 38vw;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #expect .expect-block .expect-block__box {
    padding: 11vw 7vw 58vw;
  }
}
#lp-dekit #expect .expect-block .expect-block__ttl {
  color: #ef1508;
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #expect .expect-block .expect-block__ttl {
    margin-bottom: 5vw;
    font-size: 6.6666666667vw;
  }
}
#lp-dekit #expect .expect-block .expect-block__text {
  font-size: 16px;
  line-height: 180%;
  color: #555555;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #expect .expect-block .expect-block__text {
    font-size: 4vw;
  }
}
#lp-dekit #expect .expect-block .expect-block__img {
  max-width: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  #lp-dekit #expect .expect-block .expect-block__img {
    right: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #expect .expect-block .expect-block__img {
    max-width: 66.6666666667vw;
  }
}
#lp-dekit #expect .expect-block .expect-block__img .expect-block__photo {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 736px) {
  #lp-dekit #expect .expect-block .expect-block__img .expect-block__photo {
    margin-bottom: 5vw;
  }
}
#lp-dekit #expect .expect-block .expect-block__img .expect-block__faculty {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #expect .expect-block .expect-block__img .expect-block__faculty {
    font-size: 4.2666666667vw;
  }
}
#lp-dekit #expect .expect-block .expect-block__img .expect-block__name {
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #expect .expect-block .expect-block__img .expect-block__name {
    font-size: 4.8vw;
  }
}
#lp-dekit #expect .expect-block .expect-block__img .expect-block__name span {
  font-size: 18px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #expect .expect-block .expect-block__img .expect-block__name span {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #expect .expect-block.block01 {
    z-index: 2;
  }
}
#lp-dekit #expect .expect-block.block01 .expect-block__box {
  order: 2;
}
#lp-dekit #expect .expect-block.block01 .expect-block__img {
  order: 1;
}
#lp-dekit #expect .expect-block.block02 .expect-block__icon {
  transform: scale(-1, -1);
  right: 50px;
  left: auto;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #expect .expect-block.block02 .expect-block__icon {
    right: -9vw;
    z-index: 0;
    top: -38vw;
  }
}
#lp-dekit #expect .expect-block.block02 .expect-block__box {
  padding-left: 70px;
  padding-right: 120px;
}
@media only screen and (max-width: 768px) {
  #lp-dekit #expect .expect-block.block02 .expect-block__box {
    padding: 5vw 5vw 38vw;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #expect .expect-block.block02 .expect-block__box {
    padding: 11vw 7vw 58vw;
  }
}
#lp-dekit #expect .expect-block.block02 .expect-block__box {
  margin-left: 0;
  margin-right: auto;
}
#lp-dekit #expect .expect-block.block02 .expect-block__img {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 768px) {
  #lp-dekit #expect .expect-block.block02 .expect-block__img {
    left: 0;
    margin: auto;
  }
}
#lp-dekit #question {
  background: #fff;
  position: relative;
}
#lp-dekit #question .inner {
  position: relative;
  max-width: 900px;
  padding: 110px 0 100px;
}
@media only screen and (max-width: 1366px) {
  #lp-dekit #question .inner {
    max-width: calc(100% - 360px);
  }
}
@media only screen and (max-width: 950px) {
  #lp-dekit #question .inner {
    max-width: 87%;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #question .inner {
    padding: 24vw 0 24vw;
    max-width: 88vw;
    width: 88vw;
  }
}
#lp-dekit #question .inner.down {
  margin-top: -227px;
}
@media only screen and (max-width: 950px) {
  #lp-dekit #question .inner.down {
    margin-top: 0;
  }
}
#lp-dekit #question .question-ttl {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #question .question-ttl {
    margin-bottom: 9vw;
  }
}
#lp-dekit #question .question-illust {
  max-width: 1300px;
  position: absolute;
  margin: 0 auto -40px;
  left: 0;
  right: 0;
  top: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 950px) {
  #lp-dekit #question .question-illust {
    top: 4vw;
    width: 90%;
    z-index: 1;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #question .question-illust {
    top: 0;
    width: 100%;
    position: unset;
    margin: 0;
  }
}
#lp-dekit #question .question-illust.down {
  position: sticky;
}
@media only screen and (max-width: 950px) {
  #lp-dekit #question .question-illust.down {
    position: absolute;
  }
}
#lp-dekit #question .question-img01 {
  max-width: 156px;
}
@media only screen and (max-width: 950px) {
  #lp-dekit #question .question-img01 {
    max-width: 11vw;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #question .question-img01 {
    position: absolute;
    max-width: 28.8vw;
    left: 3vw;
    top: 6vw;
    z-index: 2;
  }
}
#lp-dekit #question .question-img02 {
  max-width: 140px;
}
@media only screen and (max-width: 950px) {
  #lp-dekit #question .question-img02 {
    max-width: 11vw;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #question .question-img02 {
    position: absolute;
    max-width: 26.1333333333vw;
    right: 5vw;
    bottom: -6vw;
    z-index: 2;
  }
}
#lp-dekit #question .question-accordion li {
  margin-bottom: 20px;
  background: #f2f2f2;
  border-radius: 20px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #question .question-accordion li {
    border-radius: 13px;
    margin-bottom: 4vw;
  }
}
#lp-dekit #question .question-accordion .question-accordion__ttl {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  padding: 36px 66px 36px 36px;
  letter-spacing: 0.05em;
  font-weight: 500;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #question .question-accordion .question-accordion__ttl {
    padding: 6vw;
    font-size: 4.8vw;
  }
}
#lp-dekit #question .question-accordion .question-accordion__ttl .icon {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ef1508;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #question .question-accordion .question-accordion__ttl .icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
#lp-dekit #question .question-accordion .question-accordion__ttl .icon::before, #lp-dekit #question .question-accordion .question-accordion__ttl .icon::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #question .question-accordion .question-accordion__ttl .icon::before, #lp-dekit #question .question-accordion .question-accordion__ttl .icon::after {
    width: 4.2666666667vw;
  }
}
#lp-dekit #question .question-accordion .question-accordion__ttl .icon::before {
  transform: rotate(0deg);
}
#lp-dekit #question .question-accordion .question-accordion__ttl .icon::after {
  transform: rotate(90deg);
}
#lp-dekit #question .question-accordion .question-accordion__ttl.close {
  color: #ef1508;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #question .question-accordion .question-accordion__ttl.close {
    color: #000;
  }
}
#lp-dekit #question .question-accordion .question-accordion__ttl.close .icon::after {
  display: none;
}
#lp-dekit #question .question-accordion .question-accordion__box {
  display: none;
  padding: 36px 0;
  margin: 0 36px;
  color: #555555;
  border-top: solid 1px #fff;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #question .question-accordion .question-accordion__box {
    padding: 6vw 0;
    margin: 0 6vw;
  }
}
#lp-dekit #contact {
  padding-bottom: 80px;
  padding-top: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #contact {
    padding-bottom: 14vw;
    padding-top: 23.4666666667vw;
  }
}
#lp-dekit #contact .inner_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 920px) {
  #lp-dekit #contact .inner_in {
    display: block;
  }
}
#lp-dekit #contact .contact-box {
  width: 48%;
  position: relative;
}
@media only screen and (max-width: 920px) {
  #lp-dekit #contact .contact-box {
    width: 70%;
    margin: 0 auto 5vw;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #contact .contact-box {
    margin-bottom: 10vw;
    width: 88vw;
  }
}
@media only screen and (max-width: 736px) {
  #lp-dekit #contact .contact-box.bubble {
    margin-bottom: 25vw;
  }
}
#lp-dekit #contact .in_box {
  padding: 50px 0 70px;
  background: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #contact .in_box {
    padding: 11vw 0 13vw;
  }
}
#lp-dekit #contact .contact-box__ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #contact .contact-box__ttl {
    margin-bottom: 5vw;
    font-size: 8vw;
  }
}
#lp-dekit #contact .contact-box__text {
  text-align: center;
  margin-bottom: 45px;
  color: #555555;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #contact .contact-box__text {
    margin-bottom: 9vw;
  }
}
#lp-dekit #contact .contact-box__btn {
  width: 72.9166666667%;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #contact .contact-box__btn {
    width: 74.6666666667vw;
  }
}
#lp-dekit #contact .contact-box__btn a {
  border: solid 1px #ef1508;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  padding: 19px 0;
  color: #ef1508;
  border-radius: 30px;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #contact .contact-box__btn a {
    padding: 5vw 0;
    font-size: 5.3333333333vw;
  }
}
#lp-dekit #contact .contact-box__btn.-red a {
  color: #fff;
  background: #ef1508;
}
#lp-dekit #contact .contact-box__bubble {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #ef1508;
  top: -45px;
  right: -50px;
  display: table;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 736px) {
  #lp-dekit #contact .contact-box__bubble {
    top: -21vw;
    right: 0;
    width: 34.1333333333vw;
    height: 34.1333333333vw;
  }
}
#lp-dekit #contact .contact-box__bubble span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 125%;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #contact .contact-box__bubble span {
    font-size: 5.3333333333vw;
  }
}
#lp-dekit #contact .contact-box__bubble i {
  font-style: italic;
}
#lp-dekit #contact .contact-box__bubble small {
  display: block;
  font-size: 14px;
  line-height: 120%;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #contact .contact-box__bubble small {
    font-size: 2.9333333333vw;
  }
}
#lp-dekit #contact .contact-box__bubble:after {
  position: absolute;
  content: "";
  left: 8px;
  bottom: 12px;
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 20px solid #ef1508;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(45deg);
}
#lp-dekit #contact .contact-box__small {
  display: block;
  font-size: 16px;
  text-align: center;
  margin-top: 25px;
  color: #555555;
}
@media only screen and (max-width: 736px) {
  #lp-dekit #contact .contact-box__small {
    margin-top: 5vw;
    font-size: 3.7333333333vw;
  }
}