@charset "UTF-8";

@import url(/special/entrepreneurspirit/assets/css/reset.css);
@import url(/special/entrepreneurspirit/assets/css/utility.css);

/*
////////////////////////////////////////////

  =Format

////////////////////////////////////////////*/
html {
  font-family: "YakuHanJP", 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  color: #111;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased !important;
}
body{
  background: #f2f2f2;
  width: 100%;
  font-size: 1.6rem;
  letter-spacing:.05em;
  line-height: 2;
}
@media only screen and ( max-width:1024px) {
  body{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px){
  body {
    min-width: 320px;
  }
}


/*-----------------------------------------------------------
	=Basic Setup
-----------------------------------------------------------*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  /* display: inline-block; */
}
/* Link Style */
a {
  color: #111;
  text-decoration: none;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  outline: none;
}
a:focus, a:active, a:hover {
  color: #111;
  text-decoration: none;
}
a:hover img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  zoom: 1;
}
.hoverimg:hover img {
  opacity: .7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  zoom: 1;
}
/* Transform */
.transform {
  -webkit-transform:scale(1);
  transform:scale(1);
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
a:hover .transform {
  -webkit-transform:scale(1.1);
  transform: scale(1.1);
}

/* Embed */
embed, iframe, object {
  max-width: 100%;
}
/* Font Setting */
.tx-L { text-align: left !important; }
.tx-C { text-align: center !important; }
.tx-R { text-align: right !important; }
.tx-bold { font-weight: bold; }
.tx-justify { text-align: justify !important; }
.tx-red{
  color:#d9272e;
}
.tx-blue{
  color:#00b0ec;
}
.tx-green{
  color:#2cc697;
}
.tx-orange{
  color:#ef8c4e;
}
.txt-cap{
  font-size:14px;
}

.disc-list{
  font-size:13px;
}
.disc-list li {
  padding-left: 1em;
  margin-bottom: 5px;
  position: relative;
  text-align: justify;
}
.disc-list li:before {
  content: '';
  width: 4px;
  height: 4px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #444;
  position: absolute;
  left: 0;
  top: 1em;
}
.num-list{
  counter-reset: number;
}
.num-list li {
  padding-left: 1.4em;
  line-height: 1.6;
  margin-bottom: 5px;
  position: relative;
  text-align: justify;
}
.num-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  display: inline-block;
  content: counter(number) '.';
}

/* Font Size */
.fs-9  { font-size: 9px !important;}
.fs-10 { font-size: 10px !important;}
.fs-11 { font-size: 11px !important;}
.fs-12 { font-size: 12px !important;}
.fs-13 { font-size: 13px !important;}
.fs-14 { font-size: 14px !important;}
.fs-15 { font-size: 15px !important;}
.fs-16 { font-size: 16px !important;}
.fs-18 { font-size: 18px !important;}
.fs-20 { font-size: 18px !important;}
.fs-21 { font-size: 21px !important;}
.fs-24 { font-size: 24px !important;}
.fs-28 { font-size: 28px !important;}
.fs-30 { font-size: 30px !important;}
.fs-36 { font-size: 36px !important;}
.fs-48 { font-size: 48px !important;}
.fs-60 { font-size: 60px !important;}

.bg-gray{
  background: #f7f7f7;
}

