@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;
  color: #323232;
}
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;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
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%, #ffe91c 75%);
  background-position: 0 1.3em;
  font-weight: 700;
}
.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_denshihozon {
  color: #a43fd1;
}
.f__common-color_hanbai {
  color: #f53c20;
}
.f__common-color_kintai {
  color: #2531b7;
}
.f__common-color_seikyu {
  color: #0ba578;
}
.f__common-bgcolor_sub-10 {
  background-color: #edfcf7;
}
.f__common-bgcolor_main-primary {
  background-color: #0ba578;
}
.f__common-bgcolor_background-main {
  background-color: #70d1b3;
}
.f__common-bgcolor_gray {
  background-color: #f6f6f6;
}
.f__common-bgcolor_white {
  background-color: #FFF !important;
}

_::-webkit-full-page-media,
_:future,
:root .f__common-text_highlighter {
  background: linear-gradient(transparent 75%, #ffe91c 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__header-container {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5000;
  background-color: #FFF;
  transition: 100ms ease all;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.f-l__header-container.scroll-type {
  transform: translateY(-23px);
}
.f-l__header-container_inner {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.f-l__header-container_inner_item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .f-l__header-container_inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .f-l__header-container_inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .f-l__header-container {
    padding: 0 11px;
  }
  .f-l__header-container.scroll-type {
    transform: translateY(0px);
  }
  .f-l__header-container_inner {
    width: 100%;
  }
}
.f-l__header-tel {
  background-color: #0ba578;
  color: #FFF;
  height: 23px;
  padding: 2px 0;
}
@media screen and (max-width: 1024px) {
  .f-l__header-tel {
    width: 1024px;
    padding: 4px 20px 0;
  }
}
.f-l__header-tel_list {
  width: 1200px;
  margin: 0px auto;
}
.f-l__header-tel_list_item {
  display: inline-block;
  font-size: 12px;
  margin-right: 15px;
}
.f-l__header-tel_list_item a {
  color: #FFF;
  line-height: 0;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .f-l__header-tel {
    display: none;
  }
}
.f-l__header-logo {
  width: 148px;
  height: 82px;
  display: inline-block;
  padding: 18px 0;
}
.f-l__header-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .f-l__header-logo {
    width: 120px;
    display: inline-block;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .f-l__header-logo {
    width: 90px;
    height: 50px;
    display: inline-block;
    padding: 11px 0;
  }
}
.f-l__header-tagline {
  display: none;
}
@media screen and (max-width: 768px) {
  .f-l__header-tagline {
    display: block;
    font-size: 10px;
    color: #323232;
    font-weight: 700;
    padding: 20px 0 0 15px;
  }
}
.f-l__header-sp-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .f-l__header-sp-menu {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #0ba578;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 500;
  }
  .f-l__header-sp-menu_line {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    border-radius: 2px;
    background-color: #FFF;
    width: 25px;
  }
  .f-l__header-sp-menu_line:nth-of-type(1) {
    top: 15px;
  }
  .f-l__header-sp-menu_line:nth-of-type(2) {
    top: 25px;
  }
  .f-l__header-sp-menu_line:nth-of-type(3) {
    top: 35px;
  }
}
.f-l__header-sp-menu._js_header_sp_menu_button_active .f-l__header-sp-menu_line:nth-of-type(1) {
  top: 25px;
  left: 13px;
  transform: rotate(45deg);
}
.f-l__header-sp-menu._js_header_sp_menu_button_active .f-l__header-sp-menu_line:nth-of-type(2) {
  display: none;
}
.f-l__header-sp-menu._js_header_sp_menu_button_active .f-l__header-sp-menu_line:nth-of-type(3) {
  top: 25px;
  left: 13px;
  transform: rotate(-45deg);
}
.f-l__header-gnavi {
  max-width: 710px;
}
@media screen and (max-width: 1024px) {
  .f-l__header-gnavi {
    width: 240px;
  }
}
.f-l__header-gnavi_list {
  padding: 0px 30px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .f-l__header-gnavi_list {
    padding: 0px 15px;
  }
}
.f-l__header-gnavi_item {
  padding: 0px;
  position: relative;
}
.f-l__header-gnavi_item_link {
  display: block;
  padding: 30px 12px;
  font-size: 16px;
  text-align: center;
  color: #323232;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .f-l__header-gnavi_item_link {
    font-size: 14px;
    padding: 30px 8px 28px;
  }
}
.f-l__header-gnavi_item_link._two-line {
  padding: 20px 12px 15.5px;
}
.f-l__header-gnavi_item._navi-arrow:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  left: 50%;
  bottom: 10px;
  margin: auto;
  transform: translateX(-50%) rotate(135deg);
  transition: all ease 0.3s;
}
.f-l__header-gnavi_item._js_dropdown_open .f-l__header-gnavi_item_link {
  display: block;
  padding: 30px 12px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  background-color: #edfcf7;
  color: #0ba578;
}
.f-l__header-gnavi_item._js_dropdown_open .f-l__header-gnavi_item_link._two-line {
  padding: 20px 12px 15.5px;
}
.f-l__header-gnavi .f-l__header-gnavi_item:hover._navi-arrow:after {
  border-top: 1px solid #0ba578;
  border-right: 1px solid #0ba578;
  bottom: 5px;
}
.f-l__header-gnavi_content {
  display: none;
  background-color: #FFF;
  position: fixed;
  width: 100%;
  left: 0;
  top: 105px;
  padding-top: 25px;
  padding-bottom: 45px;
  box-sizing: border-box;
  border-top: 1px solid #f6f6f6;
}
.f-l__header-gnavi_content_inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.f-l__header-gnavi_content_head {
  padding: 10px 20px 10px 0;
  border-right: 1px solid #e6e6e6;
}
.f-l__header-gnavi_content_head_heading {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  margin-left: 3px;
}
.f-l__header-gnavi_content_head._last {
  border-right: none;
  border-left: 1px solid #e6e6e6;
  padding-left: 20px;
}
.f-l__header-gnavi_content_navi_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
}
.f-l__header-gnavi_content_navi_function {
  padding: 0 20px;
}
.f-l__header-gnavi_content_navi_function_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.f-l__header-gnavi_content_navi_function_item {
  margin-right: 10px;
}
.f-l__header-gnavi_content_navi_function_item:last-child {
  margin: 0;
}
.f-l__header-gnavi_content_navi_function_button {
  color: #323232;
  display: inline-block;
  border: 1px solid #0ba578;
  border-radius: 10px;
  background-color: #FFF;
  width: 100px;
  height: 100px;
  padding: 12px 0 0;
  text-decoration: none;
}
.f-l__header-gnavi_content_navi_function_button_icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.f-l__header-gnavi_content_navi_function_button_icon span {
  display: block;
  width: 50px;
  height: 50px;
}
.f-l__header-gnavi_content_navi_function_button_text {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  padding: 12px 0 0;
}
.f-l__header-gnavi_content_navi_function_button_text._line_2 {
  position: relative;
  top: -10px;
  font-size: 12px;
  line-height: 1.2;
}
.f-l__header-gnavi_content_navi_function_button:hover {
  color: #FFF;
  background-color: #0ba578;
}
.f-l__header-gnavi_content_navi_case {
  padding: 0 20px;
}
.f-l__header-gnavi_content_navi_case_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.f-l__header-gnavi_content_navi_case_item {
  margin-right: 10px;
}
.f-l__header-gnavi_content_navi_case_item:last-child {
  margin: 0;
}
.f-l__header-gnavi_content_navi_case_button {
  color: #323232;
  display: inline-block;
  border-radius: 10px;
  width: 260px;
  height: 110px;
  text-decoration: none;
}
.f-l__header-gnavi_content_navi_case_button_data {
  display: inline-block;
  border: 1px solid #0ba578;
  border-radius: 10px;
  background-color: #FFF;
  width: 260px;
  height: 110px;
  padding: 0;
  overflow: hidden;
}
.f-l__header-gnavi_content_navi_case_button_photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  background-color: white;
}
.f-l__header-gnavi_content_navi_case_button_photo img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 60px;
}
.f-l__header-gnavi_content_navi_case_button_text {
  background-color: #edfcf7;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  padding: 12px 0;
  transition: all ease 0.3s;
}
.f-l__header-gnavi_content_navi_case_button_link_text {
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  padding: 0 5px;
  transition: all ease 0.3s;
}
.f-l__header-gnavi_content_navi_case_button:hover .f-l__header-gnavi_content_navi_case_button_text {
  background-color: #0ba578;
  color: #FFF;
}
.f-l__header-gnavi_content_navi_case_button:hover .f-l__header-gnavi_content_navi_case_button_link_text {
  color: #0ba578;
}
.f-l__header-gnavi_content_navi_invoice_catch {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.f-l__header-gnavi_content_navi_invoice_link {
  text-align: center;
  padding: 20px 0 40px;
}
.f-l__header-gnavi_content_navi_invoice_link .o-c__btn-link._primarycolor {
  padding: 20px 40px 18px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 5px;
}
.f-l__header-gnavi_content_cta {
  padding: 10px 0 0;
  text-align: center;
}
.f-l__header-gnavi_content_cta ._common {
  margin: 0 auto 20px;
}
.f-l__header-gnavi_content_cta ._common_2line {
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .f-l__header-gnavi {
    display: none;
  }
}
.f-l__header-gnavi_sp {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 50px;
  left: 0;
  padding: 15px 0 0;
  background-color: #f6f6f6;
}
@media screen and (max-width: 576px) {
  .f-l__header-gnavi_sp {
    display: none;
  }
}
.f-l__header-gnavi_sp_item {
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.f-l__header-gnavi_sp_item a {
  color: #323232;
  text-decoration: none;
  padding: 15px 20px 13px;
  display: block;
  width: 100%;
  height: 100%;
}
.f-l__header-gnavi_sp_item_icon_ball {
  display: inline-block;
  background-color: #007bc7;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  z-index: 80;
  top: 15px;
  right: 15px;
  transition: all ease 0.3s;
}
.f-l__header-gnavi_sp_item_icon_ball:before {
  content: "";
  background-color: #fff;
  width: 8px;
  height: 2px;
  line-height: 0;
  position: absolute;
  left: 5px;
  top: 9px;
  transform: translateY(-50%);
}
.f-l__header-gnavi_sp_item_icon_ball:after {
  content: "";
  background-color: #fff;
  width: 2px;
  height: 8px;
  line-height: 0;
  position: absolute;
  left: 9px;
  top: 5px;
  transform: translateX(-50%);
}
.f-l__header-gnavi_sp_item_icon_ball._js_close:after {
  display: none;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_inner {
  margin: 10px 0 0;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_title {
  position: relative;
  z-index: 100;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_link {
  width: 50%;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_link a {
  display: block;
  padding: 10px;
  font-size: 12px;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_link a._all_link {
  color: #0ba578;
  font-weight: 700;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_link:nth-child(2n) {
  border-right: none;
}
.f-l__header-gnavi_sp_item .f-l__header-acordion_link._border_last_none {
  border-bottom: none;
}
.f-l__header-gnavi_sp_cta {
  padding: 20px 20px 0;
}
.f-l__header-gnavi_sp_cta_button {
  display: block;
  width: 100%;
  background-color: #ed6b00;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 25px;
  padding: 15px 15px 12px;
  line-height: 1;
  margin: 0 0 10px;
  text-align: center;
  text-decoration: none;
}
.f-l__header-cta {
  padding: 20px 28px;
}
.f-l__header-cta_button {
  display: inline-block;
  border: 2px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #323232;
  font-size: 14px;
  font-weight: 500;
  border-radius: 25px;
  padding: 13px 13px 10px;
  line-height: 1;
  margin: 0 2px;
  text-decoration: none;
}
.f-l__header-cta_button:hover {
  border: 2px solid #ed6b00;
  background-color: #ed6b00;
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  .f-l__header-cta {
    padding: 20px 10px;
  }
  .f-l__header-cta_button {
    font-size: 13px;
    padding: 15px 10px 12px;
    line-height: 1;
    margin: 0 2px;
  }
  .f-l__header-cta_button:hover {
    background-color: #ed6b00;
    color: #FFF;
  }
}
@media screen and (max-width: 768px) {
  .f-l__header-cta {
    display: none;
  }
}
.f-l__header-container.scroll-type .f-l__header-cta_button {
  border: 2px solid #ed6b00;
  background-color: #ed6b00;
  color: #FFF;
}
.f-l__header-container.scroll-type .f-l__header-cta_button:hover {
  background-color: #FFF;
  border: 2px solid #ed6b00;
  color: #ed6b00;
}
.f-l__header-rakuslogo {
  width: 50px;
  box-sizing: border-box;
  padding: 19px 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .f-l__header-rakuslogo {
    width: 45px;
  }
}
@media screen and (max-width: 768px) {
  .f-l__header-rakuslogo {
    display: none;
  }
}
.f-l__header a:hover {
  color: #0ba578;
}

.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: 33px 25px 24px;
  background-color: #ed6b00;
  border: 3px solid #FFF;
  color: #FFF;
  font-size: 18px;
}
.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: #ed6b00;
  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: #ed6b00;
}
.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;
  position: absolute;
  top: 50%;
  left: -56px;
  transform: translateY(-50%);
  transition: all ease 0.3s;
  width: 90px;
}
@media screen and (max-width: 576px) {
  .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;
  height: 85px;
  font-size: 22px;
}
.o-c__cta-link_orange._common {
  width: 380px;
  height: 80px;
  padding: 30px 25px 20px;
  font-size: 22px;
}
.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_capture {
  width: 75px;
  left: -30px;
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_orange._common .o-c__cta-link_orange_capture {
    left: -10px;
  }
}
.o-c__cta-link_orange._common .o-c__cta-link_orange_text {
  font-size: 22px;
  line-height: 1;
  padding: 0 0 10px;
}
@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._simple {
  width: 370px;
  height: 84px;
  padding: 30px 25px 0;
  margin-bottom: 40px;
  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: 18px;
    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;
    margin-bottom: 5px;
  }
  .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 #ed6b00;
  }
  .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 #ed6b00;
    color: #ed6b00;
    transform: scale(1.03);
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_free {
    background-color: #ed6b00;
    color: #FFF;
  }
  .o-c__cta-link_orange:hover .o-c__cta-link_orange_balloon {
    background-color: #ed6b00;
    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 #ed6b00;
    border-right: 3px solid #ed6b00;
  }
  .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 #ed6b00;
  }
}
.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 #ed6b00;
  color: #ed6b00;
  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: #ed6b00;
  color: #FFF;
}
.o-c__cta-link_border_balloon_orange {
  color: #ed6b00;
}
.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 #ed6b00;
}
.o-c__cta-link_border_capture {
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 90px;
}
@media screen and (max-width: 576px) {
  .o-c__cta-link_border_capture {
    display: none;
  }
}
.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 #ed6b00;
  border-right: 3px solid #ed6b00;
}
.o-c__cta-link_border._fv {
  width: 425px;
  height: 85px;
  font-size: 22px;
}
.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: 370px;
  height: 84px;
  font-size: 20px;
  margin: 0 auto;
  padding: 30px 25px 0;
}
.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: #ed6b00;
    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: #ed6b00;
  }
  .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-floating_cta_container {
  position: fixed;
  bottom: 120px;
  right: 0;
  z-index: 997;
}
@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 {
  width: 57px;
  padding: 1em 0.7em;
  text-decoration: none;
  display: block;
  background-color: #ed6b00;
  border-top: 2px solid #ed6b00;
  border-left: 2px solid #ed6b00;
  border-bottom: 2px solid #ed6b00;
  font-size: 22px;
  font-weight: 700;
  color: #FFF;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 10px 0 0 10px;
  writing-mode: vertical-rl;
}
.o-c__cta-floating_cta_link:hover {
  background-color: #FFF;
  color: #ed6b00;
}
.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: #0ba578;
  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 #0ba578;
}
.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: #ed6b00;
  border-top: 2px solid #ed6b00;
  border-left: 2px solid #ed6b00;
  border-bottom: 2px solid #ed6b00;
}
.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: #ed6b00;
}

