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

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

.o-m__appeal__content {
  position: relative;
  border-radius: 10px;
  padding: 50px 35px 35px;
  margin-bottom: 40px;
}
.o-m__appeal__content--bgwhite {
  background-color: #FFF;
}
.o-m__appeal__content--bg-palegreen {
  background-color: #F4F9F1;
}
.o-m__appeal__content-h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 20px;
}
@media screen and (max-width: 576px) {
  .o-m__appeal__content-h3 {
    padding: 20px 0;
  }
}
.o-m__appeal__content-h3--brand-color {
  color: #267D00;
}
.o-m__appeal__content-txt {
  font-size: 14px;
  line-height: 24px;
  word-wrap: break-word;
}
.o-m__appeal__content-txt p {
  padding: 0 0 15px;
}
.o-m__appeal__content-txt-highlight {
  text-decoration: underline;
  text-underline-offset: -0.09em;
  text-decoration-thickness: 0.35em;
  text-decoration-color: #F7D65B;
  text-decoration-skip-ink: none;
}
.o-m__appeal__content-txt-annot {
  font-size: 10px;
}
.o-m__appeal__content em {
  font-weight: bold;
}
.o-m__appeal__content-note {
  font-size: 10px;
  margin: 15px 0 0;
}
.o-m__appeal__content-link {
  font-size: 14px;
  font-weight: 700;
  color: #267D00;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 2px 0 0 23px;
  cursor: pointer;
}
.o-m__appeal__content-link__arrow {
  display: inline-block;
  color: #267D00;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .o-m__appeal__content-link__arrow:hover .o-m__appeal__content-link__arrow-icon {
    left: -3px;
  }
}
.o-m__appeal__content-link__arrow-icon {
  display: inline-block;
  background-color: #267D00;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}
.o-m__appeal__content-link__arrow-icon: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;
}
.o-m__appeal__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.o-m__appeal__container-item {
  flex-basis: 48.5%;
}
@media screen and (max-width: 576px) {
  .o-m__appeal__container-item {
    flex-basis: 100%;
  }
}

html._js_dropdown_open_bg._function:after {
  content: "";
  background: #323232;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.4;
}

