/* header */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 40px;
  z-index: 999;
}

.header_wrapper {
  position: relative;
}

.header_logo {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 50px;
  width: 346px;
}
.header_logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.header_right {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding-right: 120px;
}

.header_recruit a {
  display: inline-block;
  padding: 0.5em 55px 0.5em 1em;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
  text-decoration: none;
  position: relative;
}

.header_recruit a::before, .header_recruit a::after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 10px;
  top: 50%;
}

.header_recruit a::after {
  transform: rotate(90deg);
}

/* footer */
footer {
  background: url(../img/pattern04.png);
  padding-top: 80px;
  padding-bottom: 60px;
  color: #fff;
}

.footer_wrapper {
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.footer_flex_container {
  display: flex;
  justify-content: space-between;
}

.ft_logo_wrapper {
  width: 220px;
}
.ft_logo_wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.ft_menu_wrapper ul {
  display: flex;
}
.ft_menu_wrapper ul li {
  padding-right: 2em;
  font-size: 12px;
}
.ft_menu_wrapper ul a {
  display: inline-block;
  font-size: 12px;
  padding: 0.2em 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.ft_contact_wrapper {
  width: 300px;
}
.ft_contact_wrapper a {
  display: block;
  background-color: #fff;
  color: #000;
  padding: 16px 10px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  position: relative;
}

.footer_info {
  display: flex;
  padding-top: 50px;
  font-size: 12px;
}

.google_map {
  padding-left: 20px;
}

.p-policy {
  padding-top: 80px;
  font-size: 10px;
}

.copyright_wrapper {
  font-size: 12px;
  display: flex;
  flex-direction: row-reverse;
}

.ham-menu_wrapper {
  position: fixed;
  z-index: 9999;
  right: 40px;
  top: 35px;
}

.l-menu-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.8);
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}

.l-menu-btn span {
  display: inline-block;
  position: absolute;
  left: 25%;
  top: 24px;
  width: 50%;
  height: 1px;
  background-color: #000;
  transition: 0.3s;
}

.l-menu-btn span::before {
  top: -7px;
}

.l-menu-btn span::before, .l-menu-btn span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.l-menu-btn span::after {
  top: 7px;
}

/* js-menu_btn */
/***********
menu
************/
.js-menu {
  display: none;
}

.ham-menu_block {
  padding: 50px 20px 50px 50px;
}
.ham-menu_block span {
  font-size: 18px;
}
.ham-menu_block .ham-address {
  font-size: 14px;
  padding-top: 40px;
  font-style: normal;
  line-height: 2;
}

.l-menu-list li {
  padding-bottom: 10px;
}

.l-menu-list a {
  display: inline-block;
  font-size: 152%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #fff;
  padding: 0.2em 0;
  text-decoration: none;
  letter-spacing: 0.08em;
  position: relative;
}

.l-menu-list a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right center;
  opacity: 0.5;
}

body.is-pc .l-menu-list a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.l-menu-sns {
  padding-top: 15px;
}

.l-menu-sns a {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}

.l-menu-cv {
  padding-top: 50px;
  width: 200px;
}

.l-menu-cv-btn {
  display: block;
  background-color: #fff;
  color: #000;
  padding: 1em 1em;
  text-decoration: none;
  text-align: center;
  font-size: 108%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  position: relative;
}

.l-menu-cv-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

body.is-pc .l-menu-cv-btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.l-menu-address {
  padding-top: 40px;
  font-size: 108%;
  font-style: normal;
  line-height: 2;
}

.l-menu-map a {
  display: inline-block;
  font-size: 93%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #ddd;
  opacity: 0.8;
  position: relative;
}

.l-menu-logo {
  width: 220px;
  padding-top: 100px;
}

.l-menu-list li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  position: absolute;
  left: -15px;
  top: 50%;
  background: #fff;
  opacity: 0;
  border-radius: 50%;
}

.l-menu-list li a span {
  display: inline-block;
  position: relative;
}

.l-menu {
  position: fixed;
  width: 480px;
  height: auto;
  max-height: 100vh;
  z-index: 9998;
  right: 0;
  top: 0;
  transform-origin: right top;
  transform: scale(0.98);
  transition: all 0.3s ease;
  background-color: rgba(13, 22, 39, 0.95);
  color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.is-menu-open .l-menu-close {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  z-index: 9990;
}

.l-menu-close {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: -1;
}

.l-menu-list a {
  display: inline-block;
  font-size: 152%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #fff;
  padding: 0.2em 0;
  text-decoration: none;
  letter-spacing: 0.08em;
  position: relative;
}

.l-menu-btn.is-active {
  border-color: #fff;
}

.l-menu-btn.is-active span::before {
  transform: translateY(7px) rotate(-40deg);
  background-color: #fff;
}

.l-menu-btn.is-active span::after {
  transform: translateY(-7px) rotate(40deg);
  background-color: #fff;
}/*# sourceMappingURL=header_footer.css.map */