@charset "UTF-8";
/* ==================================================
    要素のボーダー
================================================== */
.gray-border01 {
  border: 1px solid #eaeaea;
}

/* ==================================================
    Topics一覧のTopics下のボーダー
================================================== */
.row-fluid .topics-title {
  margin-top: 0;
  margin-bottom: 40px;
  border: none;
  color: #03a9f4;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 979px) {
  .row-fluid .topics-title {
    font-size: 26px;
  }
}

/* ==================================================
    List Pages一覧
================================================== */
.module_block .photo .black_bg_ttl {
  margin: 0;
  padding: 8px 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.module_block .text .ttl {
  position: relative;
  margin-top: 23px;
  margin-bottom: 10px;
  padding: 0 15px;
  background-image: none;
  color: #03a9f4;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.module_block .text .green_bar_ttl {
  position: relative;
  margin-top: 23px;
  margin-bottom: 25px;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  background-image: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #03a9f4;
}

.module_block .text .green_bar_ttl:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 1em;
  display: block;
  width: 70px;
  height: 1px;
  background-color: #03a9f4;
}

/* ==================================================
    ページタイトル
================================================== */
.page_title_txt {
  margin-bottom: 14px;
  font-size: 28px;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  color: #212121;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ==================================================
    Before Afterイラスト
================================================== */
.lower_illust .after dt {
  background-color: #03a9f4;
}

.lower_illust li dt {
  margin: 0;
  padding: 8px 10px;
  background-color: #003da5;
  color: #fff;
  font-family: "Helvetica Neue", "Noto Sans Japanese", sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: inherit;
  text-transform: uppercase;
}

.lower_illust li dd {
  margin: 0;
  padding: 13px 16px;
  color: #666;
  font-family: "Noto Sans Japanese";
  font-size: 16px;
  font-weight: 200;
  line-height: 25px;
  text-align: center;
}

dl.box-inner {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 980px) {
  .lower_illust li dd {
    min-width: 284px;
    min-height: 42px;
  }
}

@media (max-width: 979px) {
  .lower_illust li dd {
    min-width: 201px;
  }
}

@media (max-width: 767px) {
  .lower_illust li dd {
    min-width: 201px;
  }
}

@media (max-width: 640px) {
  .lower_illust li dd {
    min-width: 176px;
    padding: 6px 5px;
    font-size: 11px;
    line-height: 1.2;
  }
}

@media (max-width: 510px) {
  .lower_illust li dd {
    min-width: 134px;
  }
}

@media (max-width: 420px) {
  .lower_illust li dd {
    min-width: initial;
  }
}

/* ==================================================
    見出し
================================================== */
.heading_h3 {
  margin-bottom: 10px !important;
}

/* ==================================================
    キャリア特集
================================================== */
.profile_box .span3 {
  border: solid 1px #eaeaea;
  margin-bottom: 20px;
}

.profile_box .span3:last-child {
  margin-bottom: 0;
}

.profile_box .span3 img {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.profile_box h3 {
  font-size: 16px;
  line-height: 1.3;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
}

.profile_box p {
  font-size: 14px;
  line-height: 1.5;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 979px) {
  .profile_box .span3 img {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .profile_box .span3 img {
    padding-top: 20px;
  }
}

@media (max-width: 640px) {
  .profile_box .span3 img {
    padding-top: 20px;
  }
}

@media (max-width: 510px) {
  .profile_box .span3 img {
    padding-top: 20px;
  }
}

@media (max-width: 420px) {
  .profile_box .span3 img {
    padding-top: 20px;
  }
}

/* ==================================================
    成長企業の採用論
================================================== */
.enclose-heading {
  padding: 20px;
}

.speaker .media-thumbnail,
.speaker .media-thumbnail.single {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

.speaker .media-thumbnail:last-child {
  padding-top: 20px;
  padding-bottom: 0;
  border-top: solid 1px #e0e0e0;
}

.speaker .media-thumbnail.single {
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
}

.speaker .media-thumbnail p:last-child,
.speaker .media-thumbnail.single p:last-child {
  margin-bottom: 0;
}

.name {
  margin-bottom: 12px !important;
}

/* ==================================================
    求職者向けTOPのビジュアル
================================================== */
.jumbotron {
  background: url("//cdn2.hubspot.net/hubfs/309983/top/jumbotron_bg.jpg") no-repeat center top !important;
}

/* ==================================================
    フォーム
================================================== */
.contact_inner input[type="tel"] {
  min-height: 25px;
  margin-bottom: 10px;
  border-color: #e0e0e0;
  border-radius: 0;
  box-shadow: none;
}

.contact_inner .toc-lp-form {
  padding-top: 10px;
}

.contact_inner .toc-lp-form p {
  text-align: center !important;
  font-weight: bold;
}

.contact_inner .hs-field-desc {
  font-size: 12px;
  color: #999;
}

.contact_inner .hs-form input[type="text"] {
  width: 98.2% !important;
}

.contact_inner .hs-form .form-columns-2 input[type="text"] {
  width: 336px !important;
}

.contact_inner .hs-form .form-columns-3 input[type="text"] {
  width: 200px !important;
}

@media (max-width: 767px) {
  .contact_inner .hs-form .form-columns-2 input[type="text"] {
    width: 98.2% !important;
  }
  .contact_inner .hs-form .form-columns-3 input[type="text"] {
    width: 98.2% !important;
  }
}

.contact_inner .hs-form input[type="radio"] {
  margin: 0 5px 0 0 !important;
}

.contact_inner .hs-form-radio {
  margin: 0 0 0 20px !important;
}

.contact_inner .hs-form-radio:first-child {
  margin: 0 !important;
}

/*.contact_inner .hs-form .inputs-list{
    padding: 0;
    text-align: left!important;
}*/
@media (max-width: 767px) {
  .contact_inner .hs-form-radio {
    margin: 0 !important;
  }
  .contact_inner .hs-form .inputs-list > li {
    text-align: left !important;
  }
}

.hs_experienced_comment {
  opacity: 1;
  -webkit-animation: hs_experienced_comment 2s ease 0s 1 normal;
  animation: hs_experienced_comment 2s ease 0s 1 normal;
}

@-webkit-keyframes hs_experienced_comment {
  0% {
    opacity: 0;
  }
  99.9%, 100% {
    opacity: 1;
  }
}

@keyframes hs_experienced_comment {
  0% {
    opacity: 0;
  }
  99.9%, 100% {
    opacity: 1;
  }
}

.hs_current_employment_situation select,
.hs-dateinput input {
  max-width: 100px;
}

.search_404 form.hs-form input[type="text"] {
  width: 50%;
}

.contact_inner .ssl_text {
  font-weight: normal;
  width: 100%;
  padding: 10px;
  background-color: #ededed;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  box-sizing: border-box;
}

#hs_form_target_main_form .ssl_text {
  font-weight: normal;
  width: 100%;
  padding: 10px;
  background-color: #ededed;
  display: block;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.contact_inner .hs-form ul.inputs-list.multi-container,
.contact_inner .hs-form ul.hs-error-msgs.inputs-list {
  text-align: left;
}

/* ==================================================
    LP（2カラム）
================================================== */
.lp_2clm .widget-type-form {
  box-shadow: 1.4px 1.4px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.lp_2clm .widget-type-share {
  box-shadow: 1.4px 1.4px 4px rgba(0, 0, 0, 0.2);
}

.lp_2clm #hs_form_target_main_form {
  padding: 30px;
}

.lp_2clm #hs_form_target_main_form .hs-button.primary.large {
  margin: 20px 0 0;
  padding: 12px 10px !important;
  width: 100% !important;
  display: block;
  font-size: 16px !important;
  background-color: #f5781e !important;
  box-shadow: 0.75px 0.75px 2px rgba(0, 0, 0, 0.35) !important;
}

.lp_2clm #hs_form_target_main_form form {
  margin-bottom: 0;
}

.lp_2clm #hs_form_target_main_form textarea,
.lp_2clm #hs_form_target_main_form input[type="text"],
.lp_2clm #hs_form_target_main_form input[type="password"],
.lp_2clm #hs_form_target_main_form input[type="datetime"],
.lp_2clm #hs_form_target_main_form input[type="datetime-local"],
.lp_2clm #hs_form_target_main_form input[type="date"],
.lp_2clm #hs_form_target_main_form input[type="month"],
.lp_2clm #hs_form_target_main_form input[type="time"],
.lp_2clm #hs_form_target_main_form input[type="week"],
.lp_2clm #hs_form_target_main_form input[type="number"],
.lp_2clm #hs_form_target_main_form input[type="email"],
.lp_2clm #hs_form_target_main_form input[type="url"],
.lp_2clm #hs_form_target_main_form input[type="search"],
.lp_2clm #hs_form_target_main_form input[type="tel"],
.lp_2clm #hs_form_target_main_form input[type="color"],
.lp_2clm #hs_form_target_main_form .uneditable-input,
.lp_2clm #hs_form_target_main_form form.hs-form select {
  border-radius: 0;
  box-shadow: none;
  border-color: #e0e0e0;
  /*margin-bottom: 24px;*/
  height: 30px;
  box-sizing: border-box;
}

.lp_2clm #hs_form_target_main_form textarea {
  min-height: 150px;
}

