#ast-mobile-popup-wrapper,
#scrollup-master {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Arial, Meiryo, sans-serif;
}

body * {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.004em;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.pcb-lp-header {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 8.8%;
  height: 76px;
  transition: background-color ease 0.32s, box-shadow ease 0.32s;
}

.pcb-lp-header > .header-logo {
  display: block;
  position: relative;
}

.pcb-lp-header > .header-logo > .logo.-default {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.pcb-lp-header .desktop-cta {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.002em;
  display: flex;
  align-items: center;
  padding: 12px 24px;
  color: white;
  border: 1px solid white;
  border-radius: 32px;
  transition: color ease 0.2s, border ease 0.2s;
}

.pcb-lp-header .desktop-cta > svg:nth-of-type(1) {
  margin: 0 8px 0 12px;
}

.pcb-lp-header.scrolled {
  background-color: white;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06), 0px 1px 8px rgba(0, 0, 0, 0.06), 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.pcb-lp-header.scrolled > .header-logo > .logo.-default {
  opacity: 1;
}

.pcb-lp-header.scrolled > .header-logo > .logo.-white {
  opacity: 0;
}

.pcb-lp-header.scrolled .desktop-cta {
  border: solid 1px #038766;
  color: #038766;
}

.mobile-cta {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.002em;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: #038766;
  z-index: 3;
  box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.12);
  padding: 16px;
  padding-bottom: calc(16px + env(safe-area-inset-bottom));
}

.mobile-cta svg {
  margin-left: 12px;
}

.mobile-cta svg + svg {
  margin-left: 8px;
}

@media screen and (min-width: 960px) {
  .mobile-cta {
    display: none !important;
  }
}

.pcb-lp-main {
  position: relative;
}

.pcb-lp-main .top-section {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 56px;
  height: 706px;
  background-image: url("/wp-content/themes/astra/lp-pcb-assets/theme-images/backdrop1-desktop.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.pcb-lp-main .top-section::after {
  position: absolute;
  height: 160px;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 50vw;
  background-image: url("/wp-content/themes/astra/lp-pcb-assets/theme-images/trimTriangleLeft-desktop.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  transform: translateY(0.5px);
}

.pcb-lp-main .top-section::before {
  position: absolute;
  height: 160px;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 50vw;
  background-image: url("/wp-content/themes/astra/lp-pcb-assets/theme-images/trimTriangleRight-desktop.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  transform: translateY(0.5px);
}

.pcb-lp-main .top-section .headline {
  position: relative;
  width: 560px;
  margin-bottom: 64px;
}

.pcb-lp-main .top-section .headline > .catch-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.pcb-lp-main .top-section .headline > .catch-copy > .attention {
  display: flex;
}

.pcb-lp-main .top-section .headline > .catch-copy > .attention > span {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0.004em;
  position: relative;
}

.pcb-lp-main .top-section .headline > .catch-copy > .attention > span::before {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #2fd0a8;
}

.pcb-lp-main .top-section .headline > .catch-copy > .pcb {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0.004em;
}

.pcb-lp-main .top-section .headline > .catch-copy > .small {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.004em;
}

.pcb-lp-main .top-section .headline > .catch-copy > .next-line {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.004em;
  display: block;
  width: 100%;
  margin-top: 4px;
}

.pcb-lp-main .top-section .headline > .label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.004em;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  border: solid 1px white;
  border-radius: 6px;
  padding: 8px 16px;
}

.pcb-lp-main .top-section .images {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 32px;
}

.pcb-lp-main .top-section .images > .top-confirm {
  position: absolute;
  top: -48px;
  right: calc(-176px - 20px);
}

.pcb-lp-main .top-section .images > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 12px;
}

.pcb-lp-main .top-section .images > li > .image-wrap {
  position: relative;
  height: 120px;
  width: 120px;
  margin-bottom: 16px;
}

.pcb-lp-main .top-section .images > li > .image-wrap > img {
  width: 100%;
  height: 100%;
  border-radius: 64px;
}

.pcb-lp-main .top-section .images > li > .image-wrap::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -8px;
  z-index: 2;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url("/wp-content/themes/astra/lp-pcb-assets/theme-images/caution.png");
  background-size: contain;
}

.pcb-lp-main .top-section .images > li > p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.002em;
}

