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

.f-l__footer {
  border-top: 1px solid #FFF;
  padding: 30px 0;
}
@media screen and (max-width: 576px) {
  .f-l__footer {
    padding: 20px 0 50px 0;
  }
}
.f-l__footer-head {
  padding: 0 0 30px;
}
@media screen and (max-width: 576px) {
  .f-l__footer-head {
    padding: 0 0 20px;
  }
}
.f-l__footer-head_title {
  display: flex;
  padding: 0 0 20px;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
}
.f-l__footer-head_title a {
  display: block;
  width: 152px;
  height: 48px;
}
.f-l__footer-head_title a img {
  width: 100%;
  height: auto;
}
.f-l__footer-head_title p {
  height: 48px;
  display: grid;
  align-items: flex-end;
  text-align: right;
}
.f-l__footer-head_tel {
  padding: 20px 0 0;
}
.f-l__footer-head_tel_list {
  display: flex;
  justify-content: right;
}
.f-l__footer-head_tel_item {
  margin-left: 15px;
}
.f-l__footer-head_tel_place {
  display: inline-block;
  background-color: #0ba578;
  color: #FFF;
  padding: 2px 6px 1px;
  text-align: center;
  border-radius: 15px;
  font-size: 12px;
}
.f-l__footer-head_tel_number {
  display: inline-block;
  font-size: 14px;
  padding: 0 0 0 3px;
}
.f-l__footer-head_tel_number a {
  color: #323232;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .f-l__footer-head_title {
    padding: 0 0 15px;
  }
  .f-l__footer-head_title a {
    width: 115px;
    height: 35px;
  }
  .f-l__footer-head_title p {
    height: 35px;
    font-size: 12px;
    text-align: left;
  }
  .f-l__footer-head_tel {
    padding: 15px 0 0;
  }
  .f-l__footer-head_tel_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  .f-l__footer-head_tel_item {
    width: 50%;
    margin: 0 0 10px;
  }
  .f-l__footer-head_tel_place {
    min-width: 50px;
  }
}
.f-l__footer-link {
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
  max-width: 680px;
}
@media screen and (max-width: 576px) {
  .f-l__footer-link {
    display: block;
    padding: 0 0 50px;
    overflow: hidden;
  }
}
.f-l__footer-link_list {
  margin-right: 180px;
}
.f-l__footer-link_list:last-child {
  margin: 0;
}
@media screen and (max-width: 576px) {
  .f-l__footer-link_list:nth-child(1), .f-l__footer-link_list:nth-child(2) {
    width: 50%;
    float: left;
  }
  .f-l__footer-link_list:nth-child(3) {
    clear: both;
  }
}
.f-l__footer-link_list a {
  display: block;
  position: relative;
  padding: 0 0 10px 15px;
  font-size: 14px;
  color: #323232;
  text-decoration: none;
}
.f-l__footer-link_list a:hover {
  color: #0ba578;
}
.f-l__footer-link_list a:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 5px;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #0ba578;
  border-right: 2px solid #0ba578;
}
.f-l__footer-link_list_inner {
  width: 430px;
  display: flex;
}
.f-l__footer-link_list_sub {
  padding: 0 0 0 15px;
}
.f-l__footer-link_list_sub li {
  padding: 0 0 7px;
}
.f-l__footer-link_list_sub li a {
  font-size: 12px;
  padding: 0 0 0 10px;
}
.f-l__footer-link_list_sub li a:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: 3px;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
  transition: all ease 0.3s;
  border-top: 2px solid #d2d2d2;
  border-right: 2px solid #d2d2d2;
}
.f-l__footer-link_list_sub._width_170 {
  width: 170px;
}
.f-l__footer-link_list_sub._width_260 {
  width: 260px;
}
@media screen and (max-width: 576px) {
  .f-l__footer-link_list {
    margin-right: 0;
  }
  .f-l__footer-link_list a {
    padding: 0 0 7px 12px;
    font-size: 12px;
  }
  .f-l__footer-link_list a:before {
    width: 6px;
    height: 6px;
    top: 4px;
  }
  .f-l__footer-link_list_inner {
    width: 100%;
  }
  .f-l__footer-link_list_sub {
    padding: 0 0 10px 15px;
  }
  .f-l__footer-link_list_sub li {
    padding: 0 0 7px;
  }
  .f-l__footer-link_list_sub li a {
    font-size: 10px;
    padding: 0 0 0 10px;
  }
  .f-l__footer-link_list_sub li a:before {
    width: 5px;
    height: 5px;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  .f-l__footer-link_list_sub._width_170 {
    width: 45%;
  }
  .f-l__footer-link_list_sub._width_260 {
    width: 55%;
  }
}
.f-l__footer-cta {
  display: flex;
  justify-content: center;
  text-align: center;
}
.f-l__footer-cta .o-c__btn-link._orange {
  margin: 0px 10px;
}
@media screen and (max-width: 576px) {
  .f-l__footer-cta {
    display: block;
  }
  .f-l__footer-cta .o-c__btn-link._orange {
    min-width: 250px;
    margin: 0px auto 20px;
    padding: 15px 30px 12px 20px;
  }
  .f-l__footer-cta .o-c__btn-link._orange:last-child {
    margin: 0px auto;
  }
}

.f-l__company {
  padding: 55px 0 0;
}
.f-l__company .f-l__common-inner {
  display: flex;
  flex-wrap: wrap;
}
.f-l__company img {
  width: 100%;
  height: auto;
}
.f-l__company-company-logo {
  display: block;
  width: 72px;
}
.f-l__company-textbox {
  width: 680px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 40px;
}
.f-l__company-textbox p {
  padding: 0 0 15px;
}
.f-l__company-pmark {
  width: 81px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .f-l__company-pmark {
    margin-left: 0;
  }
}
.f-l__company-isms {
  width: 155px;
  padding: 0 0 0 15px;
}
.f-l__company-jiima {
  width: 100px;
  padding: 0 0 0 15px;
}
.f-l__company-copyright {
  text-align: center;
  font-size: 10px;
  color: #6e6e6e;
  padding: 20px 0 55px;
}
@media screen and (max-width: 768px) {
  .f-l__company {
    padding: 20px 0 0 0;
  }
  .f-l__company .f-l__common-inner {
    justify-content: center;
  }
  .f-l__company-company-logo {
    width: 12%;
  }
  .f-l__company-textbox {
    width: 88%;
    font-size: 10px;
    line-height: 14px;
    padding: 0 0 0 20px;
  }
  .f-l__company-textbox p {
    padding: 0 0 10px;
  }
  .f-l__company-pmark {
    width: 60px;
    padding: 10px 0 0;
  }
  .f-l__company-isms {
    width: 125px;
    padding: 10px 0 0 15px;
  }
  .f-l__company-jiima {
    width: 80px;
    padding: 10px 0 0 15px;
  }
  .f-l__company-copyright {
    padding: 30px 0 45px;
  }
}

.o-c__icon-85px {
  background-color: #fff;
  width: 85px;
  height: 85px;
  border-radius: 50px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.o-c__icon-85px img {
  width: 60px;
  height: auto;
}

.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__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: #0ba578;
  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: #0ba578;
}
.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: #0ba578;
  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: #0ba578;
  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 #0ba578;
}

