@charset "UTF-8";
#recruitment .links ul li a, #header a, #header .btn a, #side a, #footer a, #footer .btn a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
#recruitment .links ul li a:-moz-any-link, #header a:-moz-any-link, #side a:-moz-any-link, #footer a:-moz-any-link {
  -moz-transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
#recruitment .links ul li a:any-link, #header a:any-link, #side a:any-link, #footer a:any-link {
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
#recruitment .links ul li a:-moz-any-link:hover, #header a:-moz-any-link:hover, #side a:-moz-any-link:hover, #footer a:-moz-any-link:hover {
  opacity: 0.6;
}
#recruitment .links ul li a:any-link:hover, #header a:any-link:hover, #side a:any-link:hover, #footer a:any-link:hover {
  opacity: 0.6;
}

#recruitment .bg-image, #footer .bg-image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
#recruitment .bg-image img:first-of-type, #footer .bg-image img:first-of-type {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------------------------------
common
------------------------------------------------- */
:root {
  --text-color: #121212;
  --accent-color: #ff7a00;
  --accent-color2: #ffc123;
  --accent-color3: #f6f6f6;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 16px;
  color: #121212;
  line-height: 1.875;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  font-weight: bold;
  color: #ff7a00;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  font-weight: bold;
  color: #ffc123;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #ff0000;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

#footer .btn a, #header .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 70px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  color: var(--accent-color);
  letter-spacing: 0.08em;
  background: no-repeat center right 18px/17px url("../images/btn-arrow.png") #ffffff;
  border: solid 1px var(--accent-color);
  border-radius: 35px;
}
@media (max-width: 1023px) {
  #footer .btn a, #header .btn a {
    width: 250px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #footer .btn a, #header .btn a {
    width: 230px;
    height: 50px;
  }
}

/* ----------------------------------------------
recruitment
------------------------------------------------- */
#recruitment {
  position: relative;
  z-index: 1;
  padding-top: min(23.3125vw, 373px);
  color: #ffffff;
}
#recruitment h2 {
  margin-bottom: 99px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 0 10px;
}
#recruitment h2 small {
  display: block;
  margin-bottom: 8px;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#recruitment h2 span {
  padding: 0 15px 9px;
  border-bottom: 4px solid #ffffff;
}
#recruitment .links {
  max-width: 1180px;
  margin-inline: auto;
  width: 100%;
  padding-inline: 10px;
  margin-bottom: -150px;
}
#recruitment .links ul {
  display: flex;
  list-style: none;
}
#recruitment .links ul li {
  width: 50%;
  height: 300px;
}
#recruitment .links ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 36px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  color: #000000;
  letter-spacing: 0.08em;
  background: no-repeat center right 30px/60px url("../images/recruitment-btn-arrow.png");
}
#recruitment .links ul li a small {
  display: block;
  margin-top: -6px;
  margin-left: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#recruitment .links ul li:nth-of-type(1) a {
  background-color: var(--accent-color2);
}
#recruitment .links ul li:nth-of-type(2) a {
  background-color: var(--accent-color);
}
#recruitment .bg-image {
  bottom: 150px;
  filter: brightness(0.65);
}
#recruitment .shapes img {
  position: absolute;
  right: 4%;
  bottom: 111px;
  display: block;
  width: max(min(14%, 224px), 100px);
}
@media (max-width: 1400px) {
  #recruitment .shapes {
    display: none;
  }
}
@media (max-width: 1023px) {
  #recruitment h2 {
    font-size: 40px;
    margin-bottom: 70px;
  }
  #recruitment h2 small {
    font-size: 26px;
  }
  #recruitment .links {
    margin-bottom: -120px;
  }
  #recruitment .links ul li {
    height: 240px;
  }
  #recruitment .links ul li a {
    font-size: 30px;
    padding: 10px 20px 15px;
  }
  #recruitment .bg-image {
    bottom: 120px;
  }
}
@media (max-width: 767px) {
  #recruitment h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  #recruitment h2 small {
    font-size: 20px;
  }
  #recruitment .links {
    margin-bottom: -100px;
  }
  #recruitment .links ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  #recruitment .links ul li {
    min-width: 280px;
    height: 200px;
  }
  #recruitment .links ul li a {
    font-size: 24px;
    padding: 10px 10px;
    background-size: 40px;
  }
  #recruitment .bg-image {
    bottom: 100px;
  }
}

/* ----------------------------------------------
  header
  ------------------------------------------------- */
#header {
  position: absolute;
  top: 30px;
  z-index: 3;
  display: flex;
  gap: 30px;
  width: 100%;
  padding: 0 6.25%;
  height: 80px;
}
#header .inner {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  background-color: #ffffff;
  border-radius: 40px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#header .logo {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}
