@charset "UTF-8";
html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 123rem;
}

.container-min {
  max-width: 74rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.container-lg {
  margin-right: auto;
  margin-left: auto;
  max-width: 127rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #25387d;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #222;
}

.box01 {
  padding-top: 6rem;
  padding-bottom: 9.6rem;
}

@media screen and (max-width: 575px) {
  .box01 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.box02 {
  padding-top: 5rem;
}
.box02 + .box02 {
  padding-top: 1em;
}
@media screen and (max-width: 575px) {
  .box02 {
    padding-top: 1rem;
  }
}

.main-content {
  width: 72.5%;
}
@media screen and (max-width: 767px) {
  .main-content {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .flex-wrap {
    align-items:flex-start;
  }
  .main-content {
    position:sticky;
    top:60px;
  }
}

.main-content.bg-gray {
  padding: 1.6rem;
}

.widget-area {
  width: 22.5%;
}

@media screen and (max-width: 767px) {
  .widget-area {
    display: none;
  }
}

.bg-gray {
  background-color: #e9e9e9;
}

.btn, #dl-form input[type="submit"] {
  background-color: #25387d;
  border: 2px solid #25387d;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  line-height: 1;
  padding: 0 1.2em;
  min-width: 27rem;
  text-align: center;
  display: inline-block;
  display: inline-flex;
  justify-content:center;
  align-items:center;
  min-height:60px;
  vertical-align:top;
}

.btn:visited, #dl-form input:visited[type="submit"] {
  color: #fff;
}

.btn:hover, #dl-form input:hover[type="submit"] {
  background-color: #fff;
  color: #25387d;
  text-decoration:none;
}

.more-wrap {
  text-align: center;
/*  border-top: 2px solid #e9e9e9; */
  margin-top: 0;
}

.more-wrap .btn, .more-wrap #dl-form input[type="submit"], #dl-form .more-wrap input[type="submit"] {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width:20rem;
  min-height:50px;
  padding:0.8em 1.5em;
  line-height:1.4;
}

.custom-logo-link {
  width: 29rem;
}
@media screen and (max-width: 767px) {
  .custom-logo-link {
    width: 20rem;
  }
}

h1.sub-title {
  margin: 0 0 1em;
  font-size: 2.4rem;
  font-weight: bold;
  color: #25387d;
  position: relative;
}
h1.sub-title > span {
  display: inline-block;
  background: #FFF;
  padding-right: 1em;
  position: relative;
  z-index: 1;
}

h1.sub-title::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #e9e9e9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.more-wrap + h1.sub-title {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  h1.sub-title {
    font-size:2rem;
  }
}

h3.sub-title {
  margin: 0 0 1em;
  font-size: 2.4rem;
  font-weight: bold;
  color: #25387d;
  position: relative;
}
h3.sub-title > span {
  display: inline-block;
  background: #FFF;
  padding-right: 1em;
  position: relative;
  z-index: 1;
}

h3.sub-title::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #e9e9e9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.more-wrap + h3.sub-title {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  h3.sub-title {
    font-size:2rem;
  }
}


.main-title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #25387d;
  margin-bottom: 0.1em;
}

@media screen and (max-width: 575px) {
  .main-title {
    font-size: 2.2rem;
  }
}

.main-title--w {
  color: #fff;
}

.main-title__en {
  font-size: 1.4rem;
  color: #929bbe;
  margin-bottom: 6rem;
}

@media screen and (max-width: 575px) {
  .main-title__en {
    margin-bottom: 3rem;
  }
}

.beta-title {
  background-color: #25387d;
  color: #fff;
  font-size: 2rem;
  padding: .5em 1em;
  margin-bottom: 1em;
}

.beta-title span {
  display: inline-block;
  color: #929bbe;
  margin-left: 1em;
  font-size: 1.4rem;
}

/* ヘッダー、フッター */
.page-header {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.page-header__link li {
  height: 5rem;
}

.page-header__icon {
  border-right: 1px solid #d3d3d3;
  position: relative;
  min-width: 7.2rem;
}

.page-header__icon a:hover {
  opacity: .7;
}

.page-header__icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-header__btn {
  padding-left: 2.4rem;
}

.page-header__btn .btn, .page-header__btn #dl-form input[type="submit"], #dl-form .page-header__btn input[type="submit"] {
  font-size: 1.2rem;
  width: 13rem;
  min-width: 13rem;
}

.page-footer {
  background: url(/mk/wp-content/themes/profuture_mk_2020/img/recruit/footer-bg.jpg) no-repeat center center/cover;
  color: #fff;
}

.page-footer__img {
  background: url(/mk/wp-content/themes/profuture_mk_2020/img/recruit/footer-img.jpg) no-repeat center center/cover;
  width: 22%;
}

.page-footer__text {
  padding-left: 4rem;
  padding-right: calc((100vw - 124rem) / 2);
  width: calc(100% - 22%);
}

