.l-client-logos {
  margin: 0 auto;
  text-align: center
}

@media only screen and (min-width: 830px) {
  .l-client-logos {
    max-width: 800px
  }
}

@media only screen and (min-width: 1024px) {
  .l-client-logos {
    max-width: 980px
  }
}

@media only screen and (min-width: 1280px) {
  .l-client-logos {
    max-width: none;
    width: 1140px
  }
}

.l-cloud {
  background: #d5f0f6;
  background-image: url(https://www.fvp.co.jp/atarimae-cloud/img/bg-cloud-one.svg), url(https://www.fvp.co.jp/atarimae-cloud/img/bg-cloud-two.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center 150px, center 890px;
  background-size: 1152px 388.4px, 1152px 388.4px
}

@media only screen and (min-width: 600px) {
  .l-cloud {
    background-position: center 50px, center 890px;
    background-size: 2160px 728.25px, 2160px 728.25px
  }
}

@media only screen and (min-width: 830px) {
  .l-cloud {
    background-position: center top, center 1080px;
    background-size: 2880px 971px, 2880px 971px
  }
}







.l-employment-data {
  max-width: 800px;
  text-align: center
}

.l-support {
  margin: 3.125rem .75rem 1.875rem
}

@media only screen and (min-width: 480px) {
  .l-support {
    margin: 3.75rem .75rem 1.875rem
  }
}

@media only screen and (min-width: 830px) {
  .l-support {
    margin: 5rem auto 1.875rem
  }
}

.p-box-gray {
  margin: 0 auto 1.875rem;
  padding: 1.25rem 1rem;
  background: var(--main-bg-active-color);
  border-radius: .625rem
}

@media only screen and (min-width: 600px) {
  .p-box-gray {
    margin: 0 auto 2.5rem;
    padding: 1.875rem 2.5rem
  }
}

@media only screen and (min-width: 830px) {
  .p-box-gray {
    margin: 0 auto 3.75rem;
    padding: 2.5rem 3.75rem
  }
}

.p-box-gray>:last-child {
  margin-bottom: 0
}

.p-box-group {
  max-width: 680px;
  border: 1px solid #a6a6a6;
  border-radius: .75rem;
  padding: 1.5625rem .75rem;
  margin: 0 auto 1.875rem
}

@media only screen and (min-width: 480px) {
  .p-box-group {
    padding: 1.5625rem 1rem
  }
}

@media only screen and (min-width: 600px) {
  .p-box-group {
    padding: 1.875rem 1.5rem
  }
}

@media only screen and (min-width: 830px) {
  .p-box-group {
    max-width: 760px;
    border-radius: 1.25rem;
    padding: 2.5rem 3.125rem;
    margin: 0 auto 2.75rem
  }
}

@media only screen and (min-width: 920px) {
  .p-box-group {
    max-width: 860px;
    margin: 0 auto 3.75rem
  }
}

@media only screen and (min-width: 1024px) {
  .p-box-group {
    max-width: 916px
  }
}

.p-box-group>:last-child {
  margin-bottom: 0
}

.p-box-hint {
  position: relative;
  margin: 2rem auto 0;
  padding: 2rem;
  background-color: var(--box-head-bg);
  color: var(--box-head-text);
  border: 1px solid var(--box-head-border);
  border-radius: .625rem;
}

@media only screen and (min-width: 830px) {
  .p-box-hint {
  }
}

.p-box-hint p {
}

.p-box-hint>:last-child {
  margin-bottom: 0
}

.p-box-insert {
  max-width: 640px;
  border: 3px solid var(--main-text-color);
  border-radius: .625rem;
  padding: 1.25rem 1rem;
  margin: 0 auto;
  text-align: center
}

@media only screen and (min-width: 830px) {
  .p-box-insert {
    max-width: none;
    width: 800px;
    border: 3px solid var(--main-text-color);
    border-radius: .75rem;
    padding: 1.875rem 2.375rem
  }
}

.p-box-insert__title {
  width: 292px;
  font-size: 1.125rem;
  line-height: 1;
  border: 3px solid var(--main-text-color);
  border-radius: .625rem;
  margin: -2.875rem auto 1rem;
  padding: .625rem 0;
  background: #d5f0f6
}

@media only screen and (min-width: 830px) {
  .p-box-insert__title {
    width: 390px;
    font-size: 1.5rem;
    line-height: 1;
    border: 3px solid var(--main-text-color);
    border-radius: .75rem;
    margin: -3.75rem auto 1.5rem;
    padding: .75rem 0;
    background: #d5f0f6
  }
}

.p-box-insert__desc {
  font-size: .875rem;
  margin: 0 0 1.25rem;
  text-align: left
}

.p-box-insert__desc:last-child {
  margin: 0
}

.p-box-white {
  margin: 0 auto 2.5rem;
  padding: .75rem;
  background: var(--main-bg-color);
  border-radius: .625rem
}

@media only screen and (min-width: 600px) {
  .p-box-white {
    padding: 1rem
  }
}

@media only screen and (min-width: 830px) {
  .p-box-white {
    margin: 0 auto 3.75rem;
    padding: 1.875rem
  }
}

.p-client-list {
  margin-bottom: 2.5rem
}

.p-client-list>.u-br-after::after {
  content: "";
  white-space: normal
}

@media only screen and (min-width: 830px) {
  .p-client-list>.u-br-after::after {
    content: "\a";
    white-space: pre
  }
}

.p-client-logos {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

@media only screen and (min-width: 600px) {
  .p-client-logos {
    margin: 0 0 1.875rem
  }
}

@media only screen and (min-width: 830px) {
  .p-client-logos {
    margin: 0 -0.5625rem 2.625rem
  }
}

.p-client-logos__item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: calc(50% - 1.5rem);
  margin: 0 .75rem
}

@media only screen and (min-width: 480px) {
  .p-client-logos__item {
    flex-basis: calc(33.333333% - 0.375rem)
  }
}

@media only screen and (min-width: 600px) {
  .p-client-logos__item {
    flex-basis: calc(33.333333% - 2.5rem);
    margin: 0 1.25rem
  }
}

@media only screen and (min-width: 830px) {
  .p-client-logos__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 165px;
    margin: 0 .5625rem 1.125rem .5625rem
  }
}

