@charset "UTF-8";
/* Scss Document _reset.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

q,
blockquote {
  quotes: none;
}

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

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

img {
  vertical-align: bottom;
}

img,
video {
  width: 100%;
}

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

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

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

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

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

input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=submit], input[type=button] {
  cursor: pointer;
}

label,
button {
  cursor: pointer;
}

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

body {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #323232;
  font-family: "IBM Plex Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  text-align: left;
  padding-top: 105px;
}
body._lp {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 50px;
  }
}

a {
  transition: 200ms ease all;
  color: #267D00;
  color: #1558D6;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }
}

.f__common-text_left {
  text-align: left;
}
.f__common-text_center {
  text-align: center;
}
.f__common-text_right {
  text-align: right;
}
.f__common-text_bold {
  font-weight: 700;
}
.f__common-text_underline {
  text-decoration: underline;
}
.f__common-text_highlighter {
  text-decoration: underline;
  text-underline-offset: -0.15em;
  text-decoration-thickness: 0.35em;
  text-decoration-color: #F7D65B;
}
.f__common-text_annotation {
  font-size: 10px;
  margin-bottom: 10px;
}
.f__common-text_nowrap {
  display: inline-block;
}
.f__common-color_seisan {
  color: #267D00;
}
.f__common-color_meisai {
  color: #267d00;
}
.f__common-color_hanbai {
  color: #f53c20;
}
.f__common-color_kintai {
  color: #2531b7;
}
.f__common-color_seikyu {
  color: #0ba578;
}
.f__common-bgcolor_blue {
  background: #F4F9F1;
}
.f__common-bgcolor_brand_background-color {
  background: #68AD33;
}
.f__common-bgcolor_gray {
  background: #f6f6f6;
}

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

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

.cf {
  clear: both;
}

.f-l__lp-header-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  top: 0;
  z-index: 1000;
  background-color: #FFF;
  transition: 100ms ease all;
}
.f-l__lp-header-container_inner {
  width: 100%;
  margin: 0px auto;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .f-l__lp-header-container_inner {
    width: 100%;
    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: 30px 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .f-l__lp-header-tagline {
    white-space: nowrap;
    padding: 19px 0 0 20px;
    font-size: 12px;
  }
}

.o-c__heading {
  text-align: center;
}
.o-c__heading-h2 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 56px;
  position: relative;
}
.o-c__heading-h2:after {
  content: "";
  width: 40px;
  height: 3px;
  line-height: 0;
  background-color: #267D00;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.o-c__heading-lead {
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 30px;
  position: relative;
  top: -5px;
}
.o-c__heading-lead_contents {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-template-rows: auto;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .o-c__heading-lead_contents {
    grid-template-columns: 0.8fr auto;
    width: 70%;
    height: 100px;
    margin: auto;
  }
}
@media screen and (max-width: 576px) {
  .o-c__heading-lead_contents {
    display: block;
    width: 100%;
    height: auto;
  }
}
.o-c__heading-lead_contents-talent {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .o-c__heading-lead_contents-talent {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .o-c__heading-lead_contents-talent {
    display: none;
  }
}
.o-c__heading-lead._center {
  place-self: center;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .o-c__heading-lead {
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .o-c__heading-h2 {
    font-size: 25px;
    padding-bottom: 50px;
  }
  .o-c__heading-h2:after {
    height: 2px;
    bottom: 26px;
  }
  .o-c__heading-lead {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p__form-wrapper .o-c__heading-lead {
    font-size: 14px;
    text-align: center;
  }
}

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

@keyframes fadeout {
  75% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
#jsFlexForm .hbspt-form .hs_rm_tell .input::before {
  left: auto;
  right: -20px;
}

.o-m__price-content {
  width: 700px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.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_title {
  font-size: 18px;
  font-weight: 700;
  color: #267D00;
}
.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;
}
@media screen and (max-width: 768px) {
  .o-m__price-content {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__price-content {
    display: block;
  }
  .o-m__price-content_plus {
    width: 100%;
  }
  .o-m__price-content_box {
    width: 80%;
    padding: 20px 5px 5px;
    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-cta {
  text-align: center;
  padding: 55px 0 0;
}
.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: 35px 0 0;
  }
}
.o-m__price-note {
  margin: 30px 0 0;
}

.hs-form {
  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: #267D00;
  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: #267D00;
}
.hs-form-field .hs-form-required {
  color: white;
  background-color: #267D00;
  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: -2px;
    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;
  text-align: left;
}

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

.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 {
  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-input::placeholder {
  color: #b7b6b6;
}
.hs-input:focus {
  border: 2px solid #323232;
  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;
}

select.hs-input {
  cursor: pointer;
}
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] {
  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: 10px;
  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;
}
@media all and (-ms-high-contrast: none) {
  .hs-form-radio label > span,
  .hs-form-checkbox label > span {
    margin-left: 0;
  }
}

.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: #E55927;
  color: #fff;
  margin: 20px auto 0;
  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 #E55927;
  color: #E55927;
  transform: scale(1.03);
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.28571%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.is-today .pika-button {
  color: #3af;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #3af;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

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

#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: left;
}

@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: 20px;
    padding: 20px 20px 0;
    font-size: 11px;
  }
}
#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 50px;
  }
}
.footer_contact_annotation {
  text-align: center;
}

body.form_body {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .p__form-wrapper {
    padding-top: 0;
  }
}
.p__form-wrapper_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper_flex {
    display: block;
  }
}
.p__form-wrapper #form03 {
  padding: 35px 25px 30px;
  background: #F4F9F1;
  border-radius: 10px;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #form03 {
    margin: 25px -20px 0;
    padding: 30px 20px 50px;
    border-radius: 0;
    width: auto;
  }
}
.p__form-wrapper #form03 .form_ttl {
  margin: 0 auto 10px;
  font-size: 18px;
  text-align: center;
  border-radius: 0;
  color: #267D00;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #form03 .form_ttl {
    margin: 0 auto;
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.p__form-wrapper #form03 .form_ttl .icon {
  display: flex;
  align-items: center;
  height: 26px;
  background-color: #F7D65B;
  color: #323232;
  border-radius: 1000px;
  font-size: 14px;
  margin: -2px 10px 0 0;
  padding: 2px 15px 0;
}
.p__form-wrapper #form03 .form_ttl .sub {
  font-size: 85%;
  display: inline-block;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 769px) {
  .p__form-wrapper .form03_contents {
    padding-top: 30px !important;
  }
}
.p__form-wrapper .form03_contents {
  padding-top: 0px !important;
}
.p__form-wrapper .form03_contents .panel {
  border: none;
  float: right;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper .form03_contents .panel {
    float: none;
    width: 100%;
  }
}
.p__form-wrapper .form03_contents .hbspt-form {
  width: 100%;
}
.p__form-wrapper .form03_contents.nohead {
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p__form-wrapper .form03_contents.nohead {
    padding-top: 10px !important;
  }
}
.p__form-wrapper .form03_contents.add_head {
  padding-top: 80px !important;
}
.p__form-wrapper #contents3 {
  width: 45%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 {
    float: none;
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3.p__form-left-pc_only .o-c__heading-lead {
    display: none;
  }
  .p__form-wrapper #contents3.p__form-left-pc_only .contents3__inner {
    display: none;
  }
  .p__form-wrapper #contents3.p__form-left-pc_only .o-c__heading-h2.f__common-color_seisan {
    background-color: #fff !important;
    margin: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3.p__form-left-pc_only + #form03 {
    margin: 0 -20px 0 !important;
  }
}
.p__form-wrapper #contents3 .p__form-left_h1 .o-c__heading-h2 {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .p__form-left_h1 .o-c__heading-h2 {
    font-size: 20px;
    margin: 0 -20px 20px;
    background-color: #F4F9F1;
    padding: 10px 20px;
  }
}
.p__form-wrapper #contents3 .p__form-left_h1 .o-c__heading-h2::after {
  display: none;
}
.p__form-wrapper #contents3 .p__form-left_h1 .o-c__heading-h2._font_small {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .p__form-left_h1 .o-c__heading-h2._font_small {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .p__form-left_h1 .o-c__heading-lead {
    font-size: 13px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .p__form-left_h1 .o-c__heading-lead._text_left_sp {
    text-align: left;
  }
}
.p__form-wrapper #contents3 .o-m__price {
  padding: 20px;
  margin: 0 0 20px;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .o-m__price {
    padding: 20px 20px 10px;
    margin: 0 0 35px;
  }
}
.p__form-wrapper #contents3 .o-m__price .o-c__heading-h2 {
  font-size: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .o-m__price .o-c__heading-h2 {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.p__form-wrapper #contents3 .o-m__price .o-c__heading-h2:after {
  width: 20px;
  height: 2px;
  bottom: 20px;
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .o-m__price .o-c__heading-h2:after {
    bottom: 12px;
  }
}
.p__form-wrapper #contents3 .o-m__price .f__common-text_annotation {
  margin: 20px 0 0;
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .o-m__price .f__common-text_annotation {
    margin-bottom: 5px;
  }
}
.p__form-wrapper #contents3 .o-m__price-note {
  margin-top: 10px;
}
.p__form-wrapper #contents3 .o-m__price-content {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .o-m__price-content {
    display: flex;
    flex-wrap: wrap;
  }
}
.p__form-wrapper #contents3 .o-m__price-content_box {
  padding: 15px 20px 10px;
  width: 45%;
}
.p__form-wrapper #contents3 .o-m__price-content_title {
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .o-m__price-content_title {
    font-size: 14px;
  }
}
.p__form-wrapper #contents3 .o-m__price-content_text {
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .o-m__price-content_text {
    font-size: 14px;
  }
}
.p__form-wrapper #contents3 .o-m__price-content_text_amount {
  font-size: 23px;
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .o-m__price-content_text_amount {
    font-size: 17px;
  }
}
.p__form-wrapper #contents3 .o-m__price-content_tax {
  font-size: 10px;
}
.p__form-wrapper #contents3 .o-m__price-content_plus {
  font-size: 30px;
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .o-m__price-content_plus {
    width: 10%;
  }
}
.p__form-wrapper #contents3 .contents3_box {
  position: relative;
  padding: 24px;
  border-radius: 10px;
  background: #f6f6f6;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .contents3_box {
    margin: 15px 0 25px;
    border-width: 1px;
    padding: 30px 20px 20px;
    text-align: center;
  }
}
.p__form-wrapper #contents3 .contents3_box ul,
.p__form-wrapper #contents3 .contents3_box ol {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  box-sizing: border-box;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .contents3_box ul,
  .p__form-wrapper #contents3 .contents3_box ol {
    display: inline-flex;
    flex-direction: column;
    text-align: left;
  }
  .p__form-wrapper #contents3 .contents3_box ul.pc-only,
  .p__form-wrapper #contents3 .contents3_box ol.pc-only {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p__form-wrapper #contents3 .contents3_box ul.sp-only,
  .p__form-wrapper #contents3 .contents3_box ol.sp-only {
    display: none;
  }
}
.p__form-wrapper #contents3 .contents3_box ul li,
.p__form-wrapper #contents3 .contents3_box ol li {
  position: relative;
  width: 100%;
  padding: 0 0 11px 22px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .contents3_box ul li,
  .p__form-wrapper #contents3 .contents3_box ol li {
    padding: 0 0 7px 22px;
    font-size: 14px;
  }
}
.p__form-wrapper #contents3 .contents3_box ul li._has_brackets,
.p__form-wrapper #contents3 .contents3_box ol li._has_brackets {
  text-indent: -0.5em;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .contents3_box ul li:last-of-type,
  .p__form-wrapper #contents3 .contents3_box ol li:last-of-type {
    padding-bottom: 0;
  }
}
.p__form-wrapper #contents3 .contents3_box ul li:before,
.p__form-wrapper #contents3 .contents3_box ol li:before {
  content: "";
  width: 12px;
  height: 8px;
  border-radius: 0;
  background: none;
  border-top: solid 2px #267D00;
  border-right: solid 2px #267D00;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .contents3_box li {
    width: 100%;
  }
}
.p__form-wrapper #contents3 .contents3_box .box_ttl {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #267D00;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .contents3_box .box_ttl {
    font-size: 15px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #267D00;
    color: white;
    border-radius: 1000px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 30px;
    max-width: 70%;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
  }
}
.p__form-wrapper #contents3 .contents3_box .box_text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .contents3_box .box_text {
    font-size: 14px;
  }
}
.p__form-wrapper #contents3 .contents3_box .box_annotation {
  font-size: 12px;
  margin: 10px 0 0;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .contents3_box .box_annotation {
    font-size: 11px;
  }
}
.p__form-wrapper #contents3 .contents3_box .box_annotation._width_form2 {
  padding: 0 48px;
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .contents3_box .box_annotation._width_form2 {
    padding: 0;
  }
}
.p__form-wrapper #contents3 .contents3_box .box_annotation._width_form_demo {
  padding: 0 26px;
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .contents3_box .box_annotation._width_form_demo {
    padding: 0;
  }
}
.p__form-wrapper #contents3 .contents3__img {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p__form-wrapper #contents3 .contents3__img {
    margin: 0 auto;
  }
}
.p__form-wrapper #contents3 .contents3__img-talent {
  position: absolute;
  width: 30%;
  height: auto;
  bottom: 0;
  left: 10%;
  z-index: 1;
}
.p__form-wrapper #contents3 .contents3__img-talent._noslide {
  left: 5%;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .contents3__img-talent._noslide {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .p__form-wrapper #contents3 .contents3__img-talent {
    width: 40%;
    left: -10%;
  }
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .contents3__img-talent {
    width: 20%;
    left: 20%;
  }
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .contents3__img-talent {
    width: 30%;
    left: 0;
  }
}
.p__form-wrapper #contents3 .contents3__img-talent img {
  max-width: 100%;
  height: auto;
}
.p__form-wrapper #contents3 .contents3__icon {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p__form-wrapper #contents3 .contents3__icon {
    margin: 0 auto;
  }
}
.p__form-wrapper #contents3 .contents3__icon-talent {
  position: absolute;
  width: 30%;
  height: auto;
  bottom: 0;
  left: 10%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p__form-wrapper #contents3 .contents3__icon-talent {
    width: 40%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .contents3__icon-talent {
    width: 20%;
    left: 25%;
  }
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .contents3__icon-talent {
    width: 20%;
    left: 25%;
  }
}
.p__form-wrapper #contents3 .contents3__icon-talent img {
  max-width: 100%;
  height: auto;
}
.p__form-wrapper #contents3 .contents3__carousel {
  width: 275px;
  margin: 50px auto 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p__form-wrapper #contents3 .contents3__carousel {
    width: 230px;
    margin: 0px auto;
  }
}
.p__form-wrapper #contents3 .contents3__carousel-talent {
  position: absolute;
  width: 60%;
  height: auto;
  bottom: -20px;
  left: -60px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .contents3__carousel-talent {
    display: none;
  }
}
.p__form-wrapper #contents3 .contents3__carousel img {
  max-width: 100%;
  height: auto;
}
.p__form-wrapper #contents3 .contents3__carousel .swiper-button-next {
  top: 97px !important;
  background-image: none !important;
  width: 45px !important;
  height: 45px !important;
  right: -80px;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .contents3__carousel .swiper-button-next {
    top: 77px !important;
    width: 35px !important;
    height: 35px !important;
    right: -45px;
  }
}
.p__form-wrapper #contents3 .contents3__carousel .swiper-button-next:before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #267D00;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .contents3__carousel .swiper-button-next:before {
    width: 35px;
    height: 35px;
  }
}
.p__form-wrapper #contents3 .contents3__carousel .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;
}
.p__form-wrapper #contents3 .contents3__carousel .swiper-button-prev {
  top: 97px !important;
  background-image: none !important;
  width: 45px !important;
  height: 45px !important;
  left: -80px;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .contents3__carousel .swiper-button-prev {
    top: 77px !important;
    width: 35px !important;
    height: 35px !important;
    left: -45px;
  }
}
.p__form-wrapper #contents3 .contents3__carousel .swiper-button-prev:before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #267D00;
  position: absolute;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .contents3__carousel .swiper-button-prev:before {
    width: 35px;
    height: 35px;
  }
}
.p__form-wrapper #contents3 .contents3__carousel .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;
}
.p__form-wrapper #contents3 .txt_bottom {
  text-align: center;
  display: block;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p__form-wrapper #contents3 .txt_bottom {
    margin-top: 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .txt_bottom {
    margin-top: 13px;
    font-size: 12px;
  }
}
.p__form-wrapper #contents3 .contents3_circle {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p__form-wrapper #contents3 .contents3_circle._icon10 img {
  position: relative;
  left: 10px;
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .contents3_circle._icon10 img {
    left: 6px;
  }
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .contents3_circle {
    width: 100px;
    height: 100px;
  }
}
.p__form-wrapper #contents3 .contents3_circle img {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .contents3_circle img {
    width: 60px;
  }
}
.p__form-wrapper #contents3 .contents3__graph {
  position: relative;
}
.p__form-wrapper #contents3 .contents3__graph_img {
  border-radius: 10px;
  overflow: hidden;
  width: 80%;
  margin: 10px auto 0 80px;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .contents3__graph_img {
    margin: 10px auto 0 100px;
  }
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .contents3__graph_img {
    margin: 10px auto 0 60px;
  }
}
.p__form-wrapper #contents3 .contents3__graph_img img {
  max-width: 100%;
  height: auto;
}
.p__form-wrapper #contents3 .contents3__graph_img-talent {
  position: absolute;
  width: 30%;
  height: auto;
  bottom: 0;
}
.p__form-wrapper #contents3 .contents3__graph_img-talent img {
  max-width: 100%;
  height: auto;
}
.p__form-wrapper #contents3 .contents3__graph .txt_bottom {
  margin-top: 26px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 1.6;
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .contents3__graph .txt_bottom {
    margin-top: 20px;
    font-size: 14px;
  }
}
.p__form-wrapper #contents3 .txt_annotation {
  font-size: 10px;
  margin: 10px 0 0;
}
.p__form-wrapper #contents3 .contents3_toptext {
  color: #267D00;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  margin: 0 0 15px;
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .contents3_toptext {
    margin: 0 0 5px;
  }
}
.p__form-wrapper #contents3 .contents3_toptext::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 30px;
  transform: rotate(-25deg);
  background: #267D00;
  margin: 0 20px 0 0;
}
.p__form-wrapper #contents3 .contents3_toptext::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 30px;
  transform: rotate(25deg);
  background: #267D00;
  margin: 0 0 0 12px;
}
.p__form-wrapper #contents3 .contents3_slide {
  position: relative;
  width: 275px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 576px) {
  .p__form-wrapper #contents3 .contents3_slide {
    margin: 10px auto 30px;
  }
}
.p__form-wrapper #contents3 .contents3_slide img {
  width: 100%;
  height: auto;
}
.p__form-wrapper #contents3 .contents3_slide-talent {
  display: block;
  position: absolute;
  width: 45%;
  height: auto;
  bottom: -30px;
  right: -35px;
  max-width: 360px;
}
.p__form-wrapper #contents3 .contents3_slide .p__form-left_slider_arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p__form-wrapper #contents3 .contents3_slide .p__form-left_slider_arrows .swiper-button-prev {
  top: 97px !important;
  background-image: none !important;
  width: 45px !important;
  height: 45px !important;
  left: -80px;
}
.p__form-wrapper #contents3 .contents3_slide .p__form-left_slider_arrows .swiper-button-prev:before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #267D00;
  position: absolute;
  left: 0px;
}
.p__form-wrapper #contents3 .contents3_slide .p__form-left_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) {
  .p__form-wrapper #contents3 .contents3_slide .p__form-left_slider_arrows .swiper-button-prev {
    top: 77px !important;
    width: 35px !important;
    height: 35px !important;
    left: -45px;
  }
  .p__form-wrapper #contents3 .contents3_slide .p__form-left_slider_arrows .swiper-button-prev:before {
    width: 35px;
    height: 35px;
  }
}
.p__form-wrapper #contents3 .contents3_slide .p__form-left_slider_arrows .swiper-button-next {
  top: 97px !important;
  background-image: none !important;
  width: 45px !important;
  height: 45px !important;
  right: -80px;
}
.p__form-wrapper #contents3 .contents3_slide .p__form-left_slider_arrows .swiper-button-next:before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #267D00;
  position: absolute;
  left: 0;
}
.p__form-wrapper #contents3 .contents3_slide .p__form-left_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) {
  .p__form-wrapper #contents3 .contents3_slide .p__form-left_slider_arrows .swiper-button-next {
    top: 77px !important;
    width: 35px !important;
    height: 35px !important;
    right: -45px;
  }
  .p__form-wrapper #contents3 .contents3_slide .p__form-left_slider_arrows .swiper-button-next:before {
    width: 35px;
    height: 35px;
  }
}
.p__form-wrapper #contents3 .contents3_slide .siryou_taki {
  position: absolute;
  bottom: 5px;
  left: -70px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .contents3_slide .siryou_taki {
    display: none;
  }
}
.p__form-wrapper #contents3 .contents3_slide .siryou_taki img {
  width: 155px;
  height: 172px;
}
.p__form-wrapper #contents3 .siryouslider {
  width: 85%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p__form-wrapper #contents3 .siryouslider {
    width: 250px !important;
    margin-bottom: 5px;
  }
}
.p__form-header {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 999;
}/*# sourceMappingURL=form.css.map */