body {
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  /* letter-spacing: .1rem; */
  line-height: 1.5;
}
a {
  color: #00b7ff;
}

.news-wrap a{
  color: #000000;
}
.news-wrap a:hover{
  color: #00b7ff;
}

.logo-sns {
  margin-top: 8px;
  margin-right: 10px;
  width: 35px;
}

/* header, footer {
  background: rgb(208, 209, 211);
  height: 100px;
  text-align: center;
} */

header {
  height: 240px;
  position: relative;
}

header > h1 {
  display: inline-block;
  position: absolute;
  right: 25px;
  bottom: 40px;
  color: #fff;
  font-size: 24px;
}

header > h2 {
  display: inline-block;
  position: absolute;
  right: 5px;
  bottom: 15px;
  font-size: 10px;
  color: #fff;
}
.dropdown-item{
  border-left: 5px solid #0a58ca;
  padding: 0 6px;
  margin-left: 15px;
  font-size: 14px;
}
@media (min-width: 992px){
  header > h1 {
    font-size: 61px;
    bottom: 80px;
    right: 85px;
  }
  header > h2 {
    font-size: 24px;
    bottom: 35px;
    right: 85px;
  }
}


/* header */
.menu-color{
  color: #000000;
}
.header-img{
  height: 563px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.navbar{
  margin: 18px;
  margin-top: 13px!important;
  border-radius: 15px;
  max-width: 1244px;
}
#menu {
  position: fixed;
  background: #fff;
  right: 30px;
  z-index: 100;
  top: 13px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  border: 1px solid #707070;
}
.dropdown-menu{
  border:none
}
.fixed-top{
  right: auto;
  left: 18px;
}
.navbar-nav{
  width: 780px;
}
.sublink{
  display: none;
}
/* ページ内リンク */
.anchor{
  display: block;
  padding-top: 110px;
  margin-top: -110px;
}
.anchor-business{
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}

@media (min-width: 768px){
  .navbar-expand-md .navbar-nav{
      flex-direction: column;
  }
}

@media (min-width: 992px) {
  #navbarSupportedContent{
      display: block!important;
  }
  .navbar-expand-md .navbar-nav{
      flex-direction: row;
  }
  .dropdown-menu.show{
    display: flex;
  }
  .dropdown-toggle:hover + .dropdown-menu, .dropdown-menu:hover{
    display: flex;
  }
  #dropdown-About{
        left: -213px;
  }
  #dropdown-Company {
      left: -150px;
  }
  #dropdown-Business {
      left: -478px;
  }
  #dropdown-Recruit {
      left: -378px;
  }
  .hedder-photo{
    width: 100px;
    height: 65px;
    margin-left: 20px;
    margin-top: 5px;
  }
  .fixed-top{
    right: 0;
  }
  .sublink{
    width: 780px;
    margin-top: -10px;
    background-color: #eee;
  }
  .link-hover{
    background-color: #eee;
  }
  .logo {
    width: 150px;
  }
  .navbar-nav a:hover{
    color: #2980e8;
  }
}

@media (min-width: 1200px){
  /* todo: 不要か必要か確認 */
  /* .dropdown-item{
    margin-top: 20px;
  } */
  #dropdown-About{
      left: 0px;
  }
  #dropdown-Company {
      left: -193px;
  }
  #dropdown-Business {
      left: -338px;
  }
  #dropdown-Recruit {
      left: -482px;
  }
  .hedder-photo{
    width: 100px;
    height: 65px;
    margin-left: 20px;
    margin-top: 5px;
  }
  .navbar-nav{
    width: 860px;
  }
  .sublink{
    width: 860px;
  }
  .dropdown-item{
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .header-img{
    background-image: url(/img/common/iStock-1016779444.jpg);
    height: 203px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #navbarSupportedContent {
    position: fixed;
    background: #fff;
    width: 100%;
    right: 0;
    left: 0;
    height: 100vh;
    top: 0;
  }
  .navbar-nav{
    margin-top: 100px;
  }
  #menu-checkbox:checked + label span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  #menu-checkbox:checked + label span:nth-of-type(2) {
    opacity: 0;
  }
  #menu-checkbox:checked + label span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  #menu-checkbox:checked + label + #menu {
    display: block !important;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0 !important;
    padding-top: 70px;
    width: 100%;
    background: rgba(100,100,100,.95);
  }
  #menu-checkbox:checked + label + #menu a {
    color: white;
    display: block;
    font-size: 1.2rem;
    line-height: 2.5rem;
    letter-spacing: .3rem;
    border-top: 1px solid #ccc;
  }
  #menu-checkbox:checked + label + #menu li:last-child a {
    border-bottom: 1px solid #ccc;
  }
  .menu-mobile,
    .menu-mobile span {
      display: inline-block;
      transition: all .4s;
    }
  .menu-mobile {
    position: relative;
    width: 65px;
    height: 60px;
    padding: 18px 20px;
    background-color: #0e3b7a;
    z-index: 100;
  }
  .menu-mobile:hover {
    cursor: pointer;
    opacity: .8;
  }
  .menu-mobile > div{
    position: relative;
    height: 20px;
  }
  .menu-mobile span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #707070;
    border-radius: 2px;
  }
  .menu-mobile span:nth-of-type(1) {
    top: 0;
  }
  .menu-mobile span:nth-of-type(2) {
    top: 9px;
  }
  .menu-mobile span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-mobile span:nth-of-type(4) {
    background: none;
    top: 20px;
    left: -3px;
    font-size: 14px;
  }
  .nav-item{
    border-bottom: inset 1px #000000;
    margin-top: 5px;
    margin-left: 60px;
    padding-bottom: 5px;
  }
  .dropdown-item{
    font-size: 20px;
  }
  .dropdown-toggle::after {
    border-top: .7em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
    position: absolute;
    right: 57px;
    top: 20px;
    transition: all .3s;
  }
  .dropdown-toggle.show::after {
    transform: rotate(180deg);
  }
  .hedder-photo{
    display: none;
  }
}


/* footer */
#footer-wrap{
  max-width: 1284px;
  letter-spacing: 1.5px;
}
#footer-wrap .list-group-item{
  border: none;
}
#footer-wrap a{
  color: black;
  text-decoration: none;
}
#footer-wrap .nav-link{
  color: #0097A7;
  font-weight: bold;
  font-size: 30px;
}
.logo {
  width: 113px;
}
.nav-link{
  font-size: 16px;
  color: black;
}
#pmark{
  width: 82px;
}
.certified-logo {
  height: 82px;
}
.a{
  color: #2980e8;
  text-decoration: none;
  background-color: transparent;
}
.border-bottom{
  border-color: #000000;
}
.wide-space{
  letter-spacing: 1rem;
}

@media (min-width: 1200px) {
  .logo {
    width: 200px;
  }
  .nav-link{
    font-size: 22px;
  }
}

@media (max-width: 991.98px) {
  .nav-link{
    font-size: 28px;
    padding: .5rem 0rem;
  }
  #footer-wrap .nav-link {
    color: #000000;
    font-weight: normal;
    font-size: 30px;
  }
  .list-group-item{
    padding: .2rem 0rem;
  }
  footer .col-lg{
    padding-left: 120px;
    padding-bottom: 20px;
    border-bottom: inset 1px #000000;
  }
.border-top {
  border-top: 1px solid #000000!important;
  }
}
@media (max-width: 767.98px){
  footer .col-lg{
    padding-left: 30px;
  }
}