@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;
}

* {
  -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;
}

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;
  }
}

sup {
  font-size: 10px;
}

.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%, #EDEB4E 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_hanbai {
  color: #f53c20;
}
.f__common-color_kintai {
  color: #2531b7;
}
.f__common-color_kyuuyomeisai {
  color: #5d07b3;
}
.f__common-bgcolor_sub-10 {
  background-color: #F0F2FF;
}
.f__common-bgcolor_background-main {
  background-color: #6C80FF;
}
.f__common-bgcolor_gray {
  background-color: #f6f6f6;
}
.f__common-bgcolor_white {
  background-color: #FFF !important;
}
.f__common-bgcolor_kyuuyomeisai_sub-10 {
  background-color: #f3edfa;
}
.f__common-bgcolor_kyuuyomeisai_background-main {
  background-color: #895bc9;
}
.f__common-bgcolor_kyuuyomeisai_white {
  background-color: #FFF !important;
}

_::-webkit-full-page-media,
_:future,
:root .f__common-text_highlighter {
  background: linear-gradient(transparent 75%, #EDEB4E 75%);
  background-position: 0 1.3em;
}

.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 !important;
  }
  .pc-only._block {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .pc-only._block {
    display: none !important;
  }
  .sp-only {
    display: inline-block !important;
  }
}
.f-l__common-inner {
  position: relative;
  max-width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  width: inherit;
}
.f-l__common-section {
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .f-l__common-inner {
    max-width: 100%;
    min-width: inherit;
    padding: 0 20px;
  }
}
@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;
}

.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;
    padding: 0 20px;
  }
}
@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: 20px 0;
    margin: 10px 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .f-l__lp-header-tagline {
    white-space: nowrap;
    padding: 19px 0 0 20px;
    font-size: 12px;
    margin: 0;
  }
}

