@charset "UTF-8";
/* extend
   ========================================================================== */
/* ----------------------------------------------- */
/* link color
/* ----------------------------------------------- */
a {
  color: #003da5;
}

a:hover,
a:active,
a:focus {
  color: #003da5;
  opacity: 0.75;
  text-decoration: underline;
}

/* ----------------------------------------------- */
/* Module Item
/* ----------------------------------------------- */
@media (min-width: 1200px) {
  .container.module_area {
    width: 970px;
  }
}

.module_area {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .module_area {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-module .module_area {
    padding-right: 0;
    padding-left: 0;    
  }
}

.module_area img {
  padding-bottom: 20px;
}

.body_recruiter .module_area img {
  width: 100%;
  height: auto;
}

.body_recruiter .heading_h2 span {
  color: #03a9f4;
  font-size: 18px !important;
  font-weight: 300;
  line-height: 24px;
}

@media (min-width: 1200px) {
  .container_large {
    width: 1200px;
  }
}

@media (min-width: 1200px) and (max-width: 1214px) {
  .container_large {
    width: 1170px;
  }
}

@media (min-width: 1200px) {
  .container_large .row {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .container_large .row {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .container_large .row {
    margin-left: -20px;
  }
}

/* ----------------------------------------------- */
/* 共通
/* ----------------------------------------------- */
.text_list a,
.stand-alone-link {
  color: #03a9f4;
}

.text_list a:hover,
.text_list a:active,
.text_list a:focus,
.stand-alone-link:hover,
.stand-alone-link:active,
.stand-alone-link:focus {
  opacity: 0.75;
  text-decoration: underline;
}

.img_responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.oblique_line {
  display: none;
}

@media (min-width: 980px) and (max-width: 1200px) {
  .left-module .btn-small {
    padding: 22px 6% !important;
  }
  .left-module .related_posts_image img {
    left: -20px;
  }
}

@media (max-width: 979px) {
  .popular_articles_custom .media.float-text {
    margin-top: 10px !important;
  }
  .left-module .related_posts_image img {
    left: 0;
  }
}

@media (max-width: 767px) {
  .oblique_line {
    width: 100px;
    height: 10px;
  }
}

@media (max-width: 767px) {
  .oblique_line {
    width: 100%;
  }
}

.block {
  margin-bottom: 50px;
}

.outline {
  outline: 1px solid #e0e0e0;
}

/* ----------------------------------------------- */
/* Page Title
/* ----------------------------------------------- */
.page_title {
  margin-top: 75px;
  margin-bottom: 20px;
}

@media (max-width: 979px) {
  .page_title {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .page_title {
    padding-bottom: 10px;
  }
}

.page_title .container {
  position: relative;
  padding-bottom: 25px;
}

@media (max-width: 979px) {
  .page_title .container {
    padding-bottom: 1px;
  }
}

.page_title .container:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 40%;
  height: 1px;
  background-color: #03a9f4;
}

.page_title .container.no_border_bottom {
  padding-bottom: 0;
}

.page_title .container.no_border_bottom:after {
  content: none;
  display: none;
}

/* CEOブログのときは非表示に */
.ceo_blog .page_title .container:after {
  content: none;
}

@media (max-width: 979px) {
  body.to_b_contact .page_title {
    padding-top: 18px;
  }
}

.page_title_txt {
  margin-bottom: 20px;
  color: #03a9f4;
  font-size: 34px !important;
  font-weight: 100;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 979px) {
  .page_title_txt {
    font-size: 28px !important;
  }
}

.page_title_txt_num {
  display: block;
  margin-bottom: 5px;
  color: #03a9f4;
  font-family: "Arial", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 100;
  line-height: 1.3;
  font-size: 50px;
}

@media (max-width: 767px) {
  .page_title_txt_num {
    font-size: 35px;
  }
}

.page_title h1 {
  margin-bottom: 20px;
  color: #03a9f4;
  font-size: 34px !important;
  font-weight: 100;
  line-height: 40px;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 979px) {
  .page_title h1 {
    font-size: 28px !important;
  }
}

.page_title h1 .sub {
  font-size: 26px;
}

@media (max-width: 767px) {
  .page_title h1 .sub {
    display: block;
  }
}

.page_title h2 {
  margin-bottom: 14px;
  font-size: 28px;
  text-align: center;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .page_title h2 {
    margin: 14px;
    font-size: 18px;
  }
}

.page_title .border {
  display: none;
}

.page_title .caption {
  color: #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .page_title .caption {
    display: none;
  }
}

/* ----------------------------------------------- */
/* Breadcrumb
/* ----------------------------------------------- */
.breadcrumb {
  margin: 0;
  padding: 18px 0 0;
  border: none;
  border-radius: 0;
  background: none;
  background-color: transparent;
  font-size: 12px;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding-left: 20px;
  }
}

.breadcrumb .active {
  color: #666;
}

.breadcrumb > li {
  text-shadow: none;
}

/* ----------------------------------------------- */
/* Module Block
/* ----------------------------------------------- */
.module_block .span3:nth-child(4n+1) {
  margin-left: 0;
}

.module_block .block {
  position: relative;
  margin-bottom: 16px;
  /*box-shadow: 1.4px 1.4px 4px rgba(0, 0, 0, 0.2);*/
}

@media (max-width: 767px) {
  .module_block .block {
    margin-bottom: 20px;
    /*border: solid 1px #d8d8d8;*/
  }
  .content-box-wrapper .module_area {
    padding-right: 0;
    padding-left: 0;
  }
}

.module_block .block:hover {
  opacity: 0.75;
}

.module_block .block .link {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}

.module_block .block-bg {
  background-color: #f8f8f8;
}

.module_block .photo {
  position: relative;
}

.module_block .photo img {
  width: 100%;
}

.module_block .photo .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  background-color: rgba(3, 169, 244, 0.75);
}

.module_block .photo h3 {
  margin: 0;
  padding: 8px 9px;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
}

.module_block .text h4 {
  position: relative;
  margin-top: 23px;
  margin-bottom: 17px;
  padding-bottom: 0;
  padding-left: 1em;
  background-image: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.module_block .text h4:before {
  position: absolute;
  top: 2px;
  left: -1px;
  color: #4fb8af;
  font-size: 13px;
  content: "ー";
}

.module_block .text p {
  padding: 0 15px 15px;
  color: #666;
  font-family: "Arial", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 22px;
}

.module_block .media {
  margin-top: 10px;
}

.module_block .media a {
  display: table-cell;
  width: 80px;
  height: 80px;
  border: solid 1px #d8d8d8;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}

.module_block .media a img {
  width: 80%;
  margin: 0 auto;
  vertical-align: middle;
}

.module_block .media .pull-left {
  margin-bottom: 10px;
  margin-left: 10px;
}

@media (max-width: 480px) {
  .module_block .media .pull-left {
    float: left;
  }
}

.module_block .media .media-body .media-heading,
.module_block .media .media-body .position {
  font-size: 11px;
  font-weight: 300;
}

.module_block .media .media-body .position {
  margin-top: 0;
  line-height: 16px;
}

.module_block_2column {
  position: relative;
  padding-top: 40px;
  border-top: none;
}

@media (max-width: 767px) {
  .module_block_2column {
    /*padding-top: 20px;*/
    padding-top: 0;
  }
}

.module_block_2column .block {
  margin-bottom: 0;
}

.module_block_2column .media-thumbnail {
  padding-bottom: 40px;
}

@media (max-width: 640px) {
  .module_block_2column .media-thumbnail {
    padding-bottom: 0;
  }
}

.module_block_2column .media-thumbnail .pull-left {
  float: left !important;
  width: 36.365%;
  margin-right: 30px;
}

@media (max-width: 640px) {
  .module_block_2column .media-thumbnail .pull-left {
    width: 100%;
    margin-right: 5%;
  }
  .left-module .topics-title {
    margin-bottom: 20px;
  }
}

.module_block_2column .media-thumbnail h2 {
  color: #03a9f4;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 0;
}

@media (max-width: 640px) {
  .module_block_2column .media-thumbnail h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.3;
    padding: 0px 14px;
  }
}

.module_block_2column .media-thumbnail p {
  margin-top: -5px;
  color: #666;
  font-size: 14px;
  line-height: 1.785714286;
}

@media (max-width: 640px) {
  .module_block_2column .media-thumbnail {
    border-bottom: none;
  }
  .module_block_2column .media-thumbnail p {
    float: left;
    margin-top: 0;
    padding: 0 14px;
  }
}

.module_block_2column .media-thumbnail .post-data {
  display: block;
  margin-top: 17px;
}

.module_block_2column .media-thumbnail .post-data .topic {
  padding-left: 1.5em;
  color: #03a9f4;
}

.module_block_2column .link {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 84%;*/
  height: 100%;
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0);
}

@media (max-width: 767px) {
  .module_block_2column .link {
    margin-top: 0;
  }
}

.module_block_2column .link:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 767px) {
  .module_block_2column .link:hover {
    margin-top: 0;
  }
}

.module_block_2column .new {
  display: block;
  position: absolute;
  top: 50px;
  left: 10px;
  width: 51px;
  height: 51px;
  background: url("//cdn2.hubspot.net/hubfs/309983/module/ico_new_post.png") no-repeat 0 0;
}

.module_block_2column:first-child .link {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.module_block_2column:first-child .new {
  top: 10px;
}

@media (max-width: 640px) {
  .module_block_2column:first-child .new {
    top: 50px;
  }
}

/* ----------------------------------------------- */
/* Heading
/* ----------------------------------------------- */
.heading_h1 {
  margin-bottom: 22px;
}

.enclose .heading_h1 .h1 {
  margin: 0 0 10px 0 !important;
  color: #03a9f4;
  font-size: 23px;
  font-weight: 400;
  line-height: 40px;
}

.enclose .heading_h1 .h1:after {
  content: '';
  position: relative;
  bottom: 0;
  left: 2px;
  display: block;
  width: 70px;
  height: 1px;
  background-color: #03a9f4;
}

.heading_h1 .h1 {
  margin: 0 0 10px 0 !important;
  color: #03a9f4;
  font-size: 23px;
  font-weight: 400;
  line-height: 40px;
}

.heading_h1-bg .h1 {
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  background: #03a9f4;
  text-align: center;
  height: 78px;
  margin: 50px auto 40px;
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  -webkit-box-pack: center;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;/*--- IE10 ---*/
  -webkit-justify-content: center;/*--- safari（PC）用 ---*/
  justify-content: center;
  -webkit-box-align: center;/*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;/*--- IE10 ---*/
  -webkit-align-items: center;/*--- safari（PC）用 ---*/
  align-items: center;
}

.heading_h2 {
  margin-bottom: 27px;
}

.heading_h2 .h2 {
  position: relative;
  padding-bottom: 10px;
  color: #03a9f4;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
}

.heading_h2 .h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 1px;
  background-color: #03a9f4;
}

.heading_h3 {
  margin-bottom: 0;
}

.heading_h3 .h3 {
  margin: 0;
  padding: 0;
  color: #03a9f4;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.heading_h3.margin_reset {
  margin-bottom: 10px;
}

.heading_h3.margin_reset .h3 {
  margin: 0;
  padding: 0;
}

.heading_h4 {
  margin-bottom: 0;
}

.heading_h4 .h4 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px;
  font-weight: 500;
  color: #03a9f4;
  line-height: 1.3;
}

.heading_h4.margin_reset {
  margin-bottom: 10px;
}

.heading_h4.margin_reset .h4 {
  margin: 0;
  padding: 0;
}

/* ----------------------------------------------- */
/* Text
/* ----------------------------------------------- */
.lead_sentence {
  font-size: 18px;
  line-height: 31.6px;
}

.nomal_text {
  color: #424242;
  font-size: 14px;
  line-height: 27px;
}

.nomal_text.margin_top {
  margin-top: 35px;
}

.text_list {
  margin: 0 0 10px 25px !important;
}

.text_list_ol {
  margin: 0 0 10px 0 !important;
}

.text_list li,
.text_list_ol li {
  list-style-type: none;
  position: relative;
  line-height: 27px !important;
}

@media (max-width: 640px) {
  .text_list li,
  .text_list_ol li {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
  }
}

