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

.m-head {
    font-family: 'Noto Serif JP', serif;
}

.block-ttl {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
}

.pc-none {
    display: none;
}

.p-2col {
    margin: 0 auto;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    background-image: url(../../images/page/quality/bg-01.jpg);
    background-size: cover;
    background-position: left center;
    position: relative;
}

.p-2col::before {
    position: absolute;
    content: "";
    display: block;
    height: 35px;
    width: 1px;
    background-color: #000;
    top: -35px;
    left: 50%;
}

.p-2col::after {
    position: absolute;
    content: "";
    display: block;
    height: 35px;
    width: 1px;
    background-color: #fff;
    top: 0;
    left: 50%;
}

.p-2col-content {
    position: relative;
    padding: 130px 0px 150px;
}

.p-2col-content:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 200px;
    width: 100%;
    top: 0;
    left: 0;
}

.p-2col-content .m-head {
    position: relative;
    padding-bottom: 50px;
}

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

.p-2col-img {
    max-width: 1000px;
    width: 65%;
}

.p-2col-detail {
    width: 95%;
    max-width: 422px;
    margin-left: auto;
    margin-right: 20%;
}


.p-2col-block:nth-child(even) .p-2col-detail {
    padding-left: 0;
    padding-right: 80px;
}

.p-head {
    margin-bottom: 40px;
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: 0.2em;
    line-height: 2;
    font-weight: bold;
}

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

.p-2col-detail .m-button {
    margin-top: 50px;
}


.p-lead {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    line-height: 2.5;
    letter-spacing: 0.06em;
}

.p-2col-content .p-lead {
    padding-bottom: 70px;
}


/* ============ p-room ============ */


.p-detail-container {
    max-width: 1300px;
    margin: 50px auto 0;
    position: relative;
}

.p-detail-content {
    position: relative;
    background: #fff;
    width: 90%;
    margin-bottom: 150px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.p-detail{
    position: relative;
    max-width: 730px;
    width: 75%;
    padding: 83px 70px 190px 100px;
    font-family: "Noto Serif JP", serif;
}

.p-detail-head {
    position: relative;
    text-align: left;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
}

.p-detail-img {
    position: absolute;
    margin: 0;
    right: -8%;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    width: 28.646vw;
    max-width: 550px;
}

.p-detail-img img {
    width: 100%;
    height: auto;
}

.p-detail-lead {
    padding-top: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.5;
}

/* ============ ./p-room ============ */


/* ============ p-standard ============ */

.p-standard {
    font-family: "Noto Serif JP", serif;
    margin-bottom: 220px;
}

.p-standard-list {
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    gap: 27px;
}

.p-standard-item {
    width: 48%;
}

.p-standard-item dl {
    display: flex;
    font-size: 1.8rem;
    align-items: center;
    border: 1px solid #000;
    box-shadow: 5px 5px #d2ccc4;
    padding: 1px;
}

.p-standard-ttl {
    background: #997c5e;
    /* background: linear-gradient(20deg, #020284, #003bd1); */
    width: 35%;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 3%;
    height: 100%;
    min-height: 79px;
    letter-spacing: 0.2em;
    display: flex;
}

.p-standard-body {
    width: 65%;
    padding: 0 3%;
}


/* ============ ./p-standard ============ */

/* ============ p-merit ============ */

.p-merit {
    position: relative;
    font-family: 'Noto Serif JP', serif;
}

.p-merit-point {
    position: absolute;
    display: block;
    font-size: 36px;
    font-size: 3.6rem;
    color: #333333;
    letter-spacing: 0.1em;
    right: -10%;
    transform: rotate(-90deg);
    bottom: 250px;
}
@media screen and (max-width: 1700px) {
    .p-merit-point {
        right: -19%;
    }
}


.p-merit-point span {
    position: relative;
}

.p-merit-point span::before {
    position: absolute;
    content: "";
    background: #000;
    height: 1px;
    width: 60px;
    display: block;
    left: -80px;
    top: 55%;
}

.p-merit-point span::after {
    position: absolute;
    content: "";
    background: #000;
    height: 1px;
    width: 440px;
    display: block;
    right: -460px;
    top: 55%;
}

.p-merit-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 900px;
    margin: auto;
}

