.m-archive-index {
  padding: 120px 0;
}

.p-txt {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .m-archive-index {
    padding: 6.6666666667vw 0 17.3333333333vw;
  }
  .p-txt {
    font-size: 3.4666666667vw;
  }
  .p-lead {
    line-height: 2.15;
  }
}
/* p-feature
---------------------------------------------------------------------------- */
.p-feature {
  position: relative;
  margin-top: 55px;
  padding: 75px 0;
}
.p-feature::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #F6F4F2;
  width: 93%;
  height: 100%;
  z-index: -1;
}

.p-subttl {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.1818181818;
}

.p-ttl {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #C5786F;
}

.p-feature-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.p-feature-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.p-feature-list-item:nth-child(1) {
  background: url(../../images/concept_history/img_feature01.png) no-repeat center top 80px/51px;
}
.p-feature-list-item:nth-child(2) {
  background: url(../../images/concept_history/img_feature02.png) no-repeat center top 85px/76px;
}
.p-feature-list-item:nth-child(3) {
  background: url(../../images/concept_history/img_feature03.png) no-repeat center top 88px/55px;
}

.p-feature-list-item-num {
  text-align: center;
  color: #DFB1AA;
  font-size: 2.3rem;
  line-height: 2;
  font-weight: bold;
}
.p-feature-list-item-num span {
  font-size: 3.8rem;
  line-height: 2;
  font-weight: bold;
}

.p-feature-list-item-ttl {
  text-align: center;
  color: #C5786F;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  margin: 83px 0 15px;
}

.p-feature-btn {
  margin-top: 40px;
}
.p-feature-btn .m-button02 {
  width: 246px;
}
.p-feature-btn .m-button02 span {
  width: 246px;
}

@media screen and (max-width: 1467px) {
  .p-feature::before {
    width: 96%;
  }
  .p-feature-list {
    width: 1000px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-feature {
    margin-top: 6.6666666667vw;
    padding: 16vw 0;
  }
  .p-feature::before {
    width: 100%;
  }
  .p-subttl {
    font-size: 4.8vw;
  }
  .p-ttl {
    font-size: 5.8666666667vw;
  }
  .p-feature-list {
    display: block;
    margin-top: 2.6666666667vw;
    width: 100%;
  }
  .p-feature-list-item {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .p-feature-list-item:nth-child(1) {
    background: url(../../images/concept_history/img_feature01.png) no-repeat left 3.7333333333vw top 17.8666666667vw/13.6vw;
  }
  .p-feature-list-item:nth-child(2) {
    background: url(../../images/concept_history/img_feature02.png) no-repeat left top 18.1333333333vw/20.2666666667vw;
  }
  .p-feature-list-item:nth-child(3) {
    background: url(../../images/concept_history/img_feature03.png) no-repeat left 2.6666666667vw top 20vw/14.6666666667vw;
  }
  .p-feature-list-item-num {
    font-size: 6.1333333333vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.5333333333vw;
            flex: 0 0 20.5333333333vw;
  }
  .p-feature-list-item-num span {
    font-size: 10.1333333333vw;
  }
  .p-feature-list-item-content {
    margin-left: 5.3333333333vw;
  }
  .p-feature-list-item-ttl {
    text-align: left;
    font-size: 4.2666666667vw;
    margin: 8vw 0 2.6666666667vw;
  }
  .p-feature-btn {
    margin-top: 10.6666666667vw;
  }
  .p-feature-btn .m-button02 {
    width: 60.8vw;
  }
  .p-feature-btn .m-button02 span {
    width: 60.8vw;
  }
}
/* p-occupation
---------------------------------------------------------------------------- */
.p-occupation {
  padding: 40px 0 120px;
}

.p-occupation-lead {
  margin: 40px 0 35px;
}

.p-occupation-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-occupation-list::after {
  display: block;
  content: "";
  width: 30%;
}

.p-occupation-list-item {
  width: 30%;
  margin-bottom: 50px;
}

.p-occupation-list-item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-occupation-list-item-ttl {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #C5786F;
  margin: 30px 0 15px;
}

.p-occupation-subject-list {
  margin-top: 13px;
}

.p-occupation-subject-list-item {
  font-size: 1.5rem;
  line-height: 2.2666666667;
  letter-spacing: 0.02em;
  color: #C5786F;
  padding-left: 1em;
  position: relative;
  display: block;
}
.p-occupation-subject-list-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 1em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #C5786F;
}

.p-purple {
  color: #9176AE;
}
.p-purple::before {
  background: #9176AE;
}

.p-lightblue {
  color: #5F9EB2;
}
.p-lightblue::before {
  background: #5F9EB2;
}

.p-occupation-archive {
  font-size: 2.2rem;
  line-height: 1.5;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 20px;
  position: relative;
}
.p-occupation-archive::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: #C5786F;
  bottom: -1px;
  left: 0;
}

