html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-SemiBold.woff") format("woff"), local(sans-serif);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../font/DINAlternate-Bold.woff") format("woff"), local(sans-serif);
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
html {
  font-family: "Noto Sans JP", sans-serif;
}

.recruit-page {
  background: url(../images/circle.png) no-repeat left 210px;
}

.recruit-content {
  overflow: visible;
  padding: 0 210px 140px 210px;
}
.recruit-content .main-copy {
  font-size: 3.625rem;
  font-weight: 700;
  padding-top: 108px;
}
.recruit-content .sub-copy {
  padding-top: 96px;
  padding-left: 383px;
  line-height: 32px;
}

@media (max-width: 768px) {
  .recruit-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 20px;
    padding-bottom: 40px;
  }
  .recruit-content .main-copy {
    padding-top: 40px;
    font-size: 2rem;
  }
  .recruit-content .sub-copy {
    padding-top: 40px;
    padding-left: 0;
  }
}
.company-profile {
  padding-bottom: 156px;
  padding: 0 210px;
}
.company-profile iframe {
  margin: 0 auto;
  padding: 2rem 0;
}

@media (max-width: 768px) {
  .company-profile {
    padding: 0 20px;
  }
}
.recruitment {
  padding-bottom: 140px !important;
}
.recruitment .h2-title-group {
  text-align: center;
}
.recruitment .recruit-info {
  margin-top: 40px;
}
.recruitment .recruit-btn {
  text-align: center;
  margin-top: 60px;
}
.recruitment .recruit-apply-btn {
  text-align: center;
}

.recruit-info {
  padding: 120px 0;
}
.recruit-info .h2-title-group {
  text-align: center;
}
.recruit-info .jobs-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.recruit-info .job-card {
  background: #fff;
  border: 1px solid rgba(0, 100, 255, 0.12);
  border-radius: 14px;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
.recruit-info .job-card .job-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
.recruit-info .job-card .job-body .job-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit-info .job-card .job-body .job-head {
  margin-bottom: 16px;
}
.recruit-info .job-card .job-body .job-head .job-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.recruit-info .job-card .job-body .job-head .job-heading .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0064FF;
}
.recruit-info .job-card .job-body .job-head .job-heading .biz-name {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0064FF;
  letter-spacing: 0.02em;
  padding-bottom: 3px;
}
.recruit-info .job-card .job-body .job-head .job-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.7;
}
.recruit-info .job-card .job-body .job-list {
  padding-left: 1rem;
  margin: 10px 0 6px;
}
.recruit-info .job-card .job-body .job-list li {
  list-style: disc;
  line-height: 1.9;
  color: #000000;
}
.recruit-info .job-card .job-body .job-foot {
  margin-top: 40px;
}
.recruit-info .job-card .job-body .job-foot .tag {
  display: inline-block;
  font-size: 0.75rem;
  color: #000000;
  opacity: 0.7;
  margin-bottom: 4px;
}
.recruit-info .job-card .job-body .job-foot .job-note {
  line-height: 1.8;
  color: #000000;
}
.recruit-info .job-card .job-body .job-illust {
  max-width: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.recruit-info .job-card .job-body .job-illust .ph {
  width: 80%;
  height: 70%;
  border-radius: 12px;
  background: linear-gradient(135deg, #eef3ff, #f9fbff);
  border: 1px dashed rgba(0, 100, 255, 0.3);
  color: #0064FF;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit-info .job-card .job-body .job-illust img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .recruit-info {
    padding: 80px 0;
  }
  .recruit-info .jobs-grid {
    grid-template-columns: 1fr;
  }
  .recruit-info .job-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit-info .job-card .job-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 28px 20px;
  }
  .recruit-info .job-card .job-body .job-head .job-heading .dot {
    width: 12px;
    height: 12px;
  }
  .recruit-info .job-card .job-body .job-head .job-heading .biz-name {
    font-size: 1.25rem;
  }
  .recruit-info .job-card .job-body .job-head .job-title {
    font-size: 1rem;
    line-height: 1.6;
  }
  .recruit-info .job-card .job-body .job-list {
    padding-left: 1rem;
  }
  .recruit-info .job-card .job-body .job-list li {
    font-size: 0.95rem;
    line-height: 1.8;
  }
  .recruit-info .job-card .job-illust {
    border-left: none;
    border-top: 1px solid rgba(0, 100, 255, 0.08);
    max-width: 100%;
    width: 100%;
    min-height: 160px;
  }
  .recruit-info .job-card .job-illust .ph {
    width: 90%;
    height: 60%;
  }
}
@media (max-width: 480px) {
  .recruit-info .job-card .job-body {
    padding: 40px 20px;
  }
  .recruit-info .job-card .job-body .job-head .job-heading .biz-name {
    font-size: 1.1rem;
  }
  .recruit-info .job-card .job-body .job-head .job-title {
    font-size: 0.95rem;
  }
  .recruit-info .job-card .job-body .job-list li {
    font-size: 0.9rem;
    line-height: 1.7;
  }
  .recruit-info .job-card .job-illust {
    min-height: 140px;
  }
  .recruit-info .job-card .job-illust .ph {
    height: 54%;
    width: 88%;
  }
}