@charset "UTF-8";
@media screen and (min-width: 769px) {
  .setOrder {
    color: #000;
  }
}
@media screen and (min-width: 961px) {
  .setOrder {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .setOrder {
    color: #000;
  }
}
/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  font-weight: 400; /* regular */
  color: #000;
  counter-reset: number 0;
  font-size: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
}
html:before,
body:before {
  width: 1px;
  height: 100%;
  background: #f00;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1000;
  pointer-events: none;
}
html a,
html button,
html .children,
body a,
body button,
body .children {
  transition: opacity 0.3s ease;
}

input, textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  width: 100%;
  overflow: scroll;
  font-weight: 400; /* regular */
  color: colorsblack;
  position: relative;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

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-style: normal;
  vertical-align: baseline;
  line-break: strict;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  vertical-align: top;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.both {
  clear: both;
}

h1,
h2,
h3,
h4,
p,
a,
span {
  white-space: normal;
  word-break: break-word;
}

/* フォームのスタイル解除
------------------------------------------------------ */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
  outline: none;
  resize: none;
  border: none;
}
input:hover,
button:hover,
textarea:hover,
select:hover {
  cursor: pointer;
}

#header {
  opacity: 0;
  pointer-events: none;
  translate: 0 -100%;
}

#kv-name {
  opacity: 0;
  pointer-events: none;
  translate: 0 100%;
}

#kv-copy {
  opacity: 0;
  scale: 1.1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}

#bg {
  opacity: 0;
  scale: 1.1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}

#p3,
#p4,
#p5,
#p6,
#p7 {
  opacity: 0;
  scale: 1.5;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  transform-origin: center center;
}

#p8 {
  opacity: 0;
  pointer-events: none;
  transition: all 1s ease-in-out;
  transform-origin: left top;
}

body.phase-1 #kv-copy {
  opacity: 1;
  scale: 1;
  transition: all 2s ease-in-out;
}
body.phase-1 #p2 {
  opacity: 1;
  scale: 1;
  transition: all 1s ease-in-out 1s;
}
body.phase-1 #home-content {
  background: transparent;
  transition: all 1.8s ease-in-out 3s;
}
body.phase-1 #home-content:before, body.phase-1 #home-content:after {
  height: 100%;
  transition: all 1s ease-in-out 1.3s;
}
body.phase-1 #p3 {
  opacity: 1;
  scale: 1;
  transition: all 0.2s ease-in-out 1.6s;
}
body.phase-1 #p4 {
  opacity: 1;
  scale: 1;
  transition: all 0.2s ease-in-out 1.7s;
}
body.phase-1 #p5 {
  opacity: 1;
  scale: 1;
  transition: all 0.2s ease-in-out 1.8s;
}
body.phase-1 #p6 {
  opacity: 1;
  scale: 1;
  transition: all 0.2s ease-in-out 1.9s;
}
body.phase-1 #p7 {
  opacity: 1;
  scale: 1;
  transition: all 0.2s ease-in-out 2s;
}
body.phase-1 #p8 {
  opacity: 1;
  scale: 1;
  transition: all 2s ease-in-out 3s;
}
body.phase-1 #kv {
  background: transparent;
  transition: all 1s ease-in-out 3s;
}
body.phase-1 #bg {
  opacity: 1;
  scale: 1;
  transition: all 2s ease-in-out 3s;
}
body.phase-1 #header {
  opacity: 1;
  pointer-events: auto;
  translate: none;
  transition: all 0.3s ease-in-out 4s;
}
body.phase-1 #kv-name {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease-in-out 4.3s;
}
@media screen and (max-width: 768px) {
  body.phase-1 #kv-name {
    translate: -50% 0;
  }
}
@media screen and (min-width: 769px) {
  body.phase-1 #kv-name {
    translate: 0 0;
  }
}
body.phase-2 #p1,
body.phase-2 #p2,
body.phase-2 #p3,
body.phase-2 #p4,
body.phase-2 #p5,
body.phase-2 #p6,
body.phase-2 #p7,
body.phase-2 #p8,
body.phase-2 header,
body.phase-2 #kv-name,
body.phase-2 #kv-copy,
body.phase-2 #bg {
  transition: all 0.3s ease-in-out;
}