@media screen and (max-width: 767px) {
  .page-footer__text {
    width: 100%;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.page-footer--01 {
  border-bottom: 2px solid #929bbe;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.page-footer--01 h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}

.page-footer--01 a {
  width: 29rem;
}

.page-footer--01 a:hover {
  opacity: .7;
}

.page-footer--02 {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.footer-nav li {
  display: inline-block;
}

.footer-nav li a {
  color: #fff;
  padding-right: 2em;
  font-weight: bold;
}

.page-top {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  width: 6rem;
}

@media screen and (max-width: 575px) {
  .page-top {
    right: 1rem;
    bottom: 1rem;
    width: 5rem;
  }
}

.drawer--top .drawer-hamburger {
  right: 2%;
  top: 2%;
  width: 3rem;
  background-color: #25387d;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 18px 18px 30px;
  z-index: 12;
}

@media screen and (max-width: 575px) {
  .drawer--top .drawer-hamburger {
    padding: 14px 14px 26px;
  }
}

.drawer--top .drawer-hamburger:focus {
  outline: none;
}

.drawer--top.drawer-open .drawer-hamburger {
  right: 2%;
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--top .drawer-nav {
  background-color: #25387d;
  color: #fff;
  padding: 7rem 2rem;
  z-index: 11;
  height: 100%;
}

.drawer--top .drawer-nav__inner {
  height: auto;
}

.drawer--top .drawer-nav .searchform {
  margin-bottom: 2.4rem;
}

.drawer--top .drawer-nav .menu {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2rem 0;
  margin: 2rem 0;
}

.drawer--top .drawer-nav .menu a {
  color: #fff;
}

.drawer--top .drawer-nav__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.drawer-hamburger-icon {
  background-color: #fff;
}

.drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
  background-color: #fff;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

a.bg-img:hover {
  opacity: .7;
}

.date {
  font-size: 1.4rem;
  margin-bottom: 1em;
  line-height: 1;
}

.term-list li {
  display: inline-block;
  margin: 0 .2em .6em 0;
}

.term-list li a {
  display: block;
  line-height: 1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: 1.2rem;
  padding: 1em;
  background-color: #dee1eb;
  color: #222;
}

.term-list li a:hover {
  text-decoration: none;
  background-color: #516097;
  color: #fff;
}

.term-list--d li a {
  background-color: #516097;
  color: #fff;
}

.term-list--d li a:hover {
  background-color: #fff;
  color: #516097;
}

.white-box {
  background-color: #fff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-box-shadow: 0 5px 0 #d3d3d3;
          box-shadow: 0 5px 0 #d3d3d3;
  padding: 5rem 0 10rem;
  position: relative;
}

.white-box__title {
  text-align: center;
  border-bottom: 5px solid #d3d3d3;
  padding-bottom: 3rem;
  margin-bottom: 5.4rem;
}

@media screen and (max-width: 575px) {
  .white-box__title {
    margin-bottom: 3rem;
  }
}

.white-box__title .main-title__en {
  margin-bottom: 0;
}

.white-box__inner {
  padding: 0 7rem;
}

@media screen and (max-width: 575px) {
  .white-box__inner {
    padding: 0 2.4rem;
  }
}

.white-box__img {
  width: 36%;
}

@media screen and (max-width: 767px) {
  .white-box__img {
    width: 100%;
    height: 26rem;
    margin-bottom: 2.4rem;
  }
}

.white-box__text {
  width: calc(100% - 36%);
  padding-left: 3rem;
}

@media screen and (max-width: 767px) {
  .white-box__text {
    width: 100%;
    padding-left: 0;
  }
}

.white-box__text .term-list {
  margin-bottom: 2.2rem;
}

.white-box__sub-title {
  line-height: 1.45;
  margin-bottom: 1em;
}

.white-box__sub-title a {
  color: #222;
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .white-box__sub-title a {
    font-size: 1.8rem;
  }
}

.white-box__sub-title a:hover {
  text-decoration: none;
  opacity: .7;
}

.white-box .btn, .white-box #dl-form input[type="submit"], #dl-form .white-box input[type="submit"] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3rem;
  margin: auto;
  max-width: 2.7rem;
}

/* ループ */
.post-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-loop__item {
  width: calc((100% - 6%) / 3);
  margin: 0 3% 4.5rem 0;
  padding-bottom: 12rem;
  position: relative;
}

@media screen and (max-width: 575px) {
  .post-loop__item {
    width: 100%;
    margin: 0 0 2.4rem 0;
    padding-bottom: 0;
  }
}

.post-loop__item:nth-child(3n) {
  margin-right: 0;
}

.post-loop__item > a {
  display: block;
}

.post-loop__item > a:hover {
  opacity: .7;
  text-decoration: none;
}

.post-loop__img {
  height: 15.5rem;
  margin-bottom: 4px;
}

.post-loop__text {
  background: url(/mk/wp-content/themes/profuture_mk_2020/img/recruit/post-bg.png) no-repeat left top/3rem auto;
  padding: 3rem 2rem 0;
  color: #222;
  line-height: 1.75;
  font-size: 1.6rem;
  font-weight: bold;
}

.post-loop__meta {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 2rem;
}

@media screen and (max-width: 575px) {
  .post-loop__meta {
    position: inherit;
    margin-top: 1.6rem;
  }
}

.post-loop--pickup .post-loop__img {
  position: relative;
  height: 20rem;
}

.post-loop--pickup .post-loop__img::after {
  content: "";
  width: 100%;
  height: 10rem;
  background: url(/mk/wp-content/themes/profuture_mk_2020/img/recruit/grade.png) no-repeat 0 0/100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.post-loop--pickup .post-loop__text {
  background-image: none;
  padding: 0 2rem;
  position: relative;
  top: -1.6rem;
  color: #fff;
}

.post-loop--pickup .post-loop__content {
  color: #fff;
  padding: 0 2rem;
}

.post-loop--pickup .date {
  color: #929bbe;
}

/* サイドバー */
.searchform {
  background-color: #e9e9e9;
  border: 1px solid #d3d3d3;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchform input, .searchform button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: rgba(233, 233, 233, 0);
  border: none;
}

.searchform input {
  padding: 1.5em;
}

@media screen and (max-width: 575px) {
  .searchform input {
    padding: 1em;
  }
}

.searchform input:focus {
  outline: none;
}

.searchform button {
  padding-right: 1.5rem;
  cursor: pointer;
}

.widget {
  margin-bottom: 6rem;
}

.widget-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #25387d;
  margin-bottom: .1em;
}

.widget-sub-title {
  color: #929bbe;
  font-size: 1.4rem;
  margin-bottom: 2em;
}

.widget--sp {
  text-align: center;
  margin: 4rem auto;
  width: 50%;
}

@media screen and (max-width: 575px) {
  .widget--sp {
    width: 100%;
  }
}

.side-ranking {
  counter-reset: ranking;
}

.side-ranking__item {
  margin-bottom: 4.6rem;
  position: relative;
}

.side-ranking__item::before {
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  bottom: -2rem;
  color: #25387d;
  counter-increment: ranking;
  content: counter(ranking);
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  height: 4rem;
  left: -1rem;
  line-height: 4rem;
  position: absolute;
  text-align: center;
  width: 4rem;
  z-index: 2;
}

.side-ranking__img {
  width: 42%;
  min-height: 6rem;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.side-ranking__text {
  padding-left: 2rem;
  width: calc(100% - 42%);
  font-size: 1.2rem;
  line-height: 1.6;
}

.side-ranking a {
  color: #222;
}

.side-ranking a:hover {
  text-decoration: none;
  opacity: .7;
}

.bnr-list li {
  margin-bottom: 1rem;
}

.bnr-list li a:hover {
  opacity: .7;
}

/* トップ */
.main-img {
  background: url(/mk/wp-content/themes/profuture_mk_2020/img/recruit/main-img.jpg) no-repeat center center/cover;
  padding-top: 4rem;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .main-img {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .main-img {
    padding-bottom: 4rem;
    background: url(https://www.profuture.co.jp/mk/wp-content/uploads/2020/06/main-sp.jpg) no-repeat center top/cover;
  }
}

.main-img h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 1em;
}

@media screen and (max-width: 991px) {
  .main-img h2 {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .main-img h2 {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}

.main-img .swiper-wrap {
  width: 67%;
  margin-right: -3rem;
  padding-right: 3rem;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .main-img .swiper-wrap {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .main-img .swiper-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-img .swiper-wrap {
    padding-right: 0;
  }
}

.main-img .swiper-container {
  height: 27.2rem;
}

.main-slide .swiper-slide {
  background-color: rgba(30, 45, 105, 0.5);
  padding: 6px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.main-slide .swiper-slide a {
  color: #fff;
}

.main-slide__img {
  width: 60%;
  min-height: 26rem;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .main-slide__img {
    width: 100%;
  }
  .main-slide__img::before {
    content: "";
    background-color: rgba(37, 56, 125, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }
}

.main-slide__text {
  width: 40%;
  padding: 2.8rem 2.4rem 1.4rem 3rem;
}

@media screen and (max-width: 767px) {
  .main-slide__text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
}

.main-slide__text .date {
  color: #a8afcb;
}

.main-slide__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 2.6em;
}

.main-slide__title a:hover {
  text-decoration: none;
  opacity: .7;
}

@-webkit-keyframes slide_an {
  0% {
    height: 0;
  }
  16% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes slide_an {
  0% {
    height: 0;
  }
  16% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@-webkit-keyframes slide_an_sp {
  0% {
    width: 0;
  }
  16% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes slide_an_sp {
  0% {
    width: 0;
  }
  16% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.swiper-pagination-bullets {
  right: 0;
  bottom: 0;
  height: 50%;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
  .swiper-pagination-bullets {
    left: 50%;
    height: auto;
    width: 50%;
    top: auto;
    text-align: right;
    bottom: -3rem;
  }
}

.swiper-pagination-bullets::before {
  content: "";
  background-color: #fff;
  width: 2px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -100%;
  animation: slide_an 5.5s infinite;
  -webkit-animation: slide_an 5.5s infinite;
}

@media screen and (max-width: 767px) {
  .swiper-pagination-bullets::before {
    left: -50%;
    top: 0;
    right: auto;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 100%;
    animation: slide_an_sp 5.5s infinite;
    -webkit-animation: slide_an_sp 5.5s infinite;
  }
}

.swiper-pagination-bullet {
  display: block;
  background-color: #929bbe;
  opacity: 1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 1rem;
  height: 1rem;
  margin: 4px 0;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 4px;
  }
}

.header-nav {
  margin-top: 4.2rem;
  position:relative;
}

.header-nav a {
  color: #d3d7e5;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1em 2em;
  line-height: 1;
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
}
.header-nav .menu_contact a {
  background: #d3d7e5;
  color: #25387d;
}
.header-nav .menu_contact:hover a {
  background: #25387d;
}

@media screen and (max-width: 991px) {
  .header-nav a {
    padding: 1em;
  }
}

.header-nav li {
  padding-bottom: 2rem;
}

.header-nav li.current-menu-item a, .header-nav li:hover a {
  color: #fff;
  border-color: #fff;
  text-decoration: none;
  position: relative;
}

.header-nav li.current-menu-item a::after, .header-nav li:hover a::after {
  content: "";
  height: 2.5rem;
  width: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.7rem;
  margin: auto;
}

.header-nav--under-page {
  background-color: #25387d;
  margin-top: 0;
  padding-top: 2rem;
}

.header-nav--fixed {
  position: fixed;
  top: -12rem;
  width: 100%;
  z-index: 999;
}


.header-nav li .sub-menu {
  width: 100%;
  background-color: #eee;
  padding: 32px 24px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  left: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin: 0;
  top: 100%;
  z-index: 99999;
}
.header-nav li:hover .sub-menu {
  visibility:visible;
  opacity:1;
}
.header-nav li .sub-menu li {
  margin-right:72px;
  display:inline-block;
  padding:0;
}
.header-nav li .sub-menu li a {
  color:#222;
  border:0;
  padding:0;
  position:relative;
}
.header-nav li .sub-menu li a::after {
  content:'';
  display:inline-block;
  width:100%;
  height:2px;
  background:#25387D;
  position:absolute;
  left:0;
  bottom:-6px;
  opacity:0;
  transition: opacity 0.6s;
}
.header-nav li .sub-menu li a:hover::after {
  opacity:1;
}
#blackout.show { display:block; }
#blackout {
  display: none;
  background-color: rgba(34, 34, 34, 0.8);
  position: absolute;
  top: calc(101.38px + 92px);
  z-index: 10;
  width: 100%;
  height: calc(100vh - 90px);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  left: 0;
}
#blackout.topPage {
  top: 608px;
}
.navScroll #blackout {
  position: fixed;
  top: 97px;
  height: 100vh;
}


.top-pickup {
  background: url(/mk/wp-content/themes/profuture_mk_2020/img/recruit/pu_bg.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 575px) {
  .post-type-archive-recruit .main-content .post-loop__item:nth-child(n + 4) {
    display: none;
  }
}

/* 記事 */
.single-title {
  margin-bottom: 1em;
}

.single-img {
  margin-bottom: 4rem;
}

.single-img img {
  width: 100%;
  height: auto;
}

.single-content h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.single-content p {
  margin-bottom: 1.5em;
  font-size:1.8rem;
}

.single-content p strong {
  color: #25387d;
}

.single-content blockquote {
  background:#f9f9f9;
  padding:15px 14px 15px 17px;
  margin-bottom:1.5em;
  color:#555;
  font-style:italic;
  border-radius:8px;
}
.single-content blockquote p:last-child {
  margin-bottom:0;
}
.post-pagination a {
  display: inline-block;
}

.post-pagination a .post-pagination__item {
  background-color: #dee1eb;
  color: #25387d;
}

.post-pagination a .post-pagination__item:hover {
  background-color: #25387d;
  color: #fff;
}

.post-pagination__item {
  display: inline-block;
  padding: .5em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #25387d;
  color: #fff;
  margin: .5em;
  line-height: 1;
}

@media screen and (max-width: 575px) {
  .post-pagination__item {
    margin: 0.2em;
  }
}

.post-pagination .page-numbers {
  display: inline-block;
  padding: .5em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: .5em;
  line-height: 1;
  background-color: #dee1eb;
  color: #25387d;
}

@media screen and (max-width: 575px) {
  .post-pagination .page-numbers {
    margin: 0.2em;
  }
}

.post-pagination .page-numbers.current {
  background-color: #25387d;
  color: #fff;
}

/* ダウンロード */
.download-loop__item {
  margin-bottom: 4rem;
}

.download-loop .white-box__text {
  position: relative;
  padding-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .download-loop .white-box__text {
    padding-bottom: 0;
  }
}

.download-loop .white-box__text .text-right {
  position: absolute;
  bottom: 0;
  width: calc(100% - 3rem);
}

@media screen and (max-width: 767px) {
  .download-loop .white-box__text .text-right {
    width: 100%;
    position: inherit;
  }
}

.download-loop .white-box__img {
  min-height: 16rem;
  border: 1px solid #d3d7e5;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.download-loop .btn, .download-loop #dl-form input[type="submit"], #dl-form .download-loop input[type="submit"] {
  position: static;
  max-width: inherit;
}

@media screen and (max-width: 575px) {
  .download-loop .btn, .download-loop #dl-form input[type="submit"], #dl-form .download-loop input[type="submit"] {
    font-size: 1.2rem;
    width: 100%;
  }
}

.form-table {
  width: 100%;
  margin-bottom: 4rem;
}

.form-table tr {
  border-bottom: 1px solid #ddd;
}

.form-table th {
  white-space: nowrap;
  padding: 1em;
  width: 24%;
}

@media screen and (max-width: 575px) {
  .form-table th {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
}

.form-table th span {
  color: #516097;
  font-size: 90%;
  display: inline-block;
  margin-left: 1em;
}

.form-table td {
  padding: 1em;
}

@media screen and (max-width: 575px) {
  .form-table td {
    width: 100%;
    display: block;
  }
}

.form-table input[type="text"],
.form-table input[type="email"],
.form-table input[type="tel"],
.form-table textarea {
  width: 100%;
  font-size: 1.4rem;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: .5em;
  height: auto;
}

.form-table #last_name, .form-table #first_name {
  width: 40%;
  margin-right: 1em;
  display: inline-block;
}

.g-recaptcha > div {
  margin: 0 auto;
}

#dl-form #privacy {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}

.no-click {
  pointer-events: none;
}

.breadcrumbs {
  font-size: 1.2rem;
  margin-bottom: 32px;
  transform:translateX(-12px);
  width: calc(100% + 15px);
}

.breadcrumbs a, .breadcrumbs .itemListElement {
  padding: 0;
  color: #222;
  margin: 0 12px;
}
.breadcrumbs .current-item {
  color: #999;
  margin: 0 12px;
}

.breadcrumbs .separator {
  -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
    display: inline-block;
}



/** アプリ広告バナー ***/

.bnrApp_pc { background:url('../img/bnr_app/bnr_app_pc_bg.jpg') no-repeat 50% 50%; background-size:cover; margin:10px 0 0; }
.bnrApp_pc .bnrApp_core { width:650px; height:314px; margin:0 auto; background:url('../img/bnr_app/bnr_app_pc_cap.png') no-repeat 150px 100%; }
.bnrApp_pc .bnrApp_core .bnrApp_text { margin-left:320px; width:330px; background:url('../img/bnr_app/bnr_app_icon.png') no-repeat 50% 48px; background-size:40px auto; padding:110px 0 0; }
.bnrApp_pc .bnrApp_core .bnrApp_text p { text-align:center; }
.bnrApp_pc .bnrApp_core .bnrApp_text p.txt1 { font-size:16px; font-weight:bold; color:#B2DCE1; margin:0; }
.bnrApp_pc .bnrApp_core .bnrApp_text p.txt2 { font-size:23px; font-weight:bold; color:#FFF; line-height:1.5; margin:10px 0 0; text-indent:0.5em; }
.bnrApp_pc .bnrApp_core .bnrApp_list { margin-left:320px; width:330px; display:flex; justify-content:center; padding:25px 0 0; }
.bnrApp_pc .bnrApp_core .bnrApp_list li { margin:0 8px; }
.bnrApp_pc .bnrApp_core .bnrApp_list li img { height:40px; }


.bnrApp_pc { background-image:url('../img/bnr_app/bnr_app_pc_bg_recruit.jpg'); margin:0; }
.bnrApp_pc .bnrApp_core .bnrApp_text p.txt1 { color:#FFF; }

.bnrApp_sp { margin:0; }
.bnrApp_sp .bnrApp_core { }
.bnrApp_sp .bnrApp_core p { margin:0 auto 17px; width:calc(100vw - 34px); }
.bnrApp_sp .bnrApp_core p a { }
.bnrApp_sp .bnrApp_core p a img { width:100%; }


.link_more {
  text-align:center;
}
.link_more a {
  display:inline-block;
  display:inline-flex;
  margin-left:10px; margin-right:10px;
}
.link_more + .link_more {
  margin-top:60px;
}

@media screen and (max-width: 767px) {
  .link_more {
  }
  .link_more a {
  }
  .link_more a + a {
    margin-top:30px;
  }
}

.mailmagazine-box {
  margin:60px 0 60px !important;
}
.mailmagazine-box h2 {
  font-size:1.25em;
}
.mailmagazine-box .adformtable {
  margin:0;
}
.mailmagazine-box .adformtable td {
  padding:0;
}
.mailmagazine-box .btnbox {
  display:flex; justify-content:space-between; align-items:center;
}
.mailmagazine-box .g-recaptcha {
  margin:20px 0 0;
}
.mailmagazine-box .g-recaptcha > div {
  margin:0 auto;
}
.mailmagazine-box .g-privacy {
  padding:0 10px; margin:0; text-align:center;
  margin:20px 0 0;
}
.mailmagazine-box .g-privacy input[type="checkbox"] {
  width:18px; height:18px; vertical-align:middle;
  transform: translateY(-2px);
}
.mailmagazine-box .g-submit {
  margin:20px 0 0;
}
.mailmagazine-box .g-submit .btn--lg {
  min-width:230px;
}
@media screen and (max-width: 768px){
  .mailmagazine-box .btnbox {
    display:block; text-align:center;
  }
  .mailmagazine-box .g-recaptcha,
  .mailmagazine-box .g-privacy,
  .mailmagazine-box .g-submit {
    margin:20px auto 0;
  }
}

button:disabled, button:hover:disabled {
	background-image: none;
	background-color: #ccc;
	border-color: #ccc;
	cursor: not-allowed;
}


.adformtable td input[type="text"],
.adformtable td input[type="email"],
.adformtable td input[type="tel"],
.adformtable td textarea {
  width: 100%;
  padding: 1.5em;
  background-color: #e9e9e9;
  border: none;
}

.adformtable td input[type="text"]#last_name,
.adformtable td input[type="text"]#first_name,
.adformtable td input[type="email"]#last_name,
.adformtable td input[type="email"]#first_name,
.adformtable td input[type="tel"]#last_name,
.adformtable td input[type="tel"]#first_name,
.adformtable td textarea#last_name,
.adformtable td textarea#first_name {
  width: 49%;
}

.adformtable td input[type="text"]#last_name,
.adformtable td input[type="email"]#last_name,
.adformtable td input[type="tel"]#last_name,
.adformtable td textarea#last_name {
  margin-right: 2%;
}


.h-img-wrap {
  position: relative;
  overflow: hidden;
}

.h-img-wrap .img-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.img-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.loop-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:40px 0;
}

.loop-col2 > li {
/*
  width: calc((100% - 30px) / 2);
  margin: 0 30px 72px 0;
*/
}

@media screen and (max-width: 767px) {
  .loop-col2 > li {
    width: 100%;
    margin: 0 0 72px 0;
  }
}

.loop-col2 > li:nth-child(2n) {
  margin-right: 0;
}

.loop-sol__item {
  background-color: #f6f6f6;
}

.loop-sol__item a {
  display: block;
  color: #222;
  position: relative;
  padding-bottom: 25px;
  height: 100%;

  display:flex;
  justify-content:space-between;
}

.loop-sol__item a:hover {
  text-decoration: none;
}

.loop-sol__item a .btn {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -24px;
  width: 84%;
}

.loop-sol__item .h-img-wrap {
  padding-bottom: 25%;
  width:calc(50% - 7px);
  height:200px;
}

.loop-sol__text {
  padding: 26px;
  width:calc(50% - 5px);
}

@media screen and (max-width: 767px) {
  .loop-col2 {
    margin:20px 0;
  }
  .loop-sol__item a {
    display:block;
  }
  .loop-sol__item .h-img-wrap {
    padding-bottom:50%;
    width:auto;
    height:auto;
  }
  .loop-sol__text {
    width:auto;
  }
}

.loop-sol__text h4 {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.loop-sol__text p {
  font-weight: bold;
  font-size: 1.6rem;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 30px;
  margin-bottom: 24px;
}

.loop-sol__text ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
  line-height: 1.7;
}

.loop-sol__text ul li::before {
  content: "・";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* 目次・MK投稿スタイル導入 */

div#ez-toc-container {
    padding:25px;
    margin:30px 0 50px;
}
div#ez-toc-container ul li {
}
div#ez-toc-container ul li + li {
    margin-top:5px;
}
.single-content h2 {
	font-size: 2.6rem;
    font-weight: bold;
    padding-bottom: 0.8em;
    padding-top: 1em;
    position: relative;
    margin-bottom: 1.5em;
}
.single-content h2::before {
    content: "";
    height: 4px;
    width: 100%;
    background-color: #93a4ba;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}
.single-content h2::after {
    content: "";
    display: block;
    height: 4px;
    width: 60px;
    background-color: #25387d;
    bottom: 0;
    left: 0;
    position: absolute;
}
.single-content h3 {
    font-size:1.8rem;
    border-left: 4px solid #25387d;
    min-height: 38px;
    padding-left: 20px;
    margin-top: 2em;
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.1;
    font-size: 2rem;
    position: relative;
}
.single-content h3::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 50%;
    background: #93a4ba;
    position: absolute;
    top: 0;
    left: -4px;
}

.single-content h4 {
    font-size:1.8rem;
    margin-top:2em;
    margin-bottom:1em;
    padding-left: 30px;
    display: flex;
    align-items: center;
    position: relative;
}
.single-content h4::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #25387d;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
}
.single-content h4::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #93a4ba;
    position: absolute;
    top: calc(50% + 2px);
    left: 8px;
    transform: translateY(-50%);
}
.single-content table {
}
.single-content table tr {
}
.single-content table tr th {
  padding:5px 10px;
  font-size:1.125em;
}
.single-content table tr td {
  padding:5px 10px;
  font-size:1.125em;
}

.single-content .table01 {
  border:1px solid #333;
  border-collapse:collapse;
}
.single-content .table01 th,
.single-content .table01 td {
  border:1px solid #333;
}

/*
.single-content h2.sup::after,
.single-content h3.sup::after,
.single-content h4.sup::after {
  display:inline-block;
  position:relative;
  top:-.5em;
  font-size:0.75em;
}
.single-content h2.sup:ntf-child(1)::after,
.single-content h3.sup:ntf-child(1)::after,
.single-content h4.sup:ntf-child(1)::after {
  content:'※1';
}
.single-content h2.sup:ntf-child(2)::after
.single-content h3.sup:ntf-child(2)::after,
.single-content h4.sup:ntf-child(2)::after {
  content:'※2';
}
.single-content h2.sup:ntf-child(3)::after,
.single-content h3.sup:ntf-child(3)::after,
.single-content h4.sup:ntf-child(3)::after {
  content:'※3';
}
.single-content h2.sup:ntf-child(3)::after,
.single-content h3.sup:ntf-child(3)::after,
.single-content h4.sup:ntf-child(3)::after {
  content:'※3';
}
.single-content h2.sup:ntf-child(4)::after,
.single-content h3.sup:ntf-child(4)::after,
.single-content h4.sup:ntf-child(4)::after {
  content:'※4';
}
.single-content h2.sup:ntf-child(5)::after,
.single-content h3.sup:ntf-child(5)::after,
.single-content h4.sup:ntf-child(5)::after {
  content:'※5';
}
.single-content h2.sup:ntf-child(6)::after,
.single-content h3.sup:ntf-child(6)::after,
.single-content h4.sup:ntf-child(6)::after {
  content:'※6';
}
.single-content h2.sup:ntf-child(7)::after,
.single-content h3.sup:ntf-child(7)::after,
.single-content h4.sup:ntf-child(7)::after {
  content:'※7';
}
*/

@media screen and (max-width: 767px) {
}

.rt_wrap {
  margin-top: -30px;
  margin-bottom: 3em;
  text-align:right;
}
.rt_wrap .rt_inner {
  display:inline-block;
  border:2px solid #555;
  padding:5px 14px;
  border-radius:4px;
}
.span-reading-time {
  color:#666;
  font-size:1.25em
}
.span-reading-time .rt-time {
  font-size: 24px;
  color: #25387d;
  font-weight: bold;
}
.span-reading-time .rt-time + .rt-label {
  font-weight:bold;
}

.profile-box {
	border: 1px solid #999;
	padding: 24px 0;
}

.profile-box__left {
	width: 25%;
	padding: 0 16px;
	text-align: center;
}

.profile-box__left figure {
	margin: 0;
}

.profile-box__left figure img {
	max-width: 100px;
}

.profile-box__title {
	line-height: 1;
	margin-bottom: .5em;
	padding: 0 56px;
}

.profile-box__right {
	width: 75%;
	padding: 0 40px 0 24px;
}

@media screen and (max-width: 767px) {

	.profile-box__title {
		padding: 0 24px;
	}

}

.link_prof {
  margin-top:30px;
  text-align:right;
}
.link_prof a {
  display:inline-block;
  line-height:1;
  border-radius:50px;
  padding:8px 15px;
  background:#008b9c;
  color:#FFF;
  font-weight:bold;
  border:1px solid #008b9c;
}
.link_prof a:hover {
  background:#FFF;
  color:#008b9c;
  text-decoration:none;
}
.link_prof a::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  border-radius: 2px;
  transform: rotate(45deg) translate(3px);
  vertical-align: top;
  transition:all 0.25s linear 0s;
}
.link_prof a:hover::after {
  border-color:#008b9c;
  left:2px;
}

@media screen and (max-width: 575px) {
	.profile-box__left,
	.profile-box__right {
		width: 100%;
	}

	.profile-box__right {
		padding: 0 24px;
	}
	
	.profile-box__left {
		margin-bottom: 24px;
	}
	.profile-box__left figure {
		padding: 0 16px;
	}

	.profile-box__title {
		margin-bottom: 1em;
	}
}

@media (min-width: 481px){
  .profile-box__right.noimage {
    width:100%;
    padding-left:54px;
    padding-right:50px;
  }
}
@media (max-width: 480px){
  .profile-box__right.noimage {
  }
}

.profile-box__left.d-none {
  display:block !important;
}

.profile-box.profile-custom {
}
.profile-box.profile-custom .profile-box__left figure img {
  max-width:130px;
}
@media (max-width: 480px){
.profile-box.profile-custom .profile-box__left figure img {
  max-width:75%;
}
}



/* list_recommend */
#list_recommend.bg-gray {
  padding:50px 40px 50px;
  position:relative;
}
#list_recommend h3.sub-title > span {
  padding-right:0;
  background:transparent;
  
}
@media (max-width: 767px){
  #list_recommend.bg-gray {
    padding:40px 30px 50px;
  }
}
#list_recommend .sub-title {
  display:block;
  text-align:center;
}
#list_recommend .post-loop {
  max-width:1440px;
  margin:0 auto;
}
#list_recommend .post-loop li:nth-child(4n) {
}
#list_recommend .post-loop li {
    width: calc((100% - 5px) / 4);
    margin-right: 5px;
    margin-left:5px;
}
#list_recommend .post-loop li .post-loop__img {
  margin-bottom:8px;
  width:100% !important;
}

