<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* color
=========================================== */
/* font
=========================================== */
/* =========================================================== 
                        TOP ページ
/* =========================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&amp;display=swap");
#topNews {
  margin-bottom: 100px;
  background: url(http://www.engineer-kyujin.net/blog/wp-content/uploads/common/deco_img01.png) no-repeat;
  background-size: contain;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  #topNews {
    margin-bottom: 40px;
  }
}
#topNews:before {
  content: "";
  position: absolute;
  background: #F5F5F5;
  width: 100%;
  height: 136%;
  z-index: -1;
  top: 0;
}
@media (max-width: 767px) {
  #topNews:before {
    height: 90%;
  }
}
#topNews .top_title {
  padding: 80px 0 40px;
}
#topNews .top_title .en {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #1047A7;
  font-size: 5.4rem;
  font-weight: bold;
  padding: 2px 12px;
  text-transform: capitalize;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #topNews .top_title .en {
    font-size: 4rem;
  }
}
@media (max-width: 520px) {
  #topNews .top_title .en {
    font-size: 3.2rem;
    padding: 6px 9px;
    margin-bottom: 5px;
  }
}
#topNews .top_title p {
  color: #1047A7;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #topNews .top_title p {
    font-size: 1.8rem;
  }
}
#topNews .slider .one_content {
  width: 1080px;
  height: 387px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 993px) {
  #topNews .slider .one_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 460px;
    height: 100%;
  }
}
@media (max-width: 520px) {
  #topNews .slider .one_content {
    width: 335px;
  }
}
#topNews .slider .text {
  background: #fff;
  max-width: 36rem;
  min-width: 36rem;
  padding: 63px 30px 52px;
}
@media (max-width: 1100px) {
  #topNews .slider .text {
    max-width: 26rem;
    min-width: 26rem;
  }
}
@media (max-width: 993px) {
  #topNews .slider .text {
    width: 100%;
    max-width: unset;
    min-width: unset;
  }
}
@media (max-width: 767px) {
  #topNews .slider .text {
    padding: 22px 20px 30px;
  }
}
@media (max-width: 520px) {
  #topNews .slider .text {
    padding: 22px 10px 30px;
  }
}
#topNews .slider .text .en {
  color: #1047A7;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #topNews .slider .text .en {
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
}
#topNews .slider .text h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 7rem;
  min-height: 7rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  #topNews .slider .text h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 520px) {
  #topNews .slider .text h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
#topNews .slider .text p {
  font-size: 1.4rem;
  word-wrap: break-word;
  text-overflow: ellipsis;
  max-height: 6rem;
  min-height: 6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#topNews .slider figure {
  max-width: 700px;
  width: 100%;
  height: 387px;
  position: relative;
}
@media (max-width: 993px) {
  #topNews .slider figure {
    height: 300px;
  }
}
@media (max-width: 767px) {
  #topNews .slider figure {
    height: 250px;
  }
}
@media (max-width: 520px) {
  #topNews .slider figure {
    height: 183px;
  }
}
#topNews .slider figure:after {
  content: "";
  position: absolute;
  border: 3px solid #fff;
  width: 95%;
  height: 93%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#topNews .slider figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#newsList {
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 767px) {
  #newsList {
    margin-bottom: 60px;
  }
}
#newsList:after {
  content: "";
  position: absolute;
  background: url(http://www.engineer-kyujin.net/blog/wp-content/uploads/common/deco_img02.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 239px;
  z-index: -1;
  top: 95%;
}
@media (max-width: 993px) {
  #newsList:after {
    top: 97%;
  }
}
@media (max-width: 767px) {
  #newsList:after {
    display: none;
  }
}
#newsList .container.flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media (max-width: 993px) {
  #newsList .container.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 520px) {
  #newsList .container.flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#newsList .news_list {
  width: 70%;
  margin-bottom: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 993px) {
  #newsList .news_list {
    width: 100%;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
    margin-bottom: 0;
  }
}
#newsList .one_news {
  width: calc((100% - 40px) / 2);
  padding: 0 10px 30px;
  border-bottom: 2px solid #CCCCCC;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  #newsList .one_news {
    width: 100%;
  }
}
#newsList .one_news figure {
  width: 100%;
  height: 215px;
  margin-bottom: 22px;
  position: relative;
}
#newsList .one_news figure:before {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  width: 95%;
  height: 93%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#newsList .one_news figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#newsList .one_news:nth-last-child(2), #newsList .one_news:last-child {
  margin-bottom: 0;
}
@media (max-width: 520px) {
  #newsList .one_news:nth-last-child(2) {
    margin-bottom: 40px;
  }
}
#newsList .text .en {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 6px;
  color: #1047A7;
}
#newsList .text h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
  max-height: 8rem;
  min-height: 8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  #newsList .text h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 520px) {
  #newsList .text h2 {
    max-height: 6.4rem;
    min-height: 6.4rem;
  }
}
#newsList .text p {
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  text-align: left;
}

/* color
=========================================== */
/* font
=========================================== */
/* =========================================================== 
                        記事詳細
/* =========================================================== */
#detail {
  background: url(http://www.engineer-kyujin.net/blog/wp-content/uploads/common/deco_img01.png) no-repeat;
  background-size: contain;
  width: 100%;
  position: relative;
}
#detail:after {
  content: "";
  position: absolute;
  background: url(http://www.engineer-kyujin.net/blog/wp-content/uploads/common/deco_img02.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 239px;
  z-index: -1;
  bottom: 0%;
}
@media (max-width: 993px) {
  #detail:after {
    display: none;
  }
}
#detail .container.flex {
  gap: 60px;
}
@media (max-width: 993px) {
  #detail .container.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  #detail .container.flex {
    gap: 0;
  }
}
#detail .detail_content_sec {
  width: 100%;
}
@media (max-width: 993px) {
  #detail .detail_content_sec {
    width: 100%;
  }
}
#detail .bread {
  margin-bottom: 60px;
}
#detail .bread li:first-child &gt; a {
  padding-left: 0;
}
@media (max-width: 767px) {
  #detail .bread {
    margin-bottom: 40px;
  }
}
#detail .detail_title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #detail .detail_title {
    margin-bottom: 40px;
  }
}
#detail .detail_title .en {
  color: #1047A7;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
}
#detail .detail_title &gt; span {
  font-size: 1.4rem;
  display: inline-block;
}
#detail .detail_title h1 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 3rem;
}
@media (max-width: 767px) {
  #detail .detail_title h1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 520px) {
  #detail .detail_title h1 {
    font-size: 2.2rem;
  }
}
#detail div.post_img {
  margin-bottom: 60px;
}
#detail div.post_img figure {
  max-width: 100%;
  height: 455px;
}
@media (max-width: 768px) {
  #detail div.post_img figure {
    height: unset;
  }
}
#detail div.post_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #detail div.post_img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#detail figure.post_img {
  max-width: 350px;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto 30px;
}
#detail figure.post_img &gt; img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#detail .content {
  line-height: 2 !important;
}
#detail .content p {
  font-size: 1.6rem;
  margin-bottom: 32px;
  line-height: 2.2;
}
@media (max-width: 767px) {
  #detail .content p {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
#detail .content a:not([class]) {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  color: #1047A7;
  text-decoration: underline;
  text-underline-offset: 5px;
}
#detail .content a:not([class]):after {
  content: "";
  position: absolute;
  background: url(http://www.engineer-kyujin.net/blog/wp-content/uploads/common/open_icon.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  left: 4px;
  top: 9px;
}
@media (max-width: 767px) {
  #detail .content a:not([class]):after {
    top: 8px;
  }
}
#detail .content .underline {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE713));
  background: -webkit-linear-gradient(transparent 70%, #FFE713 70%);
  background: linear-gradient(transparent 70%, #FFE713 70%);
}
#detail .content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  margin: 40px 0;
}
#detail .content table tr {
  border-bottom: 1px solid #CCCCCC;
}
#detail .content table th {
  border-right: 1px solid #CCCCCC;
  padding: 10px;
}
#detail .content table td {
  padding: 10px;
}
#detail .content #toc_container {
  margin-top: 60px;
  width: 100%;
  background-color: #F5F5F5;
  border-top: 3px solid #1047A7;
  padding: 40px 40px 60px;
}
@media (max-width: 520px) {
  #detail .content #toc_container {
    padding: 40px 25px 40px;
  }
}
#detail .content #toc_container .toc_title {
  font-size: 2rem;
  font-weight: bold;
  color: #1047A7;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 16px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #detail .content #toc_container .toc_title {
    font-size: 1.8rem;
  }
}
#detail .content #toc_container .toc_list .toc_depth_2, #detail .content #toc_container .toc_list .toc_depth_3, #detail .content #toc_container .toc_list .toc_depth_4 {
  display: none;
}
#detail .content #toc_container .toc_list .toc_depth_1 {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  color: #1047A7;
  margin-right: 16px;
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  #detail .content #toc_container .toc_list .toc_depth_1 {
    font-size: 1.8rem;
  }
}
#detail .content #toc_container .toc_list li {
  line-height: 1.8;
}
#detail .content #toc_container .toc_list li &gt; a {
  color: #1D1D1D;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
