@charset "UTF-8";


@media only screen and (min-width: 992px) {
  #main {
    margin-top: 114px;
  }
}
.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*=col-] {
	padding: 0;
}
/* ==========================================================================
   Single
========================================================================== */
.single-header .bg {
  position: relative;
}
.single-header .bg:before {
  content: '';
  display: block;
  position: absolute;
  top: 145px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F7F7F7;
}
.single-header .en_ttl + .ttl {
    margin-top: .5em;
}
.single-header .nameBox {
  margin-top: 1.5em;
}
.single-header .nameBox .category {
  display: block;
  line-height: 1.25;
}
.single-header .nameBox .name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25;
}
.single-header .nameBox small {
  display: block;
    margin: 10px 0 0 0;
}

.single-header .profile {
  padding: 2.5em 0;
}
.single-header .profile p {
  font-size: .75rem;
  margin-top: .75em;
}

.single-header .imgBox {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 !important;
}
.single-header .thumbnail {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
	border-radius: 50px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .single-header .ttlBox {
    height: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #FFF;
  }
  .single-header .ttlBox .gray {
    color: #FFF;
  }
  .single-header .page__title {
    display: none;
  }
  .single-header .bg:before {
    right: calc(((100vw - 100%)/2)*-1);
    left: calc(((100vw - 100%)/2)*-1);
  }

  .single-header .thumbnail {
    width: 100vw;
    margin-right: calc(((100vw - 100%)/2)*-1);
    margin-left: calc(((100vw - 100%)/2)*-1);
    position: relative;
  }
  .single-header .thumbnail:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
  }
}

@media only screen and (max-width: 767px) {
  .single-header .ttlBox {
    height: 380px;
    padding-bottom: 35px;
  }
  .single-header .ttlBox .ttl {
    font-size: 1rem;
  }
  .single-header .imgBox {
    height: 380px;
  }
}

@media only screen and (min-width: 768px) {
  .single-header .page__title {
    margin-top: 115px;
  }
  .single-header .ttlBox {
    margin: 5em 0 4em;
    padding-left: 1.5em;
    position: relative;
  }
  .single-header .line {
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
  }

  .single-header .profile {
    padding: 2em 2.25em;
    background: #FFF;
    border-radius: 10px 10px 0 0;
  }

}
@media only screen and (min-width: 992px) {
  .single-header .ttlBox {
    padding-left: 1.5em;
  }
  .single-header .line {
    width: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-header .txtBox {
    padding-right: 45px !important;
  }
  .single-header .ttlBox {
    padding-left: 2.25em;
  }
}
@media only screen and (min-width: 1366px) {
  .single-header .txtBox {
    padding-right: 70px !important;
  }
}

/* ==========================================================================
   Article
========================================================================== */
article p {
  font-size: .813rem;
  text-align: justify;
}
.timeline li {
  padding-left: 60px;
  padding-bottom: 1.5em;
  position: relative;
}
.timeline li:before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: currentColor;
  position: absolute;
  top: 1em;
  left: 9px;
}
.timeline li:last-child:before {
  display: none;
}
.timeline li .time {
  width: 70px;
  line-height: 30px;
  font-size: .875rem;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  border: 2px solid currentColor;
  background: #FFF;
  border-radius: 30px;
  position: absolute;
  top: .25em;
  left: -25px;
}
.timeline li p {
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .timeline li {
    padding-left: 0;
  }
  .timeline li:before {
    left: -61px;
  }
  .timeline li .time {
    left: -95px;
  }
}
@media only screen and (min-width: 1200px) {
  .timeline li:before {
    left: -81px;
  }
  .timeline li .time {
    left: -115px;
  }
}

/* ==========================================================================
   Oter post
========================================================================== */
#oter-post .card span.en_ttl {
  font-size: .625rem;
  letter-spacing: .16em;
}
#oter-post .card .nameBox .category {
  display: block;
  line-height: 1.5;
}
#oter-post .card .nameBox .name {
  font-weight: 500;
  line-height: 1.5;
}
#oter-post .card .nameBox .category {
  font-size: .75rem;
}
@media only screen and (min-width: 992px) {
  #oter-post .card span.en_ttl {
    font-size: .75rem;
  }
  #oter-post .card .nameBox .category {
    font-size: .875rem;
  }
}



