@charset "UTF-8";
@media screen and (max-width: 767px) {
  .page-project__section {
    padding: 10% 6%;
  }
  .page-project__section * {
    letter-spacing: 0.1em;
    text-align: justify;
  }
  .page-project__section h1 {
    font-weight: 600;
    font-size: 1.4rem;
    margin: 0 0 15px;
  }
  .page-project__section .project_mv {
    margin: 0 0 20px;
  }
  .page-project__section .lead_text {
    font-weight: 500;
    line-height: 160%;
    margin: 0 0 40px;
    font-size: 1.4rem;
  }
  .page-project__section .detail > li {
    margin: 0 0 25px;
  }
  .page-project__section .detail > li h2 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    display: inline-block;
    padding: 0 0 10px;
    margin: 0 0 10px;
    position: relative;
  }
  .page-project__section .detail > li h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #EEEEEE;
    border-radius: 2px;
  }
  .page-project__section .detail > li p {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .page-project__section .detail > li.result ul li {
    text-align: left;
  }
  .page-project__section .detail > li.result ul li::before {
    content: '■';
  }
  .page-project__section .detail > li.flow {
    margin: 50px 0;
    text-align: center;
  }
  .page-project__section .detail > li.flow h2 {
    margin: 0 0 30px;
  }
  .page-project__section .detail > li.flow .picture {
    margin: 0 0 70px;
  }
  .page-project__section .detail > li.flow .picture picture {
    display: block;
    text-align: center;
  }
  .page-project__section .detail > li.flow .picture picture img {
    width: 92%;
  }
  .page-project__section .detail > li.link ul li {
    word-break: break-all;
    margin: 0 0 8px;
    text-align: left;
  }
  .page-project__section .detail > li .body_of_letter .box {
    text-align: left;
    margin: 0 0 60px;
  }
  .page-project__section .detail > li .body_of_letter .box h3 {
    font-weight: 700;
    font-size: 1.6rem;
    margin: 0 0 10px;
    line-height: 120%;
  }
  .page-project__section .detail > li .body_of_letter .box p {
    font-weight: 500;
    text-align: left;
    font-size: 1.4rem;
  }
  .page-project__section .detail > li .body_of_letter .box figure {
    margin: 15px 0 0;
  }

  .vap {
    margin: 60px 0 0;
    display: block;
    position: relative;
    text-align: center;
    padding: 55px 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    border: 1px solid #EEEEEE;
    background-color: #ffffff;
    overflow: hidden;
    transition: .5s;
  }
  .vap::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    transition: .2s;
  }
  .vap::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 10px;
    height: 7px;
    margin-top: -4px;
    background-image: url(../assets/img/common/arrow-01.svg);
    background-size: 10px 7px;
    background-position: center;
  }
}
@media screen and (min-width: 768px) {
  .page-project__section {
    padding: 120px;
  }
  .page-project__section * {
    letter-spacing: 0.1em;
    text-align: justify;
  }
  .page-project__section h1 {
    font-weight: 600;
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 15px;
  }
  .page-project__section .project_mv {
    margin: 0 0 15px;
  }
  .page-project__section .lead_text {
    font-weight: 500;
    line-height: 200%;
    margin: 0 0 60px;
  }
  .page-project__section .detail > li {
    margin: 0 0 60px;
    text-align: center;
  }
  .page-project__section .detail > li h2 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    display: inline-block;
    padding: 0 0 10px;
    margin: 0 0 10px;
    position: relative;
  }
  .page-project__section .detail > li h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #EEEEEE;
    border-radius: 2px;
  }
  .page-project__section .detail > li p {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .page-project__section .detail > li.result ul {
    width: 80%;
    margin: 0 auto;
  }
  .page-project__section .detail > li.result ul li {
    text-align: left;
  }
  .page-project__section .detail > li.result ul li::before {
    content: '■';
  }
  .page-project__section .detail > li.flow {
    margin: 0 0 100px;
  }
  .page-project__section .detail > li.flow h2 {
    margin: 0 0 30px;
  }
  .page-project__section .detail > li.flow .picture {
    margin: 0 0 70px;
  }
  .page-project__section .detail > li.link ul li {
    word-break: break-all;
    margin: 0 0 8px;
    text-align: left;
  }
  .page-project__section .detail > li .body_of_letter .box {
    text-align: left;
    margin: 0 0 60px;
  }
  .page-project__section .detail > li .body_of_letter .box h3 {
    font-weight: 700;
    font-size: 2.0rem;
    margin: 0 0 14px;
  }
  .page-project__section .detail > li .body_of_letter .box p {
    font-weight: 500;
    text-align: left;
    font-size: 1.6rem;
  }
  .page-project__section .detail > li .body_of_letter .box figure {
    margin: 25px 0 0;
  }

  .vap {
    margin: 100px 0 0;
    display: block;
    position: relative;
    text-align: center;
    padding: 55px 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    border: 1px solid #EEEEEE;
    background-color: #ffffff;
    overflow: hidden;
    transition: .5s;
  }
  .vap:hover {
    background-color: #F5F5F5;
    text-decoration: none;
  }
  .vap:hover::before {
    left: 100%;
  }
  .vap::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    transition: .2s;
  }
  .vap::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 10px;
    height: 7px;
    margin-top: -4px;
    background-image: url(../assets/img/common/arrow-01.svg);
    background-size: 10px 7px;
    background-position: center;
  }
}