.f-l__lp-header-container {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 800;
  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: 1200px) {
  .f-l__lp-header-container_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .f-l__lp-header-container {
    padding: 0 11px;
  }
  .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: inline-block;
  color: #323232;
  font-weight: 700;
  padding: 34px 0 0 25px;
}
@media screen and (max-width: 1024px) {
  .f-l__lp-header-tagline {
    font-size: 12px;
    color: #323232;
    padding: 30px 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .f-l__lp-header-tagline {
    padding: 34px 0 0 25px;
    white-space: nowrap;
    padding: 19px 0 0 20px;
    font-size: 12px;
  }
}

.p__lp-003-fv {
  width: 100%;
  background-color: #f6f6f6;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p__lp-003-fv {
    overflow: hidden;
  }
}
.p__lp-003-fv_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p__lp-003-fv_inner {
    overflow: visible;
  }
}
.p__lp-003-fv_inner:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 100px;
  left: calc(50vw + 290px);
  width: 600px;
  height: 617px;
  background-image: url(/rakurakucloud/meisai/assets/image/figure/back_component.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-95deg);
}
@media screen and (max-width: 1200px) {
  .p__lp-003-fv_inner:before {
    top: 330px;
    right: 30%;
    width: 340px;
    height: 340px;
    transform: rotate(150deg);
  }
}
@media screen and (max-width: 1024px) {
  .p__lp-003-fv_inner:before {
    top: 240px;
    right: 15%;
    width: 360px;
    height: 360px;
    transform: rotate(130deg);
  }
}
@media screen and (max-width: 768px) {
  .p__lp-003-fv_inner:before {
    top: auto;
    left: auto;
    right: -100px;
    bottom: -140px;
    width: 360px;
    height: 360px;
    transform: rotate(184deg);
  }
}
@media screen and (max-width: 576px) {
  .p__lp-003-fv_inner:before {
    bottom: -120px;
    right: -100px;
    width: 300px;
    height: 340px;
    transform: rotate(180deg);
  }
}
.p__lp-003-fv_inner:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: -210px;
  right: calc(50vw + 550px);
  width: 475px;
  height: 511px;
  background-image: url(/rakurakucloud/meisai/assets/image/figure/back_component_sub.svg);
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .p__lp-003-fv_inner:after {
    display: none;
  }
}
.p__lp-003-fv_block {
  margin: 0 auto;
  max-width: 1100px;
  height: 500px;
  position: relative;
  padding: 90px 0 40px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .p__lp-003-fv_block {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 768px) {
  .p__lp-003-fv_block {
    width: 100%;
    height: auto;
    padding: 40px 20px 100px;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-003-fv_block {
    padding: 40px 20px 0;
  }
}
.p__lp-003-fv_block_copy {
  font-size: min(3vw, 30px);
  font-weight: 700;
  width: 640px;
  position: relative;
  z-index: 100;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: left;
  margin: 0 0 15px;
}
@media screen and (max-width: 1200px) {
  .p__lp-003-fv_block_copy {
    width: 50vw;
  }
}
@media screen and (max-width: 1024px) {
  .p__lp-003-fv_block_copy {
    width: calc(100vw - 330px);
  }
}
@media screen and (max-width: 768px) {
  .p__lp-003-fv_block_copy {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: min(5vw, 24px);
    text-align: center;
    white-space: nowrap;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-003-fv_block_copy {
    font-size: min(4.7vw, 20px);
    padding-bottom: 5px;
  }
}
.p__lp-003-fv_block_copy_sub {
  font-size: 42px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .p__lp-003-fv_block_copy_sub {
    font-size: 30px;
  }
}
.p__lp-003-fv_block_copy_sub span {
  max-width: 500px;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  background: #267D00;
  color: #fff;
  text-align: center;
  padding: 10px 25px 7px;
  border-radius: 25px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p__lp-003-fv_block_copy_sub span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p__lp-003-fv_block_copy_sub span {
    max-width: 300px;
    width: 100%;
    font-size: 16px;
    padding: 7px 15px 6px 15px;
    margin: 0 auto;
    display: block;
    white-space: inherit;
  }
}
.p__lp-003-fv_block_copy_big {
  font-size: min(5vw, 64px);
}
@media screen and (max-width: 768px) {
  .p__lp-003-fv_block_copy_big {
    font-size: 7vw;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-003-fv_block_copy_big {
    font-size: 8.5vw;
  }
}
.p__lp-003-fv_block_point {
  width: 360px;
}
.p__lp-003-fv_block_point_item {
  position: relative;
  padding: 3px 30px 0 32px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}
.p__lp-003-fv_block_point_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 21px;
  height: 21px;
  background: #267D00;
  border-radius: 11px;
}
.p__lp-003-fv_block_point_item:after {
  content: "";
  position: absolute;
  left: 7px;
  top: calc(0.3em + 6px);
  width: 8px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
}
@media screen and (max-width: 1024px) {
  .p__lp-003-fv_block_point_item {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p__lp-003-fv_block_point {
    width: 100%;
    display: block;
    padding: 10px 35vw 0 0;
  }
  .p__lp-003-fv_block_point_item {
    font-size: 16px;
    padding: 0 0 0 20px;
  }
  .p__lp-003-fv_block_point_item:before {
    top: 0.1em;
    width: 14px;
    height: 14px;
    border-radius: 10px;
  }
  .p__lp-003-fv_block_point_item:after {
    top: calc(0.1em + 3px);
    left: 4px;
    width: 7px;
    height: 5px;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-003-fv_block_point {
    padding: 10px 0 0 0;
  }
  .p__lp-003-fv_block_point_item {
    font-size: 14px;
  }
}
.p__lp-003-fv_block_talent {
  position: absolute;
  z-index: 100;
  bottom: -90px;
  right: 440px;
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .p__lp-003-fv_block_talent {
    right: 330px;
  }
}
@media screen and (max-width: 768px) {
  .p__lp-003-fv_block_talent {
    right: 10%;
    bottom: -110px;
    width: 40vw;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-003-fv_block_talent {
    position: relative;
    width: 290px;
    height: 190px;
    overflow: hidden;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    margin: 10px auto 0 auto;
  }
}
.p__lp-003-fv_text_highlighter {
  background: linear-gradient(transparent 75%, #F7D65B 75%);
  background-position: 0 1.3em;
}
.p__lp-003-fv_hsform {
  max-width: 1200px;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p__lp-003-fv_hsform {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-003-fv_hsform {
    padding: 0 15px;
  }
}
.p__lp-003-fv_hsform_inner {
  max-width: 500px;
  position: absolute;
  top: -582px;
  right: -25px;
  background-color: #267D00;
  z-index: 900;
  border-radius: 0 0 10px 10px;
  padding: 20px 25px 25px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p__lp-003-fv_hsform_inner {
    right: 0;
    max-width: 350px;
    padding: 20px 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p__lp-003-fv_hsform_inner {
    position: inherit;
    top: 0;
    right: 0;
    max-width: none;
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 25px 25px 30px;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-003-fv_hsform_inner {
    width: 100%;
    right: 0;
    padding: 15px 15px 20px;
  }
}
.p__lp-003-fv_hsform_title {
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .p__lp-003-fv_hsform_title {
    margin-bottom: 10px;
  }
}
.p__lp-003-fv_hsform_title p {
  position: relative;
  max-width: 270px;
  margin: auto;
  text-align: center;
  padding: 8px 15px 5px;
  font-weight: 700;
  font-size: 12px;
  color: #323232;
  background-color: #fff;
  border-radius: 20px;
}
.p__lp-003-fv_hsform_title p::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 10px solid white;
}
.p__lp-003-fv_hsform_title p span {
  color: #267D00;
}
.p__lp-003-fv_hsform_title h2 {
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p__lp-003-fv_hsform_title h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p__lp-003-fv_hsform_title h2 {
    font-size: 18px;
  }
}
.p__lp-003-fv_hsform_title h2 span {
  font-size: 14px;
  border-radius: 20px;
  padding: 3px 10px 0px;
  margin-right: 10px;
  background-color: #fff;
  color: #267D00;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p__lp-003-fv_hsform_title h2 span {
    top: -2px;
  }
}
.p__lp-003-fv_hsform .legal-consent-container .hs-richtext p {
  color: #fff;
  font-size: 10px;
}
.p__lp-003-fv_hsform .legal-consent-container .hs-richtext p a {
  color: #fff;
}
.p__lp-003-fv_hsform .hs-form-field label {
  margin-bottom: 5px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.p__lp-003-fv_hsform .hs-form-field label .hs-form-required {
  min-width: 28px;
  height: 17px;
  color: #323232;
  background-color: #F7D65B;
  border-radius: 3px;
  font-size: 10px;
  padding: 2px 4px 1px;
  margin-right: 5px;
}
.p__lp-003-fv_hsform .hs-form-field .input {
  margin-right: 0 !important;
}
.p__lp-003-fv_hsform .hs-form-field .input input.hs-input {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 8px;
  width: 100%;
}
.p__lp-003-fv_hsform .hs-form-field .input select.hs-input {
  background-color: #fff;
  color: #323232;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 8px 20px 8px 8px;
  width: 100%;
}
.p__lp-003-fv_hsform .hs-form-field .input textarea.hs-input {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 8px;
  width: 100%;
}
.p__lp-003-fv_hsform .hs-form-field .hs-error-msgs {
  padding-top: 10px;
}
.p__lp-003-fv_hsform .hs-form-field .hs-error-msgs label.hs-error-msg {
  display: inline-block;
  position: relative;
  background-color: #E55927;
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 7px;
  margin-bottom: 0;
}
.p__lp-003-fv_hsform .hs-form-field .hs-error-msgs label.hs-error-msg::before {
  content: "";
  top: -7px;
  left: 20px;
  width: 0;
  height: 0;
  position: absolute;
  border: 5px solid transparent;
  border-top-width: 0;
  border-bottom: 8px solid #E55927;
}
@media screen and (max-width: 768px) {
  .p__lp-003-fv_hsform fieldset.form-columns-1,
  .p__lp-003-fv_hsform fieldset.form-columns-2 {
    max-width: none;
    width: 100%;
  }
}
.p__lp-003-fv_hsform fieldset.form-columns-1 .hs-form-field,
.p__lp-003-fv_hsform fieldset.form-columns-2 .hs-form-field {
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .p__lp-003-fv_hsform fieldset.form-columns-2 {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p__lp-003-fv_hsform fieldset.form-columns-2 {
    display: block;
  }
}
.p__lp-003-fv_hsform fieldset.form-columns-2 .hs-form-field {
  width: 49% !important;
}
@media screen and (max-width: 1024px) {
  .p__lp-003-fv_hsform fieldset.form-columns-2 .hs-form-field {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p__lp-003-fv_hsform fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .p__lp-003-fv_hsform fieldset.form-columns-2 .hs-form-field .input .hs-input {
    width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .p__lp-003-fv_hsform fieldset.form-columns-2 .hs-form-field label {
    align-items: start;
    flex-grow: 1;
  }
}
.p__lp-003-fv_hsform fieldset.form-columns-2 .hs-form-field + .hs-form-field {
  margin-left: 2%;
}
@media screen and (max-width: 576px) {
  .p__lp-003-fv_hsform fieldset.form-columns-2 .hs-form-field + .hs-form-field {
    margin-left: 0;
  }
}
.p__lp-003-fv_hsform .hs-fieldtype-select > .input {
  position: relative;
}
.p__lp-003-fv_hsform .hs-fieldtype-select > .input::after {
  content: "";
  width: 7px;
  height: 7px;
  border-left: 2px solid #267D00;
  border-bottom: 2px solid #267D00;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 3.5px);
  right: 10px;
}
.p__lp-003-fv_hsform .hs-submit {
  position: relative;
  margin: 10px auto 0;
  width: 100%;
  max-width: 300px;
}
.p__lp-003-fv_hsform .hs-submit::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 25px;
  width: 10px;
  height: 10px;
  content: "";
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-135deg);
}
.p__lp-003-fv_hsform input[type=submit] {
  width: 100%;
  background-color: #E55927;
  color: #fff;
  font-size: 18px;
  padding: 15px 40px 15px 20px;
  border-radius: 50px;
}
.p__lp-003-introduction {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .p__lp-003-introduction {
    display: block;
    padding: 50px 0;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-003-introduction {
    margin-top: 15px;
  }
}
.p__lp-003-introduction_head {
  padding: 150px 0 30px;
}
@media screen and (max-width: 768px) {
  .p__lp-003-introduction_head {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-003-introduction_head {
    display: block;
    padding: 10px 10px 0;
  }
}
.p__lp-003-introduction_inner {
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p__lp-003-introduction_inner {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p__lp-003-introduction_inner {
    width: 100%;
    padding: 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-003-introduction_inner {
    display: block;
    padding: 10px;
  }
}
.p__lp-003-introduction_inner_copy {
  width: 760px;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p__lp-003-introduction_inner_copy {
    width: 100%;
  }
}
.p__lp-003-introduction_inner_copy_img {
  display: block;
  width: 240px;
  height: 146px;
  position: absolute;
  left: -40px;
  top: 50px;
}
@media screen and (max-width: 768px) {
  .p__lp-003-introduction_inner_copy_img {
    position: relative;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: auto;
  }
}
.p__lp-003-introduction_inner_copy_text {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #267D00;
  padding: 30px 20px 30px 40px;
  background: #F4F9F1;
  width: 610px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p__lp-003-introduction_inner_copy_text {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    padding: 15px 15px 25px;
  }
}
.p__lp-003-introduction_inner_copy_text h2 {
  position: relative;
  padding: 0 10px 5px 10px;
  border-bottom: 1px solid #267D00;
  display: inline-block;
}
.p__lp-003-introduction_inner_copy_text h2:before {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 20px 0 20px;
  border-style: solid;
  border-color: #267D00 transparent transparent transparent;
}
.p__lp-003-introduction_inner_copy_text h2:after {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 20px 0 20px;
  border-style: solid;
  border-color: #F4F9F1 transparent transparent transparent;
}
.p__lp-003-introduction_inner_copy_text span {
  font-size: 80%;
  color: #323232;
}
.p__lp-003-introduction_inner_copy_text p {
  font-size: 20px;
  color: #323232;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p__lp-003-introduction_inner_copy_text p {
    font-size: 14px;
  }
}
.p__lp-003-introduction_inner_heading_h2 {
  display: flex;
  font-size: 30px;
  padding: 0;
  font-weight: 700;
  margin: 0 0 0 20px;
  text-align: center;
  letter-spacing: 1px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .p__lp-003-introduction_inner_heading_h2 {
    display: block;
  }
}
.p__lp-003-introduction_inner_heading_h2_logo {
  width: 60px;
}
@media screen and (max-width: 576px) {
  .p__lp-003-introduction_inner_heading_h2_logo {
    width: 50px;
    display: block;
    margin: 0 auto 10px;
  }
}
.p__lp-003-introduction_inner_heading_h2_title {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 576px) {
  .p__lp-003-introduction_inner_heading_h2_title {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-003-introduction_inner_heading_h2 {
    margin: 0;
  }
}
.p__lp-003-introduction_inner_heading_h2_big {
  font-size: 60px;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  background: linear-gradient(transparent 75%, #f7d65b 75%);
  background-position: 0 1.2em;
}
.p__lp-003-introduction_inner_heading_h2_big::after {
  position: absolute;
  z-index: -1;
  bottom: 15px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-color: #f7d65b;
}
@media screen and (max-width: 576px) {
  .p__lp-003-introduction_inner_heading_h2_big::after {
    height: 7px;
  }
}
.p__lp-003-introduction_inner_heading_h2_small {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p__lp-003-introduction_inner_heading_h2 {
    font-size: 20px;
    text-align: center;
    padding: 0;
  }
  .p__lp-003-introduction_inner_heading_h2_big {
    font-size: 40px;
  }
  .p__lp-003-introduction_inner_heading_h2_small {
    font-size: 18px;
  }
}
.p__lp-003-introduction-up {
  padding: 40px 0 70px 0;
}
@media screen and (max-width: 768px) {
  .p__lp-003-introduction-up {
    display: block;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-003-introduction-up {
    display: block;
    padding: 0 0 110px;
  }
}
.p__lp-003-introduction-up_heading_h3 {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
  padding: 0px 0px 40px;
}
@media screen and (max-width: 768px) {
  .p__lp-003-introduction-up_heading_h3 {
    padding: 0px 0px 20px;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-003-introduction-up_heading_h3 {
    font-size: 5vw;
    padding: 0px 0px 10px;
    line-height: 1.6;
  }
}
.p__lp-003-introduction-up-logo {
  width: 144px;
  margin: 5px 20px 0;
}
@media screen and (max-width: 768px) {
  .p__lp-003-introduction-up-logo {
    width: 120px;
    margin: 5px 16px 0;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-003-introduction-up-logo {
    width: 110px;
    margin: 5px 14px 0;
  }
}
.p__lp-003-introduction-up_emblem {
  width: 65px;
  height: 65px;
  font-size: 10px;
  line-height: 11px;
  background-image: url(/rakurakucloud/meisai/assets/image/figure/figure_laurel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 13px 0 0;
  text-align: center;
  font-weight: 700;
  z-index: 1;
}
.p__lp-003-introduction-up_emblem_no1 {
  line-height: 24px;
  font-size: 18px;
  line-height: 1.1;
  display: block;
}
@media screen and (max-width: 768px) {
  .p__lp-003-introduction-up_emblem_no1 {
    font-size: 16px;
  }
}
.p__lp-003-introduction-up_emblem sup {
  display: block;
  line-height: 10px;
  top: 0;
  position: relative;
}
.p__lp-003-introduction-up_family {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p__lp-003-introduction-up_family {
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-003-introduction-up_family {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 20px 0 0;
  }
}
.p__lp-003-introduction-up_family_dl {
  position: relative;
  width: 320px;
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 0 20px;
  text-align: center;
  border-top: 3px solid #fff;
}
.p__lp-003-introduction-up_family_dl:first-child {
  border-top: 3px solid #267D00;
}
@media screen and (max-width: 768px) {
  .p__lp-003-introduction-up_family_dl {
    width: 32%;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-003-introduction-up_family_dl {
    padding: 3vw 0 1vw;
  }
}
.p__lp-003-introduction-up_family_dl dt {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.7px;
  padding: 10px 30px;
  border-radius: 100px;
}
@media screen and (max-width: 576px) {
  .p__lp-003-introduction-up_family_dl dt {
    padding: 0.3em 1em;
  }
}
.p__lp-003-introduction-up_family_dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p__lp-003-introduction-up_family_dl_seisan {
  background-color: #007bc7;
}
.p__lp-003-introduction-up_family_dl_meisai {
  background-color: #267D00;
}
.p__lp-003-introduction-up_family_dl_seikyu {
  background-color: #0ba578;
}
@media screen and (max-width: 576px) {
  .p__lp-003-introduction-up_family_dl {
    width: 48%;
  }
  .p__lp-003-introduction-up_family_dl:nth-of-type(1) {
    width: 70%;
    margin: 0 auto 7vw;
  }
  .p__lp-003-introduction-up_family_dl:nth-of-type(2) {
    float: left;
  }
  .p__lp-003-introduction-up_family_dl:nth-of-type(3) {
    float: right;
  }
}
.p__lp-003-introduction_company {
  padding: 10px 0;
}
.p__lp-003-introduction_company_image {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 140px;
  overflow: hidden;
  animation: loop 50s linear infinite;
  background: url(/rakurakucloud/meisai/assets/image/logo/logo_beside-set.webp) repeat-x left center/auto 140px;
}
.p__lp-003-introduction_note {
  width: 100%;
  margin: 0px auto;
}
.p__lp-003-introduction_note_text {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .p__lp-003-introduction_note {
    width: 100%;
    padding: 0 20px;
  }
}
.p__lp-003-introduction_annotation {
  max-width: 1000px;
  margin: 40px auto 0px;
}
@media screen and (max-width: 768px) {
  .p__lp-003-introduction_annotation {
    margin: 40px auto 0px;
  }
}
@media screen and (max-width: 576px) {
  .p__lp-003-introduction_annotation {
    margin: 20px 10px 0px;
  }
}
.p__lp-003-introduction_annotation .f__common-text_annotation {
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .p__lp-003-introduction_annotation .f__common-text_annotation {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p__lp-003-introduction_annotation .f__common-text_annotation {
    width: 100%;
  }
}/*# sourceMappingURL=003t1_fv.css.map */