.p-occupation-archive-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 40px 0 0;
  padding-left: 0.5rem;
}

.p-occupation-archive-btn .m-button02 {
  width: 280px;
  border-bottom: 1px solid #DFB1AA;
  border-right: 1px solid #DFB1AA;
  color: #fff;
}
.p-occupation-archive-btn .m-button02 span {
  width: 280px;
  height: 62px;
  line-height: 48px;
  background: #DFB1AA;
  border: 1px solid #DFB1AA;
}
.p-occupation-archive-btn .m-button02.p-bg-purple {
  border-color: #B6A9C4;
}
.p-occupation-archive-btn .m-button02.p-bg-purple span {
  background: #B6A9C4;
  border-color: #B6A9C4;
}
.p-occupation-archive-btn .m-button02.p-bg-lightblue {
  border-color: #A2CBD8;
}
.p-occupation-archive-btn .m-button02.p-bg-lightblue span {
  background: #A2CBD8;
  border-color: #A2CBD8;
}

@media screen and (max-width: 767px) {
  .p-occupation {
    padding: 16vw 0;
  }
  .p-occupation-lead {
    margin: 8vw 0 6.6666666667vw;
  }
  .p-occupation-list {
    display: block;
  }
  .p-occupation-list-item {
    width: 100%;
    margin-bottom: 8vw;
  }
  .p-occupation-list-item-ttl {
    font-size: 4.2666666667vw;
    margin: 5.3333333333vw 0 4vw;
  }
  .p-occupation-subject-list {
    margin-top: 2.6666666667vw;
  }
  .p-occupation-subject-list-item {
    font-size: 3.2vw;
  }
  .p-occupation-subject-list-item::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
  .p-occupation-archive {
    font-size: 4.8vw;
    padding-bottom: 4vw;
  }
  .p-occupation-archive::after {
    width: 26.6666666667vw;
  }
  .p-occupation-archive-list {
    display: block;
    margin: 9.3333333333vw 0 0;
  }
  .p-occupation-archive-list-item:not(:last-child) {
    margin-bottom: 6.6666666667vw;
  }
  .p-occupation-archive-btn .m-button02 {
    width: 77.3333333333vw;
    height: 13.3333333333vw;
  }
  .p-occupation-archive-btn .m-button02 span {
    width: 77.3333333333vw;
    height: 13.3333333333vw;
    line-height: 9.6vw;
  }
  .p-more {
    margin: 0 0 16vw;
    text-align: center;
  }
  .p-more-btn {
    font-size: 4vw;
    letter-spacing: 0.06em;
    display: inline-block;
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 0;
    border-bottom: 1px solid #1E1E1E;
    position: relative;
  }
  .p-more-btn span:first-of-type {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    display: block;
    width: 3.2vw;
    height: 0.2666666667vw;
    background: #1E1E1E;
  }
  .p-more-btn span:last-of-type {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: block;
    width: 3.2vw;
    height: 0.2666666667vw;
    background: #1E1E1E;
  }
}
/* p-history
---------------------------------------------------------------------------- */
.p-history,
.p-four,
.p-field {
  padding: 120px 0;
  position: relative;
}
.p-history::before,
.p-four::before,
.p-field::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #EEE2DC;
  width: 93%;
  height: 100%;
  z-index: -1;
}

.p-sec-title01 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 2.5416666667;
  font-weight: 400;
  text-align: center;
}

.p-sec-title01-en {
  display: block;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  color: #C5786F;
  font-family: "Cormorant Garamond", serif;
}

.p-history-wrap {
  width: 820px;
  margin: 0 auto;
}

.p-history-lead {
  text-align: center;
  margin-top: 30px;
}

.p-history-list {
  margin-top: 50px;
  position: relative;
}
.p-history-list::after {
  position: absolute;
  content: "";
  left: 72px;
  top: 20px;
  width: 1px;
  height: 95%;
  background: #DFB1AA;
}

