@charset "UTF-8";

/* size */
:root {
	--size-xs: 1rem;
	--size-sm: 2rem;
	--size-md: 3rem;
	--size-lg: 4rem;
	--size-xl: 5rem;

	--fsize-2xs: 0.5rem;
	--fsize-xs: 0.75rem;
	--fsize-sm: 0.8rem;
	--fsize-md: 0.9rem;
	--fsize-lg: 1rem;
	--fsize-xl: 1.25rem;
	--fsize-2xl: 1.5rem;
	--fsize-3xl: 1.75rem;
}

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

body, input, textarea {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, verdana, sans-serif;
}

header {
  position: sticky;
	top: 0;
	z-index: 3;
}

.tel-box-lower {
	font-family: 'Lato', sans-serif;
}
.s-border {
	border-width: 2px;
}

.l-gmenu-cta-container > li:last-child > a::before {
  content: "";
  background: url(assets/header_mail_icon.svg);
  background-size: cover;
  height: 15px;
  width: 20px;
  position: absolute;
  left: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
  margin: auto;
}

@media only screen and (max-width: 1023px) {
  .l-gmenu-cta-container {
    height: var(--header-height);
    margin: 0 10px 0 0;
  }
  .l-gmenu-cta-container .p-btn {
    padding: 8px 28px;
  }
  .l-gmenu-cta-container .p-btn.p-btn-def::after {
    right: 6px;
  }
  .l-gmenu-cta-container > li:last-child > a::before {
    height: 11.3px;
    width: 15px;
    left: 8px;
  }
  .l-gmenu-tel-container .tel-box-upper p {
    font-size: var();
  }
  .l-menu-container {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
	.p-menu-icon {
		padding: 0;
	}
  .l-header-container > .l-gmenu-sub-wrapper {
    padding-right: 35px;
    height: var(--header-height);
  }
  .l-gmenu-cta-container {
    display: none;
  }
  .is-gmenu-active .l-gmenu-cta-container {
    display: table;
    position: fixed;
    top: var(--header-height);
    left: 0;
    background-color: var(--header-bg);
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .is-gmenu-active .l-gmenu-cta-container .p-btn {
    min-width: 200px;
  }
  .is-gmenu-active .l-gmenu-cta-container > li {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .l-gmenu-tel-container .tel-box-upper p {
    font-size: var(--fsize-xs);
  }
  .l-gmenu-tel-container .tel-box-lower dd {
    font-size: var(--fsize-xl);
  }
}

@media only screen and (max-width: 1200px) {
  .l-section-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.l-section-title-container {
  display: flex;
  flex-direction: column-reverse;
}
.l-section-title-container.s-align-center .l-section-title {
	flex-direction: column-reverse;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, verdana, sans-serif;
	font-size: var(--fsize-3xl);
	font-weight: 400;
	color: var(--color-text);
  letter-spacing: .3rem;
  line-height: 1.8;
  position: relative;
  padding-top: 40px;
}
.s-align-center .l-section-title::before {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  content: "";
  width: 30px;
  height: 2px;
  background: var(--color-head-border);
  margin: 0 auto;
}
.s-align-center .l-section-title::after {
	display: none;
}
.s-align-center .l-section-subtitle {
  font-style: italic;
  font-weight: 300;
  letter-spacing: calc(var(--fsize-lg) / 2);
  margin-top: 30px;
}
@media only screen and (max-width: 830px) {
  .l-section-title-container.s-align-center .l-section-title {
    padding-top: 20px;
  }
  .l-section-title-container.s-align-center .l-section-title br {
    display: none;
  }
  .s-align-center .l-section-subtitle {
    margin-top: 10px;
  }
}

.l-text-container .l-item-body {
  color: var(--color-text);
}

.head__top .l-hero-main-title {
  position: relative;
  margin-right: 330px;
}
.head__top .l-hero-main-title .p-page-title {
	font-size: 2.3rem;
	font-weight: 300;
  letter-spacing: .3rem;
  font-family: serif;
  margin-bottom: 2rem;
}
.head__top .l-hero-main-title .p-page-subtitle {
	margin-bottom: 1.3rem;
	font-size: 1rem;
  letter-spacing: .3rem;
  font-family: serif;
}
.head__top .l-hero-main-title .p-page-link {
	position: absolute;
  bottom: -70px;
  left: 0;
}
.head__top .l-hero-main-title .p-page-link a {
  font-weight: 300;
  background-color: var(--em-primary-bg);
  border-color: var(--em-primary-border);
  color: var(--em-primary-text);
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  border-width: 2px;
  border-style: solid;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}
.head__top .l-hero-main-title .p-page-link a::after {
  content: "＞";
  font-weight: 300;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
  margin: auto;
}
@media only screen and (max-width: 830px) {
  .head__top .l-hero-container {
    padding: 30px 0;
  }
  .head__top .l-hero-main {
    display: block;
  }
  .head__top .l-hero-main-title {
    margin-right: 0;
  }
  .head__top .l-hero-main-title .p-page-link {
    left: 0;
    right: 0;
    margin: auto;
  }
  .head__top .l-hero-main-title br {
    display: none;
  }
  .head__top .p-hero-main-image {
    margin: 120px auto 0;
  }
}


.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: "Nunito Sans", 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: "Noto Sans JP", 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: "Nunito Sans", 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: "Noto Sans JP", 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: "Noto Sans JP", 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: 329px) {
  .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;
}

.l-gmenu-sub-container > li {
  display: flex;
  align-items: center;
}
.l-gmenu-tel-container .tel-box-upper p {
  color: var(--em-def-text);
  font-weight: 300;
}
.l-gmenu-tel-container .tel-box-lower dt {
  color: var(--em-def-text);
}
.l-gmenu-tel-container .tel-box-lower dd {
  color: var(--em-def-text);
  padding-left: 0;
}
.l-gmenu-main-container > li a:hover {
  color: var(--base-alert_txt);
}

.l-hero-main {
  flex-direction: initial;
}

.l-section-title-container.s-align-center .l-section-title {
  position: relative;
}
.l-section-title-container.s-align-center .l-section-title::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  background: var(--color-head-border);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.l-section-container .l-section-message {
  padding-top: 0;
  line-height: 2.3;
  max-width: 850px;
}

.block__3point.layout01 .s-container-fix {
  max-width: initial;
}
.block__3point.layout01 ul.l-content-container {
  display: block;
  list-style: none;
}
.block__3point.layout01 ul.l-content-container > li {
  background: none;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 130px 0;
  position: relative;
}
.block__3point.layout01 .s-grid[col="3"] .s-col:nth-child(1) {
  padding-top: 0;
}
.block__3point.layout01 .s-grid[col="3"] .s-col:nth-child(3) {
  padding-bottom: 0;
}
.block__3point.layout01 .s-grid[col="3"] .s-col:nth-child(2) {
  background-color: var(--em-primary-bg);
}
.block__3point.layout01 ul.l-content-container > li > .l-label-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  font-weight: 600;
  font-size: var(--size-xs);
  color: var(--block-head-text);
  letter-spacing: calc(var(--size-xs) / 5);
  line-height: 1;
  position: relative;
  padding-left: var(--size-lg);
  padding-top: calc(var(--size-lg) / 2);
}
.block__3point.layout01 ul.l-content-container > li > .l-label-container::before {
  position: absolute;
  font-size: var(--size-lg);
  font-style: italic;
  font-weight: 300;
  display: inline-block;
  left: 0;
  top: 0;
}
.block__3point.layout01 ul.l-content-container > li:nth-child(1) > .l-label-container::before {
  content: "1";
}
.block__3point.layout01 ul.l-content-container > li:nth-child(2) > .l-label-container::before {
  content: "2";
}
.block__3point.layout01 ul.l-content-container > li:nth-child(3) > .l-label-container::before {
  content: "3";
}
.block__3point.layout01 ul.l-content-container > li > .l-image-container {
  position: absolute;
  right: -500px;
  left:0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block__3point.layout01 ul.l-content-container > li:nth-child(2) > .l-image-container > figure {
  background-image: none !important;
  align-items: center;
}
.block__3point.layout01 .l-text-container {
  max-width: 1200px;
  padding-right: 630px;
  margin: 0 auto;
}
.block__3point.layout01 .l-text-container .l-item-title {
  color: var(--block-head-text);
  display: inherit;
  font-size: var(--fsize-2xl);
  padding: var(--size-md) 0 var(--size-lg);
  line-height: 1.7;
  font-weight: 300;
  text-align: left;
  letter-spacing: calc(var(--fsize-2xl) / 5);
}
.block__3point.layout01 .l-text-container .l-item-body {
  font-size: var(--fsize-md);
  padding: 0 0 var(--size-xs);
  line-height: 2.3;
}
.block__3point.layout01 ul.l-content-container > li:nth-child(2) > .l-label-container,
.block__3point.layout01 ul.l-content-container > li:nth-child(2) .l-text-container .l-item-title {
  color: var(--em-primary-text);
}
@media only screen and (max-width: 1200px) {
  .block__3point.layout01 .l-section-container {
    padding-left: 0;
    padding-right: 0;
  }
  .block__3point.layout01 ul.l-content-container > li {
    padding: 60px 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .block__3point.layout01 ul.l-content-container > li:first-child {
    padding: 0 10px 60px;
  }
  .block__3point.layout01 ul.l-content-container > li:nth-child(3) {
    padding: 60px 10px 0;
  }
  .block__3point.layout01 ul.l-content-container > li > .l-label-container {
    order: 1;
    margin: 0;
    width: 100%;
  }
  .block__3point.layout01 ul.l-content-container > li > .l-image-container {
    right: 0;
    position: relative;
    order: 3;
  }
  .block__3point.layout01 .l-text-container {
    padding-right: 0;
    margin: 0;
    order: 2;
    width: 100%;
  }
  .block__3point.layout01 .l-text-container .l-item-title {
    padding: var(--size-sm) 0;
  }
  .block__3point.layout01 .l-text-container .l-item-title br {
    display: none;
  }
  .block__3point.layout01 .l-text-container .l-item-body {
    padding: 0 0 var(--size-sm);
  }
}
@media only screen and (max-width: 830px) {

}

.block__seminar.layout01 .l-section-container {
  max-width: 1200px;
}
.block__seminar.layout01 .banner-list {
  max-width: 850px;
  margin: 0 auto;
}
.block__seminar.layout01 .l-content-wrapper .banner-list {
  list-style: none;
}
.block__seminar.layout01 .l-content-wrapper .banner-list.cols-2 > li {
  width: 100%;
}
.block__seminar.layout01 .l-content-wrapper .news-list > li {
  border-bottom: 1px solid var(--box-def-border);
  position: relative;
  justify-content: flex-start;
}
.block__seminar.layout01 .l-content-wrapper .news-list > li::before {
  content: "無料";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 45px;
  width: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--em-primary-bg);
  color: var(--em-primary-text);
}
.block__seminar.layout01 .l-content-wrapper .news-list > li:first-child {
  border-top: 1px solid var(--box-def-border);
}
.block__seminar.layout01 .l-content-wrapper .news-list > li > .date {
  position: absolute;
  top: .8rem;
  left: 126px;
  padding: 0;
}
.block__seminar.layout01 .l-content-wrapper .news-list > li > .text-wapper {
  flex-direction: initial;
  padding: 1.3rem 1.3rem 1.3rem 140px;
  width: 100%;
  justify-content: left;
}
.block__seminar.layout01 .l-content-wrapper .news-list > li > .text-wapper .tag-list {
  align-self: flex-end;
  margin-right: 30px;
}
.block__seminar.layout01 .l-content-wrapper .news-list > li > .text-wapper .tag-list > li {
  border: 1px solid var(--note-def-border);
  color: var(--note-def-text);
  background-color: var(--note-def-bg);
  min-width: 131px;
  text-align: center;
}
.block__seminar.layout01 .l-content-wrapper .news-list > li > .btn-block {
  display: none;
}
.block__seminar.layout01 .l-content-wrapper > ul:last-child {
  margin-top: 60px;
}
@media only screen and (max-width: 830px) {
  .block__seminar.layout01 .l-content-wrapper .news-list {
    list-style: none;
  }
  .block__seminar.layout01 .l-content-wrapper .news-list > li::before {
    height: 28px;
    width: 58px;
  }
  .block__seminar.layout01 .l-content-wrapper .news-list > li > .date {
    width: initial;
    left: 70px;
    top: 1.3rem;
  }
  .block__seminar.layout01 .l-content-wrapper .news-list > li > .text-wapper {
    padding: 1.3rem 1.3rem 1.3rem 70px;
    display: block;
  }
  .block__seminar.layout01 .l-content-wrapper .news-list > li > .text-wapper .tag-list {
    padding: calc(1.3rem + 5px) 0 5px;
    margin-right: 0;
  }
}

.block__cases_list.layout01 .l-content-wrapper > ul {
  justify-content: space-between;
}
.block__cases_list.layout01 .l-content-wrapper > ul > div {
  width: calc(100% / 3 - 3rem);
}
.block__cases_list.layout01 > .l-section-container .l-col-three .l-col-item {
  width: initial;
  border: 0;
}
.block__cases_list.layout01 > .l-section-container .l-col-three .l-col-item > a {
  text-decoration: none;
  position: relative;
}
.block__cases_list.layout01 > .l-section-container .l-col-three .l-col-item > a:hover {
  opacity: 1;
}
.block__cases_list.layout01 > .l-section-container .l-col-three .l-col-item > a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-image: url(assets/media_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55px;
  border: 2px solid var(--block-head-border);
  z-index: 3;
}
.block__cases_list.layout01 > .l-section-container .l-col-three .l-col-item > a:hover::before {
  opacity: 1;
}
.block__cases_list.layout01 > .l-section-container .l-col-three .l-col-item > a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: var(--base-box2);
  opacity: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 2;
}
.block__cases_list.layout01 > .l-section-container .l-col-three .l-col-item > a:hover::after {
  opacity: .3;
}
.block__cases_list.layout01 > .l-section-container .l-col-three .l-col-item > a > figure {
  max-height: initial;
}
.block__cases_list.layout01 > .l-section-container .l-col-three .l-col-item > a .l-col-text-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.block__cases_list.layout01 > .l-section-container .l-col-text-wrapper h3 {
  font-size: 1.2rem;
  min-height: initial;
}
.block__cases_list.layout01 .tag-list {
  display: flex;
  width: 100%;
  min-height: initial;
  justify-content: flex-end;
  order: 3;
  margin: 20px 0 0;
}
.block__cases_list.layout01 .tag-list > li {
  color: var(--box-def-text);
  background-color: var(--box-def-bg);
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 830px) {
  .block__cases_list.layout01 .l-content-wrapper > ul > div {
    width: 100%;
  }
}

.block__news.layout01 .l-item-container {
  align-items: center;
  padding-left: 0;
  background-color: transparent;
}
.block__news.layout01 .l-item-container .p-date {
  border-right: 1px solid var(--block-head-border);
  text-align: left;
  padding-right: 10px;
  min-width: 100px;
  width: initial;
}
.block__news.layout01 .l-item-container a.p-title {
  font-weight: 600;
  text-decoration: none;
  padding-left: 36px;
}
@media only screen and (max-width: 830px) {
  .block__news.layout01 .l-item-container a.p-title {
    padding-left: 10px;
  }
}

/* block__form */
.block__form .p-table tr {
	width: 100% !important;
	display: block;
}
.block__form .p-table tr th {
	display: block;
	width: 100% !important;
}
.block__form .p-table tr td {
	display: block;
	width: 100% !important;
}
@media only screen and (max-width: 830px) {
  .block__form .info_image .container {
		flex-direction: column;
  }
	.block__form .info_image .container > p {
		max-width: inherit;
	}
}


footer {
  border-top: 1px solid var(--footer-border);
}
.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;
  }
}


.p-btn-container {
	text-align: center;
}