@charset "UTF-8";



/*文字*/
/*! jpn.css for Bootsrap4 | MIT License | Copyright 2017 @kokushing */
@font-face {
  font-family: YuGothicMedium;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html[lang=ja] {
  line-height: 1.15;
}

[lang=ja] body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicMedium, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.5;
}

@media all and (-ms-high-contrast: none) {
  [lang=ja] body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast: active) {
  [lang=ja] body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

[lang=ja] h1, [lang=ja] h2, [lang=ja] h3, [lang=ja] h4, [lang=ja] h5, [lang=ja] h6, [lang=ja]
.h1, [lang=ja] .h2, [lang=ja] .h3, [lang=ja] .h4, [lang=ja] .h5, [lang=ja] .h6 {
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.4;
}

[lang=ja] h1, [lang=ja] .h1 {
  font-size: 2.375rem;
}

[lang=ja] h2, [lang=ja] .h2 {
  font-size: 1.875rem;
}

[lang=ja] h3, [lang=ja] .h3 {
  font-size: 1.625rem;
}

[lang=ja] h4, [lang=ja] .h4 {
  font-size: 1.375rem;
}

[lang=ja] h5, [lang=ja] .h5 {
  font-size: 1.125rem;
}

[lang=ja] h6, [lang=ja] .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.125rem;
}

[lang=ja] .display-1 {
  font-size: 5.75rem;
  font-weight: 500;
  line-height: 1.2;
}

[lang=ja] .display-2 {
  font-size: 5.25rem;
  font-weight: 500;
  line-height: 1.2;
}

[lang=ja] .display-3 {
  font-size: 4.25rem;
  font-weight: 500;
  line-height: 1.2;
}

[lang=ja] .display-4 {
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.blockquote {
  font-size: 1.25rem;
}

[lang=ja] .btn-lg {
  font-size: 1.125rem;
}

/*個別調整*/
li {
  line-height: 1.7;
}


/*--------------------------
ナビゲーション
----------------------------*/
/*リンク*/
a {
  color: #0066cc;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0044b3;
  text-decoration: underline;
}

/*ナビゲーション*/
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}


/*ナビゲーションバー:テーマ*/
.navbar-rechp {
  max-width: 800px;
/*  min-height: 3.125rem;*/
  margin: 0 auto;
  background-color: #00479d;
}

.navbar-rechp .navbar-brand {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-rechp .navbar-brand:hover, .navbar-rechp .navbar-brand:focus {
  color: rgba(255, 255, 255, 1.0);
}

.navbar-rechp .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1.0);
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
}

.navbar-rechp .navbar-nav .nav-link:hover, .navbar-rechp .navbar-nav .nav-link:focus {
  color: rgba(255, 204, 0, 1.0);
}

.navbar-rechp .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 1.0);
}

.navbar-rechp .navbar-nav .show > .nav-link,
.navbar-rechp .navbar-nav .active > .nav-link,
.navbar-rechp .navbar-nav .nav-link.show,
.navbar-rechp .navbar-nav .nav-link.active {
  color: rgba(255, 204, 0, 1.0);
}

.navbar-rechp .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  _border-color: rgba(255, 255, 255, 0.5);
  background: rgba(0,255,255,0.5);
  padding:  0.1rem 0.3rem;
}

.navbar-rechp .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-rechp .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-rechp .navbar-text a {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-rechp .navbar-text a:hover, .navbar-rechp .navbar-text a:focus {
  color: rgba(255, 255, 255, 0.9);
}

/*アコーディオン*/
.card-header-interview {
  border-bottom: none;
}


/*パンくず*/
#breadcrumbs > ol > li:nth-last-of-type(2) {
  margin-bottom: -0.5rem;
}