#detail .content #toc_container .toc_list li &gt; a:after {
  content: none;
}
@media (max-width: 520px) {
  #detail .content #toc_container .toc_list li &gt; a {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
#detail .content #toc_container .toc_list li:last-child {
  margin-bottom: 0;
}
#detail .content #toc_container .toc_list li ul &gt; li {
  padding-left: 44px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #detail .content #toc_container .toc_list li ul &gt; li {
    padding-left: 20px;
  }
}
#detail .content #toc_container .toc_list li ul &gt; li a {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 16px;
  padding-left: 8px;
  position: relative;
  display: inline-block;
  padding-right: 0;
  margin-right: 0;
}
#detail .content #toc_container .toc_list li ul &gt; li a:before {
  content: "";
  border-top: 2px solid #CCCCCC;
  width: 12px;
  position: absolute;
  left: -18px;
  top: 15px;
}
#detail .content #toc_container .toc_list li ul &gt; li a:after {
  content: none;
}
#detail .content #toc_container .toc_list li ul &gt; li:last-child {
  margin-bottom: 0;
}
#detail .content #toc_container .toc_list li ul li ul &gt; li {
  padding-left: 20px;
}
#detail .content #toc_container .toc_list li ul li ul &gt; li &gt; a {
  position: relative;
}
#detail .content #toc_container .toc_list li ul li ul &gt; li &gt; a:before {
  content: "";
  position: absolute;
  background: #CCCCCC;
  border-radius: 50%;
  border: none;
  width: 5px;
  height: 5px;
}
#detail .content h2:not([class]) {
  margin-top: 60px;
  margin-bottom: 30px;
  background: #F5F5F5;
  padding: 20px 27px 20px;
  border-left: 4px solid #1047A7;
}
@media (max-width: 767px) {
  #detail .content h2:not([class]) {
    margin-top: 40px;
    padding: 20px 10px 20px;
  }
}
#detail .content h2:not([class]) &gt; span {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 767px) {
  #detail .content h2:not([class]) &gt; span {
    font-size: 2.2rem;
  }
}
@media (max-width: 520px) {
  #detail .content h2:not([class]) &gt; span {
    font-size: 2rem;
  }
}
#detail .content h3 {
  margin-top: 80px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 2px solid #1047A7;
}
@media (max-width: 767px) {
  #detail .content h3 {
    margin-top: 40px;
  }
}
#detail .content h3:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #CCCCCC;
  width: 75%;
  bottom: -2px;
  right: 0;
}
#detail .content h3 &gt; span {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #detail .content h3 &gt; span {
    font-size: 1.8rem;
  }
}
@media (max-width: 520px) {
  #detail .content h3 &gt; span {
    font-size: 1.6rem;
  }
}
#detail .content h4 {
  margin-top: 60px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 767px) {
  #detail .content h4 {
    margin-top: 40px;
  }
}
#detail .content h4:before {
  content: "";
  position: absolute;
  background: #1047A7;
  width: 12px;
  height: 12px;
  left: 0;
  top: 8px;
}
@media (max-width: 520px) {
  #detail .content h4:before {
    top: 6px;
  }
}
#detail .content h4 &gt; span {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #detail .content h4 &gt; span {
    font-size: 1.5rem;
  }
}
#detail .content .mini_list {
  padding: 40px;
  margin: 40px 0;
  border: 1px solid #1047A7;
}
@media (max-width: 767px) {
  #detail .content .mini_list {
    padding: 30px;
  }
}
#detail .content .mini_list li {
  font-size: 1.6rem;
  padding-bottom: 14px;
  padding-left: 18px;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  margin-bottom: 12px;
}
#detail .content .mini_list li:before {
  content: "";
  position: absolute;
  background: #1047A7;
  width: 6px;
  height: 6px;
  left: 0;
  top: 14px;
}
@media (max-width: 767px) {
  #detail .content .mini_list li {
    font-size: 1.5rem;
  }
}
#detail .content .mini_list li:last-child {
  margin-bottom: 0;
}
#detail .content .end {
  margin-top: 60px;
  margin-bottom: 60px;
  border-top: 3px solid #1047A7;
  padding: 40px 40px 60px;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  #detail .content .end {
    padding: 40px 25px 60px;
  }
}
#detail .content .end h2 {
  background: none;
  border-left: none;
  margin-top: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #CCCCCC;
}
#detail .content .end h2 &gt; span {
  color: #1047A7;
}
#detail .content .list-top {
  max-width: 182px;
  width: 100%;
  height: 45px;
  margin: 0 auto 60px;
}
#detail .content .list-top &gt; a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #1047A7;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1047A7;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
#detail .content .list-top &gt; a:hover {
  border-color: #1047A7;
  background: #1047A7;
  color: #fff;
  opacity: 1;
}
#detail .content .list-top &gt; a:after {
  content: none;
}
#detail .content .ref {
  border-left: solid 3px #DBE6F9;
  margin: 30px 0;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  #detail .content .ref {
    padding: 10px 12px;
  }
}
#detail .content .ref &gt; p {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 12px;
}
#detail .content .ref &gt; p:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  color: #1047A7;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
}
#detail .content .ref &gt; a {
  font-weight: bold;
  padding-bottom: 5px;
  padding-left: 14px;
  color: #1047A7;
}
#detail .content .ref &gt; a:after {
  content: "";
  position: absolute;
  background: url(http://www.engineer-kyujin.net/blog/wp-content/uploads/common/open_icon.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  left: 0;
  top: 8px;
}
@media (max-width: 767px) {
  #detail .content .ref &gt; a:after {
    top: 3px;
  }
}
#detail .content .ref &gt; a:hover {
  opacity: 0.7;
}
#detail .content .related-post {
  margin-bottom: 80px;
}
#detail .content .related-post &gt; a {
  display: inline-block;
  margin-right: 0;
  padding-right: 0;
  color: #1D1D1D;
  text-decoration: none;
}
#detail .content .related-post &gt; a:after {
  content: none;
}
#detail .content .related-post .no-related {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  #detail .content .related-post .no-related {
    font-size: 1.8rem;
  }
}
#detail .content .related-post .title_box {
  margin-bottom: 40px;
}
#detail .content .related-post .title_box &gt; span {
  color: #fff;
  background: #1047A7;
  font-size: 5.4rem;
  font-weight: bold;
  text-transform: capitalize;
  padding: 2px 15px;
}
@media (max-width: 767px) {
  #detail .content .related-post .title_box &gt; span {
    font-size: 4rem;
  }
}
@media (max-width: 520px) {
  #detail .content .related-post .title_box &gt; span {
    font-size: 3rem;
  }
}
#detail .content .related-post .title_box &gt; h5 {
  font-size: 2.2rem;
  color: #1047A7;
  font-weight: bold;
  text-align: left;
}
#detail .content .related-post .flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#detail .content .related-post .one_post {
  width: calc((100% - 40px) / 2);
  margin-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 30px;
}
@media (max-width: 520px) {
  #detail .content .related-post .one_post {
    width: 100%;
  }
}
#detail .content .related-post .one_post &gt; a {
  display: block;
  padding-right: 0;
  margin-right: 0;
  text-decoration: none;
  padding-left: 0;
}
#detail .content .related-post .one_post &gt; a:after {
  content: none;
}
#detail .content .related-post .one_post figure {
  width: 100%;
  height: 215px;
  position: relative;
  margin-bottom: 20px;
}
#detail .content .related-post .one_post figure:before {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  width: 95%;
  height: 93%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#detail .content .related-post .one_post figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#detail .content .related-post .one_post:nth-child(3), #detail .content .related-post .one_post:last-child {
  margin-bottom: 0;
}
#detail .content .related-post .text_box .en {
  display: inline-block;
  color: #1047A7;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  margin: 16px 0 6px;
}
#detail .content .related-post .text_box .related_title {
  color: #1D1D1D;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #detail .content .related-post .text_box .related_title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
