@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 0px 150px;
    vertical-align: middle;
    font-size:3.2rem;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.43em;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.p-mv-head span {
  position: relative;
}

.p-mv-head span::before {
  position: absolute;
  content: "モデューラ";
  top: -19px;
  left: 37px;
  font-size: 16px;
  letter-spacing: 0.6em;
}
@media (max-width: 767px) {
  .p-mv-head span::before {
    font-size: 12px;
    top: -14px;
    left: 18px;
  }
}


.l-pageBody {
  overflow: hidden;
}

.p-content {
    margin: 0 auto;
    padding: 100px 50px 0;
    max-width: 1600px;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p-concept {
  background: url(../../images/page/concept/bg_concept_02.jpg)no-repeat;
  background-position: left;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 130px 0 105px;
  color: #fff;
  position: relative;
  z-index: -1;
}

.p-concept-head {
  writing-mode: vertical-rl;
  position: absolute;
  top: 130px;
  left: 19%;
  font-size: 36.22px;
  font-weight: normal;
  letter-spacing: 0.08em;
}

.p-concept-head > span {
  position: relative;
}

.p-concept-head > span::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  left: 45%;
  top: -80px;
  background: #fff;
}

.p-concept-head > span::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 409px;
  right: 64%;
  bottom: -429px;
  background: #fff;
}

.p-concept-content {
  margin: auto;
  width:-moz-fit-content;
  width:fit-content;
  max-width: 90%;
}

.p-concept-content > p {
  line-height: 2.5;
  letter-spacing: 0.3em;
  font-size: 16px;
  text-shadow: 1px 1px 3px #808080;
}

.p-concept-content > p:not(:last-of-type){
  margin-bottom: 40px;
}

.p-concept-content > p:nth-of-type(3){
  margin-bottom: 80px;
}

.p-2col {
    max-width: 1440px;
    padding-top: 140px;
    margin-bottom: 200px;
}

.p-2col-block {
  min-height: 387px;
  position: relative;
}

.p-2col-block:nth-of-type(odd)::after{
  background-color: #f4efe8;
  position: absolute;
  content: "";
  height: 387px;
  width: 100%;
  bottom: -50%;
  left: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 110vw;
  z-index: -1;
}

.p-2col-block-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 387px;
  max-width: 1130px;
  margin: auto;
}

.p-2col-img {
    max-width: 410px;
    width: 29.357vw;
  }

.p-2col-detail {
    width: 50%;
    padding: 0 0 30px 115px;
    width:-moz-fit-content;
    width:fit-content;
}

.p-2col-detail-container {
  position: relative;
}

.p-point {
  writing-mode: vertical-rl;
  position: absolute;
  top: 21px;
  left: -70px;
  font-size: 15px;
  letter-spacing: 0.145em;
}

.p-point::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  left: 45%;
  top: -33px;
  background: #333;
}


.p-head {
    margin-bottom: 5px;
    font-size: 36px;
    letter-spacing: 0.2em;
    line-height: 2;
}

.p-2col-detail p {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.5;
    letter-spacing: 0.05em;
}

.p-link {
    margin-bottom: 82px;
    padding: 50px 0;
    text-align: center;
    font-size: 0;
    position: relative;
}

.p-link::after {
    position: absolute;
    content: "";
    height: 35px;
    width: 1px;
    display: block;
    bottom: -82px;
    left: 50%;
    background-color: #000;
}

.p-link::before {
    position: absolute;
    content: "";
    height: 35px;
    width: 1px;
    display: block;
    bottom: -117px;
    left: 50%;
    background-color: #fff;
}

.p-link li {
    position: relative;
    display: inline-block;
    padding: 0 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}

.p-link li a {
    color: #333;
    text-decoration: none;
}

.p-link li:before {
    position: absolute;
    content: "/";
    right: -4px;
    top: 0;
}

.p-link li:last-child:before {
    display: none;
}

.p-link li a:hover {
    text-decoration: underline;
}

.p-pager-2col {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  background-color: #fff;
  padding: 100px 0;
  gap: 50px;
}

.p-pager-txt {
  margin-bottom: 40px;
  font-size: 24px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  letter-spacing: 0.2em;
}