/* Margin-Top & Padding-Top */
.mt00 { margin-top:  0px !important; }  .pt00 { padding-top:  0px !important; }
.mt05 { margin-top:  5px !important; }  .pt05 { padding-top:  5px !important; }
.mt10 { margin-top: 10px !important; }  .pt10 { padding-top: 10px !important; }
.mt15 { margin-top: 15px !important; }  .pt15 { padding-top: 15px !important; }
.mt20 { margin-top: 20px !important; }  .pt20 { padding-top: 20px !important; }
.mt25 { margin-top: 25px !important; }  .pt25 { padding-top: 25px !important; }
.mt30 { margin-top: 30px !important; }  .pt30 { padding-top: 30px !important; }
.mt35 { margin-top: 35px !important; }  .pt35 { padding-top: 35px !important; }
.mt40 { margin-top: 40px !important; }  .pt40 { padding-top: 40px !important; }
.mt45 { margin-top: 45px !important; }  .pt45 { padding-top: 45px !important; }
.mt50 { margin-top: 50px !important; }  .pt50 { padding-top: 50px !important; }
.mt55 { margin-top: 55px !important; }  .pt55 { padding-top: 55px !important; }
.mt60 { margin-top: 60px !important; }  .pt60 { padding-top: 60px !important; }
.mt65 { margin-top: 65px !important; }  .pt65 { padding-top: 65px !important; }
.mt70 { margin-top: 70px !important; }  .pt70 { padding-top: 70px !important; }
.mt75 { margin-top: 75px !important; }  .pt75 { padding-top: 75px !important; }
.mt80 { margin-top: 80px !important; }  .pt80 { padding-top: 80px !important; }
.mt85 { margin-top: 85px !important; }  .pt85 { padding-top: 85px !important; }
.mt90 { margin-top: 90px !important; }  .pt90 { padding-top: 90px !important; }
.mt95 { margin-top: 95px !important; }  .pt95 { padding-top: 95px !important; }
.mt100{ margin-top:100px !important; } .pt100{ padding-top:100px !important; }
/* Margin-Right & Padding-Right */
.mr00 { margin-right:  0px !important; }  .pr00 { padding-right:  0px !important; }
.mr05 { margin-right:  5px !important; }  .pr05 { padding-right:  5px !important; }
.mr10 { margin-right: 10px !important; }  .pr10 { padding-right: 10px !important; }
.mr15 { margin-right: 15px !important; }  .pr15 { padding-right: 15px !important; }
.mr20 { margin-right: 20px !important; }  .pr20 { padding-right: 20px !important; }
.mr25 { margin-right: 25px !important; }  .pr25 { padding-right: 25px !important; }
.mr30 { margin-right: 30px !important; }  .pr30 { padding-right: 30px !important; }
.mr35 { margin-right: 35px !important; }  .pr35 { padding-right: 35px !important; }
.mr40 { margin-right: 40px !important; }  .pr40 { padding-right: 40px !important; }
.mr45 { margin-right: 45px !important; }  .pr45 { padding-right: 45px !important; }
.mr50 { margin-right: 50px !important; }  .pr50 { padding-right: 50px !important; }
.mr55 { margin-right: 55px !important; }  .pr55 { padding-right: 55px !important; }
.mr60 { margin-right: 60px !important; }  .pr60 { padding-right: 60px !important; }
.mr65 { margin-right: 65px !important; }  .pr65 { padding-right: 65px !important; }
.mr70 { margin-right: 70px !important; }  .pr70 { padding-right: 70px !important; }
.mr75 { margin-right: 75px !important; }  .pr75 { padding-right: 75px !important; }
.mr80 { margin-right: 80px !important; }  .pr80 { padding-right: 80px !important; }
.mr85 { margin-right: 85px !important; }  .pr85 { padding-right: 85px !important; }
.mr90 { margin-right: 90px !important; }  .pr90 { padding-right: 90px !important; }
.mr95 { margin-right: 95px !important; }  .pr95 { padding-right: 95px !important; }
.mr100{ margin-right:100px !important; }  .pr100{ padding-right:100px !important; }
/* Margin-Bottom & Padding-Bottom */
.mb00 { margin-bottom:  0px !important; }  .pb00 { padding-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }  .pb05 { padding-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }  .pb10 { padding-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }  .pb15 { padding-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }  .pb20 { padding-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }  .pb25 { padding-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }  .pb30 { padding-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }  .pb35 { padding-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }  .pb40 { padding-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }  .pb45 { padding-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }  .pb50 { padding-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }  .pb55 { padding-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }  .pb60 { padding-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }  .pb65 { padding-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }  .pb70 { padding-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }  .pb75 { padding-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }  .pb80 { padding-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }  .pb85 { padding-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }  .pb90 { padding-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }  .pb95 { padding-bottom: 95px !important; }
.mb100{ margin-bottom:100px !important; } .pb100{ padding-bottom:100px !important; }
/* Margin-Left & Padding-Left */
.ml00 { margin-left:  0px !important; }  .pl00 { padding-left:  0px !important; }
.ml05 { margin-left:  5px !important; }  .pl05 { padding-left:  5px !important; }
.ml10 { margin-left: 10px !important; }  .pl10 { padding-left: 10px !important; }
.ml15 { margin-left: 15px !important; }  .pl15 { padding-left: 15px !important; }
.ml20 { margin-left: 20px !important; }  .pl20 { padding-left: 20px !important; }
.ml25 { margin-left: 25px !important; }  .pl25 { padding-left: 25px !important; }
.ml30 { margin-left: 30px !important; }  .pl30 { padding-left: 30px !important; }
.ml35 { margin-left: 35px !important; }  .pl35 { padding-left: 35px !important; }
.ml40 { margin-left: 40px !important; }  .pl40 { padding-left: 40px !important; }
.ml45 { margin-left: 45px !important; }  .pl45 { padding-left: 45px !important; }
.ml50 { margin-left: 50px !important; }  .pl50 { padding-left: 50px !important; }
.ml55 { margin-left: 55px !important; }  .pl55 { padding-left: 55px !important; }
.ml60 { margin-left: 60px !important; }  .pl60 { padding-left: 60px !important; }
.ml65 { margin-left: 65px !important; }  .pl65 { padding-left: 65px !important; }
.ml70 { margin-left: 70px !important; }  .pl70 { padding-left: 70px !important; }
.ml75 { margin-left: 75px !important; }  .pl75 { padding-left: 75px !important; }
.ml80 { margin-left: 80px !important; }  .pl80 { padding-left: 80px !important; }
.ml85 { margin-left: 85px !important; }  .pl85 { padding-left: 85px !important; }
.ml90 { margin-left: 90px !important; }  .pl90 { padding-left: 90px !important; }
.ml95 { margin-left: 95px !important; }  .pl95 { padding-left: 95px !important; }
.ml100{ margin-left:100px !important; }  .pl100{ padding-left:100px !important; }

