@charset "UTF-8";
html {
  min-height: 100%;
}

body {
  background: #d8e5fa;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
#mainHeader {
  width: 100%;
  height: 3.75rem;
  font-size: 1rem;
  position: absolute;
  padding: 1.25rem 1.5rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #mainHeader {
    font-size: 0.875rem;
    padding: 1rem;
  }
}
#mainHeader p {
  color: #000000;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #mainHeader p {
    font-size: 0.625rem;
  }
}
#mainHeader .logo img {
  width: 13.75rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  #mainHeader .logo img {
    width: 10.625rem;
  }
}

/*/////////////////////////////////////////
//  共通
/////////////////////////////////////////*/
.inner {
  max-width: 72.5rem;
  width: 100%;
  padding: 0 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 1rem;
  }
}

.sec-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.sec-ttl:before {
  content: "";
  display: inline-block;
  width: 30.548125rem;
  height: 23.8025rem;
  position: absolute;
  top: -5.75rem;
  right: 15.625rem;
  transform: rotate(136deg);
  filter: invert(79%) sepia(55%) saturate(268%) hue-rotate(164deg) brightness(98%) contrast(94%);
  z-index: 0;
  background-image: url("../img/obj-triangle.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1180px) {
  .sec-ttl:before {
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl:before {
    background-image: url("../img/obj-triangle_sp.svg");
    width: 6.958125rem;
    height: 5.64125rem;
    top: 0rem;
    right: 6.875rem !important;
    left: initial !important;
  }
}
.sec-ttl:after {
  content: "";
  display: inline-block;
  width: 30.548125rem;
  height: 23.8025rem;
  position: absolute;
  top: -10.125rem;
  left: 15.625rem;
  transform: rotate(-24deg);
  filter: invert(100%) sepia(9%) saturate(2601%) hue-rotate(168deg) brightness(98%) contrast(104%);
  z-index: 0;
  background-image: url("../img/obj-triangle.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-top: 3.125rem;
}
@media (max-width: 1180px) {
  .sec-ttl:after {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl:after {
    background-image: url("../img/obj-triangle_sp.svg");
    width: 6.958125rem;
    height: 5.64125rem;
    top: -0.9375rem;
    left: 6.5625rem !important;
    right: initial !important;
  }
}
.sec-ttl .en {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2fc9d4;
  position: relative;
  line-height: 1.2916666667;
  font-family: "Roboto", sans-serif;
  z-index: 1;
}
.sec-ttl .ja {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2c436f;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-ttl .ja {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.sec-ttl .txt {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  font-weight: 400;
  margin-top: 2.8125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-ttl .txt {
    margin-top: 1rem;
  }
}

/*/////////////////////////////////////////
//  コンテンツ
/////////////////////////////////////////*/
#lp-kv {
  height: 52.1875rem;
  background: #d8e5fa;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #lp-kv {
    height: auto;
    justify-content: flex-start;
    padding-bottom: 0;
    padding-top: 5rem;
  }
}
#lp-kv .inner {
  max-width: calc(67.5rem + 6.25%);
  width: 100%;
  padding: 0 3.125%;
  margin: 0 auto;
  position: relative;
}
#lp-kv .inner:before {
  content: "";
  display: inline-block;
  width: 58.5rem;
  height: 51.1875rem;
  position: absolute;
  bottom: -5.625rem;
  right: -6.25rem;
  z-index: 1;
  background-image: url("../img/img-fv.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1080px) {
  #lp-kv .inner:before {
    right: -15.625rem;
  }
}
@media screen and (max-width: 768px) {
  #lp-kv .inner:before {
    width: 27.3125rem;
    height: 23.5625rem;
    right: -7.8125rem;
    top: 6.25rem;
    bottom: initial;
    background-image: url("../img/img-fv_sp@2x.png");
  }
}
#lp-kv .inner:after {
  content: "";
  display: inline-block;
  width: 52.74125rem;
  height: 44.39875rem;
  position: absolute;
  top: -15.625rem;
  left: -3.125rem;
  z-index: 0;
  transform: rotate(20deg);
  background-image: url("../img/obj-fv.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #lp-kv .inner:after {
    width: 34.178125rem;
    height: 28.771875rem;
    top: -4.375rem;
    left: -4.375rem;
  }
}
#lp-kv .catch {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2c436f;
}
@media screen and (max-width: 768px) {
  #lp-kv .catch {
    font-size: 1rem;
  }
}
#lp-kv .ttl {
  font-size: 3.5rem;
  line-height: 1.1428571429;
  letter-spacing: 0.04em;
  color: #2c436f;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #lp-kv .ttl {
    font-size: 2.625rem;
    margin-top: 0.5rem;
    line-height: 1.3333333333;
  }
}
#lp-kv .txt-kv {
  position: relative;
  z-index: 1;
}
#lp-kv .list {
  margin-top: 0.3125rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  #lp-kv .list {
    margin-top: 0.625rem;
    gap: 0.9375rem;
  }
}
#lp-kv .list li {
  font-weight: 700;
  font-size: 1.75rem;
  color: #fff;
  display: flex;
  align-items: flex-end;
  line-height: 1.5;
  letter-spacing: 0.04em;
  gap: 0.3125rem;
}
@media screen and (max-width: 768px) {
  #lp-kv .list li {
    font-size: 1.25rem;
    letter-spacing: 0;
    gap: 0;
  }
}
#lp-kv .list li:before {
  content: "";
  display: inline-block;
  width: 1.84625rem;
  height: 1.5275rem;
  margin-bottom: 0.5rem;
  background-image: url("../img/icon-check.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #lp-kv .list li:before {
    width: 1.84625rem;
    height: 1.5275rem;
    margin-bottom: 0.3125rem;
  }
}
#lp-kv .list li span {
  font-size: 3rem;
  color: #2c436f;
  font-weight: 900;
  line-height: 1 !important;
  letter-spacing: -0.125rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  #lp-kv .list li span {
    font-size: 2.5rem;
  }
}
#lp-kv .list li em {
  color: #2c436f;
}
#lp-kv .txt {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 768px) {
  #lp-kv .txt {
    font-size: 1rem;
    margin-top: 0.625rem;
    line-height: 1.2;
  }
}
#lp-kv .txt span {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #lp-kv .txt span {
    font-size: 1.5rem;
  }
}
#lp-kv .jsa {
  display: flex;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  align-items: center;
  gap: 0.3125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #lp-kv .jsa {
    margin-top: 10.625rem;
    padding-left: 1rem;
  }
}
#lp-kv .md-cta {
  margin-top: 3.875rem;
}
@media screen and (max-width: 768px) {
  #lp-kv .md-cta {
    margin-top: 1.25rem;
  }
}

