@charset "UTF-8";
/* -----
 * Blog
----------------------------------------------------------------------------- */
/** tag list **/
.tag-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px !important;
}

.tag-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 25%;
  margin-right: 4px;
}

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

.tag-list li a {
  display: block;
  text-decoration: none;
  padding: 1.423em;
  background: #f2f2f2;
  color: #999;
  text-align: center;
  font-weight: bold;
  font-size: 13.008px;
  font-size: 0.813rem;
  line-height: 1;
  -webkit-transition: color .3s ease-out, background .3s ease-out;
  transition: color .3s ease-out, background .3s ease-out;
}

.tag-list li a:hover {
  background: #ff8c00;
  color: #fff;
}

.tag-list li.current a {
  background: #ff8c00;
  color: #fff;
}

.tag-inline {
  margin-bottom: 35px;
}

.tag-inline .tag-list {
  display: block;
  margin-bottom: 0 !important;
  font-size: 0;
}

.tag-inline .tag-list li {
  display: inline-block;
  width: auto;
  margin: 0 4px 4px 0;
}

.tag-inline .tag-list li a {
  padding: 0.46em 0.8em;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  letter-spacing: 0.05em;
}

/** 記事内 **/
.article-container {
  margin-bottom: 120px;
}

.article-container.blog {
  margin-bottom: 80px;
}

.article-header {
  margin-bottom: 50px;
}

.article-title {
  margin: 0 0 0.5em;
  font-size: 28px;
  font-size: 1.75rem;
}

.article-info p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.article-info .date {
  position: relative;
  padding-left: 1.5em;
  margin-right: 1em;
}

.article-info .date:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 0.8em;
  height: 2px;
  background: #ff8c00;
}

.article-info.-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-info.-author .author-data {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(100% - 80px);
}

.article-info.-author .author-data p {
  display: block;
}

.article-info.-author.-column {
  margin-bottom: 20px;
}

.article-info.-author.-column .author-data {
  width: calc(100% - 200px);
}

.article-info.-author.-column .post-sns {
  position: static;
  width: 35%;
  max-width: 120px;
  margin-left: auto;
  padding: 0;
}

.article-info .author {
  margin-bottom: 5px;
  font-weight: bold;
}

.article-info .author a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.article-info .author a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.feature-image {
  margin-bottom: 45px;
}

.article-body {
  margin-bottom: 70px;
  line-height: 1.8;
}

.article-body h2 {
  background: #fffaf3;
  border-left: 5px solid #ff8c00;
  margin: 2em 0 1em;
  padding: 0.35em 0.7em;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.458;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body h3 {
  margin: 2em 0 0.5em;
  font-size: 24px;
  font-size: 1.5rem;
  color: #ff8c00;
  line-height: 1.458;
}

.article-body h4 {
  margin: 2em 0 0.5em;
  font-size: 22px;
  font-size: 1.375rem;
}

.article-body a:not(.button) {
  color: #757bcd;
}

.article-body ul, .article-body ol {
  padding-left: 1.4em;
}

.article-body hr {
  border: 0;
  border-top: 1px solid #999;
  padding: 0;
  margin: 2em 0;
}

.article-body dl dt {
  font-weight: bold;
}

.article-body dl dd {
  margin: 0.5em 0 0;
}

.button.-column {
  max-width: 270px;
  letter-spacing: 0.1em;
}

.bg-content {
  background: #f2f2f2;
  padding: 1.5em 2em;
}

/** 記事上のイベント情報 **/
.article-head {
  margin-bottom: 18px;
}

.article-head .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-head .img-feature {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  position: relative;
  overflow: hidden;
  background: #eee;
  max-width: 660px;
  width: 57%;
  min-height: 0;
}

.article-head .img-feature img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.article-head .head-desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 40%;
  max-width: 480px;
  margin-left: auto;
}

.article-head .head-desc .row-fluid [class*="span"] {
  min-height: 0;
}

.article-head .head-desc table {
  width: 100%;
  margin: 0;
  border-top: 1px solid #999;
}

