@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ballet:opsz@16..72&display=swap");
.wrapper {
  width: 1280px;
  padding: 0 40px; }

section *, *:before, *:after {
  font-family: "Zen Old Mincho", serif !important; }

.col-gold {
  background: linear-gradient(90deg, #c9a746 0%, #f5ed7e 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.border-gold {
  position: relative; }
  .border-gold::before {
    content: "";
    width: 300px;
    height: 2px;
    background: linear-gradient(90deg, #c9a746 0%, #f5ed7e 80%);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }

.bem-titlebox {
  width: 100%;
  text-align: left; }
  .bem-titlebox::before {
    left: 260px;
    bottom: -110px; }
  .bem-titlebox__num {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
    font-style: italic;
    font-weight: bold; }
    .bem-titlebox__num strong {
      font-size: 40px;
      font-style: italic; }
  .bem-titlebox__title {
    width: 100%;
    color: #1e3c72;
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
    margin-top: 16px; }
  .bem-titlebox--center {
    width: 100%;
    text-align: center; }

p {
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600; }

.bem-mainvisual {
  width: 100%;
  background: url(/img/lp/disposition/mainvisual__bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
  padding-bottom: 150px; }
  .bem-mainvisual .wrapper {
    position: relative; }
  .bem-mainvisual::before {
    content: "";
    width: 50%;
    height: 364px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 270px;
    left: 0;
    z-index: 0; }
  .bem-mainvisual__subtitle {
    width: 100%;
    color: #fff;
    font-size: 48px;
    margin-top: 200px;
    position: relative;
    z-index: 1;
    letter-spacing: 14px;
    padding-left: 40px; }
  .bem-mainvisual__title {
    position: relative;
    z-index: 1;
    margin-left: -16px;
    margin-top: 56px; }
    .bem-mainvisual__title__img {
      position: relative;
      z-index: 1; }
  .bem-mainvisual__en {
    position: absolute;
    top: 490px;
    left: 500px;
    font-size: 160px;
    mix-blend-mode: overlay;
    pointer-events: none;
    /* イベント無視で透過扱いに */
    font-family: "Ballet", cursive !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    transform: rotate(-8deg);
    letter-spacing: 16px;
    z-index: 0;
    color: white; }
  .bem-mainvisual__text {
    width: 100%;
    color: #fff;
    font-size: 22px;
    line-height: 44px;
    letter-spacing: 2px;
    margin-top: 64px;
    text-shadow: 1px 1px 1px #273896, -1px 1px 1px #273896, -2px -1px 0 #273896, 1px -1px 0 #273896; }

.bem-contactbox {
  width: 100%;
  background: url(/img/lp/disposition/contactbox__bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 64px 0; }
  .bem-contactbox .wrapper {
    position: relative; }
  .bem-contactbox::before {
    content: "";
    width: 100%;
    height: 12px;
    background: linear-gradient(120deg, #caa74d, #cba842, #f7ec80);
    position: absolute;
    top: 0;
    left: 0; }
  .bem-contactbox::after {
    content: "";
    width: 100%;
    height: 12px;
    background: linear-gradient(120deg, #caa74d, #cba842, #f7ec80);
    position: absolute;
    bottom: -12px;
    left: 0; }
  .bem-contactbox__img {
    position: absolute;
    left: -100px;
    bottom: -65px;
    z-index: 1; }
  .bem-contactbox__title {
    width: 80%;
    margin-left: 20%;
    color: #fff;
    font-size: 40px;
    letter-spacing: 4px; }
    .bem-contactbox__title span {
      position: relative; }
      .bem-contactbox__title span::before {
        content: "";
        width: 200px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -220px; }
  .bem-contactbox__ul {
    width: 80%;
    margin-left: 20%;
    display: flex;
    gap: 24px;
    margin-top: 48px; }
    .bem-contactbox__ul__li {
      flex: 1;
      align-items: stretch;
      position: relative;
      border: 2px solid #fff;
      box-shadow: 0px 0px 24px 4px rgba(255, 255, 255, 0.5); }
      .bem-contactbox__ul__li--tel {
        background: linear-gradient(0deg, #1e3c72 0%, #2c509a 80%); }
      .bem-contactbox__ul__li--mail {
        background: linear-gradient(90deg, #cca234 0%, #f5ed7e 50%, #c8a64c 100%); }
      .bem-contactbox__ul__li__title {
        width: 80%;
        position: absolute;
        top: -15px;
        left: 10%;
        color: #1e3c72;
        background: #fff;
        font-size: 20px;
        line-height: 32px;
        border-radius: 32px;
        z-index: 1;
        text-align: center;
        box-shadow: 0px 0px 24px 4px rgba(255, 255, 255, 0.5); }
      .bem-contactbox__ul__li__link {
        width: 100%;
        height: 100%;
        position: relative;
        padding: 32px 0 16px;
        text-align: center;
        color: #fff;
        overflow: hidden; }
        .bem-contactbox__ul__li__link:hover {
          opacity: 0.5; }
        .bem-contactbox__ul__li__link--tel {
          background: url(/img/lp/disposition/contactbox__tel__bg.png) no-repeat;
          background-size: auto 105%;
          left: 0; }
        .bem-contactbox__ul__li__link--mail {
          background: url(/img/lp/disposition/contactbox__mail__bg.png) no-repeat;
          background-size: auto 105%;
          left: -4px; }
        .bem-contactbox__ul__li__link__main {
          width: 100%;
          display: inline-block;
          position: relative;
          color: #fff; }
          .bem-contactbox__ul__li__link__main--tel {
            font-size: 48px;
            font-style: italic;
            line-height: 56px;
            letter-spacing: 2px;
            padding-left: 64px; }
            .bem-contactbox__ul__li__link__main--tel::before {
              content: "";
              width: 48px;
              height: 48px;
              background: url(/img/lp/disposition/contactbox__tel__icon.png) no-repeat;
              background-size: 100%;
              background-position: center;
              position: absolute;
              top: 4px;
              bottom: 0;
              left: 36px;
              margin: auto; }
          .bem-contactbox__ul__li__link__main--mail {
            font-size: 34px;
            line-height: 104px;
            color: #0d1114;
            letter-spacing: -2px;
            padding-left: 16px; }
            .bem-contactbox__ul__li__link__main--mail::before {
              content: "";
              width: 48px;
              height: 48px;
              background: url(/img/lp/disposition/contactbox__mail__icon.png) no-repeat;
              background-size: 100%;
              background-position: center;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 20px;
              margin: auto; }
            .bem-contactbox__ul__li__link__main--mail::after {
              content: "";
              width: 32px;
              height: 32px;
              background: url(/img/lp/disposition/arrow__icon.png) no-repeat;
              background-size: 100%;
              background-position: center;
              position: absolute;
              top: 0;
              bottom: 0;
              right: 16px;
              margin: auto; }
        .bem-contactbox__ul__li__link__time {
          width: 100%;
          border-top: 1px solid #fff;
          border-bottom: 1px solid #fff;
          padding: 8px;
          font-size: 18px;
          letter-spacing: 2px;
          margin-top: 16px; }

.bem-strength01 {
  width: 100%;
  background: url(/img/lp/disposition/strength01__bg.png) no-repeat;
  background-size: cover;
  background-position: left;
  padding: 140px 0; }
  .bem-strength01__text {
    width: 65%;
    padding-right: 48px; }
  .bem-strength01__figure {
    width: 35%;
    margin-top: 124px; }

.bem-strength02 {
  width: 100%;
  background-color: #fbfbfb;
  padding: 140px 0; }
  .bem-strength02 .bem-titlebox::before {
    left: 422px; }
  .bem-strength02__text {
    width: 55%;
    padding-left: 48px; }
  .bem-strength02__figure {
    width: 45%;
    margin-top: 10px; }

.bem-strength03 {
  width: 100%;
  background-color: #fff;
  padding: 140px 0; }
  .bem-strength03__text {
    width: 58%;
    padding-right: 16px; }
  .bem-strength03__figure {
    width: 42%;
    margin-top: 124px; }
    .bem-strength03__figure__img {
      filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.4)); }

.bem-strength04 {
  width: 100%;
  background-color: #fbfbfb; }
  .bem-strength04 .wrapper {
    position: relative;
    margin: 100px 0 48px; }
  .bem-strength04 .bem-titlebox::before {
    left: 370px; }
  .bem-strength04__text {
    width: 68%;
    padding-left: 48px;
    z-index: 1;
    position: relative;
    float: right; }
  .bem-strength04__figure {
    width: 32%;
    left: 0;
    bottom: 60px;
    position: absolute;
    z-index: 0; }

.bem-strength05 {
  width: 100%;
  background: url(/img/lp/disposition/strength05__bg.jpg) no-repeat;
  background-size: cover;
  padding: 96px 0; }
  .bem-strength05 .bem-titlebox::before {
    left: 370px; }
  .bem-strength05__text {
    width: 100%; }

.bem-strength06 {
  width: 100%;
  background: url(/img/lp/disposition/strength06__bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0; }
  .bem-strength06 .bem-titlebox {
    width: 100%;
    text-align: center; }
    .bem-strength06 .bem-titlebox::before {
      left: 0;
      right: 0;
      margin: auto;
      bottom: -200px; }
  .bem-strength06 p {
    width: 100%;
    text-align: center; }
  .bem-strength06__ul {
    width: 100%;
    display: flex;
    gap: 24px;
    margin-top: 80px; }
    .bem-strength06__ul__li {
      flex: 1;
      position: relative;
      overflow: hidden;
      height: 300px;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 4px;
      padding: 40px 12px 40px 24px; }
      .bem-strength06__ul__li:nth-of-type(1) {
        background-image: url(/img/lp/disposition/strength06__1.jpg); }
      .bem-strength06__ul__li:nth-of-type(2) {
        background-image: url(/img/lp/disposition/strength06__2.jpg); }
      .bem-strength06__ul__li:nth-of-type(3) {
        background-image: url(/img/lp/disposition/strength06__3.jpg); }
      .bem-strength06__ul__li:nth-of-type(4) {
        background-image: url(/img/lp/disposition/strength06__4.jpg); }
      .bem-strength06__ul__li::before {
        content: "";
        width: 100%;
        height: 100%;
        background: url(/img/lp/disposition/strength06__ornament.png) no-repeat;
        background-size: 135%;
        position: absolute;
        top: 0;
        left: 0; }
      .bem-strength06__ul__li__title {
        width: 100%;
        position: relative;
        z-index: 2;
        color: #fff;
        font-size: 22px;
        line-height: 32px; }
      .bem-strength06__ul__li__en {
        width: 100%;
        height: 28px;
        position: absolute;
        z-index: 2;
        color: #fff;
        font-size: 20px;
        font-family: "Ballet", cursive !important;
        top: 0;
        bottom: 0;
        left: 24px;
        margin: auto; }

.bem-strength07 {
  width: 100%;
  background-color: #fff;
  padding: 140px 0; }
  .bem-strength07 .bem-titlebox::before {
    left: 370px; }
  .bem-strength07__text {
    float: right;
    width: 68%;
    padding-left: 48px;
    z-index: 1;
    position: relative;
    float: right; }
  .bem-strength07__figure {
    float: left;
    width: 32%; }
    .bem-strength07__figure__img {
      object-fit: cover; }

.bem-strength08 {
  width: 100%;
  background-color: #fbfbfb;
  padding: 140px 0 120px;
  overflow: hidden; }
  .bem-strength08__text {
    width: 60%;
    padding-right: 24px; }
  .bem-strength08__image {
    width: 40%; }
    .bem-strength08__image__figure {
      perspective: 800px;
      width: 100%;
      margin: 96px auto 0; }
      .bem-strength08__image__figure__img {
        width: 380px;
        border: 2px solid #fff;
        object-fit: contain;
        transform: rotateY(-28deg) scaleX(1.3);
        transform-origin: left center;
        transition: transform 0.5s ease;
        filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.4)); }

.bem-strength09 {
  width: 100%;
  padding: 100px 0 0;
  background-color: #f5f6fa; }
  .bem-strength09 .bem-titlebox {
    width: 100%;
    text-align: center; }
    .bem-strength09 .bem-titlebox::before {
      left: 0;
      right: 0;
      margin: auto;
      bottom: -200px; }
  .bem-strength09 p {
    width: 100%;
    text-align: center; }
  .bem-strength09__box {
    width: 100%;
    position: relative; }
    .bem-strength09__box__worry {
      width: 50%;
      position: absolute;
      bottom: 0;
      left: 0; }
      .bem-strength09__box__worry::before {
        content: "";
        width: 32px;
        height: 48px;
        background: #dec862;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        position: absolute;
        bottom: 100px;
        right: 164px; }
      .bem-strength09__box__worry::after {
        content: "";
        width: 32px;
        height: 48px;
        background: #dec862;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        position: absolute;
        bottom: 100px;
        right: 116px; }
      .bem-strength09__box__worry__fukidashi {
        width: 234px;
        height: 192px;
        position: absolute;
        top: -49px;
        left: 179px;
        background: url(/img/lp/disposition/strength09__fukidashi.png) no-repeat;
        background-size: 100%;
        color: #1e3c72;
        font-size: 20px;
        line-height: 30px;
        font-style: italic;
        font-weight: bold;
        padding: 68px 0 0 64px; }
    .bem-strength09__box__solution {
      width: 50%;
      float: right;
      position: relative; }
      .bem-strength09__box__solution::before {
        content: "";
        width: 32px;
        height: 48px;
        background: #dec862;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        position: absolute;
        bottom: 100px;
        left: -100px; }

.bem-strength10 {
  width: 100%;
  padding: 100px 0 100px;
  background: url(/img/lp/disposition/strength10__bg.jpg) no-repeat;
  background-size: cover;
  margin-top: -2px; }
  .bem-strength10 .bem-titlebox {
    width: 100%;
    text-align: center; }
    .bem-strength10 .bem-titlebox::before {
      left: 0;
      right: 0;
      margin: auto;
      bottom: -200px; }
  .bem-strength10 p {
    width: 100%;
    text-align: center; }
  .bem-strength10__ul {
    display: flex;
    gap: 80px;
    margin-top: 80px;
    padding: 0 100px; }
    .bem-strength10__ul__li {
      width: 280px;
      height: 280px;
      position: relative;
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 1; }
      .bem-strength10__ul__li::before {
        content: "";
        width: 300px;
        height: 300px;
        background: url(/img/lp/disposition/ornament--2.png) no-repeat;
        background-size: 100%;
        position: absolute;
        top: -10px;
        left: -10px;
        z-index: 0; }
      .bem-strength10__ul__li__bg {
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 50%;
        z-index: 2;
        border: 1px solid rgba(255, 255, 255, 0.5);
        text-align: center; }
        .bem-strength10__ul__li__bg::before {
          content: "";
          width: 100px;
          height: 100px;
          background: url(/img/lp/disposition/ornament--1.png) no-repeat;
          background-size: 100%;
          background-position: center;
          position: absolute;
          top: 128px;
          left: -22px; }
        .bem-strength10__ul__li__bg--1 {
          background-image: url(/img/lp/disposition/strength10__1.jpg); }
        .bem-strength10__ul__li__bg--2 {
          background-image: url(/img/lp/disposition/strength10__2.jpg); }
        .bem-strength10__ul__li__bg--3 {
          background-image: url(/img/lp/disposition/strength10__3.jpg); }
          .bem-strength10__ul__li__bg--3::before {
            top: 103px;
            left: -28px; }
        .bem-strength10__ul__li__bg__num {
          width: 72px;
          height: 72px;
          font-style: italic;
          line-height: 64px;
          font-weight: bold;
          font-size: 40px;
          position: absolute;
          top: -16px;
          left: 16px;
          border-radius: 50%;
          background: linear-gradient(120deg, #345286 0%, #6b81ab 80%);
          color: #fff;
          border: 2px solid #fff;
          padding-right: 6px; }
        .bem-strength10__ul__li__bg__text {
          width: 100%;
          color: #fff;
          font-size: 20px;
          line-height: 28px;
          font-weight: bold;
          position: absolute;
          top: 96px; }
        .bem-strength10__ul__li__bg__title {
          width: 100%;
          color: #fff;
          font-size: 34px;
          position: absolute;
          top: 184px; }
          .bem-strength10__ul__li__bg__title--long {
            top: 162px;
            text-align: right;
            padding: 0 12px; }
          .bem-strength10__ul__li__bg__title__top {
            width: 100%;
            display: inline-block;
            text-align: left; }
            .bem-strength10__ul__li__bg__title__top span {
              letter-spacing: -6px; }

.bem-flow {
  width: 100%;
  background-color: #fff;
  background-image: url(/img/lp/disposition/flow__bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 100px 0; }
  .bem-flow .bem-titlebox {
    width: 100%;
    text-align: center; }
    .bem-flow .bem-titlebox::before {
      left: 0;
      right: 0;
      margin: auto;
      bottom: -200px; }
  .bem-flow__ul {
    width: 80%;
    margin: 80px 10% 0; }
    .bem-flow__ul__li {
      width: 100%;
      position: relative;
      margin-bottom: 48px; }
      .bem-flow__ul__li:last-of-type::before {
        display: none; }
      .bem-flow__ul__li::before {
        content: "";
        width: 2px;
        height: 32px;
        border-left: 1px dashed #ddcc6b;
        position: absolute;
        left: 59px;
        bottom: -44px; }
      .bem-flow__ul__li__left {
        width: 120px;
        text-align: center; }
        .bem-flow__ul__li__left__num {
          width: 100%;
          color: #1e3c72;
          font-size: 20px;
          font-weight: bold; }
        .bem-flow__ul__li__left__icon {
          width: 120px;
          height: 120px;
          position: relative;
          margin-top: 16px; }
          .bem-flow__ul__li__left__icon::before {
            content: "";
            width: 128px;
            height: 128px;
            background: url(/img/lp/disposition/ornament--2.png) no-repeat;
            background-size: 100%;
            position: absolute;
            top: -4px;
            left: -4px;
            z-index: 0; }
          .bem-flow__ul__li__left__icon__figure {
            width: 120px;
            height: 120px;
            position: relative;
            z-index: 2;
            background: linear-gradient(120deg, #0e2652 0%, #153a6c 80%);
            border-radius: 50%; }
            .bem-flow__ul__li__left__icon__figure img {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto;
              filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.5)); }
      .bem-flow__ul__li__right {
        width: calc(100% - 120px);
        padding-top: 32px;
        padding-left: 32px;
        text-align: left; }
        .bem-flow__ul__li__right__title {
          width: 100%;
          font-size: 32px;
          font-weight: 500; }
        .bem-flow__ul__li__right__text {
          width: 100%;
          color: #0d1114;
          background-color: #f5f6fa;
          padding: 20px;
          font-size: 18px;
          line-height: 24px;
          margin-top: 24px; }

.bem-voicebox {
  width: 100%;
  background-color: #fbfbfb;
  padding: 100px 0; }
  .bem-voicebox .bem-titlebox {
    width: 100%;
    text-align: center; }
    .bem-voicebox .bem-titlebox::before {
      left: 0;
      right: 0;
      margin: auto;
      bottom: -200px; }
  .bem-voicebox__ul {
    width: 100%;
    float: left;
    display: block;
    margin-top: 80px;
    display: flex;
    gap: 24px; }
    .bem-voicebox__ul__li {
      display: block;
      flex: 1;
      background: #fff;
      box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.1); }
      .bem-voicebox__ul__li:last-of-type {
        margin-right: 0; }
      .bem-voicebox__ul__li__img {
        width: 100%;
        height: 256px;
        object-fit: cover; }
      .bem-voicebox__ul__li__title {
        width: 100%;
        padding: 16px;
        font-size: 26px;
        color: #102184; }
      .bem-voicebox__ul__li__text {
        width: 100%;
        padding: 24px;
        font-size: 20px;
        line-height: 28px; }
  .bem-voicebox__link {
    width: 464px;
    position: relative;
    padding: 32px 0 16px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 24px 4px rgba(34, 51, 161, 0.5);
    background: linear-gradient(0deg, #1e3c72 0%, #2c509a 80%);
    display: inline-block;
    float: none; }
    .bem-voicebox__link::before {
      content: "";
      width: 160px;
      height: 160px;
      background: url(/img/lp/disposition/voice__bg.png) no-repeat;
      background-size: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .bem-voicebox__link:hover {
      opacity: 0.5; }
    .bem-voicebox__link__main {
      width: 100%;
      display: inline-block;
      position: relative;
      color: #fff;
      font-size: 30px;
      line-height: 30px;
      padding-right: 64px; }
      .bem-voicebox__link__main::before {
        content: "";
        width: 48px;
        height: 48px;
        background-image: url(/img/lp/disposition/voice__icon.png);
        background-repeat: no-repeat;
        background-size: 70%;
        background-color: #fff;
        border-radius: 50%;
        background-position: center;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 36px;
        margin: auto; }
    .bem-voicebox__link__sub {
      width: 100%;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      padding: 8px;
      font-size: 18px;
      letter-spacing: 2px;
      margin-top: 16px; }

.bem-faq {
  width: 100%;
  padding: 100px 0; }
  .bem-faq .bem-titlebox {
    width: 100%;
    text-align: center; }
    .bem-faq .bem-titlebox::before {
      left: 0;
      right: 0;
      margin: auto;
      bottom: -200px; }
  .bem-faq__ul {
    width: 100%;
    margin-top: 80px;
    position: relative; }
    .bem-faq__ul__li {
      width: 100%;
      position: relative;
      margin-bottom: 16px; }
      .bem-faq__ul__li.on::after {
        display: none; }
      .bem-faq__ul__li__question {
        width: 100%;
        background: #fff;
        border: none;
        box-shadow: none;
        font-size: 20px;
        text-align: left;
        cursor: pointer;
        padding: 20px 8px 20px 100px;
        color: #1e3c72;
        background: #fbfbfb;
        position: relative;
        font-weight: bold; }
        .bem-faq__ul__li__question:hover {
          opacity: 0.85; }
        .bem-faq__ul__li__question__arrow {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 16px;
          margin: auto;
          display: inline-block;
          vertical-align: middle;
          color: #333;
          line-height: 1;
          width: 16px;
          height: 16px;
          border: 0.1em solid #c9a746;
          border-left: 0;
          border-bottom: 0;
          box-sizing: border-box;
          transform: translateY(-25%) rotate(135deg); }
        .bem-faq__ul__li__question__q {
          width: 48px;
          height: 48px;
          position: absolute;
          border-radius: 50%;
          background: url(/img/lp/disposition/ornament--2.png) no-repeat;
          background-size: 100%;
          color: #fff;
          text-align: center;
          font-size: 30px;
          top: 0;
          bottom: 0;
          margin: auto;
          left: 16px;
          z-index: 1;
          padding: 2px; }
          .bem-faq__ul__li__question__q__inner {
            width: 44px;
            height: 44px;
            line-height: 40px;
            border-radius: 50%;
            background: linear-gradient(120deg, #0e2652 0%, #153a6c 80%);
            color: #fff; }
      .bem-faq__ul__li__answer {
        width: 100%;
        background-color: #fff;
        padding: 24px 0;
        position: relative; }
        .bem-faq__ul__li__answer__a {
          width: 80px;
          color: #102184;
          font-size: 30px;
          position: absolute;
          top: 22px;
          left: 0;
          text-align: center; }
        .bem-faq__ul__li__answer__text {
          width: 100%;
          font-size: 20px;
          line-height: 28px;
          padding: 0px 8px 0px 100px; }

/*# sourceMappingURL=d--lp--disposition.css.map */