.p-history-list-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.p-history-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.p-history-list-item:first-child .p-history-year span {
  margin-top: -5px;
}
.p-history-list-item:first-child .p-history-info {
  padding: 15px 30px;
}

.p-history-year {
  font-size: 2.6rem;
  line-height: 1.1538461538;
  font-weight: bold;
  color: #C5786F;
  white-space: nowrap;
  font-family: "Cormorant Garamond", serif;
  width: 45px;
}
.p-history-year span {
  display: block;
  margin-top: 8px;
  position: relative;
}
.p-history-year span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #DFB1AA;
  right: -33px;
  top: 13px;
}

.p-history-info {
  background: #F6F4F2;
  padding: 12px 30px;
  width: 721px;
}

@media screen and (max-width: 767px) {
  .p-history,
  .p-four,
  .p-field {
    padding: 16vw 0;
  }
  .p-history::before,
  .p-four::before,
  .p-field::before {
    width: 100%;
  }
  .p-sec-title01 {
    font-size: 4.2666666667vw;
  }
  .p-sec-title01-en {
    font-size: 9.0666666667vw;
  }
  .p-history-wrap {
    width: 100%;
  }
  .p-history-lead {
    text-align: left;
    margin-top: 6.6666666667vw;
  }
  .p-history-list {
    margin-top: 6.6666666667vw;
  }
  .p-history-list::after {
    left: 15.2vw;
    top: 3.4666666667vw;
    height: 96.5%;
  }
  .p-history-list-item:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
  .p-history-list-item:first-child .p-history-year span {
    margin-top: -1.3333333333vw;
  }
  .p-history-list-item:first-child .p-history-info {
    padding: 3.2vw 4vw;
  }
  .p-history-year {
    font-size: 6.4vw;
    width: 14.1333333333vw;
  }
  .p-history-year span {
    margin-top: 2.1333333333vw;
  }
  .p-history-year span::after {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    right: -2.1333333333vw;
    top: 3.4666666667vw;
  }
  .p-history-info {
    padding: 3.2vw 4vw;
    width: 69.6vw;
  }
}
.p-occupation-line {
  position: relative;
  padding: 0 65px;
  text-align: center;
  color: #949494;
  margin-top: 10px;
  font-size: 1.3rem;
}

.p-occupation-line:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-image: linear-gradient(to right, rgb(148, 148, 148), rgb(148, 148, 148) 3px, transparent 3px, transparent 5px);
  background-size: 5px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.p-occupation-line span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-occupation-line {
    padding: 0 8vw;
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .p-occupation-line:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(148, 148, 148)), color-stop(0.8vw, rgb(148, 148, 148)), color-stop(0.8vw, transparent), color-stop(1.3333333333vw, transparent));
    background-image: linear-gradient(to right, rgb(148, 148, 148), rgb(148, 148, 148) 0.8vw, transparent 0.8vw, transparent 1.3333333333vw);
    background-size: 1.3333333333vw 0.8vw;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  .p-occupation-line span {
    position: relative;
    padding: 0 5.3333333333vw;
    background: #fff;
  }
}
.p-occupation-nav {
  margin: 50px 0 100px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 40px;
}

.p-occupation-nav li {
  border-bottom: 1px solid #1E1E1E;
  display: inline-block;
  padding-bottom: 5px;
}

.p-occupation-nav li:hover {
  border-bottom: 1px solid #fff;
}

.p-occupation-nav a {
  position: relative;
  padding-right: 20px;
  display: block;
}

.p-occupation-nav a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1E1E1E;
  border-right: 1px solid #1E1E1E;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-occupation-nav {
    margin-top: 6.6666666667vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4vw 4vw;
  }
  .p-occupation-nav li {
    border-bottom: 1px solid #1E1E1E;
    padding-bottom: 1.3333333333vw;
  }
  .p-occupation-nav a {
    position: relative;
    padding-right: 5.3333333333vw;
  }
  .p-occupation-nav a::after {
    content: "";
    display: inline-block;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 1px solid #1E1E1E;
    border-right: 1px solid #1E1E1E;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
  }
}
.m-sec-title01 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 4.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-sec-title01 {
    font-size: 5.8666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.m-sec-title01-pink {
  color: #C5786F;
}

.p-four-lead {
  margin: 0 0 5rem 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-four-lead {
    font-size: 3.4666666667vw;
    text-align: left;
    margin-bottom: 7.3333333333vw;
  }
}
/* p-about
---------------------------------------------------------------------------- */
.p-about-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 120px 190px 30px 130px;
}

