html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.u-txt--main {
  color: #719D37;
}

.c-btn {
  display: flex;
  justify-content: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #00369A;
  padding: 20px 40px;
}
.c-btn--download {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .c-btn--download {
    font-size: 17.2px;
  }
}
@media screen and (min-width: 768px) {
  .c-btn--pcLarge {
    font-size: 17.2px;
  }
}

.c-header {
  height: 50px;
}
@media screen and (min-width: 768px) {
  .c-header {
    height: 70px;
  }
}
.c-header h1 {
  width: 91px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-header h1 {
    width: 157px;
  }
}
.c-header h1 a {
  display: flex;
  align-items: center;
}
.c-header h1 a img {
  width: 100%;
  height: auto;
}

.c-footer {
  flex-direction: column-reverse;
  background-color: #313131;
  gap: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .c-footer {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 2.7777777778vw;
    padding-right: 2.7777777778vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-footer {
    padding-left: 160px;
    padding-right: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .c-footer__links {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .c-footer__linksSP {
    display: none;
  }
}
.c-footer__linksSPList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
}
.c-footer .__info {
  font-size: 14px;
  line-height: 1.5;
}
.c-footer .__info span {
  font-size: 16px;
}

.p-fv {
  aspect-ratio: 375/571;
  color: #fff;
  padding-top: 64px;
  background: url(../../images/business/fv_bg_sp.png) no-repeat center bottom/cover;
}
@media screen and (min-width: 768px) {
  .p-fv {
    aspect-ratio: initial;
    padding-top: 50px;
    padding-bottom: 89px;
    background-image: url(../../images/business/fv_bg.png);
  }
}
.p-fv__inner {
  max-width: 940px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.p-fv__ttl {
  font-size: 9.8666666667vw;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .p-fv__ttl {
    font-size: 48.9px;
  }
}
.p-fv__ttlInner {
  display: flex;
  flex-direction: column;
}
.p-fv__fontEn {
  display: inline-block;
  width: 31.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-fv__fontEn {
    width: 146px;
  }
}
.p-fv__fontEn svg, .p-fv__fontEn img {
  width: 100%;
}
.p-fv__txt {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .p-fv__txt {
    font-size: 20px;
    margin-top: 24px;
  }
}
.p-fv__btnArea {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-fv__btnArea {
    display: block;
    margin-top: 32px;
  }
}
.p-fv__btnList {
  list-style: none;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-fv__btnList {
    gap: 20px;
  }
}
.p-fv__btnItem {
  width: 286px;
  max-width: calc((100% - 16px) / 2);
}
.p-fv__btnLink {
  display: flex;
  gap: 8px;
  font-size: 14.62px;
  font-weight: 700;
  color: #fff;
  padding: 17px 34px;
  box-shadow: 0 7.65px 2.635px 0 rgba(0, 0, 0, 0.2);
}
.p-fv__btnLink--demo {
  background-color: #FF6635;
}
.p-fv__btnLink--download {
  background-color: #00369A;
}
.p-fv__btnTxt {
  flex: 1;
  text-align: center;
}

.p-badge {
  padding: 24px 0;
  background-color: #F3F3F3;
}
@media screen and (min-width: 768px) {
  .p-badge {
    padding: 40px 0 32px;
  }
}
.p-badge__inner {
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.p-badge__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 6px;
}
@media screen and (min-width: 768px) {
  .p-badge__list {
    flex-wrap: nowrap;
    gap: 16px;
  }
}
.p-badge__item:nth-child(1) {
  width: 53.7313432836%;
}
@media screen and (min-width: 768px) {
  .p-badge__item:nth-child(1) {
    width: initial;
  }
}
.p-badge__item:nth-child(2) {
  width: 45.9701492537%;
}
@media screen and (min-width: 768px) {
  .p-badge__item:nth-child(2) {
    width: initial;
  }
}
.p-badge__item:nth-child(3) {
  width: 51.0447761194%;
}
@media screen and (min-width: 768px) {
  .p-badge__item:nth-child(3) {
    width: initial;
  }
}
.p-badge__note {
  font-size: 10px;
  color: #929292;
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-badge__note {
    margin-top: 20px;
  }
}

.p-chosen {
  padding: 56px 0;
}
@media screen and (min-width: 768px) {
  .p-chosen {
    padding-top: 100px;
  }
}
.p-chosen__inner {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.p-chosen__ttl {
  font-size: 20px;
  font-size: 600;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-chosen__ttl {
    font-size: 24px;
    padding-bottom: 40px;
  }
}
.p-chosen__ttl::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #C2C2C2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-chosen__ttl::before {
    width: 206px;
  }
}
.p-chosen__ttlNum {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-chosen__ttlNum {
    font-size: 30px;
  }
}
.p-chosen__listArea {
  margin-top: 32px;
}
.p-chosen__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 12px;
}
@media screen and (min-width: 768px) {
  .p-chosen__list {
    gap: 0 22px;
  }
}
.p-chosen__listItem {
  width: calc(33.3333333333% - 12px);
}
@media screen and (min-width: 768px) {
  .p-chosen__listItem {
    width: calc((100% - 88px) / 5);
  }
}
.p-chosen__listItem img {
  width: 100%;
  height: auto;
}

.p-reason {
  padding: 56px 0;
  background: linear-gradient(180deg, #F5F9EE 0%, rgba(246, 250, 240, 0) 100%);
  mix-blend-mode: multiply;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-reason {
    padding: 80px 0;
  }
}
.p-reason:before {
  content: "";
  display: block;
  width: 207.7333333333vw;
  height: 92.8vw;
  background: url(../../images/business/reason_bg_sp.png) no-repeat center top/100% auto;
  position: absolute;
  bottom: -35.2vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-reason:before {
    width: 132.4305555556vw;
    height: 57.6388888889vw;
    bottom: -14.9305555556vw;
    background-image: url(../../images/business/reason_bg.png);
  }
}
.p-reason__inner {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-reason__inner {
    padding: 0 20px;
  }
}
.p-reason__header {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-reason__header {
    max-width: 993px;
    margin-right: auto;
    margin-left: 0;
    padding: 0;
  }
}
.p-reason__lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-reason__lead {
    font-size: 30.95px;
  }
}
.p-reason__ttl img {
  width: 100%;
  height: auto;
}
.p-reason__imgArea {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -22px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-reason__imgArea {
    max-width: 984px;
    margin-top: -104px;
  }
}
.p-reason__imgArea img {
  width: 100%;
  height: auto;
}
.p-reason__txt {
  font-size: 28.68px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-reason__txt {
    margin-top: 56px;
  }
}

.p-difference {
  padding: 56px 0;
  background-color: #F7F7F7;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-difference {
    padding: 100px 0;
  }
}
.p-difference__inner {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.p-difference__lead {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-difference__lead {
    font-size: 30.95px;
  }
}
.p-difference__leadTxt {
  display: inline-block;
  line-height: 1;
  padding: 8px 8px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-difference__leadTxt {
    padding: 10px 16px;
  }
}
.p-difference__ttl {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-difference__ttl {
    font-size: 48px;
  }
}
.p-difference__ttlTxt {
  display: inline-block;
  line-height: 1;
  padding: 8px 8px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-difference__ttlTxt {
    padding: 10px 16px;
  }
}
.p-difference__txt {
  font-weight: 500;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-difference__txt {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.8;
  }
}
.p-difference__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-difference__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 64px;
  }
}
.p-difference__deco {
  width: 280px;
  position: absolute;
  top: 56px;
  right: -30px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-difference__deco {
    width: 580px;
    top: 35px;
    right: calc(50% - 560px);
  }
}
.p-difference__deco img {
  width: 100%;
  height: auto;
}