.top-cta {
  margin-top: -14.6875rem;
}
@media screen and (max-width: 768px) {
  .top-cta {
    margin-top: 0;
  }
}

.lp-about {
  padding-top: 14.375rem !important;
  background: transparent;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lp-about {
    padding-top: 2.5rem !important;
  }
  .lp-about .about-img {
    min-width: 15rem;
    transform: initial;
  }
  .lp-about .about-img img {
    transform: initial;
    position: relative;
    top: 2rem;
    right: -1rem;
  }
  .lp-about .about-img:after {
    left: -1rem;
  }
}
.lp-about:before {
  content: "";
  display: inline-block;
  width: 56.4375rem;
  height: 48.875rem;
  transform: rotate(-19deg);
  position: absolute;
  left: -50rem;
  top: 0;
  z-index: 0;
  filter: invert(100%) sepia(9%) saturate(2601%) hue-rotate(168deg) brightness(98%) contrast(104%);
  background-image: url("../img/obj-triangle2.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lp-about:before {
    content: none;
  }
}
.lp-about:after {
  content: "";
  display: inline-block;
  width: 56.4375rem;
  height: 48.875rem;
  transform: rotate(-19deg);
  position: absolute;
  right: -43.75rem;
  top: 0;
  z-index: 0;
  filter: invert(100%) sepia(9%) saturate(2601%) hue-rotate(168deg) brightness(98%) contrast(104%);
  background-image: url("../img/obj-triangle2.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lp-about:after {
    content: none;
  }
}
.lp-about .wrap {
  max-width: calc(67.5rem + 3.125% + 3.125%);
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp-about .wrap {
    padding: 0 2.0625rem;
  }
  .lp-about .wrap .ttl-jp {
    text-align: center;
  }
  .lp-about .wrap .ttl-en {
    text-align: center;
  }
  .lp-about .wrap .ttl-en:before {
    left: 5.625rem;
  }
}
.lp-about .wrap .about-txt {
  max-width: 40rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lp-about .wrap .about-txt {
    margin-top: 5rem;
    padding-left: 0;
  }
}

