.p-about .pc {
  display: block;
}
.p-about .sp {
  display: none;
}
.p-about .p-heading__title--vertical {
  color: #000;
  letter-spacing: .2em;
}
@media screen and (max-width: 768px) {
  .p-about .pc {
    display: none;
  }
  .p-about .sp {
    display: block;
  }
}

/* mv */

.p-about__mv {
  padding-top: 60px;
  padding-top: min(6vw, 60px);
}
.p-about__mvhead {
  color: #000;
  letter-spacing: .2em;
  margin-bottom: 50px;
  margin-bottom: min(6vw, 50px);
  text-align: center;
}
.p-about__mvhead div {
  font-size: 28px;
  font-size: min(5vw, 28px);
  font-weight: bold;
}
.p-about__mvhead h2 {
  font-size: 42px;
  font-size: min(7vw, 42px);
  font-weight: 900;
  letter-spacing: .15em;
}
.p-about__mvhead h2 strong {
  color: #D57979;
  font-weight: 900;
}
.p-about__mvbody img {
  margin: auto;
  max-width: 710px;
}
@media screen and (max-width: 768px) {
  .p-about__mvbody img {
    max-width: initial;
    width: 100%;
  }
}

/* feature */

.p-about__feature {
  background: #FCF6EC;
  padding: 40px 0;
  padding: min(5vw, 40px) 0 0;
}
.p-about__featurehead {
  color: #000;
  margin-bottom: 50px;
  margin-bottom: min(6vw, 50px);
  position: relative;
  text-align: center;
}
.p-about__featurehead span {
  align-items: center;
  background: url(/img/web/about/img_featurehead.png) no-repeat 0 0 / 100%;
  color: #fff;
  display: flex;
  font-size: 22px;
  font-size: min(3.5vw, 22px);
  height: 48px;
  height: min(7vw, 48px);
  justify-content: center;
  left: 31%;
  padding-bottom: 10px;
  padding-bottom: min(1.25vw, 10px);
  position: absolute;
  top: -48px;
  transform: rotate(-6deg);
  width: 160px;
  width: min(24vw, 160px);
}
.p-about__featurehead h2 {
  font-size: 42px;
  font-size: min(7vw, 42px);
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5;
}
.p-about__featurehead h2 strong {
  background: #fff;
  border: 1px solid #222;
  color: #D57979;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: .2em;
}
.featurebody__list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.featurebody__list li {
  margin-bottom: 80px;
  margin-bottom: min(12vw, 80px);
  width: 47.5%;
}
.featurebody__image {
  margin-bottom: 25px;
  margin-bottom: min(5vw, 25px);
}
.featurebody__list h3 {
  color: #000;
  font-size: 32px;
  font-size: min(3vw, 32px);
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
  margin-bottom: 25px;
  margin-bottom: min(5vw, 25px);
  text-align: center;
}
.featurebody__list h3 strong {
  background: #D57979;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: .2em;
}
.featurebody__list p {
  color: #000;
  font-size: 18px;
  font-size: min(3.8vw, 18px);
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-about__featurehead span {
    left: 12vw;
    top: -7vw;
  }
  .featurebody__list li {
    width: 100%;
  }
  .featurebody__list h3 {
    font-size: 32px;
    font-size: min(5.8vw, 32px);
  }
  .featurebody__list p {
    padding: 0 4vw;
  }
}

/* howto */

