@charset "UTF-8";
/*
 * # /typeで使用するスタイル
 */
body.ie {
  overflow: hidden;
}

/*
* =====================================================================================================
* 職種紹介INDEXページ
* =====================================================================================================*
*/
.t-frame--index {
  width: 100%;
}

.t-hero__image img {
  max-width: none;
  width: 140%;
  margin-left: -20%;
}

@media (min-width: 640px) {
  .t-frame--index {
    width: 90%;
  }
  .t-hero__image img {
    width: 100%;
    margin-left: 0;
  }
  .t-hero__group--index {
    padding: calc(5% + 3rem) 0;
    width: 50%;
    min-width: auto;
    display: block;
  }
  .t-hero__desc {
    display: block;
    font-size: 1rem;
    margin-top: 3rem;
  }
}

/*
* =====================================================================================================
* .t-index-oneday
* =====================================================================================================*
*/
@media (min-width: 640px) {
  .t-index-oneday {
    position: absolute;
    top: 1rem;
    width: 29.0404%;
    right: 29.0404%;
    margin-top: 0;
    margin-right: 1.5%;
  }
  .t-index-oneday--ie {
    display: none;
  }
}

.ie9 .t-index-oneday {
  top: 1em;
  right: 300px;
  width: 300px;
}

/*
 * =====================================================================================================
 * .t-indexmovie
 * =====================================================================================================*
 */
.t-indexmovie {
  margin-top: 1em;
}

@media (min-width: 640px) {
  .t-indexmovie {
    position: absolute;
    top: 1rem;
    right: 0;
    margin-top: 0;
    width: 29.0404%;
  }
  .t-indexmovie--ie {
    display: none;
  }
}

.ie9 .t-indexmovie {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ie9 .t-indexmovie--ie {
  display: block;
  height: auto;
  min-height: 0;
  width: auto;
  float: right;
  position: relative;
  margin-top: -3em;
}

.ie9 .t-indexmovie--ie a {
  display: inline-block;
  width: 300px;
  padding: 1em;
}

.ie9 .t-indexmovie--ie a:after {
  display: none;
  width: 0;
  height: 0;
}

/*
 * =====================================================================================================
 * .t-indexcasette
 * =====================================================================================================*
 */
.t-h3--index {
  font-size: 1.71429rem;
}

.t-indexcasette {
  margin-top: 2em;
  background-color: #fff;
}

.t-indexcasette .c-h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.71429rem;
  font-weight: normal;
  color: #0B1B8F;
}

