/*
Theme Name: 三共鋼業株式会社採用LP
Author: hypex
*/
html {
  background: #fff;
  font-size: 10px;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-size: 1.6rem;
}

.wrapper {
  width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .wrapper {
    width: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-top: 7rem;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 6.2rem;
  }
}

* {
  letter-spacing: 0.08em;
}

.wrapper {
  padding: 0 10rem;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 2.4rem;
  }
}

a {
  color: inherit;
}

ul {
  list-style: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.entry-btn a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16.7rem;
  height: 4.5rem;
  border-radius: 10rem;
  text-decoration: none;
}

.entry-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0175af 0%, #40a1d2 100%);
  border-radius: 10rem;
  transition: opacity 0.3s ease;
}

.entry-btn a .text {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  font-style: italic;
  margin-right: 0.8rem;
  letter-spacing: 0.1em;
  transform: scaleX(0.9);
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.entry-btn a::after {
  content: "";
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5019607843) 50%, #ffffff);
}

.entry-btn a:hover::before {
  opacity: 0;
}

.entry-btn a:hover .text {
  background: linear-gradient(90deg, #0c7db5 50%, #2991c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.entry-btn a:hover::after {
  background: radial-gradient(62.68% 62.68% at 50% 50%, rgba(41, 145, 197, 0.1) 0%, rgba(41, 145, 197, 0.5) 50%, #2991c5 100%);
}

.breadcrumbs {
  background-color: #f7f8fa;
}

.breadcrumbs .wrapper {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  max-width: 144rem;
  width: 100%;
  margin: 0 auto;
  padding: 1.1rem 0 1.2rem 10.6rem;
}

@media screen and (max-width: 768px) {
  .breadcrumbs .wrapper {
    padding: 1rem 2.4rem;
  }
}

.breadcrumbs .wrapper a {
  font-size: 1.4rem;
  color: #3f3f3f;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumbs .wrapper>p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #3f3f3f;
}

.rounded-button-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
}

.rounded-button {
  background-color: #005986;
  color: #ffffff;
  border: none;
  border-radius: 2.8rem;
  height: 5.6rem;
  padding: 1.6rem 7.5rem 1.6rem 6.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  min-width: 30rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3ccircle cx='5' cy='5' r='5' fill='%23ffffff'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 5rem center;
  background-size: 0.8rem 0.8rem;
  color: #fff;
  text-decoration: none;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

.global-footer {
  position: relative;
  z-index: 10;
  background-color: #fff;
  overflow: hidden;
}

.global-footer .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 7.2rem;
  padding-bottom: 5.6rem;
}

@media screen and (max-width: 768px) {
  .global-footer .wrapper {
    padding-top: 5.6rem;
    padding-bottom: 4rem;
  }
}

.global-footer .wrapper .logo-and-links {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.global-footer .wrapper .logo-and-links .logo img {
  width: 15.6rem;
}

@media screen and (max-width: 768px) {
  .global-footer .wrapper .logo-and-links .logo img {
    width: 9.5rem;
  }
}

.global-footer .wrapper .logo-and-links a {
  font-size: 1.5rem;
  color: #7d7d7d;
  text-decoration: none;
}

.global-footer .wrapper .logo-and-links a img {
  position: relative;
  top: 0.2rem;
  margin-left: 0.8rem;
  width: 1.6rem;
}

.global-footer .wrapper .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .global-footer .wrapper .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .global-footer .wrapper .footer-top .footer-top-left a {
    display: none;
  }
}

.global-footer .wrapper .footer-top .footer-top-right {
  align-self: flex-start;
}

.global-footer .wrapper .footer-top .footer-top-right .list {
  width: 34.4rem;
}

.global-footer .wrapper .footer-top .footer-top-right .list ul {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 10.4rem;
  row-gap: 4rem;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .global-footer .wrapper .footer-top .footer-top-right .list ul {
    column-gap: 6.4rem;
    row-gap: 3.2rem;
  }
}

.global-footer .wrapper .footer-top .footer-top-right .list ul li a {
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
}

.global-footer .wrapper .footer-bottom {
  align-self: flex-end;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 4.8rem;
}

@media screen and (max-width: 768px) {
  .global-footer .wrapper .footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.global-footer .wrapper .footer-bottom .footer-bottom-left {
  font-size: 1.1rem;
  width: 30.3rem;
  margin-top: 7.6rem;
  font-weight: 400;
  color: #7d7d7d;
  line-height: 100%;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .global-footer .wrapper .footer-bottom .footer-bottom-left {
    margin-top: 2.4rem;
  }
}

.global-footer .wrapper .footer-bottom .logo-and-links {
  display: none;
}

@media screen and (max-width: 768px) {
  .global-footer .wrapper .footer-bottom .logo-and-links {
    display: flex;
  }
}

.global-footer .wrapper .footer-bottom .logo-and-links a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .global-footer .wrapper .footer-bottom .entry-btn {
    margin-bottom: 4.8rem;
  }
}

.global-footer .wrapper .footer-bottom .entry-btn a {
  width: 21rem;
  box-shadow: 0 0 1rem rgba(41, 145, 197, 0.4), 0 0 1rem rgba(41, 145, 197, 0.3019607843), 0 0 0.1rem rgba(41, 145, 197, 0.5019607843);
}

.global-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

/* .global-nav.scrolled {
  background-color: #fff;
} */

.global-nav .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 49.8rem;
  max-width: 144rem;
  max-height: 7rem;
  margin: 0 auto;
  padding: 1.5rem 3.2rem 1.5rem 10rem;
}