.pcb-lp-main .top-section .top-warning {
  display: flex;
  align-items: center;
  padding: 8px 16px 8px 12px;
  background-color: #FFF7EB;
  border: 1px solid #FF9500;
  border-radius: 6px;
}

.pcb-lp-main .top-section .top-warning > img {
  margin-right: 8px;
}

.pcb-lp-main .top-section .top-warning > p {
  color: #A16402;
}

@media screen and (max-width: 960px) {
  .pcb-lp-main .top-section {
    height: 566px !important;
    margin-bottom: 40px;
    background-image: url("/wp-content/themes/astra/lp-pcb-assets/theme-images/backdrop1-mobile.png");
  }
  .pcb-lp-main .top-section::after {
    background-image: url("/wp-content/themes/astra/lp-pcb-assets/theme-images/trimTriangleLeft-mobile.svg");
    height: 80px;
  }
  .pcb-lp-main .top-section::before {
    background-image: url("/wp-content/themes/astra/lp-pcb-assets/theme-images/trimTriangleRight-mobile.svg");
    height: 80px;
  }
  .pcb-lp-main .top-section .headline {
    position: relative;
    width: 416px;
    margin-bottom: 40px;
  }
  .pcb-lp-main .top-section .headline > .catch-copy > .attention > span {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.004em;
  }
  .pcb-lp-main .top-section .headline > .catch-copy > .attention > span::before {
    top: -12px;
    width: 6px;
    height: 6px;
  }
  .pcb-lp-main .top-section .headline > .catch-copy > .pcb {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.004em;
  }
  .pcb-lp-main .top-section .headline > .catch-copy > .small {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.004em;
  }
  .pcb-lp-main .top-section .headline > .catch-copy > .next-line {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.004em;
  }
  .pcb-lp-main .top-section .headline > .label {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.004em;
    padding: 4px 12px;
  }
  .pcb-lp-main .top-section .images {
    margin-bottom: 24px;
  }
  .pcb-lp-main .top-section .images > .top-confirm {
    top: -32px;
    right: calc(-129px - 8px);
  }
  .pcb-lp-main .top-section .images > li {
    margin: 0 8px;
  }
  .pcb-lp-main .top-section .images > li > .image-wrap {
    height: 96px;
    width: 96px;
    margin-bottom: 16px;
  }
  .pcb-lp-main .top-section .images > li > .image-wrap::before {
    top: 0px;
    left: -8px;
  }
  .pcb-lp-main .top-section .images > li > p {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.004em;
  }
  .pcb-lp-main .top-section .top-warning {
    padding: 8px 16px 8px 12px;
  }
  .pcb-lp-main .top-section .top-warning > img {
    margin-right: 8px;
  }
  .pcb-lp-main .top-section .top-warning > p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.004em;
  }
}

@media screen and (max-width: 428px) {
  .pcb-lp-main .top-section .headline {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }
  .pcb-lp-main .top-section .headline > .catch-copy > .small {
    width: 80px;
  }
  .pcb-lp-main .top-section .headline > .catch-copy > .next-line {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.004em;
  }
  .pcb-lp-main .top-section .headline > .label {
    position: static;
    padding: 4px 12px;
    margin-top: 8px;
    display: inline-block;
  }
  .pcb-lp-main .top-section .images {
    position: static;
    margin-bottom: 16px;
  }
  .pcb-lp-main .top-section .images > .top-confirm {
    top: 48px;
    right: 16px;
  }
  .pcb-lp-main .top-section .images > li > .image-wrap {
    height: 80px;
    width: 80px;
    margin-bottom: 12px;
  }
  .pcb-lp-main .top-section .images > li > .image-wrap::before {
    top: -4px;
    left: -8px;
  }
}

.pcb-lp-main .question-section {
  margin-bottom: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pcb-lp-main .question-section .headline {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.004em;
  margin-bottom: 40px;
}

.pcb-lp-main .question-section .cta-button {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.004em;
  color: #fff;
  border-radius: 56px;
  padding: 24px 40px;
  background: linear-gradient(135deg, #00b398, #01795b);
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.06), 0px 4px 32px rgba(0, 0, 0, 0.06), 0px 8px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.15s;
}

.pcb-lp-main .question-section .cta-button:hover {
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.06), 0px 6px 48px rgba(0, 0, 0, 0.06), 0px 12px 24px rgba(0, 0, 0, 0.08);
}

.pcb-lp-main .question-section .questions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  width: calc(100% - 80px);
  max-width: 1200px;
}