.p-company-overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 600px
}

@media only screen and (min-width: 830px) {
  .p-company-overview {
    display: flex;
    justify-content: space-between;
    max-width: 680px
  }
}

@media only screen and (min-width: 920px) {
  .p-company-overview {
    max-width: none;
    width: 820px;
    margin: 0 auto 3.75rem
  }
}

.p-company-overview__item {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc(50% - 2rem);
  margin: 0 1rem 2rem
}

@media only screen and (min-width: 480px) {
  .p-company-overview__item {
    flex-basis: calc(33.333333% - 2rem)
  }
}

@media only screen and (min-width: 920px) {
  .p-company-overview__item {
    flex-shrink: 0;
    flex-basis: 231px;
    margin: 0
  }
}

.p-consult {
  max-width: 760px;
  background: var(--main-bg-active-color);
  margin: 0 auto 1rem;
  display: flex;
  align-items: center
}

@media only screen and (min-width: 600px) {
  .p-consult {
    margin: 0 auto 1.5rem
  }
}

@media only screen and (min-width: 830px) {
  .p-consult {
    margin: 0 auto 1.875rem
  }
}

div.p-consult:last-of-type {
  margin-bottom: 3rem
}

@media only screen and (min-width: 600px) {
  div.p-consult:last-of-type {
    margin-bottom: 3.625rem
  }
}

@media only screen and (min-width: 830px) {
  div.p-consult:last-of-type {
    margin-bottom: 4.25rem
  }
}

.p-consult__title {
  flex: 0 0 70px;
  background: var(--main-accent-color);
  width: 70px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center
}

@media only screen and (min-width: 480px) {
  .p-consult__title {
    flex: 0 0 90px;
    width: 90px;
    height: 90px
  }
}