.c-cardDifference {
  height: 100%;
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .c-cardDifference {
    flex-direction: column;
  }
}
.c-cardDifference__imgArea {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .c-cardDifference__imgArea {
    width: 100%;
    aspect-ratio: 352/370;
    overflow: hidden;
  }
}
.c-cardDifference__imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-cardDifference__body {
  flex: 1;
  padding: 15px 16px;
}
@media screen and (min-width: 768px) {
  .c-cardDifference__body {
    padding: 18px 24px 30px 24px;
  }
}
.c-cardDifference__ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
.c-cardDifference__ttl::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: #76C210;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-cardDifference__ttl {
    font-size: 28px;
  }
}
.c-cardDifference__list {
  list-style: none;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .c-cardDifference__list {
    margin-top: 18px;
  }
}
.c-cardDifference__listItem {
  font-size: 10px;
  font-weight: 500;
  padding-left: 24px;
  margin-top: 2px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-cardDifference__listItem {
    font-size: 16px;
    padding-left: 28px;
    margin-top: 6px;
  }
}
.c-cardDifference__listItem::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../images/business/i_check.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-cardDifference__listItem::before {
    width: 20px;
    height: 20px;
    top: 4px;
  }
}

.p-function {
  padding: 62px 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-function {
    padding: 104px 0;
  }
}
.p-function__inner {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.p-function__ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-function__ttlTxtTop {
  display: inline-block;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-function__ttlTxtTop {
    font-size: 30.95px;
  }
}
.p-function__ttlTxtBottom {
  display: inline-block;
  font-size: 24px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-function__ttlTxtBottom {
    font-size: 48px;
  }
}
.p-function__txt {
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-function__txt {
    font-size: 20px;
    margin-top: 12px;
  }
}
.p-function__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 16px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-function__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 64px;
  }
}
@media screen and (min-width: 1000px) {
  .p-function__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-function__btnArea {
  max-width: 384px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .p-function__btnArea {
    margin-top: 64px;
  }
}

.c-cardFunctuon {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.c-cardFunctuon__icon {
  max-width: 52.8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .c-cardFunctuon__icon {
    max-width: 100%;
    width: 66px;
    margin-bottom: 30px;
  }
}
.c-cardFunctuon__icon img, .c-cardFunctuon__icon svg {
  width: 100%;
  height: auto;
}
.c-cardFunctuon__body {
  flex: 1;
}
.c-cardFunctuon__ttlArea {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 6px;
  border-bottom: solid 1px #719D37;
}
.c-cardFunctuon__num {
  width: 22px;
}
.c-cardFunctuon__ttl {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-cardFunctuon__ttl {
    font-size: 20px;
  }
}
.c-cardFunctuon__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.c-cardFunctuon__listItem {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-cardFunctuon__listItem {
    font-size: 14px;
    line-height: 1.8;
  }
}
.c-cardFunctuon__listItem span {
  display: inline-block;
  padding: 4px 6px 4px 20px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .c-cardFunctuon__listItem span {
    padding: 6px 6px 6px 28px;
  }
}
.c-cardFunctuon__listItem span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../../images/business/function_arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
}
@media screen and (min-width: 768px) {
  .c-cardFunctuon__listItem span::before {
    width: 16px;
    height: 16px;
    left: 8px;
  }
}

.p-security {
  padding: 56px 0;
  background-color: #F7F7F7;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-security {
    padding: 104px 0;
  }
}
.p-security__inner {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-security__inner {
    padding: 0 20px;
  }
}
.p-security__ttl {
  text-align: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.p-security__ttlTxtTop {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  padding: 8px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-security__ttlTxtTop {
    font-size: 30.95px;
    padding: 8px 10px;
  }
}
.p-security__ttlTxtBottom {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  padding: 4px 8px;
  background-color: #fff;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-security__ttlTxtBottom {
    font-size: 48px;
    padding: 10px;
  }
}
.p-security__txt {
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .p-security__txt {
    font-size: 20px;
    margin-top: 24px;
  }
}
.p-security__body {
  padding: 0 8px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-security__body {
    padding: 0;
    margin-top: 64px;
  }
}
.p-security__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-security__deco {
  width: 612px;
  position: absolute;
  top: 0;
  left: calc(50% - 720px);
  z-index: 1;
}
.p-security__deco img {
  width: 100%;
  height: auto;
}

