@charset "UTF-8";
.rf_lp-img--sprite, .rf_lp-img--marker, .mainvisual_body .mainvisual_body-list > li:before, .rf_lp-img--suumo_01, .mainvisual .mainvisual-inner .mainvisual-inner-body:before, .rf_lp-img--suumo_02, .requirement:after, .rf_lp-img--tsukumo, .section_h2.section_h2--withtsukumo:before {
  background-image: url('../img/sprite/rf_lp-img-.png');
  background-repeat: no-repeat;
}

.rf_lp-img--marker, .mainvisual_body .mainvisual_body-list > li:before {
  background-position: 0 0;
  height: 21px;
  width: 29px;
}

.rf_lp-img--suumo_01, .mainvisual .mainvisual-inner .mainvisual-inner-body:before {
  background-position: 0 -21px;
  height: 209px;
  width: 144px;
}

.rf_lp-img--suumo_02, .requirement:after {
  background-position: 0 -230px;
  height: 119px;
  width: 142px;
}

.rf_lp-img--tsukumo, .section_h2.section_h2--withtsukumo:before {
  background-position: 0 -349px;
  height: 82px;
  width: 200px;
}

/************************************************************
 * reset
 ************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a, img {
  border: none;
  vertical-align: top;
}

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

th {
  text-align: left;
  font-weight: normal;
}

body {
  line-height: 1.2;
  -webkit-text-size-adjust: none;
}

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

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

input, select, textarea {
  font-size: 105%;
}

ul, ol, li {
  list-style-position: outside;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  font-weight: normal;
}

/* clearfix */
.l-flow:after, .requirement_item:after, .footer:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.l-flow, .requirement_item, .footer {
  min-height: 1px;
  _height: 1px;
}

/************************************************************
 * common style
 ************************************************************/
body, select, textarea, th, td, li, a, input {
  font-family: 'メイリオ','meiryo','ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ丸ゴシック Pro W3','Hiragino maru Gothic Pro','Helvetica','sans-serif';
}

body, select {
  color: #333333;
  font-size: 12px;
  line-height: 1.4;
}

body {
  background-color: #FFFFFF;
}

textarea {
  font-size: 12px;
  line-height: 1.4;
}

/* img hover */
a img:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

div, p, table, td, th, dl, dt, dd, ul, ol, li, a, span {
  word-break: break-all;
}

sup {
  vertical-align: top;
}

/************************************************************
 * anchor-link
 ************************************************************/
a:link {
  color: #004CCA;
}

a:visited {
  color: #6219DB;
}

a:hover {
  color: #048ADE;
  text-decoration: none;
}

a:active {
  color: #048ADE;
  text-decoration: none;
}

.l-header {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.l-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 396px;
}
.l-card > li {
  width: 290px;
  height: 100%;
}
.l-card.l-card--underline {
  height: 374px;
  margin-top: 40px;
}

.l-note {
  margin-top: 38px;
}

.l-flow {
  margin-top: 50px;
}
.l-flow > li {
  margin-left: 6px;
  float: left;
}
.l-flow > li:first-child {
  margin-left: 0;
}

.l-voice {
  margin-top: 40px;
}

