@charset 'utf-8';

/* reset */
* {
  margin: 0;
}
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* reset */
img {
  max-width: 100%;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/* フリーランスの悩み */
.l_wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.l_header {
  padding: 45px 20px;
  position: fixed;
  transition: all 0.3s ease-in;
  width: 100%;
  z-index: 99;
}
.l_header.-fixed {
  background: #fff;
}
.l_header .l_wrapper {
  display: flex;
  justify-content: space-between;
}

.m_logo {
  width: 18%;
  min-width: 180px;
}

.m_navigation {
  width: 70%;
}
.m_cv_btn {
  width: 15%;
  min-width: 160px;
}

.gnavi {
  text-align: right;
  margin-right: 50px;
}
.gnavi li {
  display: inline-block;
}
.gnavi a {
  display: block;
  text-decoration: none;
  color: #333;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  transition: all 0.3s ease-in;
}
.gnavi a:hover {
  opacity: 0.5;
}
.p_cv_btn {
  display: block;
  color: #333;
  text-align: center;
  background: #fff000;
  border-radius: 8px;
  text-decoration: none;
  padding: 15px 0;
  transition: all 0.3s ease-in;
  border: 2px solid #333;
}
.p_cv_btn.disabled:hover {
  background-color: #c4c4c4;
}
.p_cv_btn:hover {
  background: transparent;
  color: #333;
}

.l_mainvisual {
  background: url(../images/bg_mainvisual.png) center center no-repeat;
  background-size: cover;
  padding-bottom: 345px;
  position: relative;
}
.m_catchcopy_area {
  padding: 270px 0 0 212px;
}
.m_catchcopy {
  color: #fff;
  font-size: 40px;
  line-height: 2.5;
  font-weight: bold;
  letter-spacing: 4px;
}
.m_catchcopy span {
  background: #333;
  border-radius: 8px;
  padding: 15px;
}
.p_sub_catchcopy {
  font-size: 32px;
  line-height: 1.7;
  color: #333;
  padding-top: 20px;
  font-weight: bold;
  letter-spacing: 4px;
}
.m_catchcopy_cv_area {
  margin-top: 40px;
  width: 240px;
}
.p_down_icon {
  position: absolute;
  bottom: 150px;
  left: 50%;
  margin-left: -100px;
}

.p_section_title,
.p_section_sub_title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.p_section_title {
  font-size: 40px;
}
.p_section_sub_title {
  padding-bottom: 20px;
}

/* フリーランスの悩み */
.l_freelance_worry {
  margin-top: 0px;
}
.m_freelance_three_mens {
  padding-top: 55px;
  text-align: center;
}

/* FUNADEなら、フリーランスの不安を解消する3つのサポート */
.l_support {
  margin-top: -15px;
  padding: 110px 0 250px;
  background: #ecfaff url(../images/bg_guys.png) center bottom no-repeat;
  position: relative;
}
.l_support .l_wrapper {
  max-width: 1080px;
  width: 100%;
}
.p_freelance_support_message {
  padding-top: 60px;
  line-height: 2.5;
  font-weight: bold;
  text-align: center;
}
.m_freerance_support_contents {
  background: #fff;
  margin-top: 90px;
  padding: 100px 90px 60px;
  border-radius: 20px;
  position: relative;
}
.m_freerance_support_contents::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -100px;
}
.m_freerance_support_contents .m_one_three_column {
  position: relative;
  width: 28%;
}
.p_one_support_number {
  position: absolute;
  left: 0;
  top: -25px;
  background: #30dad8;
  border-radius: 22px;
  width: 44px;
  height: 44px;
  text-align: center;
  padding-top: 12px;
  color: #fff;
}
.p_one_support_image {
  margin: 20px 0 25px;
}
.p_one_support_image.-first {
  margin-top: 0;
}
.p_one_support_titles {
  color: #333;
  font-weight: bold;
  padding-bottom: 15px;
}
.p_one_support_message {
  color: #828282;
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}
.p_one_support_message_01 {
  color: #828282;
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
  margin-top: 10px;
}
.m_support_guys_image {
  padding: 40px 0 45px;
  text-align: center;
}
.p_support_middle_title {
  font-weight: bold;
  font-size: 24px;
  color: #333;
  line-height: 1.7;
  text-align: center;
}
.p_support_middle_message {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #828282;
  padding: 20px 0 40px;
}
.p_support_middle_cv {
  width: 240px;
  margin: 0 auto 40px;
}
.p_support_middle_cv .p_cv_btn {
  padding: 20px 0;
}
.p_support_under_message {
  text-align: center;
}
.p_support_under_line {
  text-decoration: underline;
}

