@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');

:root {
  --main-color: #600D18;
  --sub-color: #4A90A4;
  --accent-color: #F5A800;
  --accent-color2: #FFBB00;
  --bg-color: #F5F3EF;
  --red-color: #B8000E;
}

.l-breadcrumbs,
.l-breadcrumbs a{
  color: var(--main-color);
}
.l-breadcrumbs{
  margin-bottom: 80px;
}

/* pg-member-about */
.pg-member-about__inner{
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.pg-member-about__title{
  text-align: center;
  color: var(--main-color);
  margin: 0 auto 30px;
}
.pg-member-about__title-batch{
  display: inline-block;
  padding: 12px 23px 13px;
  border-radius: 50px;
  background: var(--main-color);
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.pg-member-about__title-batch--magenta{
  background: #BB0765;
}
.pg-member-about__title-large{
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 6rem;
}
.pg-member-about__content{
  display: block;
  padding: 55px 45px;
  border: solid 10px;
  border-image: linear-gradient(90deg, #ADB1B4 0%, #CECFD3 36%, #EBEBEB 66%, #ADB1B4 100%);
  border-image-slice: 1;
  background: #fff;
}
.pg-member-about__content--gold{
  border-image: linear-gradient(90deg, #E3C150 0%, #F4E3A4 36%, #FFFDE4 66%, #E3C150 100%);
  border-image-slice: 1;
}
.pg-member-about__content-head{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap:26px;
  margin-bottom: 40px;
}
.pg-member-about__content-head-item--image{
  width: 360px;
  text-align: center;
}
.pg-member-about__content-head-item--image img{
  display: inline-block;
  width: 291px;
  max-width: 100%;
  margin-bottom: 10px;
}
.pg-member-about__content-note{
  padding: 20px 10px;
  border: solid 1px #E60012;
  border-radius: 7px;
  font-size: 1.2rem;
  color: #E60012;
}
.pg-member-about__content-note span{
  display: block;
  line-height: 1.6;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.pg-member-about__content-head-item-title{
  line-height: 1;
  font-size: 4rem;
  font-weight: bold;
  color: #222;
}
.pg-member-about__content-head-item-title--second{
  position: relative;
  margin-top: 70px;
}
.pg-member-about__content-head-item-title--second::before{
  content: '';
  display: block;
  width: 100%;
  height: 48px;
  background: url(../img/member/icon-plus.svg)no-repeat center center / contain;
  position: absolute;
  top:-57px;
  left: 0;
}
.pg-member-about__content-head-item-title-number{
  display: inline-block;
  font-size: 12.4rem;
  color: #E60012;
  transform: translateY(4px);
}
.pg-member-about__content-head-item-title-unit{
  font-size: 9rem;
}
.pg-member-about__content-head-item-title-large{
    font-size:10.5rem;
}
.pg-member-about__content-main{
  display: flex;
  gap:28px;
}
.pg-member-about__content-main-points{
  width: calc(50% - 14px);
}
.pg-member-about__content-main-points-list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap:24px;
}
.pg-member-about__content-main-points-list li{
  width: calc(50% - 12px);
  padding: 48px 5px 24px;
  background: #FDF0E2;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.pg-member-about__content-main-points-list li p{
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--main-color);
}
.pg-member-about__content-main-points-list li p span{
  display: inline-block;
  font-size: 3.1rem;
  color: #E60012;
  margin-left: 4px;
}

.pg-member-about__content-main-points-batch{
  display: block;
  width: 131px;
  height: 45px;
  padding-top: 2px;
  padding-left: 12px;
  background: url(../img/member/band-red.svg)no-repeat top left / contain;
  text-align: left;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top:0;
  left: 0;
}
.pg-member-about__content--gold .pg-member-about__content-main-points-batch{
  background: url(../img/member/band-magenta.svg)no-repeat top left / contain;
}
.pg-member-about__content-main-points-batch span{
  font-size: 3rem;
}
.pg-member-about__content-main-box{
  width: calc(50% - 12px);
}
.pg-member-about__content-main-text{
  line-height: 1.6;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.pg-member-about__content-main-list{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.pg-member-about__content-main-list-title{
  display: inline-block;
  width: 98px;
  padding-left: 16px;
  background: url(../img/member/icon-square.svg)no-repeat top 6px left / 12px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.8rem;
  color: var(--main-color);
  margin-right: 14px;
}
.pg-member-about__content-main-list-text{
  width: calc(100% - 111px);
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.8rem;
}
.pg-member-about__content-main-list-text span{
  font-size: 1.3rem;
  font-weight: 400;
}

.pg-member-about .m-btn-01{
  margin-bottom: 85px;
}
.pg-member-about .m-btn-01 a span{
  padding: 0 36px 0 0 ;
  background: url(../img/common/cmn_icon_arrow_brown.png)no-repeat top 15px right / 20px;
  font-size: 3.4rem;
}

@media(max-width:1000px){
  .l-breadcrumbs{
    margin-bottom: 40px;
  }
  .pg-member-about__inner{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .pg-member-about__title{
    margin-bottom: 20px;
  }
  .pg-member-about__title-batch{
    padding: 12px 11px 13px;
    font-size: 1.5rem;
  }
  .pg-member-about__title-large{
    font-size: 3.5rem;
  }
  .pg-member-about__content{
    padding:20px 15px;
    border: solid 5px;
    border-image: linear-gradient(90deg, #ADB1B4 0%, #CECFD3 36%, #EBEBEB 66%, #ADB1B4 100%);
    border-image-slice: 1;
  }
  .pg-member-about__content-head{
    display: block;
  }
  .pg-member-about__content-head-item-title{
    text-align: center;
    font-size: 3rem;
  }
  .pg-member-about__content-head-item-title--second{
    margin-top: 70px;
  }
  .pg-member-about__content-head-item-title--second::before{
    height: 36px;
    top:-53px;
  }
  .pg-member-about__content-head-item-title-number{
    font-size: 9rem;
    transform: translateY(4px);
  }
  .pg-member-about__content-head-item-title-unit{
    font-size: 5rem;
  }
  .pg-member-about__content-head-item-title-large{
      font-size:6.5rem;
  }
  .pg-member-about__content-head-item--image{
    width: 100%;
    margin: 0 auto;
  }
  .pg-member-about__content-main{
    display: block;
  }
  .pg-member-about__content-main-points{
    width: 100%;
  }
  .pg-member-about__content-main-points-list{
    gap:16px;
    margin-bottom: 40px;
  }
  .pg-member-about__content-main-points-list li{
    width: calc(50% - 8px);
    padding: 38px 5px 20px;
  }
  .pg-member-about__content-main-points-list li p{
    font-size: 1.6rem;
  }
  .pg-member-about__content-main-points-list li p span{
    font-size: 2rem;
    margin-left: 2px;
  }

  .pg-member-about__content-main-points-batch{
    display: block;
    width: 102px;
    height: 35px;
    padding-top: 4px;
    padding-left: 12px;
    font-size: 1.4rem;
  }
  .pg-member-about__content-main-points-batch span{
    font-size: 2rem;
  }
  .pg-member-about__content-main-box{
    width: 100%;
  }
  .pg-member-about__content-main-list-title{
    width: 85px;
    padding-left: 16px;
    font-size: 1.6rem;
    color: var(--main-color);
    margin-right: 14px;
  }
  .pg-member-about__content-main-list-text{
    width: calc(100% - 99px);
    font-size: 1.6rem;
  }
  .pg-member-about__content-main-list-text span{
    font-size: 1.2rem;
  }
  .pg-member-about .m-btn-01{
    margin-bottom: 60px;
  }
  .pg-member-about__content-note{
    font-size: 1.1rem;
    margin-bottom: 40px;
  }
  .pg-member-about__content-note span{
    font-size: 1.6rem;
  }
  .pg-member-about .m-btn-01 a {
    padding: 10px;
  }
  .pg-member-about .m-btn-01 a span{
    padding: 0 30px 0 0 ;
    background: url(../img/common/cmn_icon_arrow_brown.png)no-repeat top 5px right / 20px;
    font-size: 1.8rem;
  }
}
@media(max-width:380px){
  .pg-member-about__content-note span{
    font-size: 1.5rem;
  }
}

/* pg-member-detail */
.pg-member-detail{
  background-color: #fff;
}
.pg-member-detail__inner{
  width: 100%;
  max-width: 1040px;
  padding:125px 20px 80px;
  margin: 0 auto;
}
.pg-member-detail__title{
  display: block;
  text-align: center;
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 5.5rem;
  color: var(--main-color);
  margin-bottom: 50px;
}
.pg-member-detail__title span{
  font-size: 4.6rem;
}
.pg-member-detail__table {
  width: 100%;
  border-spacing:inherit;
  margin: 0 auto 100px;
}
.pg-member-detail__table-wrap-text{
  display: none;
}
.pg-member-detail__table tr th{
  width: calc(100% / 3);
  padding: 20px;
  background: #6B3035;
  line-height: 1.1;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
}
.pg-member-detail__table tr th:first-child{
  border-radius: 5px 0 0 0;
}
.pg-member-detail__table tr th:nth-child(2){
  color:  #6B3035;
  position: relative;
}
.pg-member-detail__table tr th:nth-child(2)::before{
  content: '';
  display: block;
  width: calc(100% + 10px);
  height: calc(100% + 5px);
  border-radius: 5px 5px 0 0;
  background: linear-gradient(90deg, #E3C150 0%, #F4E3A4 36%, #FFFDE4 66%, #E3C150 100%);
  position: absolute;
  top:-5px;
  left:-5px;
  right: -5px;
}
.pg-member-detail__table tr th:nth-child(2) span{
  position: relative;
  z-index: 2;
}
.pg-member-detail__table tr th:last-child{
  border-radius: 0 5px 0 0;
}
.pg-member-detail__table tr td{
  padding: 6px 6px 8px;
  border-left: solid 1px #E4CFB8;
  border-bottom: solid 1px #E4CFB8;
  text-align: center;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: bold;
}
.pg-member-detail__table-number{
  font-size: 5.7rem;
}
.pg-member-detail__table-number--red{
  color: #E60012;
}
.pg-member-detail__table-unit{
  font-size: 3.4rem;
}
.pg-member-detail__table tr td:nth-child(1){
  background: #FDF0E2;
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: bold;
  color:  #6B3035;
}
.pg-member-detail__table tr td:nth-child(2){
  position: relative;
}
.pg-member-detail__table tr td:nth-child(2):before{
  content: '';
  display: block;
  width: calc(100% + 10px);
  height: 100%;
  border-left: solid 5px #E3C150;
  border-right: solid 5px #E3C150;
  position: absolute;
  top:0;
  left: -5px;
  right: -5px;
}
.pg-member-detail__table tr:last-child td:nth-child(2):after{
  content: '';
  display: block;
  width: calc(100% + 10px);
  height: 5px;
  border-radius: 0 0 7px 7px;
  background: #E3C150;
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
}
.pg-member-detail__table tr td:last-child{
  border-right: solid 1px #E4CFB8;
}
.pg-member-detail__table tr:last-child td:nth-child(1){
  border-radius: 0 0 0 7px;
}
.pg-member-detail__table tr:last-child td:last-child{
  border-radius: 0 0 7px 0;
}
.pg-member-detail__flow{
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
}
.pg-member-detail__flow-item{
  display: flex;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  gap:35px;
  padding: 45px;
  border: solid 1px #E4CFB8;
  border-radius: 10px;
  position: relative;
  margin: 0 auto 93px;
}
.pg-member-detail__flow-item::before{
  content: '';
  display: block;
  width: 100%;
  height: 47px;
  background: url(../img/member/arrow-dnw.svg)no-repeat center center / contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -72px;
}
.pg-member-detail__flow-item:last-of-type{
  margin-bottom: 20px;
}
.pg-member-detail__flow-item:last-of-type:before{
  display: none;
}
.pg-member-detail__flow-image{
  display: block;
  width: 220px;
  text-align: center;
  max-width: 20%;
}
.pg-member-detail__flow-image{
  width: auto;
  max-width: 100%;
}
.pg-member-detail__flow-item-box{
  display: block;
  width: calc(100% - 255px);
}
.pg-member-detail__flow-item-title{
  line-height: 1.4;
  font-size: 2.6rem;
  font-weight: bold;
  color: #610F16;
  margin-bottom: 15px;
}
.pg-member-detail__flow-item-text{
  display: block;
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
.pg-member-detail__flow-item-button{
  display: inline-block;
  padding: 14px 25px 16px 22px;
  background: #712229;
  border-radius: 8px;
  line-height: 1;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  transition: .3s;
}
.pg-member-detail__flow-item-button span{
  display: inline-block;
  padding-left: 30px;
  background: url(../img/member/icon-phone.svg)no-repeat center left / contain;
  color: #fff;
}
.pg-member-detail__flow-item-button:hover{
  opacity: .6;
}
.pg-member-detail__flow-note{
  width: 850px;
  max-width: 100%;
  line-height: 1.4;
  font-size: 1.4rem;
  margin: 0 auto 70px;
}
.pg-member-detail__support{
  padding: 40px 80px 40px 330px;
  border-radius: 200px;
  background: #F6E3E4;
  font-size: 2rem;
  font-weight: bold;
  color: #610F16;
  position: relative;
  margin: 0 auto 60px;
}
.pg-member-detail__support::before{
  content: '';
  display: block;
  width: 231px;
  height: 271px;
  background: url(../img/member/illust-woman.svg)no-repeat center bottom / contain;
  position: absolute;
  left: 81px;
  bottom:0;
}
.pg-member-detail .m-btn-01 a {
  width: 727px;
  max-width: 100%;
  border-radius: 10px;
}
.pg-member-detail .m-btn-01--magenta a{
  background: #BB0765;
}
.pg-member-detail .m-btn-01 a span{
  padding: 0 36px 0 0 ;
  background: url(../img/member/arrow-btn-brown.svg)no-repeat top 15px right / 20px;
  font-size: 3.4rem;
}
.pg-member-detail .m-btn-01--magenta a span{
  background: url(../img/member/arrow-btn-magenta.svg)no-repeat top 15px right / 20px;
}
.pg-member-detail .m-btn-01--tel a span{
  padding: 0 0 0 35px;
  background: url(../img/member/icon-phone.svg)no-repeat center left;
}

@media(max-width:1000px){
  .pg-member-detail__inner{
    max-width: 800px;
    padding:60px 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .pg-member-detail__title{
    font-size: 3.6rem;
    margin-bottom: 30px;
  }
  .pg-member-detail__title span{
    font-size: 3.2rem;
  }
  .pg-member-detail__table-wrap{
    overflow-x: scroll;
    margin-bottom: 40px;
  }
  .pg-member-detail__table {
    width: 600px;
    overflow: hidden;
    margin: 0 auto ;
  }
  .pg-member-detail__table tr th{
    width: 30%;
    padding: 10px 5px;
    font-size: 1.8rem;
  }
  .pg-member-detail__table tr th:first-child{
    width: 40%;
  }
  .pg-member-detail__table tr td{
    font-size: 1.8rem;
  }
  .pg-member-detail__table-number{
    font-size: 3rem;
  }
  .pg-member-detail__table-unit{
    font-size:2rem;
  }
  .pg-member-detail__table tr td:nth-child(1){
    font-size: 1.5rem;
  }  
  .pg-member-detail__flow{
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
  }
  .pg-member-detail__flow-item{
    display: block;
    width: 400px;
    max-width: 100%;
    gap:20px;
    padding:40px 20px 20px;
    margin: 0 auto 73px;
  }
  .pg-member-detail__flow-item::before{
    height: 30px;
    bottom: -52px;
  }
  .pg-member-detail__flow-item:last-of-type{
    margin-bottom: 20px;
  }
  .pg-member-detail__flow-image{
    width: 220px;
    max-width: 50%;
    margin: 0 auto 20px;
  }
  .pg-member-detail__flow-image img{
    width: 100%;
    max-width: 100%;
  }
  .pg-member-detail__flow-item-box{
    width:100%;
  }
  .pg-member-detail__flow-item-title{
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .pg-member-detail__flow-item-text{
    font-size: 1.6rem;
  }
  .pg-member-detail__flow-item-button{
    width: 100%;
    max-width: 330px;
    text-align: center;
    padding: 15px 10px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .pg-member-detail__flow-item-button span{
    display: inline-block;
    padding-left: 20px;
    background: url(../img/member/icon-phone.svg)no-repeat center left / contain;
    color: #fff;
  }
  .pg-member-detail__flow-item-button:hover{
    opacity: .6;
  }
  .pg-member-detail__flow-note{
    width: 400px;
    max-width: 100%;
    font-size: 1.3rem;
    margin: 0 auto 60px;
  }
  .pg-member-detail__support{
    width: 400px;
    max-width: 100%;
    padding: 20px 20px 100px;
    border-radius: 10px;
    font-size: 1.7rem;
    margin: 0 auto 60px;
  }
  .pg-member-detail__support::before{
    width: 100px;
    height: 117px;
    left: auto;
    right: -10px;
    bottom: 0;
  }
  .pg-member-detail .m-btn-01 a{
    padding: 10px;
  }
  .pg-member-detail .m-btn-01 a span{
    padding-right: 27px;
    background-position: center right;
    text-align: center;
    font-size: 1.8rem;
  }
  .pg-member-detail .m-btn-01--tel a span{
    padding-left: 27px;
    background-position: center left;
  }
}
@media(max-width:768px){
  .pg-member-detail__table-wrap{
    margin-bottom: 0;
  }
  .pg-member-detail__table-wrap-text{
    display: block;
    font-size: 1.4rem;
    margin:5px auto 40px;
  }
}
@media(min-width:769px){
  .m-btn-01 a{
    transition: .3s;
  }
  .m-btn-01 a:hover{
    opacity: .6;
  }
}