.text_list .first,
.text_list_ol .first {
  font-weight: 200;
}

.text_list .first:before,
.text_list_ol .first:before {
  position: absolute;
  top: 14px;
  left: -22px;
  margin-top: -15px;
  font-size: 10px;
}

.text_list .first:before:first-child,
.text_list_ol .first:before:first-child {
  top: 50%;
}

.text_list .second,
.text_list .third,
.text_list_ol .second,
.text_list_ol .third {
  font-weight: 500;
}

.text_list .second:before,
.text_list_ol .second:before {
  position: absolute;
  top: 14px;
  left: -22px;
  margin-top: -15px;
  color: #999;
  font-size: 20px;
}

.text_list .second:before:first-child,
.text_list_ol .second:before:first-child {
  top: 50%;
}

.text_list .third:before,
.text_list_ol .third:before {
  position: absolute;
  top: 14px;
  left: -22px;
  margin-top: -15px;
  color: #999;
  font-size: 20px;
}

.text_list .third:before:first-child,
.text_list_ol .third:before:first-child {
  top: 50%;
}

.text_list > li,
.text_list_ol > li {
  font-weight: 200;
}

.text_list > li:before,
.text_list_ol > li:before {
  position: absolute;
  top: 14px;
  left: -22px;
  margin-top: -15px;
  font-size: 10px;
}

.text_list > li:before:first-child,
.text_list_ol > li:before:first-child {
  top: 50%;
}

.text_list > li > ul > li,
.text_list_ol > li > ul > li {
  font-weight: 500;
}

.text_list > li > ul > li:before,
.text_list_ol > li > ul > li:before {
  position: absolute;
  top: 14px;
  left: -22px;
  margin-top: -15px;
  color: #999;
  font-size: 20px;
}

.text_list > li > ul > li:before:first-child,
.text_list_ol > li > ul > li:before:first-child {
  top: 50%;
}

.text_list > li > ul > li > ul > li,
.text_list_ol > li > ul > li > ul > li {
  font-weight: 500;
}

.text_list > li > ul > li > ul > li:before,
.text_list_ol > li > ul > li > ul > li:before {
  position: absolute;
  top: 14px;
  left: -22px;
  margin-top: -15px;
  font-size: 20px;
}

.text_list > li > ul > li > ul > li:before:first-child,
.text_list_ol > li > ul > li > ul > li:before:first-child {
  top: 50%;
}

.text_list_ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-left: 1.1em;
  text-indent: -1.1em;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .text_list_ol li {
    margin-left: 1.7em;
    text-indent: -1.7em;
  }
}

.text_list_ol li a {
  color: #354d77;
  text-decoration: underline;
}

.text_list_ol li a:hover,
.text_list_ol li a:active,
.text_list_ol li a:focus {
  color: #7f99c6;
}

.text_list .first:before {
  content: "●";
}

.text_list .second:before {
  content: "●";
}

.text_list .third:before {
  content: "・";
}

.text_list > li:before {
  content: "●";
}

.text_list > li > ul > li:before {
  content: "●";
}

.text_list > li > ul > li > ul > li:before {
  content: "・";
}

