/* pg-feature -------------------------------- */
.pg-feature {
  color: #53565a;
  background: #FAFAFA;
  padding: 60px 0;
  margin: 0 0 60px;
  overflow: hidden;
}

.pg-feature * {
  outline: none !important;
}

.pg-feature a {
  color: inherit;
}

.pg-feature a:hover p {
  text-decoration: inherit;
}

.pg-feature img:not([src]) {
  display: none;
}

@media (min-width: 769px) {
  .pg-feature {
    padding: 100px 0 150px;
    margin: 0 0 100px;
  }
}
/* Header -------------------------------- */
.pg-header {
  text-align: center;
  margin: 0 0 60px;
}

.pg-header__inner {
  padding: 0 15px;
}

.pg-header__heading {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.pg-header__sub-heading {
  font-size: 10px;
  line-height: 1;
  margin: 12px 0 0;
}

.pg-header__lead-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  padding: 0 0 52px;
  margin: 40px 0 0;
  border-bottom: 1px solid #CECECE;
}

@media (min-width: 769px) {
  .pg-header {
    margin: 0 0 100px;
  }
  .pg-header__inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .pg-header__heading {
    font-size: 26px;
  }
  .pg-header__sub-heading {
    max-width: 690px;
    margin: 16px auto 0;
  }
  .pg-header__lead-text {
    font-size: 15px;
    text-align: center;
    padding: 0 0 100px;
    margin: 60px 0 0;
  }
}
/* Branch -------------------------------- */
.pg-branch {
  margin: 60px 0 0;
}

.pg-branch__inner {
  padding: 0 15px;
}

.pg-branch__header {
  text-align: center;
  margin: 0 0 52px;
}

.pg-branch__icon {
  max-width: 50px;
  margin: 0 auto 24px;
}

.pg-branch__heading {
  color: #53565a;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-position: under;
}

@media (min-width: 769px) {
  .pg-branch {
    margin: 100px 0 0;
  }
  .pg-branch__inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .pg-branch__header {
    margin: 0 0 80px;
  }
  .pg-branch__icon {
    max-width: 70px;
    margin: 0 auto 28px;
  }
  .pg-branch__heading {
    font-size: 30px;
  }
}
.pg-branch__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pg-branch__items--col-2 .pg-branch__item {
  width: 100%;
}

.pg-branch__items--col-2 .pg-branch__item:nth-of-type(n+2) {
  margin-top: 40px;
}

.pg-branch__items--col-4 .pg-branch__item {
  width: calc((100% - 9px) * 0.5);
}

.pg-branch__items--col-4 .pg-branch__item:not(:nth-of-type(2n+1)) {
  margin-left: 9px;
}

.pg-branch__items--col-4 .pg-branch__item:nth-of-type(n+3) {
  margin-top: 9px;
}

.pg-branch__item a {
  display: block;
}

.pg-branch__image {
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 769px) {
  .pg-branch__items .pg-branch__item:nth-of-type(n) {
    margin: 0;
  }
  .pg-branch__items--col-2 .pg-branch__item {
    width: calc((100% - 100px) * 0.5);
  }
  .pg-branch__items--col-2 .pg-branch__item:not(:nth-of-type(2n+1)) {
    margin-left: 100px;
  }
  .pg-branch__items--col-2 .pg-branch__items:nth-of-type(n+3) {
    margin-top: 100px;
  }
  .pg-branch__items--col-4 .pg-branch__item {
    width: calc((100% - 120px) * 0.25);
  }
  .pg-branch__items--col-4 .pg-branch__item:not(:nth-of-type(4n+1)) {
    margin-left: 40px;
  }
  .pg-branch__items--col-4 .pg-branch__item:nth-of-type(n+5) {
    margin-top: 40px;
  }
}
/* Result -------------------------------- */
.pg-result {
  margin: 60px 0 0;
}

.pg-result__inner {
  padding: 0 15px;
}

.pg-result__header {
  text-align: center;
  margin: 0 0 52px;
}

.pg-result__icon {
  max-width: 60px;
  margin: 0 auto 32px;
}

.pg-result__heading {
  color: #53565a;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.pg-result__block {
  background: #fff;
  padding: 40px 20px;
  border-radius: 10px;
}