#detail .content .related-post .text_box p {
  color: #1D1D1D;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 0;
}
#detail .content .cta {
  width: 100%;
  padding: 36px;
  border: solid 3px #DCE9FF;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #detail .content .cta {
    padding: 20px;
  }
}
#detail .content .cta .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  #detail .content .cta .flex {
    display: block;
  }
}
#detail .content .cta .flex .text_box {
  width: 100%;
}
@media (max-width: 767px) {
  #detail .content .cta .flex .text_box {
    width: 100%;
    text-align: center;
  }
}
#detail .content .cta .flex .text_box h2.cta_title {
  margin-bottom: 20px;
  color: #1047A7;
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  #detail .content .cta .flex .text_box h2.cta_title {
    font-size: 2rem;
  }
}
#detail .content .cta .flex .text_box p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  #detail .content .cta .flex .text_box p {
    text-align: left;
  }
}
#detail .content .cta .flex .text_box .cta_btn {
  max-width: 380px;
  width: 100%;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #EE5F00;
  padding: 20px 18px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  #detail .content .cta .flex .text_box .cta_btn {
    font-size: 1.4rem;
    max-width: 340px;
    padding: 16px;
  }
}
@media (hover: hover) {
  #detail .content .cta .flex .text_box .cta_btn:hover {
    opacity: 0.7;
  }
}
#detail .content .cta .flex .image_box {
  width: 40%;
}
@media (max-width: 767px) {
  #detail .content .cta .flex .image_box {
    width: 100%;
    max-width: 240px;
    margin: 24px auto 0;
  }
}
#detail .content .cta .flex .image_box img {
  max-width: 100%;
}