/* ----------------------------------------------- */
/* Table
/* ----------------------------------------------- */
.table-bordered {
  border-color: #707070;
  border-radius: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child {
  border-top-left-radius: 0;
}

.table-bordered tbody:last-child tr:last-child > td:first-child {
  border-bottom-left-radius: 0;
}

.table {
  color: #424242;
}

.table th {
  width: auto;
  border-bottom: none;
  background-color: #f8f8f8;
  font-weight: 500;
  text-align: center;
}

.table td {
  border-bottom: none;
}

.table tbody > tr > th {
  text-align: left;
}

.table tr,
.table td,
.table th {
  border-radius: 0 !important;
}

.layout-a tr {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 767px) {
  .layout-a tr {
    display: block;
  }
}

.layout-a th,
.layout-a td {
  display: block;
}

.layout-a th {
  border-top: 0;
  text-align: center !important;
}

@media (max-width: 767px) {
  .layout-a th {
    border-top: solid 1px #e0e0e0;
  }
}

@media (max-width: 767px) {
  .layout-b tr,
  .layout-b th {
    display: block;
  }
  .layout-b td {
    display: list-item;
    list-style: none;
  }
}

/* ----------------------------------------------- */
/* Button
/* ----------------------------------------------- */
.btn {
  border-radius: 0;
  background-color: #003da5;
  background-image: none;
  box-shadow: 0.75px 0.75px 2px rgba(0, 0, 0, 0.35);
  color: #fff;
  font-family: "Arial", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
  text-shadow: none;
}

@media (max-width: 767px) {
  .btn {
      font-weight: 600;
  }
}

.btn-primary {
  border: none !important;
  border-radius: 0 !important;
  background-color: #03a9f4 !important;
  background-image: none !important;
  box-shadow: 0.75px 0.75px 2px rgba(0, 0, 0, 0.35) !important;
  font-family: "Arial", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600 !important;
  text-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  border: none !important;
  background-color: #03a9f4 !important;
  background-image: none !important;
  text-shadow: none !important;
  opacity: 0.75;
}

.btn-orange {
  background-color: #f8823c !important;
}

.btn-inline-block {
  display: inline-block;
}

@media (max-width: 767px) {
  .btn-inline-block {
    display: block;
  }
}

.btn-large {
  width: 460px !important;
  margin: 0 auto !important;
  padding: 28px 19px !important;
  font-size: 16px !important;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .btn-large {
    width: 100% !important;
  }
}

.btn-small {
  margin: 0 15px;
  padding: 22px 8% !important;
  font-size: 14px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .btn-small {
    display: block !important;
    margin-right: 0;
    margin-left: 0;
  }
  .btn-small:first-child {
    margin-bottom: 30px;
  }
}

.btn-mini {
  position: relative;
  width: 113px !important;
  margin: 0 auto;
  padding: 7px 8px 7px 7px;
  font-size: 14px;
  text-decoration: none;
}

.btn-darkblue {
  background-color: #003da5;
}

/* ----------------------------------------------- */
/* Definition list
/* ----------------------------------------------- */
.definition-lines-on-sides {
  position: relative;
}

.definition-lines-on-sides .title {
  display: table;
  width: 100%;
  color: #03a9f4;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  white-space: nowrap;
}

.definition-lines-on-sides p.title {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .definition-lines-on-sides .title:after {
    width: 83%;
  }
}

/* ----------------------------------------------- */
/* Definition list
/* ----------------------------------------------- */
.label {
  margin-right: 30px;
  padding: 6px 14px;
  border-radius: 0;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .label {
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

.label-purple {
  background-color: #585a8a;
}

.label-green {
  background-color: #278c85;
}

1
.label-redpurple {
  background-color: #b33e7e;
}

.label-brown {
  background-color: #906300;
}

.label-blue {
  background-color: #253756;
}

/* ----------------------------------------------- */
/* Enclose
/* ----------------------------------------------- */
.enclose {
  padding: 36px 24px;
  background-color: #fff;
  box-shadow: 1.4px 1.4px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .enclose {
    padding: 20px;
  }
}

/*
  記事一覧ページ
*/
.enclose-post {
  padding: 70px 0 0 0;
  border: none;
  background-color: transparent;
}

@media (max-width: 979px) {
  .enclose-post {
    padding-top: 30px;
  }
}

.enclose-post > .float-text img {
  margin: 0px 0px 5px 18px;
}

@media (max-width: 979px) {
  .enclose-post > .float-text img {
    margin: 0;
  }
}

@media (max-width: 979px) {
  .even-wrapper .even-item-post .block {
    margin-bottom: 0;
  }
}

.even-wrapper .even-item-post:first-child .enclose-post {
  padding-top: 0;
}

.even-wrapper .even-item-post:last-child {
  margin-bottom: 50px;
}

/* ----------------------------------------------- */
/* Enclose Heading
/* ----------------------------------------------- */
.enclose-heading {
  box-shadow: 1.4px 1.4px 4px rgba(0, 0, 0, 0.2);
}

.enclose-heading h1,
.enclose-heading h2,
.enclose-heading h3,
.enclose-heading h4 {
  margin: 0 !important;
  padding: 20px !important;
  background-color: #f2f5f8 !important;
  color: #2f4063 !important;
  line-height: 1.3;
}

.enclose-heading p {
  padding: 20px;
}

.enclose-heading .float-text {
  margin-top: 20px;
  padding: 0 20px;
}

.enclose-heading .float-text p {
  padding: 0;
}

/* ----------------------------------------------- */
/* Pager
/* ----------------------------------------------- */
.pager .fa-angle-double-left,
.pager .fa-angle-double-right {
  font-family: "FontAwesome";
  font-size: 16px;
}

.pager .fa-angle-double-left {
  content: "\f100";
}

.pager .fa-angle-double-right {
  content: "\f101";
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 10px 16px;
  border: none;
  border-radius: 0;
  background-color: #03a9f4;
  color: #fff;
  text-decoration: none;
}

.pager li > a {
  position: relative;
}

.pager li > a:hover,
.pager li > a:active,
.pager li > a:focus {
  background-color: #68cbf8;
  opacity: 0.75;
}

/* ----------------------------------------------- */
/* Float Text and Image
/* ----------------------------------------------- */
.float-text {
  margin-top: 40px;
}

.float-text:first-child {
  margin-top: 0;
}

.float-text > .pull-right {
  margin-bottom: 26px;
  margin-left: 2%;
}

.float-text > .pull-left {
  margin-right: 3%;
  margin-bottom: 26px;
}

.float-text > .pull-right,
.float-text > .pull-left {
  width: 48%;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .float-text > .pull-right,
  .float-text > .pull-left {
    width: 30%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .float-text > .pull-right,
  .float-text > .pull-left {
    width: 39%;
  }
}

@media (max-width: 767px) {
  .float-text > .pull-right,
  .float-text > .pull-left {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .float-text > .pull-right,
  .float-text > .pull-left {
    min-width: 100%;
    height: auto;
    margin-right: auto;
    margin-bottom: 15px !important;
    margin-left: auto;
  }
}

/* ----------------------------------------------- */
/* Stand alone Link Text
/* ----------------------------------------------- */
.stand-alone-link {
  display: block;
  margin-bottom: .6em;
}

/* ----------------------------------------------- */
/* Media Thumbnail
/* ----------------------------------------------- */
.media-thumbnail {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #e0e0e0;
}

.media-thumbnail:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .media-thumbnail .pull-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.media-thumbnail p,
.media-thumbnail .article_bottom_text {
  overflow: auto;
}

@media (max-width: 767px) {
  .media-thumbnail p,
  .media-thumbnail .article_bottom_text {
    overflow: initial;
  }
}

.media .img_responsive + a:hover {
  text-decoration: none;
}

.media .img_responsive + a:hover > * {
  opacity: 0.75;
}

/* ----------------------------------------------- */
/* Notes
/* ----------------------------------------------- */
.notes {
  color: #666;
  font-size: 12px;
}

/* ----------------------------------------------- */
/* Emphasis
/* ----------------------------------------------- */
.emphasis {
  color: #03a9f4;
  font-weight: 700;
}

/* ----------------------------------------------- */
/* Entryblock（List Page）
/* ----------------------------------------------- */
.entryblock {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-top: 1px solid #dbdbdb;
}

.entryblock h2 {
  margin: 0 0 20px 0;
  line-height: 0 !important;
}

.entryblock h2 a {
  font-size: 16px;
  color: #03a9f4;
  margin-top: 0;
}

.entryblock-wrapper {
  max-width: 450px;
  width: 100%;
  padding: 30px 0;
}

.entryblock .entryblock-wrapper:first-of-type {
  margin-right: 70px;
}

.entryblock-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.entryblock-text {
  flex: 2;
  margin-right: 20px;
}

.entryblock-image {
  flex: 1.2;
  margin-bottom: 0;
}

/* ----------------------------------------------- */
/* Entryblock（Topic List Page）
/* ----------------------------------------------- */
.post-listing .entryblock-text h2 {
  font-size: 16px;
  color: #03a9f4;
  margin: 0;
}

.post-listing .entryblock-text a {
  color: #03a9f4;
  font-size: 14px;
}

.hs-blog-id-3449088885 .post-listing,
.hs-blog-id-3467640990 .post-listing {
  overflow: hidden;
}

.hs-content-path-recruiter-support .blog-pagination {
  overflow: hidden;
}

.hs-content-path-recruiter-support .blog-pagination:nth-last-of-type(2) {
  display: none;
}

.left-module {
  margin-right: 2%;
}

.left-module .mail_magazine_subscribe_content {
  width: 100%;
  max-width: 770px;
}

.left-module .widget-module ul {
  margin-left: 0;
  display: flex;
}

.left-module .widget-module li {
  list-style-type: none;
  justify-content: center;
  margin-right: 5%;
}

.left-module .content-box-wrapper .container {
  width: auto !important;
}

.entryblock-wrapper-1 {
  max-width: 100%;
  border-top: 1px solid #e0e0e0;
}

.entryblock-wrapper-1:first-of-type {
  border-top: none;
}

.entryblock-wrapper-1:first-of-type .entryblock-inner {
  padding-top: 15px;
}

.entryblock-wrapper-1 .entryblock-inner {
  padding: 45px 0;
}

.entryblock-wrapper-1 h2 {
  line-height: 1;
  margin-bottom: 30px;
}

.entryblock-wrapper-1 .entryblock-text h2 a {
  font-size: 16px;
  font-weight: 400;
  color: #03a9f4;
  margin: 0;
}

.topic-text {
  margin: 20px 0 0 0;
}

.topic-text a {
  font-size: 14px;
  color: #03a9f4;
}

.blog_1column_cta .block {
  display: none;
}

.right-module .topics_list_menu .is_active {
  color: #03a9f4;
}

.google-search .input {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;  
}

.google-search .hs-input {
  width: 80%;
  height: 38px;
  flex: 1;
  padding: 0px 0 0 10px;
  margin-top: 0;
  margin-right: 8px;
  margin-bottom: 0;
  border-color: #b9c8cd;
  border-radius: 0;
}

.google-search label {
  display: none;
}

.google-search .hs-button {
  margin: 0;
  padding: 7px 10px !important;
  box-shadow: 0.75px 0.75px 2px rgba(0, 0, 0, 0.35) !important;
}

.popular-title {
  border-bottom: 1px solid #e0e0e0 !important;
  padding: 0 0 15px 40px !important;
}

.popular-title a {
  width: 100% !important;
  display: inline !important;
  border: none !important;
  text-align: left !important;
  vertical-align: top !important;
  height: 70px !important;
}

.media:last-child .popular-title {
  border-bottom: none !important;
}

@media (max-width: 979px) {
    .entryblock-wrapper-1 .entryblock-inner {
      padding: 20px 0;
    }
}


/* ----------------------------------------------- */
/* 以下、テンプレートの調整
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* パンくずリスト 設定
/* ----------------------------------------------- */
.hs-breadcrumb-menu {
  padding: 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.hs-breadcrumb-menu .hs-breadcrumb-menu-item {
  padding-top: 0;
  color: #666;
  font-size: 12px;
  font-weight: 100;
}

@media (max-width: 979px) {
  .hs-breadcrumb-menu .hs-breadcrumb-menu-item {
    font-size: 15px;
  }
}

@media (max-width: 979px) {
  .hs-breadcrumb-menu .hs-breadcrumb-menu-item {
    padding: 10px 6px 6px 0;
  }
}

.hs-breadcrumb-menu .first-crumb {
  padding-left: 0;
}

@media (max-width: 979px) {
  .hs-breadcrumb-menu .hs-breadcrumb-menu .last-crumb {
    padding-bottom: 40px;
  }
}

.hs-breadcrumb-menu a {
  color: #03a9f4;
  font-size: 12px;
  font-weight: 100;
}

@media (max-width: 979px) {
  .hs-breadcrumb-menu a {
    font-size: 15px;
  }
}

.hs-breadcrumb-menu a:hover, .hs-breadcrumb-menu a:active, .hs-breadcrumb-menu a:focus {
  text-decoration: none;
  opacity: 0.75;
}

.hs-breadcrumb-menu-divider:before {
  color: #03a9f4;
}

@media (max-width: 979px) {
  .blog_1column .hs-breadcrumb-menu .hs-breadcrumb-menu-item,
  .company .hs-breadcrumb-menu .hs-breadcrumb-menu-item {
    padding-left: 10px;
  }
}

/* ----------------------------------------------- */
/* Blog 設定
/* ----------------------------------------------- */
.hs-button.primary {
  border: none !important;
  border-radius: 0 !important;
  background-color: #03a9f4 !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 14px !important;
}

.hs-button.primary:hover,
.hs-button.primary:focus,
.hs-button.primary:active,
.hs-button.primary.active,
.hs-button.primary.disabled,
.hs-button.primary[disabled] {
  border: none !important;
  background-color: #03a9f4 !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  opacity: 0.75;
}

.blog_content_name {
  margin-bottom: 0;
  padding-top: 0;
}

.blog_content_name .heading_h1 .h1 {
  margin-top: 0;
}

.blog_content_name .heading_h1 .caption {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.post_topic_data ul {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}

@media (max-width: 640px) {
  .post_topic_data ul {
    margin: 0 0 20px;
  }
}

.post_topic_data li {
  display: inline-block;
}

@media (max-width: 640px) {
  .post_topic_data li {
    padding-left: 0 !important;
  }
}

.post_topic_data li .topic {
  padding-left: 1.5em;
  color: #03a9f4;
}

.post_topic_data li .topic:hover, .post_topic_data li .topic:active, .post_topic_data li .topic:focus {
  color: #03a9f4;
  opacity: 0.75;
  text-decoration: underline;
}

.rss_subscribe {
  position: relative;
  padding-left: 1.2em;
  font-size: 15px;
  line-height: 20px;
}

.rss_subscribe a {
  color: #03a9f4 !important;
}

@media (max-width: 640px) {
  .rss_subscribe.text-right {
    display: none;
  }
}

.rss_subscribe:before {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  color: #212121;
  color: #ff7c01;
  font-family: FontAwesome;
  font-size: 15px;
  content: "";
}

.mail_magazine_subscribe_title {
  margin-bottom: 15px !important;
  color: #03a9f4;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: center !important;
}

.mail_magazine_subscribe_icon {
  width: auto;
  height: auto;
  margin-bottom: 10px;
  color: #003da5;
  font-size: 55px;
  line-height: 1;
}

.mail_magazine_subscribe_content {
  width: 68.65979%;
  max-width: 666px;
  padding: 20px;
  margin: 0 auto 70px;
  box-shadow: 1.4px 1.4px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 979px) {
  .mail_magazine_subscribe_content {
    width: 100%;
    max-width: 100%;
  }
}

.mail_magazine_subscribe_content.toB {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.mail_magazine_subscribe_content .float-text > img.pull-right,
.mail_magazine_subscribe_content .float-text > img.pull-left {
  width: inherit;
  margin-bottom: 0;
}

.mail_magazine_subscribe_content form {
  display: table;
  width: 80.48048%;
  margin: 0 auto;
}

@media (max-width: 979px) {
  .mail_magazine_subscribe_content form {
    width: 100%;
    margin-bottom: 10px;
  }
}

.mail_magazine_subscribe_content form > div:first-child {
  display: table-cell;
  width: 71.45522%;
  padding-right: 10px;
  text-align: right;
  vertical-align: top;
}

@media (max-width: 979px) {
  .mail_magazine_subscribe_content form > div:first-child {
    display: table-row;
    width: 100%;
    padding-right: 0;
  }
}

.mail_magazine_subscribe_content form > div:first-child label {
  display: none;
}

.mail_magazine_subscribe_content form > div:first-child input[type="email"] {
  width: 100%;
  height: 44px;
  border-color: #b9c8cd;
  border-radius: 0;
  box-sizing: border-box;
}

.mail_magazine_subscribe_content form > .hs_submit {
  display: table-cell;
  width: 26.6791%;
  text-align: left;
  vertical-align: top;
}

@media (max-width: 979px) {
  .mail_magazine_subscribe_content form > .hs_submit {
    display: table-row;
    width: 100%;
  }
}

.mail_magazine_subscribe_content form > .hs_submit .hs-button.primary {
  width: 100% !important;
  padding: 10px !important;
  box-shadow: 0.75px 0.75px 2px rgba(0, 0, 0, 0.35) !important;
}

.mail_magazine_subscribe_text_sp {
  display: none;
}

.mail_magazine_subscribe_content .hs_email.field.hs-form-field .input {
  width: 100%;
}

.mail_magazine_subscribe_content .rss_subscribe {
  display: inline-block;
  clear: both;
}

.mail_magazine_subscribe_content .rss_subscribe:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mail_magazine_subscribe_content .submitted-message {
  margin-bottom: 12px;
}

@media (max-width: 640px) {
  .mail_magazine_subscribe_text_sp {
    display: block;
  }
  .mail_magazine_subscribe_text_pc {
    display: none;
  }
  .mail_magazine_subscribe_text {
    float: none;
  }
  .mail_magazine_subscribe_content .hs_email.field.hs-form-field .input {
    width: 100%;
  }
  .mail_magazine_subscribe_content #hs_form_target_mail_magazine_form {
    clear: both;
  }
  .mail_magazine_subscribe_content .hs-button.primary.large {
    margin: 0;
    padding: 7px 16px !important;
  }
  .mail_magazine_subscribe_content form.hs-form input[type="email"] {
    height: 38px;
  }
  .mail_magazine_subscribe_content .rss_subscribe {
    margin-top: 2px;
  }
  .mail_magazine_subscribe_content .hbspt-form {
    clear: both;
  }
}

/* ----------------------------------------------- */
/* Shareボタン
/* ----------------------------------------------- */
.social-area-horizontal {
  margin: 0 0 20px 0;
}

@media (max-width: 640px) {
  .social-area-horizontal {
    /*padding-top: 20px;
    padding-bottom: 0;*/
    display: none;
  }
}

.social-area-horizontal ul.social-button li {
  height: 21px;
  line-height: 1;
}

.social-area-horizontal ul.social-button li.sns_list {
  margin-left: -8px;
}

.social-area-horizontal .sc-linkedin .IN-widget span {
  vertical-align: top !important;
}

.social-area-vertical ul.social-button {
  width: 457px;
}

@media (max-width: 640px) {
  .social-area-vertical ul.social-button {
    display: inline;
  }
}

.social-area-vertical ul.social-button li {
  height: 71px;
}

.social-area-vertical li.sns_list {
  margin-bottom: 10px !important;
}

@media (max-width: 640px) {
  .social-area-vertical li.sns_list:first-child ul li {
    margin: 0 6px !important;
  }
}

@media (max-width: 640px) {
  .social-area-vertical li.sns_list ul li {
    display: inline-block !important;
  }
}

.social-area-vertical .sc-tw {
  width: 75px;
}

ul.social-button li.sns_list ul li.sc-pocket {
  margin-left: -5px;
}

.pocket-btn {
  display: block;
}

.pocket-btn iframe {
  width: 87px !important;
  height: auto !important;
}

.IN-widget {
  height: auto !important;
}

iframe.twitter-share-button {
  width: 90px !important;
}

ul.social-button {
  overflow: hidden;
  list-style-type: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: none;
  text-align: center;
}

ul.social-button li.sns_list {
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media (max-width: 640px) {
  ul.social-button li.sns_list {
    float: none;
    margin-bottom: 25px;
  }
}

ul.social-button li.sns_list ul {
  overflow: hidden;
  list-style-type: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: none;
  text-align: center;
}

@media (max-width: 640px) {
  ul.social-button li.sns_list ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }
}

ul.social-button li.sns_list ul li {
  overflow: hidden;
  float: left;
  height: auto;
  margin: 0 8px;
  padding: 0;
  text-align: center;
}

@media (max-width: 640px) {
  ul.social-button li.sns_list ul li {
    display: inline-table;
    float: none;
    margin: 0 2px;
    text-align: center;
    vertical-align: top;
  }
}

/* ----------------------------------------------- */
/* 2カラム
/* ----------------------------------------------- */
@media (max-width: 979px) {
  .blog_2column .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.blog_2column .module_area {
  width: 1170px;
}

.blog_2column .keyvisual {
  margin-bottom: 25px;
}

@media (max-width: 979px) {
  .blog_2column .span4 {
    margin-top: 40px;
  }
}

.blog_2column .span4 .topics_list_menu h3,
.blog_2column .span4 .topics_list_menu .filter-link-count {
  display: none;
}

.blog_2column .span4 .widget-type-google_search label,
.blog_2column .span4 .mail_magazine_subscribe label {
  display: none;
}

.blog_2column .span4 .widget-type-google_search .input,
.blog_2column .span4 .mail_magazine_subscribe .input {
  width: 100%;
}

.blog_2column .span4 .widget-type-google_search .input .text-area_google,
.blog_2column .span4 .widget-type-google_search .input .text-area,
.blog_2column .span4 .mail_magazine_subscribe .input .text-area_google,
.blog_2column .span4 .mail_magazine_subscribe .input .text-area {
  overflow: hidden;
}

.blog_2column .span4 .widget-type-google_search .input .hs-input,
.blog_2column .span4 .mail_magazine_subscribe .input .hs-input {
  box-sizing: border-box;
  width: 100%;
}

.blog_2column .span4 .widget-type-google_search .input .hs-button,
.blog_2column .span4 .mail_magazine_subscribe .input .hs-button {
  margin-left: 10px;
}

.blog_2column .span4 .widget-type-google_search .hs-input,
.blog_2column .span4 .mail_magazine_subscribe .hs-input {
  height: 38px;
  margin-top: 0;
  margin-right: 8px;
  margin-bottom: 0;
  border-color: #b9c8cd;
  border-radius: 0;
}

.blog_2column .span4 .widget-type-google_search .hs-button,
.blog_2column .span4 .mail_magazine_subscribe .hs-button {
  color: #fff;
  margin: 0;
  padding: 7px 10px !important;
  box-shadow: 0.75px 0.75px 2px rgba(0, 0, 0, 0.35) !important;
}

.blog_2column .span4 .widget-type-google_search .hs-form .input {
  margin-left: 0;
}

.blog_2column .span4 .mail_magazine_subscribe .content {
  padding: 20px;
}

.blog_2column .span4 .mail_magazine_subscribe .float-text > .pull-left {
  width: auto;
  margin-bottom: 15px;
  color: #003da5;
  font-size: 43px;
  line-height: 1;
}

@media (max-width: 480px) {
  .blog_2column .span4 .mail_magazine_subscribe .float-text > .pull-left {
    float: left;
    min-width: 20%;
    margin-top: 5px;
    margin-right: 5%;
  }
}

.blog_2column .span4 .mail_magazine_subscribe .hs-form {
  margin-bottom: 10px;
}

.blog_2column .span4 .mail_magazine_subscribe #hs_form_target_mail_magazine_form > form > div:first-child {
  float: left;
  width: 69%;
}

@media (max-width: 1199px) {
  .blog_2column .span4 .mail_magazine_subscribe #hs_form_target_mail_magazine_form > form > div:first-child {
    width: 62%;
  }
}

@media (max-width: 979px) {
  .blog_2column .span4 .mail_magazine_subscribe #hs_form_target_mail_magazine_form > form > div:first-child {
    width: 85%;
  }
}

@media (max-width: 700px) {
  .blog_2column .span4 .mail_magazine_subscribe #hs_form_target_mail_magazine_form > form > div:first-child {
    width: 83%;
  }
}

@media (max-width: 640px) {
  .blog_2column .span4 .mail_magazine_subscribe #hs_form_target_mail_magazine_form > form > div:first-child {
    width: 80%;
  }
}

@media (max-width: 414px) {
  .blog_2column .span4 .mail_magazine_subscribe #hs_form_target_mail_magazine_form > form > div:first-child {
    width: 68%;
  }
}

@media (max-width: 320px) {
  .blog_2column .span4 .mail_magazine_subscribe #hs_form_target_mail_magazine_form > form > div:first-child {
    width: 58%;
  }
}

.blog_2column .span4 .mail_magazine_subscribe #hs_form_target_mail_magazine_form .hs_email {
  width: 100%;
}