.lp-problem {
  padding-bottom: 0 !important;
  position: relative;
  z-index: 1;
}
.lp-problem .catch {
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #2c436f;
}
@media screen and (max-width: 768px) {
  .lp-problem .catch {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}
.lp-problem .prob-ttl {
  font-size: 1.75em;
  font-weight: 700;
  color: #fff;
  background: #395384;
  line-height: 1.5;
  max-width: 54.4375rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.26em 3em 0.65em;
  text-align: center;
  position: relative;
  border-radius: 2em;
  margin: 1rem auto 0.3em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lp-problem .prob-ttl {
    border-radius: 1.25rem;
    font-size: 1.75rem;
    padding: 0.9375rem 0;
    width: 100%;
  }
}
.lp-problem .prob-ttl:after {
  position: absolute;
  content: "";
  width: 0.97em;
  height: 1.25em;
  left: 12.5rem;
  bottom: -0.9em;
  background: url(../img/deco_tail.svg) no-repeat center top/contain;
}
@media screen and (max-width: 768px) {
  .lp-problem .prob-ttl:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.lp-problem .prob-ttl span {
  display: inline-block;
  padding: 0 0.25em;
  color: #ffe970;
}
@media screen and (max-width: 768px) {
  .lp-problem .prob-ttl span {
    margin-top: -0.625rem;
    font-size: 2rem;
  }
}
.lp-problem .prob-ttl span:before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 1.6em;
  background: url(../img/deco_01_y.svg) no-repeat left top/contain;
}
.lp-problem .prob-ttl span:after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 1.6em;
  background: url(../img/deco_02_y.svg) no-repeat right top/contain;
}
.lp-problem .list-problem {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  position: relative;
  z-index: 0;
  margin-top: -2.8125rem;
}
@media (max-width: 980px) {
  .lp-problem .list-problem {
    margin-top: -1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-problem .list-problem {
    margin-top: 2.5rem;
  }
}
.lp-problem .list-problem > div {
  border-radius: 1rem;
  background: #fff;
}
.lp-problem .list-problem > div.col3 {
  width: calc((100% - 1rem) / 3);
}
@media (max-width: 980px) {
  .lp-problem .list-problem > div.col3 dt {
    height: 5rem;
  }
  .lp-problem .list-problem > div.col3 dt:after {
    height: 2.5rem;
    bottom: -2.46875rem;
  }
}
@media screen and (max-width: 768px) {
  .lp-problem .list-problem > div.col3 {
    width: 100%;
  }
}
.lp-problem .list-problem > div.col2 {
  width: calc((100% - 1.5rem) / 4);
}
.lp-problem .list-problem > div.col2 dt {
  height: 5rem;
}
.lp-problem .list-problem > div.col2 dt:after {
  height: 2.5rem;
  bottom: -2.46875rem;
}
@media (max-width: 980px) {
  .lp-problem .list-problem > div.col2 {
    width: calc((100% - 0.5rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .lp-problem .list-problem > div.col2 {
    width: 100%;
  }
}
.lp-problem .list-problem > div.col2 dd {
  padding-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .lp-problem .list-problem > div.col2 dd {
    padding-top: 3.75rem;
  }
}
.lp-problem .list-problem > div dt {
  background: #2fc9d4;
  border-radius: 1rem 1rem 0 0;
  height: 6.125rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0.625rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-problem .list-problem > div dt {
    height: 5rem;
  }
}
.lp-problem .list-problem > div dt:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4.375rem;
  background: #2fc9d4;
  position: absolute;
  bottom: -4.34375rem;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 768px) {
  .lp-problem .list-problem > div dt:after {
    height: 2.5rem;
    bottom: -2.5rem;
  }
}
.lp-problem .list-problem > div dd {
  height: 10.625rem;
  padding-top: 5rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #395384;
}
@media screen and (max-width: 768px) {
  .lp-problem .list-problem > div dd {
    height: 9.375rem;
    padding-top: 3.75rem;
  }
}
.lp-problem .wrap {
  max-width: calc(1080px + 6.25%);
}
@media screen and (max-width: 768px) {
  .lp-problem {
    padding-bottom: 9.375rem;
  }
}

.lp-case {
  position: relative;
  z-index: 0;
  margin-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .lp-case {
    margin-top: 3.75rem;
    padding-bottom: 5.625rem;
  }
}
.lp-case .list-case {
  display: flex;
  margin-top: 3.125rem;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp-case .list-case {
    flex-direction: column;
    gap: 2.8125rem;
  }
}
.lp-case .list-case div {
  width: calc((100% - 1rem) / 2);
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .lp-case .list-case div {
    width: 100%;
  }
}
.lp-case .list-case div dt {
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  padding: 0 1.875rem;
  background: #395384;
  border-radius: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin: -1.25rem auto 0;
}
.lp-case .list-case div dd {
  padding: 2.5rem 1.25rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .lp-case .list-case div dd {
    padding: 1.5rem 0 2rem;
  }
}
.lp-case .list-case div dd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.875rem 0;
}
@media (max-width: 1148px) {
  .lp-case .list-case div dd ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
.lp-case .list-case div dd ul li {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.lp-case .list-case div dd ul li:nth-child(1) {
  width: 100%;
}
.lp-case .list-case div dd ul li p {
  font-size: 1.125rem;
  color: #2c436f;
  font-weight: 700;
  line-height: 1.1111111111;
}
.lp-case .list-case div dd ul li span {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.lp-advantage {
  position: relative;
  z-index: 0;
  margin-top: 0;
  overflow-x: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .lp-advantage {
    padding-top: 4.375rem;
  }
}
.lp-advantage:after {
  content: "";
  display: inline-block;
  width: 56.4375rem;
  height: 48.875rem;
  transform: rotate(2deg);
  position: absolute;
  right: -46.875rem;
  top: -13.75rem;
  filter: invert(100%) sepia(9%) saturate(2601%) hue-rotate(168deg) brightness(98%) contrast(104%);
  background-image: url("../img/obj-triangle2.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lp-advantage:after {
    content: none;
  }
}
.lp-advantage .sec-ttl:before {
  right: 6.25rem;
  transform: rotate(-6deg);
  top: -18.25rem;
}
@media screen and (max-width: 768px) {
  .lp-advantage .sec-ttl:before {
    transform: rotate(136deg);
    width: 6.958125rem;
    height: 5.64125rem;
    top: 0rem;
    right: 7.875rem;
  }
}
.lp-advantage .sec-ttl:after {
  top: -15.125rem;
  left: 10.625rem;
  transform: rotate(-24deg);
}
@media screen and (max-width: 768px) {
  .lp-advantage .sec-ttl:after {
    width: 6.958125rem;
    height: 5.64125rem;
    top: -0.9375rem;
    left: 7.5625rem;
    transform: rotate(-24deg);
  }
}
.lp-advantage .inner {
  padding: 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .lp-advantage .inner {
    padding: 0;
  }
}
.lp-advantage .list-advantage {
  position: relative;
  z-index: 1;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .lp-advantage .list-advantage {
    gap: 1.5rem;
  }
}
.lp-advantage .list-advantage .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .lp-advantage .list-advantage .items {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.lp-advantage .list-advantage .items img {
  width: 100%;
  height: 22.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-advantage .list-advantage .items .txt-area {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .lp-advantage .list-advantage .items .txt-area {
    width: 100%;
    padding: 0 2rem;
  }
}
.lp-advantage .list-advantage .items .txt-area h3 {
  font-size: 1.75rem;
  line-height: 1.5;
  color: #2c436f;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lp-advantage .list-advantage .items .txt-area h3 {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}
.lp-advantage .list-advantage .items .txt-area h3 span {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #2fc9d4;
  line-height: 1;
  display: block;
}
.lp-advantage .list-advantage .items .txt-area p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 1.75rem;
}
@media screen and (max-width: 768px) {
  .lp-advantage .list-advantage .items .txt-area p {
    margin-top: 1rem;
  }
}
.lp-advantage .list-advantage .items:nth-child(odd) .img-area {
  flex: 1;
  margin-left: calc(50% - 50vw);
  border-radius: 0 1rem 1rem 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lp-advantage .list-advantage .items:nth-child(odd) .img-area {
    width: calc(100% - 1rem);
    margin-left: 0;
    margin-right: auto;
  }
}
.lp-advantage .list-advantage .items:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .lp-advantage .list-advantage .items:nth-child(even) {
    flex-direction: column;
  }
}
.lp-advantage .list-advantage .items:nth-child(even) .img-area {
  flex: 1;
  margin-right: calc(50% - 50vw);
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lp-advantage .list-advantage .items:nth-child(even) .img-area {
    width: calc(100% - 1rem);
    margin-right: 0;
    margin-left: auto;
  }
}

.lp-plan {
  background: #f9fdff;
  padding-bottom: 7.5rem;
  position: relative;
  z-index: 1;
  padding-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .lp-plan {
    padding-bottom: 4rem;
    padding-top: 3.125rem;
  }
}
.lp-plan .sec-ttl:before {
  right: 17.5rem;
  transform: rotate(189deg);
  top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .lp-plan .sec-ttl:before {
    transform: rotate(136deg);
    width: 6.958125rem;
    height: 5.64125rem;
    top: 0rem;
    right: 6.875rem;
  }
}
.lp-plan .sec-ttl:after {
  top: 1.25rem;
  left: 18.75rem;
  transform: rotate(167deg);
}
@media screen and (max-width: 768px) {
  .lp-plan .sec-ttl:after {
    width: 6.958125rem;
    height: 5.64125rem;
    top: -0.9375rem;
    left: 6.5625rem;
    transform: rotate(-24deg);
  }
}
.lp-plan .sec-ttl .ja span {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .lp-plan .sec-ttl .ja span {
    display: block;
  }
}
.lp-plan .price-wrap {
  position: relative;
  z-index: 1;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .lp-plan .price-wrap {
    margin-top: 1.5rem;
  }
}
.lp-plan .price-wrap .price-table {
  width: 100%;
}
@media (max-width: 1160px) {
  .lp-plan .price-wrap .price-table {
    overflow: auto;
  }
}
.lp-plan .price-wrap .price-table .table-wrap {
  background: #fff;
  border-radius: 1rem;
  padding: 0 1.875rem;
}
.lp-plan .price-wrap .price-table table {
  width: 63.75rem;
}
.lp-plan .price-wrap .price-table table th,
.lp-plan .price-wrap .price-table table td {
  text-align: center;
  line-height: 1.5;
}
.lp-plan .price-wrap .price-table table th {
  font-size: 1rem;
  font-weight: 700;
  color: #395384;
  padding: 0.9375rem 0;
}
.lp-plan .price-wrap .price-table table td {
  font-size: 1rem;
  font-weight: 400;
  color: #395384;
  padding: 0.625rem 0;
}
.lp-plan .price-wrap .price-table table thead {
  border-bottom: 0.25rem solid #395384;
}
.lp-plan .price-wrap .price-table table thead th:nth-child(even) {
  background: #eef6fd;
}
.lp-plan .price-wrap .price-table table tbody tr:not(:last-child) {
  border-bottom: 0.0625rem dashed #707070;
}
.lp-plan .price-wrap .price-table table tbody tr:nth-last-child(1) td {
  padding-bottom: 1.875rem;
}
.lp-plan .price-wrap .price-table table tbody td:nth-child(even) {
  background: #eef6fd;
}
.lp-plan .sup {
  text-align: center;
  font-size: 0.75rem;
  color: #2c436f;
  font-weight: 400;
  margin-top: 1rem;
  line-height: 1.2;
}

.rl {
  position: relative;
  overflow: hidden;
}
.rl:before {
  content: "";
  display: inline-block;
  width: 56.4375rem;
  height: 48.875rem;
  transform: rotate(2deg);
  position: absolute;
  left: -50rem;
  top: 8.125rem;
  filter: invert(100%) sepia(9%) saturate(2601%) hue-rotate(168deg) brightness(98%) contrast(104%);
  background-image: url("../img/obj-triangle2.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .rl:before {
    content: none;
  }
}
.rl:after {
  content: "";
  display: inline-block;
  width: 56.4375rem;
  height: 48.875rem;
  transform: rotate(-52deg);
  position: absolute;
  right: -43.75rem;
  top: 48.125rem;
  z-index: 0;
  filter: invert(100%) sepia(9%) saturate(2601%) hue-rotate(168deg) brightness(98%) contrast(104%);
  background-image: url("../img/obj-triangle2.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .rl:after {
    content: none;
  }
}

.lp-results {
  position: relative;
  z-index: 0;
  margin-top: 0;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .lp-results {
    padding-top: 4.375rem;
  }
}
.lp-results .sec-ttl:before {
  right: 12.5rem;
  transform: rotate(114deg);
  top: -10rem;
}
@media screen and (max-width: 768px) {
  .lp-results .sec-ttl:before {
    transform: rotate(136deg);
    width: 6.958125rem;
    height: 5.64125rem;
    top: 0rem;
    right: 6.875rem;
  }
}
.lp-results .sec-ttl:after {
  top: -1.875rem;
  left: 21.875rem;
  transform: rotate(96deg);
}
@media screen and (max-width: 768px) {
  .lp-results .sec-ttl:after {
    width: 6.958125rem;
    height: 5.64125rem;
    top: -0.9375rem;
    left: 6.5625rem;
    transform: rotate(-24deg);
  }
}
.lp-results .sec-ttl .ja span {
  display: block;
  font-size: 1.25rem;
}
.lp-results .list-results {
  margin-top: 2.8125rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp-results .list-results {
    margin-top: 1.5rem;
  }
}
.lp-results .list-results .items {
  width: calc((100% - 1.5rem) / 2);
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  height: 20rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .lp-results .list-results .items {
    width: 100%;
  }
}
.lp-results .list-results .items:nth-child(1) {
  background-image: url("../img/img-works1@2x.png");
}
@media screen and (max-width: 768px) {
  .lp-results .list-results .items:nth-child(1) {
    background-image: url("../img/img-works1_sp@2x.png");
  }
}
.lp-results .list-results .items:nth-child(2) {
  background-image: url("../img/img-works2@2x.png");
}
@media screen and (max-width: 768px) {
  .lp-results .list-results .items:nth-child(2) {
    background-image: url("../img/img-works2_sp@2x.png");
  }
}
.lp-results .list-results .items:nth-child(3) {
  background-image: url("../img/img-works3@2x.png");
}
@media screen and (max-width: 768px) {
  .lp-results .list-results .items:nth-child(3) {
    background-image: url("../img/img-works3_sp@2x.png");
  }
}
.lp-results .list-results .items:nth-child(4) {
  background-image: url("../img/img-works4@2x.png");
}
@media screen and (max-width: 768px) {
  .lp-results .list-results .items:nth-child(4) {
    background-image: url("../img/img-works4_sp@2x.png");
  }
}
.lp-results .list-results .items .txt-area {
  position: absolute;
  width: 100%;
  height: 10.3125rem;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(10deg, #fff 0%, #fff 60%, transparent 60%, transparent 100%);
}
@media screen and (max-width: 768px) {
  .lp-results .list-results .items .txt-area {
    background: linear-gradient(15deg, #fff 0%, #fff 60%, transparent 60%, transparent 100%);
  }
}
.lp-results .list-results .items .txt-area h3 {
  padding-left: 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2c436f;
  margin-top: -0.625rem;
}
@media screen and (max-width: 768px) {
  .lp-results .list-results .items .txt-area h3 {
    font-size: 1rem;
    margin-top: 1.25rem;
    padding-left: 1rem;
  }
}
.lp-results .list-results .items .txt-area h3 span {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #2fc9d4;
  display: block;
}

.lp-lang {
  margin-top: 5rem;
  padding-bottom: 5rem;
}
.lp-lang .lang-ttl {
  font-size: 1.75em;
  font-weight: 700;
  color: #fff;
  background: #395384;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.26em 2.1875rem 0.65em;
  text-align: center;
  position: relative;
  border-radius: 2em;
  margin: 1rem auto 0.3em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lp-lang .lang-ttl {
    border-radius: 1.25rem;
    font-size: 1.25rem;
    padding: 2.5rem 0;
    width: 100%;
  }
}
.lp-lang .lang-ttl:after {
  position: absolute;
  content: "";
  width: 0.97em;
  height: 1.25em;
  left: 12.5rem;
  bottom: -0.9em;
  background: url(../img/deco_tail.svg) no-repeat center top/contain;
}
@media screen and (max-width: 768px) {
  .lp-lang .lang-ttl:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.lp-lang .lang-ttl span {
  display: inline-block;
  padding: 0 0.25em;
  color: #ffe970;
}
@media screen and (max-width: 768px) {
  .lp-lang .lang-ttl span {
    margin-top: -0.625rem;
    font-size: 1.5rem;
  }
}
.lp-lang .lang-ttl span:before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 1.6em;
  background: url(../img/deco_01_y.svg) no-repeat left top/contain;
}
.lp-lang .lang-ttl span:after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 1.6em;
  background: url(../img/deco_02_y.svg) no-repeat right top/contain;
}
.lp-lang .lang-contents {
  background: #fff;
  border-radius: 1rem;
  padding: 4.375rem 6.75rem 3rem;
  margin-top: -2.8125rem;
}
@media screen and (max-width: 768px) {
  .lp-lang .lang-contents {
    margin-top: -5rem;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 6.875rem 1.875rem 4rem;
  }
}
.lp-lang .lang-contents h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4583333333;
  color: #2c436f;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-lang .lang-contents h3 {
    font-size: 1.25rem;
  }
}
.lp-lang .lang-contents .contents {
  margin-top: 1.5rem;
}
.lp-lang .lang-contents .contents div:not(:first-child) {
  margin-top: 1.5rem;
}
.lp-lang .lang-contents .contents dt {
  font-size: 1.25rem;
  color: #2c436f;
  font-weight: 700;
  border-bottom: 0.25rem solid #395384;
  padding-bottom: 1rem;
  line-height: 1;
}
.lp-lang .lang-contents .contents dd {
  margin-top: 1rem;
}
.lp-lang .lang-contents .contents dd ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.lp-lang .lang-contents .contents dd ul li {
  font-size: 1rem;
  font-weight: 400;
  color: #2c436f;
  line-height: 1;
}
.lp-lang .lang-contents .contents dd .other-lang {
  font-weight: 700;
  font-size: 1.25rem;
  color: #2fc9d4;
  text-align: right;
}
.lp-lang .lang-contents .contents dd .other-lang span {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
}

.lp-credibility {
  padding-top: 5rem;
  position: relative;
}
.lp-credibility:before {
  content: "";
  display: inline-block;
  width: 56.4375rem;
  height: 48.875rem;
  transform: rotate(-78deg);
  position: absolute;
  left: -50rem;
  top: 6.25rem;
  filter: invert(100%) sepia(9%) saturate(2601%) hue-rotate(168deg) brightness(98%) contrast(104%);
  background-image: url("../img/obj-triangle2.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lp-credibility:before {
    content: none;
  }
}
.lp-credibility .sec-ttl .ja span {
  font-size: 2.5rem;
}
.lp-credibility .list-cb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.125rem;
  gap: 3.75rem 1rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp-credibility .list-cb {
    flex-direction: column;
    gap: 2.8125rem;
  }
}
.lp-credibility .list-cb div {
  width: calc((100% - 1rem) / 2);
  background: #fff;
  border-radius: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-credibility .list-cb div {
    width: 100%;
  }
}
.lp-credibility .list-cb div dt {
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  padding: 0 1.875rem;
  background: #395384;
  border-radius: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin: -1.25rem auto 0;
}
.lp-credibility .list-cb div dd {
  height: 9.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .lp-credibility .list-cb div dd {
    padding: 1.25rem 0rem 2rem;
    height: initial;
  }
  .lp-credibility .list-cb div dd.ab {
    padding-bottom: 5rem;
  }
}
.lp-credibility .list-cb div dd .type-txt {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lp-credibility .list-cb div dd .type-txt {
    flex-direction: column;
    gap: 1rem;
  }
}
.lp-credibility .list-cb div dd .type-txt li {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-weight: 700;
  color: #2c436f;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lp-credibility .list-cb div dd .type-txt li {
    width: 100%;
    text-align: center;
  }
}
.lp-credibility .list-cb div dd .type-txt li span {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.lp-credibility .list-cb div dd.type-contents {
  flex-direction: column;
  gap: 0;
}
.lp-credibility .list-cb div dd.type-contents strong {
  font-size: 1rem;
  color: #2fc9d4;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lp-credibility .list-cb div dd.type-contents img {
    width: 17.625rem;
  }
}
.lp-credibility .list-cb div dd.type-contents p {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #395384;
  margin-top: 0.5rem;
}
.lp-credibility .list-cb div .caution {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -1.5625rem;
  font-size: 0.625rem;
}
@media screen and (max-width: 768px) {
  .lp-credibility .list-cb div .caution {
    bottom: 1.5625rem;
  }
}

.lp-flow {
  overflow-x: hidden;
  background: #d8e5fa;
  padding-bottom: 5rem;
  padding-top: 9.375rem;
  margin-top: -3.125rem;
}
@media screen and (max-width: 768px) {
  .lp-flow {
    padding-bottom: 6rem;
    padding-top: 1.5625rem;
    margin-top: 3.125rem;
  }
}
.lp-flow .sec-ttl:before {
  transform: rotate(-44deg);
  right: 25rem;
  top: -12.5rem;
}
@media screen and (max-width: 768px) {
  .lp-flow .sec-ttl:before {
    top: 0rem;
    right: 6.875rem !important;
    left: initial !important;
    transform: rotate(136deg);
  }
}
.lp-flow .sec-ttl:after {
  top: -13.125rem;
}
@media screen and (max-width: 768px) {
  .lp-flow .sec-ttl:after {
    top: -0.9375rem;
    top: -0.9375rem;
    left: 6.5625rem !important;
    right: initial !important;
    transform: rotate(-24deg);
  }
}
.lp-flow .flow-wrapper {
  margin-top: 2rem;
  position: relative;
  z-index: 1;
  overflow: auto;
  margin-right: calc(50% - 50vw);
  padding-bottom: 2rem;
  padding-right: 1rem;
  cursor: grab;
}
.lp-flow .flow-wrapper:active {
  cursor: grabbing;
}
.lp-flow .flow-wrapper::-webkit-scrollbar {
  height: 4px;
  background-color: #fff;
}
.lp-flow .flow-wrapper::-webkit-scrollbar-thumb {
  background: #2fc9d4;
  height: 4px;
  border-radius: 3.125rem;
}
.lp-flow .flow-wrapper .list-flow {
  display: flex;
  gap: 1rem;
  width: calc(23rem * 4 + 1rem * 3);
}
@media screen and (max-width: 768px) {
  .lp-flow .flow-wrapper .list-flow {
    width: calc((100vw - 2rem) * 4 + 1rem * 3);
  }
}
.lp-flow .flow-wrapper .list-flow .items {
  width: 23rem;
  height: 16.75rem;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.6875rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lp-flow .flow-wrapper .list-flow .items {
    width: calc(100vw - 2rem);
  }
}
.lp-flow .flow-wrapper .list-flow .items h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2c436f;
  text-align: center;
  padding-bottom: 0.5rem;
  text-align: left;
  width: 100%;
  margin-top: -2.5rem;
  border-bottom: 0.09375rem dashed #395384;
}
.lp-flow .flow-wrapper .list-flow .items h3 span {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #2fc9d4;
  display: block;
  line-height: 1;
}
.lp-flow .flow-wrapper .list-flow .items p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 0.5rem;
  color: #395384;
}

.lp-contact .contact-ttl:after {
  content: none;
}
@media screen and (max-width: 768px) {
  .lp-contact .contact-ttl span {
    position: relative;
  }
  .lp-contact .contact-ttl span em {
    display: none;
  }
}
.lp-contact .contact-ttl span:before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 1.6em;
  background: url(../img/deco_01_y.svg) no-repeat left top/contain;
}
@media screen and (max-width: 768px) {
  .lp-contact .contact-ttl span:before {
    position: absolute;
    left: -1.5625rem;
    top: -0.625rem;
  }
}
.lp-contact .contact-ttl span:after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 1.6em;
  background: url(../img/deco_02_y.svg) no-repeat right top/contain;
}
@media screen and (max-width: 768px) {
  .lp-contact .contact-ttl span:after {
    position: absolute;
    right: -3.125rem;
    top: -0.625rem;
  }
}
.lp-contact .txt-sub {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.lp-contact .contact-intro {
  margin-top: 2rem;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  padding: 1.5rem 0;
}

.md-ttl {
  position: relative;
  z-index: 1;
}
.md-ttl:before {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -0.5rem;
  content: "";
  width: 1.5rem;
  height: 9rem;
  background: #f3fbfe;
  z-index: 0;
  border-radius: 3.125rem;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .md-ttl:before {
    content: none;
  }
}
.md-ttl .ttl-jp {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .md-ttl .ttl-jp {
    font-size: 1.5rem;
    text-align: left;
    padding: 0 2rem 0;
    display: block;
  }
}
.md-ttl .ttl-en {
  margin-bottom: 0;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .md-ttl .ttl-en {
    font-size: 1.5rem;
    text-align: left;
    display: block;
    padding: 0 2rem 0;
  }
}
.md-ttl .ttl-en:before {
  content: none;
}

.lp-company table tr:nth-child(odd) {
  background: #f9fdff;
}

.lp-answer .answer-ttl {
  font-size: 1.75em;
  font-weight: 700;
  color: #fff;
  background: #395384;
  line-height: 1.5;
  max-width: 54.4375rem;
  padding: 0.26em 1em 0.65em;
  text-align: center;
  position: relative;
  top: -1.4em;
}
@media screen and (max-width: 768px) {
  .lp-answer .answer-ttl {
    padding: 1.5625rem;
    top: -3.2em;
  }
}
.lp-answer .answer-ttl:after {
  position: absolute;
  content: "";
  width: 0.97em;
  height: 1.25em;
  left: 20.625rem;
  background: url(../img/deco_tail.svg) no-repeat center top/contain;
}
@media screen and (max-width: 768px) {
  .lp-answer .answer-ttl:after {
    left: 6.25rem;
  }
}
.lp-answer .answer-ttl span {
  display: inline-block;
  padding: 0 0.25em;
  color: #ffe970;
}
.lp-answer .answer-ttl span:before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 1.6em;
  background: url(../img/deco_01_y.svg) no-repeat left top/contain;
}
@media screen and (max-width: 768px) {
  .lp-answer .answer-ttl span:before {
    margin-bottom: -0.625rem;
  }
}
.lp-answer .answer-ttl span:after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 1.6em;
  background: url(../img/deco_02_y.svg) no-repeat right top/contain;
}
@media screen and (max-width: 768px) {
  .lp-answer .answer-ttl span:after {
    margin-bottom: -0.625rem;
  }
}
.lp-answer .about {
  position: relative;
  z-index: 0;
  height: 33.375rem;
  padding-top: 1.25rem;
  margin-top: -0.9375rem;
  background-image: url("../img/img-solution.jpg");
  background-size: 48.75rem 33.375rem;
  background-position: 100% bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lp-answer .about {
    padding-bottom: 25.625rem;
    width: 100%;
    height: initial;
    background-image: url("../img/img-solution_sp@2x.jpg");
    background-size: 100%;
    background-position: center bottom;
    padding-top: 0;
    margin-top: -1.875rem;
  }
}
.lp-answer .about .md-ttl {
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .lp-answer .about .md-ttl .ttl-jp {
    font-size: 2rem;
  }
}
.lp-answer .about h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2fc9d4;
  line-height: 1.5;
}
.lp-answer .about h4 span {
  color: #395384;
}
.lp-answer .about .check-list {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
  margin-top: 0.9375rem;
}
.lp-answer .about .check-list li {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .lp-answer .about .check-list li {
    align-items: flex-start;
  }
}
.lp-answer .about .check-list li:before {
  content: "";
  display: inline-block;
  width: 1.358125rem;
  height: 1.316875rem;
  background-image: url("../img/icon_check.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lp-answer .about .check-list li:before {
    margin-top: 0.3125rem;
  }
}
.lp-answer .plan {
  position: relative;
  z-index: 1;
  margin-top: -11.875rem;
  padding-top: 12.5rem;
  padding-bottom: 2.5rem;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .lp-answer .plan {
    margin-top: -5.625rem;
    padding-top: 5rem;
    padding-bottom: 4.6875rem;
    background-image: url("../img/back-plan_sp.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .lp-answer .plan .md-ttl .ttl-jp {
    font-size: 2rem;
  }
}
.lp-answer .plan .back-plan {
  display: block;
  margin-top: -12.5rem;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.lp-answer .plan .back-plan img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lp-answer .plan .back-plan {
    display: none;
  }
}
.lp-answer .plan .plan-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .lp-answer .plan .plan-list {
    gap: 4.0625rem;
  }
}
.lp-answer .plan .plan-list li {
  width: calc((100% - 1.5rem) / 2);
  background: #fff;
  padding: 5rem 2.125rem 3rem;
}
@media screen and (max-width: 768px) {
  .lp-answer .plan .plan-list li {
    width: 100%;
    padding: 5rem 1rem 2.1875rem;
  }
}
.lp-answer .plan .plan-list li .ttl-fukidashi-gd {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding-top: 1.25rem;
  height: 6.5rem;
  margin: -7.5rem auto 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.lp-answer .plan .plan-list li:nth-child(1) .ttl-fukidashi-gd {
  width: 18.25rem;
  background-image: url("../img/fukidashi01.svg");
}
.lp-answer .plan .plan-list li:nth-child(2) .ttl-fukidashi-gd {
  font-size: 1.25rem;
  width: 20.4375rem;
  background-image: url("../img/fukidashi02.svg");
}
.lp-answer .plan .plan-list li strong {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #395384;
  display: block;
  margin-top: 0.9375rem;
}
.lp-answer .plan .plan-list li p {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .lp-answer .plan .plan-list li p {
    margin-top: 0.75rem;
  }
}
.lp-answer .plan .plan-list li p:nth-of-type(1) {
  font-size: 1rem;
  line-height: 2;
  color: #395384;
}
.lp-answer .plan .plan-list li p:nth-of-type(2) {
  font-size: 0.75rem;
  color: #737373;
  display: flex;
}
.lp-answer .plan .plan-list li p:nth-of-type(2):before {
  content: "※";
}
.lp-answer .plan .txt-bottom {
  text-align: center;
  color: #de4060;
  font-size: 1.5rem;
  margin-left: -3.125rem;
  margin-right: -3.125rem;
  font-weight: 700;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .lp-answer .plan .txt-bottom {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    font-size: 1.25rem;
    margin-top: 2.5rem;
  }
}
.lp-answer .plan .txt-bottom:before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 1.6em;
  margin-right: -0.3125rem;
  background: url(../img/deco_01_r.svg) no-repeat left top/contain;
}
@media screen and (max-width: 768px) {
  .lp-answer .plan .txt-bottom:before {
    content: none;
  }
}
.lp-answer .plan .txt-bottom:after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 1.6em;
  margin-left: -1.25rem;
  background: url(../img/deco_02_r.svg) no-repeat right top/contain;
}
@media screen and (max-width: 768px) {
  .lp-answer .plan .txt-bottom:after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .lp-answer .plan .txt-bottom em:before {
    display: inline-block;
    content: "";
    width: 0.8em;
    height: 1.6em;
    background: url(../img/deco_01_r.svg) no-repeat left top/contain;
  }
  .lp-answer .plan .txt-bottom em:after {
    display: inline-block;
    content: "";
    width: 0.8em;
    height: 1.6em;
    margin-left: 0.1875rem;
    background: url(../img/deco_02_r.svg) no-repeat right top/contain;
  }
}
.lp-answer .plan .txt-bottom span {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .lp-answer .plan .txt-bottom span {
    font-size: 1rem;
  }
}