.lp_2clm #hs_cos_wrapper_main_form_title {
  padding: 8px 10px 6px;
  background-color: #f8f8f8;
  text-align: center;
  color: #666;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .lp_2clm #hs_cos_wrapper_main_form_title {
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.lp_2clm #hs_form_target_main_form .hs_privacy_policy.field.hs-form-field {
  margin-top: 10px;
}

.lp_2clm .shadow_box {
  display: block;
  box-shadow: 1.4px 1.4px 4px rgba(0, 0, 0, 0.2);
}

.lp_2clm .span12.widget-span.widget-type-rich_text h4 {
  padding: 8px 10px 6px !important;
  margin: 0;
  background-color: #f8f8f8;
  text-align: center;
  color: #666;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .lp_2clm .span12.widget-span.widget-type-rich_text h4 {
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.lp_2clm .span12.widget-span.widget-type-social_sharing {
  padding: 30px;
  text-align: center;
}

.lp_2clm .span12.widget-span.widget-type-social_sharing a {
  margin-right: 20px;
}

.lp_2clm .span12.widget-span.widget-type-social_sharing a:last-child {
  margin-right: 0;
}

.lp_2clm .span12.widget-span.widget-type-social_sharing img {
  padding-bottom: 0;
}

.lp_2clm .hs-form fieldset.form-columns-1 .input {
  margin-right: 0;
}

.lp_2clm .hs-form fieldset.form-columns-1 .hs-input[type="text"] {
  width: 100%;
}

.lp_2clm .hs-form fieldset.form-columns-2 .hs_firstname.field.hs-form-field .input {
  margin-right: 0;
}

.lp_2clm form.hs-form input[type="text"],
.lp_2clm form.hs-form input[type="email"],
.lp_2clm form.hs-form input[type="tel"],
.lp_2clm form.hs-form textarea {
  width: 100% !important;
}

.lp_2clm .hs-form fieldset.form-columns-1 select.hs-input {
  width: 100%;
}

.lp_2clm .inputs-list.multi-container {
  list-style-type: none;
  margin-left: 0;
}

.lp_2clm .inputs-list.multi-container {
  margin-bottom: 20px;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .hs-form fieldset.form-columns-2 .input {
    margin-right: 0 !important;
  }
}

.lp_2clm .field.hs-form-field {
  margin-top: 24px;
}

/*.lp_2clm .hs-form fieldset.form-columns-1{
    margin-top: 24px;
}*/
.lp_2clm .hs-form fieldset.form-columns-1:first-child .field.hs-form-field,
.lp_2clm .hs-form fieldset.form-columns-2:first-child .field.hs-form-field {
  margin-top: 0;
}

.lp_2clm .hs-form a:link,
.lp_2clm .hs-form a:visited {
  color: #2f4063;
  text-decoration: underline;
}

.lp_2clm .hs-form a:hover {
  color: #7088bb;
  text-decoration: underline;
}

.lp_2clm .hs-form a:active {
  color: #2f4063;
  text-decoration: underline;
}

/* ==================================================
    SNS Smartphone
================================================== */
.social-button-sp {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  letter-spacing: -.4em;
  list-style-type: none;
}

.social-button-sp > li {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
  letter-spacing: normal;
  vertical-align: top;
}

.social-button-sp > li:first-child {
  margin: 0;
}

.social-button-sp > li a,
.social-button-sp > li a img {
  display: block;
  width: 48px;
  height: 48px;
}

.social-area-vertical .social-button-sp {
  display: none !important;
}

@media (max-width: 767px) {
  .social-area-vertical .social-button-sp {
    display: block !important;
  }
  .social-area-vertical .social-button {
    display: none !important;
  }
}

/* ==================================================
    採用サポート関連記事
================================================== */
.related_posts_box {
  margin-top: 30px;
  margin-bottom: 50px;
}

.related_posts_box h3 {
  font-size: 16px;
  font-weight: bold;
  color: #03a9f4;
}

.related_posts {
  margin-left: 0;
}

.related_posts li {
  width: 130px;
  list-style-type: none;
  float: left;
  margin-right: 30px;
  line-height: 1.5;
}

.related_posts li:last-child {
  margin-right: 0;
}

.related_posts_image {
  width: 124px;
  height: 124px;
  border: solid 1px #e0e0e0;
  padding: 2px;
  display: block;
}

.related_posts_image span {
  display: block;
  position: relative;
  overflow: hidden;
  width: 124px;
  height: 124px;
}

.related_posts_image img {
  max-width: 234px;
  height: 124px;
  position: absolute;
  top: 0;
  left: -61px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.related_posts_image img:hover {
  opacity: 0.5;
}

.related_posts_title {
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .related_posts {
    width: 100%;
  }
  .related_posts li {
    width: 18%;
    margin-right: 2.5%;
  }
  .related_posts_image {
    width: 100%;
  }
  .related_posts_image span {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .related_posts li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
  .related_posts_image {
    width: 120px;
    height: 62px;
    float: left;
  }
  .related_posts_image span {
    overflow: visible;
  }
  .related_posts_image img {
    width: 120px;
    height: 62px;
    position: relative;
    left: 0;
  }
  .related_posts_title {
    padding-left: 140px;
    display: block;
    font-size: 14px;
  }
}

/*# sourceMappingURL=../../public_html/css/hs_default_custom_style.css.map */