#list_recommend .slick-slider .slick-arrow.slick-prev,
#list_recommend .slick-slider .slick-arrow.slick-next {
  border:0; background:0; font-size:0; line-height:0;
  display:block; width:20px; height:150px; border-radius:0;
  background:transparent;
  position:absolute; top:0; z-index:1;
  cursor:default;
  outline:0;
}
#list_recommend .slick-slider .slick-arrow.slick-prev {
  left:-15px;
}
#list_recommend .slick-slider .slick-arrow.slick-next {
  right:-20px;
}
#list_recommend .slick-slider .slick-arrow.slick-prev::before,
#list_recommend .slick-slider .slick-arrow.slick-next::before {
  content:''; display:inline-block; width:20px; height:20px; border:2px solid #333; border-radius:100%;
  position:absolute; top:50%; transform:translateY(-50%);
  cursor:pointer;
}
#list_recommend .slick-slider .slick-arrow.slick-prev::before {
  right:5px;
}
#list_recommend .slick-slider .slick-arrow.slick-next::before {
  left:5px;
}
#list_recommend .slick-slider .slick-arrow.slick-prev::after,
#list_recommend .slick-slider .slick-arrow.slick-next::after {
  content:''; display:inline-block; width:8px; height:8px; border-top:2px solid #333;
  position:absolute; top:calc(50% - 1px);
  transform-origin:50% 50%;
  cursor:pointer;
}
#list_recommend .slick-slider .slick-arrow.slick-prev::after {
  border-left:2px solid #333;
  left:5px;
  transform:rotate(-45deg) translateY(-50%);
}
#list_recommend .slick-slider .slick-arrow.slick-next::after {
  border-right:2px solid #333;
  left:7px;
  transform:rotate(45deg) translateY(-50%);
}
#list_recommend .slick-slider .slick-arrow.slick-next {
}