.p-consult__title p {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: .75rem;
  font-weight: bold;
  color: var(--main-bg-color);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

@media only screen and (min-width: 480px) {
  .p-consult__title p {
    font-size: .875rem
  }
}

.p-consult__title span {
  display: block;
  width: 38px;
  height: 38px;
  background: var(--main-bg-color);
  border-radius: 50%;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-size: 1.75rem;
  line-height: 1.4;
  color: var(--accent-text-color);
  margin: .375rem 0 0 0
}

@media only screen and (min-width: 480px) {
  .p-consult__title span {
    width: 45px;
    height: 45px;
    font-size: 2.125rem
  }
}

.p-consult__desc {
  margin: 0;
  padding: 0 1rem;
  font-size: 1rem
}

@media only screen and (min-width: 600px) {
  .p-consult__desc {
    padding: 0 1.875rem;
    font-size: 1.125rem
  }
}

.p-downloads {
  margin: 0 auto 2.25rem;
  max-width: 500px
}

@media only screen and (min-width: 830px) {
  .p-downloads {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto 2.5rem
  }
}

.p-downloads__item {
  margin: 0 0 1.25rem;
  height: 100%
}

@media only screen and (min-width: 830px) {
  .p-downloads__item:nth-child(2) {
    margin: 0 1rem 1.25rem 0
  }
}

@media only screen and (min-width: 1024px) {
  .p-downloads__item:nth-child(2) {
    margin: 0
  }
}



.p-img-achievement-chart {
  border-radius: .625rem .625rem 0 0
}

@media only screen and (min-width: 830px) {
  .p-img-achievement-chart {
    border-radius: .625rem 0 0 .625rem
  }
}

.p-img-atarimae-cloud-diagram {
  max-width: 500px;
  height: auto;
  margin: 0 auto 5rem
}

@media only screen and (min-width: 600px) {
  .p-img-atarimae-cloud-diagram {
    margin: 0 auto 5.625rem
  }
}

@media only screen and (min-width: 830px) {
  .p-img-atarimae-cloud-diagram {
    width: 574px;
    margin: 0 auto 6.25rem
  }
}

.p-img-atarimae-cloud-logo {
  width: 340px;
  height: auto;
  margin: 0 auto 1.875rem
}

@media only screen and (min-width: 600px) {
  .p-img-atarimae-cloud-logo {
    width: 460px;
    margin: 0 auto 2.5rem
  }
}

@media only screen and (min-width: 830px) {
  .p-img-atarimae-cloud-logo {
    width: 576px;
    margin: 0 auto 3.75rem
  }
}

.p-img-atarimae-cloud-logo-white {
  width: 286px;
  height: 54px;
  margin: 0 auto 2.5rem
}

@media only screen and (min-width: 600px) {
  .p-img-atarimae-cloud-logo-white {
    margin: 0 auto 3.125rem
  }
}

@media only screen and (min-width: 830px) {
  .p-img-atarimae-cloud-logo-white {
    margin: 0 auto 3.75rem
  }
}

.p-img-arrow-down--gray {
  width: 43.2px;
  height: 15px;
  margin: 0 auto 1rem
}

@media only screen and (min-width: 830px) {
  .p-img-arrow-down--gray {
    width: 72px;
    height: 25px;
    margin: 0 auto 1.25rem
  }
}

.p-img-arrow-down--orange {
  width: 104px;
  height: 34.45px;
  margin: -1.25rem auto 2.5rem
}

@media only screen and (min-width: 830px) {
  .p-img-arrow-down--orange {
    width: 160px;
    height: 53px;
    margin: 0 auto 3.75rem
  }
}

.p-img-chart-employment-disabilities {
  margin: 0 auto 1.25rem
}

.p-img-download-docs {
  width: 1007px;
  height: 440px;
  margin: 0 auto 3.75rem
}

.p-img-fvp-emblem {
  width: 100%;
  height: auto;
  margin: 1.125rem auto 0
}

@media only screen and (min-width: 600px) {
  .p-img-fvp-emblem {
    width: 340px
  }
}

@media only screen and (min-width: 830px) {
  .p-img-fvp-emblem {
    margin: 1.125rem 1.125rem 0 0
  }
}

@media only screen and (min-width: 1024px) {
  .p-img-fvp-emblem {
    width: 381px;
    height: 84px;
    margin: 1.125rem 1.125rem 0 0
  }
}

.p-img-in-use {
  border-radius: .625rem
}

@media only screen and (min-width: 830px) {
  .p-img-in-use {
    border-radius: .625rem
  }
}

.p-img-on-screens {
  width: 345px;
  height: auto;
  margin: 1.5rem auto 0 auto
}

@media only screen and (min-width: 600px) {
  .p-img-on-screens {
    width: 400px
  }
}

@media only screen and (min-width: 830px) {
  .p-img-on-screens {
    width: 410px;
    height: 249px;
    margin: 0 auto 1.125rem
  }
}

.p-img-on-screens--large {
  max-width: 540px;
  height: auto;
  margin: 0 auto 1.875rem
}

@media only screen and (min-width: 600px) {
  .p-img-on-screens--large {
    margin: 0 auto 3.125rem
  }
}

@media only screen and (min-width: 830px) {
  .p-img-on-screens--large {
    max-width: none;
    width: 724px;
    margin: 0 auto 3.75rem
  }
}

.p-img-pro-support {
  border-radius: .625rem .625rem 0 0
}

@media only screen and (min-width: 830px) {
  .p-img-pro-support {
    border-radius: 0 .625rem .625rem 0
  }
}

.p-img-report {
  border-radius: .625rem .625rem 0 0
}

@media only screen and (min-width: 830px) {
  .p-img-report {
    border-radius: .625rem 0 0 .625rem
  }
}

.p-link--other {
  font-size: 1.25rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: var(--main-bg-color);
  padding: 0 0 0 2.5rem
}

@media only screen and (min-width: 830px) {
  .p-link--other {
    font-size: 1.5rem
  }
}

.p-link--other::before {
  content: "";
  display: inline-block;
  margin: 0 .375rem 0 -2.125rem;
  vertical-align: -15%;
  width: 28px;
  height: 28px;
  background: url(https://www.fvp.co.jp/atarimae-cloud/img/icon-link-arrow-other.svg) no-repeat left center;
  background-size: 28px 28px
}

@media only screen and (min-width: 830px) {
  .p-link--other::before {
    margin: 0 .625rem 0 -2.5rem;
    vertical-align: -13%;
    width: 30px;
    height: 30px;
    background: url(https://www.fvp.co.jp/atarimae-cloud/img/icon-link-arrow-other.svg) no-repeat left center
  }
}

.p-list--a-comp {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0
}

@media only screen and (min-width: 600px) {
  .p-list--a-comp {
    margin: 0 0 1.875rem
  }
}

@media only screen and (min-width: 830px) {
  .p-list--a-comp {
    margin: 0 0 2.5rem
  }
}

.p-list--a-comp__item {
  display: flex;
  align-items: center;
  background: var(--main-bg-active-color);
  margin: 0 0 .75rem
}

@media only screen and (min-width: 480px) {
  .p-list--a-comp__item {
    margin: 0 0 1rem
  }
}

@media only screen and (min-width: 600px) {
  .p-list--a-comp__item {
    margin: 0 0 1.125rem
  }
}

@media only screen and (min-width: 830px) {
  .p-list--a-comp__item {
    margin: 0 0 1.5rem
  }
}

.p-list--a-comp__item::before {
  flex: 0 0 auto;
  content: "";
  display: inline-block;
  width: 50px;
  height: 120px;
  background: var(--main-color) url(https://www.fvp.co.jp/atarimae-cloud/img/icon-atarimae-logo.svg) no-repeat center center;
  background-size: 50px 50px
}

@media only screen and (min-width: 480px) {
  .p-list--a-comp__item::before {
    width: 60px;
    height: 100px;
    background: var(--main-color) url(https://www.fvp.co.jp/atarimae-cloud/img/icon-atarimae-logo.svg) no-repeat center center;
    background-size: 60px 60px
  }
}

@media only screen and (min-width: 600px) {
  .p-list--a-comp__item::before {
    width: 100px;
    height: 100px;
    background: var(--main-color) url(https://www.fvp.co.jp/atarimae-cloud/img/icon-atarimae-logo.svg) no-repeat center center;
    background-size: 80px 80px
  }
}

@media only screen and (min-width: 830px) {
  .p-list--a-comp__item::before {
    background: var(--main-color) url(https://www.fvp.co.jp/atarimae-cloud/img/icon-atarimae-logo.svg) no-repeat center center;
    background-size: 100px 100px
  }
}

.p-list--a-comp__item span {
  display: inline-block;
  font-size: .9375rem;
  padding: .375rem .75rem
}

@media only screen and (min-width: 600px) {
  .p-list--a-comp__item span {
    font-size: 1rem;
    padding: .75rem 1rem
  }
}

@media only screen and (min-width: 830px) {
  .p-list--a-comp__item span {
    padding: .75rem 1.625rem
  }
}

@media only screen and (min-width: 920px) {
  .p-list--a-comp__item span {
    font-size: 1.125rem
  }
}

@media only screen and (min-width: 1024px) {
  .p-list--a-comp__item span {
    font-size: 1.25rem
  }
}

.p-list--light {
  max-width: 420px;
  margin: 0 auto 3.75rem;
  padding: 0;
  list-style: none
}

@media only screen and (min-width: 830px) {
  .p-list--light {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
    width: 776px
  }
}

@media only screen and (min-width: 920px) {
  .p-list--light {
    width: 856px
  }
}

.p-list--light__item {
  margin: 0 0 1rem 0;
  padding: 1rem .75rem 1rem 3rem;
  background: var(--main-bg-color) url(https://www.fvp.co.jp/atarimae-cloud/img/icon-check-orange.svg) no-repeat .625rem center;
  background-size: 30px 30px;
  font-size: 1rem
}

@media only screen and (min-width: 830px) {
  .p-list--light__item {
    flex: 0 1 380px;
    max-width: 380px;
    margin: 0 1rem 1rem 0;
    font-size: 1.0625rem
  }
  .p-list--light__item:nth-child(2n) {
    margin-right: 0
  }
}

@media only screen and (min-width: 920px) {
  .p-list--light__item {
    flex: 0 1 420px;
    max-width: 420px;
    padding: 1.5rem 1.5rem 1.5rem 3.875rem;
    background: var(--main-bg-color) url(https://www.fvp.co.jp/atarimae-cloud/img/icon-check-orange.svg) no-repeat 1.125rem center;
    background-size: 30px 30px;
    font-size: 1.125rem
  }
}

.p-list--strong {
  margin: 0 auto 1.25rem;
  padding: 0;
  max-width: 490px;
  list-style: none
}

@media only screen and (min-width: 830px) {
  .p-list--strong {
    width: 490px;
    list-style: none
  }
}

.p-list--strong__item {
  display: flex;
  align-items: center;
  margin: 0 0 1.25rem 0;
  background: var(--main-bg-color);
  text-align: left
}

.p-list--strong__item::before {
  flex: 0 0 auto;
  content: "";
  display: inline-block;
  width: 50px;
  height: 74px;
  background: var(--main-color) url(https://www.fvp.co.jp/atarimae-cloud/img/icon-check-blue-inverted.svg) no-repeat center center
}

@media only screen and (min-width: 600px) {
  .p-list--strong__item::before {
    height: 50px
  }
}

.p-list--strong__item span {
  display: inline-block;
  padding: .75rem .75rem
}

.p-nav-footer {
  margin: 0 auto 2.625rem
}

.p-nav-footer__item {
  margin-bottom: 1rem
}

@media only screen and (min-width: 830px) {
  .p-nav-footer__item {
    margin-bottom: 0
  }
}

.p-nav-footer__link {
  text-decoration: none;
  color: var(--main-bg-color)
}


@media only screen and (min-width: 480px) {
  .p-profile {
    display: flex;
    margin: 0 0 2rem;
    align-items: center
  }
}

@media only screen and (min-width: 600px) {
  .p-profile {
    margin: 0 0 3rem;
    align-items: center
  }
}

.p-profile__img {
  width: 180px;
  margin: 0 0 1rem 0
}

@media only screen and (min-width: 480px) {
  .p-profile__img {
    flex: 0 0 160px;
    margin: 0 1rem 0 0
  }
}

@media only screen and (min-width: 600px) {
  .p-profile__img {
    margin: 0 2.375rem 0 0;
    flex: 0 0 210px
  }
}

.p-profile__name {
  font-size: 1.375rem;
  margin: 0;
  font-weight: 500
}

@media only screen and (min-width: 600px) {
  .p-profile__name {
    font-size: 1.5625rem;
    margin: 0 0 .5625rem
  }
}

@media only screen and (min-width: 830px) {
  .p-profile__name {
    font-size: 1.75rem;
    margin: 0 0 1.125rem
  }
}

.p-profile__title {
  font-size: 1rem;
  margin-right: .625rem
}

@media only screen and (min-width: 600px) {
  .p-profile__title {
    font-size: 1.125rem;
    margin-right: .9375rem
  }
}

@media only screen and (min-width: 830px) {
  .p-profile__title {
    font-size: 1.25rem;
    margin-right: 1.25rem
  }
}

.p-profile__org {
  font-size: .875rem;
  margin: 0 0 2rem
}

@media only screen and (min-width: 480px) {
  .p-profile__org {
    margin: 0
  }
}

.p-resources {
  margin: 0 0 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

@media only screen and (min-width: 600px) {
  .p-resources {
    margin: 0 0 3.625rem
  }
}

@media only screen and (min-width: 830px) {
  .p-resources {
    margin: 0 0 4.25rem
  }
}

@media only screen and (min-width: 1024px) {
  .p-resources {
    max-width: 980px;
    margin: 0 auto 4.25rem;
    justify-content: space-between
  }
}

@media only screen and (min-width: 1280px) {
  .p-resources {
    max-width: 1040px
  }
}

.p-resources__item {
  flex: 0 1 320px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 1rem 3.875rem
}

@media only screen and (min-width: 600px) {
  .p-resources__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 2.5rem);
    max-width: calc(50% - 2.5rem);
    margin: 0 1.25rem 4.5rem
  }
}

@media only screen and (min-width: 830px) {
  .p-resources__item {
    flex-basis: calc(50% - 3.75rem);
    max-width: calc(50% - 3.75rem);
    margin: 0 1.875rem 5.125rem
  }
}

@media only screen and (min-width: 1024px) {
  .p-resources__item {
    flex: 0 1 300px;
    max-width: 300px;
    margin: 0
  }
}

.p-resources__item>:last-child {
  margin-bottom: 0
}

.p-resources__item:last-of-type {
  margin-bottom: 0
}

.p-resources__item-group {
  width: 100%
}

.p-resources__img {
  width: 208px;
  height: 294px;
  margin: 0 auto 1.5rem
}

@media only screen and (min-width: 830px) {
  .p-resources__img {
    margin: 0 auto 2rem
  }
}

.p-resources__title {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 1rem
}

@media only screen and (min-width: 830px) {
  .p-resources__title {
    margin: 0 0 1.375rem
  }
}

@media only screen and (min-width: 1024px) {
  .p-resources__title {
    text-align: left
  }
}

.p-resources__desc {
  font-size: .875rem;
  margin: 0 0 1.5rem
}

@media only screen and (min-width: 830px) {
  .p-resources__desc {
    margin: 0 0 2.25rem
  }
}


.p-table__col-org {
  width: 18%
}

.p-table__col-biz {
  width: 62%
}

.p-table__col-year {
  width: 20%
}

.p-testimonial {
  padding: 1rem 1rem 2.25rem;
  margin: 3.4375rem auto 4.0625rem;
  background: var(--main-bg-color);
  border-radius: .875rem
}

@media only screen and (min-width: 600px) {
  .p-testimonial {
    max-width: 600px;
    padding: 2rem 2rem 2.25rem;
    margin: 4.0625rem auto 4.6875rem
  }
}

@media only screen and (min-width: 830px) {
  .p-testimonial {
    max-width: 720px;
    margin: 6.375rem auto;
    padding: 4.75rem;
    background: var(--main-bg-color);
    border-radius: 1.25rem
  }
}

@media only screen and (min-width: 920px) {
  .p-testimonial {
    max-width: 800px
  }
}

.p-testimonial>:last-child {
  margin-bottom: 0
}

.p-testimonial__num {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.2rem;
  background: var(--accent-text-color);
  color: var(--main-bg-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.25rem;
  width: 70px;
  height: 70px;
  margin: -3.1875rem 0 .375rem -1.625rem
}

@media only screen and (min-width: 600px) {
  .p-testimonial__num {
    font-size: 2.375rem;
    width: 82px;
    height: 82px;
    margin: -3.75rem 0 .75rem -3rem
  }
}

@media only screen and (min-width: 830px) {
  .p-testimonial__num {
    font-size: 3.125rem;
    width: 98px;
    height: 98px;
    margin: -6.375rem 0 0 -6.375rem
  }
}

@media only screen and (min-width: 920px) {
  .p-testimonial__num {
    font-size: 3.875rem;
    width: 126px;
    height: 126px;
    margin: -7.375rem 0 0 -7.375rem
  }
}

.p-testimonial__title {
  text-align: left;
  color: var(--main-color);
  margin: 0 0 1.4375rem;
  font-size: 1.25rem
}

@media only screen and (min-width: 600px) {
  .p-testimonial__title {
    margin: 0 0 2.125rem;
    font-size: 1.5rem
  }
}

@media only screen and (min-width: 830px) {
  .p-testimonial__title {
    margin: 0 0 2.875rem;
    font-size: 2rem
  }
}

.p-text-address {
  margin: 0 0 .5rem;
  text-align: center
}

.p-text-address span::after {
  content: "\a";
  white-space: pre
}

.p-text-copyright {
  border-top: 1px solid var(--section-bg-color);
  text-align: center;
  margin: 0;
  padding: 20px 0 0;
}

.p-text-download-note {
  text-align: center
}

.p-text-hero-intro {
  font-size: .8125rem;
  line-height: 1;
  margin: 0 0 1.375rem
}

@media only screen and (min-width: 600px) {
  .p-text-hero-intro {
    margin: 0 0 1.375rem 1.125rem
  }
}

@media only screen and (min-width: 830px) {
  .p-text-hero-intro {
    margin: 0 0 1.375rem
  }
}

@media only screen and (min-width: 600px) {
  .p-text-hero-btn {
    margin: -0.5rem 0 2.5rem 1.125rem
  }
}

@media only screen and (min-width: 830px) {
  .p-text-hero-btn {
    margin: -0.5rem 0 2.5rem 0
  }
}

.p-text-intro {
  max-width: 680px;
  margin: 0 auto 1.875rem;
  text-align: center
}

.p-text-intro .u-br-after::after {
  content: "";
  white-space: normal
}

@media only screen and (min-width: 480px) {
  .p-text-intro .u-br-after::after {
    content: "\a";
    white-space: pre
  }
}

@media only screen and (min-width: 830px) {
  .p-text-intro {
    margin: 0 auto 2.5rem
  }
  .p-text-intro .u-br-after::after {
    content: "\a";
    white-space: pre
  }
}

.p-text-intro--medium {
  max-width: 560px;
  margin: 0 auto 1.875rem
}

.p-text-intro--medium .u-br-after::after {
  content: "";
  white-space: normal
}

@media only screen and (min-width: 830px) {
  .p-text-intro--medium {
    max-width: none;
    width: 760px;
    margin: 0 auto 3.75rem;
    font-size: 1.125rem;
    text-align: center
  }
  .p-text-intro--medium .u-br-after::after {
    content: "\a";
    white-space: pre
  }
}

.p-text-intro--large {
  max-width: 460px;
  margin: 0 auto 1.75rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  text-align: center
}

.p-text-intro--large .u-br-after::after {
  content: "";
  white-space: normal
}

@media only screen and (min-width: 600px) {
  .p-text-intro--large {
    font-size: 1.125rem;
    margin: 0 auto 2.25rem
  }
}

@media only screen and (min-width: 830px) {
  .p-text-intro--large {
    max-width: none;
    width: 760px;
    margin: 0 auto 3.25rem;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
    font-weight: 500;
    line-height: 1.666666;
    font-size: 1.5rem;
    text-align: center
  }
  .p-text-intro--large .u-br-after::after {
    content: "\a";
    white-space: pre
  }
}

.p-text-narrow {
  max-width: 660px;
  margin: 0 auto 1.875rem
}

@media only screen and (min-width: 600px) {
  .p-text-narrow {
    margin: 0 auto 2.5rem
  }
}

@media only screen and (min-width: 830px) {
  .p-text-narrow {
    margin: 0 auto 3.75rem
  }
}

.p-text-intro--wide {
  max-width: 740px;
  margin: 0 auto 1.875rem;
  text-align: left
}

@media only screen and (min-width: 600px) {
  .p-text-intro--wide {
    margin: 0 auto 2.5rem
  }
}

@media only screen and (min-width: 830px) {
  .p-text-intro--wide {
    margin: 0 auto 3.75rem
  }
}

.p-text-note {
  font-size: .875rem
}

.p-text-tel {
  text-align: center;
  margin: -0.5rem 0 2.5rem
}

@media only screen and (min-width: 600px) {
  .p-text-tel {
    margin: -0.5rem 0 3.125rem
  }
}

@media only screen and (min-width: 830px) {
  .p-text-tel {
    margin: -0.5rem 0 3.75rem
  }
}

.u-no-pad-top {
  padding-top: 0
}

.u-no-pad-bottom {
  padding-bottom: 0
}

.u-no-margin-top {
  margin-top: 0
}

.u-no-margin-bottom {
  margin-bottom: 0
}

.u-mg-btm--60px {
  margin-bottom: 3.75rem
}

.u-heading-prefix {
  font-size: .875rem;
  line-height: 1;
  vertical-align: middle
}

.u-highlight--heading {
  color: var(--accent-text-color)
}

.u-br-after {
  background-color: var(--bg-primary);
  color: #fff;
  padding: 0;
  margin: 1px 0;
  display: inline;
  line-height: 1.6;
}

.u-br-after::after {
  content: "\a";
  white-space: pre
}

#about-fvp .u-br-after::after, #faq .u-br-after::after, #resources-text .u-br-after::after {
  content: "";
  white-space: normal
}

@media only screen and (min-width: 480px) {
  #about-fvp .u-br-after::after, #faq .u-br-after::after, #resources-text .u-br-after::after {
    content: "\a";
    white-space: pre
  }
}

.u-text-center {
  text-align: center
}

.u-text-white {
  color: var(--main-bg-color)
}

.u-text-f18 {
  font-size: 1rem
}

@media only screen and (min-width: 830px) {
  .u-text-f18 {
    font-size: 1.125rem
  }
}

.u-text-nobr {
  white-space: nowrap
}


/*# sourceMappingURL=style.css.map */

/* 200826追加 */
a.link span {
  position: relative;
  display: inline-block;
}
a.link span::after {
  content: " ";
  display: inline-block;
  background-color: var(--link-text-color);
  -webkit-mask-image: url(/lp/seminar_img/icon_link.svg);
  mask-image: url(/lp/seminar_img/icon_link.svg);
  width: 1rem;
  height: 1rem;
  background-size: cover;
  -webkit-mask-size: 1rem;
  mask-size: 1rem;
  margin: -0.1rem 0 -0.1rem 0.3rem;
}

.col-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col-2 > * {
  width: calc(100%/2 - 15px);
  margin: 0 0 30px;
}
@media only screen and (max-width: 830px) {
  .col-2 {
    display: block;
  }
  .col-2 > * {
    width: 100%;
  }
}

.col-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col-3 > * {
  width: calc(100%/3 - 15px);
  margin: 0 0 30px;
}
@media only screen and (max-width: 830px) {
  .col-3 {
    display: block;
  }
  .col-3 > * {
    width: 100%;
  }
}

.btn-accent-large a {
  display: block;
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  padding: 40px;
  background: var(--accent-btn-bg-active-color);
  color: var(--accent-btn-text-active-color);
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  box-shadow: 0 5px var(--accent-btn-bg-active-shadow-color);
  border-radius: 5px;
}
@media only screen and (max-width: 830px) {
  .btn-accent-large a {
    padding: 20px;
    font-size: 1rem;
  }
}
.btn-accent-medium a {
  display: block;
  text-align: center;
  max-width: 410px;
  margin: 0 auto;
  padding: 20px;
  background: var(--accent-btn-bg-active-color);
  color: var(--accent-btn-text-active-color);
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  box-shadow: 0 5px var(--accent-btn-bg-active-shadow-color);
  border-radius: 5px;
}
@media only screen and (max-width: 830px) {
  .btn-accent-medium a {
    padding: 10px;
    width: 80%;
    font-size: 1rem;
  }
}

.pr-box {
  background: var(--default-bg-color);
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}
.pr-box h3 {
  color: var(--default-text-color);
  text-align: center;
  font-size: 1.1rem;
  margin: 1em 0 1.4em;
}
.pr-box h3::after {
  content: " ";
  background-color: var(--accent-bg-color);
  border-radius: 30px;
  height: 3px;
  width: 30px;
  display: block;
  margin: 20px auto 0;
}
.pr-box p {
  color: var(--default-text-color);
}
.pr-box p:last-child {
  margin: 0;
}
.pr-box .pr-box--imglink {
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 830px) {
  .pr-box {
    display: block;
  }
  .pr-box .pr-box--imglink {
    margin: 20px 0 0;
  }
}

.pr-box-type02 {
  background: var(--default-bg-color);
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}
.pr-box-type02 h3 {
  color: var(--default-text-color);
  text-align: left;
  font-size: 1.1rem;
  margin: 0 0 1em;
}
.pr-box-type02 h3::after {
  content: " ";
  background-color: var(--accent-bg-color);
  border-radius: 30px;
  height: 3px;
  width: 30px;
  display: block;
  margin: 20px 0 0;
}
.pr-box-type02 p {
  color: var(--default-text-color);
}
.pr-box-type02 p:last-child {
  margin: 0;
}
.pr-box-type02 .pr-box-type02--imglink {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
}

.footer-logo a img {
  height: 60px;
  display: block;
  width: auto;
  margin: 0 0 20px auto;
}
.l-footer-wrapper .col-2 > div:last-child {
  text-align: right;
}
.p-nav-footer__link.link span::after {
  background-color: var(--footer-text-color);
}
@media only screen and (max-width: 830px) {
  .footer-logo a img {
    margin: 0 auto 20px;
  }
  .l-footer-wrapper .col-2 > div:last-child {
    text-align: left;
  }
}