.o-c__cta-link_orange {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  display: block;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  position: relative;
  z-index: 300;
  line-height: 1;
  padding: 32px 25px 24px 64px;
  background-color: #FFAA3C;
  border: 3px solid #fff;
  color: #fff;
  font-size: 20px;
}
.o-c__cta-link_orange_text {
  line-height: 1;
}
.o-c__cta-link_orange_text_sub {
  font-size: 12px;
  display: block;
  padding: 0 0 5px;
}
.o-c__cta-link_orange_free {
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  color: #FFAA3C;
  padding: 6px 10px 3px;
  margin-right: 3px;
  font-size: 14px;
  top: -3px;
  position: relative;
}
.o-c__cta-link_orange_balloon {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  display: block;
  position: absolute;
  padding: 10px 25px 7px;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #fff;
  color: #323232;
}
.o-c__cta-link_orange_balloon_orange {
  color: #FFAA3C;
}
.o-c__cta-link_orange_balloon:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top: 10px solid white;
}
.o-c__cta-link_orange_capture {
  display: block;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 62px;
}
@media screen and (max-width: 768px) {
  .o-c__cta-link_orange_capture {
    display: none;
  }
}
.o-c__cta-link_orange_capture img {
  width: 100%;
  height: auto;
}
.o-c__cta-link_orange:before {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 3px solid white;
  border-right: 3px solid white;
}
.o-c__cta-link_orange._fv {
  width: 425px;
  padding: 32px 25px 24px 64px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .o-c__cta-link_orange._fv {
    padding: 32px 25px 24px 25px;
  }
}
.o-c__cta-link_orange._fv .o-c__cta-link_orange_capture {
  left: 17px;
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_orange._fv .o-c__cta-link_orange_capture {
    left: 8px;
    width: 45px;
  }
}
.o-c__cta-link_orange._fv .o-c__cta-link_orange_free {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .o-c__cta-link_orange._fv .o-c__cta-link_orange_free {
    display: none;
  }
}
.o-c__cta-link_orange._common {
  width: 420px;
  padding: 32px 25px 24px 64px;
}
@media screen and (max-width: 768px) {
  .o-c__cta-link_orange._common {
    padding: 32px 25px 24px 25px;
  }
}
.o-c__cta-link_orange._common_2line {
  width: 370px;
  padding: 17px 25px 15px;
  margin: 0 auto;
}
.o-c__cta-link_orange._common .o-c__cta-link_orange_text {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_orange._common .o-c__cta-link_orange_text {
    font-size: 18px;
  }
}
.o-c__cta-link_orange._common .o-c__cta-link_orange_copy {
  font-size: 14px;
  display: block;
  line-height: 1;
  font-weight: normal;
}
.o-c__cta-link_orange._common .o-c__cta-link_orange_free {
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  color: #FFAA3C;
  padding: 6px 10px 3px;
  margin-right: 3px;
  font-size: 14px;
  top: -3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .o-c__cta-link_orange._common .o-c__cta-link_orange_free {
    display: none;
  }
}
.o-c__cta-link_orange._contact {
  width: 420px;
  padding: 32px 25px 24px 64px;
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_orange._contact {
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
    padding: 22px 25px 15px;
    height: 60px;
  }
}
.o-c__cta-link_orange._simple {
  width: 420px;
  margin-bottom: 30px;
  padding: 32px 25px 24px 64px;
  font-size: 20px;
}
.o-c__cta-link_orange._simple:after {
  display: none;
}
.o-c__cta-link_orange._floating {
  display: inline-block;
  width: 100%;
  height: inherit;
  font-size: 18px;
  margin: 0 auto;
  padding: 10px 25px 8px;
}
.o-c__cta-link_orange._floating:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .o-c__cta-link_orange._fv {
    width: 370px;
    font-size: 20px;
    height: inherit;
  }
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_orange {
    padding: 19px 15px 14px;
  }
  .o-c__cta-link_orange:before {
    right: 20px;
    width: 8px;
    height: 8px;
  }
  .o-c__cta-link_orange_free {
    display: none;
  }
  .o-c__cta-link_orange_balloon {
    font-size: 12px;
    padding: 8px 15px 5px;
    top: -15px;
  }
  .o-c__cta-link_orange_balloon:after {
    bottom: -5px;
  }
  .o-c__cta-link_orange._fv {
    width: 85%;
    font-size: 18px;
    margin: 0 auto 20px;
    height: 60px;
    padding: 22px 15px 14px;
  }
  .o-c__cta-link_orange._common {
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
    padding: 22px 25px 15px;
    height: 60px;
  }
  .o-c__cta-link_orange._simple {
    width: 100%;
    height: 60px;
    padding: 22px 25px 15px;
    font-size: 18px;
  }
  .o-c__cta-link_orange._simple:after {
    display: none;
  }
  .o-c__cta-link_orange._floating {
    font-size: 14px;
    padding: 10px 0px 8px;
    border: 3px solid #FFAA3C;
  }
  .o-c__cta-link_orange._floating .o-c__cta-link_orange_text_sub, .o-c__cta-link_orange._floating:before {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .o-c__cta-link_orange:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 3px solid #FFAA3C;
    color: #FFAA3C;
    transform: scale(1.03);
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_free {
    background-color: #FFAA3C;
    color: #fff;
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon {
    background-color: #FFAA3C;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon_orange {
    color: #fff;
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_capture {
    transform: translateY(-50%) scale(1.08);
  }
  .o-c__cta-link_orange:hover:before {
    border-top: 3px solid #FFAA3C;
    border-right: 3px solid #FFAA3C;
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon:after {
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top: 10px solid #FFAA3C;
  }
}
@media screen and (min-width: 769px) {
  .o-c__cta-link_orange:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 3px solid #FFAA3C;
    color: #FFAA3C;
    transform: scale(1.03);
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_free {
    background-color: #FFAA3C;
    color: #fff;
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon {
    background-color: #FFAA3C;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon_orange {
    color: #fff;
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_capture {
    transform: translateY(-50%) scale(1.08);
  }
  .o-c__cta-link_orange:hover:before {
    border-top: 3px solid #FFAA3C;
    border-right: 3px solid #FFAA3C;
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon:after {
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top: 10px solid #FFAA3C;
  }
}
.o-c__cta-link_kyuuyomeisai {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  display: block;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  position: relative;
  z-index: 300;
  line-height: 1;
  padding: 33px 25px 24px;
  background-color: #f0830e;
  border: 3px solid #fff;
  color: #fff;
  font-size: 18px;
}
.o-c__cta-link_kyuuyomeisai_text {
  line-height: 1;
}
.o-c__cta-link_kyuuyomeisai_text_sub {
  font-size: 12px;
  display: block;
  padding: 0 0 5px;
}
.o-c__cta-link_kyuuyomeisai_free {
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  color: #f0830e;
  padding: 6px 10px 3px;
  margin-right: 3px;
  font-size: 14px;
  top: -3px;
  position: relative;
}
.o-c__cta-link_kyuuyomeisai_balloon {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  display: block;
  position: absolute;
  padding: 10px 25px 7px;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #fff;
  color: #323232;
}
.o-c__cta-link_kyuuyomeisai_balloon_kyuuyomeisai {
  color: #f0830e;
}
.o-c__cta-link_kyuuyomeisai_balloon:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top: 10px solid white;
}
.o-c__cta-link_kyuuyomeisai_capture {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  transition: all ease 0.3s;
  width: 62px;
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_kyuuyomeisai_capture {
    width: 60px;
    left: -5px;
  }
}
.o-c__cta-link_kyuuyomeisai_capture img {
  width: 100%;
  height: auto;
}
.o-c__cta-link_kyuuyomeisai:before {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 3px solid white;
  border-right: 3px solid white;
}
.o-c__cta-link_kyuuyomeisai._fv {
  width: 425px;
  height: 85px;
  padding: 32px 25px 24px 64px;
  font-size: 20px;
}
.o-c__cta-link_kyuuyomeisai._fv .o-c__cta-link_kyuuyomeisai_capture {
  left: 17px;
}
.o-c__cta-link_kyuuyomeisai._common {
  width: 380px;
  height: 73px;
  padding: 30px 25px 20px;
  font-size: 22px;
}
.o-c__cta-link_kyuuyomeisai._common_2line {
  width: 370px;
  padding: 17px 25px 15px;
  margin: 0 auto;
}
.o-c__cta-link_kyuuyomeisai._common .o-c__cta-link_orange_capture {
  width: 75px;
  left: -30px;
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_kyuuyomeisai._common .o-c__cta-link_orange_capture {
    left: -10px;
  }
}
.o-c__cta-link_kyuuyomeisai._common .o-c__cta-link_orange_text {
  font-size: 22px;
  display: block;
  line-height: 1;
  padding: 0 0 10px;
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_kyuuyomeisai._common .o-c__cta-link_orange_text {
    font-size: 18px;
  }
}
.o-c__cta-link_kyuuyomeisai._common .o-c__cta-link_orange_copy {
  font-size: 14px;
  display: block;
  line-height: 1;
  font-weight: normal;
}
.o-c__cta-link_kyuuyomeisai._simple {
  width: 420px;
  margin-bottom: 30px;
  padding: 32px 25px 24px 64px;
  font-size: 20px;
}
.o-c__cta-link_kyuuyomeisai._simple:after {
  display: none;
}
.o-c__cta-link_kyuuyomeisai._floating {
  display: inline-block;
  width: 100%;
  height: inherit;
  font-size: 18px;
  margin: 0 auto;
  padding: 10px 25px 8px;
}
.o-c__cta-link_kyuuyomeisai._floating:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .o-c__cta-link_kyuuyomeisai._fv {
    width: 370px;
    font-size: 18px;
    height: inherit;
  }
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_kyuuyomeisai {
    padding: 19px 15px 14px;
  }
  .o-c__cta-link_kyuuyomeisai:before {
    right: 20px;
    width: 8px;
    height: 8px;
  }
  .o-c__cta-link_kyuuyomeisai_balloon {
    font-size: 12px;
    padding: 8px 15px 5px;
    top: -15px;
  }
  .o-c__cta-link_kyuuyomeisai_balloon:after {
    bottom: -5px;
  }
  .o-c__cta-link_kyuuyomeisai._fv {
    width: 85%;
    font-size: 18px;
    margin: 0 auto 20px;
    height: 60px;
    padding: 22px 15px 14px;
  }
  .o-c__cta-link_kyuuyomeisai_capture {
    display: none;
  }
  .o-c__cta-link_kyuuyomeisai_free {
    display: none;
  }
  .o-c__cta-link_kyuuyomeisai._common {
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
    padding: 22px 25px 15px;
    height: 60px;
  }
  .o-c__cta-link_kyuuyomeisai._simple {
    width: 100%;
    height: 60px;
    padding: 22px 25px 15px;
    font-size: 18px;
  }
  .o-c__cta-link_kyuuyomeisai._simple:after {
    display: none;
  }
  .o-c__cta-link_kyuuyomeisai._floating {
    font-size: 14px;
    padding: 10px 0px 8px;
    border: 3px solid #FFAA3C;
  }
  .o-c__cta-link_kyuuyomeisai._floating .o-c__cta-link_orange_text_sub, .o-c__cta-link_kyuuyomeisai._floating:before {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .o-c__cta-link_kyuuyomeisai:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 3px solid #f0830e;
    color: #f0830e;
    transform: scale(1.03);
  }
  .o-c__cta-link_kyuuyomeisai:hover .o-c__cta-link_kyuuyomeisai_free {
    background-color: #f0830e;
    color: #fff;
  }
  .o-c__cta-link_kyuuyomeisai:hover .o-c__cta-link_kyuuyomeisai_balloon {
    background-color: #f0830e;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  .o-c__cta-link_kyuuyomeisai:hover .o-c__cta-link_kyuuyomeisai_balloon_kyuuyomeisai {
    color: #fff;
  }
  .o-c__cta-link_kyuuyomeisai:hover .o-c__cta-link_kyuuyomeisai_capture {
    transform: translateY(-50%) scale(1.08);
  }
  .o-c__cta-link_kyuuyomeisai:hover:before {
    border-top: 3px solid #f0830e;
    border-right: 3px solid #f0830e;
  }
  .o-c__cta-link_kyuuyomeisai:hover .o-c__cta-link_kyuuyomeisai_balloon:after {
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top: 10px solid #f0830e;
  }
}
.o-c__cta-link_border {
  text-decoration: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  display: block;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  position: relative;
  z-index: 300;
  line-height: 1;
  padding: 33px 25px 24px;
  background-color: #fff;
  border: 3px solid #FFAA3C;
  color: #FFAA3C;
  font-size: 18px;
}
.o-c__cta-link_border_text {
  display: block;
  line-height: 1;
}
.o-c__cta-link_border_text_sub {
  font-size: 12px;
  display: block;
  padding: 0 0 5px;
}
.o-c__cta-link_border_balloon {
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  display: block;
  position: absolute;
  padding: 10px 25px 7px;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #FFAA3C;
  color: #fff;
}
.o-c__cta-link_border_balloon_orange {
  color: #FFAA3C;
}
.o-c__cta-link_border_balloon:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top: 10px solid #FFAA3C;
}
.o-c__cta-link_border_capture {
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 90px;
}
.o-c__cta-link_border_capture img {
  width: 100%;
  height: auto;
}
.o-c__cta-link_border:before {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 3px solid #FFAA3C;
  border-right: 3px solid #FFAA3C;
}
.o-c__cta-link_border._fv {
  width: 425px;
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_border._fv {
    font-size: 4.5vw;
  }
}
.o-c__cta-link_border._common {
  width: 370px;
  font-size: 22px;
}
.o-c__cta-link_border._common .o-c__cta-link_border_capture {
  width: 75px;
  left: -20px;
}
.o-c__cta-link_border._simple {
  width: 420px;
  padding: 32px 25px 24px 25px;
  font-size: 20px;
}
.o-c__cta-link_border._simple:after {
  display: none;
}
.o-c__cta-link_border._floating {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  margin: 0 auto;
  padding: 10px 25px 8px;
}
.o-c__cta-link_border._floating:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .o-c__cta-link_border._fv {
    width: 370px;
    font-size: 20px;
    height: inherit;
  }
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_border {
    padding: 19px 15px 14px;
  }
  .o-c__cta-link_border:before {
    right: 20px;
    right: 20px;
    width: 8px;
    height: 8px;
  }
  .o-c__cta-link_border_balloon {
    font-size: 12px;
    padding: 8px 15px 5px;
    top: -15px;
  }
  .o-c__cta-link_border_balloon:after {
    bottom: -5px;
  }
  .o-c__cta-link_border._fv {
    width: 85%;
    font-size: 18px;
    margin: 0 auto 20px;
    height: 60px;
    padding: 22px 15px 14px;
  }
  .o-c__cta-link_border._common {
    width: 100%;
    font-size: 18px;
  }
  .o-c__cta-link_border._floating {
    font-size: 14px;
    padding: 10px 0px 8px;
    border: 3px solid #fff;
  }
  .o-c__cta-link_border._floating .o-c__cta-link_border_text_sub, .o-c__cta-link_border._floating:before {
    display: none;
  }
  .o-c__cta-link_border._simple {
    width: 100%;
    height: 60px;
    padding: 22px 25px 15px;
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .o-c__cta-link_border:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    background-color: #FFAA3C;
    border: 3px solid #fff;
    color: #fff;
    transform: scale(1.03);
  }
  .o-c__cta-link_border:hover .o-c__cta-link_border_balloon {
    background-color: #fff;
    color: #FFAA3C;
  }
  .o-c__cta-link_border:hover .o-c__cta-link_border_balloon_orange {
    color: #fff;
  }
  .o-c__cta-link_border:hover .o-c__cta-link_border_capture {
    transform: translateY(-50%) scale(1.07);
  }
  .o-c__cta-link_border:hover:before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .o-c__cta-link_border:hover .o-c__cta-link_border_balloon:after {
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top: 10px solid #fff;
  }
}
.o-c__cta-link_kyuuyomeisai_border {
  text-decoration: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  display: block;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  position: relative;
  z-index: 300;
  line-height: 1;
  padding: 33px 25px 24px;
  background-color: #fff;
  border: 3px solid #f0830e;
  color: #f0830e;
  font-size: 18px;
}
.o-c__cta-link_kyuuyomeisai_border_text {
  display: block;
  line-height: 1;
}
.o-c__cta-link_kyuuyomeisai_border_text_sub {
  font-size: 12px;
  display: block;
  padding: 0 0 5px;
}
.o-c__cta-link_kyuuyomeisai_border_balloon {
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  display: block;
  position: absolute;
  padding: 10px 25px 7px;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #f0830e;
  color: #fff;
}
.o-c__cta-link_kyuuyomeisai_border_balloon_orange {
  color: #f0830e;
}
.o-c__cta-link_kyuuyomeisai_border_balloon:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top: 10px solid #f0830e;
}
.o-c__cta-link_kyuuyomeisai_border_capture {
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 90px;
}
.o-c__cta-link_kyuuyomeisai_border_capture img {
  width: 100%;
  height: auto;
}
.o-c__cta-link_kyuuyomeisai_border:before {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 3px solid #f0830e;
  border-right: 3px solid #f0830e;
}
.o-c__cta-link_kyuuyomeisai_border._fv {
  width: 425px;
  height: 85px;
  font-size: 22px;
}
.o-c__cta-link_kyuuyomeisai_border._common {
  width: 370px;
  font-size: 22px;
}
.o-c__cta-link_kyuuyomeisai_border._common .o-c__cta-link_border_capture {
  width: 75px;
  left: -20px;
}
.o-c__cta-link_kyuuyomeisai_border._simple {
  width: 420px;
  padding: 32px 25px 24px 25px;
  font-size: 20px;
}
.o-c__cta-link_kyuuyomeisai_border._simple:after {
  display: none;
}
.o-c__cta-link_kyuuyomeisai_border._floating {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  margin: 0 auto;
  padding: 10px 25px 8px;
}
.o-c__cta-link_kyuuyomeisai_border._floating:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .o-c__cta-link_kyuuyomeisai_border._fv {
    width: 370px;
    font-size: 20px;
    height: inherit;
  }
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_kyuuyomeisai_border {
    padding: 19px 15px 14px;
  }
  .o-c__cta-link_kyuuyomeisai_border:before {
    right: 20px;
    right: 20px;
    width: 8px;
    height: 8px;
  }
  .o-c__cta-link_kyuuyomeisai_border_balloon {
    font-size: 12px;
    padding: 8px 15px 5px;
    top: -15px;
  }
  .o-c__cta-link_kyuuyomeisai_border_balloon:after {
    bottom: -5px;
  }
  .o-c__cta-link_kyuuyomeisai_border._fv {
    width: 85%;
    font-size: 18px;
    margin: 0 auto 20px;
    height: 60px;
    padding: 22px 15px 14px;
  }
  .o-c__cta-link_kyuuyomeisai_border._common {
    width: 100%;
    font-size: 18px;
  }
  .o-c__cta-link_kyuuyomeisai_border._floating {
    font-size: 14px;
    padding: 10px 0px 8px;
    border: 3px solid #fff;
  }
  .o-c__cta-link_kyuuyomeisai_border._floating .o-c__cta-link_border_text_sub, .o-c__cta-link_kyuuyomeisai_border._floating:before {
    display: none;
  }
  .o-c__cta-link_kyuuyomeisai_border._simple {
    width: 100%;
    height: 60px;
    padding: 22px 25px 15px;
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .o-c__cta-link_kyuuyomeisai_border:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    background-color: #f0830e;
    border: 3px solid #fff;
    color: #fff;
    transform: scale(1.03);
  }
  .o-c__cta-link_kyuuyomeisai_border:hover .o-c__cta-link_kyuuyomeisai_border_balloon {
    background-color: #fff;
    color: #f0830e;
  }
  .o-c__cta-link_kyuuyomeisai_border:hover .o-c__cta-link_kyuuyomeisai_border_balloon_orange {
    color: #fff;
  }
  .o-c__cta-link_kyuuyomeisai_border:hover .o-c__cta-link_border_capture {
    transform: translateY(-50%) scale(1.07);
  }
  .o-c__cta-link_kyuuyomeisai_border:hover:before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .o-c__cta-link_kyuuyomeisai_border:hover .o-c__cta-link_border_balloon:after {
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top: 10px solid #fff;
  }
  .o-c__cta-link_kyuuyomeisai_border:hover .o-c__cta-link_kyuuyomeisai_border_balloon:after {
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top: 10px solid #fff;
  }
}
.o-c__cta-floating_cta_container {
  position: fixed;
  top: 45%;
  right: 0;
  z-index: 997;
}
.o-c__cta-floating_cta_container._lp {
  top: auto;
  bottom: 120px;
}
.o-c__cta-floating_cta_container._lp .o-c__cta-floating_cta_link {
  font-size: 18px;
  padding: 30px 0.5em 20px 20px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .o-c__cta-floating_cta_container {
    display: none !important;
  }
}
.o-c__cta-floating_cta_close {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  right: 0;
  background-color: #d2d2d2;
  padding: 5px 5px 1px 5px;
}
.o-c__cta-floating_cta_close:before {
  content: "";
  background-color: #fff;
  width: 3px;
  height: 14px;
  line-height: 0;
  position: absolute;
  top: 6px;
  left: 12px;
  transform: rotate(-45deg);
}
.o-c__cta-floating_cta_close:after {
  content: "";
  background-color: #fff;
  width: 3px;
  height: 14px;
  line-height: 0;
  position: absolute;
  top: 6px;
  left: 12px;
  transform: rotate(45deg);
}
.o-c__cta-floating_cta_link {
  text-decoration: none;
  display: block;
  width: 57px;
  padding: 1em 0.7em;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 10px 0 0 10px;
  background-color: #FFAA3C;
  border-top: 2px solid #FFAA3C;
  border-left: 2px solid #FFAA3C;
  border-bottom: 2px solid #FFAA3C;
}
.o-c__cta-floating_cta_link:hover {
  background-color: #fff;
  color: #FFAA3C;
}
.o-c__cta-floating_cta_link:hover .o-c__cta-link_orange_free {
  background: #ffaa3c;
  color: #fff;
}
.o-c__cta-floating_cta_link .o-c__cta-link_orange_capture img {
  width: 74px;
  height: auto;
  top: 50%;
  left: -40px;
}
.o-c__cta-floating_cta_link .o-c__cta-link_orange_balloon {
  background: #2531b7;
  color: #fff;
  font-size: 12px;
  top: -30px;
  line-height: 1.3;
}
.o-c__cta-floating_cta_link .o-c__cta-link_orange_balloon:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top: 10px solid #2531b7;
}
.o-c__cta-floating_cta_function {
  text-decoration: none;
  display: block;
  width: 180px;
  padding: 15px 0 10px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  border-radius: 10px 0 0 10px;
  background-color: #FFAA3C;
  border-top: 2px solid #FFAA3C;
  border-left: 2px solid #FFAA3C;
  border-bottom: 2px solid #FFAA3C;
}
.o-c__cta-floating_cta_function span {
  display: block;
  font-size: 10px;
}
.o-c__cta-floating_cta_function_capture {
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 80px;
}
.o-c__cta-floating_cta_function_capture img {
  width: 100%;
  height: auto;
}
.o-c__cta-floating_cta_function:hover {
  background-color: #fff;
  color: #FFAA3C;
}
.o-c__cta._catch {
  display: block;
  width: 420px;
  margin: 20px auto 0;
}