.pg-result__block:nth-of-type(n+2) {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .pg-result {
    margin: 100px 0 0;
  }
  .pg-result__inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .pg-result__header {
    margin: 0 0 80px;
  }
  .pg-result__icon {
    max-width: 80px;
    margin: 0 auto 40px;
  }
  .pg-result__heading {
    font-size: 30px;
  }
  .pg-result__block {
    padding: 60px 20px 80px;
  }
  .pg-result__block:nth-of-type(n+2) {
    margin-top: 60px;
  }
}
/* Product -------------------------------- */
.pg-product__header {
  text-align: center;
  margin: 0 0 24px;
}

.pg-product__icon {
  max-width: 40px;
  margin: 0 auto 20px;
}

.pg-product__heading {
  color: #53565a;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media (min-width: 769px) {
  .pg-product {
    max-width: 1040px;
    margin: 0 auto;
  }
  .pg-product__header {
    margin: 0 0 60px;
  }
  .pg-product__icon {
    max-width: 50px;
    margin: 0 auto 20px;
  }
  .pg-product__heading {
    font-size: 26px;
  }
}
.pg-product__item {
  text-align: center;
}
.pg-product__item.is-coming-soon a {
  pointer-events: none;
}
.pg-product__item.is-coming-soon .pg-product__button {
  display: none;
}

.pg-product__item:nth-of-type(n+2) {
  margin-top: 40px;
}

.pg-product__image a {
  display: block;
}

.pg-product__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.pg-product__text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 8px 0 0;
}

.pg-product__button {
  margin: 32px 0 0;
}

.pg-product__button a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #53565a;
  padding: 14px 40px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}

.pg-product__button a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
}

.pg-product__button a:hover {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 769px) {
  .pg-product__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pg-product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc((100% - 44px) * 0.3333);
  }
  .pg-product__item:nth-of-type(n) {
    margin: 0;
  }
  .pg-product__item:not(:nth-of-type(3n+1)) {
    margin-left: 22px;
  }
  .pg-product__item:nth-of-type(n+4) {
    margin-top: 60px;
  }
  .pg-product__visual {
    min-height: 0%;
  }
  .pg-product__detail {
    margin: 4px 0 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .pg-product__title {
    font-size: 20px;
  }
  .pg-product__text {
    font-size: 14px;
    margin: 12px 0 0;
  }
  .pg-product__button {
    width: 100%;
    max-width: 250px;
    margin: 60px auto 0;
  }
}
.pg-product__more-button {
  margin: 40px auto;
}

.pg-product__more-button a {
  display: block;
  color: #53565a;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
  padding: 18px 44px;
  border: 2px solid;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.pg-product__more-button a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
}

.pg-product__more-button a:hover {
  color: #53565a;
  text-decoration: none;
}

@media (min-width: 769px) {
  .pg-product__more-button {
    max-width: 500px;
    margin: 80px auto 0;
  }
  .pg-product__more-button a {
    font-size: 15px;
  }
}
.pg-product__acc-content {
  display: none;
}

.pg-product__acc-trigger {
  text-align: center;
  padding: 28px 0 0;
  margin: 40px 0 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: 0.3s;
          transform: 0.3s;
}

.pg-product__acc-trigger:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -25%) rotate(45deg);
          transform: translate(-50%, -25%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pg-product__acc-trigger.is-open:before {
  -webkit-transform: translate(-50%, 25%) rotate(225deg);
          transform: translate(-50%, 25%) rotate(225deg);
}

.pg-product__acc-trigger:after {
  content: "OPEN";
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

.pg-product__acc-trigger.is-open:after {
  content: "CLOSE";
}

@media (min-width: 769px) {
  .pg-product__acc-trigger {
    padding: 36px 0 0;
    margin: 80px 0 0;
  }
  .pg-product__acc-trigger:before {
    width: 21px;
    height: 21px;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }
  .pg-product__acc-trigger:after {
    font-size: 16px;
  }
  .pg-product__acc-trigger:hover {
    opacity: 0.7;
  }
}
/* Footer -------------------------------- */
.pg-footer {
  margin: 52px 0 0;
}

.pg-footer__inner {
  padding: 0 15px;
}

@media (min-width: 769px) {
  .pg-footer {
    margin: 80px 0 0;
  }
  .pg-footer__inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
.pg-footer__button a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  background: #53565a;
  padding: 18px 48px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.pg-footer__button a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
}

.pg-footer__button a:hover {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 769px) {
  .pg-footer__button {
    max-width: 500px;
    margin: 0 auto;
  }
  .pg-footer__button a {
    font-size: 18px;
    padding: 16px 48px;
  }
}/*# sourceMappingURL=guide.css.map */