.md-cta {
  position: relative;
  z-index: 2;
}

.lp-support {
  padding-top: 5.625rem;
  padding-bottom: 9.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-support {
    padding-bottom: 0;
  }
}
.lp-support .support-list {
  background: #fff;
}
.lp-support .support-list > li + li {
  border: none !important;
}
.lp-support .back-support {
  display: block;
  width: 100%;
  height: initial;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .lp-support .back-support {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.lp-support .back-support img {
  width: 100%;
  height: auto;
}

#lp-price {
  padding-top: 0;
  margin-top: -6.25rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #lp-price {
    margin-top: 0;
  }
  #lp-price .icon-scroll {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 16.875rem;
  }
}
#lp-price .wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp-price .wrap {
    padding: 0;
  }
}
#lp-price h2 {
  position: relative;
  bottom: -6.25rem;
}
#lp-price .price-wrap {
  background: #fff;
  padding-top: 7.1875rem;
  padding-bottom: 2.5rem;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lp-price .price-wrap {
    padding-top: 11.25rem;
  }
}
@media screen and (max-width: 768px) {
  #lp-price .price-wrap .price-box {
    overflow: scroll;
  }
}
#lp-price .price-wrap .price-box table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #lp-price .price-wrap .price-box table {
    width: 60rem;
  }
}
#lp-price .price-wrap .price-box table thead th {
  font-size: 1rem;
  font-weight: 700;
  color: #395384;
  padding-bottom: 1.25rem;
  padding-left: 0.625rem;
}
#lp-price .price-wrap .price-box table tbody tr:nth-child(odd) th,
#lp-price .price-wrap .price-box table tbody tr:nth-child(odd) td {
  background: #f7f7f7;
}
#lp-price .price-wrap .price-box table tbody tr .ttl {
  font-size: 1rem;
  font-weight: 700;
  padding: 1.25rem 0.625rem 1.25rem 1.25rem;
  color: #395384;
  width: 14.8125rem;
}
#lp-price .price-wrap .price-box table tbody tr .ttl div {
  display: flex;
  justify-content: space-between;
}
#lp-price .price-wrap .price-box table tbody tr .ttl .ja {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 7.6875rem;
}
#lp-price .price-wrap .price-box table tbody tr .ttl .ja:after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid #395384;
  border-right: 2px solid #395384;
  transform: rotate(45deg);
  position: relative;
  margin-right: 0.625rem;
}
#lp-price .price-wrap .price-box table tbody tr .ttl .en {
  width: 6rem;
}
#lp-price .price-wrap .price-box table tbody tr .price {
  padding-left: 0.625rem;
}
#lp-price .price-wrap .price-box table tbody tr .price .txt-price {
  font-size: 1rem;
  color: #de4060;
  font-weight: 700;
}
#lp-price .price-wrap .price-box table tbody tr .price .txt-sup {
  font-size: 0.625rem;
  margin-left: 0.3125rem;
}
#lp-price .price-wrap .price-sup {
  padding-left: 3.5rem;
  margin-top: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #lp-price .price-wrap .price-sup {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