/* Column Layout Format */
.column-2 .row,.column-2 li { width: 50%; float:left;}
.column-3 .row,.column-3 li { width: 33.33%; float:left;}
.column-4 .row,.column-4 li { width: 25%; float:left;}
.column-5 .row,.column-5 li { width: 20%; float:left;}
.column-6 .row,.column-6 li { width: 16.66%; float:left;}
.column-8 .row,.column-8 li { width: 12.5%; float:left;}

.col-2 .row {
  width: 48%;
}

.close-button {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/special/entrepreneurspirit/assets/img/closeBtn.svg) no-repeat;
    background-size: cover;
    text-indent: -100px;
    overflow: hidden;
    z-index:9;
}
.toTop-button {
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 0;
    right: 0;
}
.info-box {
 padding-left: 10px;
 background-color: #003388;
}
.info-box-p {
  font-size: 2rem;
  color: #FFF;
  text-align: left;
}


/* @media only screen and (min-width: 769px) {
  .col-2 .row:nth-child(odd) {
    margin:0 2% 0px 0;
  }
  .col-2 .row:nth-child(even) {
    margin:0 0 0px 2%;
  }
} */
.col-3 .row{
  width: 29.3%;
  margin: 0 6% 0 0;
}
.col-3 .row:nth-child(3n) {
  margin: 0 0 0 0;
}
.col-4 .row {
  width: 22%;
  margin: 0 4% 0 0;
}
.col-4 .row:nth-child(4n) {
  margin: 0 0 0 0;
}
.col-5 .row {
  width: 18%;
}
.col-6 .row {
  width: 14.66%;
  margin: 0 2% 0px 0;
}
.col-6 .row:nth-child(6n) {
  margin: 0 0 0px 0;
}
@media only screen and (max-width: 768px) {
  .col-2 .row {
    width: 100%;
  }
  .col-3 .row{
    width: 100%;
    margin: 0;
  }
  .col-4 .row:nth-child(odd) {
    width: 48%;
    margin: 0 2% 0 0;
  }
  .col-4 .row:nth-child(even) {
    width: 48%;
    margin: 0 0 0 2%;
  }
  .col-6 .row {
    width: 48%;
    margin: 0 2% 0 0;
  }
  .col-6 .row:nth-child(even) {
    width: 48%;
    margin: 0 0 0 2%;
  }
}

