<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! Writen  by SCSS */
.alpha:hover {
  opacity: 0.7; }

.cap_img {
  position: relative; }
  .cap_img .cap {
    font-size: 12px;
    padding: 5px;
    position: absolute;
    bottom: 0;
    right: 0; }

.lp_main {
  position: relative; }
  .lp_main .main_txts {
    position: absolute;
    bottom: calc(47%/9.6);
    left: calc(63%/16);
    width: calc(656%/16);
    display: flex;
    flex-direction: column;
    gap: 15px; }
    @media screen and (max-width: 480px) {
      .lp_main .main_txts {
        width: calc(290%/4.8);
        left: 15px;
        bottom: 15px; } }
    .lp_main .main_txts a {
      width: calc(620%/6.56);
      display: block; }
  .lp_main .main_txt02 {
    position: absolute;
    top: calc(134%/9.6);
    right: calc(38%/16);
    width: calc(574%/16); }
    @media screen and (max-width: 480px) {
      .lp_main .main_txt02 {
        top: 20px;
        right: 20px; } }

.lp_inner {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px);
  font-feature-settings: "palt"; }

.txt1 {
  font-feature-settings: "palt";
  font-size: clamp(16px, 1.667vw, 20px);
  letter-spacing: 0.15em;
  line-height: 2.2; }
  @media screen and (max-width: 768px) {
    .txt1 {
      font-size: clamp(14px, 3.334vw, 20px);
      letter-spacing: 0.08em; } }
  @media screen and (max-width: 480px) {
    .txt1 {
      line-height: 1.8;
      letter-spacing: 0.05em; } }

.txt2 {
  font-feature-settings: "palt";
  font-size: clamp(12px, 1.334vw, 16px); }
  @media screen and (max-width: 1000px) {
    .txt2 {
      font-size: clamp(16px, 1.667vw, 20px); } }
  @media screen and (max-width: 768px) {
    .txt2 {
      font-size: clamp(12px, 2.667vw, 16px); } }

.txt3 {
  font-feature-settings: "palt";
  font-size: clamp(10px, 1.167vw, 14px); }
  @media screen and (max-width: 1000px) {
    .txt3 {
      font-size: clamp(12px, 1.334vw, 16px); } }
  @media screen and (max-width: 768px) {
    .txt3 {
      font-size: clamp(12px, 2.334vw, 14px); } }

.txt4 {
  font-feature-settings: "palt";
  padding: 1.2em 0 1.5em;
  font-size: clamp(20px, 2.667vw, 32px);
  color: #fff;
  line-height: 1.532;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 768px) {
    .txt4 {
      font-size: clamp(18px, 3.334vw, 20px); } }

