@keyframes infinity-scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scBeforePanelfadein {
  0% {
    opacity: 0;
    transform: translateY(48px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scBeforePanelfadeinMd {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scPanelfadein {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scPanelfadeinMd {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.u-text-md {
  font-style: normal;
  line-height: 1.4;
}

.u-text-sml {
  font-style: normal;
  font-size: 13px;
}

.c-block.p-top-trusted-info-block {
  padding-bottom: 0;
  position: relative;
  padding-top: 120px;
}

.p-top-trusted-info-block .u-headline1 {
  flex-flow: wrap column;
}

.p-top-trusted-info-image {
  order: 2;
}

.p-top-trusted-info-image img {
  width: 220px;
  height: auto;
  margin-top: 32px;
}

.p-task-list-box {
  position: relative;
  z-index: 3;
  padding-bottom: 32px;
}

.p-task-list-box,
.p-task-list-box dl {
  display: flex;
  flex-flow: wrap column;
  align-items: center;
}

.p-task-list-box dt {
  margin-top: 32px;
  margin-bottom: 16px;
  padding: 0 16px;
  width: 100%;
}

.p-task-list-box dt span {
  padding: 8px 16px;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #343434;
  width: 100%;
}

.p-task-list-box dt span::after,
.p-task-list-box dt span::before {
  content: "";
  border-right: 14px solid transparent;
  border-top: 14px solid #fff;
  position: absolute;
  bottom: -11px;
  left: calc(50% - 12px);
  z-index: 2;
}

.p-task-list-box dt span::after {
  border-top: 14px solid #343434;
  bottom: -16px;
  left: calc(50% - 14px);
  z-index: 1;
}

.p-task-list-box dd {
  padding: 8px;
  font-weight: 700;
  text-align: left;
}

.p-task-list-box strong {
  display: inline-block;
  color: #0055b3;
}

.p-task-support {
  background: #f7f7f7;
}

.p-task-support .c-block-inner {
  align-items: center;
}

.p-task-support .p-task-support-graph .u-display2 {
  font-weight: 700;
  color: #343434;
}

.p-task-support .p-task-costs .u-display3 i,
.p-task-support .p-task-support-graph .u-display2 i {
  font-style: normal;
}

.p-task-support .p-task-costs .u-display3 {
  color: #343434;
  margin-bottom: 32px;
  font-weight: 700;
  font-style: normal;
}

.p-task-support .p-task-costs .u-display3 strong {
  color: #0055b3;
}

.u-headline1 {
  line-height: 1.4;
  display: inline-flex;
  position: relative;
  width: auto;
  align-self: center;
  padding: 0 32px;
  font-style: normal;
}

.p-feature-list-detail {
  margin-bottom: 32px;
}
@media (width >= 576px) {
  .p-feature-list-detail {
    margin-bottom: 40px;
  }
}
.p-feature-list-detail > div {
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 48px;
}
.p-feature-list-detail > div:first-of-type {
  margin-top: 48px;
}
@media (width >= 576px) {
  .p-feature-list-detail > div {
    margin-top: 64px;
  }
}
@media (width >= 768px) {
  .p-feature-list-detail > div {
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
  }
}
.p-feature-list-detail > div img {
  width: 100%;
  height: auto;
}
.p-feature-list-detail > div > div:first-of-type {
  position: relative;
}
@media (width <= 767px) {
  .p-feature-list-detail > div > div:first-of-type {
    margin-bottom: 16px;
  }
}
@media (width >= 768px) {
  .p-feature-list-detail > div > div:first-of-type {
    width: calc(50% - 32px);
  }
}
@media (width >= 992px) {
  .p-feature-list-detail > div > div:first-of-type {
    width: calc(50% - 32px);
  }
}
@media (width >= 1200px) {
  .p-feature-list-detail > div > div:first-of-type {
    max-width: 590px;
  }
}
.p-feature-list-detail > div > div:first-of-type .p-feature-title {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #0055b3;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  justify-content: center;
  width: 6em;
  height: 5.5em;
  line-height: 1;
}
@media (width <= 991px) {
  .p-feature-list-detail > div > div:first-of-type .p-feature-title {
    font-size: 11px;
    width: 6em;
    height: 5.5em;
  }
}
@media (width >= 992px) {
  .p-feature-list-detail > div > div:first-of-type .p-feature-title {
    font-size: 13px;
    width: 6.5em;
    height: 6.5em;
  }
}
.p-feature-list-detail > div > div:first-of-type .p-feature-title span {
  font-weight: 700;
  line-height: 1;
  margin-top: 4px;
}
@media (width <= 991px) {
  .p-feature-list-detail > div > div:first-of-type .p-feature-title span {
    font-size: 24px;
  }
}
@media (width >= 992px) {
  .p-feature-list-detail > div > div:first-of-type .p-feature-title span {
    font-size: 48px;
  }
}
.p-feature-list-detail > div > div:last-of-type {
  text-align: left;
}
@media (width >= 768px) {
  .p-feature-list-detail > div > div:last-of-type {
    width: calc(50% - 32px);
  }
}
@media (width >= 992px) {
  .p-feature-list-detail > div > div:last-of-type {
    width: calc(50% - 32px);
  }
}
.p-feature-list-detail > div:nth-child(even) div:last-of-type {
  padding-left: 0;
}
@media (width >= 1200px) {
  .p-feature-list-detail > div:nth-child(even) div:last-of-type {
    order: 1;
  }
}
@media (width >= 768px) {
  .p-feature-list-detail > div:nth-child(even) div:first-of-type {
    order: 2;
  }
}
.p-feature-list-detail > div .u-text-lg {
  margin-bottom: 16px;
  font-style: normal;
}
.p-feature-list-detail > div .u-headline3 {
  margin: 40px 0 16px;
}
.p-feature-list-detail > div .p-feature-list-image {
  padding-left: 24px;
  padding-top: 24px;
}
.p-feature-list-detail > div .p-feature-list-image figure {
  border: 2px solid #0055b3;
  border-radius: 16px;
  color: #f7f7f7;
  overflow: hidden;
  padding: 16px;
  background: #fff;
}
.p-feature-list-detail p {
  margin-top: 16px;
  font-style: normal;
}

.mbt {
  margin: 32px 0;
}

.p-top-answers-image {
  max-width: 750px;
  margin: 0;
}
.p-top-answers-image img {
  width: 100%;
  height: auto;
}

.p-top-feature.c-block {
  padding-top: 0;
}
@media (width >= 576px) {
  .p-top-feature.c-block {
    padding-top: 0;
  }
}

.p-top-feature-list {
  display: flex;
  flex-flow: wrap column;
  margin-top: 48px;
}

.p-top-feature-list .c-icon-image i:nth-of-type(2) {
  font-size: 26px;
  margin-left: -24px;
  background: #fff;
  padding: 4px 0 0 4px;
  border-radius: 50%;
}

.p-top-feature-list .u-headline3 {
  text-align: center;
}

.p-top-feature-list .u-headline3 span {
  color: #0055b3;
  line-height: 1;
  display: block;
}

.p-contact-block {
  background: #0055b3;
  color: #fff;
}

.p-top-trusted-info-box {
  display: flex;
  flex-flow: column;
  gap: 32px;
}
@media (width <= 767px) {
  .p-top-trusted-info-box {
    margin-top: 0;
  }
}
.p-top-trusted-info-box img {
  max-width: 100%;
  height: auto;
}

.u-headline2,
.u-headline3,
.u-text-lg,
.u-text-xlg {
  font-weight: 700;
  line-height: 1.4;
  font-style: normal;
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 32px;
  padding: 0 24px;
  font-weight: 700;
  transition: 0.3s;
  height: 60px;
  min-width: 200px;
  font-size: 16px;
  font-style: normal;
  border: 2px solid #fff44f;
  background: #fff44f;
  color: #0055b3;
}

.c-button:hover {
  opacity: 1;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.c-related-content {
  display: inline-flex;
  align-items: flex-start;
  flex-flow: wrap column;
  font-size: 16px;
  width: auto;
}

.p-contact-block .c-block-inner {
  flex-flow: wrap column;
  display: flex;
  align-items: center;
}

.p-contact-block .c-block-inner img {
  max-width: 100%;
  height: auto;
}

.p-contact-block .c-block-inner > div:last-of-type {
  width: 90%;
}

.c-button-set i {
  font-size: 20px;
  margin-left: 16px;
}

.c-case-img {
  padding: 56px 0;
}

.c-case-img img {
  max-width: 590px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.l-footer,
.p-breadcrumb-block {
  padding: 32px;
  font-size: 13px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

.l-footer > div,
.p-breadcrumb-block > div {
  width: 100%;
  max-width: 1200px;
}

.l-footer small {
  color: #777;
  display: block;
}

.l-footer a {
  color: #343434;
}

.u-display1,
.u-display2,
.u-display3 {
  font-weight: 400;
  line-height: 1.4;
}

.u-display2 {
  font-size: 20px;
}

.u-headline1,
.u-text-bold {
  font-weight: 700;
}

.u-display3,
.u-headline1 {
  font-size: 16px;
}

.p-support-top-main .c-block-inner {
  align-items: flex-start;
  text-align: left;
  /* margin-top: 32px; */
}

.l-header {
  position: absolute;
  z-index: 10;
}

.l-header.c-block {
  margin: 0;
  padding-top: 24px;
}

.l-header > div {
  align-items: flex-start;
  text-align: center;
  margin-top: 0;
}

.l-header > div img {
  height: 42px;
  width: auto;
}

.p-support-top-main {
  z-index: 1;
  color: #fff;
  /* background: linear-gradient(180deg, #5ab4c8 62.5%, #68b8ca 100%, #6bbdcf 100%); */
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #003f7d 0%, #0057b8 25%, #ffb400 100%);
}
.p-support-top-main > div::after {
  content: "";
  position: absolute;
  background: url("/wp-content/uploads/llmo/main-ilust-sp.png") no-repeat;
  background-position: center center;
  background-size: auto 280px;
  height: 280px;
  width: 100%;
  bottom: 28px;
  left: 0;
  z-index: -1;
}
.p-support-top-main .u-display1 {
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  margin-top: 8px;
}
.p-support-top-main .u-display1 span {
  color: #fff44f;
  display: block;
}
.p-support-top-main .u-display1 small {
  font-size: 60%;
  display: block;
}
.p-support-top-main p,
.p-support-top-main .u-headline3 {
  text-align: center;
  margin-top: 8px;
}

.p-suppot-top-main-button {
  flex-flow: row wrap;
  position: relative;
  z-index: 1;
}

.p-suppot-top-main-bcs,
.p-suppot-top-main-button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.p-suppot-top-main-button .c-button:first-of-type {
  margin-right: 8px;
}

.p-top-task-box {
  margin-top: 0;
}
.p-top-task-box img {
  width: 120px;
  height: auto;
  margin-top: 32px;
}

.p-support-top-att {
  position: relative;
}
.p-support-top-att .u-att {
  position: absolute;
  left: calc(50% - 120px);
  z-index: 10;
  top: -80px;
}
@media (width >= 768px) {
  .p-support-top-att .u-att {
    top: -140px;
    left: calc(50% - 160px);
  }
}
@media (width >= 992px) {
  .p-support-top-att .u-att {
    top: -160px;
  }
}
.p-support-top-att img {
  width: 240px;
}
@media (width >= 768px) {
  .p-support-top-att img {
    width: 320px;
  }
}
@media (width >= 992px) {
  .p-support-top-att img {
    width: 320px;
  }
}

.p-top-task-block {
  position: relative;
}
.p-top-task-block.c-block {
  margin-top: 70px;
}
@media (width >= 768px) {
  .p-top-task-block.c-block {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media (width >= 992px) {
  .p-top-task-block.c-block {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}
@media (width >= 1200px) {
  .p-top-task-block.c-block {
    padding-top: 80px;
    padding-bottom: 180px;
  }
}

.p-top-task-image {
  order: 2;
}
@media (width >= 768px) {
  .p-top-task-image {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
  }
}
.p-top-task-image img {
  width: 210px;
  height: auto;
  margin-top: 32px;
}
@media (width >= 768px) {
  .p-top-task-image img {
    width: 305px;
  }
}
@media (width >= 992px) {
  .p-top-task-image img {
    width: 325px;
  }
}

.p-top-trusted-info-list-box {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.p-top-trusted-info-list-box > * {
  flex: 1;
  padding: 16px;
}
.p-top-trusted-info-list-box picture {
  display: block;
}
.p-top-trusted-info-list-box img {
  margin: 16px 0;
  max-width: 200px;
  height: auto;
}
@media (width >= 768px) {
  .p-top-trusted-info-list-box {
    flex-flow: row;
  }
  .p-top-trusted-info-list-box picture {
    padding: 16px;
  }
  .p-top-trusted-info-list-box img {
    max-width: 100%;
  }
}

.p-contact-block .c-block-inner .u-text-lg {
  margin: 16px 0 32px;
}

.p-contact-block .c-block-inner a {
  margin: 8px;
}

.u-headline1::after,
.u-headline1::before {
  position: absolute;
  font-family: "Font Awesome 6 Sharp", sans-serif;
  font-weight: 300;
  content: "+";
  font-size: 24px;
  top: calc(50% - 16.8px);
}

.l-footer a,
.u-headline1::before {
  margin-right: 16px;
}

.u-headline1::after {
  margin-left: 8px;
  right: 0;
}

.u-headline1::before {
  margin-right: 8px;
  left: 0;
}

.p-plan-contact-form {
  max-width: 520px;
  width: 100%;
}

@media (width <= 575px) {
  .p-contact-block .c-button {
    min-width: auto;
  }
  .p-suppot-top-main-button .c-button {
    min-width: auto;
  }
}
@media (width >= 576px) {
  .p-support-top-main > div::after {
    bottom: 0;
    left: 0;
    height: 330px;
  }
  .p-task-list-box strong {
    display: inline;
  }
}
@media (width >= 576px) {
  .u-display3,
  .u-headline1 {
    font-size: 20px;
  }
  .c-block {
    padding: 56px 24px;
  }
  .u-display2 {
    font-size: 26px;
  }
  .u-text-md {
    font-size: 16px;
  }
}
@media (width <= 767px) {
  .u-text-lg {
    font-size: 18px;
  }
  .u-text-xlg {
    font-size: 32px;
  }
  .p-support-top-main {
    padding-top: 32px;
    padding-bottom: 310px;
  }
  .p-loop-logo-list {
    margin-top: 32px;
  }
  .p-loop-logo-list li {
    min-width: 88px;
  }
  .p-award-banner {
    padding: 32px 16px 0;
  }
  .p-top-feature-list > div {
    position: relative;
    padding-left: 76px;
    margin-top: 24px;
    text-align: left;
    min-height: 75px;
  }
  .p-top-feature-list > div:first-of-type {
    margin-top: 0;
  }
  .p-top-feature-list .c-icon-image {
    position: absolute;
    top: 32px;
    left: 0;
    display: block;
    width: 68px;
    text-align: center;
    line-height: 1;
  }
  .p-top-feature-list .u-headline3 {
    display: flex;
    align-items: center;
  }
  .p-top-feature-list .u-headline3 span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    width: 68px;
    text-align: center;
  }
}
@media (width >= 768px) {
  .p-support-top-main {
    height: 520px;
  }
  .p-support-top-main > div::after {
    background: url("/wp-content/uploads/llmo/main-ilust.png") no-repeat;
    height: 400px;
    width: 100%;
    top: 16px;
    background-position: 46% center;
    background-size: auto 100%;
  }
  .p-support-top-main .u-display1 {
    font-size: 42px;
    margin-top: 30px;
    text-align: left;
  }
  .p-support-top-main p,
  .p-support-top-main .u-headline3 {
    text-align: left;
    margin-top: 8px;
  }
  .p-suppot-top-main-bcs,
  .p-suppot-top-main-button {
    justify-content: flex-start;
  }
  .p-suppot-top-main-bcs {
    margin-top: 32px;
  }
  .p-loop-logo-list {
    margin-top: 16px;
  }
  .p-loop-logo-list li {
    min-width: 128px;
  }
  .p-award-banner {
    padding-bottom: 0;
  }
  .p-top-trusted-info-block .u-headline1 {
    flex-flow: wrap row;
  }
  .p-top-trusted-info-image img {
    width: 205px;
  }
  .p-top-trusted-info-image {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
  }
  .p-task-list-box {
    justify-content: space-between;
    flex-flow: wrap row;
    align-items: flex-start;
  }
  .p-task-list-box dl {
    width: 33.333%;
    flex-flow: wrap column;
    align-items: center;
  }
  .p-task-list-box dl:nth-of-type(odd) {
    margin-top: 60px;
  }
  .p-task-list-box dl.p-task-scope {
    flex-flow: wrap row;
    justify-content: center;
  }
  .p-task-list-box dl.p-task-scope dd:first-of-type {
    width: 100%;
  }
  .p-task-list-box dt {
    margin-top: 0;
  }
  .p-task-list-box dt span {
    width: auto;
  }
  .p-task-list-box dd {
    text-align: center;
  }
  .p-task-list-box strong {
    line-height: 1.3;
  }
  .p-task-support .p-task-support-graph .u-display2 i {
    display: block;
  }
  .p-top-feature-list {
    margin-top: 40px;
    flex-flow: wrap row;
    justify-content: center;
  }
  .p-top-feature-list > div {
    width: 33.333%;
    padding: 0 16px;
  }
  .p-top-feature-list .c-icon-image {
    margin: 24px 0;
  }
  .p-top-feature-list .c-icon-image i:nth-of-type(2) {
    padding: 4px 8px 0 4px;
    font-size: 40px;
    margin-left: -18px;
  }
  .p-top-feature-list .u-headline3 span {
    font-size: 36px;
    margin-bottom: 8px;
  }
  .u-headline1::after,
  .u-headline1::before {
    font-size: 24px;
    top: calc(50% - 16.8px);
  }
  .u-text-lg {
    font-size: 24px;
  }
  .u-text-md {
    font-size: 20px;
  }
  .u-display3,
  .u-headline1 {
    font-size: 24px;
  }
  .u-display2 {
    font-size: 32px;
  }
  .u-headline2,
  .u-headline3 {
    font-size: 20px;
  }
  .u-text-xlg {
    font-size: 48px;
  }
  .p-contact-block .c-block-inner > div {
    width: 60%;
  }
  .p-contact-block .c-block-inner {
    flex-flow: wrap row;
    justify-content: space-between;
  }
  .p-contact-block .c-block-inner > div:last-of-type {
    width: 40%;
  }
  .l-footer small {
    margin-left: auto;
    display: flex;
  }
  .l-footer a,
  .u-headline1::before {
    margin-right: 16px;
  }
  .l-footer > div {
    display: flex;
  }
  .u-display1 {
    font-size: 48px;
  }
  .l-header > div img {
    height: 48px;
    margin-left: -8px;
  }
  .l-header.c-block {
    padding-top: 40px;
  }
}
@media (width <= 991px) {
  .p-suppot-top-main-bcs img {
    width: 100px;
    height: auto;
  }
}
@media (width >= 992px) {
  .p-support-top-main > div::after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-position: center 0;
    background-size: auto 470px;
  }
  .p-support-top-main .u-headline3 {
    /* text-align: left; */
    margin-top: 16px;
  }
  .p-support-top-main {
    height: 590px;
    align-items: center;
    background: linear-gradient(135deg, #003f7d 0%, #0057b8 43%, #ffb400 100%);
  }
  .p-support-top-main .u-display1 {
    margin-top: 16px;
  }
  .p-suppot-top-main-button {
    display: flex;
    flex-flow: row;
    width: 100%;
    text-align: center;
  }
  /*
     .p-suppot-top-main-button .c-button:first-of-type {
         margin-right: 16px
     }
     */
  .p-top-trusted-info-image img {
    width: 215px;
  }
  .l-header > div {
    text-align: left;
    margin-top: 24px;
  }
  .p-support-top-main .c-block-inner {
    margin-top: 32px;
    width: 100%;
  }
}