#lp-price .price-wrap .price-sup li {
  font-size: 0.625rem;
  display: flex;
}
#lp-price .price-wrap .price-sup li:before {
  content: "※";
}
#lp-price .price-wrap h3 {
  margin-top: 3.4375rem;
  text-align: center;
  color: #395384;
  font-size: 2rem;
  font-weight: 700;
}
#lp-price .back-price {
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #lp-price .back-price {
    bottom: -5.625rem;
  }
}
#lp-price .icon-scroll2 {
  margin: 1.25rem auto;
}
@media screen and (max-width: 768px) {
  #lp-price .layout-wrap {
    overflow-x: scroll;
  }
}
#lp-price .layout-wrap .price-layout {
  padding: 0 3.5rem;
}
@media screen and (max-width: 768px) {
  #lp-price .layout-wrap .price-layout {
    width: 53rem;
    padding: 0;
  }
}
#lp-price .layout-wrap .price-layout div {
  display: flex;
  align-items: center;
  padding: 0.625rem 1.25rem;
}
#lp-price .layout-wrap .price-layout div:nth-child(odd) {
  background: #f7f7f7;
}
#lp-price .layout-wrap .price-layout div dt {
  width: 14.0625rem;
}
#lp-price .layout-wrap .price-layout div dt img {
  width: 2.6875rem;
}
#lp-price .layout-wrap .price-layout div dt span {
  font-size: 1rem;
  color: #395384;
  padding-left: 1.25rem;
}
#lp-price .layout-wrap .price-layout div dd {
  width: 12.5rem;
  color: #de4060;
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
}
#lp-price .layout-wrap .price-layout div dd:nth-of-type(2) {
  width: calc(100% - 26.5625rem);
  font-size: 0.75rem;
  color: #395384;
  font-weight: 500;
  text-align: left;
  padding-left: 1.5625rem;
}
#lp-price .ex-sup2 {
  margin-top: 0.625rem;
  font-size: 0.625rem;
  color: #7c7c7c;
  padding-left: 3.5rem;
}
@media screen and (max-width: 768px) {
  #lp-price .ex-sup2 {
    padding-left: 1.25rem;
  }
}
#lp-price .ex-sup2 li {
  display: flex;
}
#lp-price .ex-sup2 li:before {
  content: "※";
}