@media screen and (max-width: 768px) {
  .global-nav .wrapper {
    height: 6.2rem;
    padding: 0 2.4rem;
  }
}

.global-nav .wrapper .logo {
  display: block;
}

.global-nav .wrapper .logo img {
  display: block;
  width: 10rem;
}

@media screen and (max-width: 768px) {
  .global-nav .wrapper .logo img {
    width: 9.5rem;
  }
}

.global-nav .wrapper .header-right {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.global-nav .wrapper .header-right .list {
  font-size: 1.6rem;
  color: #005986;
}

@media screen and (max-width: 768px) {
  .global-nav .wrapper .header-right .list {
    display: none;
  }
}

.global-nav .wrapper .header-right .list ul {
  display: flex;
  align-items: center;
  gap: 4rem;
  list-style: none;
  margin-right: 1rem;
}

.global-nav .wrapper .header-right .list ul li a {
  text-decoration: none;
}

.global-nav .wrapper .header-right .entry-btn {
  width: 16.7rem;
  height: 4.5rem;
}

@media screen and (max-width: 768px) {
  .global-nav .wrapper .header-right .entry-btn {
    display: none;
  }
}

.global-nav .wrapper .header-right .menu-button {
  display: none;
  width: 2.6rem;
  height: 1.8rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .global-nav .wrapper .header-right .menu-button {
    display: flex;
  }
}

.global-nav .wrapper .header-right .menu-button>div {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 0.2rem;
  background-color: rgb(3, 134, 204);
  border-radius: 0.1rem;
  transition: all 0.3s ease-in-out;
}

.global-nav .wrapper .header-right .menu-button>div:nth-child(1) {
  transform: translateY(-0.8rem);
}

.global-nav .wrapper .header-right .menu-button>div:nth-child(3) {
  transform: translateY(0.8rem);
}

.global-nav .wrapper .header-right .menu-button.open>div:nth-child(1) {
  transform: rotate(45deg) translateY(0);
}

.global-nav .wrapper .header-right .menu-button.open>div:nth-child(2) {
  opacity: 0;
}

.global-nav .wrapper .header-right .menu-button.open>div:nth-child(3) {
  transform: rotate(-45deg) translateY(0);
}

.global-nav:has(.menu-button.open)~#menu {
  transform: translateX(0);
  opacity: 1;
}

#menu {
  position: fixed;
  z-index: 105;
  top: 6.2rem;
  left: 0;
  width: 100%;
  height: calc(100% - 6.2rem);
  display: none;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
  padding: 2.4rem 0;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  #menu {
    display: block;
  }
}

#menu .links>li {
  border-bottom: 1px solid rgb(196, 224, 238);
}

#menu .links>li:first-child {
  border-top: 1px solid rgb(196, 224, 238);
}

#menu .links>li a {
  display: flex;
  justify-content: space-between;
  padding: 2.4rem 0;
  text-decoration: none;
  color: rgb(0, 89, 134);
}

#menu .links>li a::after {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 0px 5.5px #cfe9f8;
  background: url("./assets/img/common/arrow.svg") center/0.9rem auto no-repeat;
}

#menu .entry-btn {
  text-align: center;
  margin-top: 2.4rem;
}

#menu .entry-btn a {
  width: 21rem;
  height: 4.8rem;
}

#menu .social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2.4rem;
}

#menu .social-links a {
  font-size: 1.5rem;
  color: #7d7d7d;
  text-decoration: none;
}

#menu .social-links a img {
  position: relative;
  top: 0.2rem;
  margin-left: 0.8rem;
  width: 1.6rem;
}

/*# sourceMappingURL=style.css.map */