@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Noto+Sans+JP:400,500,700,900&subset=japanese');

html body {
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
}
.lato {
  font-family: 'Lato', sans-serif;
}
.noto {
  font-family: 'Noto Sans JP', sans-serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
html{
  overflow-x: hidden; 
}
img{
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
a {
  color: #01987d;
}
a:hover{
  opacity: 0.7;
  text-decoration: none;
  color: #01987d;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-black {
  font-weight: 900;
}
.meiryo {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',                  /* Windowsの欧文 */
               'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
               Meiryo,                      /* Windowsのメイリオ */
               sans-serif;
}
img.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

/*ヘッダー*/
.nav-link {
  color: #FFFFFF;
}
.nav-link:hover {
  color: #FFFFFF;
}
header .navbar .align-adjust {
  align-items: flex-start;
}
header {
  z-index: 500;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #FFFFFF;
  background: #5777bf;
}
.navbar-brand {
    margin-right: 5px;
    font-size: 16px;
}
.navbar-nav li.nav-item a {
	font-size: 13px;
	font-weight: 700;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 5px;
    padding-right: 5px;
}
/* メインコンテンツ */
h1{
  font-size: 25px;
  color: #333333;
}
h2 {
  text-align: center;
  font-size: 20px;
  color: #5777bf;
  border-top: double #5777bf;
  border-bottom: double #5777bf;
  padding: 10px;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #5777bf;
  border-color: #5777bf;
}

/* Workplace */
.sec-slide {
  font-feature-settings: "palt";
}
.sec-slide h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}
.sec-slide p, .sec-slide td {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.03em;
}
.sec-slide table {
  max-width: 538px;
  width: 100%;
}
.sec-slide th {
  width: 85px;
}
.sec-slide h2 span.position-relative::before {
  content: '';
  position: absolute;
  top: -47px;
  left: -529px;
  background: url(./images/office.png) no-repeat center center/contain;
  width: 443px;
  height: 141px;
  z-index: -1;
}
/* フッター */
.pagetop-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  z-index: 1000;
}
.pagetop-wrap a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #3f64a5;
  border-radius: 50%;
  position: relative;
}
.pagetop-wrap a::before {
  content: '';
  width: 14px;
  height: 14px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: -14px;
  right: -10px;
  bottom: 0;
  left: -11px;
  margin: auto;
  transform: rotate(-45deg);
}
.pagetop-wrap a::after {
  content: 'TOP';
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 20px;
}
footer {
  background-color: #535353;
  font-size: 12px;
  font-weight: 700;
}

@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {

}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}
@media all and (min-width: 576px) {
  
}
/*デスクトップまで*/
@media all and (max-width: 1199px) {
}


@media all and (max-width: 991px) {
  
	nav .show {
		background-color: rgba(255,255,255,0.7);
	}
	nav .show::after {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 61px;
		background-color: rgba(255,255,255,0.7);
		z-index: -1;
	}
  ul.navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
  }
  .navbar-toggler,
  .navbar-toggler span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .navbar-toggler {
    position: relative;
    width: 42px;
    height: 35px;
    border:none;
    margin-right: 3px;
  }
  .navbar {
    padding: 0;
  }
  .navbar .container {
    max-width: 100%;
    width: 100%;
  }
  .navbar-toggler {
      padding: .75rem .75rem;
  }  
  .navbar-nav li.nav-item {
    border-right: none;
    border-top: 1px solid #40D3B9;
    margin: 0;
    width: 100%;
  }
  
  .navbar-nav li.nav-item:last-child {
    /*border-bottom: 1px solid #40D3B9;*/
    border-top: none;
  }
  .navbar-nav li.nav-item a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
  }
  .navbar-nav li.nav-item a span {
    top: 3px;
  }
  .navbar-nav li.nav-item a:hover {
    background-color: rgba(255,255,255,0.2);
  }
  .navbar-nav li.nav-contact a:hover {
    background: #d32a37;
  }
  
  .navbar-toggler:active,
  .navbar-toggler:focus{
    outline:none;
    }
    
  .navbar-toggler span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #FFFFFF;
    border-radius: 4px;
  }

  .navbar-toggler.collapsed span:nth-of-type(1) {
    top: 0;
  }
  .navbar-toggler.collapsed span:nth-of-type(2) {
    top: 16px;
    opacity: 1;
  }
  .navbar-toggler.collapsed span:nth-of-type(3) {
    bottom: 0;
  }

  .navbar-toggler:not(.collapsed) span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-315deg);
    transform: translateY(16px) rotate(-315deg);
    top: 0;
    background-color: #FFFFFF;
  }
  .navbar-toggler:not(.collapsed) span:nth-of-type(2) {
    opacity: 0;
    background-color: #FFFFFF;
  }
  .navbar-toggler:not(.collapsed) span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(315deg);
    transform: translateY(-16px) rotate(315deg);
    bottom: 0;
    background-color: #FFFFFF;
  }
  .navbar-nav li.button-md-wrap {
    display: flex;
    padding: 0;
    border-bottom: 1px solid #FFFFFF;
  }
  .navbar-nav li.nav-item a.md-tel {
    border-right: 1px solid #FFFFFF;
    padding-left: 16px;
  }
  .navbar-nav li.button-md-wrap a {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
  }
}

/*中デバイスまで*/
@media all and (max-width: 767px) {
  .scroll-linkbt {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 60px;
    margin: auto;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    z-index: 100;
  }
  .scroll-linkbt:hover {
    color: #FFFFFF;
  }
  .scroll-linkbt span {
    position: relative;
  }
  .scroll-linkbt span::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -40px;
    margin: auto;
    width: 35px;
    height: 35px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 767px)  {

}
/*小デバイス(横向きモバイル)まで*/
@media all and (max-width: 575px) {
}
@media all and (-ms-high-contrast: none) and (max-width: 575px)  {

}
@media all and (max-width: 536px) {
}
@media all and (max-width: 507px) {
  .sec-slide h2 span.position-relative::before {
    top: -17px;
    left: -200px;
    width: 172px;
    height: 55px;
  }
}
@media all and (max-width: 480px) {
}
@media all and (max-width: 450px) {

}
@media all and (max-width: 400px) {
}

@media all and (max-width: 380px) {
  .navbar-brand {
    font-size: 14px;
  }
  h1 {
    font-size: 16px;
  }
  h2{
    font-size: 18px;
  }
}
@media all and (max-width: 360px) {

}

/*iPhone5:SE*/
@media all and (max-width: 320px) {
  h1 {
    font-size: 14px;
  }
}