/* color
=========================================== */
/* font
=========================================== */
/* =========================================================== 
                        other ページ
/* =========================================================== */
#other {
  background: none;
  margin-bottom: 0;
}
#other:before {
  content: none;
}

.error, .search, .category, .tag {
  margin-bottom: 100px;
  background: url(http://www.engineer-kyujin.net/blog/wp-content/uploads/common/deco_img01.png) no-repeat;
  background-size: contain;
  width: 100%;
  position: relative;
}
.error:before, .search:before, .category:before, .tag:before {
  content: "";
  position: absolute;
  background: #F5F5F5;
  width: 100%;
  height: 50%;
  z-index: -1;
  top: 0;
}
.error:after, .search:after, .category:after, .tag:after {
  top: 88%;
}

.other_title {
  padding-top: 80px;
  padding-bottom: 20px;
  border-bottom: 2px solid #CCCCCC;
  position: relative;
  margin-bottom: 60px !important;
}
@media (max-width: 767px) {
  .other_title {
    padding-top: 60px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 520px) {
  .other_title {
    padding-bottom: 15px;
    padding-top: 40px;
  }
}
.other_title:before {
  content: "";
  content: "";
  position: absolute;
  background: #F5F5F5;
  width: 100%;
  height: 136%;
  z-index: -1;
  top: 0;
}
.other_title .other_content {
  margin-bottom: 10px;
  padding-left: 10px;
}
.other_title .other_content &gt; p {
  font-size: 1.6rem;
  color: #1047A7;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 520px) {
  .other_title .other_content &gt; p {
    font-size: 1.5rem;
  }
}
.other_title .en {
  font-size: 2.4rem;
  background: #1047A7;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 12px;
  margin-right: 5px;
}
@media (max-width: 520px) {
  .other_title .en {
    font-size: 2rem;
  }
}
.other_title &gt; h2 {
  font-size: 2.6rem;
  display: inline-block;
  padding-left: 10px;
}
@media (max-width: 520px) {
  .other_title &gt; h2 {
    font-size: 2.2rem;
  }
}

.no_search &gt; p {
  font-size: 2rem;
  font-weight: 500;
  padding-left: 10px;
}
@media (max-width: 520px) {
  .no_search &gt; p {
    font-size: 1.6rem;
  }
}

.error .other_title {
  padding-bottom: 15px;
}
.error .other_content {
  margin-bottom: 0;
}
.error .error_text {
  width: 70%;
}
@media (max-width: 993px) {
  .error .error_text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .error .error_text {
    padding-top: 40px;
  }
}
.error .error_text &gt; p {
  font-size: 1.5rem;
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 520px) {
  .error .error_text &gt; p {
    margin-bottom: 60px;
  }
}
.error .error_text .error_meg {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 520px) {
  .error .error_text .error_meg {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.error .error_text &gt; a {
  max-width: 182px;
  width: 100%;
  height: 45px;
  margin: 0 auto;
  border: 1px solid #1047A7;
  background: #fff;
  color: #1047A7;
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.error .error_text &gt; a:hover {
  background: #1047A7;
  border-color: #1047A7;
  color: #fff;
  opacity: 1;
}

/* color
=========================================== */
/* font
=========================================== */
/* ページ設定
=========================================== */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}

body {
  color: #1D1D1D;
  overflow: hidden;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

main {
  padding-top: 105px;
}

a {
  display: block;
  text-decoration: none;
  color: #1D1D1D;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  opacity: 0.7;
  color: #1047A7;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  list-style: none;
}

img {
  display: block;
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

/* device&amp;pc size
=========================================== */
.sp-only1 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-only1 {
    display: block;
  }
}

.pc-only1 {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc-only1 {
    display: none;
  }
}

.sp-only2 {
  display: none;
}
@media only screen and (max-width: 520px) {
  .sp-only2 {
    display: block;
  }
}

.pc-only2 {
  display: block;
}
@media only screen and (max-width: 520px) {
  .pc-only2 {
    display: none;
  }
}

.sp-only3 {
  display: none;
}
@media only screen and (max-width: 993px) {
  .sp-only3 {
    display: block;
  }
}

.pc-only3 {
  display: block;
}
@media only screen and (max-width: 993px) {
  .pc-only3 {
    display: none;
  }
}

/* font size
=========================================== */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem; /* 16px*/
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  p, span {
    font-size: 1.4rem;
  }
}
.en {
  font-family: "Lato", sans-serif;
}

/* iOSでのデフォルトスタイルをリセット
=========================================== */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]:-webkit-search-decoration,
input[type=button]:-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

/* container
=========================================== */
.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .container {
    max-width: 94%;
  }
}

/* flexbox
=========================================== */
.flex {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex.flex-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* =========================================================== */
/* header
=========================================== */
#header {
  position: fixed;
  display: block;
  height: 110px;
  width: 100%;
  background: #fff;
  z-index: 999;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
}
@media (max-width: 767px) {
  #header {
    padding: 18px 0;
    height: 100px;
  }
}
@media (max-width: 767px) {
  #header .flex {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
#header .logo img {
  max-width: 236px;
  width: 100%;
}
#header .bnr img {
  max-width: 478px;
  width: 100%;
}
#header .pageText {
  margin: 5px auto;
  font-size: 1.1rem;
  text-align: right;
  font-weight: 500;
  cursor: default;
}
@media (max-width: 767px) {
  #header .pageText {
    display: none;
  }
}