.flex-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row-reverse{
  flex-direction: row-reverse;
}
.item-center{
  align-items: center;
}
.box-shadow{
  box-shadow:0px 0px 3px 2px #eaeaea;
}


/*-----------------------------------------------------------
    =Global Layout
-----------------------------------------------------------*/
.f-ty01 {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 500;
}

/* Frame Format
-----------------------------------------------------------*/
.wrap{
  padding: 110px 0;
  position: relative;
}
.inner{
  max-width: 1260px;
  margin:0 auto;
  padding:0 30px;
}
#single-wrap .inner{
  max-width: 860px;
}
@media screen and ( max-width:1000px) {
  .wrap{
    padding: 60px 0;
  }
}


/* header
-----------------------------------------------------------*/
#header{
  position: relative;
  z-index: 1;
  width:100%;
  height: 400px;
}
.header-logo{
  position: absolute;
  left:50%;
  width: 240px;
  margin-left:-120px;
  padding:4rem 0 0;
}
.head-copy{
  position: absolute;
  text-align: center;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  color:#fff;
  width: 100%;
}
.head-copy a{
  color:#fff;
}
.head-copy .tx-en{
  font-family: 'Lexend Deca', sans-serif;
  font-size: 16px;
  font-size:1.6rem;
  display: block;
}
.head-copy .tx-jp{
  font-size: 34px;
  font-size:3.4rem;
  font-weight: 700;
  font-style: italic;
  display: inline;
  line-height: 1.66;
  letter-spacing: .1em;
  background:linear-gradient(transparent 94%, #fff 0%);
}
.topfvmovie {
  position: relative;
  z-index: -1;
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
  height: 400px;
}
.topfvmovie video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
}
.topfvmovie::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and ( max-width:768px) {
  #header{
    height: 280px;
  }
  .header-logo{
    position: absolute;
    left:50%;
    width: 180px;
    margin-left:-90px;
    padding:2rem 0 0;
  }
  .topfvmovie {
    height: 280px;
  }
  .head-copy .tx-en{
    font-size: 14px;
    font-size:1.4rem;
  }
  .head-copy .tx-jp{
    font-size: 22px;
    font-size:2.2rem;
  }
}


/* footer
-----------------------------------------------------------*/
#footer{
  background-color: #111;
  padding:100px 0;
  text-align: center;
  color:#fff;
}
.footer-logo{
  max-width: 270px;
  margin:0 auto 100px;
}
#footer .copyright{
  font-size: 12px;
  font-size: 1.2rem;
}


