.pfh {
  /* ========================================
  About Setting
  ======================================== */
}
.pfh .pfh-about {
  margin-top: 80px;
}
.pfh .pfh-about__inner {
  padding: 45px 45px 0;
}
.pfh .pfh-about__lead {
  margin: 80px 0;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 35px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-about__lead {
    font-size: 1.2rem;
    line-height: 26px;
  }
}
.pfh .pfh-about__video {
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-about {
    margin-top: 40px;
  }
  .pfh .pfh-about__inner {
    padding: 14px 12px 0;
  }
  .pfh .pfh-about__lead {
    margin: 40px 0;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 35px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .pfh .pfh-about__lead {
    font-size: 1.2rem;
    line-height: 26px;
  }
}
.pfh.pfh-aboutDetail .pfh-visual {
  width: 100%;
  height: 800px;
  height: calc(100vh - 66px);
  min-height: auto;
  background-image: url(../img/visual.png);
  background-position: center;
  background-size: cover;
}
.pfh.pfh-aboutDetail .pfh-visual__subtitle {
  bottom: 126px;
  bottom: 15.75%;
}
@media only screen and (max-height: 700px) {
  .pfh.pfh-aboutDetail .pfh-visual__subtitle {
    bottom: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .pfh.pfh-aboutDetail .pfh-visual {
    background-image: url(../img/visual_sp.png);
  }
}
.pfh.pfh-aboutDetail .pfh-aboutDetail-intro {
  text-align: center;
}
.pfh.pfh-aboutDetail .pfh-aboutDetail-intro__title {
  font-size: 3rem;
  letter-spacing: 0.05em;
}
.pfh.pfh-aboutDetail .pfh-aboutDetail-intro__subtitle {
  margin-top: 80px;
  font-size: 2rem;
  letter-spacing: 0.14em;
  line-height: 2;
}
.pfh.pfh-aboutDetail .pfh-aboutDetail-intro__text {
  margin-top: 80px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 38px;
}
.pfh.pfh-aboutDetail .pfh-aboutDetail-intro .pfh-lists {
  display: inline-block;
  margin-top: 60px;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 768px) {
  .pfh.pfh-aboutDetail .pfh-aboutDetail-intro__title {
    font-size: 1.5rem;
  }
  .pfh.pfh-aboutDetail .pfh-aboutDetail-intro__subtitle {
    margin-top: 50px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .pfh.pfh-aboutDetail .pfh-aboutDetail-intro__text {
    margin-top: 50px;
    font-size: 1.1rem;
    line-height: 26px;
  }
  .pfh.pfh-aboutDetail .pfh-aboutDetail-intro .pfh-lists {
    margin-top: 50px;
    font-size: 1.1rem;
  }
  .pfh.pfh-aboutDetail .pfh-aboutDetail-intro .pfh-lists .pfh-lists__inner {
    line-height: 30px;
  }
  .pfh.pfh-aboutDetail .pfh-aboutDetail-intro .pfh-lists .pfh-lists__inner::before {
    top: 12px;
  }
}
.pfh.pfh-aboutDetail .pfh-contents {
  padding: 120px 0 60px;
}
@media only screen and (max-width: 768px) {
  .pfh.pfh-aboutDetail .pfh-contents {
    padding: 60px 0 30px;
  }
}
.pfh.pfh-aboutDetail .pfh-aboutDetail-service {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .pfh.pfh-aboutDetail .pfh-aboutDetail-service {
    margin-top: 40px;
  }
}
.pfh.pfh-aboutDetail .pfh-aboutDetail-service__title {
  padding: 15px 20px 20px;
  background: #242424;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pfh.pfh-aboutDetail .pfh-aboutDetail-service__title {
    padding: 10px 20px 15px;
    font-size: 1.2rem;
  }
}
.pfh.pfh-aboutDetail .pfh-aboutDetail-service__inner {
  padding: 35px;
}
@media only screen and (max-width: 768px) {
  .pfh.pfh-aboutDetail .pfh-aboutDetail-service__inner {
    padding: 20px 12px 12px;
  }
}
.pfh.pfh-aboutDetail .pfh-aboutDetail-service__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 20px 0;
}
.pfh.pfh-aboutDetail .pfh-aboutDetail-service__intro .intro-left {
  width: 33.03%;
  margin-right: 8.03%;
  font-size: 2rem;
  letter-spacing: 0.014em;
  line-height: 2;
  text-align: left;
}
.pfh.pfh-aboutDetail .pfh-aboutDetail-service__intro .intro-right {
  width: 39.82%;
}
@media only screen and (max-width: 768px) {
  .pfh.pfh-aboutDetail .pfh-aboutDetail-service__intro {
    display: block;
    padding: 10px;
  }
  .pfh.pfh-aboutDetail .pfh-aboutDetail-service__intro .intro-left {
    width: 100%;
    font-size: 1.2rem;
    line-height: 26px;
    text-align: center;
  }
  .pfh.pfh-aboutDetail .pfh-aboutDetail-service__intro .intro-right {
    width: 100%;
  }
}
.pfh.pfh-aboutDetail .pfh-aboutDetail-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
.pfh.pfh-aboutDetail .pfh-aboutDetail-service__list .pfh-list-item {
  width: 32.5%;
  min-height: 364px;
  padding: 35px 35px 25px;
}
.pfh.pfh-aboutDetail .pfh-aboutDetail-service__list .pfh-list-item__title {
  margin-top: 15px;
  font-size: 3rem;
  letter-spacing: 0.06em;
}
.pfh.pfh-aboutDetail .pfh-aboutDetail-service__list .pfh-list-item__text {
  position: relative;
  margin-top: 10px;
  padding: 10px;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}
.pfh.pfh-aboutDetail .pfh-aboutDetail-service__list .pfh-list-item__text::before {
  z-index: 1;
  position: absolute;
  top: -6px;
  left: 18px;
  width: calc(100% - 36px);
  height: calc(100% + 12px);
  background: #fff;
  content: "";
}
.pfh.pfh-aboutDetail .pfh-aboutDetail-service__list .pfh-list-item__inner-text {
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pfh.pfh-aboutDetail .pfh-aboutDetail-service__list {
    display: block;
    margin-top: 40px;
  }
  .pfh.pfh-aboutDetail .pfh-aboutDetail-service__list .pfh-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: auto;
    margin-top: 7px;
    padding: 10px 0;
  }
  .pfh.pfh-aboutDetail .pfh-aboutDetail-service__list .pfh-list-item__icon {
    width: 22.51%;
    margin-right: 8.27%;
  }
  .pfh.pfh-aboutDetail .pfh-aboutDetail-service__list .pfh-list-item__wrap {
    width: 52.98%;
  }
  .pfh.pfh-aboutDetail .pfh-aboutDetail-service__list .pfh-list-item__title {
    margin-top: 0;
    font-size: 1.75rem;
  }
  .pfh.pfh-aboutDetail .pfh-aboutDetail-service__list .pfh-list-item__text {
    padding: 2px 10px;
    font-size: 1rem;
  }
  .pfh.pfh-aboutDetail .pfh-aboutDetail-service__list .pfh-list-item__text::before {
    top: -3px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% + 6px);
  }
}
.pfh.pfh-aboutDetail .pfh-aboutDetail-service__lead {
  margin: 80px 0;
  font-size: 2rem;
  letter-spacing: 0.014em;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pfh.pfh-aboutDetail .pfh-aboutDetail-service__lead {
    margin: 40px 0;
    font-size: 1.2rem;
    line-height: 26px;
  }
}
.pfh .pfh-house {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-house {
    max-width: 223px;
    margin: 20px auto 0;
  }
}
.pfh .pfh-house.aos-animate .pfh-house__frame,
.pfh .pfh-house.aos-animate .pfh-house__circle {
  width: 39.91%;
}
.pfh .pfh-house.aos-animate .pfh-house__text {
  opacity: 1;
}
.pfh .pfh-house__frame, .pfh .pfh-house__circle {
  position: absolute;
  width: 5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  -webkit-transition: width 2s;
  transition: width 2s;
}
.pfh .pfh-house__frame--1, .pfh .pfh-house__circle--1 {
  top: 38.77%;
  left: 50%;
}
.pfh .pfh-house__frame--2, .pfh .pfh-house__circle--2 {
  top: 69.64%;
  left: 35.2%;
}
.pfh .pfh-house__frame--2 .pfh-house__text, .pfh .pfh-house__circle--2 .pfh-house__text {
  padding-right: 1em;
}
.pfh .pfh-house__frame--3, .pfh .pfh-house__circle--3 {
  top: 69.64%;
  left: 65.02%;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-house__frame--1, .pfh .pfh-house__circle--1 {
    top: 39.28%;
  }
  .pfh .pfh-house__frame--2, .pfh .pfh-house__circle--2 {
    left: 35.65%;
  }
  .pfh .pfh-house__frame--2 .pfh-house__text, .pfh .pfh-house__circle--2 .pfh-house__text {
    padding-right: 1em;
  }
  .pfh .pfh-house__frame--3, .pfh .pfh-house__circle--3 {
    left: 64.57%;
  }
}
.pfh .pfh-house__inner-frame, .pfh .pfh-house__inner-circle {
  padding-top: 100%;
}
.pfh .pfh-house__frame {
  z-index: 3;
  border: solid 5px #242424;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-house__frame {
    border: solid 3px #242424;
  }
}
.pfh .pfh-house__circle {
  z-index: 2;
  background: #fff;
}
.pfh .pfh-house__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  opacity: 0;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-house__text {
    font-size: 1.25rem;
  }
}
.pfh .pfh-evolution {
  background: url(../img/evolution_bg.gif);
}
.pfh .pfh-evolution__inner {
  padding: 35px;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-evolution {
    background-size: 4px;
  }
  .pfh .pfh-evolution__inner {
    padding: 12px;
  }
}
.pfh .pfh-evolution__title {
  padding: 30px 20px 25px;
  background: #242424;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-evolution__title {
    padding: 15px 10px 10px;
    font-size: 1.2rem;
  }
}
.pfh .pfh-evolution .pfh-evolution-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pfh .pfh-evolution .pfh-evolution-icons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32.5%;
  padding: 30px;
  background: #fff;
}
.pfh .pfh-evolution .pfh-evolution-icons__icon {
  width: 54px;
  margin-right: 10px;
}
.pfh .pfh-evolution .pfh-evolution-icons__text {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-evolution .pfh-evolution-icons__item {
    display: block;
    width: 31.63%;
    padding: 10px 0;
  }
  .pfh .pfh-evolution .pfh-evolution-icons__icon {
    width: 35px;
    margin: 0 auto 10px;
  }
  .pfh .pfh-evolution .pfh-evolution-icons__text {
    font-size: 1.2rem;
  }
}
.pfh .pfh-evolution .pfh-evolution-iot {
  margin: 60px 0;
  text-align: center;
}
.pfh .pfh-evolution .pfh-evolution-iot__inner {
  display: inline-block;
  position: relative;
  padding: 20px 30px;
  border-radius: 10px;
  background: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.pfh .pfh-evolution .pfh-evolution-iot__inner::before, .pfh .pfh-evolution .pfh-evolution-iot__inner::after {
  position: absolute;
  left: calc(50% - 16px);
  width: 32px;
  height: 48px;
  background-image: url(../../common/img/icon_arrow2.svg);
  background-size: 100%;
  content: "";
}
.pfh .pfh-evolution .pfh-evolution-iot__inner::before {
  top: -55px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.pfh .pfh-evolution .pfh-evolution-iot__inner::after {
  bottom: -55px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-evolution .pfh-evolution-iot {
    margin: 35px 0;
  }
  .pfh .pfh-evolution .pfh-evolution-iot__inner {
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1.2rem;
  }
  .pfh .pfh-evolution .pfh-evolution-iot__inner::before, .pfh .pfh-evolution .pfh-evolution-iot__inner::after {
    left: calc(50% - 8px);
    width: 16px;
    height: 24px;
  }
  .pfh .pfh-evolution .pfh-evolution-iot__inner::before {
    top: -28px;
  }
  .pfh .pfh-evolution .pfh-evolution-iot__inner::after {
    bottom: -28px;
  }
}
.pfh .pfh-evolution .pfh-evolution-data {
  padding: 35px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.pfh .pfh-evolution .pfh-evolution-data__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}
.pfh .pfh-evolution .pfh-evolution-data__item {
  width: calc(50% - 6px);
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .pfh .pfh-evolution .pfh-evolution-data {
    padding: 12px;
    font-size: 1.2rem;
  }
  .pfh .pfh-evolution .pfh-evolution-data__items {
    margin-top: 12px;
  }
  .pfh .pfh-evolution .pfh-evolution-data__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(50% - 7px);
    padding: 5px;
    font-size: 1.1rem;
    line-height: 14px;
  }
}