#header .logo span {
  display: inline-block;
  margin-left: 10px;
}
#header .logo img {
  width: 180px;
  margin-right: 6px;
}
#header .btn a {
  height: 100%;
  font-size: 18px;
  border-radius: 40px;
}
@media (max-width: 1200px) {
  #header {
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 0 20px;
  }
  #header .inner {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  #header {
    padding: 0 80px 0 10px;
    height: 70px;
    top: 20px;
  }
  #header .inner {
    flex-grow: unset;
  }
  #header .logo {
    font-size: 16px;
  }
  #header .btn {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .logo {
    font-size: 14px;
  }
}

#gnav {
  flex: 1;
}
#gnav > ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  #gnav > ul {
    flex-direction: column;
  }
  #gnav > ul > li {
    flex-grow: 0;
  }
  #gnav > ul > li::after {
    display: none;
  }
  #gnav > ul > li > a {
    color: #ffffff;
  }
  #gnav > ul > li ul {
    position: relative;
    padding: 0;
    visibility: visible;
    opacity: 1;
  }
  #gnav > ul > li ul li {
    border-top: 1px solid #000000;
    border-bottom: 0;
  }
}

/* ----------------------------------------------
  side
  ------------------------------------------------- */
#side {
  position: fixed;
  top: 170px;
  right: 0;
  z-index: 2;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: 0.08em;
}
#side .btn {
  position: relative;
}
#side .btn::after {
  position: absolute;
  bottom: -146px;
  left: 50%;
  z-index: -1;
  display: block;
  width: 65px;
  height: 151px;
  content: "";
  background: no-repeat center/100% url("../images/side-btn-shape.png");
  transform: translateX(-50%);
}
#side a {
  display: flex;
  align-items: center;
  width: 240px;
  height: 128px;
  padding: 30px;
  background: no-repeat center right 20px/26px url("../images/side-btn-arrow.png") var(--accent-color);
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  #side {
    display: none !important;
  }
}

/* ----------------------------------------------
  pagetop
  ------------------------------------------------- */
#pagetop {
  position: absolute;
  top: 240px;
  right: 5.6%;
  width: 60px;
  height: 60px;
  z-index: 1;
}
#pagetop:-moz-any-link {
  -moz-transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
#pagetop:any-link {
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
#pagetop:-moz-any-link:hover {
  opacity: 0.6;
}
#pagetop:any-link:hover {
  opacity: 0.6;
}
@media (max-width: 1023px) {
  #pagetop {
    top: 220px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    right: 10px;
    top: 140px;
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------
  footer
  ------------------------------------------------- */
#footer {
  position: relative;
  padding-block: 240px 150px;
  color: #ffffff;
}
#footer .inner {
  position: relative;
  max-width: 1180px;
  margin-inline: auto;
  width: 100%;
  padding-inline: 10px;
}
#footer .logo {
  margin-bottom: 34px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}
#footer .logo img {
  width: 185px;
  margin-right: 6px;
}
#footer .top, #footer .bottom {
  display: flex;
  justify-content: space-between;
}
#footer .top {
  margin-bottom: 13px;
}
#footer .bottom {
  align-items: end;
}
#footer .address {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
#footer #fnav {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#footer #fnav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  justify-content: end;
}
#footer #copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#footer .btn {
  margin-bottom: 2px;
}
#footer .btn a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
#footer .bg-image img:nth-of-type(2) {
  position: absolute;
  top: 150px;
  left: 50%;
  display: block;
  translate: -50%;
}
@media (max-width: 1023px) {
  #footer {
    padding: 220px 0 100px;
  }
  #footer .address {
    font-size: 14px;
  }
  #footer #fnav {
    font-size: 16px;
  }
  #footer #fnav ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #footer .btn a {
    font-size: 14px;
  }
  #footer .bg-image img:nth-of-type(2) {
    top: 120px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 200px 0 60px;
  }
  #footer .logo {
    text-align: center;
  }
  #footer .address {
    font-size: 13px;
  }
  #footer .top {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    margin-bottom: 30px;
  }
  #footer #fnav {
    font-size: 14px;
  }
  #footer #fnav ul {
    justify-content: center;
  }
  #footer .bottom {
    flex-direction: column;
    row-gap: 5px;
    align-items: center;
  }
  #footer #copyright {
    font-size: 12px;
    text-align: center;
    order: 1;
  }
  #footer .bg-image img:nth-of-type(2) {
    top: 100px;
  }
}/*# sourceMappingURL=style.css.map */