/* リスク */
.m_risk_contents {
  margin-top: 70px;
}
.m_risk_box {
  background: #fff url(../images/img_men1.png) 30px bottom no-repeat;
  border: 4px solid #30dad8;
  border-radius: 20px;
  padding: 45px 60px 45px 275px;
  margin-bottom: 20px;
}
.m_risk_box.-step2 {
  background: #fff url(../images/img_men2.png) 30px bottom no-repeat;
}
.p_risk_title {
  font-size: 20px;
  color: #30dad8;
  font-weight: bold;
}
.p_risk_badge {
  background: #30dad8;
  border-radius: 8px;
  color: #fff;
  padding: 10px 30px;
  margin-right: 20px;
  font-size: 16px;
}
.p_risk_message {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 1px;
  color: #828282;
  padding-top: 20px;
}

/* こんな方におすすめサポート */
.l_recommend_support {
  margin: 60px 0 80px;
}

/* こんなサポートも行っています */
.l_more_support {
  background: #ecfaff;
}
.l_more_support .l_wrapper {
  background: url(../images/img_guys2.png) left bottom no-repeat;
  padding: 75px 0 75px 590px;
}
.l_more_support .p_section_title {
  text-align: left;
  font-size: 30px;
}
.p_section_message {
  font-size: 14px;
  line-height: 2;
  padding-top: 30px;
}
.p_more_support_cv {
  width: 240px;
  margin-top: 30px;
}

/* ご紹介案件例 */
.l_project_introduction {
  margin: 80px 0;
}
.l_project_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 70px 50px 0 50px;
  border: 1px solid #ecfaff;
  background-color: #ecfaff;
  border-radius: 15px;
}
.l_project_items {
  margin: 10px 10px;
  width: 10%;
  min-width: 260px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 15px;
  overflow: hidden;
}
.l_project_item {
  display: flex;
}
.p_project_position {
  background: #30dad8;
  border-radius: 25px;
  font-size: 19px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 10px;
  margin: 0 5px;
  color: #fff;
}
.p_project_title {
  font-size: 17px;
  width: 58%;
  margin: 0 10px;
}
.p_project_title_md {
  font-size: 17px;
  width: 56%;
  margin: 0 10px;
}
.p_project_title_s {
  line-height: 50px;
  font-size: 17px;
  width: 58%;
  margin: 0 10px;
}
.p_project_content {
  background: #333;
  border-radius: 5px;
  width: 55px;
  height: 25px;
  padding-top: 3px;
  text-align: center;
  margin: 10px 5px;
  color: #fff;
}
.p_project_content_skill {
  background: #333;
  border-radius: 5px;
  width: 55px;
  height: 25px;
  padding-top: 3px;
  text-align: center;
  margin: 10px 5px;
  color: #fff;
}
.l_project_lists > span {
  color: #828282;
  font-size: 12px;
  width: 50%;
  margin-left: 10px;
  display: block;
  line-height: 32px;
}
.remote {
  color: #828282;
  font-size: 12px;
  width: 50%;
  margin-left: 10px;
  display: block;
  line-height: 32px;
}

.react_js_skill {
  color: #828282;
  font-size: 12px;
  width: 90%;
  font-weight: bold;
  margin-left: 10px;
  display: block;
}
.web_skill {
  color: #828282;
  font-size: 12px;
  width: 100%;
  margin-left: 10px;
  display: block;
}
.p_project_unit_price {
  color: #30dad8;
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
}

/* 無料相談の流れ */
.l_step_flow {
  margin-top: 80px;
}
.l_step_flow .m_five_column {
  margin-top: 70px;
}
.l_step_flow .m_one_five_column {
  width: 18%;
  text-align: center;
}
.p_step_number {
  background: #30dad8;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  padding-top: 15px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.m_step_contents {
  background: #f6f6f6;
  border-radius: 8px;
  padding: 35px 20px;
  margin-top: 45px;
  min-height: 260px;
}
.p_step_title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 20px 0 10px;
}
.p_step_message {
  font-size: 12px;
  line-height: 2;
  color: #828282;
}