/* loop */
#list_recommend .post-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

#list_recommend .post-loop > li {
  width: calc((100% - 6%) / 3);
  margin: 0 3% 40px 0;
}

/*
@media screen and (max-width: 575px) {
  #list_recommend .post-loop li {
    width: 100%;
    margin: 0 0 24px 0;
  }
}
*/

#list_recommend .post-loop li a {
  display: block;
  color: #222;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

#list_recommend .post-loop li a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #25387d
}

#list_recommend .post-loop li a:hover .post-loop__date {
  background-color: #25387d;
}

#list_recommend .post-loop li.post-loop__item--dl {
  width: calc(100% / 2);
  margin: 0 0 40px 0;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #list_recommend .post-loop li.post-loop__item--dl {
    width: 100%;
  }
}

#list_recommend .post-loop li.post-loop__item--dl .post-loop__img {
  max-width: 298px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 575px) {
  #list_recommend .post-loop li.post-loop__item--dl .post-loop__img {
    max-width: 85%;
  }
}

#list_recommend .post-loop li.post-loop__item--dl .post-loop__img .h-img-wrap {
  margin: 0;
  width: 100%;
}

#list_recommend .post-loop li.post-loop__item--dl .post-loop__title {
  margin-bottom: 24px;
  font-size: 1.6rem;
  line-height: 1.5;
}

