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

#footer {
  background: #f6f6f6;
  color: #323232;
}

.footer_wrap {
  position: relative;
  padding: 70px 0 0;
}

.footer_contact {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.footer_contact_tel {
  font-size: 16px;
  line-height: 1.6;
}
.footer_contact_tel a {
  color: #323232;
  text-decoration: none;
}

.footer_contact_annotation {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer_wrap {
    padding: 35px 0 0;
  }
  .footer_contact {
    float: none;
    width: 100%;
  }
  .footer_contact_tel {
    font-size: 14px;
    padding: 0 20px;
  }
  .footer_contact_annotation {
    margin-top: 0;
    padding: 0 20px 0;
    font-size: 11px;
    text-align: left;
  }
}
#copyright {
  padding: 35px 0 70px;
  background: #f6f6f6;
  text-align: center;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #copyright {
    font-size: 8px;
    line-height: 120%;
    padding: 20px 0;
  }
}
.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;
  }
}
.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;
}

.f-l__lp-header-container {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 1000;
  background-color: #FFF;
  transition: 100ms ease all;
}
.f-l__lp-header-container_inner {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .f-l__lp-header-container_inner {
    max-width: 1024px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .f-l__lp-header-container_inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .f-l__lp-header-container {
    padding: 0 11px;
  }
  .f-l__lp-header-container.scroll-type {
    transform: translateY(0px);
  }
  .f-l__lp-header-container_inner {
    width: 100%;
  }
}
.f-l__lp-header-logo {
  width: 148px;
  height: 82px;
  display: inline-block;
  padding: 18px 0;
}
.f-l__lp-header-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .f-l__lp-header-logo {
    width: 120px;
    display: inline-block;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .f-l__lp-header-logo {
    width: 90px;
    height: 50px;
    display: inline-block;
    padding: 11px 0;
  }
}
.f-l__lp-header-tagline {
  display: block;
  font-size: 14px;
  color: #323232;
  font-weight: 700;
  padding: 34px 0 0 25px;
}
@media screen and (max-width: 1024px) {
  .f-l__lp-header-tagline {
    display: inline-block;
    padding: 20px 0;
    margin: 10px 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .f-l__lp-header-tagline {
    white-space: nowrap;
    padding: 19px 0 0 20px;
    font-size: 12px;
    margin: 0;
  }
}

.o-m__form_1column {
  border-radius: 10px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  .o-m__form_1column {
    padding: 15px 15px 25px 15px;
  }
}

@media screen and (max-width: 768px) {
  .form_body .common__form-top.f-l__common-section.f__common-bgcolor_gray {
    padding: 15px 20px;
  }
}
.form_body .o-c__heading-h1._complete {
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .form_body .o-c__heading-h1._complete {
    font-size: 20px;
  }
}
.form_body .hs_submit.hs-submit {
  margin-top: 20px;
}

.form_comment-box {
  margin: 20px 0 0 0;
  font-size: 10px;
  text-align: center;
  padding: 0;
}

.o-m__form-wrapper .o-c__heading-lead .sub {
  font-size: 16px;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper .o-c__heading-lead .sub {
    font-size: 14px;
    margin-top: 15px;
  }
}
.o-m__form-wrapper #doc_contents {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper #doc_contents {
    float: none;
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper #doc_contents .doc_contents__inner {
    padding: 0 20px;
  }
}
.o-m__form-wrapper #doc_contents .doc_contents_box {
  position: relative;
  padding: 24px 0 24px;
  border-radius: 10px;
  background: #f6f6f6;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper #doc_contents .doc_contents_box {
    width: 100%;
    padding: 15px 12px;
    margin: 20px auto 30px auto;
  }
}
.o-m__form-wrapper #doc_contents .doc_contents_box_list {
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper #doc_contents .doc_contents_box_list {
    padding: 0;
    margin-top: -30px;
  }
}
.o-m__form-wrapper #doc_contents .doc_contents_box ul, .o-m__form-wrapper #doc_contents .doc_contents_box ol {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.o-m__form-wrapper #doc_contents .doc_contents_box ul._onecolumn, .o-m__form-wrapper #doc_contents .doc_contents_box ol._onecolumn {
  flex-direction: column;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper #doc_contents .doc_contents_box ul, .o-m__form-wrapper #doc_contents .doc_contents_box ol {
    width: auto;
  }
}
.o-m__form-wrapper #doc_contents .doc_contents_box ul:last-child, .o-m__form-wrapper #doc_contents .doc_contents_box ol:last-child {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper #doc_contents .doc_contents_box ul:last-child, .o-m__form-wrapper #doc_contents .doc_contents_box ol:last-child {
    padding-left: 0;
  }
}
.o-m__form-wrapper #doc_contents .doc_contents_box ul li, .o-m__form-wrapper #doc_contents .doc_contents_box ol li {
  position: relative;
  width: 36%;
  padding: 0 0 5px 22px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper #doc_contents .doc_contents_box ul li, .o-m__form-wrapper #doc_contents .doc_contents_box ol li {
    width: 45%;
    font-size: 14px;
    padding: 0 0 5px 15px;
  }
}
.o-m__form-wrapper #doc_contents .doc_contents_box ul li._has_brackets, .o-m__form-wrapper #doc_contents .doc_contents_box ol li._has_brackets {
  text-indent: -0.5em;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper #doc_contents .doc_contents_box ul li:last-of-type, .o-m__form-wrapper #doc_contents .doc_contents_box ol li:last-of-type {
    padding-bottom: 0;
  }
}
.o-m__form-wrapper #doc_contents .doc_contents_box ul li:before, .o-m__form-wrapper #doc_contents .doc_contents_box ol li:before {
  content: "";
  width: 12px;
  height: 8px;
  border-radius: 0;
  background: none;
  border-top: solid 2px #0ba578;
  border-right: solid 2px #0ba578;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper #doc_contents .doc_contents_box ul li:before, .o-m__form-wrapper #doc_contents .doc_contents_box ol li:before {
    width: 10px;
    height: 6px;
    top: 3px;
  }
}
.o-m__form-wrapper #doc_contents .doc_contents_box ul._onecolumn li, .o-m__form-wrapper #doc_contents .doc_contents_box ol._onecolumn li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper #doc_contents .doc_contents_box li {
    width: 100%;
  }
}
.o-m__form-wrapper #doc_contents .doc_contents_box .box_ttl {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #0ba578;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper #doc_contents .doc_contents_box .box_ttl {
    font-size: 15px;
    position: relative;
    top: -29px;
    background: #0ba578;
    color: #fff;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
    max-width: 70%;
  }
}
.o-m__form-wrapper #doc_contents .doc_contents_slide {
  width: 275px;
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper #doc_contents .doc_contents_slide {
    width: 230px;
    margin: 0px auto;
  }
  .o-m__form-wrapper #doc_contents .doc_contents_slide .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