.p-merit-circle {
    width: 31%;
    max-width: 250px;
    margin-bottom: 50px;
}

.p-merit-circle-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2.4rem;
    border: 1px solid #000;
    border-radius: 50%;
    font-weight: bold;
    width: 100%;
    letter-spacing: 0.2em;
}

.p-merit-circle-txt::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.p-merit-txt {
    font-size: 1.6rem;
    line-height: 2.5;
    text-align: center;
}

/* ============ p-performance ============ */

.p-performance {
    margin: 0 auto;
    background: url(../../images/page/quality/bg-mv.jpg)no-repeat;
    background-size: cover
}

.p-performance .block-ttl {
    margin-bottom: 35px;
}

.p-performance-content {
  position: relative;
    margin: 0 auto;
    padding: 80px 0 150px;
    max-width: 880px;
}

.p-performance .m-head {
  padding-bottom: 70px;
}

.p-performance-content >.p-lead:first-of-type {
    padding-bottom: 100px;
}

.p-performance-list-wrap {
    background-color: #eeebe7;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 1px 0 110px;
}

.p-performance-list {
    margin: 70px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 880px;
}

.p-performance-list li {
    padding: 35px;
    width: 50%;
    text-align: center;
    color: #333;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.p-performance-list li::before {
    position: absolute;
    content: "";
    width: 90%;
    height: 90%;
    background-color: #fff;
    top: 5%;
    left: 5%;
    z-index: -1;
}

.p-performance-list li:nth-of-type(1) {
    border-right: 1px solid #d2ccc4;
    border-bottom: 1px solid #d2ccc4;
}

.p-performance-list li:nth-of-type(2) {
    border-bottom: 1px solid #d2ccc4;
}

.p-performance-list li:nth-of-type(3) {
    border-right: 1px solid #d2ccc4;
    border-bottom: 1px solid #d2ccc4;
}

.p-performance-list li:nth-of-type(4) {
    border-bottom: 1px solid #d2ccc4;
}

.p-performance-list li:nth-child(n + 3) {
    margin-bottom: 0;
}

.p-performance-list li:nth-of-type(5) {
    border-right: 1px solid #d2ccc4;
}

.p-performance-caution {
    position: absolute;
    font-size: 10px;
    font-size: 1rem;
    bottom: 40px;
    left: 0;
}

.p-performance-head {
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.075em;
}

.p-performance-label {
    background-color: #b00000;
    text-align: center;
    color: #fff;
    padding: 1px 13px;
    font-size: 14px;
    border-radius: 30px;
    margin-bottom: 14px;
}

.p-performance-grade {
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 95%;
    height: 95%;
    max-width: 135px;
    max-height: 135px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.p-performance-list li:last-of-type .p-performance-grade {
    padding: 10px 2px;
}

.p-performance-grade-name {
    font-size: 1.6rem;
    font-weight: bold;
}

.p-performance-list li:nth-of-type(n+3) .p-performance-grade-name {
    font-size: 1.2rem;
}

.p-performance-grade-num {
    font-size: 6.55rem;
    line-height: 1;
}

.p-performance-grade-txt {
    font-size: 1.2rem;
    font-weight: bold;
}

.p-performance-list li p {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    text-align: center;
}

.p-performance-content .p-lead-head {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-align: center;
    font-size: 1.9rem;
    margin-bottom: 25px;
}

.p-performance-content .p-performance-list-wrap .p-lead {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    width: 95%;
    max-width: 600px;
    margin: 0 auto;
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0em;
    text-align: left;
    line-height: 2;
}


/* ============ ./p-performance ============ */


.p-room {
    position: relative;
    /* background: #efebe8; */
    padding: 0 5% 150px;
}

.p-room .m-head {
    position: relative;
    padding-bottom: 50px;
}

.p-room:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
}

.p-detail-content span {
    display: block;
    margin-top: 30px;
}


/* ========== p-pager ========== */


.p-pager-2col {
    font-family: 'Noto Serif JP', serif;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 0 100px;
    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%;
}