.article-head .head-desc table th, .article-head .head-desc table td {
  border-bottom: 1px solid #999;
  padding: 0.5em;
  height: 70px;
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
}

.article-head .head-desc table th {
  width: 7em;
  background: url(https://cdn2.hubspot.net/hubfs/4477564/Forward%202018%20Theme/images/common/table-border.jpg) no-repeat right center;
}

.article-head .head-desc table td {
  padding-left: 1.7em;
}

.article-head .head-desc a {
  color: #757bcd;
}

.article-head .head-desc small {
  font-size: 0.857em;
}

.article-entry-btn {
  margin-top: 25px;
}

.bottom-article {
  margin: 60px 0 0;
}

.full-width-content {
  padding-bottom: 50px;
}

/** Blog **/
.feature-image-blog {
  margin-bottom: 20px;
}

/** 一覧 **/
.blog-listing-wrapper {
  padding-bottom: 10px;
}

.post-media {
  margin-bottom: 40px;
}

.post-media a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.post-media a:before, .post-media a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 0;
  height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.1s ease-out 0.3s, width 0.2s ease-out 0.18s, height 0.2s ease-out 0s;
  transition: opacity 0.1s ease-out 0.3s, width 0.2s ease-out 0.18s, height 0.2s ease-out 0s;
}

.post-media a:before {
  border-top: 1px solid #ff8c00;
  border-right: 1px solid #ff8c00;
  left: 0;
  top: 0;
}

.post-media a:after {
  border-bottom: 1px solid #ff8c00;
  border-left: 1px solid #ff8c00;
  right: 0;
  bottom: 0;
}

.post-media a:hover:before, .post-media a:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.1s ease-out 0s, width 0.25s cubic-bezier(0.61, 0.08, 0.41, 0.94) 0.1s, height 0.2s cubic-bezier(0.61, 0.08, 0.41, 0.94) 0.35s;
  transition: opacity 0.1s ease-out 0s, width 0.25s cubic-bezier(0.61, 0.08, 0.41, 0.94) 0.1s, height 0.2s cubic-bezier(0.61, 0.08, 0.41, 0.94) 0.35s;
}

.post-media a:hover .media-thumb:after {
  width: 120%;
  background: rgba(255, 140, 0, 0.3);
}

.post-media a:hover .media-thumb img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1.1) translate(-50%, -50%);
          transform: scale(1.1) translate(-50%, -50%);
}

.post-media .media-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 35%;
  max-width: 297px;
  position: relative;
  overflow: hidden;
}

.post-media .media-thumb:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 45px;
  height: 100%;
  -webkit-transform: skewX(-11deg);
          transform: skewX(-11deg);
  background: rgba(255, 140, 0, 0.7);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: width .25s ease-out, background .25s ease-out;
  transition: width .25s ease-out, background .25s ease-out;
}

.post-media .media-thumb .img-over {
  height: 100%;
}

.post-media .media-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 65%;
  padding: 0.5em 0.5em 0.5em 40px;
}

.post-media .title {
  margin: 1.4em 0 0;
  color: #ff8c00;
  font-size: 18px;
  font-size: 1.125rem;
}

.post-media .text {
  margin: 1em 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}

/** Blog **/
.blog-card-list .post-card .img-over {
  padding-top: 71.77%;
}

.blog-card-list .post-thumbnail-wrap {
  position: relative;
}

.blog-card-list .post-detail a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

/**
 * /works, /recruit/interview
 * タイトルの上の区切り オレンジ線
 */
.bottom-info {
  position: relative;
  padding-right: 1em;
}

.bottom-info:before {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  background: #ff8c00;
  margin-bottom: 1em;
}