.pcb-lp-main .question-section .questions > div {
  position: relative;
  background-color: #f2f4f7;
  border-radius: 12px;
  padding: 32px 16px 48px;
  height: 128px;
  min-width: calc((100% - 40px) / 3);
}

.pcb-lp-main .question-section .questions > div:nth-of-type(2) {
  margin: 0 40px;
}

.pcb-lp-main .question-section .questions > div p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.004em;
  color: rgba(20, 23, 42, 0.64);
  text-align: center;
}

@media screen and (max-width: 960px) {
  .pcb-lp-main .question-section .questions > div p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.002em;
    color: rgba(20, 23, 42, 0.64);
    text-align: center;
  }
}

.pcb-lp-main .question-section .questions > div img {
  position: absolute;
  left: calc(50% - 36px);
  bottom: -36px;
  padding: 8px;
  border-radius: 50%;
  background-color: #f2f4f7;
}

@media screen and (max-width: 960px) {
  .pcb-lp-main .question-section {
    padding: 0 16px;
  }
  .pcb-lp-main .question-section .cta-button {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.002em;
    padding: 16px 32px;
  }
  .pcb-lp-main .question-section .headline {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.004em;
    text-align: center;
  }
  .pcb-lp-main .question-section .questions {
    flex-direction: column;
    width: 100%;
    margin: 0 16px 24px;
  }
  .pcb-lp-main .question-section .questions > div {
    width: 100%;
    height: 120px;
    margin: 0 0 56px !important;
  }
}

.pcb-lp-main .pcb-description {
  position: relative;
  padding: 56px 0 72px;
  margin-bottom: 44px;
  background: linear-gradient(180deg, #fef69f 0%, #ffdc7a 100%);
}

.pcb-lp-main .pcb-description .headline {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.004em;
  position: relative;
  margin-bottom: 24px;
  text-align: center;
}

.pcb-lp-main .pcb-description .headline::before {
  position: absolute;
  top: 0;
  margin-left: -40px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #ff9500 transparent transparent transparent;
}

.pcb-lp-main .pcb-description .headline::after {
  position: absolute;
  bottom: 0;
  margin-left: 24px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #ff9500 transparent;
}

@media screen and (max-width: 960px) {
  .pcb-lp-main .pcb-description {
    padding: 56px 16px 72px;
  }
  .pcb-lp-main .pcb-description .headline {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.004em;
  }
}

.pcb-lp-main .pcb-description p {
  text-align: center;
}

.pcb-lp-main .pcb-description p:first-of-type {
  margin-bottom: 12px;
}

.pcb-lp-main .pcb-description .check-flow {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.002em;
  display: flex;
  align-items: center;
  position: absolute;
  left: calc(50% - (258px / 2));
  bottom: -20px;
  padding: 8px 24px;
  color: #038766;
  border: 1px solid #038766;
  border-radius: 32px;
  background-color: #fff;
}

.pcb-lp-main .pcb-description .check-flow img {
  margin-right: 8px;
}

.pcb-lp-main .pcb-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .pcb-lp-main .pcb-items {
    padding: 0 16px;
  }
}

.pcb-lp-main .pcb-items > .items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f2f4f7;
  border-radius: 12px;
  padding: 32px 120px 16px;
  margin-top: 8px;
  max-width: 100%;
}

.pcb-lp-main .pcb-items > .items > h1 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.004em;
  margin-bottom: 32px;
}

.pcb-lp-main .pcb-items > .items .description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.004em;
  margin-bottom: 40px;
  color: rgba(20, 23, 42, 0.64);
}

.pcb-lp-main .pcb-items > .items .items-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pcb-lp-main .pcb-items > .items .items-grid > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pcb-lp-main .pcb-items > .items .items-grid .others {
  width: 120px;
  height: 120px;
  padding: 44px;
  border: 2px solid #024cf7;
  border-radius: 50%;
  margin-bottom: 16px;
  background-color: #dfecfb;
}

.pcb-lp-main .pcb-items > .items .items-grid .others + p {
  color: #024cf7;
}

.pcb-lp-main .pcb-items > .items .items-grid .others img {
  margin: 0;
}

.pcb-lp-main .pcb-items > .items .items-grid > div {
  margin: 0 12px 32px 12px;
}

.pcb-lp-main .pcb-items > .items .items-grid > div .image-wrap {
  position: relative;
  height: 120px;
  width: 120px;
  margin-bottom: 16px;
}