/* ========== ./p-pager ========== */

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

    .p-2col-detail {
        margin-right: 10%;
    }

    .p-merit-point {
        display: none;
    }

    .p-detail{
        padding: 83px 4px 105px 100px;
    }
}

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

  .p-point {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }

  .p-head {
    margin-bottom: 30px;
    font-size: 2rem;
  }

  .p-2col-detail p {
    font-size: 1.4rem;
  }

    .p-detail{
        padding: 83px 81px 105px 60px;
    }

    .p-standard-item dl {
        font-size: 15px;
    }


}

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

    .p-2col {
        background-position: 40% center;
    }

  .p-2col-detail {
      margin: 0 auto;
  }

  .p-2col-block {
    padding-bottom: 150px;
  }

  .p-detail-content{
    margin: 0 auto 100px;
    padding-bottom: 50px;
    width: 95%;
  }

  .p-detail-head{
    text-align: center;
  }

  .p-detail{
    margin: 0 auto;
    width: 85%;
    max-width: 600px;
    padding: 50px 0;
  }

  .p-detail-img{
    position: static;
    top: auto;
    right: auto;
    transform: none;
    margin: 0 auto;
    width: 80%;
    margin: 10px auto;
  }

  .p-standard {
    margin-bottom: 100px;
  }

  .p-standard-list {
      flex-direction: column;
  }

  .p-standard-item {
      width: 100%;
      max-width: 500px;
      margin: auto;
  }


  .p-performance-content {
      padding-bottom: 50px;
  }

  .p-2col-content {
      padding: 70px 5% 100px;
  }

  .p-room {
      padding: 0 5% 90px;
  }

  .p-2col-content:before {
    height: 120px;
  }

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

  .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) {

    .pc-none {
        display: block;
    }

    .sp-none {
        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-2col::before {
        height: 25px;
        top: -25px;
    }

  .p-2col-block {
      padding-bottom: 130px;
  }

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

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

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

  .p-point {
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 1.4rem;
  }

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

  .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: 30px auto 0;
  }

  .p-2col-content {
    padding: 50px 5% 70px;
  }


  .p-2col-content .m-head {
      padding-bottom: 30px;
  }

  .p-2col-block:nth-child(even) .p-2col-detail {
      padding-right: 0;
  }

  .p-2col-content .p-lead {
      padding-bottom: 30px;
  }

  .p-lead {
      font-size: 1.2rem;
      line-height: 2;
  }

  .p-performance-list li::before {
    width: 100%;
    left: 0%;
}

  .p-detail {
    padding: 60px 5% 0;
  }

  .p-detail{
    width: 95%;
  }

  .p-detail-img {
      margin: 60px auto 0;
      width: 90%;
  }


  .p-room:before {
      height: 40px;
  }

  .p-room .m-head {
      padding-bottom: 0;
  }


  .p-room {
      padding: 0 5% 60px;
  }

    .p-merit-circle-txt {
        font-size: 1.6rem;
    }

    .p-standard-item dl {
        font-size: 1.4rem;
    }

  .p-standard-ttl {
      width: 45%;
  }

  .p-standard-body {
      width: 55%;
  }

  .p-performance .m-head {
    padding-bottom: 40px;
  }

  .p-performance-content >.p-lead:first-of-type {
    max-width: 480px;
    margin: auto;
  }

  .p-performance-content {
      padding-bottom: 40px;
  }

  .p-performance-list {
      flex-direction: column;
  }

  .p-performance-list li{
      margin: auto;
      padding-left: 0;
      padding-right: 0;
      width: 95%;
      max-width: 350px;
  }

  .p-performance-list li:nth-of-type(odd){
      border-right: none;
  }
  
  .p-performance-list li:not(:last-of-type) {
      border-bottom: 1px solid #d2ccc4;
  }

  .p-performance-content .p-lead:first-of-type {
    padding-bottom: 50px;
    width: 95%;
  }

  .p-pager-2col {
    padding-top: 20px;
  }

}


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

    .p-merit-circle-txt {
        font-size: 1.4rem;
    }

    .p-2col-content > .m-head > span {
        line-height: 1.2;
        padding-top: 10px;
    }

}