@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 54px;
  color: #343a40;
  line-height: 1.8;
}

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #343a40;
}

h1 {
  font-size: 6rem;
  line-height: 5.5rem;
}

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.35rem;
}

.list-social-icons a {
  color: #495057;
}
.list-social-icons a:hover {
  color: #014099;
}
.list-social-icons a .fa-lg {
  font-size: 1.75rem;
}

.list-icons {
  font-size: 3rem;
}
.list-icons .list-inline-item i:hover {
  color: #014099;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 17rem;
    height: 100vh;
  }
  #sideNav .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
  }
  #sideNav .navbar-brand .img-profile {
    max-width: 10rem;
    max-height: 10rem;
    border: 0.5rem solid rgba(255, 255, 255, 0.2);
  }
  #sideNav .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
  }
}
section.resume-section {
  border-bottom: 1px solid #dee2e6;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
section.resume-section .resume-item .resume-date {
  min-width: none;
}

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh;
  }
  section.resume-section .resume-item .resume-date {
    min-width: 18rem;
  }
}
@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.bg-primary {
  background-color: #014099 !important;
}

.text-primary {
  color: #014099 !important;
}

a {
  color: #014099;
}
a:hover, a:focus, a:active {
  color: #01204d;
}

/*GENERAL STYLE*/
a img:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button img:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  width: 150px;
  height: 150px;
  font-family: "object-fit: cover;";
  /* この一行を追記 */
}

/*==================================================
Navigation
====================================================*/
#sideNav .navbar-collapse {
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#sideNav .navbar-collapse .navbar-nav {
  border-top: solid 1px #fff;
}
#sideNav .navbar-collapse .navbar-nav .nav-item {
  border-bottom: solid 1px #fff;
}
#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 1rem 20px;
  background-color: #014bb3;
  color: #fff;
}
#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link span {
  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;
  padding-left: 12px;
  border-left: solid 5px #fff;
}
#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  background-color: #f5f3ef;
  color: #014099;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link:hover span {
  border-color: #014099;
}
#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  background-color: #013480;
}
#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link.active:hover {
  color: #fff;
}
#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link.active:hover span {
  border-color: #fff;
}
@media (min-width: 992px) {
  #sideNav {
    padding: 0;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #sideNav::-webkit-scrollbar {
    display: none;
  }
  #sideNav .navbar-brand {
    margin-top: 0;
    padding: 1.5rem 1rem;
  }
  #sideNav .navbar-collapse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: initial;
  }
}

/*==================================================
Banner Area
====================================================*/
#sideNav .navbar-collapse #bnr-block {
  border-top: none;
  padding: 0 1rem;
}
#sideNav .navbar-collapse #bnr-block li {
  margin-bottom: 0.5rem;
}

/*==================================================
BUTTON (Generic)
====================================================*/
.btn-general {
  background-color: transparent;
  text-align: center;
  border-width: 1px;
  border-radius: 0px;
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.btn-primary {
  color: #fff;
  background-color: #008CCF;
  border-color: #008CCF;
}

.btn-green {
  border-color: #28a745;
  color: #28a745;
}

.btn-green:hover,
.btn-green:focus {
  background-color: #28a745;
  color: #fff;
  cursor: pointer;
}

/* セクション共通
----------------------------------------------- */
.sec-ttl {
  margin-bottom: 2.25rem;
  text-align: center;
}
.sec-ttl h2 {
  position: relative;
  display: inline-block;
  padding: 1.25rem;
}
.sec-ttl span {
  position: absolute;
  width: 20px;
  height: 20px;
}
.sec-ttl .ltb {
  top: 0;
  left: 0;
  border-left: solid 2px #014099;
  border-top: solid 2px #014099;
}
.sec-ttl .lbb {
  bottom: 0;
  left: 0;
  border-bottom: solid 2px #014099;
  border-left: solid 2px #014099;
}
.sec-ttl .rtb {
  top: 0;
  right: 0;
  border-top: solid 2px #014099;
  border-right: solid 2px #014099;
}
.sec-ttl .rbb {
  bottom: 0;
  right: 0;
  border-bottom: solid 2px #014099;
  border-right: solid 2px #014099;
}

/*==================================================
ファーストビュー
====================================================*/
#hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 64, 153, 0.7)), to(rgba(1, 64, 153, 0.5))), url(../../imgdir/bg_hero-visual.jpg);
  background-image: linear-gradient(to bottom, rgba(1, 64, 153, 0.7), rgba(1, 64, 153, 0.5)), url(../../imgdir/bg_hero-visual.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  min-height: calc(100vh - 49px);
}
#hero .my-auto {
  width: 100%;
}
#hero .my-auto h1 {
  margin-bottom: 2rem;
  text-align: center;
}
#hero .my-auto .subheadding {
  text-align: center;
}
@media (min-width: 992px) {
  #hero .my-auto .subheadding {
    padding: 0 3rem;
  }
  #hero .my-auto .subheadding img {
    width: 90%;
  }
}

