@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;
}

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

PROJECT STORY

---------------------------------------------------------- */
#project {
  color: #fff;
}
#project .inner {
  margin-left: auto;
  margin-right: auto;
}

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

.project-list__item {
  color: #fff;
  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;
  background: #000;
}
@media screen and (max-width: 768px) {
  .project-list__item .gr-2 {
    width: 375px;
    width: calc(375 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-list__item .gr-2 {
    width: 585px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-list__item .gr-2 {
    width: calc(585 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-list__item .gr-2 {
    width: 585px;
  }
}
@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);
  }
}
/* ----------------------------------------------------------

ボタン

---------------------------------------------------------- */
.project-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) {
  .project-btn-1 {
    width: 300px;
    width: calc(300 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-btn-1 {
    width: 450px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-btn-1 {
    width: calc(450 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-btn-1 {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .project-btn-1 {
    height: 77px;
    height: calc(77 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-btn-1 {
    height: 77px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-btn-1 {
    height: calc(77 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-btn-1 {
    height: 77px;
  }
}
@media screen and (max-width: 768px) {
  .project-btn-1 {
    border-radius: 4px;
    border-radius: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-btn-1 {
    border-radius: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-btn-1 {
    border-radius: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-btn-1 {
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .project-btn-1 {
    font-size: 18px;
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-btn-1 {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-btn-1 {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-btn-1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .project-btn-1.type-2 {
    width: 300px;
    width: calc(300 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-btn-1.type-2 {
    width: 400px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-btn-1.type-2 {
    width: calc(400 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-btn-1.type-2 {
    width: 400px;
  }
}
.project-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) {
  .project-btn-1:after {
    right: 15px;
    right: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-btn-1:after {
    right: 31px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-btn-1:after {
    right: calc(31 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-btn-1:after {
    right: 31px;
  }
}
@media screen and (max-width: 768px) {
  .project-btn-1:after {
    width: 8px;
    width: calc(8 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-btn-1:after {
    width: 8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-btn-1:after {
    width: calc(8 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-btn-1:after {
    width: 8px;
  }
}
@media screen and (max-width: 768px) {
  .project-btn-1:after {
    height: 12px;
    height: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .project-btn-1:after {
    height: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .project-btn-1:after {
    height: calc(12 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .project-btn-1:after {
    height: 12px;
  }
}
@media screen and (min-width: 769px) {
  .project-btn-1 {
    transition: all 0.3s ease-in-out 0.1s;
  }
  .project-btn-1:hover {
    background: rgba(255, 255, 255, 0.12);
    scale: 1.05;
  }
}

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

詳細ページ

---------------------------------------------------------- */
#project-detail__meta {
  width: 100%;
  position: relative;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #project-detail__meta {
    height: 158px;
    height: calc(158 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta {
    height: 640px;
    height: calc(640 / 1520 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #project-detail__meta {
    margin-bottom: 40px;
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta {
    margin-bottom: 62px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta {
    margin-bottom: calc(62 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta {
    margin-bottom: 62px;
  }
}
#project-detail__meta .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-detail__meta .title {
    left: 6px;
    left: calc(6 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta .title {
    left: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta .title {
    left: calc(14 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta .title {
    left: 14px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__meta .title {
    font-size: 33px;
    font-size: calc(33 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta .title {
    font-size: 84px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta .title {
    font-size: calc(84 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta .title {
    font-size: 84px;
  }
}
#project-detail__meta .gr-1 {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #project-detail__meta .gr-1 {
    width: 355px;
    width: calc(355 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta .gr-1 {
    width: 618px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta .gr-1 {
    width: calc(618 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta .gr-1 {
    width: 618px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__meta .gr-1 {
    height: 50px;
    height: calc(50 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta .gr-1 {
    height: 116px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta .gr-1 {
    height: calc(116 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta .gr-1 {
    height: 116px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__meta .gr-1 {
    bottom: -40px;
    bottom: calc(-40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta .gr-1 {
    bottom: -62px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta .gr-1 {
    bottom: calc(-62 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta .gr-1 {
    bottom: -62px;
  }
}
#project-detail__meta .people {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #project-detail__meta .people {
    bottom: 0px;
    bottom: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta .people {
    bottom: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta .people {
    bottom: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta .people {
    bottom: 0px;
  }
}
#project-detail__meta .people-1 {
  left: 0;
}
#project-detail__meta .people-1 .people-txt {
  background: #006EFF;
}
#project-detail__meta .people-2 {
  right: 0;
}
#project-detail__meta .people-2 .people-txt {
  background: #000;
}
#project-detail__meta .people-2.project-03 .people-txt {
  background: #0052BF;
}
#project-detail__meta .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-detail__meta .people-txt {
    width: 150px;
    width: calc(150 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta .people-txt {
    width: 230px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta .people-txt {
    width: calc(230 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta .people-txt {
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__meta .people-txt {
    line-height: 20px;
    line-height: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta .people-txt {
    line-height: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta .people-txt {
    line-height: calc(35 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta .people-txt {
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__meta .people-txt {
    padding-left: 5px;
    padding-left: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta .people-txt {
    padding-left: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta .people-txt {
    padding-left: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta .people-txt {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__meta .people-txt {
    padding-right: 5px;
    padding-right: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta .people-txt {
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta .people-txt {
    padding-right: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta .people-txt {
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__meta .people-txt:not(:last-of-type) {
    margin-bottom: 4px;
    margin-bottom: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta .people-txt:not(:last-of-type) {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta .people-txt:not(:last-of-type) {
    margin-bottom: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta .people-txt:not(:last-of-type) {
    margin-bottom: 4px;
  }
}
#project-detail__meta .people-txt .role {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #project-detail__meta .people-txt .role {
    font-size: 10px;
    font-size: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta .people-txt .role {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta .people-txt .role {
    font-size: calc(14 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta .people-txt .role {
    font-size: 14px;
  }
}
#project-detail__meta .people-txt .name {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #project-detail__meta .people-txt .name {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta .people-txt .name {
    font-size: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta .people-txt .name {
    font-size: calc(25 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta .people-txt .name {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__meta .people-txt-1 {
    font-size: 12px;
    font-size: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta .people-txt-1 {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta .people-txt-1 {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta .people-txt-1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__meta .people-txt-2 {
    font-size: 13px;
    font-size: calc(13 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta .people-txt-2 {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta .people-txt-2 {
    font-size: calc(21 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta .people-txt-2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__meta .people-txt-3 {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta .people-txt-3 {
    font-size: 31px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta .people-txt-3 {
    font-size: calc(31 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta .people-txt-3 {
    font-size: 31px;
  }
}
#project-detail__meta .cross {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #project-detail__meta .cross {
    width: 43px;
    width: calc(43 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta .cross {
    width: 112px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta .cross {
    width: calc(112 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta .cross {
    width: 112px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__meta .cross {
    height: 43px;
    height: calc(43 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta .cross {
    height: 112px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta .cross {
    height: calc(112 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta .cross {
    height: 112px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__meta .cross {
    bottom: 5px;
    bottom: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__meta .cross {
    bottom: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__meta .cross {
    bottom: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__meta .cross {
    bottom: 0px;
  }
}
#project-detail__meta .cross:before, #project-detail__meta .cross:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 141%;
  height: 1px;
  background: #006EFF;
}
#project-detail__meta .cross:before {
  transform: rotate(45deg);
}
#project-detail__meta .cross:after {
  transform: rotate(-45deg);
}
#project-detail__meta .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  #project-detail__mission {
    padding-top: 60px;
    padding-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__mission {
    padding-top: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__mission {
    padding-top: calc(100 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__mission {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__mission {
    padding-bottom: 60px;
    padding-bottom: calc(60 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__mission {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__mission {
    padding-bottom: calc(100 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__mission {
    padding-bottom: 100px;
  }
}
#project-detail__mission .label {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #project-detail__mission .label {
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__mission .label {
    font-size: 41px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__mission .label {
    font-size: calc(41 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__mission .label {
    font-size: 41px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__mission .label {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__mission .label {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__mission .label {
    margin-bottom: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__mission .label {
    margin-bottom: 40px;
  }
}
#project-detail__mission .title {
  width: 100%;
  font-weight: 700; /* bold */
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #project-detail__mission .title {
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__mission .title {
    font-size: 43px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__mission .title {
    font-size: calc(43 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__mission .title {
    font-size: 43px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__mission .title {
    line-height: 30px;
    line-height: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__mission .title {
    line-height: 57px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__mission .title {
    line-height: calc(57 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__mission .title {
    line-height: 57px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__mission .title {
    padding-top: 10px;
    padding-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__mission .title {
    padding-top: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__mission .title {
    padding-top: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__mission .title {
    padding-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__mission .title {
    padding-bottom: 10px;
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__mission .title {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__mission .title {
    padding-bottom: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__mission .title {
    padding-bottom: 18px;
  }
}
#project-detail__mission .title:before, #project-detail__mission .title:after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 768px) {
  #project-detail__mission .title:before, #project-detail__mission .title:after {
    width: 20px;
    width: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__mission .title:before, #project-detail__mission .title:after {
    width: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__mission .title:before, #project-detail__mission .title:after {
    width: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__mission .title:before, #project-detail__mission .title:after {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__mission .title:before, #project-detail__mission .title:after {
    height: 20px;
    height: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__mission .title:before, #project-detail__mission .title:after {
    height: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__mission .title:before, #project-detail__mission .title:after {
    height: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__mission .title:before, #project-detail__mission .title:after {
    height: 20px;
  }
}
#project-detail__mission .title:before {
  top: 0;
  left: 0;
  border-top: solid 2px #006EFF;
  border-left: solid 2px #006EFF;
}
#project-detail__mission .title:after {
  bottom: 0;
  right: 0;
  border-bottom: solid 2px #006EFF;
  border-right: solid 2px #006EFF;
}

@media screen and (max-width: 768px) {
  #project-detail__data {
    margin-bottom: 100px;
    margin-bottom: calc(100 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__data {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__data {
    margin-bottom: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__data {
    margin-bottom: 150px;
  }
}
#project-detail__data .data-container {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #project-detail__data .data-container {
    border-radius: 6px;
    border-radius: calc(6 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__data .data-container {
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__data .data-container {
    border-radius: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__data .data-container {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__data .data-container {
    padding-top: 30px;
    padding-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__data .data-container {
    padding-top: 57px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__data .data-container {
    padding-top: calc(57 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__data .data-container {
    padding-top: 57px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__data .data-container {
    padding-bottom: 20px;
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__data .data-container {
    padding-bottom: 37px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__data .data-container {
    padding-bottom: calc(37 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__data .data-container {
    padding-bottom: 37px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__data .data-container {
    padding-left: 20px;
    padding-left: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__data .data-container {
    padding-left: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__data .data-container {
    padding-left: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__data .data-container {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__data .data-container {
    padding-right: 20px;
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__data .data-container {
    padding-right: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__data .data-container {
    padding-right: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__data .data-container {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__data .data-container {
    border: solid 2px #006EFF;
  }
}
@media screen and (min-width: 769px) {
  #project-detail__data .data-container {
    border: solid 3px #006EFF;
    display: flex;
  }
}
#project-detail__data .label {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #006EFF;
}
@media screen and (max-width: 768px) {
  #project-detail__data .label {
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__data .label {
    font-size: 34px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__data .label {
    font-size: calc(34 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__data .label {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__data .label {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__data .label {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__data .label {
    margin-bottom: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__data .label {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  #project-detail__data .label {
    width: 220px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__data .label {
    width: calc(220 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__data .label {
    width: 220px;
  }
}
#project-detail__data .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  #project-detail__data .list {
    width: 830px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__data .list {
    width: calc(830 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__data .list {
    width: 830px;
  }
}
#project-detail__data .list-item {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #DCDCDC;
}
@media screen and (max-width: 768px) {
  #project-detail__data .list-item {
    width: 295px;
    width: calc(295 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__data .list-item {
    width: 400px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__data .list-item {
    width: calc(400 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__data .list-item {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__data .list-item {
    margin-bottom: 10px;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__data .list-item {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__data .list-item {
    margin-bottom: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__data .list-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__data .list-item {
    padding-bottom: 5px;
    padding-bottom: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__data .list-item {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__data .list-item {
    padding-bottom: calc(5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__data .list-item {
    padding-bottom: 5px;
  }
}
#project-detail__data .list-item__label {
  background: #006EFF;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #project-detail__data .list-item__label {
    width: 90px;
    width: calc(90 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__data .list-item__label {
    width: 110px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__data .list-item__label {
    width: calc(110 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__data .list-item__label {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__data .list-item__label {
    height: 20px;
    height: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__data .list-item__label {
    height: 23px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__data .list-item__label {
    height: calc(23 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__data .list-item__label {
    height: 23px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__data .list-item__label {
    border-radius: 12px;
    border-radius: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__data .list-item__label {
    border-radius: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__data .list-item__label {
    border-radius: calc(12 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__data .list-item__label {
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__data .list-item__label {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__data .list-item__label {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__data .list-item__label {
    font-size: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__data .list-item__label {
    font-size: 15px;
  }
}
#project-detail__data .list-item__value {
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  #project-detail__data .list-item__value {
    width: 275px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__data .list-item__value {
    width: calc(275 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__data .list-item__value {
    width: 275px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__data .list-item__value {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__data .list-item__value {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__data .list-item__value {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__data .list-item__value {
    font-size: 18px;
  }
}

.chapter-item {
  border-top: solid 1px #DCDCDC;
}
@media screen and (max-width: 768px) {
  .chapter-item {
    padding-top: 40px;
    padding-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .chapter-item {
    padding-top: 91px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .chapter-item {
    padding-top: calc(91 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .chapter-item {
    padding-top: 91px;
  }
}
@media screen and (max-width: 768px) {
  .chapter-item {
    padding-bottom: 40px;
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .chapter-item {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .chapter-item {
    padding-bottom: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .chapter-item {
    padding-bottom: 150px;
  }
}
.chapter-item .chapter-item__label {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-weight: 700;
  color: #006EFF;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .chapter-item .chapter-item__label {
    font-size: 40px;
    font-size: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .chapter-item .chapter-item__label {
    font-size: 112px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .chapter-item .chapter-item__label {
    font-size: calc(112 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .chapter-item .chapter-item__label {
    font-size: 112px;
  }
}
@media screen and (max-width: 768px) {
  .chapter-item .chapter-item__label {
    margin-bottom: -14px;
    margin-bottom: calc(-14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .chapter-item .chapter-item__label {
    margin-bottom: -37px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .chapter-item .chapter-item__label {
    margin-bottom: calc(-37 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .chapter-item .chapter-item__label {
    margin-bottom: -37px;
  }
}
@media screen and (max-width: 768px) {
  .chapter-item .figure {
    margin-bottom: 30px;
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .chapter-item .figure {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .chapter-item .figure {
    margin-bottom: calc(70 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .chapter-item .figure {
    margin-bottom: 70px;
  }
}
.chapter-item .chapter-item__title {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .chapter-item .chapter-item__title {
    font-size: 22px;
    font-size: calc(22 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .chapter-item .chapter-item__title {
    font-size: 43px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .chapter-item .chapter-item__title {
    font-size: calc(43 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .chapter-item .chapter-item__title {
    font-size: 43px;
  }
}
@media screen and (max-width: 768px) {
  .chapter-item .chapter-item__title {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .chapter-item .chapter-item__title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .chapter-item .chapter-item__title {
    margin-bottom: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .chapter-item .chapter-item__title {
    margin-bottom: 40px;
  }
}
.chapter-item .chapter-item__body {
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .chapter-item .chapter-item__body {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .chapter-item .chapter-item__body {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .chapter-item .chapter-item__body {
    font-size: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .chapter-item .chapter-item__body {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .chapter-item .chapter-item__body {
    line-height: 28px;
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .chapter-item .chapter-item__body {
    line-height: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .chapter-item .chapter-item__body {
    line-height: calc(32 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .chapter-item .chapter-item__body {
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .chapter-item .chapter-item__body {
    width: 295px;
    width: calc(295 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .chapter-item .chapter-item__body {
    width: 650px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .chapter-item .chapter-item__body {
    width: calc(650 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .chapter-item .chapter-item__body {
    width: 650px;
  }
}
@media screen and (max-width: 768px) {
  .chapter-item .chapter-item__body:not(:last-of-type) {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .chapter-item .chapter-item__body:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .chapter-item .chapter-item__body:not(:last-of-type) {
    margin-bottom: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .chapter-item .chapter-item__body:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.chapter-item .blue {
  color: #006EFF;
}

#project-detail__winning {
  background: linear-gradient(to right, #006eff 0%, #0052bf 100%);
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #project-detail__winning {
    padding-top: 46px;
    padding-top: calc(46 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__winning {
    padding-top: 115px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__winning {
    padding-top: calc(115 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__winning {
    padding-top: 115px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__winning {
    padding-bottom: 60px;
    padding-bottom: calc(60 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__winning {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__winning {
    padding-bottom: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__winning {
    padding-bottom: 150px;
  }
}
#project-detail__winning .label {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-weight: 700;
  color: #006EFF;
  position: absolute;
  top: 0%;
  left: 50%;
  translate: -50% 0%;
  display: block;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #project-detail__winning .label {
    font-size: 94px;
    font-size: calc(94 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__winning .label {
    font-size: 239px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__winning .label {
    font-size: calc(239 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__winning .label {
    font-size: 239px;
  }
}
#project-detail__winning .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #project-detail__winning .title {
    margin-bottom: 30px;
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__winning .title {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__winning .title {
    margin-bottom: calc(35 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__winning .title {
    margin-bottom: 35px;
  }
}
#project-detail__winning .title .name {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: solid 2px #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #project-detail__winning .title .name {
    width: 260px;
    width: calc(260 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__winning .title .name {
    width: 550px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__winning .title .name {
    width: calc(550 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__winning .title .name {
    width: 550px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__winning .title .name {
    height: 40px;
    height: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__winning .title .name {
    height: 96px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__winning .title .name {
    height: calc(96 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__winning .title .name {
    height: 96px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__winning .title .name {
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__winning .title .name {
    font-size: 43px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__winning .title .name {
    font-size: calc(43 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__winning .title .name {
    font-size: 43px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__winning .title .name {
    margin-bottom: 6px;
    margin-bottom: calc(6 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__winning .title .name {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__winning .title .name {
    margin-bottom: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__winning .title .name {
    margin-bottom: 10px;
  }
}
#project-detail__winning .title .txt-1 {
  font-weight: 700; /* bold */
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #project-detail__winning .title .txt-1 {
    font-size: 16px;
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__winning .title .txt-1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__winning .title .txt-1 {
    font-size: calc(28 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__winning .title .txt-1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__winning .title .txt-1 {
    margin-bottom: 5px;
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__winning .title .txt-1 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__winning .title .txt-1 {
    margin-bottom: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__winning .title .txt-1 {
    margin-bottom: 10px;
  }
}
#project-detail__winning .title .txt-2 {
  font-weight: 700; /* bold */
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #project-detail__winning .title .txt-2 {
    font-size: 30px;
    font-size: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__winning .title .txt-2 {
    font-size: 78px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__winning .title .txt-2 {
    font-size: calc(78 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__winning .title .txt-2 {
    font-size: 78px;
  }
}
#project-detail__winning .lead {
  width: 100%;
  font-weight: 700; /* bold */
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #project-detail__winning .lead {
    font-size: 19px;
    font-size: calc(19 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__winning .lead {
    font-size: 43px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__winning .lead {
    font-size: calc(43 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__winning .lead {
    font-size: 43px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__winning .lead {
    line-height: 30px;
    line-height: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__winning .lead {
    line-height: 57px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__winning .lead {
    line-height: calc(57 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__winning .lead {
    line-height: 57px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__winning .lead {
    padding-top: 24px;
    padding-top: calc(24 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__winning .lead {
    padding-top: 22px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__winning .lead {
    padding-top: calc(22 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__winning .lead {
    padding-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__winning .lead {
    padding-bottom: 24px;
    padding-bottom: calc(24 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__winning .lead {
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__winning .lead {
    padding-bottom: calc(21 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__winning .lead {
    padding-bottom: 21px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__winning .lead {
    margin-bottom: 30px;
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__winning .lead {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__winning .lead {
    margin-bottom: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__winning .lead {
    margin-bottom: 40px;
  }
}
#project-detail__winning .lead:before, #project-detail__winning .lead:after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 768px) {
  #project-detail__winning .lead:before, #project-detail__winning .lead:after {
    width: 20px;
    width: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__winning .lead:before, #project-detail__winning .lead:after {
    width: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__winning .lead:before, #project-detail__winning .lead:after {
    width: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__winning .lead:before, #project-detail__winning .lead:after {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__winning .lead:before, #project-detail__winning .lead:after {
    height: 20px;
    height: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__winning .lead:before, #project-detail__winning .lead:after {
    height: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__winning .lead:before, #project-detail__winning .lead:after {
    height: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__winning .lead:before, #project-detail__winning .lead:after {
    height: 20px;
  }
}
#project-detail__winning .lead:before {
  top: 0;
  left: 0;
  border-top: solid 2px #FFF;
  border-left: solid 2px #FFF;
}
#project-detail__winning .lead:after {
  bottom: 0;
  right: 0;
  border-bottom: solid 2px #FFF;
  border-right: solid 2px #FFF;
}

#project-detail__result {
  background: linear-gradient(to right, #0052BF 0%, #0052BF 50%, #006EFF 50%, #006EFF 100%);
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #project-detail__result {
    padding-top: 46px;
    padding-top: calc(46 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__result {
    padding-top: 133px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__result {
    padding-top: calc(133 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__result {
    padding-top: 133px;
  }
}
@media screen and (max-width: 768px) {
  #project-detail__result {
    padding-bottom: 60px;
    padding-bottom: calc(60 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-detail__result {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-detail__result {
    padding-bottom: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-detail__result {
    padding-bottom: 150px;
  }
}

.result-head-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .result-head-1 {
    margin-bottom: 40px;
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-head-1 {
    margin-bottom: 54px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-head-1 {
    margin-bottom: calc(54 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-head-1 {
    margin-bottom: 54px;
  }
}
.result-head-1 .en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .result-head-1 .en {
    font-size: 46px;
    font-size: calc(46 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-head-1 .en {
    font-size: 115px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-head-1 .en {
    font-size: calc(115 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-head-1 .en {
    font-size: 115px;
  }
}
@media screen and (max-width: 768px) {
  .result-head-1 .en {
    margin-bottom: 5px;
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-head-1 .en {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-head-1 .en {
    margin-bottom: calc(5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-head-1 .en {
    margin-bottom: 5px;
  }
}
.result-head-1 .ja {
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .result-head-1 .ja {
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-head-1 .ja {
    font-size: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-head-1 .ja {
    font-size: calc(28 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-head-1 .ja {
    font-size: 28px;
  }
}

.result-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .result-list__item.column-2 {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item.column-2 {
    width: 550px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item.column-2 {
    width: calc(550 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item.column-2 {
    width: 550px;
  }
}
@media screen and (max-width: 768px) {
  .result-list__item.column-2 {
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .result-list__item.column-2 {
    margin-left: 105px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item.column-2 {
    margin-left: calc(105 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item.column-2 {
    margin-left: 105px;
  }
}
@media screen and (max-width: 768px) {
  .result-list__item.column-2 {
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .result-list__item.column-2 {
    margin-right: 105px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item.column-2 {
    margin-right: calc(105 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item.column-2 {
    margin-right: 105px;
  }
}
@media screen and (max-width: 768px) {
  .result-list__item.column-2 .figure {
    margin-bottom: 6px;
    margin-bottom: calc(6 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item.column-2 .figure {
    margin-bottom: 39px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item.column-2 .figure {
    margin-bottom: calc(39 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item.column-2 .figure {
    margin-bottom: 39px;
  }
}
.result-list__item.column-2 .figure img {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .result-list__item.column-2 .figure img {
    height: 265px;
    height: calc(265 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item.column-2 .figure img {
    height: 416px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item.column-2 .figure img {
    height: calc(416 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item.column-2 .figure img {
    height: 416px;
  }
}
@media screen and (max-width: 768px) {
  .result-list__item.column-2 .figure img {
    border-radius: 12px;
    border-radius: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item.column-2 .figure img {
    border-radius: 22px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item.column-2 .figure img {
    border-radius: calc(22 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item.column-2 .figure img {
    border-radius: 22px;
  }
}
@media screen and (min-width: 769px) {
  .result-list__item.column-2 .caption {
    left: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item.column-2 .caption {
    left: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item.column-2 .caption {
    left: 18px;
  }
}
@media screen and (min-width: 769px) {
  .result-list__item.column-2 .caption {
    bottom: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item.column-2 .caption {
    bottom: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item.column-2 .caption {
    bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .result-list__item.column-2 .caption {
    top: -17px;
    top: calc(-17 / 375 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .result-list__item.column-2 .caption {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .result-list__item.column-2 .caption {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .result-list__item.column-2 .body {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item.column-2 .body {
    width: 446px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item.column-2 .body {
    width: calc(446 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item.column-2 .body {
    width: 446px;
  }
}
@media screen and (max-width: 768px) {
  .result-list__item.column-3 {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item.column-3 {
    width: 350px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item.column-3 {
    width: calc(350 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item.column-3 {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .result-list__item.column-3 {
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .result-list__item.column-3 {
    margin-left: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item.column-3 {
    margin-left: calc(25 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item.column-3 {
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .result-list__item.column-3 {
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .result-list__item.column-3 {
    margin-right: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item.column-3 {
    margin-right: calc(25 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item.column-3 {
    margin-right: 25px;
  }
}
.result-list__item.column-3 .caption {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .result-list__item.column-3 .caption {
    top: -10px;
    top: calc(-10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item.column-3 .caption {
    top: -20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item.column-3 .caption {
    top: calc(-20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item.column-3 .caption {
    top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .result-list__item.column-3 .body {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item.column-3 .body {
    width: 350px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item.column-3 .body {
    width: calc(350 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item.column-3 .body {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .result-list__item:not(:last-of-type) {
    margin-bottom: 40px;
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.result-list__item .figure {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .result-list__item .figure {
    border-radius: 12px;
    border-radius: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item .figure {
    border-radius: 22px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item .figure {
    border-radius: calc(22 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item .figure {
    border-radius: 22px;
  }
}
.result-list__item .caption {
  z-index: 2;
}
.result-list__item.people-1 .people-txt {
  background: #006EFF;
}
.result-list__item.people-2 .people-txt, .result-list__item.people-3 .people-txt {
  background: #000;
}
.result-list__item.people-2.project-03 .people-txt, .result-list__item.people-3.project-03 .people-txt {
  background: #0052BF;
}
.result-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) {
  .result-list__item .people-txt {
    width: 230px;
    width: calc(230 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item .people-txt {
    width: 230px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item .people-txt {
    width: calc(230 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item .people-txt {
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .result-list__item .people-txt {
    line-height: 35px;
    line-height: calc(35 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item .people-txt {
    line-height: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item .people-txt {
    line-height: calc(35 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item .people-txt {
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .result-list__item .people-txt {
    padding-left: 5px;
    padding-left: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item .people-txt {
    padding-left: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item .people-txt {
    padding-left: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item .people-txt {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .result-list__item .people-txt {
    padding-right: 5px;
    padding-right: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item .people-txt {
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item .people-txt {
    padding-right: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item .people-txt {
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .result-list__item .people-txt:not(:last-of-type) {
    margin-bottom: 4px;
    margin-bottom: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item .people-txt:not(:last-of-type) {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item .people-txt:not(:last-of-type) {
    margin-bottom: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item .people-txt:not(:last-of-type) {
    margin-bottom: 4px;
  }
}
.result-list__item .people-txt .role {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .result-list__item .people-txt .role {
    font-size: 10px;
    font-size: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item .people-txt .role {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item .people-txt .role {
    font-size: calc(14 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item .people-txt .role {
    font-size: 14px;
  }
}
.result-list__item .people-txt .name {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .result-list__item .people-txt .name {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item .people-txt .name {
    font-size: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item .people-txt .name {
    font-size: calc(25 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item .people-txt .name {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .result-list__item .people-txt-1 {
    font-size: 17px;
    font-size: calc(17 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item .people-txt-1 {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item .people-txt-1 {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item .people-txt-1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .result-list__item .people-txt-2 {
    font-size: 21px;
    font-size: calc(21 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item .people-txt-2 {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item .people-txt-2 {
    font-size: calc(21 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item .people-txt-2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .result-list__item .people-txt-3 {
    font-size: 31px;
    font-size: calc(31 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item .people-txt-3 {
    font-size: 31px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item .people-txt-3 {
    font-size: calc(31 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item .people-txt-3 {
    font-size: 31px;
  }
}
.result-list__item .body {
  font-weight: 500; /* medium */
  letter-spacing: 0.03em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .result-list__item .body {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item .body {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item .body {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item .body {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .result-list__item .body {
    line-height: 28px;
    line-height: calc(28 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .result-list__item .body {
    line-height: 33px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .result-list__item .body {
    line-height: calc(33 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .result-list__item .body {
    line-height: 33px;
  }
}

#project-archive {
  background: #000;
}
@media screen and (max-width: 768px) {
  #project-archive {
    padding-top: 60px;
    padding-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-archive {
    padding-top: 140px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-archive {
    padding-top: calc(140 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-archive {
    padding-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  #project-archive {
    padding-bottom: 60px;
    padding-bottom: calc(60 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-archive {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-archive {
    padding-bottom: calc(90 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-archive {
    padding-bottom: 90px;
  }
}
#project-archive .project-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) {
  #project-archive .project-head-1 {
    font-size: 30px;
    font-size: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-archive .project-head-1 {
    font-size: 47px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-archive .project-head-1 {
    font-size: calc(47 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-archive .project-head-1 {
    font-size: 47px;
  }
}
@media screen and (max-width: 768px) {
  #project-archive .project-head-1 {
    padding-bottom: 20px;
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-archive .project-head-1 {
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-archive .project-head-1 {
    padding-bottom: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-archive .project-head-1 {
    padding-bottom: 17px;
  }
}
@media screen and (max-width: 768px) {
  #project-archive .project-head-1 {
    margin-bottom: 40px;
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-archive .project-head-1 {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-archive .project-head-1 {
    margin-bottom: calc(90 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-archive .project-head-1 {
    margin-bottom: 90px;
  }
}
#project-archive .project-head-1:after {
  content: "";
  background: #006EFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  #project-archive .project-head-1:after {
    width: 24px;
    width: calc(24 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-archive .project-head-1:after {
    width: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-archive .project-head-1:after {
    width: calc(24 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-archive .project-head-1:after {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  #project-archive .project-head-1:after {
    height: 3px;
    height: calc(3 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-archive .project-head-1:after {
    height: 3px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-archive .project-head-1:after {
    height: calc(3 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-archive .project-head-1:after {
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  #project-archive .project-list {
    margin-bottom: 40px;
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #project-archive .project-list {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #project-archive .project-list {
    margin-bottom: calc(90 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #project-archive .project-list {
    margin-bottom: 90px;
  }
}
