@media only screen and (max-width: 899px) {
  .p-point-inr, .p-service-inr, .p-step-inr, .p-balance-inr, .p-reason-inr {
    margin-inline: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-point-inr, .p-service-inr, .p-step-inr, .p-balance-inr, .p-reason-inr {
    max-width: 1124px;
    padding-inline: 50px;
    margin-inline: auto;
  }
}

.p-mv {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-mv {
    margin-bottom: 18.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv {
    min-height: 696px;
    margin-bottom: 30px;
  }
}

.p-mv-inr {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .p-mv-inr {
    padding-top: 72vw;
    padding-inline: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-inr {
    max-width: 1124px;
    padding-top: 190px;
    padding-inline: 50px;
    margin-inline: auto;
  }
}

.p-mv-img {
  position: absolute;
  opacity: 0;
  filter: blur(10px);
  translate: 0 -20px;
}
@media only screen and (max-width: 899px) {
  .p-mv-img {
    top: 18.6666666667vw;
    right: 0;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-img {
    width: 750px;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 899px) {
  .p-mv-img img {
    width: 100vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-img img {
    max-width: 100%;
  }
}

.p-mv-ttl .-sub {
  display: block;
  margin-bottom: 0.8em;
  opacity: 0;
  filter: blur(10px);
  translate: -20px 0;
}
.p-mv-ttl .-sub span {
  background: #0069bf;
  color: #fff;
  padding: 0 0.2em 0.1em;
}
@media only screen and (max-width: 899px) {
  .p-mv-ttl .-sub span {
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-ttl .-sub span {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-mv-ttl .-main {
  display: block;
  opacity: 0;
  filter: blur(10px);
  translate: -20px 0;
}
.p-mv-ttl .-main span {
  display: inline-block;
  background: #fff;
  color: #0069bf;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
}
@media only screen and (max-width: 899px) {
  .p-mv-ttl .-main span {
    font-size: 9.3333333333vw;
  }
  .p-mv-ttl .-main span:not(:first-child) {
    margin-top: 0.2em;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-ttl .-main span {
    font-size: 54px;
    font-size: 5.4rem;
  }
}
.p-mv-ttl .-logo {
  display: block;
  margin-top: 1em;
  opacity: 0;
  filter: blur(10px);
  translate: -20px 0;
}
@media only screen and (max-width: 899px) {
  .p-mv-ttl .-logo {
    width: 54.9333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-ttl .-logo {
    width: 390px;
  }
}

.p-mv-lead {
  font-weight: bold;
  line-height: 1.6;
  margin-top: 2em;
  opacity: 0;
  filter: blur(10px);
  translate: -20px 0;
}
@media only screen and (max-width: 899px) {
  .p-mv-lead {
    font-size: 4.5333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-lead {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.is-anime .p-mv-ttl .-sub {
  transition: 1s 0.3s;
  opacity: 1;
  filter: blur(0);
  translate: 0 0;
}
.is-anime .p-mv-ttl .-main {
  transition: 1s 0.5s;
  opacity: 1;
  filter: blur(0);
  translate: 0 0;
}
.is-anime .p-mv-ttl .-logo {
  transition: 1s 0.7s;
  opacity: 1;
  filter: blur(0);
  translate: 0 0;
}
.is-anime .p-mv-lead {
  transition: 1s 1s;
  opacity: 1;
  filter: blur(0);
  translate: 0 0;
}
.is-anime .p-mv-img {
  transition: 3s 0.3s;
  opacity: 1;
  filter: blur(0);
  translate: 0 0;
}

.p-reason-ttl {
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-reason-ttl {
    font-size: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-ttl {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 60px;
  }
}
.p-reason-ttl .-logo {
  margin-right: 0.3em;
}
@media only screen and (max-width: 899px) {
  .p-reason-ttl .-logo {
    width: 36.8vw;
    translate: 0 0.5333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-ttl .-logo {
    width: 178px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-reason-items {
    display: flex;
    gap: 30px;
  }
}

.p-reason-item {
  border: 1px solid #ccc;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 899px) {
  .p-reason-item {
    margin-top: 8vw;
    padding: 8vw 2.6666666667vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-item {
    flex: 1 1 100%;
    padding: 45px 20px 30px;
  }
}

.p-reason-item-hl {
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  border-radius: 100px;
}
@media only screen and (max-width: 899px) {
  .p-reason-item-hl {
    font-size: 4vw;
    width: calc(100% - 4.2666666667vw);
    padding-block: 0.2em;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-item-hl {
    font-size: 20px;
    font-size: 2rem;
    width: calc(100% - 40px);
    padding-block: 0.3em 0.4em;
  }
}
.p-reason-item-hl.-support {
  background: #00a096;
}
.p-reason-item-hl.-care {
  background: #8e6b64;
}

.p-reason-item-lead {
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
}
.p-reason-item-offer {
  line-height: 1.4;
}
@media only screen and (max-width: 899px) {
  .p-reason-item-offer {
    font-size: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-item-offer {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.p-reason-support-list {
  display: flex;
}
@media only screen and (max-width: 899px) {
  .p-reason-support-list {
    gap: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-support-list {
    gap: 20px;
  }
}

.p-reason-support-item {
  border-radius: 10px;
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 899px) {
  .p-reason-support-item {
    padding: 4vw 2.6666666667vw 2.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-support-item {
    padding: 20px;
  }
}
.p-reason-support-item.-item01 {
  background: rgba(0, 93, 139, 0.1);
}
.p-reason-support-item.-item01 .p-reason-support-item-hl {
  color: #005d8b;
}
.p-reason-support-item.-item02 {
  background: rgba(0, 160, 150, 0.1);
}
.p-reason-support-item.-item02 .p-reason-support-item-hl {
  color: #00a096;
}
@media only screen and (max-width: 899px) {
  .p-reason-support-item.-item02 .p-reason-support-item-img img {
    margin-inline: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-support-item.-item02 .p-reason-support-item-img img {
    margin-inline: 20px;
  }
}

.p-reason-support-item-hl {
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-reason-support-item-hl {
    font-size: 3.2vw;
    margin-bottom: 1.5em;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-support-item-hl {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 1em;
  }
}

.p-reason-support-item-img {
  text-align: center;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-reason-support-item-img figcaption {
  font-weight: bold;
  margin-top: 1em;
}
@media only screen and (max-width: 899px) {
  .p-reason-support-item-img figcaption {
    font-size: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-support-item-img figcaption {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-reason-care-list {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 899px) {
  .p-reason-care-list {
    gap: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-care-list {
    gap: 10px;
  }
}

.p-reason-care-item {
  border-radius: 10px;
}
@media only screen and (max-width: 899px) {
  .p-reason-care-item {
    padding: 4vw 2.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-care-item {
    padding: 15px 20px;
  }
}
.p-reason-care-item.-item01 {
  background: rgba(142, 107, 100, 0.1);
}
.p-reason-care-item.-item01 .p-reason-care-item-data-value {
  color: #8e6b64;
}
.p-reason-care-item.-item02 {
  background: rgba(240, 140, 0, 0.1);
}
.p-reason-care-item.-item02 .p-reason-care-item-data-value {
  color: #f08c00;
}

.p-reason-care-item-data {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .p-reason-care-item-data {
    gap: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-care-item-data {
    gap: 15px;
  }
}

.p-reason-care-item-data-baloon {
  background: #8e6b64;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 100%;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-reason-care-item-data-baloon {
    width: 12.8vw;
    font-size: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-care-item-data-baloon {
    width: 72px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-reason-care-item-data-baloon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  translate: -20% -50%;
}
@media only screen and (max-width: 899px) {
  .p-reason-care-item-data-baloon:after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border: 1.0666666667vw solid transparent;
    border-left: 2.1333333333vw solid #8e6b64;
    border-right: none;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-care-item-data-baloon:after {
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-left: 10px solid #8e6b64;
    border-right: none;
  }
}

@media only screen and (max-width: 899px) {
  .p-reason-care-item-data-ill img {
    height: 11.7333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-care-item-data-ill img {
    height: 63px;
  }
}

.p-reason-care-item-data-value {
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 899px) {
  .p-reason-care-item-data-value dt {
    font-size: 2.4vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-care-item-data-value dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 899px) {
  .p-reason-care-item-data-value dd {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-care-item-data-value dd {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-reason-care-item-data-value dd i {
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .p-reason-care-item-data-value dd i {
    font-size: 8vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-care-item-data-value dd i {
    font-size: 44px;
    font-size: 4.4rem;
  }
}

.p-reason-care-item-caption {
  text-align: center;
  font-weight: bold;
  margin-top: 1em;
  line-height: 1;
}
@media only screen and (max-width: 899px) {
  .p-reason-care-item-caption {
    font-size: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-care-item-caption {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-reason-logo {
  text-align: center;
  margin-top: auto;
  line-height: 1;
}
@media only screen and (max-width: 899px) {
  .p-reason-logo {
    padding-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-logo {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 899px) {
  .p-reason-logo img {
    height: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-reason-logo img {
    height: 22px;
  }
}

@media only screen and (max-width: 899px) {
  .p-balance {
    margin-top: 21.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-balance {
    margin-top: 120px;
  }
}

.p-balance-ttl {
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-balance-ttl {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-balance-ttl {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-balance-items {
    display: flex;
    gap: 30px;
  }
}

@media only screen and (max-width: 899px) {
  .p-balance-item {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-balance-item {
    flex: 1 1 100%;
  }
}

.p-balance-hl {
  color: #fff;
  background: #9cc715;
  font-weight: bold;
  border-radius: 100px;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-balance-hl {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
    padding-block: 0.2em;
  }
}
@media print, screen and (min-width: 900px) {
  .p-balance-hl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    padding-block: 0.3em 0.4em;
  }
}

.p-balance-company {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 899px) {
  .p-balance-company {
    gap: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-balance-company {
    gap: 50px;
  }
}

@media only screen and (max-width: 899px) {
  .p-balance-company-item {
    flex: 0 0 42.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-balance-company-item {
    flex: 0 0 160px;
  }
}

.p-balance-company-item-img {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.p-balance-company-item-img img {
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .p-balance-company-item-img img.-img01 {
    height: 24.5333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-balance-company-item-img img.-img01 {
    height: 92px;
  }
}
@media only screen and (max-width: 899px) {
  .p-balance-company-item-img img.-img02 {
    height: 26.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-balance-company-item-img img.-img02 {
    height: 100px;
  }
}
.p-balance-company-item-img figcaption {
  text-align: center;
  line-height: 1.5;
  margin-top: 0.6em;
}
@media only screen and (max-width: 899px) {
  .p-balance-company-item-img figcaption {
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-balance-company-item-img figcaption {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 899px) {
  .p-balance-government-item {
    padding: 4vw 2.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-balance-government-item {
    padding: 15px 10px;
    display: flex;
  }
}
.p-balance-government-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 900px) {
  .p-balance-government-item dt {
    flex: 0 0 130px;
  }
}
@media only screen and (max-width: 899px) {
  .p-balance-government-item dt .-logo01 {
    width: 22.9333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-balance-government-item dt .-logo01 {
    width: 86px;
  }
}
@media only screen and (max-width: 899px) {
  .p-balance-government-item dt .-logo02 {
    width: 27.2vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-balance-government-item dt .-logo02 {
    width: 102px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-balance-government-item dd {
    flex: 1 1 auto;
  }
}

@media only screen and (max-width: 899px) {
  .p-step {
    margin-top: 21.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-step {
    margin-top: 120px;
  }
}

.p-step-ttl {
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-step-ttl {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-step-ttl {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 899px) {
  .p-step-lead {
    font-size: 3.4666666667vw;
    margin-bottom: 8vw;
    margin-top: -5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-step-lead {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 40px;
    margin-top: -30px;
    text-align: center;
  }
}

.p-step-flow {
  background: #0069bf;
  border-radius: 10px;
}
@media only screen and (max-width: 899px) {
  .p-step-flow {
    padding: 5.3333333333vw 2.6666666667vw 2.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-step-flow {
    padding: 20px 30px 30px;
  }
}

.p-step-flow-hl {
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 899px) {
  .p-step-flow-hl {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-step-flow-hl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-step-flow-list {
    display: flex;
    gap: 40px;
  }
}

.p-step-flow-item {
  background: #fff;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-step-flow-item {
    padding: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-step-flow-item {
    flex: 1 1 100%;
    padding: 30px;
  }
}
@media only screen and (max-width: 899px) {
  .p-step-flow-item:not(.p-step-flow-plus) {
    padding-left: 22.9333333333vw;
    margin-bottom: 10.6666666667vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-step-flow-item:not(.p-step-flow-plus):not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 26px;
  background: url(/_assets/_common/img/icon-3arrow.svg) 50% 50%/contain no-repeat;
  translate: -50% -50%;
}
@media only screen and (max-width: 899px) {
  .p-step-flow-item:not(.p-step-flow-plus):not(:first-child):before {
    top: -5.3333333333vw;
    left: 50%;
    rotate: 90deg;
  }
}
@media print, screen and (min-width: 900px) {
  .p-step-flow-item:not(.p-step-flow-plus):not(:first-child):before {
    top: 50%;
    left: -20px;
  }
}

.p-step-flow-item-num {
  line-height: 1;
}
@media only screen and (max-width: 899px) {
  .p-step-flow-item-num {
    margin-block: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-step-flow-item-num {
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-step-flow-item-num img {
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .p-step-flow-item-num img {
    height: 3.2vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-step-flow-item-num img {
    height: 15px;
  }
}

@media only screen and (max-width: 899px) {
  .p-step-flow-item-img {
    position: absolute;
    left: 11.4666666667vw;
    top: 50%;
    translate: -50% -50%;
  }
}
@media print, screen and (min-width: 900px) {
  .p-step-flow-item-img {
    text-align: center;
  }
}
@media only screen and (max-width: 899px) {
  .p-step-flow-item-img .-pict01 {
    width: 11.2vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-step-flow-item-img .-pict01 {
    width: 60px;
    height: 78px;
  }
}
@media only screen and (max-width: 899px) {
  .p-step-flow-item-img .-pict02 {
    width: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-step-flow-item-img .-pict02 {
    width: 74px;
    height: 78px;
  }
}
@media only screen and (max-width: 899px) {
  .p-step-flow-item-img .-pict03 {
    width: 13.0666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-step-flow-item-img .-pict03 {
    width: 76px;
    height: 78px;
    translate: -15% 5%;
  }
}

.p-step-flow-item-caption {
  line-height: 1.6;
}
@media print, screen and (min-width: 900px) {
  .p-step-flow-item-caption {
    margin-top: 1em;
    min-height: 3.2em;
    display: grid;
    place-content: center;
    text-align: center;
  }
}

.p-step-flow-plus {
  background: linear-gradient(to bottom, #fff, #c7dfff);
  border-radius: 10px;
  text-align: center;
  color: #0069bf;
  line-height: 1.6;
}
@media only screen and (max-width: 899px) {
  .p-step-flow-plus {
    font-size: 4.5333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-step-flow-plus {
    display: grid;
    place-content: center;
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-step-flow-plus:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: #fff;
  translate: -50% -50%;
}
@media only screen and (max-width: 899px) {
  .p-step-flow-plus:before {
    top: -5.3333333333vw;
    left: 50%;
  }
}
@media print, screen and (min-width: 900px) {
  .p-step-flow-plus:before {
    top: 50%;
    left: -20px;
  }
}
.p-step-flow-plus:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: #fff;
  translate: -50% -50%;
  rotate: 90deg;
}
@media only screen and (max-width: 899px) {
  .p-step-flow-plus:after {
    top: -5.3333333333vw;
    left: 50%;
  }
}
@media print, screen and (min-width: 900px) {
  .p-step-flow-plus:after {
    top: 50%;
    left: -20px;
  }
}

.p-service {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-service {
    margin-top: 21.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service {
    margin-top: 120px;
  }
}

.p-service-inr {
  position: relative;
  z-index: 1;
}

.p-service-ttl {
  position: relative;
}
@media print, screen and (min-width: 900px) {
  .p-service-ttl:after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    max-width: 1100px;
    background: #fff;
    border-radius: 20px 20px 0 0;
    position: absolute;
    left: 50%;
    bottom: -1px;
    translate: -50% 0;
  }
}
.p-service-ttl .-txt {
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 899px) {
  .p-service-ttl .-txt {
    font-size: 6.4vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-ttl .-txt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.p-service-ttl .-bg img {
  width: 100%;
}

.p-service-bg01 {
  pointer-events: none;
}
@media print, screen and (min-width: 900px) {
  .p-service-bg01 {
    position: absolute;
    left: 0;
    top: 8vw;
    translate: -50% 0;
  }
}

.p-service-bg02 {
  pointer-events: none;
}
@media print, screen and (min-width: 900px) {
  .p-service-bg02 {
    position: absolute;
    right: 0;
    top: 50%;
    translate: 50% 0;
  }
}

.p-service-bg03 {
  pointer-events: none;
}
@media print, screen and (min-width: 900px) {
  .p-service-bg03 {
    position: absolute;
    left: 0;
    bottom: -5vw;
    translate: -50% 0;
  }
}

.p-service-scope {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-service-scope {
    margin-block: 16vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-scope {
    display: flex;
    justify-content: space-between;
    padding-inline: 20px;
    margin-top: 40px;
  }
}

.p-service-scope-head {
  color: #78a50a;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-service-scope-head {
    font-size: 3.7333333333vw;
    width: 100%;
    background: #e2ecb5;
    padding-block: 0 0.6em;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-scope-head {
    font-size: 15px;
    font-size: 1.5rem;
    flex: 0 0 72px;
    height: 120px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 8px;
  }
}
.p-service-scope-head:before {
  content: "";
  display: block;
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .p-service-scope-head:before {
    width: 100%;
    height: 5.3333333333vw;
    border: 44.6666666667vw solid transparent;
    border-bottom: 5.3333333333vw solid #e2ecb5;
    border-top: none;
    left: 0;
    bottom: 100%;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-scope-head:before {
    width: 100%;
    height: 100%;
    background: url(/_assets/top/img/bg-scope-head.svg) 50% 50%/contain no-repeat;
    top: 0;
    left: 0;
  }
}
.p-service-scope-head span {
  position: relative;
  z-index: 1;
}

.p-service-scope-foot {
  color: #fff;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-service-scope-foot {
    font-size: 3.7333333333vw;
    width: 100%;
    background: #004c8c;
    padding-block: 0.6em 0;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-scope-foot {
    font-size: 15px;
    font-size: 1.5rem;
    flex: 0 0 72px;
    height: 120px;
    display: flex;
    align-items: center;
    padding-left: 9px;
  }
}
.p-service-scope-foot:before {
  content: "";
  display: block;
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .p-service-scope-foot:before {
    width: 100%;
    height: 5.3333333333vw;
    border: 44.6666666667vw solid transparent;
    border-top: 5.3333333333vw solid #004c8c;
    border-bottom: none;
    left: 0;
    top: 100%;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-scope-foot:before {
    width: 100%;
    height: 100%;
    background: url(/_assets/top/img/bg-scope-foot.svg) 50% 50%/contain no-repeat;
    top: 0;
    left: 0;
  }
}
.p-service-scope-foot span {
  position: relative;
  z-index: 1;
}

.p-service-scope-list {
  display: flex;
}
@media only screen and (max-width: 899px) {
  .p-service-scope-list {
    margin-block: 4vw;
    flex-wrap: wrap;
    gap: 5.3333333333vw 4.2666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-scope-list {
    justify-content: center;
    gap: 20px;
  }
}

@media only screen and (max-width: 899px) {
  .p-service-scope-item {
    flex: 0 0 calc((100% - 8.5333333333vw) / 3);
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-scope-item {
    flex: 0 0 110px;
  }
}

.p-service-scope-item-icon {
  aspect-ratio: 1/1;
  width: 100%;
  display: grid;
  place-content: center;
  border-radius: 100%;
}
@media only screen and (max-width: 899px) {
  .p-service-scope-item-icon.-icon01 {
    border: 1.6vw solid #e2ecb5;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-scope-item-icon.-icon01 {
    border: 7px solid #e2ecb5;
  }
}
@media only screen and (max-width: 899px) {
  .p-service-scope-item-icon.-icon01 img {
    width: 10.1333333333vw;
  }
}
@media only screen and (max-width: 899px) {
  .p-service-scope-item-icon.-icon02 {
    border: 1.6vw solid #a4d5ba;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-scope-item-icon.-icon02 {
    border: 7px solid #a4d5ba;
  }
}
.p-service-scope-item-icon.-icon02 img {
  translate: 10% 0;
}
@media only screen and (max-width: 899px) {
  .p-service-scope-item-icon.-icon02 img {
    width: 12.8vw;
  }
}
@media only screen and (max-width: 899px) {
  .p-service-scope-item-icon.-icon03 {
    border: 1.6vw solid #16a2b3;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-scope-item-icon.-icon03 {
    border: 7px solid #16a2b3;
  }
}
@media only screen and (max-width: 899px) {
  .p-service-scope-item-icon.-icon03 img {
    width: 12.2666666667vw;
  }
}
@media only screen and (max-width: 899px) {
  .p-service-scope-item-icon.-icon04 {
    border: 1.6vw solid #1893d2;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-scope-item-icon.-icon04 {
    border: 7px solid #1893d2;
  }
}
@media only screen and (max-width: 899px) {
  .p-service-scope-item-icon.-icon04 img {
    width: 12.8vw;
  }
}
@media only screen and (max-width: 899px) {
  .p-service-scope-item-icon.-icon05 {
    border: 1.6vw solid #236fb7;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-scope-item-icon.-icon05 {
    border: 7px solid #236fb7;
  }
}
@media only screen and (max-width: 899px) {
  .p-service-scope-item-icon.-icon05 img {
    width: 12.2666666667vw;
  }
}
@media only screen and (max-width: 899px) {
  .p-service-scope-item-icon.-icon06 {
    border: 1.6vw solid #004c8c;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-scope-item-icon.-icon06 {
    border: 7px solid #004c8c;
  }
}
@media only screen and (max-width: 899px) {
  .p-service-scope-item-icon.-icon06 img {
    width: 12.8vw;
  }
}
.p-service-scope-item-caption {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-top: 0.6em;
}
@media only screen and (max-width: 899px) {
  .p-service-scope-item-caption {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-scope-item-caption {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-service-scope-item-caption.-icon01 {
  color: #8db43c;
}
.p-service-scope-item-caption.-icon02 {
  color: #4ab57c;
}
.p-service-scope-item-caption.-icon03 {
  color: #16a2b3;
}
.p-service-scope-item-caption.-icon04 {
  color: #1893d2;
}
.p-service-scope-item-caption.-icon05 {
  color: #236fb7;
}
.p-service-scope-item-caption.-icon06 {
  color: #004c8c;
}

@media only screen and (max-width: 899px) {
  .p-service-list {
    margin-inline: -5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-list {
    margin-top: 70px;
  }
}

.p-service-item {
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 899px) {
  .p-service-item {
    padding: 8vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 30px;
  }
}
.p-service-item:first-child {
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 899px) {
  .p-service-item.-item01 .p-service-item-icon img {
    width: 13.8666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-item.-item01 .p-service-item-icon img {
    width: 52px;
  }
}
.p-service-item.-item01 .p-service-item-hl {
  color: #8db43c;
}
.p-service-item.-item01 .p-service-item-example {
  background: rgba(141, 180, 60, 0.1);
}
@media only screen and (max-width: 899px) {
  .p-service-item.-item02 .p-service-item-icon img {
    width: 17.6vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-item.-item02 .p-service-item-icon img {
    width: 66px;
  }
}
.p-service-item.-item02 .p-service-item-hl {
  color: #4ab57c;
}
.p-service-item.-item02 .p-service-item-example {
  background: rgba(74, 181, 124, 0.1);
}
@media only screen and (max-width: 899px) {
  .p-service-item.-item03 .p-service-item-icon img {
    width: 17.0666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-item.-item03 .p-service-item-icon img {
    width: 64px;
  }
}
.p-service-item.-item03 .p-service-item-hl {
  color: #16a2b3;
}
.p-service-item.-item03 .p-service-item-example {
  background: rgba(22, 162, 179, 0.1);
}
@media only screen and (max-width: 899px) {
  .p-service-item.-item04 .p-service-item-icon img {
    width: 17.6vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-item.-item04 .p-service-item-icon img {
    width: 66px;
  }
}
.p-service-item.-item04 .p-service-item-hl {
  color: #1893d2;
}
.p-service-item.-item04 .p-service-item-example {
  background: rgba(24, 147, 210, 0.1);
}
@media only screen and (max-width: 899px) {
  .p-service-item.-item05 .p-service-item-icon img {
    width: 17.0666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-item.-item05 .p-service-item-icon img {
    width: 64px;
  }
}
.p-service-item.-item05 .p-service-item-hl {
  color: #236fb7;
}
.p-service-item.-item05 .p-service-item-example {
  background: rgba(35, 111, 183, 0.1);
}
@media only screen and (max-width: 899px) {
  .p-service-item.-item06 .p-service-item-icon img {
    width: 17.6vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-item.-item06 .p-service-item-icon img {
    width: 66px;
  }
}
.p-service-item.-item06 .p-service-item-hl {
  color: #004c8c;
}
.p-service-item.-item06 .p-service-item-example {
  background: rgba(0, 76, 140, 0.1);
}

.p-service-item-head {
  display: flex;
}
@media print, screen and (min-width: 900px) {
  .p-service-item-head {
    flex: 1 1 auto;
  }
}

.p-service-item-icon {
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-service-item-icon {
    flex: 0 0 26.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-item-icon {
    flex: 0 0 130px;
    margin-left: -30px;
  }
}

.p-service-item-body {
  line-height: 1.6;
}

.p-service-item-hl {
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 899px) {
  .p-service-item-hl {
    font-size: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-item-hl {
    font-size: 20px;
  }
}

.p-service-item-example {
  border-radius: 10px;
  display: flex;
}
@media only screen and (max-width: 899px) {
  .p-service-item-example {
    flex: 0 0 100%;
    padding: 4vw;
    gap: 2.6666666667vw;
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-item-example {
    flex: 0 0 420px;
    padding: 20px;
    gap: 10px;
  }
}
.p-service-item-example li {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 6px;
  flex: 1 1 100%;
}
@media only screen and (max-width: 899px) {
  .p-service-item-example li {
    padding: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-item-example li {
    padding: 10px;
  }
}

.p-service-item-example-img img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: contain;
}
.p-service-item-example-img figcaption {
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 1em;
  scale: 0.95 1;
}
@media only screen and (max-width: 899px) {
  .p-service-item-example-img figcaption {
    font-size: 2.4vw;
    margin-inline: -2.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-service-item-example-img figcaption {
    font-size: 11px;
    font-size: 1.1rem;
    margin-inline: -10px;
  }
}

@media only screen and (max-width: 899px) {
  .p-point {
    margin-top: 21.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-point {
    margin-top: 120px;
  }
}

.p-point-ttl {
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-point-ttl {
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-point-ttl {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .p-point-ttl .-logo {
    width: 51.2vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-point-ttl .-logo {
    width: 228px;
  }
}
.p-point-ttl .-txt {
  display: block;
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .p-point-ttl .-txt {
    font-size: 6.4vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-point-ttl .-txt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 899px) {
  .p-point-list {
    margin-inline: -5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-point-list {
    display: flex;
    gap: 51px;
  }
}

.p-point-item {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-point-item {
    padding: 6.6666666667vw 5.3333333333vw;
  }
  .p-point-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
}
@media print, screen and (min-width: 900px) {
  .p-point-item {
    flex: 1 1 100%;
  }
  .p-point-item:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    right: -25px;
  }
}

.p-point-item-hl {
  text-align: center;
  margin-bottom: 1em;
}
.p-point-item-hl .-num {
  width: auto;
}
@media only screen and (max-width: 899px) {
  .p-point-item-hl .-num {
    height: 6.9333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-point-item-hl .-num {
    height: 26px;
  }
}
.p-point-item-hl .-txt {
  display: block;
  margin-top: 0.5em;
}
@media only screen and (max-width: 899px) {
  .p-point-item-hl .-txt {
    font-size: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-point-item-hl .-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-point-item-img img {
  width: 100%;
}

.p-point-item-txt {
  margin-top: 1em;
  line-height: 1.5;
}