.p-about__howto {
  padding: 90px 0;
  padding: min(9vw, 90px) 0;
}
.p-about__howtobody {
  margin: auto;
  max-width: 600px;
}
.howtobody__box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 50px;
  margin-bottom: min(5vw, 50px);
}
.howtobody__box:last-child {
  margin-bottom: 0;
}
.howtobody__box h2 {
  background: #CDAB61;
  color: #fff;
  font-size: 30px;
  font-size: min(5vw, 30px);
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: 30px;
  margin-bottom: min(5vw, 30px);
  padding: .4em 1.75em;
}
.howtobody__box p {
  color: #000;
  font-size: 24px;
  font-size: min(3.7vw, 24px);
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1.75;
  text-align: center;
}
.howtobody__box p + p {
  margin-top: 20px;
  margin-top: min(2vw, 20px);
}
.howtobody__box p small {
  font-size: 17px;
  font-size: min(2.5vw, 17px);
}
.howtobody__image {
  margin-bottom: 70px;
  margin-bottom: min(8vw, 70px);
}
.howtobody__text {
  letter-spacing: .1em;
  margin-bottom: 40px;
  margin-bottom: min(6vw, 40px);
  text-align: center;
}
.howtobody__text1 {
  color: #000;
  font-size: 38px;
  font-size: min(6vw, 38px);
  font-weight: 500;
}
.howtobody__text2 {
  color: #CDAB61;
  font-size: 56px;
  font-size: min(9vw, 56px);
  font-weight: bold;
}
.howtobody__text2 span {
  border-bottom: 3px solid #CDAB61;
  display: inline-block;
  line-height: 1;
}
.howtobody__text2 strong {
  font-size: 87px;
  font-size: min(14vw, 87px);
  font-weight: bold;
}
.howtobody__flow {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  margin-bottom: min(3vw, 15px);
}
.howtobody__flow span {
  align-items: center;
  background: #CDAB61;
  border-radius: 9999px;
  color: #fff;
  display: flex;
  font-size: 21px;
  font-size: min(3vw, 21px);
  font-weight: 500;
  height: 53px;
  height: min(8vw, 53px);
  justify-content: center;
  letter-spacing: .1em;
  padding: 0 1.5em;
  white-space: nowrap;
}
.howtobody__flow span strong {
  font-size: 31px;
  font-size: min(5vw, 31px);
  font-weight: 500;
}
.howtobody__flow img {
  margin: 0 8px;
  margin: 0 min(1vw, 8px);
  width: 25px;
  width: min(4vw, 25px);
}
.howtobody__arrow {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
  margin-bottom: min(8vw, 70px);
}
.howtobody__arrow span {
  color: #CDAB61;
  font-size: 24px;
  font-size: min(4vw, 24px);
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
}
.howtobody__arrow img {
  margin: 0 12px;
  margin: 0 min(2vw, 12px);
  width: 37px;
  width: min(6vw, 37px);
}
@media screen and (max-width: 768px) {
  .howtobody__box:first-child p {
    text-align: left;
  }
  .howtobody__box p small {
    display: inline-block;
    text-align: left;
  }
  .howtobody__text2 span {
    line-height: 1.25;
  }
  .howtobody__arrow span {
    letter-spacing: 0;
  }
}

/* link */

.p-about__link {
  background: #F5DADA url(/img/web/about/img_link_bg.png) no-repeat top right / cover;
  padding-top: 100px;
  padding-top: min(10vw, 100px);
}
.p-about__link .l-container {
  max-width: 1060px;
}
.linkbody__list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.linkbody__list li {
  margin-bottom: 80px;
  margin-bottom: min(8vw, 80px);
  width: 47.5%;
}
.linkbody__list li a {
  color: #000;
  font-weight: 500;
  letter-spacing: .1em;
}
.linkbody__list li a:hover {
  opacity: .65;
}
.linkbody__box {
  background: #fff;
  box-shadow: 0 3px 4px rgba(111,21,21,.22);
  margin-bottom: 20px;
  margin-bottom: min(3vw, 20px);
  padding-top: 1px;
}
.linkbody__capt {
  border: 1px solid #000;
  font-size: 17px;
  font-size: min(1.5vw, 17px);
  margin: 20px 40px;
  margin: min(4vw, 20px) min(8vw, 40px);
  padding: .5em 0;
  text-align: center;
}
.linkbody__capt strong {
  color: #D57979;
  font-weight: 500;
}
.linkbody__title {
  font-size: 29px;
  font-size: min(3vw, 29px);
  font-weight: bold;
  margin-bottom: 30px;
  margin-bottom: min(6vw, 30px);
  text-align: center;
}
.linkbody__link {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-size: min(2vw, 20px);
  justify-content: flex-end;
}
.linkbody__link img {
  margin-left: 1em;
  width: 22px;
  width: min(4.6vw, 22px);
}
@media screen and (max-width: 768px) {
  .linkbody__list li {
    width: 100%;
  }
  .linkbody__capt {
    font-size: 17px;
    font-size: min(4vw, 17px);
  }
  .linkbody__title {
    font-size: 29px;
    font-size: min(6.5vw, 29px);
  }
  .linkbody__link {
    font-size: 20px;
    font-size: min(4vw, 20px);
  }
  .linkbody__link img {
    margin-left: .5em;
  }
}