/* =========================================================== */
/* 求人ガイドsp-bnr
=========================================== */
.sp-only1 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.sp-only1 .sp-bnr {
  max-width: 93%;
  margin: 0 auto;
}

/* footer
=========================================== */
#footer {
  background: #F5F5F5;
  padding: 87px 0 60px;
}
@media (max-width: 768px) {
  #footer {
    padding: 60px 0 160px;
  }
}
#footer .inner {
  margin-bottom: 0;
}
#footer .footer_top {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 60px;
  border-bottom: 1px solid #CCCCCC;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  #footer .footer_top {
    border-bottom: none;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #footer .footer_top.inner {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
#footer .footer_list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 47%;
}
@media (max-width: 993px) {
  #footer .footer_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  #footer .footer_list {
    width: 100%;
    margin-bottom: 40px;
  }
}
#footer .footer_list.service {
  width: unset;
  padding-top: 40px;
}
#footer .footer_list.service:before {
  content: none;
}
@media (max-width: 768px) {
  #footer .footer_list.service {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#footer .footer_list.service .navlist {
  width: 280px;
}
@media (max-width: 768px) {
  #footer .footer_list.service .navlist {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #footer .footer_list.service dd {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #footer .footer_list.service dd:nth-of-type(2n-1) {
    border-right: none;
  }
}
@media (max-width: 768px) {
  #footer .footer_list.service dd:nth-of-type(2) {
    border-top: none;
  }
}
@media (max-width: 768px) {
  #footer .service.inner {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
#footer .navlist {
  text-align: left;
  width: 50%;
}
@media (max-width: 768px) {
  #footer .navlist {
    width: 100%;
  }
}
#footer .navlist &gt; dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #footer .navlist &gt; dt {
    padding-left: 20px;
  }
}
#footer .navlist &gt; dd {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  #footer .navlist &gt; dd {
    width: 50%;
    float: left;
    padding: 14px 0 14px 12px;
    border-bottom: 1px solid #CCCCCC;
  }
}
@media (max-width: 768px) {
  #footer .navlist dd:nth-of-type(2n-1) {
    border-right: 1px solid #CCCCCC;
  }
}
@media (max-width: 768px) {
  #footer .navlist dd:nth-of-type(1), #footer .navlist dd:nth-of-type(2) {
    border-top: 1px solid #CCCCCC;
  }
}
#footer .navlist &gt; dd a {
  font-size: 1.4rem;
  position: relative;
  display: block;
  padding-bottom: 0;
  padding-left: 20px;
}
@media (max-width: 560px) {
  #footer .navlist &gt; dd a {
    font-size: 1.3rem;
    padding-left: 16px;
  }
}
#footer .navlist &gt; dd a:after {
  content: "";
  position: absolute;
  border-top: 2px solid #CCCCCC;
  border-right: 2px solid #CCCCCC;
  width: 6px;
  height: 6px;
  left: 0;
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 768px) {
  #footer .navlist &gt; dd a:after {
    right: 8px;
    top: 6px;
  }
}
#footer .user, #footer .company {
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 768px) {
  #footer .user, #footer .company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
#footer .user &gt; p, #footer .company &gt; p {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #footer .user &gt; p, #footer .company &gt; p {
    border: none;
    padding: 0;
    margin-bottom: 0;
    max-width: 160px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #footer .user &gt; p:after, #footer .company &gt; p:after {
    right: 9px;
    top: 23px;
  }
}
#footer .user &gt; p:last-child, #footer .company &gt; p:last-child {
  margin-bottom: 0;
}
#footer .user &gt; p a, #footer .company &gt; p a {
  border-radius: 24px;
  width: 180px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #footer .user &gt; p a, #footer .company &gt; p a {
    width: 100%;
    max-width: 100%;
  }
}
#footer .user &gt; p a:after, #footer .company &gt; p a:after {
  content: none;
}
#footer .user &gt; p a &gt; span, #footer .company &gt; p a &gt; span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
#footer .footer_middle {
  padding-top: 60px;
}
@media (max-width: 768px) {
  #footer .footer_middle {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  #footer .footer_middle .footer_logo {
    text-align: left;
    margin-bottom: 40px;
  }
}
#footer .footer_middle .footer_logo &gt; a {
  margin-bottom: 20px;
}
#footer .footer_middle .footer_logo img {
  max-width: 200px;
  width: 100%;
}
#footer .footer_middle .footer_logo &gt; p {
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 10px;
}
#footer .footer_middle .footer_logo &gt; p:last-child {
  margin-bottom: 0;
}
#footer .footer_middle .operate &gt; ul li {
  margin-bottom: 10px;
  text-align: right;
}
@media (max-width: 768px) {
  #footer .footer_middle .operate &gt; ul li {
    text-align: left;
  }
}
#footer .footer_middle .operate &gt; ul li:last-child {
  margin-bottom: 0;
}
#footer .footer_middle .operate a {
  font-size: 1.4rem;
  padding: 0;
}
#footer .footer_under {
  padding-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #footer .footer_under {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