.p-about-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 470px;
  flex: 0 0 470px;
}

.p-about-ttl {
  font-size: 3.2rem;
  line-height: 1.125;
  font-weight: 400;
  color: #C5786F;
  margin-bottom: 50px;
}

.p-about-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 293px;
  flex: 0 0 293px;
}

.p-about-btn a {
  margin: 50px auto 50px;
}

@media screen and (max-width: 767px) {
  .p-about-inner {
    display: block;
    padding: 8vw 5.3333333333vw 16vw;
  }
  .p-about-ttl {
    font-size: 5.8666666667vw;
    margin-bottom: 8vw;
    text-align: center;
  }
  .p-about-img {
    width: 62.4vw;
    margin: 8vw auto 0;
  }
  .p-about-btn {
    padding-bottom: 0;
  }
  .p-about-btn a {
    margin: 10.6666666667vw auto 0;
  }
}
.p-support {
  padding: 120px 0;
  position: relative;
}
.p-support::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #F6F4F2;
  width: 93%;
  height: 100%;
  z-index: -1;
}

.p-support-btn a {
  margin-top: 50px;
  background: #fff;
}
.p-support-btn a span {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-support {
    padding: 16vw 0;
  }
  .p-support::before {
    width: 100%;
  }
  .p-support-btn a {
    margin-top: 8vw;
  }
}
.p-introduction {
  padding: 120px 0;
}

.p-introduction-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.p-introduction-list::after {
  content: "";
  display: block;
  width: 380px;
}
.p-introduction-list li {
  width: 380px;
  margin-bottom: 30px;
}

.p-introduction-wrap + .p-introduction-wrap {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-introduction {
    padding: 8vw 0 13.3333333333vw;
  }
  .p-introduction-list {
    margin-top: 4vw;
  }
  .p-introduction-list::after {
    content: "";
    display: block;
    width: 48%;
  }
  .p-introduction-list li {
    width: 48%;
    margin-bottom: 4vw;
  }
  .p-introduction-wrap + .p-introduction-wrap {
    margin-top: 4vw;
  }
}
/* p-certification
---------------------------------------------------------------------------- */
.p-certification {
  margin: 0 0 110px;
}

.p-secttl01 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
  border-top: 1px solid #C5786F;
  border-bottom: 1px solid #C5786F;
  padding: 15px 0 15px 15px;
  margin-top: 50px;
}

.p-table-img {
  margin-top: 30px;
}

.p-certification-heading {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 30px 0 0;
  height: 140px;
}

.p-certification-heading-left {
  padding-top: 30px;
}

.p-certification-heading-left .p-txt {
  padding-left: 20px;
  margin-bottom: 3px;
}

.p-icn-crown {
  background: url(../../images/certification/icn_crown.svg) no-repeat center left/15px;
}

.p-icn-star {
  background: url(../../images/certification/icn_star.svg) no-repeat center left/15px;
}

.p-certification-heading-right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 254px;
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  margin-right: -1px;
}

.p-certification-heading-right li {
  width: 25%;
}

.p-certification-heading-right li:not(:last-child) {
  border-right: 1px solid #D6D6D6;
}

.p-certification-heading-right li:nth-child(1) {
  background: url(../../images/certification/img_txt01.png) no-repeat center top;
}

.p-certification-heading-right li:nth-child(2) {
  background: url(../../images/certification/img_txt02.png) no-repeat center top;
}

.p-certification-heading-right li:nth-child(3) {
  background: url(../../images/certification/img_txt03.png) no-repeat center top;
}

.p-certification-heading-right li:nth-child(4) {
  background: url(../../images/certification/img_txt04.png) no-repeat center top;
}

.p-darkpink {
  color: #C5786F;
}

.p-purple {
  color: #9176AE;
}

.p-lightblue {
  color: #5F9EB2;
}

.p-certification-table {
  border-collapse: collapse;
  border: 1px solid #D6D6D6;
  width: 100%;
}

.p-certification-table tr:not(:last-child) td {
  border-bottom: 1px solid #D6D6D6;
}

.p-certification-table th {
  border-collapse: collapse;
  border: 1px solid #D6D6D6;
  color: #fff;
  background: #C5786F;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 500;
  width: 39px;
  padding: 0 10px;
  vertical-align: middle;
}