.pcb-lp-main .pcb-items > .items .items-grid > div .image-wrap::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -6px;
  z-index: 2;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url("/wp-content/themes/astra/lp-pcb-assets/theme-images/caution.png");
  background-size: contain;
}

.pcb-lp-main .pcb-items > .items .items-grid > div img {
  position: relative;
  border-radius: 50%;
  margin-bottom: 16px;
  display: flex;
}

.pcb-lp-main .pcb-items > .items .items-grid > div > p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.002em;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .pcb-lp-main .pcb-items > .items {
    padding: 32px 56px 16px;
  }
}

@media screen and (max-width: 428px) {
  .pcb-lp-main .pcb-items > .items {
    padding: 32px 16px 16px;
  }
}

.pcb-lp-main .flow-chart {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .pcb-lp-main .flow-chart {
    padding: 0 16px;
  }
}

.pcb-lp-main .flow-chart .vertical-line {
  background-color: #024cf7;
  height: 40px;
  width: 2px;
}

.pcb-lp-main .flow-chart .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #024cf7;
  border: 2px solid #024cf7;
  border-radius: 50%;
  height: 72px;
  width: 72px;
}

.pcb-lp-main .flow-chart .step p {
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.004em;
  text-align: center;
}

.pcb-lp-main .flow-chart #check-1,
.pcb-lp-main .flow-chart #check-2-1,
.pcb-lp-main .flow-chart #check-2-2,
.pcb-lp-main .flow-chart #check-2-3,
.pcb-lp-main .flow-chart #check-3,
.pcb-lp-main .flow-chart #check-4 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pcb-lp-main .flow-chart #check-2-1 .note,
.pcb-lp-main .flow-chart #check-2-2 .note,
.pcb-lp-main .flow-chart #check-2-3 .note,
.pcb-lp-main .flow-chart #check-3 .note,
.pcb-lp-main .flow-chart #check-4 .note {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  color: #024cf7;
  border-radius: 8px;
  background-color: #f2f4f7;
  margin-bottom: 24px;
  border: none;
  cursor: pointer;
}

.pcb-lp-main .flow-chart #check-2-1 .note img,
.pcb-lp-main .flow-chart #check-2-2 .note img,
.pcb-lp-main .flow-chart #check-2-3 .note img,
.pcb-lp-main .flow-chart #check-3 .note img,
.pcb-lp-main .flow-chart #check-4 .note img {
  z-index: 1;
  margin-right: 8px;
}

@media screen and (max-width: 960px) {
  .pcb-lp-main .flow-chart #check-2-1 .note,
  .pcb-lp-main .flow-chart #check-2-2 .note,
  .pcb-lp-main .flow-chart #check-2-3 .note,
  .pcb-lp-main .flow-chart #check-3 .note,
  .pcb-lp-main .flow-chart #check-4 .note {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.004em;
  }
}

.pcb-lp-main .flow-chart #check-2-1 .todo,
.pcb-lp-main .flow-chart #check-2-2 .todo,
.pcb-lp-main .flow-chart #check-2-3 .todo,
.pcb-lp-main .flow-chart #check-3 .todo,
.pcb-lp-main .flow-chart #check-4 .todo {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.002em;
  color: #038766;
  margin: 24px 0 16px;
}

.pcb-lp-main .flow-chart #check-2-1 .option-wrap,
.pcb-lp-main .flow-chart #check-2-2 .option-wrap,
.pcb-lp-main .flow-chart #check-2-3 .option-wrap,
.pcb-lp-main .flow-chart #check-3 .option-wrap,
.pcb-lp-main .flow-chart #check-4 .option-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pcb-lp-main .flow-chart .unavailable {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.004em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  max-width: 400px;
  width: 100%;
  color: rgba(20, 23, 42, 0.64);
}

.pcb-lp-main .flow-chart .unavailable .way {
  width: 170px;
  margin-top: 24px;
  padding: 16px 32px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 12px;
}

.pcb-lp-main .flow-chart .available {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.004em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  max-width: 400px;
  width: 100%;
  color: #038766;
}

.pcb-lp-main .flow-chart .available .cta-button {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.002em;
  color: #fff;
  border-radius: 56px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #00b398, #01795b);
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.06), 0px 4px 32px rgba(0, 0, 0, 0.06), 0px 8px 16px rgba(0, 0, 0, 0.08);
  margin-top: 16px;
  height: 56px;
  transition: all 0.15s;
}

