@charset "UTF-8";
/**リセット**/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  background: none;
  color: #000;
  background-color: #fff;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd, ul, ol, li, figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

input, button, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
}
input:focus, button:focus, textarea:focus, select:focus {
  outline: none;
}

input[type="submit"] {
  webkit-appearance: none;
}

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

caption, th {
  text-align: left;
}

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

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

sup {
  font-size: 0.5em;
  vertical-align: text-top;
}

sub {
  font-size: 0.5em;
  vertical-align: text-bottom;
}

address {
  font-style: normal;
}

/**common**/
:root {
  font-family: "Noto Sans JP", sans-serif !important;
  --swl-font_family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.6;
  font-style: normal;
  font-feature-settings: "palt";
  color: #0B1B40;
}

html {
  background-color: #F8F8F8;
}
@media only screen and (max-width: 780px) {
  html {
    height: 100%;
  }
}

body {
  font-size: 1.6rem !important;
}
@media only screen and (max-width: 780px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

a {
  color: #0B1B40;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}

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

@media only screen and (min-width: 901px) {
  .pc_min {
    display: none !important;
  }
}

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

@media only screen and (min-width: 1025px) {
  .pc2_min {
    display: none !important;
  }
}

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

@media only screen and (min-width: 1280px) {
  .pc3_min {
    display: none !important;
  }
}

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

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

@media only screen and (min-width: 581px) {
  .sp2 {
    display: none !important;
  }
}

.u-inner {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .u-inner {
    width: 90%;
  }
}

.u-hidden {
  display: none !important;
}

.colorBlue {
  color: #534DFF;
}

.c-logotype {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.c-ttl01 {
  margin-bottom: 1.1em;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .c-ttl01 {
    font-size: 2.5rem;
  }
}
.c-ttl01:after {
  width: 4em;
  height: 0.3rem;
  margin: 0.4em auto 0 auto;
  content: '';
  background-color: #ABC2FA;
  display: block;
}

/*ヘッダーブロック*/
/*フッターブロック*/
.l-customLpFooter {
  padding: 5rem 0;
  color: #ffffff;
  background-color: #22263C;
}
@media only screen and (max-width: 780px) {
  .l-customLpFooter {
    padding: 2rem 0;
  }
}
.l-customLpFooter a {
  color: #ffffff;
}
.l-customLpFooter__pagetop {
  width: 7.2rem;
  display: none;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 90;
}
@media only screen and (max-width: 780px) {
  .l-customLpFooter__pagetop {
    width: 6rem;
    bottom: 1rem;
    right: 1rem;
  }
}
.l-customLpFooter__logo {
  text-align: center;
}
.l-customLpFooter__logo a {
  font-size: 3.4rem;
}
.l-customLpFooter__logo a i {
  width: 2.9rem;
  height: 2.9rem;
  margin-right: 1.4rem;
  background-image: url("../img/neeed-fav2.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
.l-customLpFooter__menu {
  margin-top: 3.8rem;
  margin-bottom: 3rem;
  padding-top: 3.8rem;
  text-align: center;
  border-top: solid 1px #4F546F;
}
@media only screen and (max-width: 780px) {
  .l-customLpFooter__menu {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 0;
    border-top: none;
  }
}
.l-customLpFooter__menu ul {
  letter-spacing: -0.4em;
}
.l-customLpFooter__menu ul > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .l-customLpFooter__menu ul {
    width: 110%;
    margin: 0 -5%;
  }
}
.l-customLpFooter__menu ul li {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 780px) {
  .l-customLpFooter__menu ul li {
    width: 50%;
    font-size: 1.4rem;
    border: solid 1px #4F546F;
  }
}
.l-customLpFooter__menu ul li:before {
  width: 1px;
  height: 1em;
  margin: 0 1rem;
  content: '';
  background-color: #4F546F;
  display: inline-block;
  vertical-align: -0.1em;
}
@media only screen and (max-width: 780px) {
  .l-customLpFooter__menu ul li:before {
    content: none;
  }
}
.l-customLpFooter__menu ul li:first-child:before {
  content: none;
}
@media only screen and (max-width: 780px) {
  .l-customLpFooter__menu ul li:first-child {
    border-left: none;
    border-right: none;
  }
}
@media only screen and (max-width: 780px) {
  .l-customLpFooter__menu ul li:nth-child(2) {
    border-right: none;
  }
}
@media only screen and (max-width: 780px) {
  .l-customLpFooter__menu ul li:nth-child(3) {
    border-top: none;
    border-left: none;
    border-right: none;
  }
}
@media only screen and (max-width: 780px) {
  .l-customLpFooter__menu ul li:nth-child(4) {
    border-top: none;
    border-right: none;
  }
}
@media only screen and (max-width: 780px) {
  .l-customLpFooter__menu ul li a {
    padding: 1.6rem;
    display: block;
    text-decoration: none !important;
  }
}
.l-customLpFooter__menu ul li a:hover {
  text-decoration: underline;
}
.l-customLpFooter__copyright {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #4F546F;
}

/*メインブロック*/
.l-customLpFv {
  width: 100%;
  height: calc(var(--winH, 1vh) * 100);
  background-image: url("../img/fv_bg_pc.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1279px) {
  .l-customLpFv {
    background-image: url("../img/fv_bg_pc_min.jpg");
  }
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv {
    background-image: url("../img/fv_bg_tb.jpg");
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpFv {
    background-image: url("../img/fv_bg_sp.jpg");
  }
}
.l-customLpFv__contentArea {
  width: 100%;
  padding: 1.5rem 0;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -52.5%);
  -ms-transform: translate(0, -52.5%);
  -webkit-transform: translate(0, -52.5%);
  transform: translate(0, -52.5%);
}
@media only screen and (max-width: 1279px) {
  .l-customLpFv__contentArea {
    padding: 1.17188vw 0;
  }
}
@media only screen and (max-width: 1279px) {
  .l-customLpFv__contentArea {
    padding: 1.5vw 0;
  }
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea {
    padding: 1.92061vw 0;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .l-customLpFv__contentArea {
    padding: 8.96287vw 0;
    position: static;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media only screen and (max-width: 580px) {
  .l-customLpFv__contentArea {
    padding: 1.92308vw 0;
  }
}
.l-customLpFv__contentArea .u-inner {
  max-width: 1600px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea .u-inner {
    width: 90%;
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .l-customLpFv__contentArea .u-inner {
    width: 96%;
  }
}
.l-customLpFv__contentArea .fv_left {
  width: 58%;
  margin-right: 2%;
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea .fv_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.56082vw;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpFv__contentArea .fv_left {
    margin-bottom: 7.69231vw;
  }
}
.l-customLpFv__contentArea .fv_left .logo {
  margin-bottom: 0.525em;
  font-size: 4.46rem;
}
@media only screen and (max-width: 1599px) {
  .l-customLpFv__contentArea .fv_left .logo {
    font-size: 2.96875vw;
  }
}
@media only screen and (max-width: 1279px) {
  .l-customLpFv__contentArea .fv_left .logo {
    margin-bottom: 0;
    font-size: 3.6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea .fv_left .logo {
    margin-bottom: 0.25em;
    font-size: 3.84123vw;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpFv__contentArea .fv_left .logo {
    margin-bottom: 0;
    font-size: 9.10256vw;
    line-height: 1.1;
  }
}
.l-customLpFv__contentArea .fv_left .logo i {
  width: 0.77em;
  height: 0.77em;
  margin-right: 0.0138em;
  background-image: url("../img/neeed-fav1.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
}
.l-customLpFv__contentArea .fv_left h2 {
  margin-bottom: 0.9em;
  font-size: 2.925rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1599px) {
  .l-customLpFv__contentArea .fv_left h2 {
    font-size: 1.95313vw;
  }
}
@media only screen and (max-width: 1279px) {
  .l-customLpFv__contentArea .fv_left h2 {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea .fv_left h2 {
    margin-bottom: 0.5em;
    font-size: 2.56082vw;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpFv__contentArea .fv_left h2 {
    font-size: 5vw;
    text-align: center;
  }
}
.l-customLpFv__contentArea .fv_left h2 > span {
  padding: 0 1.4em;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .l-customLpFv__contentArea .fv_left h2 > span {
    padding: 0 2em;
  }
}
.l-customLpFv__contentArea .fv_left h2 > span:before, .l-customLpFv__contentArea .fv_left h2 > span:after {
  width: 1.0625em;
  height: 2.7083em;
  content: '';
  background-image: url("../img/icon_mugiho02.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 580px) {
  .l-customLpFv__contentArea .fv_left h2 > span:before, .l-customLpFv__contentArea .fv_left h2 > span:after {
    top: 65%;
  }
}
.l-customLpFv__contentArea .fv_left h2 > span:before {
  left: 0;
  -moz-transform: translate(0, -50%) scale(-1, 1);
  -ms-transform: translate(0, -50%) scale(-1, 1);
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
}
.l-customLpFv__contentArea .fv_left h2 > span:after {
  right: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.l-customLpFv__contentArea .fv_left h2 > span big {
  font-family: "Poppins", sans-serif;
  font-size: 2.16em;
  line-height: 1;
}
@media only screen and (max-width: 1279px) {
  .l-customLpFv__contentArea .fv_left h2 > span .linebreak {
    display: block;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 1024px) {
  .l-customLpFv__contentArea .fv_left h2 > span .linebreak {
    display: inline;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 580px) {
  .l-customLpFv__contentArea .fv_left h2 > span .linebreak {
    display: block;
  }
}

.l-customLpFv__contentArea .fv_left .body_text {
  position: relative;
}
.l-customLpFv__contentArea .fv_left .body_text .catchcopy {
  margin-bottom: 0.45em;
  padding-bottom: 0.25em;
  font-size: 6.435rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
  white-space: nowrap;
  border-bottom: solid 0.2rem #534DFF;
}
@media only screen and (max-width: 1599px) {
  .l-customLpFv__contentArea .fv_left .body_text .catchcopy {
    font-size: 4.29688vw;
  }
}
@media only screen and (max-width: 1279px) {
  .l-customLpFv__contentArea .fv_left .body_text .catchcopy {
    font-size: 4.1vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea .fv_left .body_text .catchcopy {
    width: 75%;
    font-size: 4.60948vw;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpFv__contentArea .fv_left .body_text .catchcopy {
    font-size: 8.33333vw;
  }
}
.l-customLpFv__contentArea .fv_left .body_text .catchcopy span {
  margin: 0 0.1em;
  padding: 0.1em;
  line-height: 0.95;
  border: solid 0.3rem #8394BC;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea .fv_left .body_text .catchcopy span {
    border: solid 0.2rem #8394BC;
  }
}
.l-customLpFv__contentArea .fv_left .body_text .catchcopy b {
  font-size: 1.34em;
  font-weight: 900;
  line-height: 1.2;
  display: block;
}
@media only screen and (max-width: 580px) {
  .l-customLpFv__contentArea .fv_left .body_text .catchcopy b {
    font-size: 1.09em;
  }
}
.l-customLpFv__contentArea .fv_left .body_text .catchcopy b big {
  font-size: 1.25em;
}
.l-customLpFv__contentArea .fv_left .body_text .annotation {
  width: 73%;
  font-size: 1.521rem;
  color: #465883;
}
@media only screen and (max-width: 1599px) {
  .l-customLpFv__contentArea .fv_left .body_text .annotation {
    font-size: 1.01563vw;
  }
}
@media only screen and (max-width: 1279px) {
  .l-customLpFv__contentArea .fv_left .body_text .annotation {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea .fv_left .body_text .annotation {
    width: 65%;
    font-size: 1.53649vw;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpFv__contentArea .fv_left .body_text .annotation {
    font-size: 2.4359vw;
  }
}
.l-customLpFv__contentArea .fv_left .body_text .img {
  width: 45%;
  position: absolute;
  top: 0;
  right: -15%;
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea .fv_left .body_text .img {
    width: 35%;
    right: 2%;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpFv__contentArea .fv_left .body_text .img {
    width: 61%;
    right: -20%;
  }
}
.l-customLpFv__contentArea .fv_right {
  width: 40%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea .fv_right {
    width: 100%;
  }
}
.l-customLpFv__contentArea .fv_right dt {
  padding: 3.55rem 0 1.931rem 0;
  text-align: center;
  -moz-border-radius: 2.34rem 2.34rem 0 0;
  -webkit-border-radius: 2.34rem;
  border-radius: 2.34rem 2.34rem 0 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMzQxNTA2IiB5MT0iMS4wOTE1MDYiIHgyPSIwLjY1ODQ5NCIgeTI9Ii0wLjA5MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyM2RkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFiMTc4OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(75deg, #423dd0, #1b1789);
  background-image: -webkit-linear-gradient(75deg, #423dd0, #1b1789);
  background-image: linear-gradient(15deg, #423dd0, #1b1789);
  position: relative;
}
@media only screen and (max-width: 1599px) {
  .l-customLpFv__contentArea .fv_right dt {
    padding-top: 2.34375vw;
    padding-bottom: 1.28906vw;
  }
}
@media only screen and (max-width: 1279px) {
  .l-customLpFv__contentArea .fv_right dt {
    padding-top: 3vw;
    padding-bottom: 1.65vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea .fv_right dt {
    padding-top: 1.02433vw;
    padding-bottom: 1.02433vw;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpFv__contentArea .fv_right dt {
    padding-top: 5.76923vw;
    padding-bottom: 2.05128vw;
  }
}
.l-customLpFv__contentArea .fv_right dt .fukidashi {
  padding: 0 1.5em;
  font-size: 2.691rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  background-color: #EDEDED;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1599px) {
  .l-customLpFv__contentArea .fv_right dt .fukidashi {
    font-size: 1.79687vw;
  }
}
@media only screen and (max-width: 1279px) {
  .l-customLpFv__contentArea .fv_right dt .fukidashi {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea .fv_right dt .fukidashi {
    margin-right: 1em;
    font-size: 2.04866vw;
    display: inline-block;
    vertical-align: 0;
    position: static;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpFv__contentArea .fv_right dt .fukidashi {
    margin-right: 0;
    font-size: 5.12821vw;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.l-customLpFv__contentArea .fv_right dt .fukidashi:after {
  width: 0;
  height: 0;
  margin-left: -0.702rem;
  content: '';
  border-style: solid;
  border-width: 1.17rem 0.702rem 0 0.702rem;
  border-color: #EDEDED transparent transparent transparent;
  position: absolute;
  top: 99%;
  left: 50%;
}
@media only screen and (max-width: 1279px) {
  .l-customLpFv__contentArea .fv_right dt .fukidashi:after {
    margin-left: -0.6vw;
    border-top-width: 1vw;
    border-left-width: 0.6vw;
    border-right-width: 0.6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea .fv_right dt .fukidashi:after {
    content: none;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpFv__contentArea .fv_right dt .fukidashi:after {
    content: '';
    margin-left: -1.15385vw;
    border-top-width: 2.30769vw;
    border-left-width: 1.15385vw;
    border-right-width: 1.15385vw;
  }
}
.l-customLpFv__contentArea .fv_right dt .fukidashi big {
  padding: 0 0.25em;
  font-family: "Poppins", sans-serif;
  font-size: 1.6em;
}
.l-customLpFv__contentArea .fv_right dt h3 {
  font-size: 2.691rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media only screen and (max-width: 1599px) {
  .l-customLpFv__contentArea .fv_right dt h3 {
    font-size: 1.79687vw;
  }
}
@media only screen and (max-width: 1279px) {
  .l-customLpFv__contentArea .fv_right dt h3 {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea .fv_right dt h3 {
    font-size: 2.8169vw;
    display: inline-block;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpFv__contentArea .fv_right dt h3 {
    font-size: 5.38462vw;
    display: block;
  }
}
.l-customLpFv__contentArea .fv_right dd {
  padding: 3.042rem;
  background-image: url("../img/fv_form_bg.jpg");
  -moz-border-radius: 0 0 2rem 2rem;
  -webkit-border-radius: 0;
  border-radius: 0 0 2rem 2rem;
}
@media only screen and (max-width: 1599px) {
  .l-customLpFv__contentArea .fv_right dd {
    padding: 2.03125vw;
  }
}
@media only screen and (max-width: 1279px) {
  .l-customLpFv__contentArea .fv_right dd {
    padding: 2.5vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea .fv_right dd {
    padding: 1.92061vw;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpFv__contentArea .fv_right dd {
    padding: 2.5641vw;
  }
}
.l-customLpFv__contentArea .fv_right dd .box {
  padding: 2.1rem 1.6rem;
  background-color: #ffffff;
  -moz-border-radius: 1.3rem;
  -webkit-border-radius: 1.3rem;
  border-radius: 1.3rem;
}
@media only screen and (max-width: 1599px) {
  .l-customLpFv__contentArea .fv_right dd .box {
    padding: 1.64063vw 1.25vw;
  }
}
@media only screen and (max-width: 1279px) {
  .l-customLpFv__contentArea .fv_right dd .box {
    padding: 2vw 1.5vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea .fv_right dd .box {
    padding: 1.92061vw;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpFv__contentArea .fv_right dd .box {
    padding: 2.5641vw;
  }
}
.l-customLpFv__contentArea .fv_right dd .box .question {
  text-align: center;
}
.l-customLpFv__contentArea .fv_right dd .box .question h4 {
  font-family: "Poppins", sans-serif;
  font-size: 3.627rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #534DFF;
}
@media only screen and (max-width: 1599px) {
  .l-customLpFv__contentArea .fv_right dd .box .question h4 {
    font-size: 2.42188vw;
  }
}
@media only screen and (max-width: 1279px) {
  .l-customLpFv__contentArea .fv_right dd .box .question h4 {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea .fv_right dd .box .question h4 {
    margin-right: 1em;
    font-size: 3.32907vw;
    display: inline-block;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpFv__contentArea .fv_right dd .box .question h4 {
    margin-right: 0;
    font-size: 7.69231vw;
    display: block;
  }
}
.l-customLpFv__contentArea .fv_right dd .box .question p {
  max-width: 35.1rem;
  margin: 0 auto 1.1em auto;
  font-size: 2.09rem;
  font-weight: 700;
  line-height: 1.11111;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1599px) {
  .l-customLpFv__contentArea .fv_right dd .box .question p {
    font-size: 1.48438vw;
  }
}
@media only screen and (max-width: 1279px) {
  .l-customLpFv__contentArea .fv_right dd .box .question p {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea .fv_right dd .box .question p {
    max-width: none;
    font-size: 2.04866vw;
    display: inline-block;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpFv__contentArea .fv_right dd .box .question p {
    font-size: 4.61538vw;
    display: block;
  }
}
.l-customLpFv__contentArea .fv_right dd .box .question p .required {
  width: 3em;
  margin-right: 1em;
  padding: 0.1em 0.25em;
  font-size: 0.56em;
  text-align: center;
  color: #ffffff;
  background-color: #534DFF;
  -moz-border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  display: inline-block;
  vertical-align: 0.2em;
}
.l-customLpFv__contentArea .fv_right dd .box .question p .q_text {
  width: calc(100% - 4em);
  text-align: left;
}
.l-customLpFv__contentArea .fv_right dd .box .btn_area {
  text-align: center;
}
.l-customLpFv__contentArea .fv_right dd .box .btn_area button {
  width: 29.718rem;
  height: 8.19rem;
  margin: 0 auto;
  font-size: 2.808rem;
  font-weight: 700;
  background-color: #EFEFEF;
  border: none;
  display: block;
  -moz-border-radius: 0.585rem;
  -webkit-border-radius: 0.585rem;
  border-radius: 0.585rem;
  -moz-box-shadow: 0.351rem 0.351rem 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0.351rem 0.351rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0.351rem 0.351rem 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1599px) {
  .l-customLpFv__contentArea .fv_right dd .box .btn_area button {
    width: 19.84375vw;
    height: 5.46875vw;
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 1279px) {
  .l-customLpFv__contentArea .fv_right dd .box .btn_area button {
    width: 24vw;
    height: 6.6vw;
    font-size: 2.3vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea .fv_right dd .box .btn_area button {
    width: 30.72983vw;
    height: 7.17029vw;
    font-size: 2.56082vw;
    display: inline-block;
  }
}
@media only screen and (max-width: 780px) {
  .l-customLpFv__contentArea .fv_right dd .box .btn_area button {
    width: 51.28205vw;
    height: 8.97436vw;
    display: block;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpFv__contentArea .fv_right dd .box .btn_area button {
    width: 76.92308vw;
    height: 12.82051vw;
    font-size: 5.12821vw;
  }
}
.l-customLpFv__contentArea .fv_right dd .box .btn_area button:hover {
  opacity: 0.8;
}
.l-customLpFv__contentArea .fv_right dd .box .btn_area button + button {
  margin-top: 1.755rem;
}
@media only screen and (max-width: 1279px) {
  .l-customLpFv__contentArea .fv_right dd .box .btn_area button + button {
    margin-top: 1.5vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-customLpFv__contentArea .fv_right dd .box .btn_area button + button {
    margin-top: 0;
    margin-left: 1.92061vw;
  }
}
@media only screen and (max-width: 780px) {
  .l-customLpFv__contentArea .fv_right dd .box .btn_area button + button {
    margin-top: 2.5641vw;
    margin-left: auto;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpFv__contentArea .fv_right dd .box .btn_area button + button {
    margin-top: 2.5641vw;
  }
}

.l-customLpCta {
  background-image: url("../img/cta_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 580px) {
  .l-customLpCta {
    background-image: url("../img/cta_bg_sp.jpg");
  }
}
.l-customLpCta__header {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMzQxNTA2IiB5MT0iMS4wOTE1MDYiIHgyPSIwLjY1ODQ5NCIgeTI9Ii0wLjA5MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyM2RkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFiMTc4OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(75deg, #423dd0, #1b1789);
  background-image: -webkit-linear-gradient(75deg, #423dd0, #1b1789);
  background-image: linear-gradient(15deg, #423dd0, #1b1789);
}
.l-customLpCta__header h3 {
  padding: 2rem 0;
  text-align: center;
}
@media only screen and (max-width: 580px) {
  .l-customLpCta__header h3 {
    padding: 1rem 0;
  }
}
.l-customLpCta__header h3 > span {
  padding: 0 0.5em;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-shadow: 0 0 0.66em rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 1024px) {
  .l-customLpCta__header h3 > span {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpCta__header h3 > span {
    font-size: 2rem;
  }
}
.l-customLpCta__header h3 > span:before, .l-customLpCta__header h3 > span:after {
  width: 0.85em;
  height: 2.16em;
  content: '';
  background-image: url("../img/icon_mugiho01.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 580px) {
  .l-customLpCta__header h3 > span:before, .l-customLpCta__header h3 > span:after {
    top: 65%;
  }
}
.l-customLpCta__header h3 > span:before {
  right: 100%;
  -moz-transform: translate(0, -50%) scale(-1, 1);
  -ms-transform: translate(0, -50%) scale(-1, 1);
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
}
.l-customLpCta__header h3 > span:after {
  left: 100%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.l-customLpCta__header h3 > span span {
  font-family: "Poppins", sans-serif;
  font-size: 1.33em;
  line-height: 1;
  color: #FFF49D;
}
.l-customLpCta__header h3 > span span big {
  font-size: 1.45em;
}
.l-customLpCta__body {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.l-customLpCta__body .u-inner {
  width: 100%;
  max-width: 1050px;
  padding: 1rem 0 2.5rem 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .l-customLpCta__body .u-inner {
    max-width: 780px;
    width: 96%;
  }
}
.l-customLpCta__body .img01 {
  width: 37%;
  position: absolute;
  top: -6%;
  left: -10%;
}
@media only screen and (max-width: 780px) {
  .l-customLpCta__body .img01 {
    display: none;
  }
}
.l-customLpCta__body .img01b {
  width: 43%;
  position: absolute;
  top: -3%;
  left: -12%;
}
@media only screen and (min-width: 781px) {
  .l-customLpCta__body .img01b {
    display: none;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpCta__body .img01b {
    display: none;
  }
}
.l-customLpCta__body .img02 {
  width: 25.52%;
  position: absolute;
  top: -1rem;
  right: 0;
}
@media only screen and (max-width: 580px) {
  .l-customLpCta__body .img02 {
    display: none;
  }
}
.l-customLpCta__body .text {
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 580px) {
  .l-customLpCta__body .text {
    text-align: center;
  }
}
.l-customLpCta__body .text p {
  margin-bottom: 0.5em;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.23077;
  letter-spacing: 0.01em;
  text-align: center;
  text-shadow: 0 0 0.76em rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1024px) {
  .l-customLpCta__body .text p {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpCta__body .text p {
    padding-top: 3rem;
    font-size: 1.9rem;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
  }
  .l-customLpCta__body .text p:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 581px) {
  .l-customLpCta__body .text p img {
    display: none;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpCta__body .text p img {
    width: 14.6rem;
    max-width: none;
    margin: -3rem 0 0 2rem;
    float: right;
  }
}
.l-customLpCta__body .text p big {
  font-size: 1.92em;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  .l-customLpCta__body .text p big {
    font-size: 1.45em;
  }
}
.l-customLpCta__body .text p big .c-logotype {
  font-weight: 900;
}
.l-customLpCta__body .text ul {
  margin-bottom: 2.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.l-customLpCta__body .text ul li {
  margin: 0 0.4em;
  padding: 0.5em;
  font-size: 2.2rem;
  border: solid 0.2rem #C3C1FF;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .l-customLpCta__body .text ul li {
    width: 11.4rem;
    padding: 0.5em;
    font-size: 1.8rem;
    display: block;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpCta__body .text ul li {
    width: 32.5%;
    max-width: 20rem;
    font-size: 1.7rem;
  }
}
.l-customLpCta__body .text ul li:before {
  width: 2.086em;
  height: 1.652em;
  margin-right: 0.2em;
  content: '';
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .l-customLpCta__body .text ul li:before {
    margin: 0 auto 0.25em auto;
    display: block;
  }
}
.l-customLpCta__body .text ul li:nth-child(1):before {
  background-image: url("../img/cta_point_img01.png");
}
.l-customLpCta__body .text ul li:nth-child(2):before {
  background-image: url("../img/cta_point_img02.png");
}
.l-customLpCta__body .text ul li:nth-child(3):before {
  background-image: url("../img/cta_point_img03.png");
}
.l-customLpCta__body .text ul li p {
  width: calc(100% - 2.286em);
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.04348;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .l-customLpCta__body .text ul li p {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 580px) {
  .l-customLpCta__body .text ul li p {
    padding-top: 0;
  }
}
.l-customLpCta__body .text .btn {
  text-align: center;
}
.l-customLpCta__body .text .btn a {
  width: 34rem;
  max-width: 100%;
  padding: 0.75em;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzQ3MiIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjZjE2NTA5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjA1ZDAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffc472), color-stop(60%, #f16509), color-stop(100%, #f05d00));
  background-image: -moz-linear-gradient(top, #ffc472, #f16509 60%, #f05d00);
  background-image: -webkit-linear-gradient(top, #ffc472, #f16509 60%, #f05d00);
  background-image: linear-gradient(to bottom, #ffc472, #f16509 60%, #f05d00);
  border: solid 0.3rem #ffffff;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -moz-box-shadow: 0.15em 0.15em 0.5em rgba(11, 22, 56, 0.2);
  -webkit-box-shadow: 0.15em 0.15em 0.5em rgba(11, 22, 56, 0.2);
  box-shadow: 0.15em 0.15em 0.5em rgba(11, 22, 56, 0.2);
  display: inline-block;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
@media only screen and (max-width: 1024px) {
  .l-customLpCta__body .text .btn a {
    padding: 0.65em 0.5rem;
  }
}
.l-customLpCta__body .text .btn a:hover {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.l-customLpCta__footer {
  color: #ffffff;
  background-color: #534DFF;
  position: relative;
  z-index: 2;
}
.l-customLpCta__footer .u-inner {
  max-width: 1000px;
}
.l-customLpCta__footer p {
  padding: 1em 0;
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (max-width: 580px) {
  .l-customLpCta__footer p {
    font-size: 1rem;
  }
}

.l-customLpOnayami {
  padding: 3.3rem 0 5rem 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .l-customLpOnayami {
    padding: 3rem 0 2rem 0;
  }
}
.l-customLpOnayami .u-inner {
  max-width: 1000px;
}
.l-customLpOnayami__ttl > span {
  text-align: center;
  display: block;
}
.l-customLpOnayami__ttl > span span {
  margin-bottom: 0.2em;
  padding: 0.1em 1.2em 0.1em 1.5em;
  font-size: 2.2rem;
  font-weight: 700;
  background-color: #EDEDED;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .l-customLpOnayami__ttl > span span {
    font-size: 1.8rem;
  }
}
.l-customLpOnayami__ttl > span span:before {
  width: 1.909em;
  height: 1.59em;
  content: '';
  background-image: url("../img/fig_clound.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.l-customLpOnayami__ttl > span span:after {
  width: 0;
  height: 0;
  margin-left: -0.6rem;
  content: '';
  border-style: solid;
  border-width: 1rem 0.6rem 0 0.6rem;
  border-color: #EDEDED transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
}
.l-customLpOnayami__list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  .l-customLpOnayami__list {
    display: block;
  }
}
.l-customLpOnayami__list dl {
  width: 48%;
  padding: 0 3.5rem 3.5rem 3.5rem;
  background-color: #F8F8F8;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 780px) {
  .l-customLpOnayami__list dl {
    width: 100%;
    padding: 0 2.5rem 2.5rem 2.5rem;
  }
  .l-customLpOnayami__list dl + dl {
    margin-top: 2rem;
  }
}
.l-customLpOnayami__list dl dt {
  margin-bottom: 1.5em;
  padding: 0.675em 1em;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #5D66A8;
  -moz-border-radius: 0 0 1rem 1rem;
  -webkit-border-radius: 0;
  border-radius: 0 0 1rem 1rem;
}
@media only screen and (max-width: 780px) {
  .l-customLpOnayami__list dl dt {
    font-size: 1.8rem;
  }
}
.l-customLpOnayami__list dl dd {
  margin-bottom: 0.83em;
  padding: 0 0.55em 0.55em 0;
  font-size: 1.8rem;
  border-bottom: dashed 1px #5D66A8;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  .l-customLpOnayami__list dl dd {
    font-size: 1.6rem;
  }
}
.l-customLpOnayami__list dl dd:before {
  width: 2.38em;
  height: 2.38em;
  content: '';
  background-image: url("../img/icon_nayami01.png");
  -webkit-background-size: cover;
  background-size: cover;
}
.l-customLpOnayami__list dl dd:last-child {
  margin-bottom: 0;
}
.l-customLpOnayami__list dl dd span {
  width: calc(100% - 3em);
}
.l-customLpOnayami__list dl:nth-child(2) dt {
  background-color: #A2A1C4;
}
.l-customLpOnayami__list dl:nth-child(2) dd:before {
  background-image: url("../img/icon_nayami02.png");
}

.l-customLpwhats {
  padding: 7rem 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .l-customLpwhats {
    padding: 3.5rem 0;
  }
}
.l-customLpwhats ul {
  max-width: 900px;
  margin: 0 auto 4rem auto;
  display: -webkit-flex;
  display: flex;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .l-customLpwhats ul {
    margin-bottom: 2rem;
    display: block;
  }
}
.l-customLpwhats ul li {
  width: 50%;
  padding: 3rem 2.5rem;
  background-color: #F4F7FF;
}
@media only screen and (max-width: 780px) {
  .l-customLpwhats ul li {
    width: 100%;
    padding: 1.2rem;
  }
}
.l-customLpwhats ul li h3 {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
}
.l-customLpwhats ul li .box {
  padding: 2.5rem 2rem;
  text-align: center;
  background-color: #ffffff;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .l-customLpwhats ul li .box {
    padding: 2rem 1.2rem;
  }
}
.l-customLpwhats ul li .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-customLpwhats ul li .box p {
  margin-top: 0.5em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 780px) {
  .l-customLpwhats ul li .box p {
    font-size: 1.8rem;
  }
}
.l-customLpwhats ul li:nth-child(1) {
  position: relative;
}
.l-customLpwhats ul li:nth-child(1):after {
  width: 0;
  height: 0;
  margin-top: -1.5rem;
  content: '';
  border-style: solid;
  border-width: 1.5rem 0 1.5rem 2rem;
  border-color: transparent transparent transparent #F4F7FF;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media only screen and (max-width: 780px) {
  .l-customLpwhats ul li:nth-child(1):after {
    margin: 0 0 0 -2.5rem;
    border-width: 2.5rem 2.5rem 0 2.5rem;
    border-color: #F4F7FF transparent transparent transparent;
    top: 100%;
    left: 50%;
  }
}
.l-customLpwhats ul li:nth-child(2) {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZWZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk2YjRmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8efff), color-stop(100%, #96b4ff));
  background-image: -moz-linear-gradient(top, #e8efff, #96b4ff);
  background-image: -webkit-linear-gradient(top, #e8efff, #96b4ff);
  background-image: linear-gradient(to bottom, #e8efff, #96b4ff);
}
@media only screen and (max-width: 780px) {
  .l-customLpwhats ul li:nth-child(2) {
    padding-top: 3rem;
  }
}
.l-customLpwhats .end-text {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .l-customLpwhats .end-text {
    font-size: 2rem;
  }
}

.l-customLpFunction {
  padding: 7rem 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .l-customLpFunction {
    padding: 3.5rem 0;
  }
}
.l-customLpFunction p {
  margin-bottom: 2.7em;
  font-size: 1.8rem;
  text-align: center;
}
.l-customLpFunction__row {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 780px) {
  .l-customLpFunction__row {
    display: block;
  }
}
.l-customLpFunction__row + .l-customLpFunction__row {
  margin-top: 3rem;
}
.l-customLpFunction__row dl {
  border: solid 1px #E3E3E3;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 780px) {
  .l-customLpFunction__row dl {
    width: 100% !important;
    margin: 0 !important;
  }
  .l-customLpFunction__row dl + dl {
    margin-top: 1.5rem !important;
  }
}
.l-customLpFunction__row dl:last-child {
  margin-right: 0 !important;
}
.l-customLpFunction__row dl.col1 {
  width: 100%;
}
.l-customLpFunction__row dl.col1 dd ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-customLpFunction__row dl.col1 dd ul li {
  width: 30%;
  margin-right: 5%;
}
.l-customLpFunction__row dl.col1 dd ul li:nth-child(3n) {
  margin-right: 0;
}
.l-customLpFunction__row dl.col2 {
  width: 48.1%;
  margin-right: 3.8%;
}
.l-customLpFunction__row dl.col2 dd ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-customLpFunction__row dl.col2 dd ul li {
  width: 48%;
  margin-right: 4%;
}
.l-customLpFunction__row dl.col2 dd ul li:nth-child(2n) {
  margin-right: 0;
}
.l-customLpFunction__row dl.col3 {
  width: 30.9%;
  margin-right: 3.65%;
}
.l-customLpFunction__row dl dt {
  padding: 0.6em;
  font-size: 2rem;
  font-weight: 700;
  background-color: #E9ECF4;
}
@media only screen and (max-width: 780px) {
  .l-customLpFunction__row dl dt {
    font-size: 1.7rem;
  }
}
.l-customLpFunction__row dl dt i {
  width: 2.15em;
  height: 1.95em;
  margin-right: 0.25em;
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: -0.5em;
}
.l-customLpFunction__row dl dt i.icon1 {
  background-image: url("../img/kaikei/kaikei_function_icon01.png");
}
.l-customLpFunction__row dl dt i.icon2 {
  background-image: url("../img/kaikei/kaikei_function_icon02.png");
}
.l-customLpFunction__row dl dt i.icon3 {
  background-image: url("../img/kaikei/kaikei_function_icon03.png");
}
.l-customLpFunction__row dl dt i.icon4 {
  background-image: url("../img/kaikei/kaikei_function_icon04.png");
}
.l-customLpFunction__row dl dt i.icon5 {
  background-image: url("../img/kaikei/kaikei_function_icon05.png");
}
.l-customLpFunction__row dl dt i.icon6 {
  background-image: url("../img/kaikei/kaikei_function_icon06.png");
}
.l-customLpFunction__row dl dd {
  padding: 3.5rem;
}
@media only screen and (max-width: 780px) {
  .l-customLpFunction__row dl dd {
    padding: 1.5rem;
  }
}
.l-customLpFunction__row dl dd ul {
  margin-bottom: -1em;
}
@media only screen and (max-width: 780px) {
  .l-customLpFunction__row dl dd ul {
    display: block !important;
  }
}
.l-customLpFunction__row dl dd ul li {
  margin-bottom: 1em;
  padding-left: 1.593em;
  font-size: 1.5rem;
}
@media only screen and (max-width: 780px) {
  .l-customLpFunction__row dl dd ul li {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.l-customLpFunction__row dl dd ul li:before {
  width: 0.933em;
  height: 0.8em;
  margin: 0 0.66em 0 -1.593em;
  content: '';
  background-image: url("../img/icon_check01.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: 0;
}

.l-customLpReason {
  padding: 7rem 0;
  background-color: #F4F7FF;
}
@media only screen and (max-width: 780px) {
  .l-customLpReason {
    padding: 3.5rem 0;
  }
}
.l-customLpReason .u-inner {
  max-width: 1000px;
}
.l-customLpReason__header {
  margin-bottom: 7rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  .l-customLpReason__header {
    margin-bottom: 2.2rem;
  }
}
.l-customLpReason__header li {
  width: 29.8%;
  padding: 3rem;
  color: #ffffff;
  background-color: #534DFF;
  -moz-border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 780px) {
  .l-customLpReason__header li {
    width: 31%;
    padding: 0.8rem;
  }
}
.l-customLpReason__header li .num {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .l-customLpReason__header li .num {
    font-size: 0.8rem;
  }
}
.l-customLpReason__header li .num span {
  font-size: 2.14em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  display: block;
}
.l-customLpReason__header li .img {
  width: 8.4rem;
  height: 6.2rem;
  margin: 1.5rem auto;
}
@media only screen and (max-width: 780px) {
  .l-customLpReason__header li .img {
    width: 5.6rem;
    height: 4rem;
    margin: 0.5rem auto;
  }
}
.l-customLpReason__header li p {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .l-customLpReason__header li p {
    font-size: 1.5rem;
  }
}
.l-customLpReason__body li {
  padding: 4rem;
  background-color: #ffffff;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .l-customLpReason__body li {
    padding: 2rem;
    display: block;
  }
}
.l-customLpReason__body li:before {
  width: 100px;
  height: 100px;
  content: '';
  background-color: #534DFF;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transform: translate(-65%, -65%) rotate(45deg);
  -ms-transform: translate(-65%, -65%) rotate(45deg);
  -webkit-transform: translate(-65%, -65%) rotate(45deg);
  transform: translate(-65%, -65%) rotate(45deg);
}
@media only screen and (max-width: 780px) {
  .l-customLpReason__body li:before {
    -moz-transform: translate(-70%, -70%) rotate(45deg);
    -ms-transform: translate(-70%, -70%) rotate(45deg);
    -webkit-transform: translate(-70%, -70%) rotate(45deg);
    transform: translate(-70%, -70%) rotate(45deg);
  }
}
.l-customLpReason__body li + li {
  margin-top: 2.7rem;
}
@media only screen and (max-width: 780px) {
  .l-customLpReason__body li + li {
    margin-top: 2rem;
  }
}
.l-customLpReason__body li .img {
  width: 45%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 780px) {
  .l-customLpReason__body li .img {
    width: 100%;
  }
}
.l-customLpReason__body li .img .num {
  width: 8rem;
  margin-top: -1em;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  color: #DDE7FF;
}
.l-customLpReason__body li .img .num span {
  font-size: 4.28em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  display: block;
}
.l-customLpReason__body li .img img {
  width: calc(100% - 12rem);
  margin-left: 4rem;
}
@media only screen and (max-width: 780px) {
  .l-customLpReason__body li .img img {
    width: calc(100% - 9rem);
    margin-left: 1rem;
  }
}
.l-customLpReason__body li .text {
  width: 55%;
  padding-left: 3rem;
  -webkit-align-self: center;
  align-self: center;
}
@media only screen and (max-width: 780px) {
  .l-customLpReason__body li .text {
    width: 100%;
    padding: 0;
  }
}
.l-customLpReason__body li .text h3 {
  margin-bottom: 0.45em;
  padding-bottom: 0.45em;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #534DFF;
  border-bottom: solid 0.3rem #BFD0F8;
}
@media only screen and (max-width: 780px) {
  .l-customLpReason__body li .text h3 {
    font-size: 2.3rem;
    text-align: center;
  }
}
.l-customLpReason__body li .text p {
  line-height: 1.875;
}
@media only screen and (max-width: 780px) {
  .l-customLpReason__body li .text p {
    font-size: 1.5rem;
  }
}

.l-customLpVoice {
  padding: 7rem 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .l-customLpVoice {
    padding: 3.5rem 0;
  }
}
.l-customLpVoice .u-inner {
  max-width: 1000px;
}
.l-customLpVoice__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  .l-customLpVoice__list {
    display: block;
  }
}
.l-customLpVoice__list li {
  width: 48.5%;
  margin-top: 6rem;
  padding: 9.5rem 2.5rem 2.5rem 2.5rem;
  background-color: #F8F8F8;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .l-customLpVoice__list li {
    width: 100%;
    margin-top: 3.7rem;
    padding: 7rem 2rem 2rem 2rem;
  }
}
.l-customLpVoice__list li .img {
  width: 9.6rem;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%, -25%);
  -ms-transform: translate(-50%, -25%);
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}
@media only screen and (max-width: 780px) {
  .l-customLpVoice__list li .img {
    width: 6.5rem;
  }
}
.l-customLpVoice__list li h3 {
  margin-bottom: 0.75em;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .l-customLpVoice__list li h3 {
    font-size: 1.8rem;
  }
}
.l-customLpVoice__list li p {
  font-size: 1.5rem;
  line-height: 1.93333;
}
@media only screen and (max-width: 780px) {
  .l-customLpVoice__list li p {
    font-size: 1.4rem;
  }
}

.l-customLpFlow {
  padding: 7rem 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .l-customLpFlow {
    padding: 3.5rem 0;
  }
}
.l-customLpFlow__flow {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .l-customLpFlow__flow {
    width: 112%;
    margin: 0 -6%;
  }
}
.l-customLpFlow__flow li {
  padding: 3rem;
  background-color: #F4F7FF;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  .l-customLpFlow__flow li {
    padding: 2rem 2rem 2rem 7rem;
    position: relative;
    display: block;
  }
}
.l-customLpFlow__flow li + li {
  margin-top: 1rem;
}
.l-customLpFlow__flow li .num {
  width: 8rem;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .l-customLpFlow__flow li .num {
    width: 3rem;
    height: calc(100% - 6rem);
    position: absolute;
    top: 4rem;
    left: 2rem;
  }
}
.l-customLpFlow__flow li .num:before {
  width: 0.5rem;
  height: calc(100% - 8.7rem);
  margin-left: -0.25rem;
  content: '';
  background-color: #ABC2FA;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  position: absolute;
  top: 6.5rem;
  left: 50%;
}
@media only screen and (max-width: 780px) {
  .l-customLpFlow__flow li .num:before {
    width: 0.3rem;
    height: calc(100% - 4.5rem);
    margin-left: -0.15rem;
    top: 3.25rem;
  }
}
.l-customLpFlow__flow li .num:after {
  width: 2.5rem;
  height: 2.2rem;
  margin-left: -1.25rem;
  content: '';
  background-image: url("../img/flow_arrow_sankaku.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media only screen and (max-width: 780px) {
  .l-customLpFlow__flow li .num:after {
    width: 1.75rem;
    height: 1.35rem;
    margin-left: -0.875rem;
  }
}
.l-customLpFlow__flow li .num span {
  width: 5.2rem;
  height: 5.2rem;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.02;
  line-height: 5.2rem;
  color: #ffffff;
  background-color: #534DFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .l-customLpFlow__flow li .num span {
    width: 3rem;
    height: 3rem;
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.l-customLpFlow__flow li .num span:before {
  content: 'Step';
  font-size: 0.46em;
  line-height: 1;
  color: #534DFF;
  position: absolute;
}
@media only screen and (min-width: 781px) {
  .l-customLpFlow__flow li .num span:before {
    top: 50%;
    left: 0;
    -moz-transform: translate(-75%, -50%) rotate(90deg);
    -ms-transform: translate(-75%, -50%) rotate(90deg);
    -webkit-transform: translate(-75%, -50%) rotate(90deg);
    transform: translate(-75%, -50%) rotate(90deg);
  }
}
@media only screen and (max-width: 780px) {
  .l-customLpFlow__flow li .num span:before {
    font-size: 0.72em;
    top: 0;
    left: 50%;
    -moz-transform: translate(-50%, -1.5rem);
    -ms-transform: translate(-50%, -1.5rem);
    -webkit-transform: translate(-50%, -1.5rem);
    transform: translate(-50%, -1.5rem);
  }
}
.l-customLpFlow__flow li .text1 {
  width: 41%;
}
@media only screen and (max-width: 780px) {
  .l-customLpFlow__flow li .text1 {
    width: 100%;
    margin-bottom: 2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.l-customLpFlow__flow li .text1 .img {
  width: 61%;
  margin: 0 auto 2rem auto;
}
@media only screen and (max-width: 780px) {
  .l-customLpFlow__flow li .text1 .img {
    width: 45%;
    margin: 0 2% 0 0;
  }
}
@media only screen and (max-width: 780px) {
  .l-customLpFlow__flow li .text1 .text {
    width: 53%;
  }
}
.l-customLpFlow__flow li .text1 .text h3 {
  margin-bottom: 0.6em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #534DFF;
}
@media only screen and (max-width: 780px) {
  .l-customLpFlow__flow li .text1 .text h3 {
    margin-bottom: 0.35em;
    font-size: 1.8rem;
    text-align: left;
  }
}
.l-customLpFlow__flow li .text1 .text p {
  font-size: 1.5rem;
  line-height: 1.73333;
}
@media only screen and (max-width: 780px) {
  .l-customLpFlow__flow li .text1 .text p {
    font-size: 1.4rem;
  }
}
.l-customLpFlow__flow li .text2 {
  width: 38%;
  padding: 2.5rem;
  background-color: #ffffff;
  border: solid 0.4rem #A19FE8;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  -moz-box-shadow: 0.2rem 0.2rem 0.3rem rgba(142, 140, 165, 0.45);
  -webkit-box-shadow: 0.2rem 0.2rem 0.3rem rgba(142, 140, 165, 0.45);
  box-shadow: 0.2rem 0.2rem 0.3rem rgba(142, 140, 165, 0.45);
}
@media only screen and (max-width: 780px) {
  .l-customLpFlow__flow li .text2 {
    width: 100%;
    padding: 0.75rem 1rem;
    display: -webkit-flex;
    display: flex;
  }
}
.l-customLpFlow__flow li .text2 .img {
  width: 28%;
  margin: 0 auto 1.5rem auto;
}
@media only screen and (max-width: 780px) {
  .l-customLpFlow__flow li .text2 .img {
    width: 24%;
    margin: 0 2% 0 0;
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 780px) {
  .l-customLpFlow__flow li .text2 .text {
    width: 74%;
  }
}
.l-customLpFlow__flow li .text2 .text h4 {
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .l-customLpFlow__flow li .text2 .text h4 {
    margin-bottom: 0.35em;
    font-size: 1.6rem;
    text-align: left;
  }
}
.l-customLpFlow__flow li .text2 .text p {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media only screen and (max-width: 780px) {
  .l-customLpFlow__flow li .text2 .text p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .l-customLpFlow__flow li:first-child {
    -moz-border-radius: 1rem 1rem 0 0;
    -webkit-border-radius: 1rem;
    border-radius: 1rem 1rem 0 0;
  }
}
@media only screen and (min-width: 781px) {
  .l-customLpFlow__flow li:last-child {
    -moz-border-radius: 0 0 1rem 1rem;
    -webkit-border-radius: 0;
    border-radius: 0 0 1rem 1rem;
  }
}
.l-customLpFlow__flow li:last-child .num:before, .l-customLpFlow__flow li:last-child .num:after {
  content: none;
}

.l-customLpFaq {
  padding: 7rem 0;
  background-color: #F8F8F8;
}
@media only screen and (max-width: 780px) {
  .l-customLpFaq {
    padding: 3.5rem 0;
  }
}
.l-customLpFaq .u-inner {
  max-width: 1000px;
}
.l-customLpFaq .box {
  padding: 5rem 6rem;
  background-color: #ffffff;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 780px) {
  .l-customLpFaq .box {
    padding: 2rem;
  }
}
.l-customLpFaq .box ul li {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px #DDDDDD;
}
@media only screen and (max-width: 780px) {
  .l-customLpFaq .box ul li {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.l-customLpFaq .box ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.l-customLpFaq .box ul li .faq_q {
  margin-bottom: 1.5rem;
  padding: 0.3em 1em 0.3em 5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44444;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .l-customLpFaq .box ul li .faq_q {
    padding: 0 1em 0 5rem;
    font-size: 1.6rem;
  }
}
.l-customLpFaq .box ul li .faq_q:before {
  width: 3.7rem;
  height: 3.7rem;
  content: 'Q';
  font-family: "Poppins", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 3.3rem;
  text-align: center;
  color: #ffffff;
  background-color: #534DFF;
  border: solid 0.2rem #534DFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .l-customLpFaq .box ul li .faq_q:before {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.9rem;
    line-height: 3.1rem;
  }
}
.l-customLpFaq .box ul li .faq_a {
  padding: 0.5em 1em 0.5em 5rem;
  font-size: 1.5rem;
  line-height: 1.8;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .l-customLpFaq .box ul li .faq_a {
    padding: 0 1em 0 5rem;
    font-size: 1.4rem;
  }
}
.l-customLpFaq .box ul li .faq_a:before {
  width: 3.7rem;
  height: 3.7rem;
  content: 'A';
  font-family: "Poppins", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 3.3rem;
  text-align: center;
  color: #534DFF;
  background-color: #ffffff;
  border: solid 0.2rem #534DFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .l-customLpFaq .box ul li .faq_a:before {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.9rem;
    line-height: 3.1rem;
  }
}

.l-customLpInquiry {
  color: #ffffff;
  background-image: url("../img/form_area_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.l-customLpInquiry__head {
  padding: 3.5rem 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMzQxNTA2IiB5MT0iMS4wOTE1MDYiIHgyPSIwLjY1ODQ5NCIgeTI9Ii0wLjA5MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyM2RkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFiMTc4OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(75deg, #423dd0, #1b1789);
  background-image: -webkit-linear-gradient(75deg, #423dd0, #1b1789);
  background-image: linear-gradient(15deg, #423dd0, #1b1789);
}
@media only screen and (max-width: 780px) {
  .l-customLpInquiry__head {
    padding: 2.5rem 0;
  }
}
.l-customLpInquiry__head .c-ttl01 {
  margin-bottom: 0;
}
.l-customLpInquiry__body {
  padding: 5rem 0 10rem 0;
}
@media only screen and (max-width: 780px) {
  .l-customLpInquiry__body {
    padding: 2.5rem 0 5rem 0;
  }
}
.l-customLpInquiry__body h3 {
  margin-bottom: 0.5em;
  font-size: 2.2rem;
  text-align: center;
}
.l-customLpInquiry__body p {
  margin-bottom: 2.5em;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .l-customLpInquiry__body p {
    font-size: 1.4rem;
  }
}
.l-customLpInquiry__body .box {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem;
  text-align: center;
  color: #0B1B40;
  background-color: #ffffff;
  -moz-border-radius: 1.3rem;
  -webkit-border-radius: 1.3rem;
  border-radius: 1.3rem;
}
@media only screen and (max-width: 780px) {
  .l-customLpInquiry__body .box {
    padding: 2rem 1rem;
  }
}
.l-customLpInquiry__body .box h4 {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #534DFF;
}
.l-customLpInquiry__body .box p {
  margin-bottom: 1em;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .l-customLpInquiry__body .box p {
    font-size: 1.8rem;
  }
}
.l-customLpInquiry__body .box p span {
  margin-right: 1em;
  padding: 0.1em 0.25em;
  font-size: 0.56em;
  color: #ffffff;
  background-color: #534DFF;
  -moz-border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  display: inline-block;
  vertical-align: 0.2em;
}
.l-customLpInquiry__body .box .btn_area {
  text-align: center;
  letter-spacing: -0.4em;
}
.l-customLpInquiry__body .box .btn_area > * {
  display: inline-block;
  letter-spacing: normal;
}
.l-customLpInquiry__body .box .btn_area button {
  width: 24rem;
  height: 6.6rem;
  font-size: 2.3rem;
  font-weight: 700;
  background-color: #EFEFEF;
  border: none;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -moz-box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 780px) {
  .l-customLpInquiry__body .box .btn_area button {
    width: 90%;
    height: 5rem;
    margin: 0 auto;
    font-size: 2rem;
    display: block;
  }
}
.l-customLpInquiry__body .box .btn_area button:hover {
  opacity: 0.8;
}
.l-customLpInquiry__body .box .btn_area button + button {
  margin-left: 4rem;
}
@media only screen and (max-width: 780px) {
  .l-customLpInquiry__body .box .btn_area button + button {
    margin: 1.3rem auto 0 auto;
  }
}

/*モーダルフォーム*/
.l-modalFormArea {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.l-modalFormArea:before {
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-modalFormArea .formArea {
  width: 60rem;
  max-width: 100%;
  height: 60rem;
  max-height: 90%;
  min-height: 40rem;
  padding: 5.5rem 1rem 1.5rem 1rem;
  background-image: url("../img/modalform_bg.png");
  -webkit-background-size: cover;
  background-size: cover;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.l-modalFormArea .formArea .close_icon {
  width: 1.9rem;
  height: 1.9rem;
  background-image: url("../img/close_icon.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 2rem;
  right: 2.5rem;
}
.l-modalFormArea .formArea .question_list li {
  display: none;
}
.l-modalFormArea .formArea .question_list li.current {
  display: block;
}
.l-modalFormArea .formArea .question_list li.required .box dt p:before {
  width: 3.3rem;
  content: '必 須';
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #534DFF;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  display: block;
}
.l-modalFormArea .formArea .question_list li .progress {
  font-size: 1.7rem;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 1.5rem;
  left: 2.5rem;
}
.l-modalFormArea .formArea .question_list li .box {
  width: 100%;
  padding: 0 2.5rem;
  background-color: #ffffff;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
}
.loading-overlay {
  opacity: 0.7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loading-overlay .spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}
.loading-overlay p {
  color: #fff;
  font-size: 1.2em;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media only screen and (max-width: 780px) {
  .l-modalFormArea .formArea .question_list li .box {
    padding: 0 1.5rem;
  }
}
.l-modalFormArea .formArea .question_list li .box dt {
  height: 11.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.l-modalFormArea .formArea .question_list li .box dt:before {
  width: 5.7rem;
  height: 5.7rem;
  margin-right: 1.5rem;
  content: '';
  background-image: url("../img/form_icon.png");
  -webkit-background-size: cover;
  background-size: cover;
}
.l-modalFormArea .formArea .question_list li .box dt p {
  width: calc(100% - 5.7rem - 1.5rem);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 780px) {
  .l-modalFormArea .formArea .question_list li .box dt p {
    font-size: 1.8rem;
  }
}
.l-modalFormArea .formArea .question_list li .box dd {
  position: relative;
}
.l-modalFormArea .formArea .question_list li .box dd .annotation {
  height: 3rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 780px) {
  .l-modalFormArea .formArea .question_list li .box dd .annotation {
    font-size: 1.1rem;
  }
}
.l-modalFormArea .formArea .question_list li .box dd .error {
  font-size: 1.2rem;
  color: #ff0000;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area {
  overflow: auto;
  padding-bottom: 2.5rem;
  padding-right: 0.5rem;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div {
  padding: 2rem;
  background-color: #F7F7F7;
  border: solid 1px #E6E6E6;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  .l-modalFormArea .formArea .question_list li .box dd .input_area > div {
    padding: 1.5rem;
  }
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div .col2 {
  width: 48%;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div .col1 {
  width: 100%;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div + div {
  margin-top: -1px;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div:first-of-type {
  -moz-border-radius: 1.5rem 1.5rem 0 0;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem 1.5rem 0 0;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div:last-of-type {
  -moz-border-radius: 0 0 1.5rem 1.5rem;
  -webkit-border-radius: 0;
  border-radius: 0 0 1.5rem 1.5rem;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div:only-of-type {
  -moz-border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.privacy label {
  margin: 0 auto;
  font-size: 1.5rem;
}
@media only screen and (max-width: 780px) {
  .l-modalFormArea .formArea .question_list li .box dd .input_area > div.privacy label {
    font-size: 1.3rem;
  }
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.privacy label a {
  color: #534DFF;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.privacy label input {
  display: none;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.privacy label input + span {
  padding-left: 4rem;
  position: relative;
  display: block;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.privacy label input + span:before {
  width: 2.2rem;
  height: 2.2rem;
  content: '';
  background-color: #ffffff;
  border: solid 1px #969CAA;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.privacy label input + span:after {
  width: 2.2rem;
  height: 2.2rem;
  content: none;
  border-left: solid 2px #534DFF;
  border-bottom: solid 2px #534DFF;
  position: absolute;
  top: 0.15em;
  left: 0;
  -moz-transform: rotate(-45deg) scale(0.6, 0.4) translate(15%, -15%);
  -ms-transform: rotate(-45deg) scale(0.6, 0.4) translate(15%, -15%);
  -webkit-transform: rotate(-45deg) scale(0.6, 0.4) translate(15%, -15%);
  transform: rotate(-45deg) scale(0.6, 0.4) translate(15%, -15%);
  transform-origin: center center;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.privacy label input:checked + span:after {
  content: '';
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.checkbox {
  padding: 0;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.checkbox label {
  font-size: 1.5rem;
  display: block;
  padding: 2rem;
}
@media only screen and (max-width: 780px) {
  .l-modalFormArea .formArea .question_list li .box dd .input_area > div.checkbox label {
    font-size: 1.3rem;
  }
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.checkbox label input {
  display: none;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.checkbox label input + span {
  padding-left: 4rem;
  position: relative;
  display: block;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.checkbox label input + span:before {
  width: 2.2rem;
  height: 2.2rem;
  content: '';
  background-color: #ffffff;
  border: solid 1px #969CAA;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.checkbox label input + span:after {
  width: 2.2rem;
  height: 2.2rem;
  content: none;
  border-left: solid 2px #534DFF;
  border-bottom: solid 2px #534DFF;
  position: absolute;
  top: 0.15em;
  left: 0;
  -moz-transform: rotate(-45deg) scale(0.6, 0.4) translate(15%, -15%);
  -ms-transform: rotate(-45deg) scale(0.6, 0.4) translate(15%, -15%);
  -webkit-transform: rotate(-45deg) scale(0.6, 0.4) translate(15%, -15%);
  transform: rotate(-45deg) scale(0.6, 0.4) translate(15%, -15%);
  transform-origin: center center;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.checkbox label input:checked + span:after {
  content: '';
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.radiobutton {
  padding: 0;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.radiobutton label {
  font-size: 1.5rem;
  display: block;
  padding: 2rem;
}
@media only screen and (max-width: 780px) {
  .l-modalFormArea .formArea .question_list li .box dd .input_area > div.radiobutton label {
    font-size: 1.3rem;
  }
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.radiobutton label input {
  display: none;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.radiobutton label input + span {
  padding-left: 4rem;
  position: relative;
  display: block;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.radiobutton label input + span:before {
  width: 2.2rem;
  height: 2.2rem;
  content: '';
  background-color: #ffffff;
  border: solid 1px #969CAA;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.radiobutton label input + span:after {
  width: 2.2rem;
  height: 2.2rem;
  content: none;
  background-color: #534DFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0.15em;
  left: 0;
  -moz-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  -webkit-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
  transform-origin: center center;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.radiobutton label input:checked + span:after {
  content: '';
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.selectbox > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.selectbox label {
  width: 48%;
  font-size: 1.5rem;
}
@media only screen and (max-width: 780px) {
  .l-modalFormArea .formArea .question_list li .box dd .input_area > div.selectbox label {
    font-size: 1.3rem;
  }
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.selectbox label .required {
  margin-left: 1em;
  font-size: 0.875em;
  color: #ff0000;
  display: inline-block;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.selectbox select {
  width: 50%;
  padding: 1.25rem 0.75rem;
  font-size: 1.3rem;
  background-color: #ffffff;
  border: solid 1px #E6E6E6;
}
@media only screen and (max-width: 780px) {
  .l-modalFormArea .formArea .question_list li .box dd .input_area > div.selectbox select {
    font-size: 1.1rem;
  }
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.textinput > div label {
  display: block;
  font-size: 1.5rem;
}
@media only screen and (max-width: 780px) {
  .l-modalFormArea .formArea .question_list li .box dd .input_area > div.textinput > div label {
    font-size: 1.3rem;
  }
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.textinput > div label .required {
  margin-left: 1em;
  font-size: 0.875em;
  color: #ff0000;
  display: inline-block;
}
.l-modalFormArea .formArea .question_list li .box dd .input_area > div.textinput > div input {
  width: 100%;
  padding: 1.25rem 0.75rem;
  font-size: 1.3rem;
  background-color: #ffffff;
  border: solid 1px #E6E6E6;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 780px) {
  .l-modalFormArea .formArea .question_list li .box dd .input_area > div.textinput > div input {
    font-size: 1.1rem;
  }
}
.l-modalFormArea .formArea .toggle_btn_area {
  margin-top: 1.5rem;
  text-align: center;
  letter-spacing: -0.4em;
}
.l-modalFormArea .formArea .toggle_btn_area > * {
  display: inline-block;
  letter-spacing: normal;
}
.l-modalFormArea .formArea .toggle_btn_area button {
  width: 48%;
  height: 5rem;
  font-size: 2rem;
  font-weight: 700;
  border: none;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.l-modalFormArea .formArea .toggle_btn_area button.prev {
  color: #ffffff;
  background-color: #3C33D3;
}
.l-modalFormArea .formArea .toggle_btn_area button.next {
  color: #534DFF;
  background-color: #ffffff;
}
.l-modalFormArea .formArea .toggle_btn_area button + button {
  margin-left: 0.5rem;
}
.l-modalFormArea .formArea .toggle_btn_area button.hidden {
  display: none !important;
}
.l-modalFormArea .formArea .attention_panel {
  width: 94%;
  height: 80%;
  background-color: #ffffff;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  position: absolute;
  top: 10%;
  left: 3%;
  z-index: 20;
  display: none;
}
.l-modalFormArea .formArea .attention_panel dt {
  padding: 1.5rem;
  background-color: #EDEDED;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.l-modalFormArea .formArea .attention_panel dt:before {
  width: 5.7rem;
  height: 5.7rem;
  margin-right: 1.5rem;
  content: '';
  background-image: url("../img/form_icon.png");
  -webkit-background-size: cover;
  background-size: cover;
}
.l-modalFormArea .formArea .attention_panel dt p {
  width: calc(100% - 5.7rem - 1.5rem);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 780px) {
  .l-modalFormArea .formArea .attention_panel dt p {
    font-size: 1.8rem;
  }
}
.l-modalFormArea .formArea .attention_panel dd {
  padding: 3.5rem 2.5rem;
}
@media only screen and (max-width: 780px) {
  .l-modalFormArea .formArea .attention_panel dd {
    padding: 2rem;
  }
}
.l-modalFormArea .formArea .attention_panel dd p {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 1.66667;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .l-modalFormArea .formArea .attention_panel dd p {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.l-modalFormArea .formArea .attention_panel dd p:before {
  width: 12.2rem;
  height: 12.8rem;
  margin: 0 auto 3rem auto;
  content: '';
  background-image: url("../img/attention.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
}
.l-modalFormArea .formArea .attention_panel dd .btn_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.l-modalFormArea .formArea .attention_panel dd .btn_area button {
  width: 48%;
  height: 4.7rem;
}
.l-modalFormArea .formArea .attention_panel dd .btn_area button + button {
  margin-left: 4%;
}
.l-modalFormArea .formArea .attention_panel dd .btn_area button.close {
  font-size: 1.4rem;
  color: #B1B1B1;
  background: none;
  border: none;
}
.l-modalFormArea .formArea .attention_panel dd .btn_area button.keep_on {
  font-size: 1.7rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #534DFF;
  border: none;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.l-modalFormArea.attention .formArea:after {
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