.p-certification-table td {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.p-certification-table .p-table-td01 {
  width: 330px;
  border-right: 1px solid #D6D6D6;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-certification-table .p-table-td01 p {
  padding: 4px 0 4px 20px;
}

.p-certification-table .p-table-td01 p:not(:last-child) {
  border-bottom: 1px solid #D6D6D6;
}

.p-certification-table .p-table-td02 {
  width: 581px;
  border-right: 1px solid #D6D6D6;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-certification-table .p-table-td02 p {
  padding: 4px 0 4px 20px;
  position: relative;
}

.p-certification-table .p-table-td02 p:not(:last-child) {
  border-bottom: 1px solid #D6D6D6;
}

.p-certification-table .p-table-td02 p.p-icn-crown02 {
  padding-left: 45px;
}

.p-certification-table .p-table-td02 p.p-icn-crown02::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 10px;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../../images/certification/icn_crown.svg);
}

.p-certification-table .p-table-td02 p::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 21px;
  background-image: url(../../images/certification/icn_star.svg);
}

.p-certification-table .p-table-td02 p.p-star1::after {
  width: 15px;
}

.p-certification-table .p-table-td02 p.p-star2::after {
  width: 30px;
}

.p-certification-table .p-table-td02 p.p-star3::after {
  width: 45px;
}

.p-certification-table .p-table-td02 p.p-star4::after {
  width: 60px;
}

.p-certification-table .p-table-td02 p.p-star5::after {
  width: 75px;
}