#form03 .hbspt-form .hs_in_house_use li:nth-of-type(2) label {
  position: relative;
}
#form03 .hbspt-form .hs_in_house_use li:nth-of-type(2) label::before {
  content: "取引先/関連会社等へのご提案の場合、ご提案先の企業名開示にご協力いただきます。";
  position: absolute;
  z-index: 1000;
  top: -47px;
  left: -30px;
  line-height: 40px;
  background-color: #ffe91c;
  color: #323232;
  border-radius: 5px;
  font-size: 11px;
  font-weight: bold;
  padding: 0 15px;
  display: none;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  #form03 .hbspt-form .hs_in_house_use li:nth-of-type(2) label::before {
    top: -64px;
    left: 0;
    line-height: 1.5;
    padding: 12px 15px;
    white-space: normal;
  }
}
#form03 .hbspt-form .hs_in_house_use li:nth-of-type(2) label::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 30px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #ffe91c;
  display: none;
}
#form03 .hbspt-form .hs_in_house_use li:nth-of-type(2) label.disp_popup::before, #form03 .hbspt-form .hs_in_house_use li:nth-of-type(2) label.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_rsk_company .input,
.hbspt-form .hs_email .input,
.hbspt-form .hs_phone .input {
  position: relative;
}
.hbspt-form .hs_rsk_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: #ffe91c;
  color: #323232;
  font-weight: bold;
  border-radius: 5px;
  font-size: 11px;
  padding: 0 10px;
  display: none;
  white-space: nowrap;
}
.hbspt-form .hs_rsk_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 #ffe91c;
  display: none;
}
.hbspt-form .hs_rsk_company .input.disp_popup::before, .hbspt-form .hs_rsk_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_rsk_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: -45px;
  left: -40px;
  width: 325px;
  height: 325px;
  transform: rotate(-2deg);
  background-image: url(/rakurakucloud/seikyu/assets/image/figure/cta_back_component_left.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.o-m__cta-common:after {
  content: "";
  position: absolute;
  z-index: 100;
  top: -35px;
  right: -10px;
  width: 325px;
  height: 325px;
  transform: rotate(-2deg);
  background-image: url(/rakurakucloud/seikyu/assets/image/figure/cta_back_component_right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@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;
  height: 400px;
  margin: 0px auto;
  padding: 60px 0 50px;
  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;
  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_talent_left {
  width: 350px;
  height: 345px;
  position: absolute;
  z-index: 200;
  left: -15px;
  bottom: 0px;
}
.o-m__cta-common_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-common_talent_right {
  width: 370px;
  height: 321px;
  position: absolute;
  z-index: 200;
  right: -25px;
  bottom: 0px;
}
.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: 775px;
  margin: 0px auto;
  z-index: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .o-m__cta-common_button {
    width: 100%;
  }
}
@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: 85%;
    margin: 0px auto;
    padding: 24px 0 0 0;
    display: block;
    position: relative;
    z-index: 100;
  }
}
.o-m__cta-floating {
  background-color: rgba(11, 165, 120, 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(11, 165, 120, 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__breadcrumb {
  width: 100%;
  background-color: #FFF;
}
.o-m__breadcrumb-list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0 10px;
}
@media screen and (max-width: 768px) {
  .o-m__breadcrumb-list {
    width: 100%;
    max-width: inherit;
    padding: 12px 12px 10px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__breadcrumb-list {
    padding: 12px 12px 7px;
  }
}
.o-m__breadcrumb-list_link {
  font-weight: 700;
  color: #0ba578;
  font-size: 10px;
  margin-right: 30px;
  display: inline-block;
  position: relative;
}
.o-m__breadcrumb-list_link:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #969696;
  border-right: 1px solid #969696;
  top: 0;
  right: -15px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
}
.o-m__breadcrumb-list_link:last-child:after {
  display: none;
}
.o-m__breadcrumb-list_link a {
  font-weight: 500;
  color: #323232;
}
@media screen and (max-width: 576px) {
  .o-m__breadcrumb-list_link {
    margin: 0 30px 3px 0;
  }
}

.o-m__form_price-content {
  width: 100%;
  text-align: center;
  color: #0ba578;
}
@media screen and (max-width: 768px) {
  .o-m__form_price-content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__form_price-content {
    padding: 0;
  }
}
.o-m__form_price-content_header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #323232;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .o-m__form_price-content_header {
    padding-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__form_price-content_header {
    justify-content: flex-start;
    padding-top: 20px;
    padding-left: 28px;
    margin-bottom: 15px;
  }
}
.o-m__form_price-content_header .price_free {
  margin-right: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .o-m__form_price-content_header .price_free {
    margin-bottom: 10px;
  }
}
.o-m__form_price-content_header .price_free span {
  background-color: #ffe91c;
  font-size: 16px;
  font-weight: 700;
  border-radius: 15px;
  padding: 5px 20px;
}
.o-m__form_price-content_header h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .o-m__form_price-content_header h2 {
    font-size: 25px;
  }
}
.o-m__form_price-content_header h2 .microcopy {
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.o-m__form_price-content_header h2 .microcopy:before, .o-m__form_price-content_header h2 .microcopy:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  top: 2px;
  background: #323232;
}
.o-m__form_price-content_header h2 .microcopy:before {
  left: -20px;
  transform: rotate(-40deg);
}
.o-m__form_price-content_header h2 .microcopy:after {
  right: -20px;
  transform: rotate(40deg);
}
.o-m__form_price-content_lead {
  display: flex;
  justify-content: center;
  color: #323232;
  font-size: 18px;
  line-height: 1.8;
  padding: 0 0 30px 110px;
}
@media screen and (max-width: 768px) {
  .o-m__form_price-content_lead {
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .o-m__form_price-content_lead {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    padding: 0 0 30px 0;
  }
}
.o-m__form_price-content_lead p {
  position: relative;
}
.o-m__form_price-content_lead p:before {
  content: "";
  background: url(/rakurakucloud/seikyu/assets/image/figure/cta_document_capture.webp) 50%/cover no-repeat;
  position: absolute;
  width: 110px;
  height: 72px;
  left: -130px;
  top: 10%;
}
@media screen and (max-width: 768px) {
  .o-m__form_price-content_lead p:before {
    background: none;
    width: 0;
    height: 0;
  }
}
.o-m__form_price-content_form {
  background-color: #f6f6f6;
  padding: 55px;
  border-radius: 10px;
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .o-m__form_price-content_form {
    width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__form_price-content_form {
    border-radius: 0;
  }
}
.o-m__form_price-content_form label {
  display: block;
  position: relative;
  padding: 1px 0 5px 38px;
  margin-top: 8px;
  font-weight: 700;
  font-size: 14px;
}
.o-m__form_price-content_form label .hs-form-required {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0ba578;
  color: #FFF;
  font-size: 12px;
  padding: 2px 4px 1px;
  border-radius: 3px;
}
.o-m__form_price-content_form .hs-fieldtype-checkbox label {
  padding: 0 0 10px;
}
.o-m__form_price-content_form .hs-error-msg {
  font-size: 12px;
  color: #ed6c56;
  padding-left: 0px;
  padding-top: 2px;
  margin-top: 0;
  text-align: left;
  font-weight: 500;
}
.o-m__form_price-content_form .hs_error_rollup .hs-main-font-element {
  display: block;
  font-size: 12px;
  color: #ed6c56;
  cursor: default;
  margin: 10px auto;
  width: 80%;
  border-radius: 3px;
  text-align: center;
}
.o-m__form_price-content_form .hs_rsk_prefecture,
.o-m__form_price-content_form .hs_rsk_how_to_know {
  position: relative;
}
.o-m__form_price-content_form .hs_rsk_prefecture:after,
.o-m__form_price-content_form .hs_rsk_how_to_know:after {
  width: 7px;
  height: 7px;
  border-left: 2px solid #0ba578;
  border-bottom: 2px solid #0ba578;
  transform: rotate(-45deg);
  position: absolute;
  right: 28px;
  top: 43px;
}
.o-m__form_price-content_form .hs-fieldtype-select > .input {
  position: relative;
}
.o-m__form_price-content_form .hs-fieldtype-select > .input:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #706d6d;
  border-right: 1px solid #706d6d;
  right: 15px;
  top: calc(50% - 3px);
  transform: rotate(135deg);
}
.o-m__form_price-content_form .input {
  display: block;
  padding: 0;
  margin: 0;
}
.o-m__form_price-content_form .input input[type=text],
.o-m__form_price-content_form .input input[type=email],
.o-m__form_price-content_form .input input[type=tel],
.o-m__form_price-content_form .input textarea,
.o-m__form_price-content_form .input select {
  background-color: #FFF;
  padding: 10px;
  border-radius: 5px;
  width: 100% !important;
  border: 1px solid #e6e6e6;
}
.o-m__form_price-content_form .input input[type=text]:focus,
.o-m__form_price-content_form .input input[type=email]:focus,
.o-m__form_price-content_form .input input[type=tel]:focus,
.o-m__form_price-content_form .input textarea:focus,
.o-m__form_price-content_form .input select:focus {
  border-color: #0ba578;
  background-color: #edfcf7;
}
.o-m__form_price-content_form .input input[type=text].error,
.o-m__form_price-content_form .input input[type=email].error,
.o-m__form_price-content_form .input input[type=tel].error,
.o-m__form_price-content_form .input textarea.error,
.o-m__form_price-content_form .input select.error {
  border-color: #ffdadf;
  background: #fff1f3;
}
.o-m__form_price-content_form .input ul {
  display: flex;
}
.o-m__form_price-content_form .input ul .hs-form-checkbox {
  line-height: 1;
  padding-left: 15px;
  margin-right: 15px;
}
.o-m__form_price-content_form .input ul .hs-form-checkbox label input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0%;
  width: 17px;
  height: 17px;
  top: -6px;
  left: -18px;
}
.o-m__form_price-content_form .input ul .hs-form-checkbox label input[type=checkbox]:checked:before {
  background-color: #b7e8d9;
}
.o-m__form_price-content_form .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 #0ba578;
  border-left: 2px solid #0ba578;
  transform: rotate(-45deg);
}
.o-m__form_price-content_form .input ul .hs-form-checkbox label input[type=checkbox]:checked:after {
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .o-m__form_price-content_form .input ul {
    display: block;
  }
  .o-m__form_price-content_form .input ul li {
    margin-bottom: 10px;
  }
}
.o-m__form_price-content_form .hs-richtext {
  font-size: 10px;
  padding: 10px 0 20px;
}
.o-m__form_price-content_form .hs-richtext a {
  text-decoration: underline;
}
.o-m__form_price-content_form .actions {
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .o-m__form_price-content_form .actions {
    width: 100%;
  }
}
.o-m__form_price-content_form .actions .hs-button {
  outline: 0;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: block;
  padding: 24px 20px 22px;
  border-radius: 4px;
  font-size: 22px;
  background: #ed6b00;
  color: #fff;
  margin: 0 auto;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 500px;
  font-weight: bold;
  line-height: 1.4;
  border: 3px solid #fff;
  border-radius: 1000px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .o-m__form_price-content_form .actions .hs-button {
    font-size: 18px;
    padding: 14px 20px;
  }
}
.o-m__form_price-content_form .actions .hs-button: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-m__form_price-content_text {
  padding: 20px 0 0;
  font-size: 10px;
  text-align: center;
}
.o-m__form_price .legal-consent-container,
.o-m__form_price .o-m__form_price-content_text {
  color: #323232;
}
.o-m__form_price .hbspt-form fieldset {
  max-width: 100%;
}