.blog_2column .span4 .mail_magazine_subscribe #hs_form_target_mail_magazine_form .hs_submit {
  float: right;
}

.blog_2column .span4 .mail_magazine_subscribe .rss_area {
  display: inline-block;
}

.blog_2column .span4 .mail_magazine_subscribe,
.blog_2column .span4 .popular_articles {
  margin-bottom: 40px;
  box-shadow: 1.4px 1.4px 4px rgba(0, 0, 0, 0.2);
}

.blog_2column .span4 .mail_magazine_subscribe h3 {
  display: none;
}

.blog_2column .span4 .popular_articles h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 15px;
  background-color: #f8f8f8;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.blog_2column .span4 .popular_articles .content {
  padding: 20px 0 0;
}

.blog_2column .span4 .popular_articles .content a {
  color: #666;
}

.blog_2column .span4 .popular_articles .media {
  position: relative;
  padding: 0 20px;
}

.blog_2column .span4 .popular_articles .media:last-child {
  border-bottom: none;
}

.blog_2column .span4 .popular_articles .media .num {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
  margin: 0;
  border: solid 1px #fff;
  background-color: #03a9f4;
  color: #fff;
  font-family: "Arial", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
  line-height: 25px;
}

@media (max-width: 640px) {
  .blog_2column .span4 .popular_articles .media .pull-left {
    float: left;
  }
}

.blog_2column .span4 .popular_articles .float-text {
  margin-top: 20px;
}

.blog_2column .span4 .popular_articles .float-text:first-child {
  margin-top: 0;
}