.l-actionarea {
  width: 950px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.l-footer {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  padding-top: 17px;
  padding-bottom: 17px;
}

.section_h1 {
  padding-bottom: 58px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.section_h2 {
  position: relative;
  padding-top: 70px;
  padding-bottom: 60px;
}
.section_h2 .section_h2-header {
  text-align: center;
}
.section_h2 .section_h2-body {
  width: 950px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.section_h2:after {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 60px 0 60px;
  border-color: #FFFFFF transparent transparent transparent;
  margin: auto;
  z-index: 1;
  content: "";
}
.section_h2.section_h2--beige {
  background-color: #F3F3DF;
}
.section_h2.section_h2--beige:after {
  border-color: #F3F3DF transparent transparent transparent;
}
.section_h2.section_h2--narrowmargin {
  padding-bottom: 68px;
}
.section_h2.section_h2--narrowmargin .section_h2-body {
  margin-top: 40px;
}
.section_h2.section_h2--narrowmargin_beige {
  background-color: #F3F3DF;
}
.section_h2.section_h2--narrowmargin_beige:after {
  border-color: #F3F3DF transparent transparent transparent;
}
.section_h2.section_h2--narrowmargin_beige .section_h2-body {
  margin-top: 40px;
}
.section_h2.section_h2--withtsukumo:before {
  position: absolute;
  top: -80px;
  right: 50%;
  margin-right: -475px;
  content: '';
}

.mainvisual {
  position: relative;
  height: 580px;
  background-image: url("../img/bg_mainvisual.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.mainvisual .mainvisual-inner {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}
.mainvisual .mainvisual-inner .mainvisual-inner-header {
  text-align: center;
}
.mainvisual .mainvisual-inner .mainvisual-inner-body {
  position: relative;
  margin-top: 20px;
}
.mainvisual .mainvisual-inner .mainvisual-inner-body:before {
  position: absolute;
  top: -40px;
  right: 0;
  content: '';
}
.mainvisual:after {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 60px 0 60px;
  border-color: #F3F3DF transparent transparent transparent;
  margin: auto;
  z-index: 1;
  content: "";
}

.mainvisual_body .mainvisual_body-list {
  width: 770px;
  padding: 22px;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-sizing: border-box;
}
.mainvisual_body .mainvisual_body-list > li {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #CCCCCC;
}
.mainvisual_body .mainvisual_body-list > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.mainvisual_body .mainvisual_body-list > li:before {
  margin-right: 15px;
  content: '';
}
.mainvisual_body .mainvisual_body-action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.mainvisual_body .mainvisual_body-action .mainvisual_body-action-item {
  width: 640px;
}

.mainvisual_action .mainvisual_action-text {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}

.btn_action {
  display: block;
  width: 100%;
  height: 80px;
  padding-top: 27px;
  background-color: #F77C00;
  border-bottom: 2px solid #E15F00;
  border-radius: 3px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.btn_action:link, .btn_action:active, .btn_action:visited {
  color: #FFFFFF;
}
.btn_action .btn_action-text {
  font-size: 24px;
}
.btn_action:hover {
  opacity: .7;
}

.card {
  width: 100%;
  height: 100%;
  border: 1px solid #5BAE08;
  border-radius: 6px;
  box-sizing: border-box;
}
.card .card-body {
  margin-top: 20px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
.card .card-body .card-body-title {
  color: #5BAE08;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.card .card-body .card-body-text {
  margin-top: 14px;
  font-size: 16px;
}

.note {
  font-size: 18px;
  text-align: center;
}
.note .note-item {
  text-decoration: none;
}
.note .note-item:link, .note .note-item:active, .note .note-item:visited {
  color: #0b4CCA;
}

.description {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}

.voice {
  padding: 30px 40px 40px;
  background-color: #F0F8E9;
  border-radius: 6px;
}
.voice .voice-header {
  text-align: center;
  transform: translateX(-22px);
}
.voice .voice-body {
  position: relative;
  margin-top: 30px;
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 6px;
}
.voice .voice-body:after {
  position: absolute;
  top: -20px;
  left: 0;
  right: 44px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 20px 25px;
  border-color: transparent transparent #FFFFFF transparent;
  margin: auto;
  z-index: 1;
  content: "";
}
.voice .voice-body .voice-body-item {
  margin-top: 25px;
}
.voice .voice-body .voice-body-item:first-child {
  margin-top: 0;
}
.voice.voice--majorcompany {
  position: relative;
  background-color: #E9F1F8;
}

.voice_item .voice_item-title {
  padding: 3px;
  background-color: #6FBA2C;
  border-radius: 17px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.voice_item .voice_item-content {
  margin-top: 30px;
}
.voice_item .voice_item-content > li {
  margin-top: 25px;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.5;
  text-indent: -1em;
}
.voice_item .voice_item-content > li:before {
  content: '・';
}
.voice_item .voice_item-content > li:first-child {
  margin-top: 0;
}
.voice_item .voice_item-content .voice_item-content-accent {
  color: #F77C00;
  font-weight: bold;
}
.voice_item.voice_item--majorcompany .voice_item-title {
  background-color: #2C72BA;
}

.requirement {
  position: relative;
  padding: 40px;
  background-color: #FFFFFF;
  border-radius: 6px;
}
.requirement:after {
  position: absolute;
  bottom: 40px;
  right: 40px;
  content: '';
}
.requirement .requirement-inner > li {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #CCCCCC;
}
.requirement .requirement-inner > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.requirement_item .requirement_item-title {
  float: left;
  width: 195px;
  color: #555555;
  font-size: 18px;
  font-weight: bold;
}
.requirement_item .requirement_item-content {
  float: left;
  font-size: 18px;
}
.requirement_item .requirement_item-content .requirement_item-content-sub {
  font-size: 14px;
}

.requirement_list {
  font-size: 18px;
}
.requirement_list > li {
  margin-top: 22px;
  padding-left: 1em;
  text-indent: -1em;
}
.requirement_list > li:before {
  content: '・';
}
.requirement_list > li:first-child {
  margin-top: 0;
}

.actionarea .actionarea-header {
  color: #555555;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.actionarea .actionarea-body {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.actionarea .actionarea-body .actionarea-body-item {
  width: 640px;
}

.actionarea_item .actionarea_item-text {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}

.footer {
  padding-top: 30px;
  padding-bottom: 50px;
}
.footer .footer-company {
  float: left;
}
.footer .footer-link {
  float: right;
  margin-top: 5px;
  font-size: 12px;
}

#js-pageTop {
  display: none;
  position: fixed;
  z-index: 100;
  right: 125px;
  bottom: 156px;
}
#js-pageTop:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.rf_lp-img, .section_h2.section_h2--withtsukumo:before, .mainvisual .mainvisual-inner .mainvisual-inner-body:before, .mainvisual_body .mainvisual_body-list > li:before, .requirement:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