.p-pager-block {
  width: 45%;
  max-width: 539px;
}

.p-pager-txt::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  background-color: #333333;
  display: block;
  bottom: -60px;
  left: 50%;
  transition: 0.5s;
}

.p-pager-block:hover .p-pager-txt::before {
  height: 0%;
}

.p-pager-img {
  display: block;
  position: relative;
}

.p-pager-img::before {
  position: absolute;
  border: 1px solid transparent;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.p-pager-block:hover .p-pager-img::before {
  position: absolute;
  border: 1px solid #333333;
  content: "";
  width: 97%;
  height: 95%;
  top: 2%;
  left: 1.3%;
}



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

}

@media screen and (max-width: 1380px) { 
  .p-concept-head {
    left: 13%;
  }
  .p-concept-head {
    writing-mode: horizontal-tb;
    position: static;
    padding-left: 40px;
    margin-bottom: 40px;
    font-size: 21px;
  }
  
  .p-concept-head > span::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    left: -40px;
    top: 50%;
    background: #fff;
  }
  
  .p-concept-head > span::after {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  .p-concept-content > p {
    font-size: 14px;
  }

  .p-content {
    padding: 80px 5% 0;
  }

  .p-2col {
    margin-bottom: 50px;
    padding-top: 0;
  }

  .p-2col-block {
    padding: 80px 0;
  }

  .p-2col-block:nth-of-type(even)::after{
    display: none;
  }

  .p-2col-block:nth-of-type(even){
    background-color: #f4efe8;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
    padding: 0 0 30px 0;
  }

  .p-2col-block:nth-of-type(even) .p-2col-block-container{
    padding: 80px 0 50px;
  }

  .p-2col-block:last-of-type {
    padding-bottom: 0;
  }

  .p-2col-block:last-of-type::after{
    display: none;
  }

  .p-2col-block-container {
    flex-wrap: wrap-reverse;
    max-width: 500px;
    margin: auto;
  }

  .p-2col-detail {
      width: 100%;
      padding: 0;
  }

  .p-2col-img {
    margin-bottom: 30px;
    width: 100%;
    max-width: 500px;
  }

  .p-2col-img > img {
    width: 100%;
  }
  
  .p-head {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }

  .p-2col-detail p {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }

  .p-point {
    display: block;
    position: static;
    writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 1.4rem;
  }

  .p-point:before {
      position: absolute;
      content: "";
      background: #373737;
      width: 25px;
      height: 1px;
      left: 0;
      top: 10px;
  }

  .p-point:before {
      width: 20px;
      top: 6px;
  }

  .p-link li {
    font-size: 1.2rem;
  }

  .p-link {
    margin-bottom: 50px;
  }

  .p-link::after {
    bottom: -50px;
}

.p-link::before {
    bottom: -85px;
}

  .p-pager-2col {
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    gap: 0;
  }

  .p-pager-block {
    margin: 30px auto;
    width: 80%;
    min-width: 250px;
  }

  .p-pager-block:last-of-type {
    margin-bottom: 100px;
  }

}

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

  .br-pc {
    display: none;
  }

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

  .p-mv {
      height: auto;
  }


  .p-content {
    max-width: inherit;
    width: 100%;
    padding: 50px 5% 0;
  }

  .p-head {
      margin-bottom: 20px;
      font-size: 1.8rem;
  }

  
  .p-2col-detail p {
    font-size: 1.3rem;
    line-height: 2;
  }
  
  .p-2col-detail .m-button {
    margin: 0 auto;
  }

  .p-2col-block:nth-of-type(even) .p-2col-block-container {
    width: 90%;
    margin: auto;
  }

  .p-link {
    padding: 0;
  }

  .p-link li {
      padding: 5px 20px;
  }

  .p-link li:before {
      top: 4px;
  }

} 

@media screen and (max-width: 500px) {
  .p-2col-block:nth-of-type(odd) .p-2col-block-container {
    padding-bottom: 10px;
  }

  .p-2col-block:nth-of-type(even) .p-2col-block-container {
    padding: 40px 0;
  }

}

@media screen and (max-width: 400px) {
  .p-2col-block:first-of-type .p-2col-block-container {
    padding-bottom: 30px;
  }
} 