.o-c__btn-link {
  text-decoration: none;
  display: inline-block;
  padding: 15px 40px 12px;
  text-align: center;
  position: relative;
  line-height: 1.2;
  color: #FFF;
  border-radius: 50px;
  border: 2px solid #2531b7;
  transition: all ease 0.3s;
}
.o-c__btn-link:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 0;
  right: 17px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.o-c__btn-link._external:after {
  display: none;
}
.o-c__btn-link._external .icon_box {
  position: relative;
  display: inline-block;
  width: 100%;
}
.o-c__btn-link._external .icon_box:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  top: 1px;
  right: -25px;
  margin: auto;
  transition: all ease 0.3s;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.o-c__btn-link._external .icon_box:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  background-color: #FFF;
  width: 8px;
  height: 7px;
  top: 50%;
  right: -22px;
  margin: auto;
  transition: all ease 0.3s;
  transform: translateY(-50%);
}
.o-c__btn-link._box_type {
  padding: 25px 40px 21px;
  border-radius: 10px;
}
.o-c__btn-link._blue {
  background-color: #2531b7;
  color: #FFF;
}
.o-c__btn-link._kyuuyomeisai {
  background-color: #5d07b3;
  color: #FFF;
  border: 2px solid #5d07b3;
}
.o-c__btn-link._white {
  background-color: #FFF;
  color: #2531b7;
  border: 2px solid #FFF;
}
.o-c__btn-link._white:after {
  border-top: 2px solid #2531b7;
  border-right: 2px solid #2531b7;
}
.o-c__btn-link._white._external .icon_box:after {
  border-top: 1px solid #2531b7;
  border-right: 1px solid #2531b7;
}
.o-c__btn-link._white._external .icon_box:before {
  background-color: #2531b7;
}
.o-c__btn-link._gray {
  background-color: #464646;
  border: 2px solid #464646;
  color: #FFF;
}
.o-c__btn-link._white_border {
  background-color: #FFF;
  color: #2531b7;
}
.o-c__btn-link._white_border:after {
  border-top: 2px solid #2531b7;
  border-right: 2px solid #2531b7;
}
.o-c__btn-link._white_border._external .icon_box:after {
  border-top: 1px solid #2531b7;
  border-right: 1px solid #2531b7;
}
.o-c__btn-link._white_border._external .icon_box:before {
  background-color: #2531b7;
}
.o-c__btn-link._navi_blue {
  background-color: #2531b7;
  padding: 10px 20px 7px 10px;
  font-size: 12px;
}
.o-c__btn-link._navi_blue:after {
  width: 6px;
  height: 6px;
  right: 10px;
}
.o-c__btn-link._light_blue {
  background-color: #F0F2FF;
  color: #FFF;
  border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #2531b7;
}
.o-c__btn-link._light_blue:after {
  right: 10px;
  border-top: 2px solid #2531b7;
  border-right: 2px solid #2531b7;
}
.o-c__btn-link._light_blue:hover {
  background-color: #2531b7;
  color: #FFF;
}
.o-c__btn-link._light_blue:hover:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
@media screen and (min-width: 769px) {
  .o-c__btn-link._blue:hover {
    background-color: #FFF;
    color: #2531b7;
  }
  .o-c__btn-link._blue:hover:after {
    border-top: 2px solid #2531b7;
    border-right: 2px solid #2531b7;
  }
  .o-c__btn-link._kyuuyomeisai:hover {
    background-color: #FFF;
    color: #5d07b3;
  }
  .o-c__btn-link._kyuuyomeisai:hover:after {
    border-top: 2px solid #5d07b3;
    border-right: 2px solid #5d07b3;
  }
  .o-c__btn-link._white:hover {
    background-color: #2531b7;
    color: #FFF;
  }
  .o-c__btn-link._white:hover:after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
  .o-c__btn-link._white:hover._external .icon_box:after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  .o-c__btn-link._white:hover._external .icon_box:before {
    background-color: #FFF;
  }
  .o-c__btn-link._gray:hover {
    background-color: #FFF;
    color: #464646;
  }
  .o-c__btn-link._gray:hover:after {
    border-top: 2px solid #464646;
    border-right: 2px solid #464646;
  }
  .o-c__btn-link._gray:hover._external .icon_box:after {
    border-top: 1px solid #464646;
    border-right: 1px solid #464646;
  }
  .o-c__btn-link._gray:hover._external .icon_box:before {
    background-color: #464646;
  }
  .o-c__btn-link._white_border:hover {
    background-color: #2531b7;
    color: #FFF;
  }
  .o-c__btn-link._white_border:hover:after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
  .o-c__btn-link._white_border:hover._external .icon_box:after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  .o-c__btn-link._white_border:hover._external .icon_box:before {
    background-color: #FFF;
  }
  .o-c__btn-link._navi_blue:hover {
    background-color: #FFF;
    color: #2531b7;
  }
  .o-c__btn-link._navi_blue:hover:after {
    border-top: 2px solid #2531b7;
    border-right: 2px solid #2531b7;
  }
}
.o-c__btn-link._orange {
  min-width: 130px;
  background-color: #FFAA3C;
  border: 2px solid #FFAA3C;
}
@media screen and (min-width: 769px) {
  .o-c__btn-link._orange:hover {
    background-color: #FFF;
    color: #FFAA3C;
  }
  .o-c__btn-link._orange:hover:after {
    border-top: 2px solid #FFAA3C;
    border-right: 2px solid #FFAA3C;
  }
}
.o-c__btn-link._btn_center {
  margin: 0 auto;
}
.o-c__btn-text {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 2px 0 0 23px;
  cursor: pointer;
}
.o-c__btn-text_icon_plus {
  display: inline-block;
  text-decoration: none;
  color: #2531b7;
}
.o-c__btn-text_icon_plus:hover {
  color: #2531b7;
}
.o-c__btn-text_icon_plus_bg {
  display: inline-block;
  background-color: #2531b7;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}
.o-c__btn-text_icon_plus_bg:before {
  content: "";
  background-color: #FFF;
  width: 8px;
  height: 2px;
  line-height: 0;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.o-c__btn-text_icon_plus_bg:after {
  content: "";
  background-color: #FFF;
  width: 2px;
  height: 8px;
  line-height: 0;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.o-c__btn-text_icon_plus.active .o-c__btn-text_icon_plus_bg:after {
  display: none;
}
@media screen and (min-width: 769px) {
  .o-c__btn-text_icon_plus:hover .o-c__btn-text_icon_plus_bg {
    transform: translateY(-50%) rotate(90deg);
  }
}
.o-c__btn-text_icon_arrow {
  display: inline-block;
  text-decoration: none;
  color: #2531b7;
}
.o-c__btn-text_icon_arrow:hover {
  color: #2531b7;
}
.o-c__btn-text_icon_arrow_bg {
  display: inline-block;
  background-color: #2531b7;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}
.o-c__btn-text_icon_arrow_bg:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 769px) {
  .o-c__btn-text_icon_arrow:hover .o-c__btn-text_icon_arrow_bg {
    left: -3px;
  }
}
.o-c__btn-scltop {
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #2531b7;
  position: fixed;
  z-index: 1000;
  bottom: -60px;
  right: 30px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 768px) {
  .o-c__btn-scltop {
    right: 10px;
  }
}
.o-c__btn-scltop_inner {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  width: 100%;
}
.o-c__btn-scltop_inner:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: auto;
  transform: translateY(-30%) translateX(-50%) rotate(-45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.o-c__btn-scltop.show_feature_floater {
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .o-c__btn-scltop.show_feature_floater {
    bottom: 75px;
    right: 10px;
  }
}

.o-c__heading {
  text-align: center;
  position: relative;
}
.o-c__heading-h1 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .o-c__heading-h1 {
    padding-bottom: 20px;
    font-size: 25px;
  }
}
.o-c__heading-h2 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 56px;
  position: relative;
}
.o-c__heading-h2:after {
  content: "";
  width: 40px;
  height: 3px;
  line-height: 0;
  background-color: #2531b7;
  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: 40px;
  }
  .o-c__heading-h2:after {
    height: 2px;
    bottom: 23px;
  }
}
.o-c__heading-h2_line {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  color: #2531b7;
}
.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: #2531b7;
  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;
  padding-bottom: 30px;
  position: relative;
  top: -5px;
}
.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;
  }
}
.o-c__heading-balloon {
  background: #2531b7;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  position: relative;
  padding: 10px 10px;
  border-radius: 30px;
}
.o-c__heading-balloon:after {
  font-size: 14px;
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top: 10px solid #2531b7;
}