.bottom-info p {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.bottom-info .post-info {
  margin-top: 0.5em;
}

/** コンテンツ下の関連記事系４つ並び **/
.bottom-section {
  margin-top: 60px;
}

.bottom-list .post-card {
  width: calc(25% - 3px);
  margin-right: 4px;
}

.bottom-list .post-card:nth-child(4n) {
  margin-right: 0;
}

.bottom-list .post-card:nth-child(n + 5) {
  margin-top: 40px;
}

.bottom-list .post-card .post-thumbnail {
  margin-bottom: 10px;
}

.bottom-list .post-card .post-detail p {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.66;
}

.bottom-list .post-card .post-detail .date {
  color: #ff8c00;
}

.bottom-list .post-card .post-detail .post-title {
  margin: 0.5em 0 0;
}

.post-sns {
  width: 80%;
  max-width: 160px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 0;
  z-index: 4;
}

.post-sns a {
  display: inline-block;
  width: 30px;
  margin-right: 15px;
}

.post-sns a:last-child {
  margin-right: 0;
}

.avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 70px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}

.avatar:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** Pagenation **/
.pagination {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}

.pagination li {
  display: inline-block;
  width: 70px;
  margin: 0 5px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

.pagination li > * {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #112853;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.pagination li.current > * {
  background: #ff8c00;
}

.pagination li a {
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out;
}

.pagination li a:hover {
  background: #2e4e89;
}

.pagination li.next, .pagination li.prev {
  width: 50px;
}

.pagination li.next a, .pagination li.prev a {
  position: relative;
  color: transparent;
}

.pagination li.next a:before, .pagination li.prev a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: -0.3em 0 0 -0.15em;
}

.pagination li.next a:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -0.5em;
}

.pagination li.prev a:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/** sidebar **/
.side-form {
  background: #f2f2f2;
  padding: 20px;
  font-size: 13.008px;
  font-size: 0.813rem;
}

.side-form .hs-form-field label {
  font-size: 13.008px;
  font-size: 0.813rem;
}

.side-form .hs-input {
  padding: 8px 20px;
  font-size: 13.008px;
  font-size: 0.813rem;
}

/** 購読 **/
.foot-form {
  background: url(https://cdn2.hubspot.net/hubfs/4477564/Forward%202018%20Theme/images/blog/subscription-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 80px 15px;
  font-size: 14px;
  font-size: 0.875rem;
}

.foot-form .form-style .hs-input {
  background: none;
}

.foot-form .hs-richtext {
  margin: 1em 0 0;
}

.foot-form-inner {
  background: rgba(255, 255, 255, 0.95);
  padding: 60px;
}

.foot-form-inner > .row-fluid-wrapper {
  max-width: 643px;
  margin: auto;
}

.foot-form-inner .comment {
  margin-bottom: 13px;
  text-align: center;
}

.foot-form-inner .hs_submit {
  max-width: 270px;
  margin: 50px auto 0;
}

.foot-form-title h2 {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  margin: 0 0 0.65em;
}

.foot-form-title h2:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #ff8c00;
  vertical-align: middle;
  margin-right: 10px;
}

/** Form **/
.form-container {
  background: #f2f3f4;
  padding: 80px 15px;
  margin-bottom: 120px;
}

.form-container .form-inner {
  background: #fff;
  padding: 60px 20px;
}

.form-container .form-inner .form-style {
  max-width: 640px;
  margin: auto !important;
  float: none;
}

.form-container .form-inner .form-style .inputs-list .hs-form-booleancheckbox {
  margin-top: 0;
}

.form-container .form-inner .form-style .hs-button {
  max-width: 270px;
  margin-top: 42px;
}