#lp-deadline {
  margin-top: -8.125rem;
  padding-bottom: 4.5rem;
}
#lp-deadline h2 {
  position: relative;
  bottom: -6.25rem;
}
#lp-deadline .deadline-wrap {
  background: #fff;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 3.125rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #lp-deadline .deadline-wrap {
    padding-top: 4.375rem;
  }
}

#lp-faq {
  padding: 4.5rem 0 5.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lp-faq {
    padding-top: 9.375rem;
  }
}
#lp-faq .back-faq {
  display: block;
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
#lp-faq .back-faq img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #lp-faq .back-faq {
    bottom: initial;
    top: 0;
  }
}
#lp-faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #lp-faq .faq-list {
    gap: 1.5rem;
  }
}
#lp-faq .faq-list div {
  background: #fff;
  padding: 1.5rem 3.5625rem;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 768px) {
  #lp-faq .faq-list div {
    padding: 1.5rem 1rem;
  }
}
#lp-faq .faq-list div dt {
  font-size: 1.5rem;
  font-weight: 700;
  color: #395384;
  line-height: 1.5;
  border-bottom: 1px solid #395384;
  padding-bottom: 0.625rem;
}
#lp-faq .faq-list div dt span {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #de4060;
  display: block;
}
#lp-faq .faq-list div dd {
  font-size: 1rem;
  color: #395384;
  padding-top: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
}