.hbspt-form .hs_company .input,
.hbspt-form .hs_email .input,
.hbspt-form .hs_phone .input {
  position: relative;
}
.hbspt-form .hs_company .input::before,
.hbspt-form .hs_email .input::before,
.hbspt-form .hs_phone .input::before {
  position: absolute;
  z-index: 1000;
  top: -47px;
  left: 0;
  line-height: 40px;
  background-color: #EDEB4E;
  color: #323232;
  font-weight: bold;
  border-radius: 5px;
  font-size: 11px;
  padding: 0 10px;
  display: none;
  white-space: nowrap;
}
.hbspt-form .hs_company .input::after,
.hbspt-form .hs_email .input::after,
.hbspt-form .hs_phone .input::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 30px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #EDEB4E;
  display: none;
}
.hbspt-form .hs_company .input.disp_popup::before, .hbspt-form .hs_company .input.disp_popup::after,
.hbspt-form .hs_email .input.disp_popup::before,
.hbspt-form .hs_email .input.disp_popup::after,
.hbspt-form .hs_phone .input.disp_popup::before,
.hbspt-form .hs_phone .input.disp_popup::after {
  display: inline-block;
  opacity: 1;
  animation-name: fadeout;
  animation-duration: 6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.hbspt-form .hs_company .input::before {
  content: "お勤め先の会社名を記入してください";
}
.hbspt-form .hs_email .input::before {
  content: "お仕事でお使いのメールアドレスを記入してください";
}
.hbspt-form .hs_phone .input::before {
  content: "日中繋がりやすい電話番号を記入してください";
}

@keyframes fadeout {
  75% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.o-m__cta-fv {
  width: 940px;
  margin: 0px auto;
  position: relative;
  top: -42px;
  z-index: 500;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .o-m__cta-fv {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-fv {
    width: 100%;
    display: block;
    top: -110px;
    height: 0;
  }
}
.o-m__cta-common {
  color: #FFF;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.o-m__cta-common:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -95px;
  left: -70px;
  width: 350px;
  height: 350px;
  background-image: url(/assets/image/figure/cta_left.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.o-m__cta-common:after {
  content: "";
  position: absolute;
  z-index: 100;
  top: -175px;
  right: 0;
  width: 410px;
  height: 380px;
  background-image: url(/assets/image/figure/cta_right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.o-m__cta-common._kyuuyomeisai:before {
  left: -70px;
  width: 412px;
  height: 364px;
  background-image: url(/assets/image/figure/kyuuyomeisai/cta_left.svg);
}
.o-m__cta-common._kyuuyomeisai:after {
  top: -85px;
  right: 0;
  width: 377px;
  height: 343px;
  background-image: url(/assets/image/figure/kyuuyomeisai/cta_right.svg);
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common:before {
    bottom: -190px;
    left: -140px;
  }
  .o-m__cta-common:after {
    top: -210px;
    right: -140px;
  }
}
.o-m__cta-common_inner {
  width: 1200px;
  margin: 0px auto;
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_inner {
    width: 100%;
  }
}
.o-m__cta-common_title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding: 0 0 15px;
  width: 100%;
  margin: 0 auto;
}
.o-m__cta-common_title_single {
  display: block;
  padding: 10px 0 20px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-common_title .sp-only {
    display: block;
  }
}
.o-m__cta-common_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_title {
    font-size: 28px;
  }
}
.o-m__cta-common_capture_right {
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: 200;
  right: -110px;
  bottom: -35px;
}
.o-m__cta-common_capture_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_capture_right {
    display: none;
  }
}
.o-m__cta-common_capture_left {
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: 200;
  left: -110px;
  bottom: -35px;
}
.o-m__cta-common_capture_left img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_capture_left {
    display: none;
  }
}
.o-m__cta-common_talent_left {
  width: 310px;
  height: 355px;
  left: -15px;
  position: absolute;
  z-index: 200;
  bottom: -20px;
}
.o-m__cta-common_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-common_talent_right {
  position: absolute;
  right: -25px;
  bottom: -65px;
  width: 320px;
  height: 366px;
  z-index: 200;
}
.o-m__cta-common_talent_right._single-talent {
  width: 212px;
  bottom: -80px;
}
.o-m__cta-common_talent_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_talent_left {
    display: none;
  }
  .o-m__cta-common_talent_right {
    display: none;
  }
}
.o-m__cta-common_button {
  width: 420px;
  margin: 0px auto;
  z-index: 500;
  display: block;
  justify-content: space-around;
  padding: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .o-m__cta-common_button {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-common_title {
    text-align: center;
    font-size: 25px;
    position: relative;
    z-index: 100;
    margin: 0 auto;
    width: 100%;
  }
  .o-m__cta-common_title_lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-common:before {
    z-index: 1;
    top: 83px;
    left: -87px;
    width: 250px;
    height: 220px;
    background-size: contain;
    opacity: 0.7;
    transform: rotate(-14deg);
  }
  .o-m__cta-common:after {
    z-index: 1;
    top: -90px;
    right: -70px;
    width: 230px;
    height: 240px;
    background-size: contain;
    opacity: 0.7;
    transform: rotate(-297deg);
  }
  .o-m__cta-common_inner {
    width: 100%;
    height: 225px;
    padding: 35px 0;
  }
  .o-m__cta-common_inner.double {
    height: auto;
  }
  .o-m__cta-common_title {
    text-align: center;
    font-size: 22px;
    position: relative;
    z-index: 100;
    margin: 0 auto;
    width: 100%;
  }
  .o-m__cta-common_title_lead {
    font-size: 16px;
  }
  .o-m__cta-common_talent_left {
    display: none;
  }
  .o-m__cta-common_talent_right {
    display: none;
  }
  .o-m__cta-common_button {
    width: 90%;
    margin: 0px auto;
    display: block;
    position: relative;
    z-index: 100;
  }
}
.o-m__cta-floating {
  background-color: rgba(0, 125, 204, 0.8);
  width: 100%;
  padding: 15px 0;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  transform: translateY(101%);
}
.o-m__cta-floating.is-show {
  transform: translateY(0);
}
.o-m__cta-floating_link {
  width: 1000px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.o-m__cta-floating_link_item {
  width: 48%;
}
.o-m__cta-floating_link_item .o-c__cta-link_orange_capture,
.o-m__cta-floating_link_item .o-c__cta-link_border_capture {
  left: 20px;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating_link {
    width: 100%;
  }
  .o-m__cta-floating_link_item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating {
    padding: 15px;
    top: 0;
    bottom: auto;
    transform: translateY(-101%);
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-floating {
    padding: 10px;
  }
}
.o-m__cta-floating-bottom {
  background-color: rgba(37, 49, 183, 0.8);
  width: 100%;
  padding: 15px 0;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  transform: translateY(101%);
}
.o-m__cta-floating-bottom.is-show {
  transform: translateY(0);
}
.o-m__cta-floating-bottom_link {
  width: 1000px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating-bottom_link {
    width: 100%;
  }
}
.o-m__cta-floating-bottom_link_item {
  width: 48%;
}
.o-m__cta-floating-bottom_link_item .o-c__cta-link_orange_capture,
.o-m__cta-floating-bottom_link_item .o-c__cta-link_border_capture {
  left: 20px;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating-bottom_link {
    width: 100%;
  }
  .o-m__cta-floating-bottom_link_item {
    width: 49%;
  }
  .o-m__cta-floating-bottom_link_item .o-c__cta-link_orange_capture,
  .o-m__cta-floating-bottom_link_item .o-c__cta-link_border_capture {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating-bottom {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-floating-bottom {
    padding: 10px;
  }
}

.o-m__about-logo {
  display: inline-block;
  width: 180px;
  height: 56px;
  margin-right: 15px;
}
@media screen and (max-width: 576px) {
  .o-m__about-logo {
    width: 157px;
    height: 48px;
  }
}
.o-m__about-content {
  position: relative;
}
.o-m__about-content p {
  margin-top: 30px;
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .o-m__about-content p {
    font-size: 14px;
  }
}
.o-m__about-content_flow {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .o-m__about-content_flow {
    padding: 0 15px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow {
    display: block;
    padding: 0;
  }
}
.o-m__about-content_flow_data {
  width: 300px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .o-m__about-content_flow_data {
    width: 28%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data {
    width: 100%;
    margin: 0 0 80px;
  }
  .o-m__about-content_flow_data:last-child {
    margin: 0;
  }
}
.o-m__about-content_flow_data_icon {
  display: block;
  width: 100px;
  height: 110px;
  margin: -20px auto 0;
  text-align: center;
}
.o-m__about-content_flow_data_icon img {
  height: auto;
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data_icon {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
  }
}
.o-m__about-content_flow_data dt {
  position: absolute;
  max-width: 210px;
  white-space: nowrap;
  line-height: 1;
  left: 50%;
  top: 75px;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 8px 20px;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto;
  font-size: 18px;
  color: #2531b7;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data dt {
    width: 130px;
    font-size: 16px;
    position: absolute;
    top: -15px;
    padding: 8px 0;
    text-align: center;
  }
}
.o-m__about-content_flow_data dd {
  min-height: 132px;
  background-color: #F0F2FF;
  padding: 40px 20px 20px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data dd {
    min-height: 0;
    padding: 30px 20px 20px 85px;
    font-size: 12px;
    line-height: 20px;
  }
}
.o-m__about-content_flow_data_arrow {
  position: absolute;
  top: 115px;
  right: -40px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data_arrow {
    top: auto;
    left: 33%;
    right: auto;
    bottom: -40px;
    font-size: 14px;
  }
}
.o-m__about-content_flow_data_arrow_check {
  position: relative;
}
.o-m__about-content_flow_data_arrow_check:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  right: 3px;
  width: 28px;
  height: 38px;
  background-image: url(/assets/image/icon/icon_000_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(-90deg);
}
@media screen and (max-width: 576px) {
  .o-m__about-content_flow_data_arrow_check:after {
    bottom: auto;
    top: -40px;
    left: 60px;
    width: 38px;
    height: 52px;
    transform: translateX(-50%) rotate(0deg);
  }
}
.o-m__about-note_text {
  font-size: 10px;
  padding: 15px 0 0;
}
.o-m__about.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dt {
  background-color: #F0F2FF;
}
.o-m__about.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dd {
  background-color: #FFF;
}

.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dt {
  background-color: #F0F2FF;
}
.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dd {
  background: #fff;
}

.p__lp-brand-fv {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p__lp-brand-fv {
    padding: 0 0 50px;
    background-color: #f6f6f6;
    overflow: hidden;
  }
}
.p__lp-brand-fv_inner {
  width: 100%;
  overflow: hidden;
  background-color: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .p__lp-brand-fv_inner {
    overflow: visible;
  }
}
.p__lp-brand-fv_block {
  width: 1200px;
  margin: 0px auto;
  padding: 40px 0 80px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p__lp-brand-fv_block {
    width: 950px;
    margin: 0px auto;
    padding: 60px 0 150px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p__lp-brand-fv_block {
    width: 80%;
    padding: 40px 30px 105px;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-brand-fv_block {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0 0;
    height: 530px;
  }
}
.p__lp-brand-fv_block:before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -150px;
  right: -520px;
  width: 700px;
  height: 700px;
  transform: rotate(-1deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/image/figure/fv_back_component.svg);
}
@media screen and (max-width: 768px) {
  .p__lp-brand-fv_block:before {
    bottom: auto;
    top: 170px;
    right: auto;
    left: -110px;
    width: 250px;
    height: 280px;
    background-size: contain;
    transform: rotate(205deg);
  }
}
@media screen and (max-width: 576px) {
  .p__lp-brand-fv_block:before {
    top: 398px;
    left: 47%;
    transform: translate(-50%, -50%) rotate(-236deg);
    bottom: unset;
    right: unset;
    width: 320px;
    height: 320px;
  }
}
.p__lp-brand-fv_block:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -108px;
  left: -383px;
  width: 315px;
  height: 385px;
  transform: rotate(-25deg);
  background-size: cover;
  background-image: url(/assets/image/figure/fv_back_component_left.svg);
}
@media screen and (max-width: 768px) {
  .p__lp-brand-fv_block:after {
    display: none;
  }
}
.p__lp-brand-fv_block_point {
  position: relative;
  z-index: 100;
  margin: 15px 0;
}
.p__lp-brand-fv_block_point_item {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding: 3px 30px 0 32px;
}
.p__lp-brand-fv_block_point_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p__lp-brand-fv_block_point_item {
    margin-bottom: 10px;
  }
}
.p__lp-brand-fv_block_point_item:last-child {
  margin-bottom: 0;
}
.p__lp-brand-fv_block_point_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: #2531b7;
  border-radius: 11px;
}
.p__lp-brand-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: 11px;
  transform: rotate(135deg);
}
@media screen and (max-width: 1024px) {
  .p__lp-brand-fv_block_point_item {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p__lp-brand-fv_block_point {
    display: block;
    padding: 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .p__lp-brand-fv_block_point {
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p__lp-brand-fv_block_point_item {
    font-size: 13px;
    padding: 0 0 0 20px;
    line-height: 1.2;
  }
  .p__lp-brand-fv_block_point_item:before {
    width: 14px;
    height: 14px;
    border-radius: 10px;
    top: 8px;
  }
  .p__lp-brand-fv_block_point_item:after {
    top: 5px;
    left: 4px;
    width: 7px;
    height: 5px;
  }
}
.p__lp-brand-fv_block_copy {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  z-index: 100;
  letter-spacing: 0;
  margin: 28px 0 20px;
}
.p__lp-brand-fv_block_copy_space {
  letter-spacing: -30px;
}
.p__lp-brand-fv_block_copy_sub {
  font-size: 24px;
  line-height: 1;
  display: block;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .p__lp-brand-fv_block_copy_sub_sp {
    font-size: 21px;
    margin: -10px 0 15px 0;
    display: inline-block;
  }
}
.p__lp-brand-fv_block_copy_sub img {
  width: 124px;
  height: auto;
  vertical-align: -10px;
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p__lp-brand-fv_block_copy_sub img {
    width: 75px;
    vertical-align: -5px;
  }
}
@media screen and (max-width: 1024px) {
  .p__lp-brand-fv_block_copy {
    font-size: 32px;
    line-height: 1.2;
  }
  .p__lp-brand-fv_block_copy_sub {
    font-size: 21px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p__lp-brand-fv_block_copy {
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-brand-fv_block_copy {
    font-size: 32px;
    margin: 14px 0 15px;
  }
  .p__lp-brand-fv_block_copy_sub {
    font-size: 15px;
    line-height: 1.4;
    padding-bottom: 0;
  }
}
.p__lp-brand-fv_block_talent {
  position: absolute;
  z-index: 100;
  bottom: -248px;
  width: 260px;
  left: 385px;
}
.p__lp-brand-fv_block_talent img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p__lp-brand-fv_block_talent {
    width: 230px;
    left: 240px;
  }
}
@media screen and (max-width: 768px) {
  .p__lp-brand-fv_block_talent {
    top: 81px;
    right: 20px;
    width: 200px;
    left: auto;
    bottom: -137px;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-brand-fv_block_talent {
    top: 428px;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
    right: unset;
  }
}
.p__lp-brand-fv_block_note {
  width: 1200px;
  margin: 0px auto;
  font-size: 5px;
  padding: 30px 0 0;
}
@media screen and (max-width: 1024px) {
  .p__lp-brand-fv_block_note {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p__lp-brand-fv_block_note {
    width: 100%;
    padding: 20px;
  }
}
.p__lp-brand-form {
  width: 1200px;
  line-height: 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p__lp-brand-form {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p__lp-brand-form {
    width: 100%;
    padding: 0 15px;
  }
}
.p__lp-brand-form_content {
  width: 500px;
  background-color: #6C80FF;
  padding: 45px 25px 30px;
  position: absolute;
  z-index: 1000;
  top: -691px;
  right: 0;
  line-height: 1.4;
  border-radius: 0 0 10px 10px;
  color: #fff;
}
.p__lp-brand-form_content .hs_state,
.p__lp-brand-form_content .hs_inquirytrigger {
  position: relative;
}
.p__lp-brand-form_content .hs_state:after,
.p__lp-brand-form_content .hs_inquirytrigger:after {
  content: "";
  width: 7px;
  height: 7px;
  border-left: 2px solid #2531b7;
  border-bottom: 2px solid #2531b7;
  transform: rotate(-45deg);
  position: absolute;
  right: 23px;
  top: 39px;
}
@media screen and (max-width: 768px) {
  .p__lp-brand-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-brand-form_content {
    width: 100%;
    padding: 15px 15px 20px;
    position: relative;
    top: 0;
    right: auto;
    border-radius: 10px;
  }
}
.p__lp-brand-form_content_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 15px 0 25px;
}
@media screen and (max-width: 576px) {
  .p__lp-brand-form_content_title {
    font-size: 14px;
    padding: 10px 0 15px;
  }
}
.p__lp-brand-form_content fieldset {
  max-width: 800px !important;
}
.p__lp-brand-form_content .hs-fieldtype-select .hs-input,
.p__lp-brand-form_content .hs-fieldtype-textarea .hs-input,
.p__lp-brand-form_content .hs-fieldtype-text .hs-input,
.p__lp-brand-form_content .hs-fieldtype-date .hs-input,
.p__lp-brand-form_content .hs-fieldtype-phonenumber .hs-input {
  color: #323232;
}
.p__lp-brand-form_content .hs-form-field {
  margin-bottom: 0;
}
.p__lp-brand-form_content .hs-form-field.hs_business_content {
  margin-bottom: 5px;
}
.p__lp-brand-form_content .hs-form-field > label {
  align-items: center;
  color: #fff;
  cursor: default;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  line-height: 1.3;
  margin-bottom: 5px;
  padding-top: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.p__lp-brand-form_content .hs-form-field.hs_business_content label {
  padding-bottom: 5px;
}
.p__lp-brand-form_content .hs-form-field label span.hs-form-required {
  color: #323232;
  background: #EDEB4E;
  border-radius: 2px;
  padding: 3px 4px;
  line-height: 1;
  font-size: 10px;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 576px) {
  .p__lp-brand-form_content .hs-form-field label span.hs-form-required {
    margin: -2px 5px 0 0;
  }
}
.p__lp-brand-form_content .hs-fieldtype-checkbox ul label {
  display: block;
  position: relative;
  padding: 0;
}
.p__lp-brand-form_content .hs-fieldtype-checkbox ul label .hs-form-required {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EDEB4E;
  color: #2531b7;
  font-size: 10px;
  padding: 2px 4px 1px;
  border-radius: 3px;
}
.p__lp-brand-form_content .hs-error-msg {
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  background-color: #ed6c56;
  color: #fff;
  padding: 2px 7px 1px;
  text-align: left;
  margin-bottom: 15px;
  position: relative;
}
.p__lp-brand-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;
}
.p__lp-brand-form_content .hs_error_rollup li {
  text-align: center;
  width: 100%;
  padding: 0 0 20px;
  margin: 0 auto;
}
.p__lp-brand-form_content .hs_prefecture,
.p__lp-brand-form_content .hs_how_to_know {
  position: relative;
}
.p__lp-brand-form_content .hs_prefecture:after,
.p__lp-brand-form_content .hs_how_to_know:after {
  content: "";
  width: 7px;
  height: 7px;
  border-left: 2px solid #2531b7;
  border-bottom: 2px solid #2531b7;
  transform: rotate(-45deg);
  position: absolute;
  right: 23px;
  top: 41px;
}
.p__lp-brand-form_content .input {
  display: block;
  padding: 0 0 10px 0;
  margin: 0;
}
.p__lp-brand-form_content .input input[type=text],
.p__lp-brand-form_content .input input[type=email],
.p__lp-brand-form_content .input input[type=tel],
.p__lp-brand-form_content .input textarea,
.p__lp-brand-form_content .input select {
  background-color: #fff;
  padding: 8px;
  border-radius: 5px;
  width: 100% !important;
  border: 2px solid #fff;
}
.p__lp-brand-form_content .input input[type=text]:focus,
.p__lp-brand-form_content .input input[type=email]:focus,
.p__lp-brand-form_content .input input[type=tel]:focus,
.p__lp-brand-form_content .input textarea:focus,
.p__lp-brand-form_content .input select:focus {
  border-color: #2531b7;
  background-color: #F0F2FF;
}
.p__lp-brand-form_content .input input[type=text].error,
.p__lp-brand-form_content .input input[type=email].error,
.p__lp-brand-form_content .input input[type=tel].error,
.p__lp-brand-form_content .input textarea.error,
.p__lp-brand-form_content .input select.error {
  border: 2px solid #ffdadf;
  background: #fff1f3;
}
.p__lp-brand-form_content .input ul {
  display: flex;
}
.p__lp-brand-form_content .input ul .hs-form-checkbox {
  line-height: 1;
  padding-left: 15px;
  margin-right: 15px;
}
.p__lp-brand-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-brand-form_content .input ul .hs-form-checkbox label input[type=checkbox]:checked:before {
  background-color: #fff;
}
.p__lp-brand-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 #2531b7;
  border-left: 2px solid #2531b7;
  transform: rotate(-45deg);
}
.p__lp-brand-form_content .input ul .hs-form-checkbox label input[type=checkbox]:checked:after {
  opacity: 1;
}
.p__lp-brand-form_content .hs-richtext {
  font-size: 10px;
  padding: 0 0 20px;
}
.p__lp-brand-form_content .hs-richtext a {
  color: #fff;
  text-decoration: underline;
}
.p__lp-brand-form_content .actions {
  text-align: center;
  width: 300px;
  margin: 0 auto;
  position: relative;
}
.p__lp-brand-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-brand-form_content .actions .hs-button {
  display: inline-block;
  background-color: #FFAA3C;
  width: 100%;
  margin: 0 auto;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.p__lp-brand-introduction {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .p__lp-brand-introduction {
    display: block;
    padding: 70px 0;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-brand-introduction {
    display: block;
    padding: 50px 0;
  }
}
.p__lp-brand-introduction_inner {
  width: 900px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p__lp-brand-introduction_inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p__lp-brand-introduction_inner {
    display: block;
  }
}
.p__lp-brand-introduction_heading_h2 {
  font-size: 25px;
  line-height: 1.7;
  padding: 20px 10px 0;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p__lp-brand-introduction_heading_h2_copy {
    font-size: 20px;
  }
}
.p__lp-brand-introduction_heading_h2_big {
  font-size: 38px;
}
.p__lp-brand-introduction_heading_h2_small {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p__lp-brand-introduction_heading_h2 {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-brand-introduction_heading_h2 {
    font-size: 25px;
    text-align: center;
    padding: 0;
    line-height: 1.5;
  }
  .p__lp-brand-introduction_heading_h2_big {
    font-size: 24px;
  }
  .p__lp-brand-introduction_heading_h2_small {
    font-size: 18px;
  }
}
.p__lp-brand-introduction_emblem {
  display: flex;
}
.p__lp-brand-introduction_emblem_item {
  width: 155px;
  height: 155px;
  margin: 0 10px;
  font-size: 18px;
  line-height: 20px;
  background-image: url(/assets/image/figure/figure_laurel.svg);
  background-size: cover;
  padding: 35px 0 0;
  text-align: center;
  font-weight: 700;
}
.p__lp-brand-introduction_emblem_item_small {
  font-size: 16px;
  line-height: 1.3;
  display: block;
  padding: 0;
  letter-spacing: -0.5px;
}
.p__lp-brand-introduction_emblem_item_no1 {
  line-height: 32px;
  font-size: 32px;
  display: block;
  color: #2531b7;
  margin-top: 5px;
}
.p__lp-brand-introduction_emblem_item sup {
  line-height: 10px;
  color: #2531b7;
  top: -8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p__lp-brand-introduction_emblem {
    justify-content: center;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-brand-introduction_emblem {
    justify-content: center;
    padding: 5px 0 0;
  }
  .p__lp-brand-introduction_emblem_item {
    margin: 0 5px;
    width: 115px;
    height: 115px;
    font-size: 13px;
    line-height: 15px;
    padding: 28px 0 0;
  }
  .p__lp-brand-introduction_emblem_item_small {
    font-size: 11px;
    display: block;
  }
  .p__lp-brand-introduction_emblem_item_no1 {
    line-height: 22px;
    font-size: 22px;
    display: block;
    color: #2531b7;
  }
  .p__lp-brand-introduction_emblem_item sup {
    line-height: 10px;
    color: #2531b7;
    top: -3px;
    position: relative;
  }
}
.p__lp-brand-introduction_company {
  padding: 10px 0;
}
.p__lp-brand-introduction_company_image {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 140px;
  overflow: hidden;
  animation: loop 50s linear infinite;
  background: url(/assets/image/logo/logo_beside-set.webp) repeat-x left center/auto 140px;
}
.p__lp-brand-introduction_note {
  width: 740px;
  margin: 20px auto 0;
}
.p__lp-brand-introduction_note_text {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .p__lp-brand-introduction_note {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-brand .o-m__case .swiper-container-horizontal > .swiper-pagination-bullets,
  .p__lp-brand .o-m__case .swiper-pagination-custom,
  .p__lp-brand .o-m__case .swiper-pagination-fraction {
    display: block !important;
  }
}

.p__lp-brand-fv_block_balloon {
  background: #2531b7;
  border-radius: 25px;
  color: #fff;
  display: table-cell;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 30px;
  max-width: 500px;
  padding: 10px 25px 7px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  .p__lp-brand-fv_block_balloon {
    display: block;
    font-size: 16px;
    margin: 0 auto;
    max-width: none;
    padding: 8px 15px 5px;
    white-space: inherit;
    width: 100%;
  }
}/*# sourceMappingURL=brand-fv-abt-b.css.map */