@media screen and (max-width: 960px) {
  .pcb-lp-main .flow-chart .available .cta-button {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.002em;
  }
}

.pcb-lp-main .flow-chart .available .cta-button:hover {
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.06), 0px 6px 48px rgba(0, 0, 0, 0.06), 0px 12px 24px rgba(0, 0, 0, 0.08);
}

.pcb-lp-main .flow-chart .arrow-next {
  z-index: -1;
}

.pcb-lp-main .flow-chart .next-any {
  margin-top: 24px;
  padding: 8px;
  background-color: #f2f4f7;
  border-radius: 50%;
}

.pcb-lp-main .flow-chart .options {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  max-width: calc(100vw - 32px);
}

.pcb-lp-main .flow-chart .options .option {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.002em;
  position: relative;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  color: #024cf7;
  background-color: #dfecfb;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 12px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.06), 0px 2px 16px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.08);
  height: 56px;
  width: 400px;
  max-width: 100%;
  margin-bottom: 16px;
  transition: all 0.15s;
}

@media screen and (max-width: 960px) {
  .pcb-lp-main .flow-chart .options .option {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.002em;
  }
}

.pcb-lp-main .flow-chart .options .option:not(:disabled) {
  cursor: pointer;
}

.pcb-lp-main .flow-chart .options .option.selected {
  color: #fff;
  background-color: #024cf7;
}

.pcb-lp-main .flow-chart .options .option.selected::after {
  position: absolute;
  right: 18px;
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("/wp-content/themes/astra/lp-pcb-assets/theme-images/play-arrow-white.svg");
  background-size: contain;
}

.pcb-lp-main .flow-chart .options .option:not(.selected)::after {
  position: absolute;
  right: 18px;
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("/wp-content/themes/astra/lp-pcb-assets/theme-images/play-arrow.svg");
  background-size: contain;
}

.pcb-lp-main .flow-chart .options .option:first-of-type {
  margin: 24px 0 16px;
}

.pcb-lp-main .flow-chart .options .option:hover {
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.06), 0px 4px 32px rgba(0, 0, 0, 0.06), 0px 8px 16px rgba(0, 0, 0, 0.08);
}

.pcb-lp-main .flow-chart .invisible {
  display: none !important;
}

.pcb-lp-main .selling-point {
  position: relative;
  padding: 80px 0 64px;
  margin: 96px 0 0;
  background-image: url("/wp-content/themes/astra/lp-pcb-assets/theme-images/backdrop2-desktop.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  .pcb-lp-main .selling-point {
    background-image: url("/wp-content/themes/astra/lp-pcb-assets/theme-images/backdrop2-mobile.png");
  }
}

.pcb-lp-main .selling-point > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.pcb-lp-main .selling-point .headline {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.004em;
  text-align: center;
  margin-bottom: 48px;
  color: #fff;
}

.pcb-lp-main .selling-point .description {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-bottom: 70px;
}

.pcb-lp-main .selling-point > .jobs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 80px;
  width: calc(100% - 80px);
  max-width: 1200px;
  border-bottom: solid 1px white;
}

.pcb-lp-main .selling-point > .jobs > .job-card {
  width: calc(100% / 3 - 24px);
  margin: 0px 12px 32px;
}

.pcb-lp-main .selling-point > .jobs > .job-card > .thumbnail {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.pcb-lp-main .selling-point > .jobs > .job-card > .thumbnail:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.pcb-lp-main .selling-point > .jobs > .job-card > .thumbnail > img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pcb-lp-main .selling-point > .jobs > .job-card > h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.004em;
  background-color: white;
  color: #024cf7;
  border-radius: 24px;
  display: inline-block;
  padding: 0 16px;
  margin-bottom: 12px;
}

.pcb-lp-main .selling-point > .jobs > .job-card > p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.004em;
  color: white;
}

@media screen and (max-width: 960px) {
  .pcb-lp-main .selling-point > .jobs {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
  .pcb-lp-main .selling-point > .jobs > .job-card {
    width: calc(100% / 2 - 24px);
  }
  .pcb-lp-main .selling-point > .jobs > .job-card > p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.004em;
  }
}

@media screen and (max-width: 428px) {
  .pcb-lp-main .selling-point > .jobs > .job-card {
    width: 100%;
  }
}