.o-m__price-content {
  width: 700px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .o-m__price-content {
    margin: 0px auto;
  }
}
.o-m__price-content_plus {
  width: 14%;
  text-align: center;
  font-size: 50px;
  line-height: 1;
  display: grid;
  place-items: center;
}
.o-m__price-content_box {
  width: 43%;
  text-align: center;
  background-color: #fff;
  padding: 30px 20px 10px;
  border-radius: 10px;
}
.o-m__price-content_box.f__common-bgcolor_white {
  width: 300px;
  text-align: center;
  padding: 30px 20px 10px;
  border-radius: 10px;
}
.o-m__price-content_box .o-c__list-check li {
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .o-m__price-content_box .o-c__list-check li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .o-m__price-content_box .o-c__list-check li:before {
    width: 10px;
    height: 6px;
  }
}
.o-m__price-content_box p {
  font-size: 18px;
  margin: 10px 0 10px 0;
}
@media screen and (max-width: 576px) {
  .o-m__price-content_box p {
    text-align: center;
    margin: 20px 0 15px;
  }
}
.o-m__price-content_title {
  font-size: 18px;
  font-weight: 700;
  color: #0ba578;
}
.o-m__price-content_text {
  font-size: 24px;
}
.o-m__price-content_text_amount {
  font-size: 40px;
  font-weight: 700;
}
.o-m__price-content_tax {
  text-align: right;
  font-size: 14px;
}
.o-m__price-content_note {
  width: 700px;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .o-m__price-content {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__price-content {
    width: 100%;
    display: block;
  }
  .o-m__price-content_plus {
    width: 100%;
  }
  .o-m__price-content_box {
    width: 88%;
    padding: 20px 5px 5px;
    margin: 0 auto;
  }
  .o-m__price-content_box .o-c__list-check._size_xl {
    width: 175px;
    margin: 0 auto;
  }
  .o-m__price-content_title {
    font-size: 18px;
    padding: 0 0 5px;
  }
  .o-m__price-content_text {
    font-size: 18px;
    line-height: 1;
  }
  .o-m__price-content_text_amount {
    font-size: 30px;
  }
  .o-m__price-content_note {
    width: 88%;
  }
}
.o-m__price-cta {
  text-align: center;
  padding: 50px 0 0;
}
.o-m__price-cta_text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}
.o-m__price-cta .o-c__cta-link_orange {
  display: inline-block;
  margin: 0px auto;
}
@media screen and (max-width: 576px) {
  .o-m__price-cta {
    padding: 25px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .o-m__rseries .o-c__heading-lead {
    text-align: left;
  }
}
.o-m__rseries-content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list {
    display: block;
  }
  .o-m__rseries-content_list._other_series {
    display: flex;
    justify-content: space-between;
  }
  .o-m__rseries-content_list._other_series .o-m__rseries-content_list_item {
    width: 48%;
  }
}
.o-m__rseries-content_list_item {
  background-color: #FFF;
  width: calc((100% - 40px) / 3);
  padding: 30px 0 25px;
  border-radius: 10px;
  text-align: center;
  transition: all ease 0.3s;
}
.o-m__rseries-content_list_item a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item a .o-c__btn-link {
    padding: 10px 35px 7px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item {
    width: 100%;
    padding: 20px 0 15px;
    margin: 0 0 15px;
  }
}
.o-m__rseries-content_list_item_logo {
  display: block;
  margin: 0 auto;
  width: 175px;
  padding-bottom: 22px;
}
.o-m__rseries-content_list_item_logo.w-200 {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_logo {
    width: 145px;
    height: auto;
    padding-bottom: 20px;
  }
  .o-m__rseries-content_list_item_logo img {
    width: 100%;
    height: auto;
  }
}
.o-m__rseries-content_list_item_name {
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #464646;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_name {
    font-size: 16px;
    line-height: 20px;
  }
}
.o-m__rseries-content_list_item_ttl {
  display: block;
  color: #323232;
  font-size: 16px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_ttl {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.o-m__rseries-content_list_item ._sub_title {
  font-size: 14px;
  padding-bottom: 10px;
}
.o-m__rseries-content_list_item ._meisai {
  background-color: #267d00;
  border-color: #267d00;
}
.o-m__rseries-content_list_item ._meisai:hover {
  background-color: #FFF;
  color: #267d00;
}
.o-m__rseries-content_list_item ._meisai:hover:after {
  border-top: 2px solid #267d00;
  border-right: 2px solid #267d00;
}
@media screen and (max-width: 576px) {
  .o-m__rseries-content_list_item ._meisai {
    padding: 10px 35px 7px;
  }
}
.o-m__rseries-content_list_item ._hanbai {
  background-color: #f53c20;
  border-color: #f53c20;
}
.o-m__rseries-content_list_item ._hanbai:hover {
  background-color: #FFF;
  color: #f53c20;
}
.o-m__rseries-content_list_item ._hanbai:hover:after {
  border-top: 2px solid #f53c20;
  border-right: 2px solid #f53c20;
}
@media screen and (max-width: 576px) {
  .o-m__rseries-content_list_item ._hanbai {
    padding: 10px 35px 7px;
  }
}
.o-m__rseries-content_list_item ._kintai {
  background-color: #2531b7;
  border-color: #2531b7;
}
.o-m__rseries-content_list_item ._kintai:hover {
  background-color: #FFF;
  color: #2531b7;
}
.o-m__rseries-content_list_item ._kintai:hover:after {
  border-top: 2px solid #2531b7;
  border-right: 2px solid #2531b7;
}
@media screen and (max-width: 576px) {
  .o-m__rseries-content_list_item ._kintai {
    padding: 10px 35px 7px;
  }
}
.o-m__rseries-content_list_item ._seisan {
  background-color: #007BC7;
  border-color: #007BC7;
}
.o-m__rseries-content_list_item ._seisan:hover {
  background-color: #FFF;
  color: #007BC7;
}
.o-m__rseries-content_list_item ._seisan:hover:after {
  border-top: 2px solid #007BC7;
  border-right: 2px solid #007BC7;
}
@media screen and (max-width: 576px) {
  .o-m__rseries-content_list_item ._seisan {
    padding: 10px 35px 7px;
  }
}
.o-m__rseries-content_list_item ._denshihozon {
  background-color: #a43fd1;
  border-color: #a43fd1;
}
.o-m__rseries-content_list_item ._denshihozon:hover {
  background-color: #FFF;
  color: #a43fd1;
}
.o-m__rseries-content_list_item ._denshihozon:hover:after {
  border-top: 2px solid #a43fd1;
  border-right: 2px solid #a43fd1;
}
@media screen and (max-width: 576px) {
  .o-m__rseries-content_list_item ._denshihozon {
    padding: 10px 35px 7px;
  }
}
.o-m__rseries-content_list_item ._keiri-plus {
  background-color: #0068b7;
  border-color: #0068b7;
}
.o-m__rseries-content_list_item ._keiri-plus:hover {
  background-color: #FFF;
  color: #0068b7;
}
.o-m__rseries-content_list_item ._keiri-plus:hover:after {
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
}
@media screen and (max-width: 576px) {
  .o-m__rseries-content_list_item ._keiri-plus {
    padding: 10px 25px 7px;
  }
}
.o-m__rseries-content_list_item ._partner {
  background-color: #464646;
  border-color: #464646;
  padding: 10px 30px 7px;
}
.o-m__rseries-content_list_item ._partner:hover {
  background-color: #FFF;
  color: #464646;
}
.o-m__rseries-content_list_item ._partner:hover:after {
  border-top: 2px solid #464646;
  border-right: 2px solid #464646;
}
@media screen and (max-width: 576px) {
  .o-m__rseries-content_list_item ._partner {
    padding: 10px 25px 7px;
  }
}
.o-m__rseries-content_list_item ._saikenkanri {
  background-color: #00ad0e;
  border-color: #00ad0e;
}
.o-m__rseries-content_list_item ._saikenkanri:hover {
  background-color: #fff;
  color: #00ad0e;
}
.o-m__rseries-content_list_item ._saikenkanri:hover:after {
  border-top: 2px solid #00ad0e;
  border-right: 2px solid #00ad0e;
}
.o-m__rseries-content_list_item:nth-child(n+4) {
  width: calc((100% - 40px) / 4);
}
.o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo {
    width: 145px;
  }
  .o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo.w-large {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item:nth-child(n+4) {
    width: 100%;
  }
}

.o-m__flow-content {
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 576px) {
  .o-m__flow-content {
    margin-top: 20px;
  }
}
.o-m__flow-content_flow {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow {
    display: block;
    padding: 0;
  }
}
.o-m__flow-content_flow_data {
  width: 180px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .o-m__flow-content_flow_data {
    width: 20%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow_data {
    width: 100%;
    margin: 0 0 80px;
  }
  .o-m__flow-content_flow_data:last-child {
    margin: 0;
  }
}
.o-m__flow-content_flow_data_circle {
  background-color: #fff;
  width: 68px;
  height: 68px;
  border-radius: 32px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -34px;
  color: #0ba578;
  padding: 18px 0 0;
  font-weight: 700;
  line-height: 1.2;
}
.o-m__flow-content_flow_data_circle._bg-color {
  background-color: #edfcf7;
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow_data_circle {
    width: 68px;
    height: 68px;
    left: 50%;
    transform: translateX(-50%);
    top: -34px;
  }
}
.o-m__flow-content_flow_data_circle_text {
  font-size: 10px;
  display: block;
}
.o-m__flow-content_flow_data_circle_num {
  font-size: 24px;
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow_data_circle_num {
    font-size: 22px;
  }
}
.o-m__flow-content_flow_data dd {
  line-height: 1.6;
  font-size: 14px;
  margin-top: 20px;
}
.o-m__flow-content_flow_data dd .o-c__btn-text {
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow_data dd {
    font-size: 14px;
    width: 295px;
    margin: 10px auto 0 auto;
    line-height: 1.4;
  }
  .o-m__flow-content_flow_data dd .o-c__btn-text {
    margin: 10px auto 0;
    display: block;
  }
  .o-m__flow-content_flow_data dd .o-c__btn-text a {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .o-m__flow-content_flow_data dd .o-c__btn-text a span {
    left: 80px;
  }
}
.o-m__flow-content_flow_data dt {
  background-color: #edfcf7;
  height: 110px;
  padding-top: 70px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1px;
  color: #0ba578;
  font-weight: 700;
  text-align: center;
}
.o-m__flow-content_flow_data dt._white {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow_data dt {
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow_data dt {
    min-height: 0;
    width: 295px;
    height: 90px;
    margin: 0 auto;
    padding: 50px 0 25px 0;
    line-height: 1;
  }
}
.o-m__flow-content_flow_data dt:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 160px;
  right: -23px;
  width: 24px;
  height: 24px;
  z-index: 10;
  background-image: url(/rakurakucloud/seikyu/assets/image/icon/icon_000_arrow_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.o-m__flow-content_flow_data dt.no-arrow:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .o-m__flow-content_flow_data dt:after {
    bottom: 185px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow_data dt:after {
    content: none;
  }
}
.o-m__flow-content_flow_data dd .arrow_bottom {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__flow-content_flow_data dd .arrow_bottom {
    content: url(/rakurakucloud/seikyu/assets/image/icon/icon_000_arrow_02.svg);
    vertical-align: middle;
    transform: rotate(90deg);
    display: block;
    margin: 0 auto -50px;
    scale: 0.5;
  }
}
.o-m__flow-note_text {
  font-size: 10px;
  padding: 15px 0 0;
}
.o-m__flow.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dt {
  background-color: #edfcf7;
}
.o-m__flow.f__common-bgcolor_sub-10 .o-m__about-content_flow_data dd {
  background-color: #FFF;
}

.f__common-bgcolor_sub-10.o-m__flow .o-m__flow-content_flow_data_circle {
  background-color: #edfcf7 !important;
}
.f__common-bgcolor_sub-10.o-m__flow dt {
  background-color: #FFF !important;
}

.hbspt-form {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .hbspt-form {
    width: 100%;
    margin: 0 auto;
  }
}

.hs-form > fieldset {
  margin: 0;
  padding: 0;
  max-width: 1000px;
}
.hs-form > fieldset .field {
  margin-bottom: 5px;
}

.hs-form-field > label {
  width: 100%;
  position: relative;
  cursor: default;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 5px;
  padding-top: 8px;
  color: #0ba578;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .hs-form-field > label {
    align-items: baseline;
  }
}
.hs-form-field > label > span {
  font-size: 15px;
  font-weight: bold;
  color: #0ba578;
}
@media screen and (max-width: 768px) {
  .hs-form-field > label > span {
    width: calc(100% - 32px);
    font-size: 14px;
  }
}
.hs-form-field .hs-form-required {
  color: white;
  background-color: #0ba578;
  font-size: 73%;
  border-radius: 5px;
  padding: 2px 4px;
  margin: -2px 4px 0 4px;
}
@media screen and (max-width: 768px) {
  .hs-form-field .hs-form-required {
    position: relative;
    top: -3px;
    font-size: 10px;
    width: 32px;
    line-height: 1.4;
    text-align: center;
  }
}

.hs-form-field .hs-error-msg {
  font-size: 12px;
  color: #ed6c56;
  padding-left: 0px;
  padding-top: 2px;
  text-align: left;
}

.hs_error_rollup .hs-main-font-element {
  display: block;
  font-size: 12px;
  color: #ed6c56;
  cursor: default;
  margin: 10px auto;
  width: 80%;
  border-radius: 3px;
  text-align: center;
}

.hs-form fieldset legend {
  display: block;
  margin-left: 150px;
  font-size: 19.5px;
  line-height: 1;
  color: #323232;
}

.hs-form.stacked legend {
  margin-left: 0;
}

.hs-form .hs-field-desc {
  color: #aaa;
  margin: 0px 0px 5px 150px;
  font-size: 10px;
  line-height: 12px;
}

.legal-consent-container .hs-richtext,
.hs-legaltext {
  margin-top: 10px;
  margin-bottom: 3px;
  line-height: 16px;
  font-size: 11px;
  color: #323232;
  text-align: center;
  text-align: left;
}

.hs-addtxt, .hs-addtxt-gray {
  font-size: 11px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1em;
}

.hs-fieldtype-select .hs-input,
.hs-fieldtype-textarea .hs-input,
.hs-fieldtype-text .hs-input,
.hs-fieldtype-date .hs-input,
.hs-fieldtype-phonenumber .hs-input {
  display: inline-block;
  width: 100% !important;
  height: 45px;
  padding: 3px 10px;
  background-color: white;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  color: #323232;
  border-radius: 3px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.hs-fieldtype-textarea .hs-input {
  height: 68px;
  padding: 10px;
}

.hs-input::placeholder {
  color: #b7b6b6;
}
.hs-input:focus {
  border: 2px solid #005f50;
  outline: 0;
}
.hs-input.error {
  border-color: #ffdadf;
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  background: #fff1f3;
}

.inputs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}
.inputs-list .hs-form-checkbox {
  width: auto;
  display: inline-block;
}

select.hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #323232;
}
select.hs-input option {
  cursor: pointer;
  background-color: white;
  font-size: 16px;
}
select.hs-input:focus {
  z-index: 3;
  width: 100%;
  border: 1px solid #ffdadf;
  border: 1px solid -webkit-focus-ring-color;
  background: #fff1f3;
  outline-offset: -2px;
}

.hs-fieldtype-select {
  position: relative;
}
.hs-fieldtype-select:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #706d6d;
  border-right: 1px solid #706d6d;
  right: 25px;
  top: 49px;
  transform: rotate(135deg);
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  display: block;
  float: left;
}
@media all and (-ms-high-contrast: none) {
  input[type=radio],
  input[type=checkbox] {
    position: relative;
    top: 3px;
    float: left;
  }
}

.hs-fieldtype-checkbox .input ul li,
.hs-fieldtype-radio .input ul li {
  margin-bottom: 10px;
  margin-right: 15px;
  padding-left: 30px;
}
@media all and (-ms-high-contrast: none) {
  .hs-fieldtype-checkbox .input ul li,
  .hs-fieldtype-radio .input ul li {
    padding-left: 0;
  }
}

.hs-form-radio label,
.hs-form-checkbox label {
  display: block;
  cursor: pointer;
}
.hs-form-radio label > span,
.hs-form-checkbox label > span {
  font-size: 16px;
  margin-left: -5px;
  vertical-align: -4px;
}
@media all and (-ms-high-contrast: none) {
  .hs-form-radio label > span,
  .hs-form-checkbox label > span {
    margin-left: 0;
    font-size: 14px;
    vertical-align: -5px;
  }
}

.hs-form-radio label input[type=radio] {
  vertical-align: middle;
  border: none;
  width: auto;
}
.hs-form-radio label input[type=radio]:before, .hs-form-radio label input[type=radio]:after {
  content: "";
  display: block;
  position: absolute;
}
.hs-form-radio label input[type=radio]:before {
  background-color: #fff;
  border: 1px solid #b7b6b6;
  box-sizing: border-box;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 0px;
}
.hs-form-radio label input[type=radio]:after {
  background-color: #0075ff;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: -26px;
  top: 4px;
}
.hs-form-radio label input[type=radio]:checked:before {
  border-color: #0075ff;
}
.hs-form-radio label input[type=radio]:checked:after {
  opacity: 1;
}
.hs-form-radio label input[type=radio]:focus {
  border: none;
}
.hs-form-radio label:hover input[type=radio]:after {
  background-color: #005cc8;
}

.hs-form-checkbox label input[type=checkbox] {
  vertical-align: middle;
  border: none;
}
.hs-form-checkbox label input[type=checkbox]:before, .hs-form-checkbox label input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
}
.hs-form-checkbox label input[type=checkbox]:before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #b7b6b6;
  width: 20px;
  height: 20px;
  top: 0px;
  left: -30px;
  border-radius: 3px;
}
.hs-form-checkbox label input[type=checkbox]:after {
  opacity: 0;
  height: 7px;
  width: 14px;
  top: 5px;
  left: -27px;
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  transform: rotate(-45deg);
}
.hs-form-checkbox label input[type=checkbox]:checked:before {
  background-color: #0075ff;
  border-color: #0075ff;
}
.hs-form-checkbox label input[type=checkbox]:checked:after {
  opacity: 1;
}
.hs-form-checkbox label input[type=checkbox]:focus {
  border: none;
}
.hs-form-checkbox label:hover input[type=checkbox]:checked:before {
  background-color: #005cc8;
}

.hs-button {
  outline: 0;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: block;
  padding: 24px 20px 22px;
  border-radius: 4px;
  font-size: 22px;
  background: #ed6b00;
  color: #fff;
  margin: 0 auto;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 500px;
  font-weight: bold;
  line-height: 1.4;
  border: 3px solid #fff;
  border-radius: 1000px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .hs-button {
    font-size: 18px;
    padding: 14px 20px;
  }
}
.hs-button: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);
}