#list_recommend .post-loop li.post-loop__item--dl .text-center {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
}

#list_recommend .post-loop li.post-loop__item--dl a:hover .btn {
  background-color: #007d8c;
}
#list_recommend .post-loop__img {
  height: 150px;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  #list_recommend .post-loop__img {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}

#list_recommend .post-loop__img .h-img-wrap {
  width: calc(100% - 22px);
  height: 100%;
}

#list_recommend .post-loop__date {
  background-color: #c8c8c8;
  position: absolute;
  right: 22px;
  bottom: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform-origin: right bottom 0;
  transform-origin: right bottom 0;
  width: 150px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  font-size:0;
}

#list_recommend .post-loop__date-inner {
  display: inline-block;
  background-color: #25387d;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 22px;
  height: 22px;
  padding: 0 1em;
}

#list_recommend .post-loop__title {
  line-height: 1.7;
  margin-bottom: 0;
}


/* loop */
.post-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.post-loop li {
  width: calc((100% - 6%) / 3);
  margin: 0 3% 40px 0;
}
.post-loop.clm2 li {
  width: calc((100% - 3%) / 2);
}
@media screen and (max-width: 575px) {
  .post-loop li,
  .post-loop.clm2 li {
    width: 100%;
    margin: 0 0 24px 0;
  }
}