.blog_2column .span4 .popular_articles .pull-left {
  width: 120px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.blog_2column .span4 .popular_articles .pull-left:hover {
  opacity: .5;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  filter: alpha(opacity=50);
}

.btn_block {
  text-align: center;
}

.btn_contact_large {
  display: block;
  position: relative;
  width: 400px !important;
  margin: 0 auto;
  padding: 22px 19px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

@media (max-width: 640px) {
  .btn_contact_large {
    width: 100% !important;
    padding: 22px 10px !important;
    font-size: 18px !important;
  }
}

.btn_contact_large .ico {
  width: auto;
  margin-top: -5px;
  margin-right: 15px;
  padding-bottom: 0;
}

img.ico_mail {
  width: auto;
  margin-top: -5px;
  margin-right: 15px;
  padding-bottom: 0;
}

.tel {
  margin-top: 15px;
  text-align: center;
}

.tel .contact_by_phone,
.tel .reception_time {
  text-align: center;
}

.tel .contact_by_phone {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
}

.tel .contact_by_phone span:first-child {
  padding-right: .5em;
}

.tel .contact_by_phone span:last-child {
  padding-left: .5em;
  color: #03a9f4;
  font-size: 18px;
}

@media (max-width: 640px) {
  .tel .contact_by_phone span:last-child {
    display: block;
    margin-top: 5px;
    padding-left: 0;
  }
}

.speaker .media-thumbnail {
  margin-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: none;
}

.speaker .pull-left {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .speaker .pull-left {
    float: left !important;
    margin-right: 20px !important;
  }
}

.speaker img {
  width: 100px !important;
}

.speaker p {
  overflow: hidden;
  padding: 0;
  color: #666;
  font-size: 14px;
}

.speaker .name span {
  color: #212121;
  font-weight: 700;
}

.widget-type-blog_content .post-item {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.post-body {
  font-size: 16px;
}

/* 関連記事部分のpタグを想定 */
.post-body .block .heading_h3 ~ p {
  /*margin-bottom: 0;*/
  /*font-weight: 400;*/
}

@media (max-width: 979px) {
  .post-body .block .heading_h3 ~ p {
    margin-bottom: 10px;
  }
}

.post-body .block .heading_h3 ~ p a {
  color: #668bc9;
  /*font-weight: 400;*/
}

.contents_inner,
.post-body .post-data,
.post-body .mail_magazine_subscribe_text_pc,
.post-body .sns_baloon,
.post-body .mail_magazine_subscribe_c {
  font-size: 14px;
}

.mail_magazine_subscribe_text_pc {
  text-align: center;
}

.post-body h3 {
  margin: 0;
}

.post-body h3,
.post-body h4 {
  background-image: none;
}

.post-body h4 {
  margin: 0;
  padding: 0;
}

.post-body h5 {
  color: #03a9f4;
  font-family: "Arial", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.post-body a {
  color: #003da5;
  text-decoration: none;
}

.post-body a.btn {
    color: #fff;
}

.blog_1column .post-body a,
.blog_2column .post-body a{
    font-size: 16px;
}

.blog_1column .post-body .mail_magazine_subscribe_content a,
.blog_2column .post-body .mail_magazine_subscribe_content a,
.blog_1column .post-body .social-button a,
.blog_2column .post-body .social-button a,
.blog_2column .post-body .post-data a,
.blog_2column .post-body .related_posts a,
.blog_2column .post-body .speaker a,
.blog_2column .post-body .post-data li{
    font-size: 14px;
}

.post-body a:hover,
.post-body a:active,
.post-body a:focus {
  color: #003da5;
  opacity: 0.75;
  text-decoration: underline;
}

.post-body a.btn:hover,
.post-body a.btn:active,
.post-body a.btn:focus {
    text-decoration: none;
}

@media (max-width: 640px) {
  .post-body img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .widget-type-blog_content .post-item {
    margin-bottom: 20px;
    border: solid 1px #d8d8d8;
  }
}

.post-body ul li {
  background: none;
}

@media (min-width: 641px) {
  .post-body ul li {
    margin-bottom: 10px;
    padding-left: 0;
  }
}

.blog-pagination a.next-posts-link,
.blog-pagination a.all-posts-link,
.blog-pagination a.previous-posts-link {
  padding: 6px 14px;
  border: none;
  color: #fff;
}

.blog-pagination a.all-posts-link {
  padding-top: 8px;
}

.post-listing {
  margin-bottom: 0;
  border-bottom: none;
}

/* ----------------------------------------------- */
/* 一覧用 入力項目の設定
/* ----------------------------------------------- */
.blog_1column .widget-span > #hubspot-topic_data,
.blog_1column .widget-span > #hs_cos_wrapper_caption,
.blog_1column .widget-span > #hs_cos_wrapper_category,
.blog_1column .widget-span > #hs_cos_wrapper_Article_bottom_text,
.blog_2column .widget-span > #hubspot-topic_data,
.blog_2column .widget-span > #hs_cos_wrapper_caption,
.blog_2column .widget-span > #hs_cos_wrapper_category,
.blog_2column .widget-span > #hs_cos_wrapper_Article_bottom_text {
  display: none;
}

.blog_1column #hubspot-topic_data,
.blog_2column #hubspot-topic_data {
  display: none;
}

body.hs-blog-listing #contents {
  float: none;
  width: 100%;
}

/* ----------------------------------------------- */
/* 投稿画面 aタグ瀬底
/* ----------------------------------------------- */
.blog_2column .hs_cos_wrapper_type_rich_text a {
  color: #003da5;
  text-decoration: underline !important;
}

.blog_2column .hs_cos_wrapper_type_rich_text ahover, .blog_2column .hs_cos_wrapper_type_rich_text aactive, .blog_2column .hs_cos_wrapper_type_rich_text afocus {
  color: #003da5;
  opacity: 0.75;
}

/* ----------------------------------------------- */
/* lower_illust
/* ----------------------------------------------- */
.lower_illust {
  margin: 20px auto;
  text-align: center;
}

.lower_illust .box {
  margin-top: 20px;
}

.lower_illust .box:first-child {
  margin-top: 0;
}

.lower_illust .caption {
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}

.lower_illust ul {
  display: inline-block;
  list-style: none;
  margin: 0 auto;
  text-align: left;
}

.lower_illust li {
  display: table-cell;
  width: 33%;
  height: 100%;
}

.lower_illust li:nth-of-type(2) {
  width: 21%;
  background: url("//cdn2.hubspot.net/hubfs/309983/module/lower_illust.png") no-repeat center center;
}

@media (max-width: 979px) and (min-width: 768px) {
  .lower_illust li:nth-of-type(2) {
    background-size: 105px;
  }
}

@media (max-width: 767px) {
  .lower_illust li:nth-of-type(2) {
    background-size: 100px;
  }
}

@media (max-width: 640px) {
  .lower_illust li:nth-of-type(2) {
    background-size: 83px;
  }
}

@media (max-width: 480px) {
  .lower_illust li:nth-of-type(2) {
    background-size: 60px;
  }
}

.lower_illust li h1 {
  margin: 0;
  padding: 4px 0;
  background-color: #2f4063;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: inherit;
}

.lower_illust li p {
  margin: 0;
  padding: 13px 16px;
  color: #2f4063;
  text-align: center;
}

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

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

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

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

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

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

.lower_illust .before,
.lower_illust .after {
  padding-left: 0;
  box-shadow: 1.4px 1.4px 4px rgba(0, 0, 0, 0.2);
}

.lower_illust .after h1 {
  background-color: #4fb8af;
}

.lower_illust .illust_height {
  height: 127px;
}

/* ----------------------------------------------- */
/* googleリマーケティング タグの隙間を消す
/* ----------------------------------------------- */
iframe[name="google_conversion_frame"] {
  display: none;
}

/* ----------------------------------------------- */
/* linkwithinの設定
/* ----------------------------------------------- */
.linkwithin_inner {
  width: 100% !important;
}

.linkwithin_posts a {
  padding: 10px !important;
}

.linkwithin_text {
  font-size: 20px;
  font-weight: bold;
}

.linkwithin_posts {
  margin-top: 0 !important;
}

/* ----------------------------------------------- */
/* grid-item
/* ----------------------------------------------- */
.grid-sizer,
.grid-item {
  width: 24%;
}

@media (max-width: 1214px) {
  .grid-sizer,
  .grid-item {
    width: 23.9%;
  }
}

@media (max-width: 1199px) {
  .grid-sizer,
  .grid-item {
    width: 23.7%;
  }
}

@media (max-width: 979px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .grid-sizer,
  .grid-item {
    width: 85%;
    margin-left: 9.2%;
  }
}

@media (max-width: 640px) {
  .grid-sizer,
  .grid-item {
    margin-left: 9.75%;
  }
}

.grid-sizer .photo,
.grid-item .photo {
  min-height: 135px;
  margin: auto;
}

@media (max-width: 1199px) {
  .grid-sizer .photo,
  .grid-item .photo {
    min-height: 114px;
  }
}

/* consultantsページ用 */
.consultants .grid-sizer .photo,
.consultants .grid-item .photo {
  width: 90%;
  min-height: 135px;
  margin: auto;
  padding: 15px 0 0;
}

.grid-item .block-bg {
  background-color: #f8f8f8;
}

/* ----------------------------------------------- */
/* 採用トップ
/* ----------------------------------------------- */
.to_b_top,
.trust,
.know_how,
.adoption_site {
  line-height: 1.8;
}

.trust h2,
.know_how h2 {
  margin-top: 10px;
  margin-bottom: 60px;
}

@media (max-width: 979px) {
  .trust h2,
  .know_how h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.adoption_site h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #2f4063;
  font-size: 24px;
  text-align: left;
  line-height: 1.5;
}

@media (max-width: 979px) {
  .adoption_site h2 {
    margin-bottom: 14px;
    font-size: 16px;
    text-align: center;
  }
}

.jumbotron.to_b_top {
  margin-top: 0 !important;
  padding-top: 55px;
  background: url("//cdn2.hubspot.net/hubfs/309983/to_b_top/jumbotron_bg2.jpg") no-repeat center top;
  background-size: contain;
}

@media (max-width: 1150px) {
  .jumbotron.to_b_top {
    padding-top: 20px;
  }
}

@media (min-width: 1120px) and (max-width: 1150px) {
  .jumbotron.to_b_top {
    padding-top: 42px;
  }
}

@media (min-width: 980px) and (max-width: 1120px) {
  .jumbotron.to_b_top {
    padding-top: 26px;
  }
}

@media (max-width: 979px) {
  .jumbotron.to_b_top {
    padding-top: 0;
    background: url("//cdn2.hubspot.net/hubfs/309983/to_b_top/jumbotron_bg2_sp.jpg") no-repeat center top;
    background-size: cover;
  }
}

.jumbotron.to_b_top .container {
  padding-bottom: 10%;
  text-align: center;
}

@media (min-width: 980px) and (max-width: 1320px) {
  .jumbotron.to_b_top .container {
    padding-bottom: 6.5%;
  }
}

@media (max-width: 979px) {
  .jumbotron.to_b_top .container {
    padding-top: 47px;
    padding-bottom: 4%;
  }
}

@media (max-width: 767px) {
  .jumbotron.to_b_top .container {
    padding-top: 15px;
    padding-bottom: 0;
  }
}

@media (max-width: 979px) {
  .jumbotron.to_b_top img {
    width: auto;
  }
}

@media (max-width: 767px) {
  .jumbotron.to_b_top img {
    width: 48px;
  }
}

.jumbotron.to_b_top h1 {
  width: 53%;
  margin-top: 26px;
  font-size: 36px;
  text-align: center;
  line-height: 40px;
  letter-spacing: normal;
}

@media (min-width: 980px) and (max-width: 1149px) {
  .jumbotron.to_b_top h1 {
    font-size: 30px;
  }
}

@media (max-width: 979px) {
  .jumbotron.to_b_top h1 {
    width: 100%;
    margin-top: 25px;
    font-size: 28px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .jumbotron.to_b_top h1 {
    margin-top: 12px;
    font-size: 18px;
    line-height: 22px;
  }
}

.jumbotron.to_b_top p {
  margin-top: 20px;
  color: #fff;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: -.05em;
}

@media (min-width: 980px) and (max-width: 1149px) {
  .jumbotron.to_b_top p {
    margin-top: 9px;
    font-size: 20px;
  }
}

@media (max-width: 979px) {
  .jumbotron.to_b_top p {
    margin-top: 20px;
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .jumbotron.to_b_top p {
    margin-top: 10px;
    font-size: 16px;
  }
}

.top_contact_area {
  margin-top: 30px;
}

@media (max-width: 979px) {
  .top_contact_area {
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .top_contact_area {
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.top_contact_area .block {
  margin-bottom: 30px;
}

.top_contact_area.first {
  margin-top: 0;
}

@media (max-width: 979px) {
  .top_contact_area.first {
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.trust .thumbnail {
  padding: 40px 25px 25px 25px;
}

@media (max-width: 979px) {
  .trust .thumbnail {
    display: block;
    width: auto;
    padding: 15px;
  }
}

.trust .thumbnail .media-thumbnail {
  padding-bottom: 0;
  border-bottom: none;
}

.trust .thumbnail .media-thumbnail img {
  padding-bottom: 5px;
}

.trust .thumbnail h3 {
  padding-top: 28px;
  text-align: left;
}

@media (max-width: 979px) {
  .trust .thumbnail h3 {
    padding-top: 0;
  }
}

@media (max-width: 979px) {
  .trust .thumbnail img {
    width: 68px;
    margin-bottom: 0;
  }
}

.trust .thumbnail .caption {
  margin: 0;
  padding: 0;
}

.trust .thumbnail .caption p {
  margin: 0;
}

@media (max-width: 979px) {
  .know_how .span3 {
    margin-bottom: 40px;
  }
}

.know_how .span3 .block {
  position: relative;
}

.know_how .span3 .block > a {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}

.know_how .span3 .block > a:hover,
.know_how .span3 .block > a:active,
.know_how .span3 .block > a:focus {
  background-color: rgba(255, 255, 255, 0.4);
}

.know_how .photo .caption {
  top: 0;
  bottom: auto;
  background-color: #2f4063;
  text-align: center;
}

.know_how .photo .img_responsive {
  padding-top: 44px;
}

.know_how .photo h3 {
  text-align: center;
}

@media (max-width: 1200px) and (min-width: 980px) {
  .know_how .photo h3 {
    padding: 10px 11px;
  }
}

.know_how .media {
  margin-top: 0;
}

.know_how .media .media-body {
  padding: 20px;
}

.know_how .media a {
  display: block;
  width: auto;
  height: auto;
  border: none;
  background-color: transparent;
  color: #354d77;
  text-decoration: underline;
  text-align: left;
}

.know_how .media a:hover,
.know_how .media a:active,
.know_how .media a:focus {
  color: #7f99c6;
}

.adoption_site {
  margin-bottom: 0 !important;
  padding-top: 60px;
  padding-bottom: 110px;
}

@media (max-width: 979px) {
  .adoption_site {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

@media (min-width: 1215px) {
  .adoption_site .container {
    width: 1200px;
  }
}

@media (min-width: 1200px) and (max-width: 1215px) {
  .adoption_site .container {
    width: 1170px;
  }
}

.adoption_site ul,
.adoption_site li {
  list-style: none;
}

@media (max-width: 979px) {
  .adoption_site ul {
    margin-left: 0;
  }
}

.adoption_site li {
  display: inline-block;
  width: 59%;
  vertical-align: top;
}

.adoption_site li:first-child {
  width: 40%;
}

@media (max-width: 979px) {
  .adoption_site li {
    display: block;
    width: 100%;
    text-align: center;
  }
  .adoption_site li:first-child {
    width: 100%;
  }
}

.adoption_site .circle_caption {
  width: 94px;
  margin: 0 auto;
}

.adoption_site .circle_caption .circle_caption_inner {
  display: table-cell;
  width: 94px;
  height: 94px;
  border-radius: 47px;
  background-color: #44b0a9;
  text-align: center;
  vertical-align: middle;
}

.adoption_site .circle_caption .circle_caption_inner p {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  font-style: italic;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 1px;
}

.adoption_site p {
  margin-bottom: 55px;
  color: #2f4063;
  line-height: 1.8;
}

@media (max-width: 979px) {
  .adoption_site p {
    margin-bottom: 23px;
    font-size: 12px;
    text-align: left;
  }
}

.adoption_site .text-center {
  width: 300px;
}

@media (max-width: 979px) {
  .adoption_site .text-center {
    width: 100%;
    margin-bottom: 25px;
  }
}

.adoption_site .text-center .btn-small {
  width: 100% !important;
  margin-bottom: 15px;
  margin-left: 0;
}

.adoption_site .text-center .btn-small:last-child {
  border: solid 2px #2f4063 !important;
}

@media (max-width: 979px) {
  .adoption_site .text-center .btn-small {
    width: 100%;
    padding: 13px 0 !important;
  }
}

@media (max-width: 979px) {
  .introduction_results {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.introduction_results .block {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

/* ----------------------------------------------- */
/* 転職の流れ
/* ----------------------------------------------- */
.page_change_jobs .box_flow ul {
  list-style: none;
  margin-top: 50px;
  margin-bottom: 45px;
  margin-left: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 767px) {
  .page_change_jobs .box_flow ul {
    display: inherit;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.page_change_jobs .box_flow ul li {
  display: inline-block;
  position: relative;
  width: 170px;
  margin: 0 30px 13px 0;
  box-shadow: 1.4px 1.4px 4px rgba(0, 0, 0, 0.2);
  vertical-align: top;
}

.page_change_jobs .box_flow ul li:last-child {
  margin-right: 0;
}

.page_change_jobs .box_flow ul li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #03a9f4;
}

@media (max-width: 767px) {
  .page_change_jobs .box_flow ul li:not(:last-child):after {
    top: auto;
    bottom: -25px;
    right: 50%;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
  }
}

@media (max-width: 767px) {
  .page_change_jobs .box_flow ul li {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.page_change_jobs .box_flow ul .num {
  width: 100%;
  padding: 8px 10px;
  box-sizing: border-box;
  background-color: #03a9f4;
  color: #fff;
  font-family: "Arial", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 30px;
  font-weight: 100;
  text-align: left;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .page_change_jobs .box_flow ul .num {
    font-size: 22px;
  }
}

.page_change_jobs .box_flow ul .num:before {
  content: '0';
}

@media (max-width: 767px) {
  .page_change_jobs .box_flow ul .num {
    display: block;
    width: 100%;
    padding: 5px 10px;
  }
}

.page_change_jobs .box_flow ul p {
  width: 100%;
  margin-bottom: 0;
  padding: 18px 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .page_change_jobs .box_flow ul p {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
  }
}

.page_change_jobs .block.flow {
  position: relative;
  margin-bottom: 0;
  text-align: center;
  padding: 35px 0 90px;
}

@media (max-width: 767px) {
  .page_change_jobs .block.flow {
    padding: 20px 0 55px;
  }
}

.page_change_jobs .block.flow.flow-no {
  padding: 35px 0;
}

.page_change_jobs .block.flow.flow-no:after {
  display: none;
}

.page_change_jobs .block.flow:after {
  content: url("//cdn2.hubspot.net/hubfs/309983/common/icon_angle_down.png");
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .page_change_jobs .block.flow:after {
    bottom: 20px;
  }
}

.page_change_jobs .block.flow .enclose {
  padding: 0;
  background: none;
  box-shadow: none;
}

.page_change_jobs .block.flow .enclose > h2 {
  font-weight: 300;
  font-size: 23px;
  color: #03a9f4;
}

@media (max-width: 767px) {
  .page_change_jobs .block.flow .enclose > h2 {
    font-size: 16px;
    line-height: 24px;
  }
}

.page_change_jobs .block.flow .enclose_step {
  padding: 36px 45px;
  background-color: #fff;
  box-shadow: 1.4px 1.4px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .page_change_jobs .block.flow .enclose_step {
    padding: 20px;
  }
}

.page_change_jobs .block.flow .page_title_txt {
  margin-top: 0;
  margin-bottom: 35px;
}

.even-wrapper .even-item:first-child .block.flow {
  padding-top: 0;
}

.even-wrapper .even-item:last-child .block.flow {
  padding-bottom: 60px;
}

.even-wrapper .even-item:last-child .block.flow:after {
  display: none;
}

.page_change_jobs .num {
  width: 42px;
  margin: 0 auto;
}

.page_change_jobs .num .num_inner {
  display: table-cell;
  width: inherit;
  height: 42px;
  margin: 0 auto;
  background-color: #2f4063;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1;
}

.page_change_jobs h2 {
  font-size: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .page_change_jobs h2 {
    font-size: 17px;
  }
}

.page_change_jobs p {
  margin-bottom: 45px;
  text-align: left;
}

@media (max-width: 767px) {
  .page_change_jobs p {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .page_change_jobs p {
    font-size: 13px;
  }
}

.page_change_jobs .btn-wrapper {
  margin-top: 50px;
}

.page_change_jobs .photo_large,
.page_change_jobs .photo_small {
  margin-bottom: 0;
  padding-bottom: 0;
}

.page_change_jobs .photo_small {
  width: 26.632%;
}

@media (max-width: 767px) {
  .page_change_jobs .photo_small {
    width: 100%;
  }
}

.page_change_jobs .pull-left_text {
  width: 42.5%;
}

.page_change_jobs .pull-left_text2 {
  width: 70%;
}

@media (max-width: 767px) {
  .page_change_jobs .pull-left_text,
  .page_change_jobs .pull-left_text2 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .page_change_jobs .float-text {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .page_change_jobs .enclose {
    padding: 20px;
  }
}

.page_change_jobs .enclose_inner {
  padding: 36px 45px;
}

@media (max-width: 767px) {
  .page_change_jobs .enclose_inner {
    padding: 20px;
  }
}

.page_change_jobs .enclose_inner .photo_large {
  width: 54.024%;
}

@media (max-width: 767px) {
  .page_change_jobs .enclose_inner .photo_large {
    width: 100%;
  }
}

.page_change_jobs .enclose_inner .awards {
  color: #03a9f4;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.page_change_jobs .enclose_inner p {
  margin-bottom: 16px;
  color: #424242;
}

.page_change_jobs .enclose_inner p span {
  display: block;
  color: #212121;
  font-weight: 700;
}

.page_change_jobs .enclose_inner p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.page_change_jobs .btn.blue,
.page_change_jobs .btn.green {
  padding: 13px 13.262% !important;
}

.page_change_jobs .btn.green {
  margin-right: 0;
  padding: 13px 12% 13px 13.262% !important;
  background-color: #0a98a3 !important;
}

.page_change_jobs .btn.green:hover,
.page_change_jobs .btn.green:active,
.page_change_jobs .btn.green:focus {
  background-color: #68c2bb !important;
}

.page_change_jobs .ico_angle_down {
  margin: 20px auto;
  padding: 0;
}

.page_change_jobs .btn_block {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .page_change_jobs .btn_block {
    margin-top: 20px;
  }
}

.page_change_jobs .btn_block .btn_contact_large {
  padding: 13px 19px !important;
  font-size: 16px !important;
  font-weight: 500;
}

.page_change_jobs .btn_block .btn_contact_large:after {
  display: none;
}

.page_change_jobs .btn_block .btn_contact_large .ico {
  margin-top: -4px;
  margin-right: 15px;
}

.page_change_jobs .btn_block p {
  margin-bottom: 0;
  padding: 60px 0 40px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

/* ----------------------------------------------- */
/* お問い合わせ
/* ----------------------------------------------- */
.caption_contact {
  line-height: 1.9;
}

.caption_contact .red {
  color: #c02f2f;
}

@media (min-width: 1200px) {
  .container.contact_area {
    width: 780px;
  }
}

.contact_inner {
  width: 780px;
  margin: 0 auto;
}

@media (max-width: 979px) {
  .contact_inner {
    width: auto;
  }
}

.contact_inner a {
  color: #354d77;
  text-decoration: underline;
}

.contact_inner a:hover,
.contact_inner a:active,
.contact_inner a:focus {
  color: #7f99c6;
}

.contact_inner .hs-form fieldset {
  max-width: 100%;
}

@media (max-width: 979px) {
  .contact_inner .text-right {
    text-align: left;
  }
}

.contact_inner ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}

.contact_inner ul li {
  display: inline-block;
}

@media (max-width: 767px) {
  .contact_inner ul li {
    display: block;
    float: none;
    padding-bottom: 10px;
  }
}

.contact_inner .hs-form-required {
  color: #c02f2f;
}

.contact_inner .control-group .red {
  color: #c02f2f;
}

@media (max-width: 979px) {
  .contact_inner .control-group [class*=span] {
    box-sizing: content-box !important;
  }
}

.contact_inner .hs-form-field {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .contact_inner .hs-form-field {
    width: 100% !important;
  }
}

.contact_inner .hs-richtext {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .contact_inner .hs-richtext {
    padding-bottom: 30px;
  }
}

.contact_inner textarea,
.contact_inner input[type="text"],
.contact_inner input[type="email"] {
  min-height: 25px;
  margin-bottom: 10px;
  border-color: #e0e0e0;
  border-radius: 0;
  box-shadow: none;
}

.contact_inner input[type="text"],
.contact_inner input[type="tel"] {
  width: 336px !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .contact_inner input[type="text"],
  .contact_inner input[type="tel"] {
    width: 325px !important;
  }
}

@media (max-width: 767px) {
  .contact_inner input[type="text"],
  .contact_inner input[type="tel"] {
    width: 98% !important;
  }
}

.contact_inner input[type="email"] {
  width: 98.2% !important;
}

.contact_inner textarea {
  width: 98.2% !important;
  height: 100px;
}

@media (min-width: 980px) {
  .contact_inner .hs_inquiry_textarea {
    margin-bottom: 0;
  }
}

.contact_inner .hs_firstname label,
.contact_inner .hs_ruby_firstname label,
.contact_inner .hs_phone label {
  padding-left: 2.2em;
}

@media (max-width: 767px) {
  .contact_inner .hs_firstname label,
  .contact_inner .hs_ruby_firstname label,
  .contact_inner .hs_phone label {
    padding-left: 0;
  }
}

.contact_inner .hs_firstname .input,
.contact_inner .hs_ruby_firstname .input,
.contact_inner .hs_phone .input {
  text-align: right;
}

.contact_inner .inputs-list {
  padding: 20px 0 0 0;
  text-align: center;
}

@media (max-width: 767px) {
  .contact_inner .inputs-list {
    padding: 10px 0 0 0;
  }
  .contact_inner .inputs-list li {
    text-align: center;
  }
}

.contact_inner .submit_area {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .contact_inner .submit_area {
    margin-top: 0;
  }
}

.contact_inner .actions {
  position: relative;
  width: 300px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contact_inner .actions {
    width: 100% !important;
  }
}

.contact_inner .actions .hs-button {
  width: 300px !important;
  padding: 22px 8% !important;
  box-shadow: 0.75px 0.75px 2px rgba(0, 0, 0, 0.35) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none;
}

.contact_inner .actions .hs-button.primary {
  background-color: #f5781e !important;
}

.contact_inner .actions .hs-button.primary:hover {
  background-color: #f5781e !important;
  opacity: 0.75 !important;
}

@media (max-width: 767px) {
  .contact_inner .actions .hs-button {
    width: 100% !important;
  }
}

.contact_inner .hs_radio_button ul.hs-error-msgs {
  text-align: center;
}

.contact_inner .hs_radio_button ul.hs-error-msgs li {
  text-align: center;
}

.contact_inner ul.hs-error-msgs {
  padding-top: 0;
  text-align: left;
}

.contact_inner ul.hs-error-msgs li {
  text-align: left;
}

.contact_inner ul.hs-error-msgs label {
  color: #e70000;
}

/* ----------------------------------------------- */
/* サービス紹介
/* ----------------------------------------------- */
.service_area .block {
  padding: 50px 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .service_area .block {
    padding: 30px 0;
  }
}

.service_area .block:nth-child(1) {
  padding: 20px 0 100px;
}

@media (max-width: 767px) {
  .service_area .block:nth-child(1) {
    padding: 15px 10px 30px !important;
  }
}

.service_area .block:nth-child(3) {
  padding-bottom: 80px !important;
}

@media (max-width: 767px) {
  .service_area .block:nth-child(3) {
    padding-bottom: 40px !important;
  }
}

.service_area .block:nth-child(4) .service_area .block:nth-child(4) {
  padding-bottom: 0 !important;
}

@media (min-width: 1200px) {
  .container.service_area_inner {
    width: 970px;
  }
}

.service_area_inner img {
  padding-bottom: 0;
}

.service_area_inner ul {
  list-style: none;
  margin: 0;
  text-align: center;
}

.service_area_inner p {
  margin-bottom: 0;
  line-height: 1.8;
}

.service_area_inner .header li {
  width: 26.80412%;
  max-width: 260px;
  display: inline-block;
  margin-right: 9.27835%;
  text-align: center;
  vertical-align: top;
}

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

@media (max-width: 767px) {
  .service_area_inner .header li {
    width: 29%;
    margin-right: 3%;
  }
}

.service_area_inner .header .circle {
  width: 125px;
  height: 125px;
  margin: 0 auto;
  box-shadow: 1.4px 1.4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-color: #fff;
}

@media (max-width: 767px) {
  .service_area_inner .header .circle {
    width: 62px;
    height: 62px;
  }
}

.service_area_inner .header .circle img {
  position: relative;
  top: 50%;
  width: 79px;
  height: 79px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .service_area_inner .header .circle img {
    width: 40px;
    height: 40px;
  }
}

.service_area_inner .header p {
  padding-top: 18px;
  color: #03a9f4;
  font-size: 20px;
  font-weight: 3 00;
  line-height: 24px;
}

@media (max-width: 767px) {
  .service_area_inner .header p {
    font-size: 14px;
    line-height: 18px;
  }
}

.service_area_inner .section_title {
  margin-bottom: 20px;
  color: #03a9f4;
  font-size: 34px !important;
  font-weight: 100;
  line-height: 40px;
  text-align: center;
  margin: 30px 0 60px 0;
}

@media (max-width: 979px) {
  .service_area_inner .section_title {
    font-size: 28px !important;
  }
}

@media (max-width: 767px) {
  .service_area_inner .section_title {
    margin-bottom: 30px;
  }
}

.service_area_inner .section li {
  display: inline-block;
  text-align: left;
}

@media (max-width: 979px) {
  .service_area_inner .section li {
    width: 47%;
  }
}

@media (max-width: 767px) {
  .service_area_inner .section li {
    width: 100%;
  }
}

.service_area_inner .section .inner {
  width: 450px;
}

@media (max-width: 979px) {
  .service_area_inner .section .inner {
    width: auto;
  }
}

@media (max-width: 767px) {
  .service_area_inner .section .inner {
    width: auto;
    text-align: center;
  }
}

.service_area_inner .section .heading_h2 {
  margin-bottom: 20px;
}

.service_area_inner .section .heading_h2 .h2 {
  margin: 0;
}

.service_area_inner .section .illust {
  margin-top: 40px;
  background-color: #e5eaf0;
}

@media (max-width: 767px) {
  .service_area_inner .section .illust {
    margin-top: 20px;
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .service_area_inner .section .illust_sp {
    margin-bottom: 0;
  }
}

.service_area_inner .section .photo {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .service_area_inner .section .photo {
    margin-top: 20px;
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .service_area_inner .section .photo_sp {
    margin-bottom: 0;
  }
}

.service_area_inner .section2 li {
  display: inline-block;
  padding-top: 50px;
  text-align: left;
}

.service_area_inner .btn-small {
  position: relative;
  margin: 20px 0 0 0;
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.service_area .logo_area {
  margin-top: 40px;
}

.service_area .logo_area li {
  display: inline-block;
  width: 42%;
  padding: 19px 15px;
  background-color: #fff;
  text-align: center;
}

@media (max-width: 979px) {
  .service_area .logo_area li {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .service_area .logo_area li {
    width: 43%;
    margin-bottom: 15px;
  }
}

@media (max-width: 640px) {
  .service_area .logo_area li {
    width: 90%;
  }
}

.service_area .logo_area li:first-child {
  margin-right: 3px;
}

.service_area .logo_area li span.title {
  display: block;
  color: #2f4063;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .service_area .logo_area li span.title {
    display: inline;
  }
}

.service_area .logo_area li .title1 {
  font-size: 11px;
}

.service_area .logo_area li .title2 {
  font-weight: 700;
}

@media (max-width: 979px) {
  .service_area .logo_area li .title2 {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .service_area .logo_area li .title2 {
    font-size: 12px;
  }
}

.service_area .logo_area li img {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 15px;
}

.service_area .logo_area li .title3 li {
  display: inline-block;
  padding: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .service_area .logo_area li .title3 li {
    display: inline;
  }
}

.service_area .logo_area li .title3 li span {
  display: block;
  color: #4fb8af;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .service_area .logo_area li .title3 li span {
    display: inline;
  }
}

.service_area .logo_area li .title3 li span.year {
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .service_area .btn_sp_area {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .service_area .btn_area .block {
    margin-bottom: 0 !important;
  }
  .service_area .btn_area .block:first-child {
    margin-top: 15px;
  }
}

.service_area .btn_green {
  padding: 10px 19px !important;
  background-color: #4fb8af !important;
}

.service_area .btn_green:hover, .service_area .btn_green:active, .service_area .btn_green:focus {
  background-color: #68c2bb !important;
}

.service_area .btn_green p {
  color: #fff;
  text-align: center;
}

.service_area .btn_green p.icon {
  position: relative;
  font-size: 18px !important;
}

.service_area .btn_green i {
  padding-right: 5px;
}

.service_area .btn_green i img {
  padding-bottom: 3px;
}

.service_area .btn_lightBlue {
  padding: 10px 19px !important;
  background-color: #03a9f4 !important;
  font-weight: 600 !important;
}

.service_area .btn_lightBlue:hover, .service_area .btn_lightBlue:active, .service_area .btn_lightBlue:focus {
  background-color: #03a9f4 !important;
  opacity: 0.75;
}

.service_area .btn_lightBlue p {
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.service_area .btn_lightBlue p.icon {
  position: relative;
  font-size: 18px !important;
}

.service_area .btn_lightBlue i {
  padding-right: 5px;
}

.service_area .btn_lightBlue i img {
  padding-bottom: 3px;
}

/* ----------------------------------------------- */
/* 会社情報
/* ----------------------------------------------- */
@media (max-width: 979px) {
  .company_area .span4,
  .message_area .span4,
  .access_area .span4 {
    margin-top: 40px;
  }
}

.topics_list_menu {
  background-color: #f8f8f8;
}

.topics_list_menu ul {
  list-style: none;
  padding: 25px 20px;
  margin-bottom: 40px;
  margin-left: 0;
  background-color: #f8f8f8;
}

.topics_list_menu li {
  margin-bottom: 10px;
}

.topics_list_menu li:last-child {
  margin-bottom: 0;
}

.topics_list_menu li a {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.topics_list_menu li a:hover, .topics_list_menu li a:active, .topics_list_menu li a:focus {
  color: #03a9f4;
  text-decoration: none;
}

.topics_list_menu li a.active {
  color: #03a9f4;
}

.topics_list_menu .blog_top a.active {
  color: #03a9f4;
}

.topics_list_menu h3,
.topics_list_menu .filter-link-count,
.topics_list_menu h3,
.topics_list_menu .filter-link-count,
.topics_list_menu h3,
.topics_list_menu .filter-link-count {
  display: none;
}

@media (max-width: 767px) {
  .company_area {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.company_area .table {
  margin-bottom: 50px;
}

.company_area .table th {
  padding-right: 17.9%;
}

.company_area .table a {
  color: #003da5;
}

.company_area .table a:hover, .company_area .table a:active, .company_area .table a:focus {
  opacity: 0.75;
  text-decoration: underline;
}

.company_area .enclose {
  margin-top: 20px;
  margin-bottom: 50px;
}

.company_area .btn_area1 {
  margin-bottom: 40px;
}

.company_area .btn_area1 .btn-small {
  width: 280px !important;
  padding: 13px 1% !important;
}

@media (max-width: 767px) {
  .company_area .btn_area1 .btn-small {
    width: auto !important;
  }
}

.company_area .btn_area2 {
  margin-top: 40px;
}

/* ----------------------------------------------- */
/* 代表メッセージ・略歴
/* ----------------------------------------------- */
@media (max-width: 767px) {
  .message_area {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.message_area .photo {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 979px) {
  .message_area .photo img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .message_area .photo {
    margin-bottom: 15px;
  }
}

.message_area .photo .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 44px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .message_area .photo .caption {
    position: relative;
    background-color: #6b7078;
    text-shadow: 1px 1px 1px #494d53;
  }
}

.message_area .photo h3 {
  margin: 0;
  padding: 16px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 768px) and (max-width: 979px) {
  .message_area .photo h3 {
    font-size: 19px;
  }
}

@media (min-width: 980px) and (max-width: 1200px) {
  .message_area .photo h3 {
    padding: 0 7px;
    font-size: 12px;
  }
}

.message_area .text .nomal_text:nth-child(1) {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .message_area .text .nomal_text:nth-child(2),
  .message_area .text .nomal_text:nth-child(3) {
    margin-bottom: 30px;
  }
}

.message_area .text .nomal_text:nth-child(5) {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .message_area .text .nomal_text br {
    display: none;
  }
}

@media (max-width: 767px) {
  .message_area .text {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .message_area .btn-small {
    padding: 15px 8% !important;
  }
}

/* ----------------------------------------------- */
/* アクセス・地図
/* ----------------------------------------------- */
@media (max-width: 767px) {
  .access_area {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.access_area .stand-alone-link {
  margin-top: 17px;
  margin-bottom: 17px;
}

.access_area .access_detail ul {
  list-style: none;
  margin-left: 0;
}

.access_area .access_detail li {
  display: inline-block;
  width: 48.053%;
  vertical-align: top;
}

.access_area .access_detail li:first-child {
  float: left;
}

.access_area .access_detail li:last-child {
  float: right;
}

@media (max-width: 767px) {
  .access_area .access_detail li {
    display: block;
    width: 100%;
  }
  .access_area .access_detail li:last-child {
    float: none;
  }
}

.access_area .access_detail li p.title {
  margin-bottom: 13px;
  color: #03a9f4;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.access_area .access_detail li p.detail {
  color: #424242;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .access_area .access_detail li p.detail {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .access_area .linke_area {
    margin-bottom: 25px;
  }
}

.access_area .access_flow {
  text-align: center;
}

.access_area .access_flow .flow_text {
  list-style: none;
  margin: 20px 0;
  text-align: left;
}

.access_area .access_flow .flow_text li {
  display: inline;
  vertical-align: top;
}

.access_area .access_flow .flow_text li:first-child {
  float: left;
}

.access_area .access_flow .flow_text .num {
  width: 42px;
  margin: 0 auto;
}

.access_area .access_flow .flow_text .num .num_inner {
  margin-top: -10px;
  color: #03a9f4;
  font-family: "Arial", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 100;
  line-height: 1.3;
  font-size: 50px;
}

@media (max-width: 767px) {
  .access_area .access_flow .flow_text .num .num_inner {
    font-size: 35px;
  }
}

.access_area .access_flow .flow_text .num .num_inner:before {
  content: '0';
}

@media (max-width: 767px) {
  .access_area .access_flow .flow_text .num .num_inner {
    margin-top: -5px;
  }
}

.access_area .access_flow .flow_text p {
  overflow: auto;
  margin-bottom: 0;
  padding-left: 35px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .access_area .access_flow .flow_text p {
    padding-left: 5px;
  }
}

.access_area .access_flow .ico_angle_down {
  margin: 10px 0 40px 0;
}

/* ----------------------------------------------- */
/* よくある質問
/* ----------------------------------------------- */
.faq_head {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.faq_head .span6 .faq_head_inner {
  background-color: #fff;
  padding: 0;
}

@media (max-width: 980px) {
  .faq_head .span6 .faq_head_inner {
    margin-bottom: 18px;
  }
}

@media (max-width: 980px) {
  .faq_head .span6:last-child .faq_head_inner {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .faq_content .module_area {
    padding-right: 0;
    padding-left: 0;
  }
}

.faq_content .heading_h1 {
  margin-bottom: 46px;
}

@media (max-width: 767px) {
  .faq_content .heading_h1 {
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.faq_head_inner.faq_head_inner__blue h3 {
  background-color: #003da5 !important;
}

.faq_head_inner.faq_head_inner_blue_light h3 {
  background-color: #03a9f4 !important;
}

.faq_head_inner h3 {
  padding: 15px 20px !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: normal;
}

.faq_head_left h3 {
  background-color: #003da5 !important;
}

.faq_head_right h3 {
  background-color: #03a9f4 !important;
}

.faq_head_inner h3 span {
  font-size: 14px;
  font-weight: normal;
}

.faq_head_inner p {
  margin: 0;
  background-color: #fff;
}

.faq_head_inner_list {
  margin: 0;
  padding: 16px;
}

.faq_head_inner_list > li {
  list-style: none;
  text-indent: -0.5em;
  margin-left: 0.5em;
}

.faq_head_inner_list > li:before {
  content: '-';
}

.faq_head_inner_list > li a {
  color: #666;
  display: inline;
}

.faq_head_inner .stand-alone-link {
  margin-bottom: .25em;
  font-size: 13px;
}

.faq_btn_box {
  margin: 30px auto 0 auto;
}

@media (max-width: 980px) {
  .faq_btn_box {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .faq_btn_box .btn-small {
    margin-bottom: 0;
  }
}

.faq_btn_box .stand-alone-link {
  width: 250px;
  margin: 0 auto;
  margin-top: 7px;
  font-size: 13px;
}

@media (max-width: 360px) {
  .faq_btn_box .stand-alone-link {
    width: auto;
  }
}

.enclose_faq {
  padding: 58px 0 72px;
  background-color: transparent;
  box-shadow: none;
}

.enclose_faq:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .enclose_faq {
    margin-bottom: 0;
    padding: 30px 15px;
    border: none;
    border-bottom: solid 5px #ebf0f4;
  }
}

.enclose_faq .enclose_faq_inner {
  display: block;
  margin-bottom: 20px;
}

.enclose_faq .num {
  width: 30px;
  margin: 0;
}

@media (max-width: 767px) {
  .enclose_faq .num {
    width: 27px;
  }
}

.enclose_faq .num .num_inner {
  display: table-cell;
  font-family: "Arial", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  width: inherit;
  height: 30px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 300;
  color: #003da5;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}

@media (max-width: 767px) {
  .enclose_faq .num .num_inner .enclose_faq .num .num_inner {
    height: 27px;
    font-size: 24px;
  }
}

.enclose_faq .num .num_q {
  color: #03a9f4;
}

.enclose_faq .text {
  margin: 0;
  padding-left: 3.3em;
}

.enclose_faq .text strong {
  font-size: 23px;
  color: #03a9f4;
  font-weight: normal;
}

@media (max-width: 767px) {
  .enclose_faq .text strong {
    font-size: 14px;
  }
}

.enclose_faq .text a {
  color: #003da5;
  text-decoration: none;
}

.enclose_faq .text a:hover,
.enclose_faq .text a:active,
.enclose_faq .text a:focus {
  color: #003da5;
  opacity: 0.75;
  text-decoration: underline;
}

.enclose_faq .text_list,
.enclose_faq .text_list_ol {
  margin: 10px 0 10px 25px !important;
  padding-left: 3.0em;
}

.enclose_faq .questionary {
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  border-top: solid 1px #03a9f4;
}

@media (max-width: 767px) {
  .enclose_faq .questionary {
    text-align: center;
  }
}

.enclose_faq .questionary .questionary_btn {
  display: inline-block;
}

@media (max-width: 767px) {
  .enclose_faq .questionary .questionary_btn {
    display: block;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .enclose_faq .questionary .questionary_btn .btn-x_small:first-child {
    margin-left: 0;
  }
}

.enclose_faq .btn-x_small {
  width: 63px !important;
  margin-left: 10px;
  font-size: 14px !important;
  font-weight: 100;
  padding: 3px 0;
  border: none;
  background-color: #f8f8f8;
  color: #666;
}

.enclose_faq .btn-x_small:visited {
  background-color: #585858;
}

.enclose_faq .btn-x_small:hover {
  background-color: #8c8a8a;
}

.enclose_faq .btn-x_small:active, .enclose_faq .btn-x_small:focus {
  background-color: #585858;
}

.even-wrapper .even-item:nth-of-type(even) .enclose_faq .btn-x_small {
  background-color: #fff;
}

.even-wrapper .even-item:nth-of-type(even) .enclose_faq .btn-x_small:visited {
  background-color: #585858;
}

.even-wrapper .even-item:nth-of-type(even) .enclose_faq .btn-x_small:hover {
  background-color: #8c8a8a;
}

.even-wrapper .even-item:nth-of-type(even) .enclose_faq .btn-x_small:active, .even-wrapper .even-item:nth-of-type(even) .enclose_faq .btn-x_small:focus {
  background-color: #585858;
}

.enclose_faq .btn-x_small:after {
  display: none;
}

.enclose_faq .btn-x_small:first-child {
  margin-left: 30px;
}

.faq_bottom .row-fluid [class*=span] {
  margin-left: 0;
}

@media (min-width: 1200px) {
  .faq_bottom .row-fluid [class*=span] {
    margin-left: 0;
  }
}

@media (max-width: 980px) {
  .faq_bottom .row-fluid [class*=span] {
    display: inline-block;
    margin-bottom: 30px;
  }
}

.faq_bottom .box {
  padding: 45px 85px;
  background-color: #fff;
  text-align: center;
  box-shadow: 1.4px 1.4px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .faq_bottom .box {
    padding: 15px 10px;
  }
}

.faq_bottom .box p {
  margin-bottom: 0;
  color: #03a9f4;
  text-align: center;
}

.faq_bottom .box p:nth-child(2) {
  color: #03a9f4;
  font-size: 24px;
  font-weight: 500;
}

.faq_bottom .box p:nth-child(3) {
  font-size: 14px;
  font-weight: 200;
}

.faq_bottom .box .btn-small {
  width: 252px;
  margin: 10px auto;
}

@media (max-width: 400px) {
  .faq_bottom .box .btn-small {
    width: auto;
  }
}

/* ----------------------------------------------- */
/* サイトマップ
/* ----------------------------------------------- */
.sitemap {
  padding-bottom: 30px;
  border-bottom: solid 2px #e0e0e0;
}

@media (max-width: 640px) {
  .sitemap {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}

.sitemap:last-child {
  border-bottom: none;
}

.sitemap > ul {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

@media (max-width: 979px) {
  .sitemap > ul {
    width: 29%;
  }
}

@media (max-width: 767px) {
  .sitemap > ul {
    width: 28%;
  }
}

@media (max-width: 640px) {
  .sitemap > ul {
    display: block;
    width: auto;
  }
}

.sitemap li {
  display: block;
  position: relative;
  margin-bottom: 1.2em;
}

.sitemap li:before {
  display: block;
  position: absolute;
  top: 0;
  left: -1.1em;
  color: #212121;
  font-family: "FontAwesome";
  content: "\f0da";
}

/* ----------------------------------------------- */
/* コンサルタント
/* ----------------------------------------------- */
.module_area_carousel {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 1120px) {
  .module_area_carousel {
    width: 860px;
  }
}

@media (max-width: 1040px) {
  .module_area_carousel {
    width: 780px;
  }
}

@media (max-width: 979px) {
  .module_area_carousel {
    width: 724px;
  }
}

@media (max-width: 900px) {
  .module_area_carousel {
    width: 650px;
  }
}

@media (max-width: 825px) {
  .module_area_carousel {
    width: 580px;
  }
}

@media (max-width: 767px) {
  .module_area_carousel {
    width: 500px;
  }
}

@media (max-width: 675px) {
  .module_area_carousel {
    width: 65%;
  }
}

.module_area_carousel .title {
  color: #03a9f4;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

@media (max-width: 675px) {
  .module_area_carousel .title {
    text-align: center;
  }
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 5px;
}

.owl-item .item {
  position: relative;
  background-color: #f8f8f8;
  box-shadow: 1.4px 1.4px 4px rgba(0, 0, 0, 0.2);
}

.owl-item .item a {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}

.owl-item .item a:hover,
.owl-item .item a:active,
.owl-item .item a:focus {
  background-color: rgba(255, 255, 255, 0.4);
}

.owl-item .item img {
  width: 90%;
  padding: 15px 8px 20px 8px;
}

.owl-item .item p {
  margin-bottom: 0;
  padding: 0 16px 20px 16px;
  color: #03a9f4;
  font-weight: 700;
  line-height: 1.5em;
}

.owl-item .item p.position, .owl-item .item p.name {
  color: #03a9f4;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 10px;
}

.owl-item .item p.position {
  padding-bottom: 10px;
}

.owl-item .item p.name {
  padding-bottom: 15px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-color: #03a9f4;
  color: #fff;
}

.owl-nav .owl-prev {
  left: 0;
  margin-left: -80px;
}

@media (max-width: 600px) {
  .owl-nav .owl-prev {
    margin-left: -60px;
  }
}

.owl-nav .owl-next {
  right: 0;
  margin-right: -80px;
}

@media (max-width: 600px) {
  .owl-nav .owl-next {
    margin-right: -60px;
  }
}

.owl-nav .navtext {
  width: 100%;
  height: 100%;
  text-align: center;
}

.owl-nav .navtext:before {
  position: relative;
  top: 20%;
}

.email_link {
  color: #354d77;
  text-decoration: underline;
}

.email_link:hover,
.email_link:active,
.email_link:focus {
  color: #7f99c6;
}

.lower_illust2 {
  margin: 20px auto;
  text-align: center;
}

.lower_illust2 .box {
  margin-top: 20px;
}

.lower_illust2 .box:first-child {
  margin-top: 0;
}

.lower_illust2 .caption {
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}

.lower_illust2 ul {
  display: inline-block;
  list-style: none;
  margin: 0 auto;
  text-align: left;
}

.lower_illust2 li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 22.55%;
  height: 100%;
  margin-right: 1.5%;
}

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

@media (max-width: 1199px) {
  .lower_illust2 li {
    margin-right: 1.5%;
  }
}

@media (max-width: 979px) {
  .lower_illust2 li {
    margin-right: 1.0%;
  }
}

@media (max-width: 767px) {
  .lower_illust2 li {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .lower_illust2 li .box-inner {
    width: 100%;
  }
}

.lower_illust2 li h1 {
  margin: 0;
  padding: 4px;
  background-color: #2f4063;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: inherit;
}

@media (max-width: 979px) {
  .lower_illust2 li h1 {
    font-size: 13px;
  }
}

.lower_illust2 li p {
  margin: 0;
  padding: 13px 5px;
  color: #2f4063;
  font-size: 13px;
  text-align: center;
}

.lower_illust2 .before,
.lower_illust2 .after {
  padding-left: 0;
  border: 3px solid #2f4063;
}

.lower_illust2 .after h1 {
  background-color: #4fb8af;
}

.lower_illust2 .illust_height {
  height: 127px;
}

.profile_box h3 {
  padding-right: 20px;
  padding-left: 20px;
}

.circle-trim {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}

.img-block {
  overflow: hidden;
}

.img-block img {
  transition: 0.5s;
}

.body_index .img-block img {
  width: 100%;
  height: auto;
}

.img-block img:hover {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}

/* ----------------------------------------------- */
/* LP用パネル
/* ----------------------------------------------- */
.jumbotron.web_info {
  margin-top: 0 !important;
  padding-top: 55px;
  background: url("//cdn2.hubspot.net/hubfs/309983/blog/recruiter/support/column/1＿dummy＿770398.jpg") no-repeat center top;
  background-size: contain;
}

@media (max-width: 1150px) {
  .jumbotron.web_info {
    padding-top: 20px;
  }
}

@media (min-width: 1120px) and (max-width: 1150px) {
  .jumbotron.web_info {
    padding-top: 42px;
  }
}

@media (min-width: 980px) and (max-width: 1120px) {
  .jumbotron.web_info {
    padding-top: 26px;
  }
}

@media (max-width: 979px) {
  .jumbotron.web_info {
    padding-top: 0;
    background: url("//cdn2.hubspot.net/hubfs/309983/blog/recruiter/support/column/1＿dummy＿770398.jpg") no-repeat center top;
    background-size: cover;
  }
}

.jumbotron.web_info .container {
  padding-bottom: 10%;
  text-align: center;
}

@media (min-width: 980px) and (max-width: 1320px) {
  .jumbotron.web_info .container {
    padding-bottom: 6.5%;
  }
}

@media (max-width: 979px) {
  .jumbotron.web_info .container {
    padding-top: 47px;
    padding-bottom: 4%;
  }
}

@media (max-width: 767px) {
  .jumbotron.web_info .container {
    padding-top: 15px;
    padding-bottom: 0;
  }
}

@media (max-width: 979px) {
  .jumbotron.web_info img {
    width: auto;
  }
}

@media (max-width: 767px) {
  .jumbotron.web_info img {
    width: 48px;
  }
}

.jumbotron.web_info h1 {
  width: 53%;
  margin-top: 26px;
  font-size: 36px;
  text-align: center;
  line-height: 40px;
  letter-spacing: normal;
}

@media (min-width: 980px) and (max-width: 1149px) {
  .jumbotron.web_info h1 {
    font-size: 30px;
  }
}

@media (max-width: 979px) {
  .jumbotron.web_info h1 {
    width: 100%;
    margin-top: 25px;
    font-size: 28px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .jumbotron.web_info h1 {
    margin-top: 12px;
    font-size: 18px;
    line-height: 22px;
  }
}

.jumbotron.web_info p {
  margin-top: 20px;
  color: #fff;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: -.05em;
}

@media (min-width: 980px) and (max-width: 1149px) {
  .jumbotron.web_info p {
    margin-top: 9px;
    font-size: 20px;
  }
}

@media (max-width: 979px) {
  .jumbotron.web_info p {
    margin-top: 20px;
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .jumbotron.web_info p {
    margin-top: 10px;
    font-size: 16px;
  }
}

/* ----------------------------------------------- */
/* 採用ブランド
/* ----------------------------------------------- */
@media (max-width: 767px) {
  .recruit_brand .enclose-heading-vertical {
    margin-bottom: 20px;
  }
  .enclose-heading-vertical .pull-left {
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .enclose-heading-vertical .pull-right {
    float: none !important;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------- */
/* iRec 用モジュール
/* ----------------------------------------------- */
.un_mainvis_bottom_text {
  font-size: 20px;
  text-align: center !important;
  font-weight: 500;
  color: #03a9f4;
}

.un_mainvis_bottom_text .un_mainvis_bottom_text_small {
  font-size: 15px;
}