#footer .footer_under .sns_wrapper {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  #footer .footer_under .sns_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#footer .footer_under .copy {
  font-size: 1.4rem;
  text-align: right;
}

/* =========================================================== */
/* 人気記事・タグ・検索
=========================================== */
.popular {
  width: 30%;
}
@media (max-width: 993px) {
  .popular {
    width: 100%;
  }
}
.popular .post {
  margin-bottom: 40px;
}
.popular .title {
  background: #1047A7;
  padding: 14px;
}
@media (max-width: 993px) {
  .popular .title {
    text-align: center;
  }
}
.popular .title .en {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 4px;
}
.popular .title p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 993px) {
  .popular .title p {
    text-align: center;
  }
}
.popular .wpp-list {
  width: 100%;
  counter-reset: item;
  list-style: none;
  border: 1px solid #CCCCCC;
  border-top: none;
}
.popular .wpp-list li {
  padding: 20px 14px;
  border-bottom: 1px solid #CCCCCC;
  background: #fff;
}
.popular .wpp-list li:last-child {
  border-bottom: none;
}
.popular .wpp-list .post-title span {
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
.popular .wpp-list .post-title span:before {
  content: counter(item) ".";
  counter-increment: item 1;
  font-size: 2rem;
  color: #1047A7;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  position: absolute;
  top: -5px;
  left: 0;
}
.popular .tagList {
  width: 100%;
}
.popular .tagList ul {
  border: 1px solid #CCCCCC;
  border-top: none;
}
.popular .tagList li {
  padding: 10px 16px;
  border-bottom: 1px solid #CCCCCC;
}
.popular .tagList li a {
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  padding-left: 18px;
  text-align: left;
}
.popular .tagList li a:before {
  content: "#";
  position: absolute;
  color: #1047A7;
  font-size: 1.8rem;
  font-weight: bold;
  width: 38px;
  height: 38px;
  left: 0;
  top: -5px;
}
.popular .tagList li:last-child {
  border-bottom: none;
}
.popular .search {
  width: 100%;
}
.popular .search .search_box {
  border: 1px solid #CCCCCC;
  border-top: none;
  padding: 14px 16px;
  position: relative;
}
.popular .search input[type=text] {
  border: 1px solid #CCCCCC;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  text-align: left;
  padding: 6px 8px;
  width: 100%;
}
.popular .search input[type=image] {
  position: absolute;
  right: 22px;
  bottom: 24px;
  -webkit-filter: brightness(1) invert(0.3);
          filter: brightness(1) invert(0.3);
}

/* =========================================================== */
/* 求人ガイド
=========================================== */
#recruit {
  background: -webkit-linear-gradient(140deg, #1047A7 50%, #134DB2 0);
  background: linear-gradient(-50deg, #1047A7 50%, #134DB2 0);
  padding: 80px 0;
}
@media (max-width: 767px) {
  #recruit {
    padding: 60px 0;
  }
}
#recruit .title {
  margin-bottom: 60px;
  text-align: center;
}
#recruit .title .en {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  #recruit .title .en {
    font-size: 1.4rem;
  }
}
#recruit .title h3 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  #recruit .title h3 {
    font-size: 2.4rem;
  }
}
#recruit .rec {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #recruit .rec {
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#recruit .one_rec {
  background: #fff;
  width: 23%;
}
@media (max-width: 993px) {
  #recruit .one_rec {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media (max-width: 520px) {
  #recruit .one_rec {
    width: 100%;
  }
}
#recruit .one_rec a:hover {
  border-color: #1047A7;
}
#recruit .rec_image {
  padding-top: 50%;
  position: relative;
}
#recruit .rec_image img {
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#recruit .rec_content {
  display: block;
  padding: 14px 16px 20px;
}
#recruit .rec_content .rec_title {
  word-wrap: break-word;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6rem;
  min-height: 6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