.post-loop li:nth-child(3n) {
  margin-right: 0;
}
.post-loop.clm2 li:nth-child(3n) {
  margin-right: 3%;
}
.post-loop.clm2 li:nth-child(2n) {
  margin-right: 0 !important;
}

.post-loop li a {
  display: block;
  color: #222;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.post-loop li a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #008b9c;
}

.post-loop li a:hover .post-loop__date {
  background-color: #008b9c;
}

.post-loop li.post-loop__item--dl {
  width: calc(100% / 2);
  margin: 0 0 40px 0;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .post-loop li.post-loop__item--dl {
    width: 100%;
  }
}

.post-loop li.post-loop__item--dl .post-loop__img {
  max-width: 298px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 575px) {
  .post-loop li.post-loop__item--dl .post-loop__img {
    max-width: 85%;
  }
}

.post-loop li.post-loop__item--dl .post-loop__img .h-img-wrap {
  margin: 0;
  width: 100%;
}

.post-loop li.post-loop__item--dl .post-loop__title {
  margin-bottom: 24px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.post-loop li.post-loop__item--dl .text-center {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
}

.post-loop li.post-loop__item--dl a:hover .btn {
  background-color: #007d8c;
}

#access_posts {
	margin-top:25px;
	margin-bottom:25px;
}
#access_posts .post-loop li a {
	position:relative;
}
#access_posts .post-loop li a::before {
	display:flex; align-items:center; justify-content:center;
	width:50px; height:50px;
	font-family:"Roboto", sans-serif;
	font-size:32px; color:#008B9C; font-weight:bold;
	line-height:1; text-align:center;
	background:rgba(255,255,255,0.9);
	position:absolute; left:0; top:0; z-index:1;
}
#access_posts .post-loop li:nth-of-type(1) a::before {
	content:'1';
}
#access_posts .post-loop li:nth-of-type(2) a::before {
	content:'2';
}
#access_posts .post-loop li:nth-of-type(3) a::before {
	content:'3';
}