.pcb-lp-main .selling-point .feature {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pcb-lp-main .selling-point .feature > div {
  position: relative;
  padding: 56px 32px 48px;
  background-color: #fff;
  border-radius: 12px;
  max-width: 532px;
}

.pcb-lp-main .selling-point .feature > div:first-of-type {
  margin-right: 40px;
}

.pcb-lp-main .selling-point .feature > div > h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.004em;
  color: #038766;
  margin-bottom: 16px;
  text-align: center;
}

.pcb-lp-main .selling-point .feature > div > p {
  color: rgba(20, 23, 42, 0.64);
}

.pcb-lp-main .selling-point .feature > div > img {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
  object-fit: cover;
}

@media screen and (max-width: 960px) {
  .pcb-lp-main .selling-point {
    padding: 80px 16px;
  }
  .pcb-lp-main .selling-point .headline {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.004em;
    margin-bottom: 32px;
  }
  .pcb-lp-main .selling-point .feature {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.004em;
    flex-wrap: wrap;
  }
  .pcb-lp-main .selling-point .feature > div {
    width: 100%;
    padding: 48px 16px 32px;
  }
  .pcb-lp-main .selling-point .feature > div:first-of-type {
    margin: 0 0 48px 0;
  }
  .pcb-lp-main .selling-point .feature > div > h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.002em;
  }
}

.pcb-lp-main .contact-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f2f4f7;
  padding: 96px 0 120px 0;
  margin-top: 120px;
}

.pcb-lp-main .contact-section .wpcf7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 32px 16px 32px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  background-color: white;
  border-radius: 12px;
  margin: 32px 0 120px;
  width: 640px;
  max-width: 100%;
}

.pcb-lp-main .contact-section .wpcf7 .wpcf7-form {
  width: 100%;
}

.pcb-lp-main .contact-section .wpcf7 .wpcf7-form > p {
  margin-bottom: 32px;
}

.pcb-lp-main .contact-section .wpcf7 .wpcf7-form br {
  display: none;
}

.pcb-lp-main .contact-section .wpcf7 label {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.002em;
}

.pcb-lp-main .contact-section .wpcf7 label .optional {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.004em;
  margin-left: 12px;
  padding: 2px 12px;
  color: #176bfd;
  border: 1px solid #176bfd;
  border-radius: 4px;
}

.pcb-lp-main .contact-section .wpcf7 .wpcf7-form-control-wrap {
  margin-top: 12px;
  display: block;
}

.pcb-lp-main .contact-section .wpcf7 input,
.pcb-lp-main .contact-section .wpcf7 textarea,
.pcb-lp-main .contact-section .wpcf7 select {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.11);
  background-color: #f2f4f7;
  border-radius: 8px;
  padding: 12px 16px;
}

.pcb-lp-main .contact-section .wpcf7 input::placeholder,
.pcb-lp-main .contact-section .wpcf7 textarea::placeholder,
.pcb-lp-main .contact-section .wpcf7 select::placeholder {
  color: rgba(20, 23, 42, 0.28);
}

.pcb-lp-main .contact-section .wpcf7 input[name="your-name"], .pcb-lp-main .contact-section .wpcf7 input[name="your-tel"], .pcb-lp-main .contact-section .wpcf7 input[name="your-region"],
.pcb-lp-main .contact-section .wpcf7 textarea[name="your-name"],
.pcb-lp-main .contact-section .wpcf7 textarea[name="your-tel"],
.pcb-lp-main .contact-section .wpcf7 textarea[name="your-region"],
.pcb-lp-main .contact-section .wpcf7 select[name="your-name"],
.pcb-lp-main .contact-section .wpcf7 select[name="your-tel"],
.pcb-lp-main .contact-section .wpcf7 select[name="your-region"] {
  width: 320px;
  max-width: 100%;
}

.pcb-lp-main .contact-section .wpcf7 textarea {
  min-height: 160px;
  min-width: 100%;
}

.pcb-lp-main .contact-section .wpcf7 .your-region,
.pcb-lp-main .contact-section .wpcf7 .your-details {
  display: flex;
  align-items: center;
}

.pcb-lp-main .contact-section .wpcf7 .your-region::after,
.pcb-lp-main .contact-section .wpcf7 .your-details::after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: -36px;
  background-image: url("/wp-content/themes/astra/lp-pcb-assets/theme-images/keyboard-arrow-down.svg");
}