#recruit .rec_content p {
  font-size: 1.4rem;
  word-wrap: break-word;
  text-align: left;
  margin-bottom: 14px;
  max-height: 5rem;
  min-height: 5rem;
}
#recruit .rec_content span {
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid #1D1D1D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
  padding: 9px 0;
}
#recruit .btn {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border: 1px solid #fff;
  background: none;
  max-width: 500px;
  width: 100%;
  padding: 17px 0;
}
#recruit .btn:hover {
  background: #fff;
  border-color: #1047A7;
  color: #1047A7;
  opacity: 1;
}

/* =========================================================== */
/* パンくず
=========================================== */
.bread {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .bread {
    padding-top: 15px;
  }
}
.bread li:last-child &gt; a {
  padding-right: 0;
}
.bread li:last-child &gt; a:after {
  content: none;
}
.bread li:last-child &gt; span {
  font-size: 1.2rem;
  padding-left: 10px;
  cursor: default;
}
@media (max-width: 767px) {
  .bread li:last-child &gt; span {
    padding-left: 0;
  }
}
.bread a {
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .bread a {
    padding-left: 0;
  }
}
.bread a:after {
  content: "";
  position: absolute;
  border-top: 2px solid #1047A7;
  border-right: 2px solid #1047A7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
  height: 5px;
  right: -2px;
  top: 8px;
}