/* entrepreneur-list
-----------------------------------------------------------*/
.entrepreneur-list{
  display: flex;
  flex-wrap: wrap;
}
.entrepreneur-list li:nth-of-type(n+4) {
  margin-top: 8rem;
}
.entrepreneur-list article{
  position: relative;
}
.archive-thumb{
  position: relative;
  overflow: hidden;
}
.archive-thumb:before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 4.5em solid transparent;
  border-left: 4.5em solid #0000c8;
  position: absolute;
  z-index: 10;
}
.archive-thumb::after {
  content: attr(data-num);
  font-family: 'Lexend Deca', sans-serif;
  font-size:16px;
  font-size:1.6rem;
  display: block;
  top: 5px;
  color: #fff;
  left: 10px;
  position: absolute;
  z-index: 11;
}
.archive-label{
  color:#c5c5c5;
  font-size:12px;
  font-size: 1.2rem;
  font-family: 'Lexend Deca', sans-serif;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: -70px;
  top: 40px;
}
.archive-body{
  margin-top:2rem;
}
.archive-category{
  font-size:11px;
  font-size: 1.1rem;
  border-radius: 20px;
  border:1px solid #0000c8;
  color: #0000c8;
  line-height: 1.44;
  padding: 0.4em 1.2em;
  margin: 0 0 10px 0;
  display: inline-block;
}
.archive-body .entry-ttl{
  font-size: 20px;
  font-size:2rem;
  font-weight: 700;
  margin-bottom:.3em;
  padding: 0;
  line-height: 1.8;
}
a:hover .archive-body .entry-ttl {
  color:#0000c8;
}
.archive-item{
  margin-top:1.5rem;
  color:#8d8d8d;
}
.archive-item__name{
  font-size: 16px;
  font-size:1.6rem;
}
.archive-item__name span{
  font-size: 12px;
  font-size:1.2rem;
}
.archive-item__faculty{
  font-size: 12px;
  font-size:1.2rem;
}

@media screen and ( max-width:768px) {
    /* .entrepreneur-list li{
      width: 47% !important;
    }
    .entrepreneur-list li:nth-child(odd) {
      margin:0 3% 0px 0;
    }
    .entrepreneur-list li:nth-child(even) {
      margin:0 0 0px 3%;
    } */
    .entrepreneur-list li:nth-of-type(n+2) {
      margin-top: 5rem!important;
    }
  .archive-body .entry-ttl{
    font-size: 16px;
    font-size:1.6rem;
    line-height: 1.6;
  }
}



/* Single
-----------------------------------------------------------*/
.single-bg{
  height: 300px !important;
  background-image: url(/special/entrepreneurspirit/assets/img/single-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.single-bg .head-copy {
  position: absolute;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  width: 100%;
}
.single-bg::before{
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #0000c8;
}
#single-wrap{
  background-color: #fff;
  padding:60px 0 120px;
}
.entry-header{
  text-align: center;
  position: relative;
  margin-bottom:80px;
}
.entry-header__num{
  color:#0000c8;
  font-size:42px;
  font-size: 4.2rem;
  line-height: 1.2;
}
.entry-header .archive-category{
  font-size:14px;
  font-size: 1.4rem;
  padding: 0.4em 1.2em;
  margin: 20px 0 12px 0;
}
.entry-header__ttl{
  font-size:34px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.44;
}
.entry-header .archive-item {
  margin-top: 3rem;
}

.entry-header .archive-item__name{
  font-size: 22px;
  font-size:2.2rem;
  line-height: 1.22;
}
.entry-header .archive-item__name span{
  font-size: 16px;
  font-size:1.6rem;
}
.entry-header .archive-item__faculty{
  font-size: 16px;
  font-size:1.6rem;
}
.movie-item{
  width: 100%;
  aspect-ratio: 16 / 9;
}
.movie-item iframe {
  width: 100%;
  height: 100%;
}
.entry-body h2{
  color:#0000c8;
  font-size:24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66;
  margin:6rem 0 2rem;
}
.entry-body a {
  color: #0000c8;
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.entry-body a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  border-bottom: solid 1px #0000c8;
  transition: 0.3s;
}
.entry-body a:hover::after {
  width: 100%;
}
@media screen and ( max-width:768px) {
  .single-bg{
    height: 240px !important;
    background-image: url(/special/entrepreneurspirit/assets/img/single-bg.jpg);
  }
  #single-wrap{
    padding:50px 0 60px;
  }
  .entry-header{
    margin-bottom:60px;
  }
  .entry-header__num{
    font-size:36px;
    font-size: 3.6rem;
  }
  .entry-header .archive-category{
    font-size:12px;
    font-size: 1.2rem;
  }
  .entry-header__ttl{
    font-size:22px;
    font-size: 2.2rem;
  }
  .entry-header .archive-item__name{
    font-size: 18px;
    font-size:1.8rem;
  }
  .entry-header .archive-item__name span{
    font-size: 14px;
    font-size:1.4rem;
  }
  .entry-header .archive-item__faculty{
    font-size: 14px;
    font-size:1.4rem;
  }
  .entry-body h2{
    font-size: 2rem;
    margin:6rem 0 1rem;
  }
  .info-box-p {
  font-size: 1.5rem;
  }
  
}