.t-indexcasette .c-h4 + .c-h5 {
  margin-top: -0.5rem;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.t-indexcasette .c-h5 span {
  background-color: #000;
  color: #fff;
  font-weight: normal;
  padding: 0 0.1em;
}

.t-indexcasette__txt-block {
  padding: 2em 7.89474%;
}

.t-btn--index {
  text-align: center;
  width: 80% !important;
  margin: 1.5rem 10% 0 !important;
}

.t-indexcasette__links {
  padding: 0 0 2em 7.89474%;
}

.t-indexcasette__links__item a {
  text-decoration: none;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.t-indexcasette__links__item img {
  width: 60px;
  height: auto;
}

.t-indexcasette__links__item span {
  display: block;
  width: 100%;
  margin-left: 1em;
  font-size: 0.78571rem;
}

.t-indexcasette__links__item span::before {
  content: '';
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #0B1B8F;
  margin: 0.5rem 0;
}

.t-indexcasette__links__item b {
  font-weight: bold;
}

.t-indexcasette__links__item + .t-indexcasette__links__item {
  margin-top: 1.5em;
}

@media (min-width: 640px) {
  .t-h3--index {
    font-size: 2.875rem;
    margin-bottom: -2rem;
  }
  .t-indexcasette {
    margin-top: 4em;
  }
  .t-indexcasette .c-h4 {
    font-size: 2.25rem;
  }
  .t-indexcasette .c-h4 + .c-h5 {
    font-size: 0.9375rem;
  }
  .t-indexcasette .c-p {
    font-size: 0.875rem;
  }
  .t-btn--index {
    width: 60% !important;
    margin: 2rem 20% 0 !important;
  }
  .c-h4 + .t-btn--index {
    margin-top: 0 !important;
  }
  .t-indexcasette__links__item img {
    width: 110px;
  }
  .t-indexcasette__links__item span {
    font-size: 0.75rem;
  }
  .t-indexcasette__links__item b {
    font-size: 0.875rem;
  }
}

/*
 * =====================================================================================================
 * .t-hero
 * =====================================================================================================*
 */
.t-hero__group {
  display: block;
}

@media (min-width: 640px) {
  .t-hero__group {
    margin-top: 0;
    position: absolute;
    bottom: 12.5%;
    left: 5%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: calc(5% + 1.5em) 1.5em;
    min-width: 40%;
  }
  .t-hero__catchphrase {
    bottom: -10%;
  }
}

/*
 * =====================================================================================================
 * .t-line
 * =====================================================================================================*
 */
.c-hero .c-line-set {
  overflow: hidden;
}

.t-line--hero {
  top: 65%;
}

.t-line--task-person1 {
  top: 7%;
}

.t-line--task-person2 {
  top: 35%;
}

.t-line--index {
  top: 7%;
}

@media (min-width: 640px) {
  .t-line--task-person1 {
    top: 20.5%;
  }
  .t-line--task-person2 {
    top: 47%;
  }
}

/*
* =====================================================================================================
* .t-lead
* =====================================================================================================*
*/
.t-lead {
  background-color: #CCC9C3;
  margin-top: 2rem;
  padding: 1.5rem 0 1rem;
}

.t-lead__p {
  font-size: 0.85714rem;
}

@media (min-width: 640px) {
  .t-lead {
    margin-top: -22px;
    padding: 3rem 0 1rem;
  }
  .t-lead__p {
    font-size: 0.9375rem;
    width: 66%;
  }
  .t-half {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/*
* =====================================================================================================
* .t-section
* =====================================================================================================*
*/
.t-section {
  margin-top: -18%;
  position: relative;
  z-index: 1;
}

.t-section .t-h2 {
  font-size: 1.28571rem;
  color: #0B1B8F;
}

.t-section .t-h3 {
  font-size: 1.14286rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}

.t-section .t-h3 span {
  background-color: #000;
  padding: 0.1em 0.5em;
}

.t-section .t-h4 {
  font-size: 1.14286rem;
  margin-top: 2rem;
}

.t-section .t-p {
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.t-section .t-pic {
  margin: 2rem -7.2% -1%;
  text-align: center;
}

.t-section .t-pic img {
  width: 100%;
}

@media (min-width: 640px) {
  .t-section .t-h2 {
    font-size: 1.75rem;
    margin-top: 3.5rem;
  }
  .t-section .t-h3 {
    font-size: 1.125rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
  .t-section .t-h4 {
    font-size: 1rem;
    margin-top: 3rem;
  }
  .t-section .t-pic {
    margin: 2rem 0 3rem;
  }
  .t-section .t-pic img {
    width: 64.3617%;
  }
}

/*
* =====================================================================================================
* .t-btn--oneday
* =====================================================================================================*
*/
.t-btn--oneday a {
  display: block;
  color: #fff;
  border: 1px solid #B3A888;
  background-color: #B3A888;
  text-decoration: none;
}

.t-btn--oneday__txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  padding: 1.5em 6em 1.5em 1.5em;
  position: relative;
}

.t-btn--oneday__txt b {
  display: inline-block;
  font-size: 1.28571rem;
  margin-bottom: .5em;
}

.t-btn--oneday__txt small {
  font-size: 0.85714rem;
}

.t-btn--oneday__txt::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 2em;
  top: 50%;
  margin-top: -1.625rem;
  width: 3.25rem;
  height: 3.25rem;
  background: transparent url("https://www.otsubo.metro.tokyo.jp/saiyo/2020/asset/image/icon-btn-l.png") scroll no-repeat center center;
  background-size: 100% auto;
}

@media (min-width: 640px) {
  .t-btn--oneday a {
    position: relative;
  }
  .t-btn--oneday__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 54%;
    height: 100%;
    background-image: url("https://www.otsubo.metro.tokyo.jp/saiyo/2020/type/image/thumb-oneday.jpg");
    background-size: cover;
    background-position: center right;
  }
  .t-btn--oneday__img img {
    display: none;
  }
  .t-btn--oneday__txt {
    padding: 2.5em 56% 2.5em 2.5em;
  }
  .t-btn--oneday__txt b {
    font-size: 2rem;
    letter-spacing: 0.12em;
  }
  .t-btn--oneday__txt small {
    font-size: 0.8125rem;
  }
}

/*
 * =====================================================================================================
 * .t-task-person　～の仕事と先輩の声の枠組みを設定
 * =====================================================================================================*
 */
@media (min-width: 640px) {
  .t-task-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -5rem;
  }
}

/*
 * =====================================================================================================
 * .t-task　～の仕事
 * =====================================================================================================*
 */
@media (min-width: 640px) {
  .t-task {
    width: 63.42593%;
    margin-left: 0;
  }
}

/*
 * =====================================================================================================
 * .t-person　先輩の声
 * =====================================================================================================*
 */
.t-person {
  text-align: center;
}

.t-person__btn {
  margin-bottom: 1rem;
}

.t-person__btn a {
  font-size: 0.92857rem;
  text-decoration: none;
  display: block;
}

.t-person__btn img {
  width: 45%;
}

.t-person__btn span {
  display: block;
  padding: 1rem 0 2rem;
}

@media (min-width: 640px) {
  .t-person {
    width: 32.22222%;
    margin: 18% 0 6rem 0;
  }
  .t-person .t-h2 {
    margin-bottom: 3rem;
  }
  .t-person__btn {
    margin-bottom: 1.5rem;
  }
  .t-person__btn a {
    font-size: 0.875rem;
  }
  .t-person__btn span {
    text-align: left;
    padding: 1rem 0 2rem 27%;
  }
}

/*
 * =====================================================================================================
 * .t-tree　地域警察組織図
 * =====================================================================================================*
 */
.t-tree .t-tree__figure {
  overflow: scroll;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
}

.t-tree .t-tree__figure:before {
  content: '下記の図は横にスワイプできます。';
  color: #f33;
  display: block;
  font-size: 0.71429rem;
  position: absolute;
  top: 0;
}

.t-tree .t-tree__figure img {
  min-width: 520px;
}

@media (min-width: 640px) {
  .t-tree .t-h2 {
    margin-bottom: 3rem;
  }
  .t-tree .t-tree__figure {
    overflow: auto;
    padding: 0;
    margin-bottom: 5rem;
  }
  .t-tree .t-tree__figure:before {
    display: none;
  }
  .t-tree .t-tree__figure img {
    min-width: auto;
    width: 100%;
  }
}

/*
 * =====================================================================================================
 * .t-cat-footer
 * =====================================================================================================*
 */
.t-cat-footer-container {
  margin: 0 auto 0.5rem;
}

.t-cat-footer-container .c-h5 {
  margin-bottom: 1.5em;
}

.t-cat-footer {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.t-cat-footer__item {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 46.88%;
  text-align: center;
  font-size: 0.8125rem;
  margin-bottom: 1.5rem;
}

.t-cat-footer__item a {
  text-decoration: none;
  background-color: #edeeef;
  display: inline-block;
  padding-bottom: .5rem;
  width: 100%;
}

.t-cat-footer__item img {
  width: 100%;
  display: block;
  margin-bottom: .5rem;
}

@media (min-width: 640px) {
  .t-cat-footer-container {
    margin: 3rem auto 2rem;
  }
  .t-cat-footer::before {
    content: "";
    display: block;
    width: 22.91667%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .t-cat-footer::after {
    content: "";
    display: block;
    width: 22.91667%;
  }
  .t-cat-footer__item {
    width: 22.91667%;
  }
  .t-cat-footer__item a {
    padding-bottom: 1rem;
  }
  .t-cat-footer__item img {
    margin-bottom: 1rem;
  }
}

.ie9 .t-cat-footer__item {
  display: inline-block;
}

/*
* =====================================================================================================
* oneday ページ設定
* =====================================================================================================*
*/
/***************************************************
//note: ヒーロー　設定
***************************************************/
.t-hero-container--oneday {
  max-height: none;
}

.t-hero__img--oneday {
  overflow: hidden;
  text-align: center;
}

.t-hero__img--oneday img {
  max-width: none;
  width: 100%;
}

.t-h1--oneday {
  font-weight: normal;
}

@media (min-width: 640px) {
  .t-hero-container--oneday {
    margin-bottom: 3rem;
  }
  .t-h1--oneday {
    padding-top: 6rem !important;
    margin-bottom: 1rem !important;
    font-size: 4rem;
  }
  .t-hero__img--oneday img {
    width: 100%;
    margin-left: 0;
  }
  .t-hero__p--oneday {
    text-align: center;
    margin-bottom: 3rem !important;
  }
}

/***************************************************
//note: .t-oneday
***************************************************/
.t-oneday {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 6.25%;
  padding-right: 6.25%;
}

.t-oneday__symbol__icon {
  margin-bottom: 2rem;
}

.t-oneday__symbol__icon img {
  display: block;
  width: 11.25%;
  margin: 0 auto;
}

.t-oneday__lead {
  text-align: left;
  width: 100%;
  margin-top: 2rem;
  padding-left: 6.25%;
  padding-right: 6.25%;
  color: #000;
  line-height: 1.66;
  font-size: 0.85714rem;
}

@media (min-width: 640px) {
  .t-oneday {
    margin-top: 2.5rem;
    margin-bottom: 4rem;
    padding: 0;
  }
  .t-oneday__symbol__icon {
    margin-bottom: 2.5rem;
  }
  .t-oneday__symbol__icon img {
    display: block;
    width: 36px;
    margin: 0 auto;
  }
}

/***************************************************
//note: .t-oneday__day
***************************************************/
.t-oneday__day {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t-oneday__head {
  background-color: #0B1B8F;
  width: 100%;
  height: 82px;
  margin: 2rem auto 0 auto;
  position: relative;
  text-align: center;
  color: #fff;
}

.t-oneday__head span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.14286rem;
  white-space: nowrap;
  line-height: 1.5;
  font-weight: normal;
}

.t-oneday__head small {
  font-weight: normal;
  font-size: 0.92857rem;
}

.t-oneday__time {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: bold;
}

.t-oneday__time span {
  display: table-cell;
  vertical-align: top;
}

.t-oneday__time span + span {
  padding-left: 0.5em;
}

.t-oneday__txt {
  font-size: 0.92857rem;
  background-color: #eeeeee;
  margin-top: 1rem;
  padding: 1em 1.12em;
  border-radius: 6px;
  position: relative;
}

.t-oneday__txt::before {
  content: "";
  display: block;
  height: 13px;
  width: 13px;
  background-color: #eeeeee;
  position: absolute;
  top: 0;
  left: 10%;
  margin: -6.5px 0 0 -6.5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.t-oneday__img {
  margin-top: 1.5rem;
}

.t-oneday__img img {
  display: block;
  width: 80.5%;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .t-oneday__day {
    padding: 0 20px;
    border-left: 1px solid #c7c7c7;
  }
  .t-oneday__day:nth-child(1) {
    border-left: none;
  }
  .t-oneday__head {
    height: 80px;
    margin: 0 auto;
  }
  .t-oneday__head span {
    font-size: 1rem;
  }
  .t-oneday__head small {
    font-size: 0.8125rem;
  }
  .t-oneday__time {
    font-size: 0.875rem;
  }
  .t-oneday__txt {
    font-size: 0.8125rem;
  }
  .t-oneday__img {
    margin-top: 1rem;
  }
  .t-oneday__img img {
    width: 100%;
  }
}

/***************************************************
//note: .t-oneday__calendar
***************************************************/
.t-oneday__calendar {
  width: 100%;
  margin: 3rem auto;
}

.t-oneday__calendar__ttl {
  position: relative;
  text-align: center;
  background-color: #0B1B8F;
  color: #ffffff;
  width: 100%;
  height: 60px;
  margin: 0 auto 1rem;
}

.t-oneday__calendar__ttl span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.14286rem;
  white-space: nowrap;
  line-height: 1.5;
  font-weight: normal;
}

.t-oneday__calendar__image img {
  width: 100%;
}

@media (min-width: 640px) {
  .t-oneday__calendar {
    width: 86.1%;
    margin: 5rem auto;
  }
  .t-oneday__calendar__title {
    height: 80px;
    margin: 0 auto 4rem;
  }
  .t-oneday__calendar__title span {
    font-size: 1.75rem;
  }
}

/*
* =====================================================================================================
* .t-staff 警察行政職員とは ページ設定
* =====================================================================================================*
*/
/***************************************************
// .t-index-staff indexにある「警察行政職員とは」ボタンの幅を調整
***************************************************/
@media (min-width: 640px) {
  .t-index-staff {
    width: 30%;
  }
  .t-index-staff--btm {
    display: none;
  }
}

/***************************************************
// 警察行政職員とは　ページ設定
***************************************************/
.t-hero--staff {
  background-color: #253b63;
}

.t-hero__img--staff {
  overflow: hidden;
  text-align: center;
}

.t-hero__img--staff img {
  max-width: none;
  width: 100%;
}

.t-hero__group__desc--staff {
  font-size: 0.85714rem;
  color: #000;
  text-align: left;
}

.t-staff-figure {
  text-align: center;
  margin-right: -4%;
  position: relative;
}

.t-staff-figure img {
  width: 100%;
}

.t-staff-figure__link {
  font-size: 0;
  color: #fff;
  text-decoration: none;
  display: block;
  width: calc((20/292)*400%);
  height: calc((40/1086)*100%);
  background-color: #fff;
  opacity: 0;
  position: absolute;
  left: 5.5%;
}

.t-staff-figure__link--community {
  top: 17.5%;
}

.t-staff-figure__link--traffic {
  top: 26.5%;
}

.t-staff-figure__link--criminal {
  top: 35.5%;
}

.t-staff-figure__link--safety {
  top: 43.5%;
  width: calc((18/292)*600%);
}

.t-staff-figure__link--organized {
  top: 53%;
  width: calc((18/292)*600%);
}

.t-staff-figure__link--security {
  top: 61%;
}

.t-staff-figure__link--public-safety {
  top: 70.5%;
}

.t-staff-figure__link--pr {
  top: 80.5%;
  width: calc((22/292)*400%);
}

.t-staff-figure__link--hr {
  top: 90%;
  width: calc((22/292)*400%);
}

.t-staff-figure__link--office {
  top: 17.5%;
  width: calc((20/292)*300%);
  left: 56.5%;
}

.t-staff-figure__link--tech {
  top: 30%;
  width: calc((20/292)*300%);
  left: 56.5%;
}

.t-staff-graph-container {
  margin-top: 3rem;
}

.t-staff-graph {
  text-align: center;
}

.t-staff-graph__ttl {
  display: inline-block;
  font-size: 1.14286rem;
  font-weight: bold;
  position: relative;
}

.t-staff-graph__ttl::after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #C0AE8E;
  position: absolute;
  bottom: -0.25em;
  left: 0;
}

.t-staff-graph__detail {
  margin: 2.5rem 0 4rem;
}

.t-staff-graph__detail img {
  width: 75%;
  min-width: 241px;
}

@media (min-width: 640px) {
  .t-hero__img--staff img {
    width: 100%;
    margin-left: 0;
  }
  .t-hero__group__desc--staff {
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
  }
  .t-staff-figure {
    margin-right: 0;
  }
  .t-staff-figure__link {
    width: calc((25/1080)*400%);
    height: calc((50/1401)*100%);
    left: 21%;
  }
  .t-staff-figure__link--community {
    top: 31%;
  }
  .t-staff-figure__link--traffic {
    top: 37.5%;
  }
  .t-staff-figure__link--criminal {
    top: 44.5%;
  }
  .t-staff-figure__link--safety {
    top: 51.5%;
    width: calc((25/1080)*600%);
  }
  .t-staff-figure__link--organized {
    top: 58.25%;
    width: calc((25/1080)*600%);
  }
  .t-staff-figure__link--security {
    top: 65.5%;
  }
  .t-staff-figure__link--public-safety {
    top: 72.5%;
  }
  .t-staff-figure__link--pr {
    top: 79.5%;
    width: calc((25/1080)*500%);
  }
  .t-staff-figure__link--hr {
    top: 86.5%;
    width: calc((25/1080)*500%);
  }
  .t-staff-figure__link--office {
    top: 30.5%;
    width: calc((25/1080)*300%);
    left: 56.5%;
  }
  .t-staff-figure__link--tech {
    top: 39%;
    width: calc((25/1080)*300%);
    left: 56.5%;
  }
  .t-staff-graph-container {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .t-staff-graph {
    width: 50%;
  }
  .t-staff-graph__ttl {
    font-size: 1.25rem;
  }
  .t-staff-graph__detail {
    margin: 2rem 0 0;
  }
  .t-staff-graph__detail img {
    min-width: none;
  }
}

/*
* =====================================================================================================
* .t-episode プロフェッショナルエピソード リンクボタン用スタイル
* =====================================================================================================*
*/
/***************************************************
// .t-episode-navi
***************************************************/
.t-episode-navi {
  margin: 1rem 0;
}

.t-episode-navi__item {
  position: relative;
  text-align: center;
}

.t-episode-navi__item img {
  width: 100%;
}

.t-episode-navi__item a {
  font-size: 1.14286rem;
  color: #fff;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho",  serif;
}

.t-episode-navi__item a > span {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.t-episode-navi__item span span {
  display: inline-block;
  margin: .25em 0;
  padding: .1em .5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .t-episode-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
  }
  .t-episode-navi__item {
    width: 50%;
  }
  .t-episode-navi__item a {
    font-size: 1.5rem;
  }
}

/*
* =====================================================================================================
* .t-episode プロフェッショナルエピソード index用スタイル
* =====================================================================================================*
*/
.t-episode-index-bg {
  background-color: #A6AAB8;
}

.t-hero__emblem--episode-index {
  top: 11%;
  right: 0;
}

.t-episode-index__ttl {
  padding-top: 2.5rem;
  margin-left: -3%;
  width: 215px;
}

.t-episode-index__ttl img {
  width: 100%;
}

.t-episode-index__ttl--ja {
  font-size: 1.71429rem;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho",  serif;
  color: #fff;
  margin: -0.5em 0 0 -3%;
}

.t-episode-index__lead {
  font-size: 1rem;
  color: #fff;
}

.t-episode-navi__item--index {
  width: 100%;
}

.t-episode-navi__item--index a {
  display: block;
  position: relative;
}

.t-episode-navi__item--index:not(:first-child) {
  margin-top: 6%;
}

.t-episode__item__txt-group {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.t-episode__item__subttl {
  text-align: center;
  color: #fff;
  font-size: 0.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.t-episode__subttl-no {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho",  serif;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1.85714rem;
}

.t-episode__item__ttl {
  text-align: center;
  font-size: 1.14286rem;
  color: #fff;
  margin-top: 0.5em;
}

.t-breadcrumb--episode-index {
  margin-bottom: -1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px) {
  .t-hero__emblem--episode-index {
    top: 18%;
  }
  .t-episode-index__ttl {
    padding-top: 3.5rem;
    width: 885px;
    margin-left: 0%;
  }
  .t-episode-index__ttl--ja {
    font-size: 2.25rem;
    margin: -1.25em 0 0 5%;
  }
  .t-episode-index__lead {
    font-size: 0.9375rem;
    position: absolute;
    top: 160px;
    left: 50%;
  }
  .t-episode-navi__item--index {
    width: 100%;
  }
  .t-episode-navi__item--index:not(:first-child) {
    margin-top: 4%;
  }
  .t-episode__item__subttl {
    font-size: 1rem;
  }
  .t-episode__subttl-no {
    font-size: 4.28571rem;
  }
  .t-episode__item__ttl {
    font-size: 3rem;
  }
}

/*
 * =====================================================================================================
 * # component定義済みスタイル修正
 * =====================================================================================================*
 */
 /* 職種紹介ページ下部、カラムがひとつのもの、ノーカラムのものへ対応するために追記2020.01.22 */
@media (min-width: 640px) {
	.t-person--single {
		width: calc(790 / 1080 * 100%);
		margin: 5rem auto;
	}
	.t-person--single .t-person__btn img {
		width: calc(160 / 790 * 100%);
	}
	.t-person--single .t-person__btn span {
		padding-left: calc(315 / 790 *100%);
	}
	.t-section--publicSafety {
		margin-top: 0;
	}
}