/*==================================================
お知らせ
====================================================*/
#information {
  padding: 1rem 0 1rem;
  background-color: #D9E9FF;
}
#information .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 3rem;
  padding-right: 3rem;
}
#information .container h2 {
  width: 5em;
  font-size: 1.25rem;
  text-align: right;
}
#information .container ul {
  width: calc(100% - 5em);
  margin: 0 0 0 1.5rem;
  padding: 0;
}
#information .container ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
}
#information .container ul li .date {
  display: inline-block;
  margin-right: 1rem;
}
#information .container ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  #information .container {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #information .container h2 {
    width: initial;
    text-align: initial;
  }
  #information .container ul {
    width: 100%;
    margin-left: 0;
  }
  #information .container ul li {
    display: initial;
  }
  #information .container ul li .date {
    display: block;
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  #information .container ul {
    max-height: 200px;
    overflow-y: auto;
  }
}

/*==================================================
福利厚生制度について
====================================================*/
@media (max-width: 992px) {
  .about-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.type-list .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 48px) / 3);
  background: #fff;
  border: solid 2px #014099;
  list-style: none;
}
@media (max-width: 992px) {
  .type-list {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .type-list .type {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.type-lead {
  padding: 0.5rem 1rem;
  background-color: #D9E9FF;
  text-align: center;
  color: #000;
}

.type-title {
  padding: 1rem;
  background-color: #014099;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
}

.type-text-wrapp {
  padding: 1rem;
}
.type-text-wrapp .type-text {
  margin: 0;
}

.sponsor-logo {
  margin-top: auto;
  padding: 0.5rem 1.5rem 1rem;
}

ul.type-text {
  padding-left: 1rem;
}
ul.type-text li {
  list-style: none;
}

/*==================================================
メッセージ
====================================================*/
#message {
  background: #f5f5f5;
}

.message-list {
  margin: 0;
  padding: 0;
}
.message-list li {
  margin-bottom: 3rem;
  list-style: none;
  text-align: center;
}
.message-list li button img {
  width: 100%;
}

.img-btn {
  background-color: transparent;
  border: none;
}
.img-btn:active, .img-btn:focus {
  outline: none;
}

.messenger {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 1.15rem;
}
.messenger .dir {
  display: block;
  font-size: 0.875rem;
}

/*==================================================
福利厚生制度の社会貢献
====================================================*/
.social-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.social-content-area .social-content {
  width: calc((100% - 40px) / 2);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .social-content-area .social-content {
    display: block;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .social-content-area {
    display: block;
  }
}

.social-content img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*==================================================
50年の歩み
====================================================*/
#history {
  background-color: #f5f5f5;
}
#history .wrapping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#history .wrapping .col1 {
  width: calc(59% - 20px);
}
#history .wrapping .col2 {
  width: calc(41% - 20px);
}
#history .wrapping img {
  width: 100%;
}
@media (max-width: 992px) {
  #history .wrapping {
    display: block;
  }
  #history .wrapping .col1,
#history .wrapping .col2 {
    width: 100%;
  }
}

/*==================================================
協力企業
====================================================*/
#sponsorship {
  background-color: #f5f5f5;
}
#sponsorship .sponsor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sponsorship .sponsor-link li {
  margin-bottom: 1.5rem;
  list-style: none;
}
@media (max-width: 992px) {
  #sponsorship .sponsor-link {
    display: block;
    text-align: center;
  }
  #sponsorship .sponsor-link li {
    margin-bottom: 3rem;
  }
}

/*==================================================
フッター
====================================================*/
#footer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% - 17rem);
  height: 50px;
  padding: 0.5rem;
  text-align: center;
  background-color: #014099;
  color: #fff;
  font-weight: 300;
  z-index: 100;
}
#footer small {
  line-height: 1;
}
@media (max-width: 992px) {
  #footer {
    width: 100%;
  }
}

/*====================================================
PORTFOLIO
======================================================*/
#portfolio {
  padding: 100px 0;
}

.port-head-cont {
  margin: 20px auto 40px auto;
  text-align: center;
}

.port-head-cont button {
  margin: 5px 2px;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .caption-port {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(54, 160, 245, 0.73);
}

#portfolio .portfolio-item .portfolio-link .caption-port:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption-port .caption-port-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .caption-port .caption-port-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption-port .caption-port-content h3,
#portfolio .portfolio-item .portfolio-link .caption-port .caption-port-content h4 {
  margin: 0;
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.portfolio-modal .modal-dialog {
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.portfolio-modal .title-bar {
  padding: 0 0 50px 0;
}

.portfolio-modal .title-bar h1 {
  visibility: initial;
  -webkit-animation-name: initial;
          animation-name: initial;
}

.portfolio-modal .modal-dialog .modal-content {
  padding: 10px 0 100px 0;
  border: 0;
  border-radius: 0;
}

.portfolio-modal .modal-dialog .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-dialog .modal-content .item-details {
  margin: 30px 0;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #2C3E50;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #2C3E50;
}

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0;
}

@media (max-width: 850px) {
  .portfolio-modal .close-modal {
    display: none;
  }
}