#home-content {
  position: relative;
  background: #000;
}
#home-content:before, #home-content:after {
  content: "";
  height: 0%;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0.4;
}
#home-content:before {
  width: 1px;
  background: #9A9A9A;
  left: 50%;
  translate: -100% 0%;
}
#home-content:after {
  box-sizing: border-box;
  border-left: solid 1px #9A9A9A;
  border-right: solid 1px #9A9A9A;
  left: 50%;
  translate: -50% 0%;
}
@media screen and (max-width: 768px) {
  #home-content:after {
    width: 247px;
    width: calc(247 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #home-content:after {
    width: 853px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #home-content:after {
    width: calc(853 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #home-content:after {
    width: 853px;
  }
}

#bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #bg {
    background-image: url(../../assets/images/recruit2024/kv-bg-1__sm.jpg);
  }
}
@media screen and (min-width: 769px) {
  #bg {
    background-image: url(../../assets/images/recruit2024/kv-bg-1__md.jpg);
  }
}

#home-overlay {
  box-sizing: border-box;
  position: relative;
  background: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  #home-overlay {
    margin-top: 280px;
    margin-top: calc(280 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #home-overlay {
    margin-top: 280px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #home-overlay {
    margin-top: calc(280 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #home-overlay {
    margin-top: 280px;
  }
}
@media screen and (max-width: 768px) {
  #home-overlay {
    padding-bottom: 1px;
    padding-bottom: calc(1 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #home-overlay {
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #home-overlay {
    padding-bottom: calc(1 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #home-overlay {
    padding-bottom: 1px;
  }
}
#home-overlay:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -100%;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
}
@media screen and (max-width: 768px) {
  #home-overlay:before {
    height: 280px;
    height: calc(280 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #home-overlay:before {
    height: 280px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #home-overlay:before {
    height: calc(280 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #home-overlay:before {
    height: 280px;
  }
}

/* ----------------------------------------------------------

見出し

---------------------------------------------------------- */
.home-head-1 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home-head-1 {
    font-size: 30px;
    font-size: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .home-head-1 {
    font-size: 47px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .home-head-1 {
    font-size: calc(47 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .home-head-1 {
    font-size: 47px;
  }
}
@media screen and (max-width: 768px) {
  .home-head-1 {
    padding-bottom: 20px;
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .home-head-1 {
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .home-head-1 {
    padding-bottom: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .home-head-1 {
    padding-bottom: 17px;
  }
}
.home-head-1:after {
  content: "";
  background: #006EFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  .home-head-1:after {
    width: 24px;
    width: calc(24 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .home-head-1:after {
    width: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .home-head-1:after {
    width: calc(24 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .home-head-1:after {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .home-head-1:after {
    height: 3px;
    height: calc(3 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .home-head-1:after {
    height: 3px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .home-head-1:after {
    height: calc(3 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .home-head-1:after {
    height: 3px;
  }
}

/* ----------------------------------------------------------

ボタン

---------------------------------------------------------- */
.home-btn-1 {
  box-sizing: border-box;
  border: solid 1px #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .home-btn-1 {
    width: 300px;
    width: calc(300 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .home-btn-1 {
    width: 450px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .home-btn-1 {
    width: calc(450 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .home-btn-1 {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .home-btn-1 {
    height: 77px;
    height: calc(77 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .home-btn-1 {
    height: 77px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .home-btn-1 {
    height: calc(77 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .home-btn-1 {
    height: 77px;
  }
}
@media screen and (max-width: 768px) {
  .home-btn-1 {
    border-radius: 4px;
    border-radius: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .home-btn-1 {
    border-radius: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .home-btn-1 {
    border-radius: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .home-btn-1 {
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .home-btn-1 {
    font-size: 18px;
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .home-btn-1 {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .home-btn-1 {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .home-btn-1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .home-btn-1.type-2 {
    width: 300px;
    width: calc(300 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .home-btn-1.type-2 {
    width: 400px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .home-btn-1.type-2 {
    width: calc(400 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .home-btn-1.type-2 {
    width: 400px;
  }
}
.home-btn-1:after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
  background-image: url(../../assets/images/recruit2024/icon-arrow-right-1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .home-btn-1:after {
    right: 15px;
    right: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .home-btn-1:after {
    right: 31px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .home-btn-1:after {
    right: calc(31 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .home-btn-1:after {
    right: 31px;
  }
}
@media screen and (max-width: 768px) {
  .home-btn-1:after {
    width: 8px;
    width: calc(8 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .home-btn-1:after {
    width: 8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .home-btn-1:after {
    width: calc(8 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .home-btn-1:after {
    width: 8px;
  }
}
@media screen and (max-width: 768px) {
  .home-btn-1:after {
    height: 12px;
    height: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .home-btn-1:after {
    height: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .home-btn-1:after {
    height: calc(12 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .home-btn-1:after {
    height: 12px;
  }
}
@media screen and (min-width: 769px) {
  .home-btn-1 {
    transition: all 0.3s ease-in-out 0.1s;
  }
  .home-btn-1:hover {
    background: rgba(255, 255, 255, 0.12);
    scale: 1.05;
  }
}

/* ----------------------------------------------------------

#KV

---------------------------------------------------------- */
#kv {
  width: 100%;
  height: 100vh;
  max-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #kv-copy {
    width: 350px;
    width: calc(350 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #kv-copy {
    width: 938px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #kv-copy {
    width: calc(938 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #kv-copy {
    width: 938px;
  }
}
@media screen and (max-width: 768px) {
  #kv-copy {
    height: 182px;
    height: calc(182 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #kv-copy {
    height: 486px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #kv-copy {
    height: calc(486 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #kv-copy {
    height: 486px;
  }
}
@media screen and (max-width: 768px) {
  #kv-copy {
    margin-bottom: 16px;
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #kv-copy {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #kv-copy {
    margin-bottom: calc(70 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #kv-copy {
    margin-bottom: 70px;
  }
}
#kv-copy svg {
  width: 100%;
  height: 100%;
}

#kv-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #kv-name {
    bottom: 36px;
    bottom: calc(36 / 375 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #kv-name {
    position: absolute;
    left: 50%;
    translate: -50% 0;
  }
}
@media screen and (max-width: 768px) {
  #kv-name .name {
    width: 150px;
    width: calc(150 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #kv-name .name {
    width: 149px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #kv-name .name {
    width: calc(149 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #kv-name .name {
    width: 149px;
  }
}
@media screen and (max-width: 768px) {
  #kv-name .name {
    height: 78px;
    height: calc(78 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #kv-name .name {
    height: 78px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #kv-name .name {
    height: calc(78 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #kv-name .name {
    height: 78px;
  }
}
@media screen and (max-width: 768px) {
  #kv-name .name {
    margin-bottom: 15px;
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #kv-name .name {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #kv-name .name {
    margin-bottom: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #kv-name .name {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #kv-name .arrow {
    width: 12px;
    width: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #kv-name .arrow {
    width: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #kv-name .arrow {
    width: calc(12 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #kv-name .arrow {
    width: 12px;
  }
}
@media screen and (max-width: 768px) {
  #kv-name .arrow {
    height: 14px;
    height: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #kv-name .arrow {
    height: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #kv-name .arrow {
    height: calc(14 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #kv-name .arrow {
    height: 14px;
  }
}

/* ----------------------------------------------------------

WE ARE

---------------------------------------------------------- */
#weare {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #weare {
    padding-top: 25px;
    padding-top: calc(25 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #weare {
    padding-top: 302px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #weare {
    padding-top: calc(302 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #weare {
    padding-top: 302px;
  }
}

@media screen and (max-width: 768px) {
  .weare-head-1 {
    margin-bottom: 40px;
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .weare-head-1 {
    margin-bottom: 57px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .weare-head-1 {
    margin-bottom: calc(57 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .weare-head-1 {
    margin-bottom: 57px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .weare-head-1 {
    font-size: 47px;
    margin-bottom: 57px;
    padding-bottom: 17px;
  }
  .weare-head-1:after {
    width: 24px;
    height: 3px;
  }
}

.weare-body-1 {
  font-weight: 700; /* bold */
}
@media screen and (max-width: 768px) {
  .weare-body-1 {
    font-size: 16px;
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .weare-body-1 {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .weare-body-1 {
    font-size: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .weare-body-1 {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .weare-body-1 {
    line-height: 30px;
    line-height: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .weare-body-1 {
    line-height: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .weare-body-1 {
    line-height: calc(32 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .weare-body-1 {
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .weare-body-1 {
    margin-bottom: 50px;
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .weare-body-1 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .weare-body-1 {
    margin-bottom: calc(70 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .weare-body-1 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .weare-body-1 {
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 769px) {
  .weare-body-1 {
    letter-spacing: 0.06em;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .weare-body-1 {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 70px;
  }
}

.weare-body-2 {
  font-weight: 700; /* bold */
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .weare-body-2 {
    font-size: 24px;
    font-size: calc(24 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .weare-body-2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .weare-body-2 {
    font-size: calc(34 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .weare-body-2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .weare-body-2 {
    line-height: 36px;
    line-height: calc(36 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .weare-body-2 {
    line-height: 36px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .weare-body-2 {
    line-height: calc(36 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .weare-body-2 {
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .weare-body-2 {
    margin-bottom: 50px;
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .weare-body-2 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .weare-body-2 {
    margin-bottom: calc(70 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .weare-body-2 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .weare-body-2:last-of-type {
    margin-bottom: 80px;
    margin-bottom: calc(80 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .weare-body-2 {
    letter-spacing: 0.06em;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .weare-body-2 {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .weare-btn-1 {
    margin-bottom: 120px;
    margin-bottom: calc(120 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .weare-btn-1 {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .weare-btn-1 {
    margin-bottom: calc(110 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .weare-btn-1 {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .weare-btn-1 {
    font-size: 18px;
    width: 400px;
    height: 77px;
    margin-bottom: 110px;
  }
  .weare-btn-1:after {
    width: 8px;
    height: 12px;
    right: 31px;
  }
}

#weare-slogan {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #006EFF;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #weare-slogan {
    font-size: 99px;
    font-size: calc(99 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #weare-slogan {
    font-size: 252px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #weare-slogan {
    font-size: calc(252 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #weare-slogan {
    font-size: 252px;
  }
}
@media screen and (max-width: 768px) {
  #weare-slogan {
    text-align: left;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  #weare-slogan {
    text-align: center;
  }
}

/* ----------------------------------------------------------

PHILOSOPHY

---------------------------------------------------------- */
#philosophy {
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #philosophy {
    padding-top: 120px;
    padding-top: calc(120 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #philosophy {
    padding-top: 240px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #philosophy {
    padding-top: calc(240 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #philosophy {
    padding-top: 240px;
  }
}
@media screen and (max-width: 768px) {
  #philosophy {
    padding-bottom: 75px;
    padding-bottom: calc(75 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #philosophy {
    padding-bottom: 326px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #philosophy {
    padding-bottom: calc(326 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #philosophy {
    padding-bottom: 326px;
  }
}
#philosophy .inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #philosophy .inner {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #philosophy .inner {
    width: 1154px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #philosophy .inner {
    width: calc(1154 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #philosophy .inner {
    width: 1154px;
  }
}

@media screen and (max-width: 768px) {
  .philosophy-head-1 {
    margin-bottom: 30px;
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .philosophy-head-1 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-head-1 {
    margin-bottom: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-head-1 {
    margin-bottom: 30px;
  }
}
.philosophy-head-1 .en {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .philosophy-head-1 .en {
    font-size: 30px;
    font-size: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .philosophy-head-1 .en {
    font-size: 47px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-head-1 .en {
    font-size: calc(47 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-head-1 .en {
    font-size: 47px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-head-1 .en {
    padding-bottom: 20px;
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .philosophy-head-1 .en {
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-head-1 .en {
    padding-bottom: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-head-1 .en {
    padding-bottom: 17px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-head-1 .en {
    margin-bottom: 40px;
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .philosophy-head-1 .en {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-head-1 .en {
    margin-bottom: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-head-1 .en {
    margin-bottom: 20px;
  }
}
.philosophy-head-1 .en:after {
  content: "";
  background: #006EFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .philosophy-head-1 .en:after {
    width: 24px;
    width: calc(24 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .philosophy-head-1 .en:after {
    width: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-head-1 .en:after {
    width: calc(24 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-head-1 .en:after {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-head-1 .en:after {
    height: 3px;
    height: calc(3 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .philosophy-head-1 .en:after {
    height: 3px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-head-1 .en:after {
    height: calc(3 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-head-1 .en:after {
    height: 3px;
  }
}
.philosophy-head-1 .ja {
  display: block;
  font-weight: 700; /* bold */
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .philosophy-head-1 .ja {
    font-size: 16px;
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .philosophy-head-1 .ja {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-head-1 .ja {
    font-size: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-head-1 .ja {
    font-size: 20px;
  }
}

.philosophy-lead {
  font-weight: 700; /* bold */
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .philosophy-lead {
    font-size: 24px;
    font-size: calc(24 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .philosophy-lead {
    font-size: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-lead {
    font-size: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-lead {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-lead {
    margin-bottom: 25px;
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .philosophy-lead {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-lead {
    margin-bottom: calc(25 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-lead {
    margin-bottom: 25px;
  }
}
.philosophy-lead .line {
  display: inline-block;
  background: #006EFF;
}
@media screen and (max-width: 768px) {
  .philosophy-lead .line {
    line-height: 35px;
    line-height: calc(35 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .philosophy-lead .line {
    line-height: 58px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-lead .line {
    line-height: calc(58 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-lead .line {
    line-height: 58px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-lead .line {
    padding-left: 10px;
    padding-left: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .philosophy-lead .line {
    padding-left: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-lead .line {
    padding-left: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-lead .line {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-lead .line {
    padding-right: 10px;
    padding-right: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .philosophy-lead .line {
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-lead .line {
    padding-right: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-lead .line {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-lead .line {
    margin-bottom: 5px;
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .philosophy-lead .line {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-lead .line {
    margin-bottom: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-lead .line {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .philosophy-img-1 {
    width: 354px;
    width: calc(354 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .philosophy-img-1 {
    width: 760px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-img-1 {
    width: calc(760 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-img-1 {
    width: 760px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-img-1 {
    height: 416px;
    height: calc(416 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .philosophy-img-1 {
    height: 895px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-img-1 {
    height: calc(895 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-img-1 {
    height: 895px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-img-1 {
    margin-bottom: 30px;
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .philosophy-img-1 {
    top: 240px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-img-1 {
    top: calc(240 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-img-1 {
    top: 240px;
  }
}
@media screen and (min-width: 769px) {
  .philosophy-img-1 {
    position: absolute;
    left: 50%;
  }
}

.philosophy-body-1 {
  font-weight: 700; /* bold */
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .philosophy-body-1 {
    font-size: 16px;
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .philosophy-body-1 {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-body-1 {
    font-size: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-body-1 {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-body-1 {
    line-height: 30px;
    line-height: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .philosophy-body-1 {
    line-height: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-body-1 {
    line-height: calc(32 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-body-1 {
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-body-1 {
    margin-bottom: 50px;
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .philosophy-body-1 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-body-1 {
    margin-bottom: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-body-1 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .philosophy-body-1 {
    width: 450px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .philosophy-body-1 {
    width: calc(450 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .philosophy-body-1 {
    width: 450px;
  }
}

@media screen and (min-width: 769px) {
  .philosophy-btn-1 {
    margin-left: 0;
  }
}

/* ----------------------------------------------------------

REAL

---------------------------------------------------------- */
#real {
  color: #fff;
  position: relative;
  z-index: 2;
  background-image: url(../../assets/images/recruit2024/home-real-bg-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #real {
    padding-top: 83px;
    padding-top: calc(83 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #real {
    padding-top: 83px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #real {
    padding-top: calc(83 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #real {
    padding-top: 83px;
  }
}
@media screen and (max-width: 768px) {
  #real {
    padding-bottom: 100px;
    padding-bottom: calc(100 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #real {
    padding-bottom: 247px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #real {
    padding-bottom: calc(247 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #real {
    padding-bottom: 247px;
  }
}

#real-slogan {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #real-slogan {
    font-size: 120px;
    font-size: calc(120 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #real-slogan {
    font-size: 394px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #real-slogan {
    font-size: calc(394 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #real-slogan {
    font-size: 394px;
  }
}

#real-head {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #real-head {
    font-size: 36px;
    font-size: calc(36 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #real-head {
    font-size: 68px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #real-head {
    font-size: calc(68 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #real-head {
    font-size: 68px;
  }
}
@media screen and (max-width: 768px) {
  #real-head {
    margin-bottom: 40px;
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #real-head {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #real-head {
    margin-bottom: calc(60 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #real-head {
    margin-bottom: 60px;
  }
}

.real-body-1 {
  font-weight: 700; /* bold */
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .real-body-1 {
    font-size: 16px;
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .real-body-1 {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .real-body-1 {
    font-size: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .real-body-1 {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .real-body-1 {
    line-height: 30px;
    line-height: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .real-body-1 {
    line-height: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .real-body-1 {
    line-height: calc(32 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .real-body-1 {
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .real-body-1 {
    margin-bottom: 50px;
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .real-body-1 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .real-body-1 {
    margin-bottom: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .real-body-1 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .real-body-1 {
    width: 450px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .real-body-1 {
    width: calc(450 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .real-body-1 {
    width: 450px;
  }
}
@media screen and (min-width: 769px) {
  .real-body-1 {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------------------

PROJECT STORY

---------------------------------------------------------- */
#project {
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #project {
    padding-top: 120px;
    padding-top: calc(120 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project {
    padding-top: 240px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project {
    padding-top: calc(240 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project {
    padding-top: 240px;
  }
}
@media screen and (max-width: 768px) {
  #project {
    padding-bottom: 120px;
    padding-bottom: calc(120 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project {
    padding-bottom: 240px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project {
    padding-bottom: calc(240 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project {
    padding-bottom: 240px;
  }
}
#project .inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #project .inner {
    width: 375px;
    width: calc(375 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project .inner {
    width: 1520px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project .inner {
    width: calc(1520 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project .inner {
    width: 1520px;
  }
}

@media screen and (max-width: 768px) {
  .project-head-1 {
    margin-bottom: 40px;
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-head-1 {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-head-1 {
    margin-bottom: calc(80 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-head-1 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .project-list {
    margin-bottom: 40px;
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list {
    margin-bottom: calc(90 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list {
    margin-bottom: 90px;
  }
}

.project-list__item {
  border-bottom: solid 1px #414141;
}
@media screen and (max-width: 768px) {
  .project-list__item:not(:last-of-type) {
    margin-bottom: 40px;
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .project-list__item {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .project-list__item {
    display: flex;
    width: 100%;
  }
}
.project-list__item .gr-1 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .project-list__item .gr-1 {
    width: 375px;
    width: calc(375 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .gr-1 {
    width: 935px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .gr-1 {
    width: calc(935 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .gr-1 {
    width: 935px;
  }
}
@media screen and (max-width: 768px) {
  .project-list__item .gr-1 {
    height: 231px;
    height: calc(231 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .gr-1 {
    height: 577px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .gr-1 {
    height: calc(577 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .gr-1 {
    height: 577px;
  }
}
.project-list__item .title {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-weight: 700;
  color: #006EFF;
}
@media screen and (max-width: 768px) {
  .project-list__item .title {
    left: 6px;
    left: calc(6 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .title {
    left: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .title {
    left: calc(14 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .title {
    left: 14px;
  }
}
@media screen and (max-width: 768px) {
  .project-list__item .title {
    font-size: 33px;
    font-size: calc(33 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .title {
    font-size: 84px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .title {
    font-size: calc(84 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .title {
    font-size: 84px;
  }
}
.project-list__item .people {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .project-list__item .people {
    bottom: 15px;
    bottom: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .people {
    bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .people {
    bottom: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .people {
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .project-list__item .people-1 {
    left: 20px;
    left: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .people-1 {
    left: 155px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .people-1 {
    left: calc(155 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .people-1 {
    left: 155px;
  }
}
.project-list__item .people-1 .people-txt {
  background: #006EFF;
}
@media screen and (max-width: 768px) {
  .project-list__item .people-2 {
    right: 20px;
    right: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .people-2 {
    right: 162px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .people-2 {
    right: calc(162 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .people-2 {
    right: 162px;
  }
}
.project-list__item .people-2 .people-txt {
  background: #000;
}
.project-list__item .people-txt {
  font-weight: 700; /* bold */
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .project-list__item .people-txt {
    width: 150px;
    width: calc(150 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .people-txt {
    width: 230px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .people-txt {
    width: calc(230 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .people-txt {
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .project-list__item .people-txt {
    line-height: 20px;
    line-height: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .people-txt {
    line-height: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .people-txt {
    line-height: calc(35 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .people-txt {
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .project-list__item .people-txt {
    padding-left: 5px;
    padding-left: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .people-txt {
    padding-left: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .people-txt {
    padding-left: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .people-txt {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .project-list__item .people-txt {
    padding-right: 5px;
    padding-right: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .people-txt {
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .people-txt {
    padding-right: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .people-txt {
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .project-list__item .people-txt:not(:last-of-type) {
    margin-bottom: 2px;
    margin-bottom: calc(2 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .people-txt:not(:last-of-type) {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .people-txt:not(:last-of-type) {
    margin-bottom: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .people-txt:not(:last-of-type) {
    margin-bottom: 4px;
  }
}
.project-list__item .people-txt .role {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .project-list__item .people-txt .role {
    font-size: 10px;
    font-size: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .people-txt .role {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .people-txt .role {
    font-size: calc(14 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .people-txt .role {
    font-size: 14px;
  }
}
.project-list__item .people-txt .name {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .project-list__item .people-txt .name {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .people-txt .name {
    font-size: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .people-txt .name {
    font-size: calc(25 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .people-txt .name {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .project-list__item .people-txt-1 {
    font-size: 12px;
    font-size: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .people-txt-1 {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .people-txt-1 {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .people-txt-1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .project-list__item .people-txt-2 {
    font-size: 13px;
    font-size: calc(13 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .people-txt-2 {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .people-txt-2 {
    font-size: calc(21 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .people-txt-2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .project-list__item .people-txt-3 {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .people-txt-3 {
    font-size: 31px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .people-txt-3 {
    font-size: calc(31 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .people-txt-3 {
    font-size: 31px;
  }
}
.project-list__item .thumb {
  position: absolute;
  left: 0;
  top: 0;
}
.project-list__item .cross {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .project-list__item .cross {
    width: 63px;
    width: calc(63 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .cross {
    width: 112px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .cross {
    width: calc(112 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .cross {
    width: 112px;
  }
}
@media screen and (max-width: 768px) {
  .project-list__item .cross {
    height: 63px;
    height: calc(63 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .cross {
    height: 112px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .cross {
    height: calc(112 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .cross {
    height: 112px;
  }
}
@media screen and (max-width: 768px) {
  .project-list__item .cross {
    bottom: 15px;
    bottom: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .cross {
    bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .cross {
    bottom: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .cross {
    bottom: 30px;
  }
}
.project-list__item .cross:before, .project-list__item .cross:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 1px;
  background: #006EFF;
}
.project-list__item .cross:before {
  transform: rotate(45deg);
}
.project-list__item .cross:after {
  transform: rotate(-45deg);
}
.project-list__item .gr-2 {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .project-list__item .gr-2 {
    padding-top: 20px;
    padding-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .gr-2 {
    padding-top: 160px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .gr-2 {
    padding-top: calc(160 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .gr-2 {
    padding-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .project-list__item .gr-2 {
    padding-left: 20px;
    padding-left: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .gr-2 {
    padding-left: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .gr-2 {
    padding-left: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .gr-2 {
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .project-list__item .gr-2 {
    padding-right: 20px;
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .gr-2 {
    width: calc(100% - 935px);
    flex-grow: 1;
  }
}
.project-list__item .copy {
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .project-list__item .copy {
    font-size: 28px;
    font-size: calc(28 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .copy {
    font-size: 38px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .copy {
    font-size: calc(38 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .copy {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .project-list__item .copy {
    line-height: 40px;
    line-height: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .copy {
    line-height: 51px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .copy {
    line-height: calc(51 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .copy {
    line-height: 51px;
  }
}
@media screen and (max-width: 768px) {
  .project-list__item .copy {
    margin-bottom: 30px;
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .copy {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .copy {
    margin-bottom: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .copy {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .copy {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .project-list__item a {
    position: initial;
  }
  .project-list__item a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .project-list__item a:after {
    top: unset;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .project-list__item a:after {
    bottom: 28px;
    bottom: calc(28 / 375 * 100vw);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .project-list__item a:after {
    right: 53px;
    right: calc(53 / 375 * 100vw);
  }
}
/* ----------------------------------------------------------

SERVICE

---------------------------------------------------------- */
#service {
  color: #fff;
  position: relative;
  z-index: 2;
  background-image: url(../../assets/images/recruit2024/home-service-bg-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #service {
    padding-top: 120px;
    padding-top: calc(120 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #service {
    padding-top: 118px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #service {
    padding-top: calc(118 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #service {
    padding-top: 118px;
  }
}
@media screen and (max-width: 768px) {
  #service {
    padding-bottom: 88px;
    padding-bottom: calc(88 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #service {
    padding-bottom: 135px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #service {
    padding-bottom: calc(135 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #service {
    padding-bottom: 135px;
  }
}

#service-slogan {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #service-slogan {
    font-size: 114px;
    font-size: calc(114 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #service-slogan {
    font-size: 253px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #service-slogan {
    font-size: calc(253 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #service-slogan {
    font-size: 253px;
  }
}
@media screen and (max-width: 768px) {
  #service-slogan {
    margin-bottom: 40px;
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
#service-head-1 {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #service-head-1 {
    font-size: 30px;
    font-size: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #service-head-1 {
    font-size: 38px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #service-head-1 {
    font-size: calc(38 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #service-head-1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  #service-head-1 {
    margin-bottom: 30px;
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #service-head-1 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #service-head-1 {
    margin-bottom: calc(60 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #service-head-1 {
    margin-bottom: 60px;
  }
}

.service-body-1 {
  font-weight: 700; /* bold */
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .service-body-1 {
    font-size: 16px;
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-body-1 {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-body-1 {
    font-size: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-body-1 {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .service-body-1 {
    line-height: 30px;
    line-height: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-body-1 {
    line-height: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-body-1 {
    line-height: calc(32 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-body-1 {
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .service-body-1 {
    margin-bottom: 40px;
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-body-1 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-body-1 {
    margin-bottom: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-body-1 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .service-body-1 {
    width: 450px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-body-1 {
    width: calc(450 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-body-1 {
    width: 450px;
  }
}
@media screen and (min-width: 769px) {
  .service-body-1 {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------------------

MEMBER

---------------------------------------------------------- */
#member {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #member {
    padding-top: 120px;
    padding-top: calc(120 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #member {
    padding-top: 240px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #member {
    padding-top: calc(240 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #member {
    padding-top: 240px;
  }
}
@media screen and (max-width: 768px) {
  #member {
    padding-bottom: 120px;
    padding-bottom: calc(120 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #member {
    padding-bottom: 250px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #member {
    padding-bottom: calc(250 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #member {
    padding-bottom: 250px;
  }
}

#member-head-1 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #006EFF;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #member-head-1 {
    font-size: 102px;
    font-size: calc(102 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #member-head-1 {
    font-size: 179px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #member-head-1 {
    font-size: calc(179 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #member-head-1 {
    font-size: 179px;
  }
}
@media screen and (max-width: 768px) {
  #member-head-1 {
    margin-bottom: 48px;
    margin-bottom: calc(48 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #member-head-1 {
    margin-bottom: -82px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #member-head-1 {
    margin-bottom: calc(-82 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #member-head-1 {
    margin-bottom: -82px;
  }
}

#member-list {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #member-list {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #member-list {
    width: 1210px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #member-list {
    width: calc(1210 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #member-list {
    width: 1210px;
  }
}
@media screen and (min-width: 769px) {
  #member-list {
    display: flex;
    justify-content: center;
  }
}

.member-list__item {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .member-list__item {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item {
    width: 390px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item {
    width: calc(390 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item {
    width: 390px;
  }
}
@media screen and (max-width: 768px) {
  .member-list__item {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .member-list__item:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item:not(:nth-of-type(3n)) {
    margin-right: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .member-list__item:not(:last-of-type) {
    margin-bottom: 60px;
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
.member-list__item .thumb {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .member-list__item .thumb {
    margin-bottom: 30px;
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .thumb {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .thumb {
    margin-bottom: calc(26 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .thumb {
    margin-bottom: 26px;
  }
}
.member-list__item .thumb img {
  transition: all 0.3s ease-in-out;
}
.member-list__item .txt {
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .member-list__item .txt {
    padding-left: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .txt {
    padding-left: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .txt {
    padding-left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .txt {
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .txt {
    padding-right: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .txt {
    padding-right: 20px;
  }
}
.member-list__item .meta {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .member-list__item .meta {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .meta {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .meta {
    font-size: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .meta {
    font-size: 15px;
  }
}
.member-list__item .name {
  letter-spacing: 0.1em;
  font-weight: 700; /* bold */
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .member-list__item .name {
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .name {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .name {
    font-size: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .name {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .member-list__item .name {
    padding-bottom: 5px;
    padding-bottom: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .name {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .name {
    padding-bottom: calc(5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .name {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .member-list__item .name {
    margin-bottom: 10px;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .name {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .name {
    margin-bottom: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .name {
    margin-bottom: 10px;
  }
}
.member-list__item .copy {
  font-weight: 700; /* bold */
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .member-list__item .copy {
    font-size: 22px;
    font-size: calc(22 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .member-list__item .copy {
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .member-list__item .copy {
    font-size: calc(22 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .member-list__item .copy {
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) {
  .member-list__item:hover .thumb img {
    scale: 1.1;
  }
  .member-list__item:hover .txt {
    opacity: 0.6;
  }
}
