@charset "UTF-8";



.p-mv {
    width: 100%;
    height: 400px;
    text-align: center;
    background: url(../../images/page/concept/bg_concept_01.jpg)no-repeat;
    background-position: center;
    background-size: cover;
}

.p-mv-head {
    padding: 199px 0 150px;
    vertical-align: middle;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.4em;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}



.p-content {
  padding: 130px 30px 150px;
  max-width: 1600px;
  margin: 0 auto;
}
.p-content img {
  width: 100%;
}


.p-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-2col-block {
  width: 50%;
}

.p-2col-block:last-child {
  padding-left: 10px;
}

.p-2col-info {
    position: relative;
    padding: 60px 0 50px 90px;
    font-family: 'Noto Serif JP', serif;
}

.p-2col:nth-child(2) {
  margin-top: 10px;
}

.p-2col-info h2 {
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: 0.2em;
    line-height: 1;
    padding-bottom: 30px;
}

.p-2col-info p {
    padding-bottom: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.5;
}

.p-2col:first-child .p-2col-page {
    position: absolute;
    right: -30px;
    color: #8c806f;
    font-size: 16px;
    font-size: 1.6rem;
    transform: rotate(-90deg);
    top: 50%;
    letter-spacing: 0.2em;
}

.p-2col:last-child .p-2col-page {
    position: absolute;
    left: -10px;
    color: #8c806f;
    font-size: 16px;
    font-size: 1.6rem;
    transform: rotate(-90deg);
    top: 50%;
    letter-spacing: 0.2em;
}

.p-2col:last-child .p-2col-info {
  text-align: right;
  padding: 60px 90px 50px 0;
}

.p-2col:last-child .m-button {
  margin: 0 0 0 auto;
}

.p-2col:first-child .p-2col-info:before {
    position: absolute;
    content: "";
    background: #c1ac9e;
    width: 40px;
    height: 1px;
    left: -10px;
    top: 50%;
}

.p-2col:first-child .p-2col-info:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 40px;
    height: 1px;
    left: -50px;
    top: 50%;
}

.p-2col:last-child .p-2col-info:before {
    position: absolute;
    content: "";
    background: #c1ac9e;
    width: 40px;
    height: 1px;
    right: -10px;
    top: 50%;
}

.p-2col:last-child .p-2col-info:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 40px;
    height: 1px;
    right: -50px;
    top: 50%;
}

@media screen and (max-width: 1280px){
  .p-2col-info {
    padding: 30px 30px 0 70px;
  }

  .p-2col-info h2 {
      padding-bottom: 20px;
      font-size: 2rem;
  }

  .p-2col-info p {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }

  .p-2col:last-child .p-2col-info {
    padding: 30px 70px 0 30px;
  }

  .p-2col:first-child .p-2col-page {
    font-size: 1.4rem;
    right: -40px;
  }

  .p-2col:last-child .p-2col-page {
      font-size: 1.4rem;
      left: -20px;
  }
}

@media screen and (max-width: 1050px){
  .p-content {
    padding: 60px 5% 80px;
  }

  .p-2col-block {
    width: 100%;
  }

  .p-2col-block:last-child {
      padding: 5px 0 0;
  }

  .p-2col:nth-child(2) {
      flex-wrap: wrap-reverse;
  }

  .p-2col:nth-child(2) .p-2col-block:last-child {
      padding-top: 0;
  }

  .p-2col:nth-child(2) .p-2col-block:first-child {
      padding-top: 5px;
  }

  .p-2col:last-child .p-2col-info {
    padding: 30px 0 0 30px;
  }

  .p-2col-info {
      padding: 30px 30px 50px 0;
  }

  .p-2col:first-child .p-2col-info:before,
  .p-2col:last-child .p-2col-info:before,
  .p-2col:first-child .p-2col-info::after,
  .p-2col:last-child .p-2col-info:after {
    display: none;
  }

  .p-2col:last-child .p-2col-page {
    font-size: 1rem;
  }

  .p-2col:first-child .p-2col-page {
      font-size: 1rem;
  }

  .p-2col-info p {
      font-size: 1.3rem;
  }

  .p-2col-info h2 {
      font-size: 1.6rem;
  }

}

@media screen and (max-width: 767px) {

  .p-mv-head {
      padding: 120px 0 100px;
      font-size: 2rem;
  }

  .p-mv {
      height: auto;
  }


}