.color01 {
  color: #0096bb; }

.sec01 {
  background-image: url("../images/bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 95px 0 0; }
  @media screen and (max-width: 1000px) {
    .sec01 {
      padding: 60px 0 0; } }
  @media screen and (max-width: 768px) {
    .sec01 {
      padding: 40px 0 0; } }
  .sec01 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 1000px) {
      .sec01 .items {
        flex-direction: column;
        grid-gap: 30px;
        max-width: 900px;
        margin: 0 auto; } }
    .sec01 .items .item .item_inner {
      padding: 20px 25px;
      margin: 0 auto;
      color: #727171; }
    .sec01 .items .item.item01 {
      border-radius: 12px;
      background: #fff;
      width: 100%;
      margin-bottom: calc(20%/12); }
      @media screen and (max-width: 1000px) {
        .sec01 .items .item.item01 {
          margin-bottom: 0; } }
    .sec01 .items .item.item02 {
      border-radius: 12px;
      background: #fff;
      width: calc(570%/12); }
      @media screen and (max-width: 1000px) {
        .sec01 .items .item.item02 {
          width: 100%; } }
      .sec01 .items .item.item02 .item_inner {
        padding-top: 0; }
      .sec01 .items .item.item02 .box01 {
        width: calc(100% - 25px);
        background: #000;
        background: linear-gradient(to right, #73bfd6, #0096bb);
        color: #fff;
        display: flex;
        align-items: flex-end;
        margin-top: 20px;
        margin-bottom: calc(20%/5.2);
        padding: 10px 15px 10px 25px; }
        @media screen and (max-width: 480px) {
          .sec01 .items .item.item02 .box01 {
            align-items: stretch;
            grid-gap: 0 15px;
            justify-content: center; } }
        .sec01 .items .item.item02 .box01 .txt01 {
          background: #fff;
          color: #4db6cf;
          font-size: clamp(14px, 1.6vw, 20px);
          line-height: 1;
          padding: 0.2em 0.8em; }
          @media screen and (max-width: 480px) {
            .sec01 .items .item.item02 .box01 .txt01 {
              display: flex;
              justify-content: center;
              align-items: center; } }
        .sec01 .items .item.item02 .box01 .txt02 {
          font-size: clamp(20px, 2.64vw, 33px);
          line-height: 1;
          font-weight: 200;
          margin-left: 0.5em;
          letter-spacing: 0.05em; }
          @media screen and (max-width: 480px) {
            .sec01 .items .item.item02 .box01 .txt02 {
              margin: 0; } }
          .sec01 .items .item.item02 .box01 .txt02 .min {
            font-size: 70%;
            margin-left: 0.1em; }
        .sec01 .items .item.item02 .box01 .txt03 {
          font-size: clamp(10px, 1.44vw, 18px);
          line-height: 1;
          margin-left: auto; }
        .sec01 .items .item.item02 .box01 .txt_wrap {
          display: flex;
          align-items: flex-end;
          justify-content: space-between; }
          @media screen and (max-width: 480px) {
            .sec01 .items .item.item02 .box01 .txt_wrap {
              flex-direction: column;
              grid-gap: 5px;
              justify-content: flex-start;
              align-items: flex-start; } }
      .sec01 .items .item.item02 .box02 {
        display: flex;
        justify-content: space-between;
        align-items: stretch; }
        @media screen and (max-width: 480px) {
          .sec01 .items .item.item02 .box02 {
            flex-direction: column;
            grid-gap: 15px; } }
        .sec01 .items .item.item02 .box02 .l_cnt {
          width: calc(220%/5.2); }
          @media screen and (max-width: 1000px) {
            .sec01 .items .item.item02 .box02 .l_cnt {
              width: 220px; } }
          @media screen and (max-width: 480px) {
            .sec01 .items .item.item02 .box02 .l_cnt {
              width: 100%;
              text-align: center; } }
        .sec01 .items .item.item02 .box02 .r_cnt {
          width: calc(275%/5.2);
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          @media screen and (max-width: 1000px) {
            .sec01 .items .item.item02 .box02 .r_cnt {
              width: calc(100% - 250px); } }
          @media screen and (max-width: 480px) {
            .sec01 .items .item.item02 .box02 .r_cnt {
              width: 100%; } }
      .sec01 .items .item.item02 .list_txt {
        position: relative;
        padding: 13px 0;
        margin-top: auto; }
        @media screen and (max-width: 480px) {
          .sec01 .items .item.item02 .list_txt {
            margin-top: 15px; } }
        .sec01 .items .item.item02 .list_txt::before, .sec01 .items .item.item02 .list_txt::after {
          position: absolute;
          left: 0;
          right: 0;
          height: 3px;
          background-image: url("../images/liine.png");
          background-position: top left;
          background-repeat: repeat-x;
          background-size: 554px 2px; }
        .sec01 .items .item.item02 .list_txt::before {
          content: "";
          top: 0; }
        .sec01 .items .item.item02 .list_txt::after {
          content: "";
          bottom: 0; }
        .sec01 .items .item.item02 .list_txt li {
          font-size: clamp(11px, 1.084vw, 13px);
          line-height: 1.4; }
          @media screen and (max-width: 1000px) {
            .sec01 .items .item.item02 .list_txt li {
              font-size: clamp(12px, 1.334vw, 16px); } }
    .sec01 .items .item.item03 {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: calc(610%/12); }
      @media screen and (max-width: 1000px) {
        .sec01 .items .item.item03 {
          width: 100%; } }
      .sec01 .items .item.item03 .item_inner {
        position: relative; }
        .sec01 .items .item.item03 .item_inner .ico_ttl {
          position: absolute;
          top: calc(-25%/1.35);
          left: calc(-9%/6.1); }
          @media screen and (max-width: 1000px) {
            .sec01 .items .item.item03 .item_inner .ico_ttl {
              top: calc(-40%/1.35); } }
          @media screen and (max-width: 480px) {
            .sec01 .items .item.item03 .item_inner .ico_ttl {
              top: calc(-30%/1.35); } }
      .sec01 .items .item.item03 .box {
        border-radius: 12px;
        background: #fff; }
        .sec01 .items .item.item03 .box + .box {
          margin-top: calc(20%/6.1);
          padding-bottom: calc(14%/6.1); }
          @media screen and (max-width: 1000px) {
            .sec01 .items .item.item03 .box + .box {
              padding: 10px 0 0; } }
          @media screen and (max-width: 768px) {
            .sec01 .items .item.item03 .box + .box {
              margin-top: 30px; } }
      .sec01 .items .item.item03 .border_ttl {
        padding: 12px 0;
        position: relative;
        text-align: center;
        margin-bottom: 12px; }
        .sec01 .items .item.item03 .border_ttl::before, .sec01 .items .item.item03 .border_ttl::after {
          position: absolute;
          left: 0;
          right: 0;
          height: 3px;
          background-image: url("../images/liine.png");
          background-position: top left;
          background-repeat: repeat-x;
          background-size: 554px 2px; }
        .sec01 .items .item.item03 .border_ttl::before {
          content: "";
          top: 0; }
        .sec01 .items .item.item03 .border_ttl::after {
          content: "";
          bottom: 0; }
        .sec01 .items .item.item03 .border_ttl img {
          width: calc(274%/5.6);
          margin: 0 auto; }
      .sec01 .items .item.item03 .img02 {
        margin: 0 auto 10px; }

.link_btn .lp_inner {
  padding: 70px 0; }
  @media screen and (max-width: 768px) {
    .link_btn .lp_inner {
      padding: calc(70%/12) 0; } }
  @media screen and (max-width: 480px) {
    .link_btn .lp_inner {
      padding: 30px 0; } }
.link_btn a {
  width: calc(580%/12);
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .link_btn a {
      max-width: 480px;
      width: auto; } }

/*# sourceMappingURL=lp.css.map */
</pre></body></html>