@charset "UTF-8";

/* Scss Document _reset.scss */
/* html,
body,
div,
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,
strong,
sub,
sup,
tt,
var,
b,
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

img {
  vertical-align: bottom;
}

img,
video {
  width: 100%;
}

a {
  text-decoration: none;
  word-break: break-all;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  letter-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
} */

/* Firefox */
@-moz-document url-prefix() {
  input,
  button,
  select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

label,
button {
  cursor: pointer;
}

select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #323232;
  font-family: "IBM Plex Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  text-align: left;
}

body #main {
  padding-top: 105px;
}

@media screen and (max-width: 768px) {
  body #main {
    padding-top: 50px;
  }
}

a {
  transition: 200ms ease all;
  color: #1558D6;
  /* text-decoration: underline; */
}

@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }
}

.f__common-text_left {
  text-align: left;
}

.f__common-text_center {
  text-align: center;
}

.f__common-text_right {
  text-align: right;
}

.f__common-text_bold {
  font-weight: 700;
}

.f__common-text_underline {
  text-decoration: underline;
}

.f__common-text_highlighter {
  background: linear-gradient(transparent 75%, #fae58e 75%);
  background-position: 0 1.3em;
}

.f__common-text_annotation {
  font-size: 10px;
}

.f__common-text_nowrap {
  display: inline-block;
}

.f__common-color_seisan {
  color: #007bc7;
}

.f__common-color_meisai {
  color: #267d00;
}

.f__common-color_seikyu {
  color: #0ba578;
}

.f__common-color_hanbai {
  color: #f53c20;
}

.f__common-color_kintai {
  color: #2531b7;
}

.f__common-bgcolor_blue {
  background-color: #edf7ff;
}

.f__common-bgcolor_blue_brand {
  background-color: #007bc7;
}

.f__common-bgcolor_gray {
  background-color: #f6f6f6;
}

.f__common-bgcolor_white {
  background-color: #FFF;
}

_::-webkit-full-page-media,
_:future,
:root .f__common-text_highlighter {
  text-decoration: underline;
  text-underline-offset: 0.05em;
  text-decoration-thickness: 0.15em;
  text-decoration-color: #fae58e;
}

.fixed_bottom {
  position: absolute;
  bottom: 0;
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2237px 0;
  }
}

@media (min-width: 769px) {
  .pc-only {
    display: inline-block;
  }
  .sp-only {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline-block;
  }
}

.f-l__common-inner {
  position: relative;
  max-width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  width: inherit;
  height: auto;
}

.f-l__common-section {
  padding: 70px 0;
}

@media screen and (max-width: 768px) {
  .f-l__common-inner {
    max-width: 100%;
    min-width: 100px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 576px) {
  .f-l__common-inner {
    max-width: 100%;
    min-width: 100px;
    padding: 0 20px;
  }
  .f-l__common-section {
    padding: 50px 0;
  }
}

.cf {
  clear: both;
}

/* body {
  padding-top: 0;
} */

.f-l__lp-header-container {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 1000;
  background-color: #FFF;
  transition: 100ms ease all;
}

.f-l__lp-header-container_inner {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .f-l__lp-header-container_inner {
    max-width: 1024px;
  }
}

@media screen and (max-width: 576px) {
  .f-l__lp-header-container_inner {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .f-l__lp-header-container {
    padding: 0 11px;
  }
  .f-l__lp-header-container.scroll-type {
    transform: translateY(0px);
  }
  .f-l__lp-header-container_inner {
    width: 100%;
  }
}

.f-l__lp-header-logo {
  width: 148px;
  height: 82px;
  display: inline-block;
  padding: 18px 0;
}

.f-l__lp-header-logo img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 1024px) {
  .f-l__lp-header-logo {
    width: 120px;
    display: inline-block;
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .f-l__lp-header-logo {
    width: 90px;
    height: 50px;
    display: inline-block;
    padding: 11px 0;
  }
}

.f-l__lp-header-tagline {
  display: block;
  font-size: 14px;
  color: #323232;
  font-weight: 700;
  padding: 34px 0 0 25px;
}

@media screen and (max-width: 1024px) {
  .f-l__lp-header-tagline {
    display: inline-block;
    padding: 30px 0 0 25px;
  }
}

@media screen and (max-width: 768px) {
  .f-l__lp-header-tagline {
    white-space: nowrap;
    padding: 19px 0 0 20px;
    font-size: 12px;
  }
}

.o-c__heading {
  text-align: center;
}

.o-c__heading-h1 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 24px;
  position: relative;
  color: #007bc7;
}

.o-c__heading-h1_annotation {
  font-size: 12px;
}

@media screen and (max-width: 576px) {
  .o-c__heading-h1 {
    font-size: 25px;
    padding-bottom: 44px;
  }
  .o-c__heading-h1:after {
    height: 2px;
    bottom: 25px;
  }
}

.o-c__heading-h2 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 54px;
  position: relative;
}