.pcb-lp-main .contact-section .wpcf7 .wpcf7-submit {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.002em;
  display: flex;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  border-radius: 32px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #00b398, #01795b);
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.06), 0px 4px 32px rgba(0, 0, 0, 0.06), 0px 8px 16px rgba(0, 0, 0, 0.08);
  margin-top: 16px;
  transition: all 0.15s;
  width: 208px;
  height: 56px;
  border: none;
}

.pcb-lp-main .contact-section .wpcf7 .wpcf7-submit:hover {
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.06), 0px 6px 48px rgba(0, 0, 0, 0.06), 0px 12px 24px rgba(0, 0, 0, 0.08);
}

.pcb-lp-main .contact-section h1 {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.004em;
  margin-bottom: 24px;
}

.pcb-lp-main .contact-section h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.004em;
  margin-bottom: 24px;
}

.pcb-lp-main .contact-section .subtitle {
  color: rgba(20, 23, 42, 0.64);
  margin-bottom: 48px;
}

.pcb-lp-main .contact-section .caption {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.004em;
  color: rgba(20, 23, 42, 0.64);
}

.pcb-lp-main .contact-section .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px 0;
  margin-bottom: 80px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  background-color: white;
  border-radius: 12px;
  width: 640px;
  max-width: 100%;
}

.pcb-lp-main .contact-section .tel .phone-number {
  display: flex;
  align-items: center;
  color: #038766;
  margin-bottom: 16px;
}

.pcb-lp-main .contact-section .tel .phone-number a {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.004em;
}

.pcb-lp-main .contact-section .tel .phone-number > img {
  margin-right: 16px;
}

@media screen and (max-width: 960px) {
  .pcb-lp-main .contact-section {
    margin-top: 80px;
    padding: 56px 16px 0;
  }
  .pcb-lp-main .contact-section h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.004em;
    margin-bottom: 16px;
  }
  .pcb-lp-main .contact-section > .subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.004em;
  }
  .pcb-lp-main .contact-section h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.002em;
  }
  .pcb-lp-main .contact-section .wpcf7 {
    padding: 32px 16px 8px 16px;
  }
  .pcb-lp-main .contact-section .wpcf7 textarea {
    height: 160px;
  }
  .pcb-lp-main .contact-section .tel {
    margin-bottom: 40px;
  }
  .pcb-lp-main .contact-section .tel .phone-number a {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.004em;
  }
  .pcb-lp-main .contact-section .tel .phone-number > img {
    height: 24px;
    width: 24px;
  }
}

.pcb-lp-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #14172a;
  padding: 48px 0 24px;
}

.pcb-lp-footer > img {
  margin-bottom: 24px;
}

.pcb-lp-footer > a,
.pcb-lp-footer p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.004em;
  color: rgba(255, 255, 255, 0.6);
}

.pcb-lp-footer > a {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.pcb-lp-footer > a img {
  margin-left: 8px;
}

@media screen and (max-width: 960px) {
  .pcb-lp-footer {
    padding: 48px 16px 160px;
  }
}

.visible-in-sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .pcb-lp-header {
    display: none;
  }
  .invisible-in-sp {
    display: none !important;
  }
  .visible-in-sp {
    display: block;
  }
  .top-section {
    padding: 0 16px;
  }
  .top-section .prefectures,
  .top-section .caption {
    text-align: center !important;
  }
  .top-section .sp-logo {
    position: absolute;
    top: 20px;
    left: 16px;
  }
}

/***********************
  MicroModal Styles
***********************/
.modal__overlay {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 24px;
  margin: 16px;
  max-width: 500px;
  max-height: 80vh;
  border-radius: 8px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__content {
  color: #14172a;
}

.modal__content > .thumbnail {
  position: relative;
  margin-bottom: 16px;
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.modal__content > .thumbnail:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.modal__content > .thumbnail > img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal__content > h1 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.004em;
  margin-bottom: 12px;
}

.modal__content > p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.004em;
}

.modal__content > footer {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.modal__content > footer > .cta-button {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.002em;
  color: #fff;
  border-radius: 56px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #00b398, #01795b);
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.06), 0px 4px 32px rgba(0, 0, 0, 0.06), 0px 8px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.15s;
}

.modal__content > footer > .cta-button:hover {
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.06), 0px 6px 48px rgba(0, 0, 0, 0.06), 0px 12px 24px rgba(0, 0, 0, 0.08);
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