/* 2段階フォーム　2ページ目
  -------------------------------------------- */
.complete_2step .hs-fieldtype-checkbox .input ul li, .complete_2step .hs-fieldtype-radio .input ul li {
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 20px;
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
  .complete_2step .hs-fieldtype-checkbox .input ul li, .complete_2step .hs-fieldtype-radio .input ul li {
    padding-left: 0;
  }
}
.complete_2step .heading-m {
  margin-bottom: 20px;
}
.complete_2step .hs-form-radio .hs-form-radio-display {
  border: none;
  background-color: transparent;
  padding: 0 15px 0 10px;
}
.complete_2step .hs-form-radio .hs-form-radio-display span {
  flex: 1;
}
.complete_2step .hs-fieldtype-textarea .input .hs-input {
  height: 80px;
}
.complete_2step .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display {
  border: none;
  background-color: transparent;
  padding: 0;
}
.complete_2step .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display span {
  flex: 1;
}
.complete_2step .hs-fieldtype-radio > label > span:first-of-type,
.complete_2step .hs-fieldtype-textarea > label > span:first-of-type,
.complete_2step .hs-fieldtype-checkbox > label > span:first-of-type {
  font-weight: bold;
}
.complete_2step .hs-fieldtype-radio > label,
.complete_2step .hs-fieldtype-textarea > label,
.complete_2step .hs-fieldtype-checkbox > label {
  margin-bottom: 10px;
}
.complete_2step .hs_numemployees.hs-fieldtype-radio .inputs-list {
  display: grid;
  grid-template-columns: repeat(5, 18.5%);
  grid-column-gap: 2%;
}
.complete_2step .hs_operation.hs-fieldtype-radio .inputs-list, .complete_2step .hs_problem.hs-fieldtype-radio .inputs-list {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  grid-column-gap: 0%;
}
.complete_2step .hs_numemployees.hs-fieldtype-radio .inputs-list .hs-form-radio, .complete_2step .hs_operation.hs-fieldtype-radio .inputs-list .hs-form-radio, .complete_2step .hs_problem.hs-fieldtype-radio .inputs-list .hs-form-radio {
  width: auto;
}
.complete_2step .hs_numemployees.hs-fieldtype-radio .inputs-list .hs-form-radio:nth-child(n+7),
.complete_2step .hs_operation.hs-fieldtype-radio .inputs-list .hs-form-radio:nth-child(n+7),
.complete_2step .hs_problem.hs-fieldtype-radio .inputs-list .hs-form-radio:nth-child(n+7) {
  margin-bottom: 8px;
}
.complete_2step .hs_purpose .inputs-list {
  display: flex;
  grid-column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .complete_2step .hs_numemployees.hs-fieldtype-radio .inputs-list {
    grid-template-columns: repeat(4, 24%);
    grid-column-gap: 1.3%;
  }
  .complete_2step .hs_operation.hs-fieldtype-radio .inputs-list, .complete_2step .hs_problem.hs-fieldtype-radio .inputs-list {
    grid-template-columns: repeat(2, 54%);
  }
}
@media screen and (max-width: 576px) {
  .complete_2step .hs_operation.hs-fieldtype-radio .inputs-list, .complete_2step .hs_problem.hs-fieldtype-radio .inputs-list {
    grid-template-columns: repeat(1, 100%);
  }
  .complete_2step .heading-m {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .complete_2step .hs-form-radio .hs-form-radio-display {
    padding: 0;
  }
  .complete_2step .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display .hs-input {
    margin-right: 5px;
  }
  .complete_2step .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display span {
    font-size: 13px;
  }
  .complete_2step .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display {
    margin: 0 0 10px;
  }
  .complete_2step .hs_numemployees.hs-fieldtype-radio .inputs-list .hs-form-radio, .complete_2step .hs_problem.hs-fieldtype-radio .inputs-list .hs-form-radio {
    width: 100%;
  }
  .complete_2step .hs_numemployees.hs-fieldtype-radio .inputs-list {
    grid-template-columns: repeat(3, 32%);
    grid-column-gap: 2%;
  }
  .complete_2step .hs_operation.hs-fieldtype-radio .inputs-list .hs-form-radio, .complete_2step .hs_problem.hs-fieldtype-radio .inputs-list .hs-form-radio, .complete_2step .hs_purpose_n.hs-fieldtype-radio .inputs-list .hs-form-radio {
    width: 100%;
  }
  .complete_2step .hs_purpose .inputs-list {
    flex-direction: column;
    grid-column-gap: 0px;
  }
}

@media screen and (max-width: 768px) {
  .o-m__form-wrapper {
    padding: 0 0 40px;
  }
}
.o-m__form-wrapper_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper_flex {
    display: block;
    padding: 0;
  }
}
.o-m__form-wrapper_flex_left {
  width: 45%;
}
.o-m__form-wrapper_flex_left .o-c__heading-h2 {
  padding-bottom: 30px;
  color: #0ba578;
}
.o-m__form-wrapper_flex_left .o-c__heading-h2::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper_flex_left .o-c__heading-h2 {
    font-size: 20px;
    margin: 0 0 20px;
    background-color: #edfcf7;
    padding: 10px 0;
  }
}
.o-m__form-wrapper_flex_left .o-c__heading-lead {
  top: 0;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper_flex_left .o-c__heading-lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper_flex_left {
    width: 100%;
    padding: 0 0 20px;
  }
}
.o-m__form-wrapper .form_wrap {
  padding: 25px 25px 30px;
  background: #edfcf7;
  border-radius: 10px;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper .form_wrap {
    margin: 30px 0 0;
    padding: 30px 20px 50px;
    border-radius: 0;
    width: auto;
  }
}
.o-m__form-wrapper .form_wrap .form_ttl {
  margin: 0 auto 10px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  border-radius: 0;
  color: #0ba578;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper .form_wrap .form_ttl {
    margin: 0 auto;
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.o-m__form-wrapper .form_wrap .form_ttl .sub {
  font-size: 85%;
  display: inline-block;
  margin-bottom: 0.25rem;
}

.o-m__price-content {
  position: relative;
  z-index: 2;
}

.f-l__common-section.first-section {
  padding: 25px 0 70px 0;
}
@media screen and (max-width: 576px) {
  .f-l__common-section.first-section {
    padding: 0 0 50px 0;
  }
}

.p__price-fv {
  background-color: #f6f6f6;
  padding: 70px 0 90px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .p__price-fv {
    padding: 40px 0 70px 0;
  }
}
.p__price-fv .f-l__common-inner:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -120px;
  right: -300px;
  width: 330px;
  height: 330px;
  background-image: url(/rakurakucloud/seikyu/assets/image/figure/fv_back_component.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-21deg);
}
@media screen and (max-width: 1024px) {
  .p__price-fv .f-l__common-inner:after {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p__price-fv .f-l__common-inner:after {
    bottom: auto;
    top: -40px;
    right: -118px;
    width: 280px;
    height: 280px;
    transform: rotate(-7deg);
  }
}
@media screen and (max-width: 576px) {
  .p__price-fv .f-l__common-inner:after {
    bottom: 0;
    top: 50px;
    right: -46px;
    width: 120px;
    height: 120px;
    transform: rotate(-22deg);
  }
}
.p__price-cta {
  position: relative;
  z-index: 500;
  display: flex;
  height: 85px;
  justify-content: space-around;
  background-color: #edfcf7;
}
.p__price-cta .o-c__cta-link_orange {
  position: absolute;
  top: -42px;
}
@media screen and (max-width: 576px) {
  .p__price-cta .o-c__cta-link_orange {
    top: -30px;
  }
}

@media screen and (max-width: 768px) {
  .o-c__heading-lead {
    padding-bottom: 20px;
  }
}
.title_siryo_free span {
  position: relative;
  padding-left: 70px;
}

.title_siryo_free span::before {
  content: "無料";
  display: block;
  position: absolute;
  top: 4px;
  left: -11px;
  background-color: #ffe91c;
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  border-radius: 15px;
  padding: 7px 20px 3px;
}

@media screen and (max-width: 768px) {
  .title_siryo_free span::before {
    top: -3px;
  }
}
.o-m__form-wrapper #doc_contents .doc_contents_box ul {
  flex-wrap: wrap;
}

.o-m__form-wrapper #doc_contents .doc_contents_box ul li {
  width: 100%;
}

.doc_contents_figure {
  position: relative;
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.doc_contents_figure_talent {
  position: absolute;
  bottom: 0;
  left: -40px;
}

@media screen and (max-width: 768px) {
  .doc_contents_figure_talent {
    display: none;
  }
}
.doc_contents_figure_talent img {
  object-fit: cover;
  width: 130px;
  height: 160px;
  object-position: 100% 0%;
}

.doc_contents_figure_siryo {
  width: 270px;
}

.doc_contents_note {
  text-align: center;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .doc_contents_note {
    padding-top: 10px;
  }
}
.hs-form-field {
  width: 100% !important;
  float: none !important;
}

.hs-submit {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .o-m__form-wrapper .form_wrap {
    margin: 0;
  }
}/*# sourceMappingURL=form_price.css.map */