.o-c__heading-h2:after {
  content: "";
  width: 40px;
  height: 3px;
  line-height: 0;
  background-color: #007bc7;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.o-c__heading-h2_annotation {
  font-size: 12px;
}

@media screen and (max-width: 576px) {
  .o-c__heading-h2 {
    font-size: 25px;
    padding-bottom: 44px;
  }
  .o-c__heading-h2:after {
    height: 2px;
    bottom: 25px;
  }
}

.o-c__heading-h2_line {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  color: #007bc7;
}

.o-c__heading-h2_line_box {
  background-color: #FFF;
  padding: 0 30px;
  position: relative;
  z-index: 200;
}

.o-c__heading-h2_line_big {
  font-size: 48px;
  margin: 0 10px;
}

.o-c__heading-h2_line:after {
  content: "";
  width: 1000px;
  height: 1px;
  line-height: 0;
  background-color: #007bc7;
  position: absolute;
  z-index: 100;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .o-c__heading-h2_line {
    font-size: 22px;
  }
  .o-c__heading-h2_line_box {
    padding: 0 20px;
  }
  .o-c__heading-h2_line_big {
    font-size: 30px;
  }
  .o-c__heading-h2_line:after {
    width: 90%;
  }
}

.o-c__heading-lead {
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 30px;
  position: relative;
}

.o-c__heading-lead::before,
.o-c__heading-lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.o-c__heading-lead::before {
  margin-top: calc((1 - 1.6) * 0.3em);
}

.o-c__heading-lead::after {
  margin-bottom: calc((1 - 1.6) * 0.7em);
}

.o-c__heading-lead_bold {
  font-weight: 700;
}

@media screen and (max-width: 576px) {
  .o-c__heading-lead {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 25px;
  }
}

.o-c__heading-details_h1 {
  background-color: #007bc7;
  color: #FFF;
  text-align: center;
  height: 210px;
  display: grid;
  place-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
}

.o-c__heading-details_h1 span {
  position: relative;
  z-index: 20;
}

.o-c__heading-details_h1:before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -30px;
  right: -150px;
  width: 406px;
  height: 386px;
  background-image: url(/word_dir/wordpress/wp-content/themes/keiriplus/asset/image/lp/seisan/cta_back_component.webp);
  background-size: cover;
  transform: rotate(50deg);
  z-index: 10;
}

.o-c__heading-details_h1:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -140px;
  left: -150px;
  width: 406px;
  height: 386px;
  background-image: url(/word_dir/wordpress/wp-content/themes/keiriplus/asset/image/lp/seisan/cta_back_component.webp);
  background-size: cover;
  transform: rotate(230deg);
  z-index: 10;
}

@media screen and (max-width: 576px) {
  .o-c__heading-details_h1 {
    font-size: 20px;
    padding: 15px 20px;
    height: auto;
    text-align: left;
  }
  .o-c__heading-details_h1:before {
    bottom: auto;
    top: -60px;
    right: -65px;
    width: 150px;
    height: 150px;
  }
  .o-c__heading-details_h1:after {
    display: none;
  }
}

.o-m__onayami-content {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 576px) {
  .o-m__onayami-content.swiper-container {
    padding: 0 0 40px;
  }
}

.o-m__onayami-content_answer_title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #007bc7;
  position: absolute;
  z-index: 300;
  top: 140px;
  left: 0;
}

.o-m__onayami-content_answer_title img {
  width: 183px;
  height: 45px;
  display: inline-block;
  padding: 0 20px;
}

