@charset "UTF-8";
body {
  margin: 0 0;
  width: 100%;
  color: #1a1004;
  position: relative;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 300;
  line-height: 2.2;
  font-size: 18px;
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .wrapper {
    width: 100%;
    padding: 0px 4% 0;
  }
}
@media screen and (max-width: 750px) {
  .wrapper {
    width: 100%;
    padding: 0px 17.5px 0;
  }
}

.table-wrapper {
  overflow-x: scroll;
  scrollbar-width: none;
}

.table-wrapper table {
  min-width: max-content;
}

.ib{
  display: inline-block;
}
/* ページトップに戻る---------------- */
#skip {
  position: absolute;
  left: -9999em;
}

/* ヘッダー---------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #ffffff;
  color: #231815;
  padding: 0;
  width: 100%;
}

header .wrapper{
	max-width: 100%;
	padding: 0 20px;
}
header a {
  color: #231815;
  text-decoration: none;
}

#header-content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin:16px auto 35px;
}

#header-logo{
}
#header-logo img {
  height: 62px;
  width: auto;
  object-fit: contain;
}
#header-logo a{
  transition: 0.3s ease opacity;
}
#header-logo a:hover{
  opacity: 0.5;
}

#header-nav {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-bottom: 8px;
  gap: 0 58px;
}
#header-nav a{
  color:#1a1004;
}

#header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0 36px;
  display: flex;
  position: relative;
  text-align: center;
}

#header-nav ul > li {
}
#header-nav ul > li > span, 
#header-nav ul > li > a {
  font-size: 1.05em;
  line-height: 1.22;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding:9px 3px 6px;
  border-bottom: 3px solid #fff;
  position: relative;
  transition: 0.7s ease opacity;
}
#header-nav ul > li > span:hover, 
#header-nav ul > li > a:hover {
  border-bottom: 3px solid #333;
}
#header-contact{
  
}
#header-contact a{
  color: #fff;
  background: #f08200;
  border-radius: 50px;
  padding: 4px 16px;

  white-space: nowrap;
}


@media only screen and (max-width: 1080px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 0;
    z-index: 9999;
  }
  header .wrapper{
	  max-width: 100%;
	  padding: 0;
  }
  #header-content {
    display: block;
    margin:5px auto 10px;
  }
  #header-logo{
    padding: 0 0 0 75px;
  }
  #header-logo img {
    height: 50px;
    width: auto;
  }
  #header-nav {
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: #fff;
  }
  #header-nav{ -ms-overflow-style: none; scrollbar-width: none;}
  #header-nav #header-nav-logo{
    display: block;
    background: #fff;
    height: 65px;
    position: relative;
  }
  #header-nav ul {
    flex-direction: column;
    background: #ffffff;
    text-align: left;
    gap: 0;
    width: 100%;
  }
  #header-nav ul > li {
    height: auto;
    flex-direction: column;
    gap: 0;
    padding-bottom: 0;
    text-align: center;
  }
  #header-nav ul > li {
    border-bottom: 2px solid #fff; 
  }
  #header-nav ul > li br {
    display: none;
  }
  #header-nav ul > li > a,
  #header-nav ul > li > span {
    width: 100%;
    display: block;
    padding: 15px 15px;
    transition: 0.3s ease opacity;
    position: relative;
    background: #ffffff;
  }
  #header-contact{
    position: relative;
    margin: 30px auto 0;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  #header-nav ul.sub-nav.interview > li{
  	width: 100%;
  }
}
/* フッター---------------- */
footer {
  background: #dbdcdc;
}
footer .wrapper{
  padding-top: 50px;
  padding-bottom: 55px;
}

footer a {
  color: #1a1004;
  text-decoration: none;
}

#footer-content{
  display: flex;
  justify-content: space-between;
}
#footer-nav {
}

#footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-nav ul li {
  position: relative;
  font-size: 1em;
  line-height: 2.24;
  padding: 0 20px;
}

#footer-nav ul li a {
  transition: 0.3s ease opacity;
}
#footer-nav ul li a:hover {
  opacity: 0.5;
}

#footer-info {
  align-items: center;
}
#footer-logo {
  line-height: 1.75;
}
#footer-address {
  line-height: 1.33;
}
#footer-tel {
  line-height: 1.33;
}
#footer-mail {
  line-height: 1.33;
}

#footer-works {
  line-height: 1.75;
  padding: 0 20px;
}
#footer-works p{

}

#footer-works ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-works ul li {
  position: relative;
  font-size: 1em;
  line-height: 1.75;
}
#footer-works ul li:before {
  content:"> ";
}

@media only screen and (max-width: 750px) {
  
footer .wrapper{
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer-content{
  display: flex;
  flex-direction: column;
}
#footer-nav {
  margin-bottom: 30px;
}

#footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-nav ul li {
  position: relative;
  font-size: 1em;
  line-height: 2.24;
  padding: 0;
}

#footer-info {
  margin-bottom: 50px;
}


#footer-works {
  line-height: 1.75;
  padding: 0 0;
}

}



/* スマホボタン---------------- */
#header-button {
  display: none;
}

@media only screen and (max-width: 1080px) {
  #header-button {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 9999;
    width: 65px;
    height: 65px;
    background: #fff;
    color: #1a1004;
    border-radius: 0;
  }
  .hnbgmenu {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .menu-line,
  .menu-inner::after,
  .menu-inner::before {
    position: absolute;
    display: block;
    width: 62%;
    left: 19%;
    height: 2px;
    transition: .15s ease-out;
    background-color: #1a1004;
  }
  .menu-inner::after,
  .menu-inner::before {
    content: "";
  }
  .menu-line {
    top: calc(50% - 1px);
  }
  .menu-inner::before {
    top: calc(30% - 1px);
  }
  .menu-inner::after {
    top: calc(70% - 1px);
  }
  .hnbgmenu.active .menu-line{
    display: none;
  }
  .hnbgmenu.active .menu-inner::before {
    transform: translateY(12.5px) translateX(0px) rotate(-135deg);
  }
  .hnbgmenu.active .menu-inner::after {
    transform: translateY(-12.5px) translateX(0px) rotate(135deg);
  }
}