.form-container .form-head-text {
  text-align: center;
  margin-bottom: 50px;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* smart phone */
  /** tag list **/
  .tag-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px !important;
  }
  .tag-list li {
    width: calc(50% - 2px);
    margin-bottom: 4px;
  }
  .tag-list li:nth-child(2n) {
    margin-right: 0;
  }
  .tag-inline {
    margin-bottom: 20px;
  }
  .tag-inline .tag-list li {
    width: auto;
  }
  .tag-inline .tag-list li:nth-child(2n) {
    margin-right: 4px;
  }
  /** 記事内 **/
  .article-container {
    margin-bottom: 60px;
  }
  .article-container.blog {
    margin-bottom: 60px;
  }
  .article-header {
    margin-bottom: 30px;
  }
  .article-title {
    margin: 0 0 0.3em;
    font-size: 1.429rem;
  }
  .feature-image {
    margin-bottom: 20px;
  }
  .article-body {
    margin-bottom: 40px;
  }
  .article-body h2 {
    font-size: 1.357rem;
  }
  .article-body h3 {
    font-size: 1.357rem;
  }
  .article-body h4 {
    font-size: 1.214rem;
  }
  .bg-content {
    padding: 1em 1.2em;
  }
  .article-info.-author .author-data {
    width: calc(100% - 48px);
  }
  .article-info.-author .author-data p {
    line-height: 1.3;
  }
  .article-info.-author.-column .author-data {
    width: calc(100% - 140px);
  }
  .article-info.-author.-column .post-sns {
    max-width: 92px;
  }
  .avatar {
    width: 40px;
    margin-right: 8px;
  }
  /** 記事上のイベント情報 **/
  .article-head .row-fluid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-head .img-feature {
    max-width: 100%;
    width: 100%;
  }
  .article-head .img-feature img {
    position: static;
    max-width: 100%;
    height: auto;
  }
  .article-head .head-desc {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .article-head .head-desc .row-fluid [class*="span"] {
    width: 100%;
  }
  .article-head .head-desc table th, .article-head .head-desc table td {
    padding: 1.12em;
    height: auto;
  }
  .article-entry-btn {
    margin-top: 25px;
  }
  .bottom-article {
    margin: 40px 0 0;
  }
  .full-width-content {
    padding-bottom: 20px;
  }
  /** Blog **/
  .feature-image-blog {
    margin-bottom: 20px;
  }
  /** 一覧 **/
  .post-media {
    margin-bottom: 25px;
  }
  .post-media .media-thumb {
    max-width: 190px;
  }
  .post-media .media-thumb:after {
    width: 30px;
  }
  .post-media .img-over.noimage img {
    max-width: none;
    height: 100%;
  }
  .post-media .media-content {
    padding: 0.2em 0.5em 0.2em 15px;
  }
  .post-media .title {
    margin: 0.5em 0 0;
    line-height: 1.5;
  }
  .post-media .text {
    margin: 0.5em 0 0;
    max-height: 5.1em;
    overflow: hidden;
  }
  /** Blog **/
  /** コンテンツ下の関連記事系４つ並び **/
  .bottom-list .post-card {
    width: calc(50% - 2px);
  }
  .bottom-list .post-card:nth-child(2n) {
    margin-right: 0;
  }
  .bottom-list .post-card:nth-child(n + 3) {
    margin-top: 25px;
  }
  .post-sns {
    padding: 10px 0;
    max-width: 120px;
  }
  .post-sns a {
    width: 25px;
    margin-right: 8px;
  }
  /** Pagenation **/
  .pagination li {
    width: 3.5em;
    margin: 0 3px;
  }
  .pagination li > * {
    height: 30px;
    line-height: 30px;
  }
  .pagination li.next, .pagination li.prev {
    width: 2.5em;
  }
  /** sidebar **/
  .side-form .hs-input {
    padding: 6px 18px;
    font-size: 16px;
  }
  /** 購読 **/
  .foot-form {
    padding: 30px 0;
  }
  .foot-form-inner {
    padding: 20px 20px 25px;
  }
  .foot-form-inner .hs_submit {
    margin: 30px auto 0;
  }
  .foot-form-title h2 {
    font-size: 1.286rem;
  }
  /** Form **/
  .form-container {
    padding: 30px 15px;
    margin-bottom: 60px;
  }
  .form-container .form-inner {
    padding: 25px 15px 30px;
  }
  .form-container .form-inner .form-style .hs-button {
    margin-top: 30px;
  }
  .form-container .form-head-text {
    text-align: left;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  /** 一覧 **/
  .post-media .media-thumb:after {
    width: 20px;
  }
  .post-media .article-info .tag {
    padding: 0.35em 1em;
  }
  .post-media .text {
    display: none;
  }
}