@media screen and (max-width: 576px) {
  .o-m__onayami-content_answer_title {
    font-size: 22px;
    line-height: 1.3;
    top: 125px;
  }
  .o-m__onayami-content_answer_title img {
    width: 130px;
    height: 35px;
    padding: 0 12px;
  }
}

.o-m__onayami-content_data {
  width: 23%;
}

@media screen and (max-width: 576px) {
  .o-m__onayami-content_data {
    width: 100%;
    padding: 0 35px;
  }
}

.o-m__onayami-content_data_theme {
  width: 100%;
  background-color: #f6f6f6;
  padding: 25px 0;
  border-radius: 10px;
  position: relative;
  margin-bottom: 135px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.o-m__onayami-content_data_theme._base_3 {
  padding: 13px 0;
}

.o-m__onayami-content_data_theme:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  border: 10px solid rgba(0, 0, 0, 0);
  border-bottom-width: 0;
  border-top: 15px solid #f6f6f6;
}

@media screen and (max-width: 576px) {
  .o-m__onayami-content_data_theme {
    margin-bottom: 100px;
  }
}

.o-m__onayami-content_data_answer {
  width: 100%;
  min-height: 480px;
  background-color: #edf7ff;
  padding: 45px 0px 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.o-m__onayami-content_data_answer:before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background-color: #FFF;
}

.o-m__onayami-content_data_answer:after {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 38px;
  background-image: url(/word_dir/wordpress/wp-content/themes/keiriplus/asset/image/lp/seisan/icon_000_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.o-m__onayami-content_data_answer h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #007bc7;
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .o-m__onayami-content_data_answer {
    min-height: 0;
    padding: 45px 0px 10px;
  }
  .o-m__onayami-content_data_answer h3 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 0 0 0 90px;
  }
}

.o-m__onayami-content_data_icon {
  background-color: #FFF;
  width: 116px;
  height: 116px;
  border-radius: 60px;
  margin: 0px auto 20px;
  display: grid;
  place-items: center;
}

.o-m__onayami-content_data_icon img {
  width: 80px;
  height: auto;
}

@media screen and (max-width: 576px) {
  .o-m__onayami-content_data_icon {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 15px;
    top: 35px;
  }
  .o-m__onayami-content_data_icon img {
    width: 50px;
    height: auto;
  }
}

.o-m__onayami-content_data_list {
  padding: 0px 20px 10px;
}

.o-m__onayami-note_text {
  font-size: 10px;
  padding: 15px 0 0;
}

.o-m__onayami-pager_box {
  z-index: 500;
}

.o-m__onayami .pc-only {
  display: inline-block;
}

.o-m__onayami .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.o-m__onayami .swiper-slide {
  width: 23%;
}

.o-m__onayami .swiper-pagination,
.o-m__onayami .swiper-button-prev,
.o-m__onayami .swiper-button-next {
  display: none;
}