.o-m__form-wrapper #doc_contents .doc_contents_slide-talent {
  position: absolute;
  width: 60%;
  height: auto;
  bottom: -20px;
  left: -60px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper #doc_contents .doc_contents_slide-talent {
    display: none;
  }
}
.o-m__form-wrapper #doc_contents .doc_contents_slide-talent img {
  max-width: 100%;
  height: auto;
}
.o-m__form-wrapper #doc_contents .doc_contents_slide .o-m__formleft_slider_arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.o-m__form-wrapper #doc_contents .doc_contents_slide .o-m__formleft_slider_arrows .swiper-button-prev {
  top: 97px !important;
  background-image: none !important;
  width: 45px !important;
  height: 45px !important;
  left: -80px;
}
.o-m__form-wrapper #doc_contents .doc_contents_slide .o-m__formleft_slider_arrows .swiper-button-prev:before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #0ba578;
  position: absolute;
  left: 0px;
}
.o-m__form-wrapper #doc_contents .doc_contents_slide .o-m__formleft_slider_arrows .swiper-button-prev:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: auto;
  transform: translateY(-50%) translateX(-30%) rotate(45deg);
  transition: all ease 0.3s;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper #doc_contents .doc_contents_slide .o-m__formleft_slider_arrows .swiper-button-prev:after {
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper #doc_contents .doc_contents_slide .o-m__formleft_slider_arrows .swiper-button-prev {
    top: 77px !important;
    width: 35px !important;
    height: 35px !important;
    left: -45px;
  }
  .o-m__form-wrapper #doc_contents .doc_contents_slide .o-m__formleft_slider_arrows .swiper-button-prev:before {
    width: 35px;
    height: 35px;
  }
}
.o-m__form-wrapper #doc_contents .doc_contents_slide .o-m__formleft_slider_arrows .swiper-button-next {
  top: 97px !important;
  background-image: none !important;
  width: 45px !important;
  height: 45px !important;
  right: -80px;
}
.o-m__form-wrapper #doc_contents .doc_contents_slide .o-m__formleft_slider_arrows .swiper-button-next:before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #0ba578;
  position: absolute;
  left: 0;
}
.o-m__form-wrapper #doc_contents .doc_contents_slide .o-m__formleft_slider_arrows .swiper-button-next:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: auto;
  transform: translateY(-50%) translateX(-70%) rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper #doc_contents .doc_contents_slide .o-m__formleft_slider_arrows .swiper-button-next:after {
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper #doc_contents .doc_contents_slide .o-m__formleft_slider_arrows .swiper-button-next {
    top: 77px !important;
    width: 35px !important;
    height: 35px !important;
    right: -45px;
  }
  .o-m__form-wrapper #doc_contents .doc_contents_slide .o-m__formleft_slider_arrows .swiper-button-next:before {
    width: 35px;
    height: 35px;
  }
}
.o-m__form-wrapper #doc_contents .doc_contents_slide .txt_bottom {
  text-align: center;
  display: block;
}
@media screen and (min-width: 769px) {
  .o-m__form-wrapper #doc_contents .doc_contents_slide .txt_bottom {
    margin-top: 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper #doc_contents .doc_contents_slide .txt_bottom {
    margin-top: 13px;
    font-size: 12px;
  }
}
.o-m__form-wrapper #doc_contents .doc_contents_slide .siryou_taki {
  position: absolute;
  bottom: 5px;
  left: -70px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .o-m__form-wrapper #doc_contents .doc_contents_slide .siryou_taki {
    display: none;
  }
}
.o-m__form-wrapper #doc_contents .doc_contents_slide .siryou_taki img {
  width: 155px;
  height: 172px;
}

@media screen and (max-width: 768px) {
  .o-m__form-wrapper_flex_left {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=form_siryou-product.css.map */