/*! Writen  by SCSS */
.wrap {
  padding-top: 0 !important; }
  @media screen and (max-width: 768px) {
    .wrap {
      padding-top: 59px !important; } }

div.header {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4); }
  div.header .bk {
    opacity: 0; }
  div.header .wh {
    opacity: 1; }
  @media screen and (max-width: 768px) {
    div.header .logo {
      border-right: solid 1px rgba(255, 255, 255, 0.4); } }
  div.header ul.headnavi {
    border-right: solid 1px rgba(255, 255, 255, 0.4);
    border-left: solid 1px rgba(255, 255, 255, 0.4); }
    div.header ul.headnavi li:not(:last-child) {
      border-bottom: solid 1px rgba(255, 255, 255, 0.4); }
    div.header ul.headnavi li a {
      color: #fff; }
  div.header .gnavi_head .gnavi_h > li a,
  div.header .gnavi_head .gnavi_h > li .nav_bus_text {
    color: #fff; }
  div.header .gnavi_head .gnavi_h > li.nav_bus .nav_list li a {
    color: #fff;
    background: rgba(0, 0, 0, 0.4); }
  div.header .nav_btn hr {
    background: #fff; }

.breadlist {
  display: none; }

.inner_main {
  padding-top: 100px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .inner_main {
      padding-top: 0; } }
  @media screen and (max-width: 480px) {
    .inner_main {
      height: calc(92svh - 58px);
      padding-bottom: 10px; } }
  .inner_main .inn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: calc(110vw / 16) 0 calc(40vw / 16); }
    @media screen and (max-width: 480px) {
      .inner_main .inn {
        padding: 0;
        height: 92%; } }
  .inner_main .main_ttl {
    font-size: clamp(25px, 3.279vw, 40px);
    font-size: clamp(23px, 3.279vw, 40px);
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 1em; }
  .inner_main .main_read {
    font-size: clamp(15px, 1.804vw, 22px);
    font-weight: 500;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 2.6em; }
  .inner_main .icon {
    display: flex;
    justify-content: center;
    font-size: clamp(16px, 1.804vw, 22px);
    gap: 3em; }
    @media screen and (max-width: 480px) {
      .inner_main .icon {
        gap: 1.2em; } }
    .inner_main .icon li {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #12247d;
      line-height: 1.4;
      font-weight: 500;
      font-feature-settings: "palt";
      text-align: center;
      background: #fff;
      width: 6.5em;
      height: 6.5em;
      border-radius: 50%;
      position: relative; }
      @media screen and (max-width: 480px) {
        .inner_main .icon li {
          width: 5.5em;
          height: 5.5em; } }
      .inner_main .icon li::after {
        content: "";
        position: absolute;
        z-index: -1;
        top: -10px;
        left: -10px;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        background: rgba(255, 255, 255, 0.4);
        border-radius: 50%; }
        @media screen and (max-width: 480px) {
          .inner_main .icon li::after {
            top: -6px;
            left: -6px;
            width: calc(100% + 12px);
            height: calc(100% + 12px); } }
  .inner_main .ill {
    width: calc(1400vw / 16);
    margin: 0 auto calc(35vw / 16); }
    @media screen and (max-width: 480px) {
      .inner_main .ill {
        width: 100%; } }
  .inner_main .bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    @media screen and (max-width: 480px) {
      .inner_main .bg {
        display: block; } }
    .inner_main .bg > div {
      width: 50%; }
      @media screen and (max-width: 480px) {
        .inner_main .bg > div {
          width: 100%;
          height: 50%; } }
      .inner_main .bg > div:nth-child(1) {
        background: url("../images/purchase/main_bg1.jpg") top center/cover; }
        @media screen and (max-width: 480px) {
          .inner_main .bg > div:nth-child(1) {
            background: url("../images/purchase/main_bg1_sp.jpg") top center/cover; } }
      .inner_main .bg > div:nth-child(2) {
        background: url("../images/purchase/main_bg2.jpg") top right/cover; }
        @media screen and (max-width: 480px) {
          .inner_main .bg > div:nth-child(2) {
            background: url("../images/purchase/main_bg2_sp.jpg") top center/cover; } }

.read {
  font-size: clamp(12px, 1.312vw, 16px); }

.sec02 {
  background: #f0efeb;
  padding: 80px 0 80px; }
  @media screen and (max-width: 480px) {
    .sec02 {
      padding: 40px 0 40px; } }
  .sec02 .sec_ttl {
    text-align: center;
    font-size: clamp(17px, 2.296vw, 28px);
    color: #666666;
    padding-bottom: 0.7em;
    margin-bottom: 1.2em;
    letter-spacing: 0.1em;
    position: relative; }
    .sec02 .sec_ttl::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: calc(50% - 35px);
      background: #0e6e98;
      width: 70px;
      height: 1px; }
  .sec02 .read {
    text-align: center;
    line-height: 2.4;
    letter-spacing: 0.08em;
    margin-bottom: 2.6em; }
    @media screen and (max-width: 480px) {
      .sec02 .read {
        line-height: 1.8; } }
  .sec02 .case {
    max-width: 970px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .sec02 .case {
        display: block; } }
    .sec02 .case li {
      width: calc(460% / 9.7);
      background: #fff; }
      @media screen and (max-width: 480px) {
        .sec02 .case li {
          width: 100%; } }
      .sec02 .case li .ttl {
        font-size: clamp(14px, 1.476vw, 18px);
        line-height: 1;
        padding: 0.6em 5px;
        text-align: center;
        color: #fff;
        font-weight: 500; }
      .sec02 .case li .cont {
        background: #fff;
        padding: 30px;
        flex: 1; }
        .sec02 .case li .cont .c_ttl {
          font-size: clamp(13px, 1.394vw, 17px);
          line-height: 1;
          padding-bottom: 0.6em;
          margin-bottom: 0.6em; }
        .sec02 .case li .cont .img {
          text-align: center;
          margin-bottom: 20px; }
        .sec02 .case li .cont dl {
          display: flex;
          align-items: center; }
          .sec02 .case li .cont dl:not(:last-child) {
            margin-bottom: 10px; }
          .sec02 .case li .cont dl dt {
            font-size: 0;
            line-height: 0; }
          .sec02 .case li .cont dl dd {
            font-size: clamp(12px, 1.312vw, 16px);
            margin-left: 0.6em;
            line-height: 1; }
      @media screen and (max-width: 480px) {
        .sec02 .case li:nth-child(1) {
          margin-bottom: 30px; } }
      .sec02 .case li:nth-child(1) .ttl {
        background: #c63e3e; }
      .sec02 .case li:nth-child(1) .cont .c_ttl {
        border-bottom: solid 1px #c63e3e;
        color: #c63e3e; }
      .sec02 .case li:nth-child(2) .ttl {
        background: #9e9e9e; }
      .sec02 .case li:nth-child(2) .cont .c_ttl {
        border-bottom: solid 1px #9e9e9e;
        color: #9e9e9e; }
  .sec02 .step {
    max-width: 1090px;
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      .sec02 .step {
        margin: 0 auto; } }
    .sec02 .step ul {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        .sec02 .step ul {
          width: 800px; } }
      .sec02 .step ul li {
        width: 25%;
        background: #fff; }
        .sec02 .step ul li:not(:last-child) {
          border-right: solid 1px #c8c8c8; }
        .sec02 .step ul li .ttl {
          font-size: clamp(13px, 1.476vw, 18px);
          line-height: 1;
          color: #666666;
          padding: 0.7em 0.7em;
          display: flex;
          align-items: center; }
          @media screen and (max-width: 480px) {
            .sec02 .step ul li .ttl {
              font-size: calc(14vw / 3.9); } }
          .sec02 .step ul li .ttl .icon {
            display: block;
            font-size: 50%;
            color: #0e6e98;
            line-height: 1;
            padding: 0.3em 0.4em;
            background: #fff;
            border-radius: 3px;
            margin-right: 1.2em; }
        .sec02 .step ul li .cont {
          padding: 20px; }
          .sec02 .step ul li .cont .read {
            text-align: left;
            line-height: 1.6;
            letter-spacing: 0.1em;
            margin-bottom: 0; }
        .sec02 .step ul li:nth-child(1) .ttl {
          background: #e7edef; }
        .sec02 .step ul li:nth-child(2) .ttl {
          background: #d5eaff; }
        .sec02 .step ul li:nth-child(3) .ttl {
          background: #7ecef4; }
        .sec02 .step ul li:nth-child(4) .ttl {
          background: #00a0e9;
          color: #fff; }
  .sec02 .btn {
    text-align: center;
    width: 85%;
    max-width: 360px;
    margin: 0 auto; }
    .sec02 .btn a {
      padding: 22px 18px;
      padding: 22px 12px;
      border-radius: 4px; }
      .sec02 .btn a p {
        font-size: clamp(15px, 1.64vw, 20px); }

.sec01 {
  margin-top: -140px; }
  @media screen and (max-width: 480px) {
    .sec01 {
      margin-top: -15px; } }
  .sec01 .sc {
    overflow-x: scroll; }
    .sec01 .sc ul {
      display: flex;
      width: 500%; }
      .sec01 .sc ul li {
        width: calc(100% / 5);
        height: 100vh; }
        .sec01 .sc ul li:nth-child(1) {
          background: url("../images/purchase/sec1_bg1.jpg") center center/cover; }
          @media screen and (max-width: 480px) {
            .sec01 .sc ul li:nth-child(1) {
              background: url("../images/purchase/sec1_bg1_sp.jpg") center center/cover; } }
        .sec01 .sc ul li:nth-child(2) {
          background: url("../images/purchase/sec1_bg2.jpg") center center/cover; }
        .sec01 .sc ul li:nth-child(3) {
          background: url("../images/purchase/sec1_bg3.jpg") center center/cover; }
        .sec01 .sc ul li:nth-child(4) {
          background: url("../images/purchase/sec1_bg4.jpg") center center/cover; }
          @media screen and (max-width: 480px) {
            .sec01 .sc ul li:nth-child(4) {
              background: url("../images/purchase/sec1_bg4_sp.jpg") center center/cover; } }
        .sec01 .sc ul li:nth-child(5) {
          background: url("../images/purchase/sec1_bg5.jpg") center center/cover; }
          @media screen and (max-width: 480px) {
            .sec01 .sc ul li:nth-child(5) {
              background: url("../images/purchase/sec1_bg5_sp.jpg") center center/cover; } }

.c-business-flow {
  position: relative;
  overflow: hidden; }
  .c-business-flow .pin-spacer {
    width: 500vw; }
  .c-business-flow .c-business-flow__content--wrapper {
    gap: 0;
    display: flex;
    flex-wrap: nowrap;
    width: 500vw;
    height: 100vh;
    will-change: auto;
    padding-top: 100px; }
    @media screen and (max-width: 768px) {
      .c-business-flow .c-business-flow__content--wrapper {
        padding-top: 60px; } }
    @media screen and (max-width: 480px) {
      .c-business-flow .c-business-flow__content--wrapper {
        padding-top: 0;
        display: block;
        height: auto; } }
    .c-business-flow .c-business-flow__content--wrapper .c-business-flow__content {
      position: relative;
      width: 100vw;
      height: 100%; }
      @media screen and (max-width: 480px) {
        .c-business-flow .c-business-flow__content--wrapper .c-business-flow__content {
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          height: 80vh; } }
      .c-business-flow .c-business-flow__content--wrapper .c-business-flow__content:nth-child(1) {
        background: url("../images/purchase/sec1_bg1.jpg") center center/cover; }
        .c-business-flow .c-business-flow__content--wrapper .c-business-flow__content:nth-child(1) .inner {
          max-width: 1400px; }
        @media screen and (max-width: 480px) {
          .c-business-flow .c-business-flow__content--wrapper .c-business-flow__content:nth-child(1) {
            background: url("../images/purchase/sec1_bg1_sp.jpg") center center/cover; } }
      .c-business-flow .c-business-flow__content--wrapper .c-business-flow__content:nth-child(2) {
        background: url("../images/purchase/sec1_bg2.jpg") center center/cover; }
        @media screen and (max-width: 480px) {
          .c-business-flow .c-business-flow__content--wrapper .c-business-flow__content:nth-child(2) {
            background: url("../images/purchase/sec1_bg2_sp.jpg") center center/cover; } }
      .c-business-flow .c-business-flow__content--wrapper .c-business-flow__content:nth-child(3) {
        background: url("../images/purchase/sec1_bg3.jpg") center center/cover; }
        @media screen and (max-width: 480px) {
          .c-business-flow .c-business-flow__content--wrapper .c-business-flow__content:nth-child(3) {
            background: url("../images/purchase/sec1_bg3_sp.jpg") center center/cover; } }
      .c-business-flow .c-business-flow__content--wrapper .c-business-flow__content:nth-child(4) {
        background: url("../images/purchase/sec1_bg4.jpg") center center/cover; }
        @media screen and (max-width: 480px) {
          .c-business-flow .c-business-flow__content--wrapper .c-business-flow__content:nth-child(4) {
            background: url("../images/purchase/sec1_bg4_sp.jpg") center center/cover; } }
      .c-business-flow .c-business-flow__content--wrapper .c-business-flow__content:nth-child(5) {
        background: url("../images/purchase/sec1_bg5.jpg") center center/cover; }
        @media screen and (max-width: 480px) {
          .c-business-flow .c-business-flow__content--wrapper .c-business-flow__content:nth-child(5) {
            background: url("../images/purchase/sec1_bg5_sp.jpg") center center/cover; } }
      .c-business-flow .c-business-flow__content--wrapper .c-business-flow__content .inner {
        display: flex;
        align-items: center;
        height: calc(100% - 120px); }
        @media screen and (max-height: 600px) {
          .c-business-flow .c-business-flow__content--wrapper .c-business-flow__content .inner {
            height: calc(100% - 70px); } }
        @media screen and (max-width: 480px) {
          .c-business-flow .c-business-flow__content--wrapper .c-business-flow__content .inner {
            height: 90%; } }
        .c-business-flow .c-business-flow__content--wrapper .c-business-flow__content .inner h3 {
          font-size: clamp(16px, 2.05vw, 25px);
          color: #fff;
          margin-bottom: 1.4em;
          letter-spacing: 0.1em; }
        .c-business-flow .c-business-flow__content--wrapper .c-business-flow__content .inner .read {
          color: #fff;
          line-height: 2.4;
          letter-spacing: 0.05em; }

.flow_ttl {
  position: fixed;
  z-index: -1;
  top: 140px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: clamp(16px, 2.05vw, 25px);
  color: #fff;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .flow_ttl.is-inview {
    z-index: 10;
    opacity: 1; }
  .flow_ttl.is-outview {
    z-index: -1;
    opacity: 0; }
  @media screen and (max-height: 600px) {
    .flow_ttl {
      top: 100px; } }
  @media screen and (max-width: 480px) {
    .flow_ttl {
      top: 80px; } }

.c-business-flow__progress {
  z-index: -1;
  position: fixed;
  bottom: 100px;
  left: 20%;
  width: 60%;
  height: 2px;
  background-color: #7e8690;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .c-business-flow__progress.is-inview {
    z-index: 10;
    opacity: 1; }
  .c-business-flow__progress.is-outview {
    z-index: -1;
    opacity: 0; }
  @media screen and (max-height: 600px) {
    .c-business-flow__progress {
      bottom: 50px; } }
  @media screen and (max-width: 480px) {
    .c-business-flow__progress {
      left: auto;
      width: 2px;
      right: 40px;
      bottom: 20%;
      height: 60%; } }
  .c-business-flow__progress .progress__indicator {
    width: 100%;
    height: 2px;
    background-color: #f6f6f6;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
    @media screen and (max-width: 480px) {
      .c-business-flow__progress .progress__indicator {
        width: 2px;
        height: 0; } }
    .c-business-flow__progress .progress__indicator[data-current="0"] .item01 {
      color: #fff; }
      .c-business-flow__progress .progress__indicator[data-current="0"] .item01::before {
        background: #fff; }
    .c-business-flow__progress .progress__indicator[data-current="1"] .item01 {
      color: #fff; }
      .c-business-flow__progress .progress__indicator[data-current="1"] .item01::before {
        background: #fff; }
    .c-business-flow__progress .progress__indicator[data-current="2"] .item01 {
      color: #fff; }
      .c-business-flow__progress .progress__indicator[data-current="2"] .item01::before {
        background: #fff; }
    .c-business-flow__progress .progress__indicator[data-current="2"] .item02 {
      color: #fff; }
      .c-business-flow__progress .progress__indicator[data-current="2"] .item02::before {
        background: #fff; }
    .c-business-flow__progress .progress__indicator[data-current="3"] .item01 {
      color: #fff; }
      .c-business-flow__progress .progress__indicator[data-current="3"] .item01::before {
        background: #fff; }
    .c-business-flow__progress .progress__indicator[data-current="3"] .item02 {
      color: #fff; }
      .c-business-flow__progress .progress__indicator[data-current="3"] .item02::before {
        background: #fff; }
    .c-business-flow__progress .progress__indicator[data-current="3"] .item03 {
      color: #fff; }
      .c-business-flow__progress .progress__indicator[data-current="3"] .item03::before {
        background: #fff; }
    .c-business-flow__progress .progress__indicator[data-current="4"] .item01 {
      color: #fff; }
      .c-business-flow__progress .progress__indicator[data-current="4"] .item01::before {
        background: #fff; }
    .c-business-flow__progress .progress__indicator[data-current="4"] .item02 {
      color: #fff; }
      .c-business-flow__progress .progress__indicator[data-current="4"] .item02::before {
        background: #fff; }
    .c-business-flow__progress .progress__indicator[data-current="4"] .item03 {
      color: #fff; }
      .c-business-flow__progress .progress__indicator[data-current="4"] .item03::before {
        background: #fff; }
    .c-business-flow__progress .progress__indicator[data-current="4"] .item04 {
      color: #fff; }
      .c-business-flow__progress .progress__indicator[data-current="4"] .item04::before {
        background: #fff; }
    .c-business-flow__progress .progress__indicator[data-current="5"] .item01 {
      color: #fff; }
      .c-business-flow__progress .progress__indicator[data-current="5"] .item01::before {
        background: #fff; }
    .c-business-flow__progress .progress__indicator[data-current="5"] .item02 {
      color: #fff; }
      .c-business-flow__progress .progress__indicator[data-current="5"] .item02::before {
        background: #fff; }
    .c-business-flow__progress .progress__indicator[data-current="5"] .item03 {
      color: #fff; }
      .c-business-flow__progress .progress__indicator[data-current="5"] .item03::before {
        background: #fff; }
    .c-business-flow__progress .progress__indicator[data-current="5"] .item04 {
      color: #fff; }
      .c-business-flow__progress .progress__indicator[data-current="5"] .item04::before {
        background: #fff; }
    .c-business-flow__progress .progress__indicator[data-current="5"] .item05 {
      color: #fff; }
      .c-business-flow__progress .progress__indicator[data-current="5"] .item05::before {
        background: #fff; }
    .c-business-flow__progress .progress__indicator .progress__item {
      position: absolute;
      top: 0;
      left: 0;
      color: #7e8690;
      font-size: .9375rem;
      transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      @media screen and (max-width: 480px) {
        .c-business-flow__progress .progress__indicator .progress__item {
          top: 0;
          left: auto; } }
      .c-business-flow__progress .progress__indicator .progress__item.item02 {
        left: 25%; }
        @media screen and (max-width: 480px) {
          .c-business-flow__progress .progress__indicator .progress__item.item02 {
            top: 25%;
            left: auto; } }
      .c-business-flow__progress .progress__indicator .progress__item.item03 {
        left: 50%; }
        @media screen and (max-width: 480px) {
          .c-business-flow__progress .progress__indicator .progress__item.item03 {
            top: 50%;
            left: auto; } }
      .c-business-flow__progress .progress__indicator .progress__item.item04 {
        left: 75%; }
        @media screen and (max-width: 480px) {
          .c-business-flow__progress .progress__indicator .progress__item.item04 {
            top: 75%;
            left: auto; } }
      .c-business-flow__progress .progress__indicator .progress__item.item05 {
        left: 100%; }
        @media screen and (max-width: 480px) {
          .c-business-flow__progress .progress__indicator .progress__item.item05 {
            top: 100%;
            left: auto; } }
      .c-business-flow__progress .progress__indicator .progress__item:before {
        position: absolute;
        top: -4px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #7e8690;
        content: "";
        transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
        @media screen and (max-width: 480px) {
          .c-business-flow__progress .progress__indicator .progress__item:before {
            top: 0;
            left: -4px; } }
      .c-business-flow__progress .progress__indicator .progress__item span {
        position: relative;
        top: 10px;
        left: -50%;
        white-space: nowrap;
        font-size: clamp(12px, 1.23vw, 15px); }
        @media screen and (max-width: 480px) {
          .c-business-flow__progress .progress__indicator .progress__item span {
            top: -50%;
            right: -5px;
            left: auto;
            writing-mode: vertical-rl; } }

.step_cap {
  text-align: center;
  font-size: clamp(10px, 1.476vw, 18px);
  margin-top: 3em; }
  @media screen and (max-width: 480px) {
    .step_cap {
      margin-top: 1.5em; } }

/*# sourceMappingURL=purchase.css.map */