.c-cardSecurity {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (min-width: 768px) {
  .c-cardSecurity {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .c-cardSecurity--reverse {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .c-cardSecurity--reverse .c-cardSecurity__body {
    border-right: none;
    border-left: 5px solid #719D37;
  }
}
.c-cardSecurity__body {
  padding: 24px 24px 24px 18px;
  background-color: #fff;
  border-left: 5px solid #719D37;
}
@media screen and (min-width: 768px) {
  .c-cardSecurity__body {
    flex: 1;
    padding: 32px 48px;
    border-left: none;
    border-right: 5px solid #719D37;
  }
}
.c-cardSecurity__ttl {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-cardSecurity__ttl {
    font-size: 32px;
  }
}
.c-cardSecurity__txt {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .c-cardSecurity__txt {
    font-size: 18px;
    line-height: 1.8;
  }
}
.c-cardSecurity__imgArea {
  aspect-ratio: 335/175;
}
@media screen and (min-width: 768px) {
  .c-cardSecurity__imgArea {
    aspect-ratio: 560/292;
    width: 560px;
    max-width: 50%;
  }
}
.c-cardSecurity__imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-cta {
  padding: 64px 0;
  background: url(../../images/business/cta_bg_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-cta {
    background: url(../../images/business/cta_bg.jpg) no-repeat center center/cover;
  }
}
.p-cta__inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-cta__box {
  padding: 40px 20px;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-cta__box {
    padding: 56px;
    display: flex;
    flex-direction: row-reverse;
    gap: 34px;
    border-radius: 20px;
  }
}
.p-cta__ttl {
  font-size: 20px;
  text-align: center;
  background-color: #EDEDED;
  padding: 14px 8px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .p-cta__ttl {
    font-size: 24px;
    max-width: 294px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-cta__ttl::before {
  content: "";
  display: block;
  width: 10px;
  height: 14px;
  background: url(../../images/business/fukidashi.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.p-cta__txt {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
  margin-top: 22px;
  text-align: center;
}
.p-cta__txt--underline {
  text-decoration: underline;
  text-decoration-color: #F1AA00;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
}
@media screen and (min-width: 768px) {
  .p-cta__txt--underlinePC {
    text-decoration: underline;
    text-decoration-color: #F1AA00;
    text-decoration-thickness: 4px;
    text-underline-offset: 4px;
  }
}
.p-cta__btnArea {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-cta__btnArea {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-cta__imgArea {
  width: 335px;
  max-width: 100%;
  margin: 32px auto 0;
}
@media screen and (min-width: 768px) {
  .p-cta__imgArea {
    margin-top: 0;
  }
}
.p-cta__imgArea img {
  width: 100%;
  height: auto;
}

.p-works {
  padding: 42px 0 56px;
  background-color: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .p-works {
    padding: 52px 0 80px;
  }
}
.p-works__inner {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.p-works__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-works__ttl {
    font-size: 48px;
  }
}
.p-works__body {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-works__body {
    margin-top: 46px;
  }
}
.p-works__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-works__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-works__left {
    width: 382px;
    max-width: 50%;
  }
}
.p-works__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-works__right {
    flex: 1;
    gap: 32px;
  }
}

.c-cardWorks {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .c-cardWorks--pcRow {
    flex-direction: column;
  }
}
@media screen and (min-width: 1000px) {
  .c-cardWorks--pcRow {
    flex-direction: row;
  }
}
@media screen and (min-width: 1000px) {
  .c-cardWorks--pcRow .c-cardWorks__imgArea {
    width: 295px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-cardWorks--pcRow .c-cardWorks__ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-cardWorks__body {
    flex: 1;
  }
}
.c-cardWorks__ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 12px;
  border-left: 3px solid #719D37;
}
@media screen and (min-width: 768px) {
  .c-cardWorks__ttl {
    font-size: 24px;
    line-height: 1.2;
  }
}
.c-cardWorks__txt {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .c-cardWorks__txt {
    margin-top: 16px;
  }
}
.c-cardWorks__imgArea img {
  width: 100%;
  height: auto;
}

.p-news {
  padding: 56px 0;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding: 104px 0;
  }
}
.p-news__inner {
  max-width: 1134px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.p-news__ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-news__ttl {
    font-size: 48px;
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-news__content {
    display: flex;
    gap: 20px;
  }
}
.p-news__body {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .p-news__body {
    width: 775px;
    max-width: calc(100% - 240px);
    margin-top: 0;
  }
}
.p-news__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-news__item {
  border-bottom: 1px solid #DADADA;
}
.p-news__link {
  display: block;
  color: #0F2245;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-news__itemHead {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
.p-news__date {
  color: #719D37;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-news__date {
    margin-bottom: 0;
  }
}
.p-news__itemTtl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-news__itemTtl {
    -webkit-line-clamp: 1;
  }
}
.p-news__txt {
  line-height: 1.8;
  margin-top: 16px;
}

.c-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.c-cta__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.c-cta__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 14px;
}
.c-cta__link--contact {
  background-color: #FF6635;
}
.c-cta__link--download {
  background-color: #00369A;
}/*# sourceMappingURL=business-top-add.css.map */