.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 #0ba578;
  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._primarycolor {
  background-color: #0ba578;
  color: #FFF;
}
.o-c__btn-link._white {
  background-color: #FFF;
  color: #0ba578;
  border: 2px solid #FFF;
}
.o-c__btn-link._white:after {
  border-top: 2px solid #0ba578;
  border-right: 2px solid #0ba578;
}
.o-c__btn-link._white._external .icon_box:after {
  border-top: 1px solid #0ba578;
  border-right: 1px solid #0ba578;
}
.o-c__btn-link._white._external .icon_box:before {
  background-color: #0ba578;
}
.o-c__btn-link._gray {
  background-color: #464646;
  border: 2px solid #464646;
  color: #FFF;
}
.o-c__btn-link._white_border {
  background-color: #FFF;
  color: #0ba578;
}
.o-c__btn-link._white_border:after {
  border-top: 2px solid #0ba578;
  border-right: 2px solid #0ba578;
}
.o-c__btn-link._white_border._external .icon_box:after {
  border-top: 1px solid #0ba578;
  border-right: 1px solid #0ba578;
}
.o-c__btn-link._white_border._external .icon_box:before {
  background-color: #0ba578;
}
.o-c__btn-link._navi_primarycolor {
  background-color: #0ba578;
  padding: 10px 20px 7px 10px;
  font-size: 12px;
}
.o-c__btn-link._navi_primarycolor:after {
  width: 6px;
  height: 6px;
  right: 10px;
}
.o-c__btn-link._light_primarycolor {
  background-color: #edfcf7;
  color: #FFF;
  border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #0ba578;
}
.o-c__btn-link._light_primarycolor:after {
  right: 10px;
  border-top: 2px solid #0ba578;
  border-right: 2px solid #0ba578;
}
.o-c__btn-link._light_primarycolor:hover {
  background-color: #0ba578;
  color: #FFF;
}
.o-c__btn-link._light_primarycolor:hover:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
@media screen and (min-width: 769px) {
  .o-c__btn-link._primarycolor:hover {
    background-color: #FFF;
    color: #0ba578;
  }
  .o-c__btn-link._primarycolor:hover:after {
    border-top: 2px solid #0ba578;
    border-right: 2px solid #0ba578;
  }
  .o-c__btn-link._white:hover {
    background-color: #0ba578;
    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: #0ba578;
    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_primarycolor:hover {
    background-color: #FFF;
    color: #0ba578;
  }
  .o-c__btn-link._navi_primarycolor:hover:after {
    border-top: 2px solid #0ba578;
    border-right: 2px solid #0ba578;
  }
}
.o-c__btn-link._orange {
  min-width: 240px;
  background-color: #ed6b00;
  border: 2px solid #ed6b00;
}
@media screen and (min-width: 769px) {
  .o-c__btn-link._orange:hover {
    background-color: #FFF;
    color: #ed6b00;
  }
  .o-c__btn-link._orange:hover:after {
    border-top: 2px solid #ed6b00;
    border-right: 2px solid #ed6b00;
  }
}
.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: #0ba578;
}
.o-c__btn-text_icon_plus:hover {
  color: #0ba578;
}
.o-c__btn-text_icon_plus_bg {
  display: inline-block;
  background-color: #0ba578;
  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: #0ba578;
}
.o-c__btn-text_icon_arrow:hover {
  color: #0ba578;
}
.o-c__btn-text_icon_arrow_bg {
  display: inline-block;
  background-color: #0ba578;
  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: #0ba578;
  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__btn-text_icon_arrow_bg {
  background-color: #267d00;
}
@media screen and (max-width: 576px) {
  .o-c__btn-text_icon_arrow_bg {
    top: 26%;
  }
}

.p__top-fv {
  display: flex;
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  background-color: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .p__top-fv {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .p__top-fv {
    display: block;
    padding: 40px 0 0 0;
  }
}
.p__top-fv:before {
  content: "";
  position: absolute;
  top: -120px;
  left: calc(50% + 100px);
  width: 848px;
  height: 940px;
  transform: rotate(-13deg);
  background-image: url(/rakurakucloud/seikyu/assets/image/figure/fv_back_component.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p__top-fv:before {
    width: 540px;
    height: 540px;
    transform: rotate(35deg);
    top: auto;
    left: auto;
    bottom: -70px;
    right: -150px;
  }
}
@media screen and (max-width: 576px) {
  .p__top-fv:before {
    bottom: -60px;
    right: -140px;
    width: 340px;
    height: 340px;
    transform: rotate(340deg);
  }
}
.p__top-fv:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% + 550px);
  width: 448px;
  height: 448px;
  background-image: url(/rakurakucloud/seikyu/assets/image/figure/fv_back_component_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p__top-fv:after {
    display: none;
  }
}
.p__top-fv_talent {
  position: absolute;
  top: 0;
  left: calc(50% + 100px);
  width: 512px;
  padding-top: 10px;
  z-index: 100;
}
.p__top-fv_talent img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p__top-fv_talent {
    width: 440px;
  }
}
@media screen and (max-width: 768px) {
  .p__top-fv_talent {
    top: auto;
    left: auto;
    bottom: -20px;
    right: -30px;
    width: 50vw;
  }
}
@media screen and (max-width: 576px) {
  .p__top-fv_talent {
    right: auto;
    bottom: 0;
    position: relative;
    width: 270px;
    height: 250px;
    margin: 0 auto;
    padding-top: 0;
  }
}
.p__top-fv_note {
  margin: 0 auto;
  max-width: 1000px;
}
.p__top-fv_note_text {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .p__top-fv_note {
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .p__top-fv_note {
    padding: 70px 20px 0;
  }
}
.p__top-fv_block {
  position: relative;
  align-self: center;
  margin: 0 auto;
  width: 1100px;
  padding: 0 0 15px 0;
}
@media screen and (max-width: 1150px) {
  .p__top-fv_block {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .p__top-fv_block {
    padding: 50px 25px 260px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p__top-fv_block {
    padding: 0 20px;
  }
}
.p__top-fv_block > * {
  position: relative;
  z-index: 10;
}
.p__top-fv_block_copy {
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  margin: 30px auto;
}
.p__top-fv_block_copy_sub {
  font-size: 25px;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}
.p__top-fv_block_copy_sub_name {
  display: inline-block;
  font-size: 38px;
  text-indent: -0.5em;
  padding-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .p__top-fv_block_copy {
    font-size: 6vw;
    margin: 20px auto;
  }
  .p__top-fv_block_copy_sub {
    font-size: 3.5vw;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p__top-fv_block_copy {
    font-size: min(8vw, 46px);
  }
  .p__top-fv_block_copy_sub {
    line-height: 1.4;
    margin-bottom: 0;
  }
  .p__top-fv_block_copy .sp-only {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .p__top-fv_block_copy {
    line-height: 1;
    margin-bottom: 10px;
  }
  .p__top-fv_block_copy_sub {
    font-size: 4.6vw;
    padding-bottom: 15px;
  }
}
.p__top-fv_block_balloon {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto 30px;
  max-width: 500px;
  padding: 10px 25px 7px;
  background: #0ba578;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .p__top-fv_block_balloon {
    display: block;
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding: 8px 5px 5px 5px;
    font-size: 18px;
    white-space: inherit;
  }
}
.p__top-fv_block_point_item {
  position: relative;
  padding: 3px 30px 0 32px;
  margin-bottom: 5px;
  font-size: 18px;
}
.p__top-fv_block_point_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 21px;
  height: 21px;
  background: #0ba578;
  border-radius: 11px;
}
.p__top-fv_block_point_item:after {
  content: "";
  position: absolute;
  left: 7px;
  top: calc(0.3em + 6px);
  width: 8px;
  height: 6px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .p__top-fv_block_point {
    display: block;
    padding: 10px 0 0;
  }
  .p__top-fv_block_point_item {
    font-size: 18px;
    padding: 0 0 0 20px;
  }
  .p__top-fv_block_point_item:before {
    top: 0.1em;
    width: 14px;
    height: 14px;
    border-radius: 10px;
  }
  .p__top-fv_block_point_item:after {
    top: calc(0.1em + 3px);
    left: 4px;
    width: 7px;
    height: 5px;
  }
}
@media screen and (max-width: 576px) {
  .p__top-fv_block_point_item {
    font-size: 14px;
  }
}
.p__top-cta {
  max-width: 940px;
  margin: 0px auto;
  position: relative;
  top: -42px;
  z-index: 500;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .p__top-cta {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p__top-cta {
    width: 100%;
    display: block;
    top: -110px;
    height: 0;
  }
}
@media screen and (min-width: 577px) {
  .p__top-cta + section {
    margin-top: -85px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 576px) {
  .p__top-cta + section {
    padding-top: 100px;
  }
}
.p__top-introduction {
  padding: 40px 0 70px 0;
}
@media screen and (max-width: 768px) {
  .p__top-introduction {
    display: block;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .p__top-introduction {
    display: block;
    padding: 0 0 50px;
  }
}
.p__top-introduction-logo {
  width: 144px;
}
@media screen and (max-width: 576px) {
  .p__top-introduction-logo {
    width: 60%;
  }
}
.p__top-introduction_family {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p__top-introduction_family {
    display: block;
    width: 100%;
  }
}
.p__top-introduction_family_dl {
  position: relative;
  width: 320px;
  background-color: #FFF;
  border-radius: 10px;
  padding: 35px 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p__top-introduction_family_dl {
    width: 32%;
  }
}
@media screen and (max-width: 576px) {
  .p__top-introduction_family_dl {
    padding: 3vw 0 1vw;
  }
}
.p__top-introduction_family_dl dt {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.7px;
  padding: 10px 30px;
  border-radius: 100px;
}
@media screen and (max-width: 576px) {
  .p__top-introduction_family_dl dt {
    padding: 0.3em 1em;
  }
}
.p__top-introduction_family_dl_seisan {
  background-color: #007BC7;
}
.p__top-introduction_family_dl_meisai {
  background-color: #267d00;
}
.p__top-introduction_family_dl_seikyu {
  background-color: #0ba578;
}
@media screen and (max-width: 576px) {
  .p__top-introduction_family_dl {
    width: 48%;
  }
  .p__top-introduction_family_dl:nth-of-type(1) {
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 7vw;
  }
  .p__top-introduction_family_dl:nth-of-type(2) {
    float: left;
  }
  .p__top-introduction_family_dl:nth-of-type(3) {
    float: right;
  }
}
.p__top-introduction_heading_h2 {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .p__top-introduction_heading_h2 {
    font-size: 5vw;
    line-height: 1.6;
  }
}
.p__top-introduction_link {
  text-align: right;
  padding-top: 20px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .p__top-introduction_link {
    width: 100%;
    text-align: center;
  }
  .p__top-introduction_link .o-c__btn-text {
    text-align: left;
    margin-top: 20px;
  }
}
.p__top-introduction_link a {
  color: #267d00;
  text-decoration: none;
}
.p__top-introduction_link a:hover {
  color: #267d00;
}
.p__top-introduction_achievement {
  text-align: center;
  margin-bottom: 30px;
}
.p__top-introduction_achievement_inner {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p__top-introduction_achievement_inner {
    display: block;
  }
}
.p__top-introduction_achievement_inner .f__common-text_annotation {
  text-align: left;
}
.p__top-introduction_achievement_emblem {
  padding: 0 65px 10px;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-image: url("/rakurakucloud/seikyu/assets/image/figure/figure_laurel_seikyu_left.svg"), url("/rakurakucloud/seikyu/assets/image/figure/figure_laurel_seikyu_right.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .p__top-introduction_achievement_emblem {
    padding: 20px 65px;
    font-size: min(2.3vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .p__top-introduction_achievement_emblem {
    padding: 0;
    background: none;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .p__top-introduction_achievement_emblem {
    font-size: 15px;
  }
}
.p__top-introduction_achievement_emblem_record {
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (min-width: 1025px) {
  .p__top-introduction_achievement_emblem_record br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .p__top-introduction_achievement_emblem_record {
    font-size: min(3.2vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  .p__top-introduction_achievement_emblem_record {
    padding: 10px 55px 5px;
    background-image: url("/rakurakucloud/seikyu/assets/image/figure/figure_laurel_seikyu_left.svg"), url("/rakurakucloud/seikyu/assets/image/figure/figure_laurel_seikyu_right.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: contain;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.p__top-introduction_achievement_emblem_record ._big {
  font-size: 58px;
  color: #0ba578;
  padding: 0 3px;
}
@media screen and (max-width: 1024px) {
  .p__top-introduction_achievement_emblem_record ._big {
    font-size: min(5vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .p__top-introduction_achievement_emblem_record ._big {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .p__top-introduction_achievement_emblem_record ._big {
    font-size: 32px;
  }
}
.p__top-about_heading_h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 25px;
}
@media screen and (max-width: 576px) {
  .p__top-about_heading_h3 {
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
  }
}
.p__top-about-logo {
  width: 180px;
  margin-right: 23px;
}
.p__top-about_content_text {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 576px) {
  .p__top-about_content_text {
    display: block;
    padding-left: 0;
  }
}
.p__top-about_content_text_image {
  width: 230px;
  padding-top: 30px;
}
@media screen and (max-width: 576px) {
  .p__top-about_content_text_image {
    width: 220px;
    margin: 5px auto 30px;
  }
}
.p__top-about_content_text_copy {
  padding-left: 30px;
}
@media screen and (max-width: 576px) {
  .p__top-about_content_text_copy {
    padding-left: 0;
  }
}
.p__top-about_content_text_copy p {
  font-size: 16px;
  line-height: 1.7;
}
.p__top-about_content_text_copy p span {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .p__top-about_content_figure img {
    height: auto;
  }
}
.p__top-bnr {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .p__top-bnr {
    padding: 30px 20px 15px;
  }
}
@media screen and (max-width: 576px) {
  .p__top-bnr {
    padding: 30px 20px 15px;
  }
}
.p__top-bnr_inner {
  width: 1100px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p__top-bnr_inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p__top-bnr_inner {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .p__top-bnr_inner {
    width: 100%;
    display: block;
    padding: 0;
  }
}
.p__top-bnr_content {
  width: 346px;
  height: 126px;
  border-radius: 10px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1024px) {
  .p__top-bnr_content {
    width: 32%;
  }
}
@media screen and (min-width: 769px) {
  .p__top-bnr_content:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .p__top-bnr_content {
    width: 346px;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 576px) {
  .p__top-bnr_content {
    width: 100%;
  }
}
.p__top-bnr_content_link {
  width: 346px;
  height: 126px;
  border-radius: 10px;
  padding: 6px;
  background-color: #0ba578;
  display: block;
  position: relative;
  text-decoration: none;
}
.p__top-bnr_content_link_inner {
  width: 334px;
  height: 114px;
  border-radius: 7px;
}
.p__top-bnr_content_link:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
}
@media screen and (max-width: 1024px) {
  .p__top-bnr_content_link {
    width: 100%;
  }
  .p__top-bnr_content_link_inner {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p__top-bnr_content_link {
    width: 100%;
  }
  .p__top-bnr_content_link_inner {
    width: 100%;
  }
}
.p__top-bnr_content_text_title {
  font-size: 18px;
  line-height: 24px;
}
.p__top-bnr_content_text_title_balloon {
  font-size: 14px;
  background-color: #FFF;
  border-radius: 15px;
  display: inline-block;
  color: #0ba578;
  padding: 8px 15px 5px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 700;
}
.p__top-bnr_content_text_title_big {
  font-size: 24px;
  font-weight: 700;
}
.p__top-bnr_content_text_sub {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p__top-bnr_content_text_title {
    font-size: 14px;
  }
  .p__top-bnr_content_text_title_big {
    font-size: 20px;
  }
  .p__top-bnr_content_text_sub {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .p__top-bnr_content_text_title {
    font-size: 18px;
  }
  .p__top-bnr_content_text_title_big {
    font-size: 24px;
  }
  .p__top-bnr_content_text_sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .p__top-bnr_content._invoice {
    margin-bottom: 15px;
  }
}
.p__top-bnr_content._invoice .p__top-bnr_content_link {
  background-color: #0ba578;
  color: #FFF;
  text-align: center;
}
.p__top-bnr_content._invoice .p__top-bnr_content_link_inner {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0 0 100px;
}
.p__top-bnr_content._invoice .p__top-bnr_content_image {
  width: 121px;
  height: 136px;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.p__top-bnr_content._denshi a:hover {
  color: #0ba578;
}
.p__top-bnr_content._denshi .p__top-bnr_content_link {
  background-color: #94ddc6;
}
.p__top-bnr_content._denshi .p__top-bnr_content_link:after {
  border-top: 2px solid #0ba578;
  border-right: 2px solid #0ba578;
}
.p__top-bnr_content._denshi .p__top-bnr_content_link_inner {
  background-color: #FFF;
  padding: 13px 0 0 105px;
}
.p__top-bnr_content._denshi .p__top-bnr_content_image {
  width: 121px;
  height: 136px;
  position: absolute;
  bottom: 0;
  left: -5px;
}
.p__top-bnr_content._denshi .p__top-bnr_content_text_title {
  line-height: 26px;
  color: #0ba578;
}
.p__top-bnr_content._denshi .p__top-bnr_content_text_sub {
  color: #323232;
  font-size: 15px;
  line-height: 20px;
  text-indent: -0.5em;
}
@media screen and (max-width: 1024px) {
  .p__top-bnr_content._denshi .p__top-bnr_content_text_title {
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  .p__top-bnr_content._denshi {
    margin-bottom: 15px;
  }
  .p__top-bnr_content._denshi .p__top-bnr_content_link_inner {
    padding: 13px 0 0 105px;
  }
  .p__top-bnr_content._denshi .p__top-bnr_content_image {
    left: 0px;
  }
  .p__top-bnr_content._denshi .p__top-bnr_content_text_title {
    line-height: 26px;
  }
}
.p__top-bnr_content._payment_request .p__top-bnr_content_link {
  background-color: #b7e8d9;
  color: #FFF;
}
.p__top-bnr_content._payment_request .p__top-bnr_content_link_inner {
  background-color: #0ba578;
  padding: 15px 0 0 120px;
}
.p__top-bnr_content._payment_request .p__top-bnr_content_image {
  width: 99px;
  height: 91px;
  position: absolute;
  bottom: 17px;
  left: 17px;
}
.p__top-bnr_content._payment_request .p__top-bnr_content_text_title {
  line-height: 30px;
}
.p__top-bnr_content._payment_request .p__top-bnr_content_text_title_sub {
  display: block;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 1024px) {
  .p__top-bnr_content._payment_request .p__top-bnr_content_text_title {
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  .p__top-bnr_content._payment_request .p__top-bnr_content_text_title {
    line-height: 30px;
  }
}/*# sourceMappingURL=top-fv.css.map */