/* 利用者の声 */
.l_voice {
  background: #ecfaff url(../images/img_guys3.png) center bottom no-repeat;
  margin-top: 50px;
  padding: 95px 0 220px;
  position: relative;
}
.l_wrapper_voice {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.m_user_voice {
  width: 870px;
  margin: 60px auto 0;
}
.m_one_user_voice {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
.m_one_user_voice_contents {
  width: 70%;
  background: #fff;
  border-radius: 20px;
  padding: 35px 40px;
  position: relative;
}
.m_one_user_voice_contents::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 30px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: -15px;
}
.m_one_user_voice_userdata {
  width: 30%;
  padding-left: 30px;
}
.p_one_user_name {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.p_one_user_unit_price {
  font-weight: bold;
}
.p_one_user_voice_quote_start {
  position: absolute;
  left: 15px;
  top: -10px;
}
.p_one_user_voice_quote_end {
  position: absolute;
  right: 5px;
  bottom: -13px;
}
.p_one_user_voice_title {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  line-height: 2;
  padding-bottom: 10px;
}
.p_one_user_voice_message {
  font-size: 12px;
  color: #828282;
  line-height: 2;
}
.-reverse .m_one_user_voice_contents {
  order: 2;
}
.-reverse .m_one_user_voice_userdata {
  order: 1;
}
.-reverse .m_one_user_voice_contents::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 15px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -15px;
}

.l_message_contents {
  border-top: 3px solid #333;
  margin-top: -48px;
  position: relative;
  background: #fff;
  padding-bottom: 60px;
}
.p_message {
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  letter-spacing: 8px;
  color: #333;
  padding: 60px 0 20px;
}
.p_message_cv {
  width: 260px;
  margin: 0 auto;
}
.p_back_to_top {
  position: absolute;
  right: 30px;
  top: -40px;
}

/* footer */
.l_footer {
  border-top: 3px solid #333;
}
.m_footer_nav {
  text-align: center;
  padding: 50px 0;
}
.m_footer_navigation li {
  display: inline-block;
}
.m_footer_navigation li a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.l_company_list {
  text-align: center;
  background: #f2f2f2;
  padding: 25px 0;
}
.l_company_list .m_footer_navigation li a {
  font-weight: normal;
}
.l_company_list .m_footer_navigation li a img {
  vertical-align: middle;
}

.p_copyright {
  background: #333;
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
  text-align: center;
  padding: 10px;
}

.contct_page {
  background: #ecfaff;
}
.contct_page .l_header {
  position: static;
}
.l_contact {
  background: url(../images/img_guys3.png) center bottom no-repeat;
  padding: 30px 0 245px;
}
.l_contact_inner {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 60px 90px 50px;
  border-radius: 8px;
}
.m_contact_title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.m_contact_form {
  margin-top: 45px;
}
.p_one_label {
  display: block;
  text-align: right;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 46px;
}
.m_contact_form input,
.m_contact_form textarea,
.m_contact_form select,
.p_contact_confirm {
  width: 60%;
  height: 46px;
  padding: 10px;
  border: 0 none;
  background: #f2f2f2;
  border-radius: 8px;
  box-sizing: border-box;
  margin-left: 30px;
  font-weight: normal;
}
.p_contact_confirm {
  display: inline-block;
  background: transparent;
  text-align: left;
}
.p_contact_confirm.-position_change {
  vertical-align: top;
  position: static;
}
.m_contact_form textarea {
  height: 80px;
}
.p_invalid_badge {
  background: #eb5757;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 10px;
  margin-left: 10px;
  vertical-align: middle;
}
.-position_change {
  position: relative;
  top: -60px;
}
.p_one_label_attention {
  padding-left: 40%;
  margin-top: -30px;
  font-size: 14px;
}
.m_contact_form .pp_checkbox {
  width: auto;
  height: auto;
  font-weight: normal;
  margin-top: 20px;
  margin-left: 0;
}
.m_contact_form .p_cv_btn {
  font-weight: bold;
  width: 240px;
  margin: 30px auto 0;
  cursor: pointer;
}
.m_contact_under_footer_space {
  border-top: 3px solid #333;
  background: #fff;
  height: 100px;
  margin-top: -51px;
}
.p_attention_message {
  text-align: center;
  padding: 15px 0;
  line-height: 2;
}
.m_contact_btn_area {
  display: flex;
  text-align: center;
}
.p_cv_btn.-gray {
  background: #eee;
  border: 1px solid #eee;
  color: #333;
}
.p_cv_btn.-gray:hover {
  background: transparent;
}
.p_contact_back_top {
  width: 240px;
  margin: 30px auto 0;
}

.privacypolicy {
}
.privacypolicy_box {
  border: 1px solid #8f8f8f8f;
  height: 500px;
  overflow-y: scroll;
  margin: 15px;
  padding: 15px;
}

.privacypolicy_top {
  font-weight: bold;
}
.privacypolicy_title {
  font-weight: bold;
}
.privacypolicy_text {
  font-feature-settings: "palt";
  margin: 20px 0px;
}
.disabled {
  background-color: #c4c4c4;
}

/* commons */
.m_three_column,
.m_five_column {
  display: flex;
  justify-content: space-around;
}
.m_one_three_column {
  width: 33%;
  text-align: center;
}
.m_one_five_column {
  width: 20%;
}

.no_scroll {
  overflow: hidden;
}

.is_sp {
  display: none;
}
.is_hide {
  display: none;
}

/*---------- レスポンシブ -------------------------------------------------- */
@media screen and (max-width: 782px) {
  .l_wrapper {
  }
  .l_header {
    padding: 25px 4%;
  }
  .m_logo {
    width: 44%;
    min-width: 24%;
  }
  .m_cv_btn {
    width: 45%;
    min-width: 45%;
  }
  .p_cv_btn {
    padding: 10px 0;
  }

  .l_mainvisual {
    background: url(../images/bg_mainvisual_sp.png) center top no-repeat;
    background-size: contain;
    padding-bottom: 100px;
    position: relative;
  }
  /* 収入保証でフリーランスエンジニアを・・・ */
  .m_catchcopy_area {
    padding: 380px 0 0 20px;
  }
  .m_catchcopy {
    font-size: 15px;
    transform: rotate(-10deg);
    line-height: 3.5;
    /*    width: 75%;*/
  }
  .m_catchcopy span {
    padding: 10px;
  }
  .p_sub_catchcopy {
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
  }
  .m_catchcopy_cv_area {
    margin: 30px auto 0;
  }
  .m_catchcopy_cv_area .p_cv_btn {
    padding: 15px 0;
  }

  /* フリーランスの悩み */
  .p_section_sub_title {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .p_section_title {
    font-size: 20px;
  }
  .m_freelance_three_mens {
    padding-top: 30px;
  }

  /* FUNADEなら、フリーランスの不安を解消する３つのサポート */
  .l_support {
    margin-top: 70px;
    padding-top: 70px;
    background-size: contain;
    padding-bottom: 100px;
  }
  .l_support .p_section_title,
  .l_support .p_freelance_support_message {
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
  .p_freelance_support_message {
    font-size: 14px;
    line-height: 2;
    padding-top: 15px;
  }
  .m_freerance_support_contents {
    padding: 60px 40px;
    width: 90%;
    margin: 35px auto;
  }
  .m_freerance_support_contents .m_one_three_column {
    width: 100%;
    margin-bottom: 50px;
  }
  .m_support_guys_image {
    padding: 0 0 20px;
  }
  .p_support_middle_title {
    font-size: 16px;
    text-align: left;
  }
  .p_support_middle_message {
    text-align: left;
    padding-bottom: 20px;
  }
  .p_support_middle_cv {
    margin-bottom: 20px;
    width: 100%;
  }
  .m_freerance_support_contents::after {
    border-width: 50px 25px 0 25px;
    border-color: #ffffff transparent transparent transparent;
    margin-left: -25px;
  }

  /* リスク */
  .m_risk_contents {
    width: 90%;
    margin: 70px auto;
  }
  .m_risk_box {
    padding: 20px;
    position: relative;
    margin-top: 50px;
    background: #fff;
  }
  .p_risk_title {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -60px;
  }
  .m_risk_title_box {
    display: flex;
    align-items: center;
  }
  .m_risk_title_image {
    width: 30%;
  }
  .p_risk_title_text {
    width: 65%;
    margin-left: 5%;
    color: #30dad8;
    font-size: 20px;
    font-weight: bold;
  }

  /* こんな方におすすめのサポート */
  .l_more_support .p_section_title {
    font-size: 20px;
    padding-top: 40px;
    text-align: center;
  }

  /* こんなサポートも行っています */
  .l_more_support {
    padding: 70px 0 90px;
  }
  .l_more_support .l_wrapper {
    padding: 0 20px;
    background: none;
  }
  .p_more_support_cv {
    margin: 30px auto;
  }
  .p_more_support_cv .p_cv_btn {
    padding: 15px 0;
  }

  .l_step_flow .m_five_column {
    margin-top: 30px;
  }
  .l_step_flow .m_one_five_column {
    width: 100%;
  }

  .m_step_contents {
    margin-top: 20px;
    padding: 25px 20px;
    display: flex;
    min-height: auto;
  }
  .p_step_images {
    width: 20%;
  }
  .p_step_contents {
    width: 75%;
    margin-left: 5%;
    text-align: left;
  }
  .p_step_title {
    padding-top: 0;
  }

  .l_voice {
    background-size: contain;
    padding-bottom: 150px;
  }
  .m_user_voice {
    width: 100%;
  }
  .m_one_user_voice {
    display: block;
  }
  .m_one_user_voice_contents {
    padding: 20px;
    width: 100%;
  }
  .m_one_user_voice_userdata {
    text-align: center;
    width: 100%;
    padding-top: 25px;
    padding-left: 0;
  }
  .p_one_user_attribute {
    padding-top: 10px;
  }
  .m_one_user_voice_contents::after,
  .-reverse .m_one_user_voice_contents::after {
    border-width: 30px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: auto;
    left: auto;
    bottom: -15px;
    right: 45%;
    margin: 0;
  }

  .l_wrapper {
    padding: 0px;
  }

  /* ご紹介案件例 */
  .l_project_container {
    display: block;
    width: 100%;
    margin: 70px 0 0 0;
  }
  .l_project_items {
    margin: 10px auto;
    width: 85%;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 15px;
  }
  .l_project_item {
    display: flex;
  }
  .p_project_position {
    background: #30dad8;
    border-radius: 25px;
    font-size: 19px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    margin: 0 5px;
    color: #fff;
  }
  .p_project_title_s,
  .p_project_title,
  .p_project_title_md {
    line-height: 50px;
    font-size: 17px;
    width: calc(100% - 60px);
    margin: 0;
    font-weight: bold;
  }
  .p_project_content {
    padding-top: 3px;
    margin: 5px 5px;
  }
  .p_project_content_skill {
    margin: 20px 0 5px 5px;
  }
  .l_project_list,
  .l_project_lists {
    display: flex;
  }
  .l_project_lists > span {
    margin: 10px 10px 0px 5px;
    line-height: 0px;
    padding: 20px 0 0 5px;
  }
  .react_js_skill {
    padding: 13px 0 0 5px;
    margin: 10px 10px 5px 5px;
  }
  .web_skill {
    width: 33%;
    padding: 15px 0 0 5px;
    margin: 0px 10px 0px 5px;
  }
  .remote {
    margin: 0px 10px 0px 5px;
  }
  .p_project_unit_price {
    padding-top: 3px;
    margin-left: 5px;
  }

  /* 無料相談の流れ */
  .l_step_flow {
    margin-top: 80px;
  }
  .m_five_column {
    margin: 0 auto;
    width: 90%;
  }
  .p_step_number {
    background: #30dad8;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    padding-top: 15px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
  }
  .m_step_contents {
    background: #f6f6f6;
    border-radius: 8px;
    padding: 30px 20px;
    margin-top: 30px;
  }
  .p_step_title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 5px 0 10px;
  }
  .p_step_message {
    font-size: 12px;
    line-height: 2;
    color: #828282;
  }

  .l_wrapper_voice {
    padding: 0 20px 130px;
  }
  .m_user_voice {
    width: 90%;
    margin: 60px auto 0;
  }
  .m_one_user_voice_userdata {
    /* width: 30%;
  padding-left: 30px; */
    margin: 0 0 50px 0;
  }

  .l_message_contents {
    border-top: 0;
    margin-top: 0;
  }
  .p_message {
    padding: 20px 0;
    letter-spacing: 2px;
  }
  .p_back_to_top {
    top: auto;
    bottom: -30px;
    right: calc(50% - 20px);
    width: 40px;
  }

  .m_footer_navigation li {
    display: block;
  }

  .l_company_list .m_footer_navigation li {
    display: inline-block;
  }
  .l_company_list .m_footer_navigation li a {
    padding: 10px 5px;
  }

  .l_contact {
    background-size: contain;
    padding: 0 0 200px;
  }
  .l_contact_inner {
    border-radius: 0;
    padding: 40px 20px 30px;
  }
  .m_contact_title {
    font-size: 20px;
  }
  .m_contact_form {
    margin-top: 20px;
  }
  .p_one_label {
    text-align: left;
  }
  .m_contact_form input,
  .m_contact_form textarea,
  .p_contact_confirm {
    width: 100%;
    margin-left: 0;
  }
  .p_one_label_attention {
    padding-left: 0;
  }
  .m_contact_btn_area {
    display: block;
  }
  .m_contact_btn_area .p_cv_btn {
    margin-top: 15px;
  }

  .m_three_column,
  .m_five_column {
    display: block;
  }
  .m_one_three_column,
  .m_one_five_column {
    width: 100%;
  }

  .is_sp {
    display: block;
    margin: 0 auto;
  }
  .is_pc {
    display: none;
  }
}