@media screen and (max-width: 576px) {
  .o-m__onayami .pc-only {
    display: none;
  }
  .o-m__onayami .swiper-pagination {
    display: block;
    bottom: 10px !important;
  }
  .o-m__onayami .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007bc7 !important;
  }
  .o-m__onayami .swiper-button-prev {
    display: block;
    background-image: none !important;
    width: 35px !important;
    height: 35px !important;
    top: 200px !important;
  }
  .o-m__onayami .swiper-button-prev:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #007bc7;
    position: absolute;
    left: 0px;
  }
  .o-m__onayami .swiper-button-prev:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%) translateX(-30%) rotate(45deg);
    transition: all ease .3s;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .o-m__onayami .swiper-button-next {
    display: block;
    background-image: none !important;
    width: 35px !important;
    height: 35px !important;
    top: 200px !important;
  }
  .o-m__onayami .swiper-button-next:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #007bc7;
    position: absolute;
    left: 0;
  }
  .o-m__onayami .swiper-button-next:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%) translateX(-70%) rotate(45deg);
    transition: all ease .3s;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.o-m__onayami {
  background: linear-gradient(0deg, #edf7ff 64%, #fff 64%);
}

@media screen and (max-width: 768px) {
  .o-m__onayami {
    background: linear-gradient(0deg, #edf7ff 64%, #fff 64%);
    padding-top: 50px;
  }
}

@media screen and (max-width: 576px) {
  .o-m__onayami {
    background: linear-gradient(0deg, #edf7ff 59%, #fff 59%);
  }
}

@media screen and (min-width: 577px) {
  .o-m__onayami .js-slick-slider {
    display: flex;
    justify-content: space-between;
  }
}

.o-m__onayami-content_answer_title {
  display: inline-block;
  white-space: nowrap;
  width: auto;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #edf7ff;
  border-radius: 50px 50px 0 0;
  padding: 20px 30px 0;
}

@media screen and (max-width: 768px) {
  .o-m__onayami-content_answer_title {
    top: 216px;
  }
}

@media screen and (max-width: 576px) {
  .o-m__onayami-content_answer_title {
    top: 146px;
  }
}

.o-m__onayami-content_data_theme {
  font-weight: 500;
  margin-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .o-m__onayami-content_data_theme {
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 576px) {
  .o-m__onayami-content_data_theme {
    margin-bottom: 130px;
  }
}

.o-m__onayami-content_data_theme_title {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.o-m__onayami-content_data_answer {
  background-color: #fff;
  min-height: 540px;
}

@media screen and (max-width: 576px) {
  .o-m__onayami-content_data_answer {
    min-height: 0;
  }
}

.o-m__onayami-content_data_answer:before {
  background-color: #edf7ff;
}

.o-m__onayami-content_data_icon {
  background-color: #edf7ff;
}

.p__lp-name-fv {
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .p__lp-name-fv {
    padding: 0;
    background-color: #f6f6f6;
    overflow: hidden;
  }
}

.p__lp-name-fv_inner {
  width: 100%;
  overflow: hidden;
  background-color: #f6f6f6;
}

@media screen and (max-width: 768px) {
  .p__lp-name-fv_inner {
    overflow: visible;
  }
}

.p__lp-name-fv_block {
  width: 1200px;
  margin: 0px auto;
  padding: 70px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p__lp-name-fv_block {
    width: 950px;
    margin: 0px auto;
    padding: 60px 0 120px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .p__lp-name-fv_block {
    width: 90%;
    padding: 40px 30px 105px;
  }
}

@media screen and (max-width: 576px) {
  .p__lp-name-fv_block {
    width: 100%;
    padding: 25px 0 190px 25px;
  }
}

.p__lp-name-fv_block:before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -280px;
  right: -300px;
  width: 650px;
  height: 700px;
  transform: rotate(210deg);
  background-size: contain;
  background-image: url(/word_dir/wordpress/wp-content/themes/keiriplus/asset/image/lp/seisan/fv_back_component.svg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .p__lp-name-fv_block:before {
    bottom: auto;
    top: 300px;
    right: auto;
    left: -110px;
    width: 250px;
    height: 280px;
    transform: rotate(205deg);
  }
}

@media screen and (max-width: 576px) {
  .p__lp-name-fv_block:before {
    bottom: -70px;
    top: auto;
    right: -80px;
    left: auto;
    width: 280px;
    height: 334px;
    transform: rotate(70deg);
  }
}

.p__lp-name-fv_block:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: -180px;
  left: -450px;
  width: 416px;
  height: 511px;
  transform: rotate(60deg);
  background-image: url(/word_dir/wordpress/wp-content/themes/keiriplus/asset/image/lp/seisan/fv_back_component_sub.svg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .p__lp-name-fv_block:after {
    display: none;
  }
}

.p__lp-name-fv_block_point {
  position: relative;
  z-index: 100;
}

.p__lp-name-fv_block_point_item {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 3px 30px 0 32px;
  margin-bottom: 10px;
}

.p__lp-name-fv_block_point_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 26%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: #007bc7;
  border-radius: 11px;
}

.p__lp-name-fv_block_point_item:after {
  content: "";
  width: 8px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: block;
  position: absolute;
  left: 7px;
  top: 19%;
  transform: rotate(135deg);
}

@media screen and (max-width: 1024px) {
  .p__lp-name-fv_block_point_item {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .p__lp-name-fv_block_point {
    display: block;
    padding: 10px 0 0;
  }
  .p__lp-name-fv_block_point_item {
    font-size: 14px;
    padding: 0 0 0 20px;
  }
  .p__lp-name-fv_block_point_item:before {
    width: 14px;
    height: 14px;
    border-radius: 10px;
  }
  .p__lp-name-fv_block_point_item:after {
    top: 16%;
    left: 4px;
    width: 7px;
    height: 5px;
  }
}

.p__lp-name-fv_block_copy {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  z-index: 100;
  letter-spacing: 0;
}

.p__lp-name-fv_block_copy_space {
  letter-spacing: -30px;
}

.p__lp-name-fv_block_copy_sub {
  font-size: 30px;
  display: block;
  color: #323232;
  padding-bottom: 13px;
}

.p__lp-name-fv_block_copy_sub sup {
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .p__lp-name-fv_block_copy {
    font-size: 50px;
    line-height: 1;
  }
  .p__lp-name-fv_block_copy_sub {
    font-size: 4vw;
    line-height: 1.2;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p__lp-name-fv_block_copy {
    font-size: min(9vw, 45px);
    line-height: 1.3;
  }
}

@media screen and (max-width: 576px) {
  .p__lp-name-fv_block_copy_sub {
    font-size: 5.5vw;
    line-height: 1.4;
    padding-bottom: 5px;
  }
}

.p__lp-name-fv_block_talent {
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 400px;
  left: 330px;
}

.p__lp-name-fv_block_talent img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 1024px) {
  .p__lp-name-fv_block_talent {
    width: 300px;
    left: 200px;
  }
}

@media screen and (max-width: 768px) {
  .p__lp-name-fv_block_talent {
    top: 240px;
    right: 30px;
    width: 250px;
    left: auto;
  }
}

@media screen and (max-width: 576px) {
  .p__lp-name-fv_block_talent {
    top: auto;
    bottom: -60px;
    width: 290px;
    right: 43px;
    left: auto;
  }
}

.p__lp-name-fv_block_note {
  width: 1200px;
  margin: 0px auto;
  font-size: 10px;
  padding: 20px 500px 0 0;
}

@media screen and (max-width: 1024px) {
  .p__lp-name-fv_block_note {
    width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p__lp-name-fv_block_note {
    width: 100%;
    padding: 20px;
  }
}

.p__lp-name-fv_block .p__lp-name-fv_emblem {
  display: flex;
}

@media screen and (max-width: 768px) {
  .p__lp-name-fv_block .p__lp-name-fv_emblem {
    display: none;
  }
}

.p__lp-name-fv_emblem {
  display: none;
  padding: 20px 0 30px;
}

.p__lp-name-fv_emblem_item {
  width: 126px;
  height: 118px;
  margin: 0 10px 0 0;
  font-size: 16px;
  line-height: 20px;
  background-image: url(/word_dir/wordpress/wp-content/themes/keiriplus/asset/image/lp/seisan/figure_laurel_gold.svg);
  background-size: cover;
  padding: 18px 0 0;
  text-align: center;
  font-weight: 700;
}

.p__lp-name-fv_emblem_item_small {
  font-size: 11px;
  line-height: 14px;
  display: block;
  padding: 6px 0;
}

.p__lp-name-fv_emblem_item_no1 {
  line-height: 28px;
  font-size: 32px;
  display: block;
  color: #323232;
}

.p__lp-name-fv_emblem_item sup {
  line-height: 10px;
  color: #323232;
  top: -8px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p__lp-name-fv_emblem {
    padding: 30px 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .p__lp-name-fv_emblem {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
  }
  .p__lp-name-fv_emblem_item {
    margin: 0 5px;
    width: 105px;
    height: 95px;
    font-size: 13px;
    line-height: 15px;
    padding: 18px 0 0;
  }
  .p__lp-name-fv_emblem_item_small {
    font-size: 10px;
    line-height: 12px;
    display: block;
    padding: 0 0 2px;
  }
  .p__lp-name-fv_emblem_item_no1 {
    line-height: 22px;
    font-size: 22px;
  }
  .p__lp-name-fv_emblem_item sup {
    top: -3px;
    position: relative;
  }
}

.p__lp-name-form {
  width: 1200px;
  line-height: 0;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p__lp-name-form {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p__lp-name-form {
    width: 100%;
    padding: 0 15px;
  }
}

.p__lp-name-form_content {
  width: 500px;
  background-color: #007bc7;
  padding: 15px 25px 20px;
  position: absolute;
  z-index: 1000;
  /* top: -650px; */
  top: -649px;
  right: 0;
  line-height: 1.4;
  border-radius: 0 0 10px 10px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p__lp-name-form_content {
    width: 80%;
    padding: 25px 25px 30px;
    margin: 0 auto;
    position: relative;
    top: 0;
    right: auto;
    border-radius: 10px;
  }
}

@media screen and (max-width: 576px) {
  .p__lp-name-form_content {
    width: 100%;
    padding: 15px 15px 20px;
    position: relative;
    top: 0;
    right: auto;
    border-radius: 10px;
  }
}

.p__lp-name-form_content #form-item {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0 !important;
}

.p__lp-name-form_content .p__form-cont_heading {
  color: #fff;
}

.p__lp-name-form_content_title p {
  position: relative;
  max-width: 270px;
  margin: auto;
  text-align: center;
  padding: 8px 15px 5px;
  font-weight: 700;
  font-size: 12px;
  color: #323232;
  background-color: #fff;
  border-radius: 20px;
}

.p__lp-name-form_content_title p::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 10px solid #fff;
}

.p__lp-name-form_content_title h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 15px 0 15px;
}

.p__lp-name-form_content_title h2 span {
  font-size: 14px;
  border-radius: 20px;
  padding: 3px 10px 0px;
  margin-right: 10px;
  background-color: #fff;
  color: #007bc7;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p__lp-name-form_content_title h2 span {
    top: -2px;
  }
}

@media screen and (max-width: 576px) {
  .p__lp-name-form_content_title h2 {
    font-size: 18px;
    padding: 10px 0 15px;
  }
}

.p__lp-name-form_content fieldset {
  max-width: 800px !important;
}

.p__lp-name-form_content label {
  display: block;
  position: relative;
  /* padding: 0 0 5px 30px; */
  padding: 0;
}

.p__lp-name-form_content label span {
  color: #fff !important;
}

.p__lp-name-form_content label .hs-form-required {
  /* position: absolute;
  top: 0;
  left: 0; */
  background-color: #fae58e !important;
  color: #323232 !important;
  font-size: 10px;
  padding: 2px 4px 1px;
  border-radius: 3px;
  font-size: 10px !important;
}

.p__lp-name-form_content .hs-fieldtype-checkbox label {
  padding: 0 0 10px;
}

.p__lp-name-form_content .hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}

.p__lp-name-form_content .hs-error-msg {
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  background-color: #ed6c56;
  color: #fff !important;
  padding: 2px 7px 1px !important;
  text-align: left;
  margin: 0 0 15px 0;
  position: relative;
}

.p__lp-name-form_content .hs-error-msg:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 20px;
  top: -7px;
  transform: translateX(-50%);
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-bottom: 8px solid #ed6c56;
}

@media screen and (min-width: 769px) {
  .p__lp-name-form_content .hs-error-msg {
    margin: 0.4rem 0 15px 0;
  }
}

.p__lp-name-form_content .hs_prefecture,
.p__lp-name-form_content .hs_how_to_know {
  position: relative;
}

.p__lp-name-form_content .hs_prefecture:after,
.p__lp-name-form_content .hs_how_to_know:after {
  content: "";
  width: 7px;
  height: 7px;
  border-left: 2px solid #007bc7;
  border-bottom: 2px solid #007bc7;
  transform: rotate(-45deg);
  position: absolute;
  right: 23px;
  top: 41px;
}

.p__lp-name-form_content .input {
  display: block;
  padding: 0 0 10px 0;
  margin: 0;
}

.p__lp-name-form_content .input input[type="text"],
.p__lp-name-form_content .input input[type="email"],
.p__lp-name-form_content .input input[type="tel"],
.p__lp-name-form_content .input textarea,
.p__lp-name-form_content .input select {
  background-color: #fff;
  padding: 8px;
  border-radius: 5px;
  width: 100% !important;
  border: 2px solid #fff;
  color: #323232;
}

.p__lp-name-form_content .input input[type="text"]:focus,
.p__lp-name-form_content .input input[type="email"]:focus,
.p__lp-name-form_content .input input[type="tel"]:focus,
.p__lp-name-form_content .input textarea:focus,
.p__lp-name-form_content .input select:focus {
  border-color: #007bc7;
  background-color: #edf7ff;
}

.p__lp-name-form_content .input input[type="text"].error,
.p__lp-name-form_content .input input[type="email"].error,
.p__lp-name-form_content .input input[type="tel"].error,
.p__lp-name-form_content .input textarea.error,
.p__lp-name-form_content .input select.error {
  border: 2px solid #ffdadf;
  background: #fff1f3;
}

.p__lp-name-form_content .input ul {
  display: flex;
}

.p__lp-name-form_content .input ul .hs-form-checkbox {
  line-height: 1;
  padding-left: 15px;
  margin-right: 15px;
}

.p__lp-name-form_content .input ul .hs-form-checkbox label input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 0%;
  border: none;
  width: 17px;
  height: 17px;
  top: -6px;
  left: -18px;
}

.p__lp-name-form_content .input ul .hs-form-checkbox label input[type="checkbox"]:checked:before {
  background-color: #a3d7fd;
}

.p__lp-name-form_content .input ul .hs-form-checkbox label input[type="checkbox"]:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  height: 6px;
  width: 10px;
  top: -2px;
  left: -15px;
  border-width: 2px;
  border-bottom: 2px solid #007bc7;
  border-left: 2px solid #007bc7;
  transform: rotate(-45deg);
}

.p__lp-name-form_content .input ul .hs-form-checkbox label input[type="checkbox"]:checked:after {
  opacity: 1;
}

.p__lp-name-form_content .hs-richtext {
  font-size: 10px;
  padding: 0 0 10px;
}

.p__lp-name-form_content .hs-richtext a {
  color: #fff;
  text-decoration: underline;
}

.p__lp-name-form_content .hs-richtext p {
  color: #fff;
}

.p__lp-name-form_content .actions {
  text-align: center;
  width: 300px;
  margin: 0 auto;
  position: relative;
}

.p__lp-name-form_content .actions:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.p__lp-name-form_content .actions:hover:after {
  border-top: 2px solid #ff852b;
  border-right: 2px solid #ff852b;
}

.p__lp-name-form_content .actions .hs-button {
  display: inline-block;
  background-color: #ff852b;
  width: 100%;
  margin: 0 auto;
  /* height: 60px; */
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.p__lp-name-form_content .hs_error_rollup .hs-main-font-element {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #ed6c56;
  color: #ed6c56;
  padding: 5px 10px;
  cursor: default;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.o-m__onayami .js-slick-slider,
.o-m__onayami .js-slick-slider .slick-list,
.o-m__onayami .js-slick-slider .slick-track {
  width: 100%;
  outline: none;
}

.o-m__onayami .slick-dots {
  bottom: -35px;
}

.o-m__onayami .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 4px;
}

.o-m__onayami .slick-dots li button {
  width: 8px;
  height: 8px;
}

.o-m__onayami .slick-dots li button::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #323232;
  opacity: 0.2;
}

.o-m__onayami .slick-dots li.slick-active button:before {
  background: #007bc7;
  opacity: 1;
}

.o-m__onayami .slick-prev {
  display: block;
  background-image: none !important;
  width: 35px !important;
  height: 35px !important;
  top: 200px !important;
  left: 0 !important;
  z-index: 310;
}

.o-m__onayami .slick-prev:before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 30px;
  background-color: #007bc7;
  position: absolute;
  top: 0;
  left: 0;
}

.o-m__onayami .slick-prev:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: auto;
  transform: translateY(-50%) translateX(-30%) rotate(45deg);
  transition: all ease 0.3s;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.o-m__onayami .slick-next {
  display: block;
  background-image: none !important;
  width: 35px !important;
  height: 35px !important;
  top: 200px !important;
  right: 0 !important;
  z-index: 310;
}

.o-m__onayami .slick-next:before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 30px;
  background-color: #007bc7;
  position: absolute;
  top: 0;
  left: 0;
}

.o-m__onayami .slick-next:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: auto;
  transform: translateY(-50%) translateX(-70%) rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.o-m__onayami .js-slick-slider {
  visibility: hidden;
}

@media screen and (max-width: 576px) {
  .o-m__onayami .js-slick-slider {
    height: 300px;
  }
}

.o-m__onayami .js-slick-slider.slick-initialized {
  visibility: visible;
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none !important;
}

.swiper-pagination {
  display: none;
}

/*# sourceMappingURL=name-fv.css.map */