@media screen and (max-width: 991px) {
	#access_posts {
		width:85%; margin-left:auto; margin-right:auto;
	}
	#access_posts .post-loop li a::before {
		left:calc((100vw - 30px) * 0.85 * 0.15 * 0.5);
	}
}


.post-loop__img {
  height: 150px;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .post-loop__img {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}

.post-loop__img .h-img-wrap {
  width: calc(100% - 22px);
  height: 100%;
}

.post-loop__date {
  background-color: #c8c8c8;
  position: absolute;
  right: 22px;
  bottom: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform-origin: right bottom 0;
  transform-origin: right bottom 0;
  width: 150px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.post-loop__date-inner {
  display: inline-block;
  background-color: #008b9c;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 22px;
  height: 22px;
  padding: 0 1em;
}

.post-loop__title {
  line-height: 1.7;
  margin-bottom: 0;
}

.fc-green {
  color: #008b9c;
}

.fc-orange {
  color: #ff9600;
}

.fc-white {
  color: #fff;
}

.loop-large__item.blogcard {
  border:2px solid #25387d;
  border-radius:10px;
  padding:0;
  margin-bottom:2.5em;
}
.loop-large__item.blogcard a {
  display:block;
  padding:0;
}
.loop-large__item.blogcard a .subtit {
  background: #25387d;
  padding: 5px 10px 7px;
  line-height: 1;
  color: #fff;
  border-radius: 8px 8px 0 0;
}
.loop-large__item.blogcard a .d-md-flex {
  padding:20px;
}
.loop-large__item.blogcard .post-loop__img {
  margin:0;
  width:300px;
  height:auto;
  aspect-ratio:3/1.8;
}
.loop-large__item.blogcard .loop-large__text {
  width:calc(100% - 300px);
  padding-left:0;
}
.loop-large__item.blogcard .loop-large__text p.loop-large__title {
  font-size:1.75rem;
  border-bottom:1px solid #CCC;
  padding-bottom:10px;
  margin-bottom:10px;
}
.loop-large__item.blogcard .loop-large__text .loop-large__content p {
  font-size:1.5rem;
}
.loop-large__item.blogcard .loop-large__text .btn {
  min-height:45px;
}


.loop-large__item.blogcard a:hover {
}
.loop-large__item.blogcard a:hover .loop-large__text p.loop-large__title {
  color:#000;
  transition:all 0.25s linear 0s;
}

@media screen and (max-width: 767px) {
  .loop-large__item.blogcard .loop-large__text {
    width:100%;
  }
  .loop-large__item.blogcard .post-loop__img {
    margin:0 auto 15px;
  }
  .loop-large__item.blogcard .post-loop__img .h-img-wrap {
    width:100%;
    padding-top:57%;
  }
}

/* 事例 */
.single-case {
}
.single-case p {
  margin-bottom:1.5em;
}
.single-case .page-title {
  font-size: 3rem;
  font-weight: bold;
  padding: 1.2em 0;
}
.single-case .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.single-case .company-name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #25387d;
  margin-bottom: 0;
}
.single-case .company-name::after {
  content: "";
  height: 2px;
  background-color: #e9e9e9;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: inline-block;
  margin-left: 10px;
}
.single-case .sol-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.single-case .sol-list li {
  margin-left: 13px;
}
.single-case .main-title {
  margin-top: 40px;
  font-size: 4.3rem;
}
@media screen and (max-width: 767px) {
  .single-case .main-title {
    font-size: 3rem;
  }
}
.single-case .case-box__img {
  width: 48%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 230px;
}
@media screen and (max-width: 767px) {
  .single-case .case-box__img {
    width: 100%;
    height: 300px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 575px) {
  .single-case .case-box__img {
    height: 250px;
  }
}
.single-case .case-box .person-list {
  padding-left: 32px;
  padding-top: 8px;
  width: calc(100% - 48%);
}
@media screen and (max-width: 767px) {
  .single-case .case-box .person-list {
    width: 100%;
    padding: 0;
  }
}
.single-case .case-lead {
  font-size: 1.8rem;
}
.single-case .person-list li {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.single-case .person-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-case .person-list__name {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.single-case .person-list__name span {
  font-weight: bold;
  font-size: 1.6rem;
}
.single-case .person-list__company {
  font-size: 1.4rem;
  color: #25387d;
  font-weight: bold;
  margin-bottom: 0;
}
.single-case .person-list__position {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.single-case .border-box--gray {
    border-color: #f6f6f6;
}
.single-case .border-box {
    border-width: 20px;
    border-style: solid;
    position: relative;
    margin: 50px 0;
}
.single-case .border-box--green {
    border-color: #d2d8ee;
}
.single-case .border-box h3 {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -32px;
    font-size: 2rem;
    font-weight: bold;
}
.single-case .border-box ul li {
    padding: 24px 24px 24px calc(24px + 1em);
    border-bottom: 1px solid #d3d3d3;
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
}
.single-case .border-box ul li:last-child {
  border-bottom:0;
}
.single-case .border-box ul li::before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 24px;
    top: 24px;
}
.single-case .profile-list {
  margin-top: 60px;
}
.single-case .profile-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  align-items:flex-start;
}
@media screen and (max-width: 575px) {
  .single-case .profile-list li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items:normal;
  }
}
.single-case .profile-list__left {
  padding-left: 23px;
  width: 35%;
  min-height: 216px;
  font-size:0;
  position:relative;
}
.single-case .profile-list__left::before {
  content:'';
  width:23px;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  background-color: #c8c8c8;
}
@media screen and (max-width: 575px) {
  .single-case .profile-list__left {
    width: 100%;
    margin-bottom: 16px;
    min-height: 256px;
  }
}
.single-case .profile-list__left > span {
  background-color: #25387d;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  display: inline-block;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  line-height: 23px;
  padding: 0 1em;
  position:absolute;
  left:23px;
  top:0;
}
.single-case .profile-list__left .profile-list__img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  min-height:216px;
}
.single-case .profile-list__text {
  width: calc(100% - 35%);
  padding-left: 30px;
}
@media screen and (max-width: 575px) {
  .single-case .profile-list__text {
    width: 100%;
    padding: 0;
  }
}
.single-case .profile-list__profile {
  border-top: 1px solid #d3d3d3;
  padding-top: 16px;
  margin-top: 16px;
  margin-bottom: 0;
}
.single-case .more-wrap .btn {
  padding:0.8em 2.5em;
}


.single-case .profile-list li.profile-company .profile-list__left .profile-list__img {
  background-size:contain;
}


/* pop */

.pop_wrap { position:fixed; /* right:35px; */ bottom:-280px; z-index:2001; opacity:0; display:none; transition:all 0.5s ease-in-out 0s; max-width:calc(100% - 80px); min-width:630px; left:calc(50% - 150px); transform:translateX(-50%); }
.pop_wrap .pop_close { width:25px; height:25px; position:absolute; right:5px; top:5px; border-radius:50px; background:#000; text-indent:-9999px; cursor:pointer; }
.pop_wrap .pop_close::before,
.pop_wrap .pop_close::after { content:''; width:15px; height:2px; background:#FFF; position:absolute; left:50%; top:50%; }
.pop_wrap .pop_close::before { transform:translate(-50%, -50%) rotate(45deg); }
.pop_wrap .pop_close::after { transform:translate(-50%, -50%) rotate(-45deg); }
.pop_shadow { background:rgba(0,0,0,0.25); position:fixed; left:0; top:0; right:0; bottom:0; z-index:2000; opacity:0; display:none; transition:all 0.5s ease-in-out 0s; }

body.mode_adpop { }
body.mode_adpop .pop_wrap {
  opacity:1;
  bottom:35px;
  transition:all 0.75s ease-in-out 0s
}
body.mode_adpop .pop_shadow {
  opacity:1;
}
.pop_wrap .loop-large__item a {
  display:block;
}
.pop_wrap .loop-large__item a:hover {
  text-decoration: none;
}
.pop_wrap .loop-large__item.box_pushitem {
  margin-bottom:0;
  background:linear-gradient(180deg, rgba(49, 51, 67, 0.62) 0%, #313343 45.31%);
  border:0;
  border-radius:1px;
}
.pop_wrap .loop-large__item.box_pushitem .h-img-link {
  color:#FFF; padding:10px 10px;
}
.pop_wrap .loop-large__item.box_pushitem .h-img-link .d-md-flex {
  align-items:center;
}
.pop_wrap .loop-large__item.box_pushitem .h-img-link .loop-large__text .loop-large__title {
  color:#FFF; font-size:1em; border:0; padding:0; margin-bottom:5px;
}
.pop_wrap .loop-large__item.box_pushitem .h-img-link .loop-large__text .loop-large__title strong {
  display:inline-block; margin-left:10px; border:1px solid #FFF; padding:2px 7px; font-size:1.125em;
}
.pop_wrap .loop-large__item.box_pushitem .h-img-link .loop-large__text .post-tit {
  color:#FFF; font-size:1.375em;
}
.pop_wrap .loop-large__item.box_pushitem .h-img-link .loop-large__text .loop-large__content {
  display:none;
}
.pop_wrap .loop-large__item .post-loop__img {
  width:142px; height:73px;
  margin-bottom:0;
}
.pop_wrap .loop-large__item .post-loop__img .post-loop__date {
  width:73px; height:15px; overflow:hidden;
}
.pop_wrap .loop-large__item .post-loop__img .post-loop__date .post-loop__date-inner {
  font-size:1rem; line-height:15px; height:15px; padding:0 8px; vertical-align:top; overflow:hidden;
}

.pop_wrap .loop-large__item .loop-large__text {
  width:calc(100% - 140px);
  padding-left:10px;
}
.pop_wrap .loop-large__item .loop-large__meta {
  display:none;
}
@media screen and (max-width: 992px) {
  .pop_wrap { left:50%; }
  .pop_wrap .d-block { display:flex !important; }
}
@media screen and (max-width: 630px) {
  .pop_wrap { left:0; transform:none; max-width:100%; min-width:0; width:100%; }
  body.mode_adpop .pop_wrap { bottom:0; }
  .pop_wrap .loop-large__item.box_pushitem .h-img-link .loop-large__text .loop-large__title {
    font-size:1em; border:0; padding:0; margin-bottom:3px;
  }
  .pop_wrap .loop-large__item.box_pushitem .h-img-link .loop-large__text .loop-large__title strong {
    padding:2px 5px; font-size:1em;
  }
  .pop_wrap .loop-large__item.box_pushitem .h-img-link .loop-large__text .post-tit {
    font-size:1.125em;
  }

}
@media screen and (max-width: 480px) {
  .pop_wrap .loop-large__item.box_pushitem .h-img-link .loop-large__text .loop-large__title strong {
    margin-left:0;
  }
}


.contact-box {
  border:1px solid #1f4980;
  border-radius:5px;
  padding:40px;
}
.contact-box h3 {
  line-height: 1.5;
  color:#1f4980;
}
.contact-box .btn_contact {
  text-align: center;
}
.contact-box .btn_contact a {
  display: inline-block;
  color: #FFF;
  background: #ff9000;
  padding: 25px 60px;
  font-size: 2rem;
  font-weight:bold;
  border-radius: 5px;
  line-height: 1;
  transition:all 0.25s ease-in-out 0s;
}
.contact-box .btn_contact a:hover {
  text-decoration:none;
  background-color:#ff7800;
}
@media screen and (max-width: 480px) {
  .contact-box {
    padding:25px;
  }
  .contact-box .btn_contact a {
    padding:25px 10px;
    width:100%;
  }
}

.entry-content .contact-box,
.single-content .contact-box {
  margin-bottom:40px;
  padding:30px;
}
.entry-content .contact-box h3,
.single-content .contact-box h3 {
  border:0;
  justify-content:center;
  margin:0 0 20px;
  border: 0;
  text-align: center;
  width: 100%;
  padding: 0;
  min-height: unset;
  margin-top: 0;
  justify-content: center;
}
.entry-content .contact-box h3::after,
.single-content .contact-box h3::after {
  display:none;
}


.loop-large__text {
  width: calc(100% - 320px);
  padding-left: 40px;
}
.loop-large__item a:hover {
  text-decoration: none;
  color:#25387d;
}
.h-img-wrap .img-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.h-img-link:hover .img-area {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.btn {
  transition:all 0.25s linear 0s;
}
.h-img-link:hover .btn {
  background-color: #fff;
  color: #25387d;
  text-decoration: none;
}

.loop-large__item.box_pushitem {
  padding:0; border:3px solid #1f4980; border-radius:5px; background:#FFF; overflow:hidden; margin-bottom:30px;
}
.loop-large__item.box_pushitem a.h-img-link {
  display:block; padding:15px 25px 20px;
}
.loop-large__item.box_pushitem .subtit {
  font-size:1.5rem; color:#008b9c;
}
.loop-large__item.box_pushitem .loop-large__title,
.single-content h2.loop-large__title {
  font-size:2rem;
  border-bottom:1px solid #1f4980; color:#1f4980;
  padding:0 0 5px; margin-bottom:1em;
}
.single-content h2.loop-large__title::before,
.single-content h2.loop-large__title::after {
  display:none;
}
.loop-large__item.box_pushitem.in_entry h2.loop-large__title {
  color:#333; border-color:#008b9c !important;
}
.single-content h3.post-tit {
  font-size:1.17em;
  border:0; min-height:none; padding:0; margin-top:0; display:block; line-height:1.5;
}
.single-content h3.post-tit::after {
  display:none;
}
.single-content p.loop-large__content {
}
.loop-large__item.box_pushitem .loop-large__text {
  display:flex; flex-direction:column; justify-content:center;
}
.single-content .loop-large__text p {
  font-size:1.6rem; line-height:1.5; margin-bottom:0; color:#333;
}
.loop-large__item .post-loop__img {
  margin-bottom:10px;
}
