@charset "UTF-8";
@use "common";
@tailwind base;
@tailwind components;
@tailwind utilities;
html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  min-width: 100%;
  min-height: 100%;
  margin: 0 auto;
  letter-spacing: 0.3rem;
  font-size: 16px;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.2em;
  position: relative;
  z-index: auto;
  overflow: visible;
  scroll-behavior: smooth;
  background-color: #2b2b2b;
  color: #ffffff;
}

h2 {
  font-size: 48px;
  font-weight: bold;
}

@media (max-width: 768px) {
  h2 {
    font-size: 40px;
  }
}

a {
  list-style: none;
  color: white;
}

a:-webkit-any-link {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

section:not(.top, .top-section, .recruit-section),
.recruit-wrapper {
  border-left: 1px solid white;
  border-right: 1px solid white;
  margin: auto;
  padding: 0 2.5rem;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  max-width: 80%;
}

@media (max-width: 768px) {
  section:not(.top, .top-section, .recruit-section),
  .recruit-wrapper {
    max-width: 100%;
    padding: 50px 1.5rem;
    border: none;
  }
}

.recruit-wrapper {
  border: none;
}

.btn-set {
  display: flex;
  flex-direction: row;
  letter-spacing: 2rem;
  align-items: stretch;
  justify-content: space-around;
  max-width: 800px;
  margin: auto;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .btn-set {
    letter-spacing: normal;
  }
}

.btn-set span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.btn-set span:has(.icon) {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  max-width: 200px;
}

.btn-set span.icon-t {
  display: block;
  text-align: center;
  letter-spacing: 0.5rem;
  margin-top: 2rem;
}

.btn-set .icon {
  display: block;
  width: 8rem;
  height: 8rem;
  max-width: 130px;
}

@media (max-width: 768px) {
  .btn-set .icon {
    width: 2rem;
    height: 2rem;
  }
}

.table {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  margin: auto;
  font-size: 16px;
}

.table th,
.table td {
  border-bottom: 2px solid #ffffff;
  padding: 1em;
  text-align: left;
}

.table th {
  border-bottom: 2px solid #ff1616;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

@media (max-width: 768px) {
  .table th,
  .table td {
    display: block;
    border-bottom: 1px solid;
  }
  .table th {
    border-bottom: 2px solid #ff1616;
    text-align: center;
    width: fit-content;
    padding: 0rem;
    margin-top: 1rem;
  }
}

.icon span {
  text-align: center;
  display: block;
}

.recruit-section {
  width: 100%;
  background-image: url(../image/photo/recruit-back.png);
}

.top-section .wrapper {
  position: relative;
  height: 690px;
  max-width: 95%;
}

.top-section .wrapper .back-image {
  position: absolute;
  height: 100%;
  width: 100%;
}

.top-section .wrapper .back-image img {
  height: 100%;
}

.top-section .wrapper .text {
  position: absolute;
  text-align: center;
  bottom: 60px;
  right: 20px;
  max-width: 545px;
}

.top-section .wrapper .text img {
  object-fit: contain;
}

.top-section .wrapper .text-wrap {
  margin-top: 20px;
  text-align: left;
  max-width: 300px;
}

.top-section .wrapper .text-wrap p {
  margin-bottom: 1rem;
  background-color: #2b2b2b;
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  padding: 5px 10px;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}

@media (max-width: 768px) {
  .top-section .wrapper .text-wrap {
    text-align: center;
    padding-left: 0%;
    align-items: center;
  }
  .top-section .wrapper .text-wrap p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .top-section .wrapper {
    height: 500px;
  }
}

.title-wrap {
  text-align: center;
  padding: 20px 0;
  padding-bottom: 40px;
}

.title-wrap h1 {
  font-size: 64px;
  font-family: "HelveticaLTPro-Bold";
  letter-spacing: 0.2em;
  line-height: normal;
}

@media (max-width: 768px) {
  .title-wrap h1 {
    font-size: 32px;
    letter-spacing: 0.2em;
  }
}

.title-wrap p {
  font-size: 24px;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}

@media (max-width: 768px) {
  .title-wrap p {
    font-size: 16px;
  }
}

.copyright {
  background: #070707;
  color: #ffffff;
  text-align: center;
  font-family: "HelveticaNowDisplay-Regular";
  padding: 1px;
}

@media (max-width: 768px) {
  .copyright {
    font-size: 10px;
  }
}

.text-wrap {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.contact-section {
  text-align: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  letter-spacing: 0.13em;
  line-height: 2rem;
}

.c-btn-set {
  padding: 20px 0;
}

.c-btn-set a {
  display: flex;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  align-items: center;
  justify-content: center;
  padding: 1rem;
  flex-direction: row;
  margin: 2rem auto;
  max-width: 550px;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 24px;
  letter-spacing: 0.13em;
}

.c-btn-set a span svg {
  display: block;
  height: 1rem;
  width: 1rem;
}

.c-btn-set a:hover {
  background-color: #ffffff;
  color: #070707;
}