/* =========================================================== */
/* pager
=========================================== */
.pager .navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.pager .navigation .nav-links &gt; span, .pager .navigation .nav-links a, .pager .navigation .nav-links .dot {
  width: 50px;
  height: 50px;
  background: #CCCCCC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  color: #fff;
}
@media (max-width: 767px) {
  .pager .navigation .nav-links &gt; span, .pager .navigation .nav-links a, .pager .navigation .nav-links .dot {
    font-size: 1.6rem;
  }
}
@media (max-width: 520px) {
  .pager .navigation .nav-links &gt; span, .pager .navigation .nav-links a, .pager .navigation .nav-links .dot {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}
.pager .navigation .nav-links .current {
  background: #1047A7;
}
.pager .navigation .nav-links .next, .pager .navigation .nav-links .prev {
  background: none;
  position: relative;
}
.pager .navigation .nav-links .next:before, .pager .navigation .nav-links .prev:before {
  content: "";
  position: absolute;
  border-top: 3px solid #1047A7;
  border-right: 3px solid #1047A7;
  width: 10px;
  height: 10px;
}
.pager .navigation .nav-links .prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pager .navigation .nav-links .next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* =========================================================== */
/* page-top
=========================================== */
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  background: #1047A7;
  width: 48px;
  height: 48px;
  z-index: 3000;
  -webkit-transition: 0.65s all;
  transition: 0.65s all;
}
#page-top:before, #page-top:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 15px;
  border-radius: 10px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#page-top:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 27px;
}
#page-top:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 18px;
}
#page-top:hover {
  opacity: 0.8;
}</pre></body></html>