/* PostNav-Thumb
---------------------------------*/
.single-utility{
  background-color:#f2f2f2;
  padding:100px 0 ;
}
#post-nav-thumb {
  overflow: hidden;
  max-width: 1240px;
  margin: 0 auto 0px;
}
@media screen and (max-width:1000px) {
  #post-nav-thumb {
    padding:0 20px;
  }
}
#post-nav-thumb a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
}
.post-nav__arrow {
  height: 100%;
  padding: 0 5px;
  background-color: #2d3034;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-nav__arrow i {
  width: 11px;
  height:auto;
  line-height: 1;
  margin:0;
  padding:0;
}
.post-nav-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 15px;
  border:1px solid #fff;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#post-nav-thumb a:hover .post-nav-content{
  border:1px solid #0000c8;
}

#post-nav-thumb .post-nav-content__box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  #post-nav-thumb .post-nav-content__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#post-nav-thumb .post-nav-content__image{
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  #post-nav-thumb .post-nav-content__image{
    width: 18%;
    height: 100%;
    margin: 0;
    overflow: hidden;
  }
}
.post-nav-content__txt{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: left;
  overflow: hidden;
  width: 100%;
}
.post-nav-content__num{
  color:#0000c8;
  font-size:18px;
  line-height: 1;
}
.post-nav-content__title{
  font-size:14px;
  font-weight: 700;
  text-decoration: none;
  line-height: 150%;
  margin-top:5px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#post-nav-thumb a:hover .post-nav-content__title{
  color:#0000c8;
}

@media (min-width: 768px) {
  .post-nav-content__txt {
    margin: 0 0 0 20px;
    width:75%;
  }
}
@media screen and ( max-width:768px) {
  .single-utility{
    padding:40px 0 ;
  }
  .post-nav-content__txt{
    margin-top:10px;
  }
}


/* Btn */
.radius-btn {
  position: relative;
  display: inline-block;
  padding: 1.4em 2em;
  border-radius: 60px;
  border:1px solid #111;
  color: #111;
  font-size: 1.2rem;
  font-size: 12px;
  text-align: center;
  letter-spacing: .10em;
  text-decoration: none;
  margin:5em 0 0;
  width: 260px;
}
.radius-btn:hover {
  border:1px solid #666;
  color: #666 !important;
  /* background: rgba(255, 255, 255, .3); */
}
.radius-btn::before{
  position: absolute;
  top: 40%;
  right: 1em;
  content: '';
  background: url(/special/entrepreneurspirit/assets/img/arrow-next-bl.svg);
  width: 10px;
  height: 8px;
  background-size: 10px 8px;
  vertical-align: middle;
}
.radius-btn:hover::before {
  animation: arrowbefore .5s;
}
.radius-btn span{
  background-image: linear-gradient(#666, #666);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}
.radius-btn:hover span{
  background-position: 0% 100%;
  background-size: 100% 1px;
}

@keyframes arrowbefore {
  100% {
    right: 5px;
    opacity: 0;
  }
}
@media screen and (max-width:768px) {
  .radius-btn {
    margin:30px auto 0;
    padding: 1.2em 0.8em ;
    font-size: 1.1rem;
    font-size:11px;
    width: 200px;
  }
}
