@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
色に関して記述しているファイル
色に関して、ここで宣言をしたものを利用する様にする

例：
color: $color-font-white;
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.header > .right > .pages > .page > .link.page-blog:before {
  height: 50px;
}
.header > .right > .pages > .page > .link.page-blog.english:before {
  height: 1px;
}
.header > .sp-menu > .container > .pages > .page > .link.page-blog:before {
  right: 61px;
  width: 93px;
}

.blog-page {
  margin-top: 288px;
  margin-bottom: 266px;
}
@media screen and (max-width: 897px) {
  .blog-page {
    margin-top: 240px;
    margin-bottom: 120px;
  }
}
.blog-page > .section-title {
  margin-bottom: 176px;
}
.blog-page > .section-title > .container > .page-title,
.blog-page > .section-title > .container > .lead {
  letter-spacing: 0.28em;
  line-height: 1.6;
}
@media screen and (max-width: 897px) {
  .blog-page > .section-title > .container > .page-title,
  .blog-page > .section-title > .container > .lead {
    letter-spacing: 0.08em;
    line-height: 1.52;
  }
}
.blog-page > .section-title > .container > .page-title {
  font-size: 32px;
  margin-bottom: 24px;
  word-break: break-all;
}
.blog-page > .section-title > .container > .page-title > .icon {
  width: 21px;
  height: 21px;
  fill: none;
  stroke-width: 0.8px;
  margin-right: 8px;
}
@media screen and (max-width: 897px) {
  .blog-page > .section-title > .container > .page-title > .icon {
    height: 23px;
  }
}
@media screen and (max-width: 897px) {
  .blog-page > .section-title > .container > .page-title {
    margin-bottom: 4px;
  }
}
.blog-page > .section-title > .container > .lead {
  margin-bottom: 80px;
}
@media screen and (max-width: 897px) {
  .blog-page > .section-title > .container > .lead {
    font-size: 13px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .blog-page > .section-title > .container > .lead {
    margin-bottom: 45%;
  }
}
.blog-page > .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 897px) {
  .blog-page > .flex {
    display: block;
  }
}
.blog-page > .flex > .section-posts {
  max-width: 715px;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 950px) {
  .blog-page > .flex > .section-posts {
    padding: 0 24px;
  }
}
@media screen and (max-width: 897px) {
  .blog-page > .flex > .section-posts {
    max-width: 100%;
  }
}
.blog-page > .flex > .section-posts > .container > .sort {
  display: inline-block;
  width: 187px;
  margin-bottom: 4px;
}
@media screen and (max-width: 897px) {
  .blog-page > .flex > .section-posts > .container > .sort {
    width: 137px;
  }
}
.blog-page > .flex > .section-posts > .container > .sort > input {
  background-color: transparent;
  border: 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 897px) {
  .blog-page > .flex > .section-posts > .container > .sort > input {
    font-size: 10px;
  }
}
.blog-page > .flex > .section-posts > .container > .sort > input:hover {
  opacity: 0.5;
}
.blog-page > .flex > .section-posts > .container > .posts {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .blog-page > .flex > .section-posts > .container > .posts {
    display: block;
  }
}
.blog-page > .flex > .section-posts > .container > .posts > .post {
  max-width: 300px;
  width: 100%;
  margin-right: 24px;
  margin-bottom: 80px;
}
@media screen and (max-width: 897px) {
  .blog-page > .flex > .section-posts > .container > .posts > .post {
    max-width: 370px;
  }
}
@media screen and (max-width: 640px) {
  .blog-page > .flex > .section-posts > .container > .posts > .post {
    max-width: 100%;
    margin-right: 0;
  }
}
.blog-page > .flex > .section-posts > .container > .posts > .post > .page {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-page > .flex > .section-posts > .container > .posts > .post > .page > .thumbnail,
.blog-page > .flex > .section-posts > .container > .posts > .post > .page > .info,
.blog-page > .flex > .section-posts > .container > .posts > .post > .page > .title,
.blog-page > .flex > .section-posts > .container > .posts > .post > .page > .text,
.blog-page > .flex > .section-posts > .container > .posts > .post > .page > .tag {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-page > .flex > .section-posts > .container > .posts > .post > .page > .thumbnail {
  width: 100%;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 14px;
  padding-top: 66.7%;
}
@media screen and (max-width: 897px) {
  .blog-page > .flex > .section-posts > .container > .posts > .post > .page > .thumbnail {
    margin-bottom: 8px;
  }
}
.blog-page > .flex > .section-posts > .container > .posts > .post > .page > .info > .date,
.blog-page > .flex > .section-posts > .container > .posts > .post > .page > .tags > .tag {
  color: #808080;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-right: 8px;
}
.blog-page > .flex > .section-posts > .container > .posts > .post > .page > .info > .date {
  font-size: 14px;
}
@media screen and (max-width: 897px) {
  .blog-page > .flex > .section-posts > .container > .posts > .post > .page > .info > .date {
    font-size: 12px;
    margin-right: 8px;
  }
}
.blog-page > .flex > .section-posts > .container > .posts > .post > .page > .info > .tags {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 897px) {
  .blog-page > .flex > .section-posts > .container > .posts > .post > .page > .info > .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 220px;
  }
}
.blog-page > .flex > .section-posts > .container > .posts > .post > .page > .info > .tags > .tag {
  color: #808080;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-right: 8px;
}
.blog-page > .flex > .section-posts > .container > .posts > .post > .page > .tags {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-page > .flex > .section-posts > .container > .posts > .post > .page > .tags > .tag {
  font-size: 12px;
}
.blog-page > .flex > .section-posts > .container > .posts > .post > .page > .title,
.blog-page > .flex > .section-posts > .container > .posts > .post > .page > .text {
  color: #000000;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media screen and (max-width: 897px) {
  .blog-page > .flex > .section-posts > .container > .posts > .post > .page > .title,
  .blog-page > .flex > .section-posts > .container > .posts > .post > .page > .text {
    letter-spacing: 0.05em;
    line-height: 1.52;
  }
}
.blog-page > .flex > .section-posts > .container > .posts > .post > .page > .text {
  font-size: 12px;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 897px) {
  .blog-page > .flex > .section-posts > .container > .posts > .post > .page > .text {
    font-size: 13px;
  }
}
.blog-page > .flex > .section-posts > .container > .posts > .post > .page:hover > .thumbnail,
.blog-page > .flex > .section-posts > .container > .posts > .post > .page:hover > .info,
.blog-page > .flex > .section-posts > .container > .posts > .post > .page:hover > .title,
.blog-page > .flex > .section-posts > .container > .posts > .post > .page:hover > .text,
.blog-page > .flex > .section-posts > .container > .posts > .post > .page:hover > .tag {
  opacity: 0.5;
}
.blog-page > .flex > .section-posts > .container > .pagination {
  text-align: center;
  margin-bottom: 120px;
}
.blog-page > .flex > .section-posts > .container > .pagination > .page-numbers {
  position: relative;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 0 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .blog-page > .flex > .section-posts > .container > .pagination > .page-numbers {
    padding: 0 14px;
  }
}
@media screen and (max-width: 640px) {
  .blog-page > .flex > .section-posts > .container > .pagination > .page-numbers {
    padding: 0 12px;
  }
}
.blog-page > .flex > .section-posts > .container > .pagination > .page-numbers:hover {
  opacity: 0.5;
}
.blog-page > .flex > .section-posts > .container > .pagination > .page-numbers.current {
  background-color: #EBEBEB;
  padding: 8px 11px;
}
.blog-page > .flex > .section-posts > .container > .pagination > .page-numbers.prev > .icon, .blog-page > .flex > .section-posts > .container > .pagination > .page-numbers.next > .icon {
  position: absolute;
  top: 0px;
  width: 16px;
  height: 16px;
  fill: none;
  stroke-width: 0.5px;
}
.blog-page > .flex > .section-posts > .container > .pagination > .page-numbers.prev > .icon {
  left: -8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.blog-page > .flex > .section-posts > .container > .pagination > .page-numbers.next > .icon {
  right: -8px;
}
.blog-page > .flex > .section-posts > .container > .buttons {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 897px) {
  .blog-page > .flex > .section-posts > .container > .buttons {
    display: none;
  }
}
.blog-page > .flex > .section-posts > .container > .buttons > .button {
  max-width: 300px;
  width: 100%;
}
.blog-page > .flex > .section-posts > .container > .buttons > .button > .link {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000000;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-page > .flex > .section-posts > .container > .buttons > .button > .link.recruit {
  padding: 20px 37px 20px 48px;
}
.blog-page > .flex > .section-posts > .container > .buttons > .button > .link.contact {
  padding: 20px 19px 20px 34px;
}
.blog-page > .flex > .section-posts > .container > .buttons > .button > .link:before, .blog-page > .flex > .section-posts > .container > .buttons > .button > .link:after {
  content: "";
  position: absolute;
  top: 31px;
  right: 30px;
  width: 75px;
  height: 1px;
  -webkit-transition: all 0.24s ease;
  transition: all 0.24s ease;
}
@media screen and (max-width: 897px) {
  .blog-page > .flex > .section-posts > .container > .buttons > .button > .link:before, .blog-page > .flex > .section-posts > .container > .buttons > .button > .link:after {
    top: 30px;
    width: 44px;
    right: 22px;
  }
}
.blog-page > .flex > .section-posts > .container > .buttons > .button > .link:before {
  background-color: #FFFFFF;
}
.blog-page > .flex > .section-posts > .container > .buttons > .button > .link:after {
  background-color: #FFFFFF;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.blog-page > .flex > .section-posts > .container > .buttons > .button > .link:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.blog-page > .flex > .section-posts > .container > .buttons > .button > .link:hover:before {
  background-color: #000000;
}
.blog-page > .flex > .section-posts > .container > .buttons > .button > .link:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.blog-page > .flex > .section-posts > .container > .buttons > .button > .link:hover > .icon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.blog-page > .flex > .section-posts > .container > .buttons > .button > .link.recruit:before, .blog-page > .flex > .section-posts > .container > .buttons > .button > .link.recruit:after {
  right: 45px;
}
@media screen and (max-width: 897px) {
  .blog-page > .flex > .section-posts > .container > .buttons > .button > .link.recruit:before, .blog-page > .flex > .section-posts > .container > .buttons > .button > .link.recruit:after {
    right: 35px;
  }
}
.blog-page > .flex > .sidebar {
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .blog-page > .flex > .sidebar {
    max-width: 100%;
    width: 100%;
  }
}
.blog-page > .flex > .sidebar > .container > .content {
  margin-bottom: 56px;
}
@media screen and (max-width: 897px) {
  .blog-page > .flex > .sidebar > .container > .content {
    margin-bottom: 48px;
  }
}
.blog-page > .flex > .sidebar > .container > .content > .title {
  letter-spacing: 0.05em;
  line-height: 160%;
  font-weight: 500;
  border-bottom: 1px solid #808080;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .blog-page > .flex > .sidebar > .container > .content > .title {
    border-bottom: 0;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .blog-page > .flex > .sidebar > .container > .content > .title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    max-width: 335px;
    width: 100%;
    height: 1px;
    background-color: #808080;
  }
}
@media screen and (max-width: 640px) {
  .blog-page > .flex > .sidebar > .container > .content > .tags,
  .blog-page > .flex > .sidebar > .container > .content > .categories {
    width: 100%;
    display: block;
    max-width: 375px;
  }
}
.blog-page > .flex > .sidebar > .container > .content > .tags > .tag,
.blog-page > .flex > .sidebar > .container > .content > .categories > .category {
  margin-bottom: 8px;
  padding-left: 0.7em;
  text-indent: -0.7em;
}
@media screen and (max-width: 640px) {
  .blog-page > .flex > .sidebar > .container > .content > .tags > .tag,
  .blog-page > .flex > .sidebar > .container > .content > .categories > .category {
    display: block;
    width: 100%;
  }
}
.blog-page > .flex > .sidebar > .container > .content > .tags > .tag > .text-link,
.blog-page > .flex > .sidebar > .container > .content > .categories > .category > .text-link {
  color: #000000;
  font-size: 14px;
  word-break: break-all;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 100%;
}
.blog-page > .flex > .sidebar > .container > .content > .tags > .tag > .text-link > .icon,
.blog-page > .flex > .sidebar > .container > .content > .categories > .category > .text-link > .icon {
  width: 7px;
  fill: none;
}
.blog-page > .flex > .sidebar > .container > .content > .tags > .tag > .text-link:hover,
.blog-page > .flex > .sidebar > .container > .content > .categories > .category > .text-link:hover {
  opacity: 0.5;
}
.blog-page > .flex > .sidebar > .container > .content > .archives > li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 14px;
}
.blog-page > .flex > .sidebar > .container > .content > .archives > li > a {
  color: #000000;
  font-size: 14px;
  word-break: break-all;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-page > .flex > .sidebar > .container > .content > .archives > li > a:hover {
  opacity: 0.5;
}
.blog-page > .flex > .sidebar > .container > .content > .archives > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  border-bottom: solid 1px #000000;
  border-right: solid 1px #000000;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media,
  _:future,
  :root .blog-page > .flex > .sidebar {
    max-width: 190px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blog-page > .flex > .sidebar > .container > .content > .tags > .tag > .text-link,
  .blog-page > .flex > .sidebar > .container > .content > .categories > .category > .text-link {
    display: inline-block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blog-page > .flex > .sidebar > .container > .content > .tags > .tag > .text-link > .icon,
  .blog-page > .flex > .sidebar > .container > .content > .categories > .category > .text-link > .icon {
    height: 7px;
    margin-right: 7px;
    margin-bottom: 6px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blog-page > .flex > .sidebar > .container > .content > .tags > .tag > .text-link > .icon {
    vertical-align: middle;
    margin-top: 2px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blog-page > .flex > .sidebar > .container > .content > .categories > .category > .text-link > .icon {
    vertical-align: middle;
    margin-top: 2px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blog-page > .flex > .section-posts > .container > .buttons > .button > .link.contact {
    padding: 22px 19px 16px 34px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blog-page > .flex > .section-posts > .container > .buttons > .button > .link.recruit {
    padding: 22px 37px 16px 48px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header > .right > .pages > .page > .link::before {
    left: 55%;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blog-page > .flex > .sidebar > .container > .content > .tags > .tag {
    padding-left: 2.4em;
    text-indent: -1.3em;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blog-page > .flex > .sidebar > .container > .content > .categories > .category {
    padding-left: 2.4em;
    text-indent: -1.3em;
  }
}