.table-ex {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 1.875rem;
  padding: 0 3.5rem;
}
@media screen and (max-width: 768px) {
  .table-ex {
    padding: 0;
  }
}
.table-ex .ex {
  width: calc((100% - 3rem) / 2);
}
@media screen and (max-width: 768px) {
  .table-ex .ex {
    width: 100%;
  }
}
.table-ex .ex h4 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4583333333;
  color: #395384;
}
.table-ex .ex img {
  margin-top: 1rem;
}
.table-ex .ex h5 {
  text-align: center;
  font-size: 1.25rem;
  color: #395384;
  font-weight: 700;
  margin-top: 0.625rem;
}
.table-ex .ex h5 span {
  color: #2fc9d4;
}
.table-ex .ex table {
  width: 100%;
  margin-top: 1.25rem;
}
.table-ex .ex table tr:nth-child(odd) th,
.table-ex .ex table tr:nth-child(odd) td {
  background: #f7f7f7;
}
.table-ex .ex table tr th {
  padding: 0.9375rem 0rem 0.9375rem 0.9375rem;
  font-weight: 700;
  font-size: 1rem;
  color: #395384;
}
@media screen and (max-width: 768px) {
  .table-ex .ex table tr th {
    display: flex;
    flex-wrap: wrap;
  }
}
.table-ex .ex table tr th span {
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .table-ex .ex table tr th span {
    display: block;
    width: 100%;
    order: 2;
  }
}
.table-ex .ex table tr th em {
  font-weight: 500;
  font-size: 0.875rem;
}
.table-ex .ex table tr td {
  font-size: 1rem;
  padding-right: 0.625rem;
  text-align: right;
  color: #de4060;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .table-ex .ex table tr td {
    padding-right: 1.25rem;
    width: 50%;
  }
}
.table-ex .ex table tr td span {
  font-size: 0.75rem;
}
.table-ex .ex table tr td em {
  font-size: 0.875rem;
  font-weight: 500;
  color: #395384;
}
.table-ex .ex p {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .table-ex .ex p {
    padding-left: 1.25rem;
  }
}
.table-ex .ex p:before {
  content: "※";
}
.table-ex .ex .ex-sup {
  margin-top: 0.625rem;
  font-size: 0.625rem;
  color: #7c7c7c;
}
@media screen and (max-width: 768px) {
  .table-ex .ex .ex-sup {
    padding-left: 1.25rem;
  }
}
.table-ex .ex .ex-sup li {
  display: flex;
}
.table-ex .ex .ex-sup li:before {
  content: "※";
}

.lp-company {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lp-company table th {
    padding: 0.9375rem 2rem 0.3125rem;
  }
  .lp-company table td {
    padding: 0rem 2rem 0.9375rem;
  }
}

footer {
  background: #fff;
}/*# sourceMappingURL=update_250425.css.map */