.p-certification-table .p-table-td03 {
  width: 252px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.p-certification-table .p-table-td03 p {
  width: 25%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-certification-table .p-table-td03 p:not(:last-child) {
  border-right: 1px solid #D6D6D6;
}

.p-certification-table .p-table-td03 p span {
  display: block;
  width: 100%;
  height: 37px;
  position: relative;
}

.p-certification-table .p-table-td03 p span:not(:last-child) {
  border-bottom: 1px solid #D6D6D6;
}

.p-certification-table .p-table-td03 p span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.p-certification-table .p-table-td03 p span.p-icn-darkpink::after {
  background: #C5786F;
}

.p-certification-table .p-table-td03 p span.p-icn-beige::after {
  background: #DFB1AA;
}

.p-certification-table .p-table-td03 p span.p-icn-purple::after {
  background: #9176AE;
}

.p-certification-table .p-table-td03 p span.p-icn-lightblue::after {
  background: #5F9EB2;
}

.p-certification-table .p-border-bottom {
  border-bottom: 1px solid #D6D6D6;
}

.p-certification-table .p-bg-gray {
  background: #F6F4F2;
}

@media screen and (max-width: 767px) {
  .p-certification {
    margin: 0 0 13.3333333333vw;
  }
  .p-secttl01 {
    font-size: 5.3333333333vw;
    padding: 4vw 0;
    margin-top: 0;
  }
  .p-table-img {
    margin-top: 8vw;
  }
  .p-certification-heading {
    display: block;
    margin: 6.6666666667vw 0 0;
    height: auto;
  }
  .p-certification-heading-left {
    padding-top: 0;
  }
  .p-certification-heading-left .p-txt {
    padding-left: 6.1333333333vw;
    margin-bottom: 0.8vw;
  }
  .p-icn-crown,
  .p-icn-star {
    background-size: 4vw;
  }
  .p-certification-heading-right {
    display: block;
    width: 100%;
    border: 0;
    margin-right: 0;
  }
  .p-certification-heading-right li {
    width: 100%;
    font-size: 3.4666666667vw;
    line-height: 2.15;
    letter-spacing: 0.04em;
    padding-left: 5.3333333333vw;
    position: relative;
  }
  .p-certification-heading-right li:not(:last-child) {
    border: 0;
  }
  .p-certification-heading-right li:nth-child(1),
  .p-certification-heading-right li:nth-child(2),
  .p-certification-heading-right li:nth-child(3),
  .p-certification-heading-right li:nth-child(4) {
    background: transparent;
  }
  .p-certification-heading-right li::before {
    position: absolute;
    content: "";
    left: 0.2666666667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    background: #C5786F;
  }
  .p-certification-heading-right li:nth-child(2)::before {
    background: #DFB1AA;
  }
  .p-certification-heading-right li:nth-child(3)::before {
    background: #9176AE;
  }
  .p-certification-heading-right li:nth-child(4)::before {
    background: #5F9EB2;
  }
  .p-certification-table {
    margin-top: 4vw;
  }
  .p-certification-table tr {
    display: block;
  }
  .p-certification-table th {
    font-size: 3.2vw;
    width: 100%;
    padding: 2.1333333333vw 2.6666666667vw;
    display: block;
    text-align: left;
    border: 0;
  }
  .p-certification-table td {
    font-size: 3.2vw;
  }
  .p-certification-table .p-table-td01 {
    width: 24.5333333333vw;
    background: #F6F4F2;
  }
  .p-certification-table .p-table-td01 p {
    padding: 0 2.1333333333vw;
    line-height: 1.5;
  }
  .p-certification-table .p-table-td02 {
    width: 42.4vw;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
  .p-certification-table .p-table-td02 p {
    padding: 2.1333333333vw 2.1333333333vw;
    line-height: 1.5;
    height: 19.4666666667vw;
  }
  .p-certification-table .p-table-td02 p.p-icn-crown02 {
    padding-left: 6.6666666667vw;
  }
  .p-certification-table .p-table-td02 p.p-icn-crown02::before {
    width: 3.3333333333vw;
    height: 2.1333333333vw;
    left: 1.8666666667vw;
    top: 3.4666666667vw;
    -webkit-transform: none;
    transform: none;
    background-size: 100%;
  }
  .p-certification-table .p-table-td02 p.p-height-s {
    height: 14.6666666667vw;
  }
  .p-certification-table .p-table-td02 p.p-height-m {
    height: 24.2666666667vw;
  }
  .p-certification-table .p-table-td02 p.p-height-l {
    height: 33.3333333333vw;
    padding: 6.6666666667vw 2.1333333333vw;
  }
  .p-certification-table .p-table-td02 p.p-height-l::after {
    bottom: 6.6666666667vw;
  }
  .p-certification-table .p-table-td02 p::after {
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    bottom: 2.1333333333vw;
    left: 2.1333333333vw;
    width: 2.6666666667vw;
    height: 4vw;
    background-size: contain;
  }
  .p-certification-table .p-table-td02 p.p-star1::after {
    width: 2.9333333333vw;
  }
  .p-certification-table .p-table-td02 p.p-star2::after {
    width: 5.7333333333vw;
  }
  .p-certification-table .p-table-td02 p.p-star3::after {
    width: 8.5333333333vw;
  }
  .p-certification-table .p-table-td02 p.p-star4::after {
    width: 11.4666666667vw;
  }
  .p-certification-table .p-table-td02 p.p-star5::after {
    width: 14.2666666667vw;
  }
  .p-certification-table .p-table-td03 {
    width: 22.4vw;
  }
  .p-certification-table .p-table-td03 p span {
    height: 19.4666666667vw;
  }
  .p-certification-table .p-table-td03 p span::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  .p-certification-table .p-table-td03 p span.p-height-s {
    height: 14.6666666667vw;
  }
  .p-certification-table .p-table-td03 p span.p-height-m {
    height: 24.2666666667vw;
  }
  .p-certification-table .p-table-td03 p span.p-height-l {
    height: 33.3333333333vw;
  }
  .p-certification-table .p-bg-gray {
    background: #fff;
  }
}
/* p-field
---------------------------------------------------------------------------- */
.p-field {
  margin: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-field {
    margin: 13.3333333333vw 0;
  }
}
.p-field-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-field-flex {
    display: block;
  }
}
.p-field-flex .left {
  margin-right: 3rem;
  width: 740px;
}
@media screen and (max-width: 767px) {
  .p-field-flex .left {
    margin-right: 0;
    width: 100%;
    margin-bottom: 13.3333333333vw;
  }
}
.p-field-flex .left .m-sec-title01 {
  text-align: left;
}
.p-field-flex .left .p-txt {
  text-align: left;
}
.p-field-flex .left .p-field-btn {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-field-flex .left .p-field-btn {
    margin-top: 8vw;
  }
}
.p-field-flex .left .p-field-btn .m-button02 {
  background: #fff;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-field-flex .left .p-field-btn .m-button02 {
    margin-right: auto;
  }
}
.p-field-flex .left .p-field-btn span {
  background: #fff;
}
.p-field-flex .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-field-flex .right {
    width: 100%;
  }
}
.p-field-flex .right img {
  width: 100%;
}