html {
  scroll-behavior: smooth; }

.first_view_section {
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(../img/mainvisual.jpg);
  background-size: cover;
  background-position: left top;
  height: 470px;
  padding: 10px; }
  @media screen and (max-width: 768px) {
    .first_view_section {
      height: 280px; } }
  .first_view_section .message {
    margin-top: 170px;
    font-size: 36px;
    font-weight: bold;
    margin-left: 10px; }
    @media screen and (max-width: 768px) {
      .first_view_section .message {
        font-size: 22px;
        margin-top: 100px; } }
    .first_view_section .message span {
      color: #e61874; }
  .first_view_section .logo {
    width: 230px; }
    @media screen and (max-width: 768px) {
      .first_view_section .logo {
        width: 160px; } }

.introduction_section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0; }
  .introduction_section h2 {
    font-size: 28px;
    text-align: center;
    color: #0a2733;
    font-weight: bold;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .introduction_section h2 {
        font-size: 22px; } }
    .introduction_section h2 span {
      color: #e61874; }

.cta_wrap {
  background-color: #ffebee;
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    .cta_wrap {
      padding: 50px 0; } }
  .cta_wrap.top {
    padding: 40px 0;
    margin-bottom: 70px; }
    @media screen and (max-width: 768px) {
      .cta_wrap.top {
        margin-bottom: 40px; } }
  .cta_wrap p {
    position: relative;
    font-size: 18px;
    width: 250px;
    margin: 0 auto 30px;
    text-align: center; }
    .cta_wrap p::after {
      position: absolute;
      top: -2px;
      right: -1.3em;
      display: block;
      content: "";
      width: 2px;
      height: 120%;
      transform: rotate(30deg);
      background: #333; }
    .cta_wrap p::before {
      position: absolute;
      top: -2px;
      left: -1.3em;
      display: block;
      content: "";
      width: 2px;
      height: 120%;
      transform: rotate(-30deg);
      background: #333; }
  .cta_wrap .cta {
    margin: 0 auto;
    display: block;
    padding: 20px 0;
    max-width: 560px;
    width: 100%;
    border: 2px solid #e61874;
    border-radius: 90px;
    background-color: #fff;
    color: #e61874;
    text-align: center;
    letter-spacing: .03em;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    transition: background-color .2s, color .2s; }
    @media screen and (max-width: 768px) {
      .cta_wrap .cta {
        width: 230px;
        font-size: 16px;
        padding: 15px 0; } }

.feature_section {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .feature_section {
      padding: 0 20px; } }
  .feature_section h2 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: .15em;
    line-height: 1;
    text-align: center;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .feature_section h2 {
        font-size: 24px;
        margin-bottom: 25px; } }
    .feature_section h2 span {
      color: #e61874;
      font-size: 68px; }
      @media screen and (max-width: 768px) {
        .feature_section h2 span {
          font-size: 34px; } }
  .feature_section .points {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-shrink: 0;
    margin-bottom: 150px;
    gap: 20px; }
    @media screen and (max-width: 768px) {
      .feature_section .points {
        display: block;
        margin-bottom: 80px; } }
    .feature_section .points .point {
      width: 33%; }
      @media screen and (max-width: 768px) {
        .feature_section .points .point {
          margin-bottom: 30px;
          width: 100%; } }
      .feature_section .points .point h3 {
        margin: 0 0 8px 0;
        font-size: 32px;
        letter-spacing: .15em;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        word-break: break-word; }
        @media screen and (max-width: 768px) {
          .feature_section .points .point h3 {
            font-size: 20px; } }
      .feature_section .points .point .text {
        margin-top: 15px; }

.what_can_do_wrap .wcd_nav {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px; }
  @media screen and (max-width: 768px) {
    .what_can_do_wrap .wcd_nav {
      padding: 0 20px;
      display: block; } }
  .what_can_do_wrap .wcd_nav .item {
    background-color: #fff;
    box-sizing: border-box;
    width: 48.3%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding-bottom: 20px;
    display: block;
    transition: transform .3s;
    transform: translate3d(0, 0, 0);
    padding: 50px 40px 30px;
    height: 290px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .what_can_do_wrap .wcd_nav .item {
        width: 100%;
        margin-bottom: 30px;
        height: auto;
        padding: 40px 30px 55px; } }
    .what_can_do_wrap .wcd_nav .item .strong {
      color: #8ec31f;
      font-size: 36px;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .what_can_do_wrap .wcd_nav .item .strong {
          font-size: 24px;
          margin-bottom: 10px; } }
      .what_can_do_wrap .wcd_nav .item .strong span {
        font-size: 16px; }
        @media screen and (max-width: 768px) {
          .what_can_do_wrap .wcd_nav .item .strong span {
            font-size: 14px; } }
    .what_can_do_wrap .wcd_nav .item .text p {
      line-height: 1.7; }
    .what_can_do_wrap .wcd_nav .item .arrow {
      text-align: center;
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      transform: rotate(90deg);
      color: #8ec31f;
      font-size: 25px;
      width: 100%; }
    .what_can_do_wrap .wcd_nav .item:last-child .strong {
      color: #28a7e1; }
    .what_can_do_wrap .wcd_nav .item:last-child .arrow {
      color: #28a7e1; }
.what_can_do_wrap .supplier_section,
.what_can_do_wrap .buyer_section {
  padding: 176px 0 100px;
  background-color: #f4f9e9;
  margin-top: -120px; }
  @media screen and (max-width: 768px) {
    .what_can_do_wrap .supplier_section,
    .what_can_do_wrap .buyer_section {
      padding: 350px 20px 80px;
      margin-top: -330px; } }
  .what_can_do_wrap .supplier_section .supplier_section_inner,
  .what_can_do_wrap .supplier_section .buyer_section_inner,
  .what_can_do_wrap .buyer_section .supplier_section_inner,
  .what_can_do_wrap .buyer_section .buyer_section_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 50px; }
    @media screen and (max-width: 768px) {
      .what_can_do_wrap .supplier_section .supplier_section_inner,
      .what_can_do_wrap .supplier_section .buyer_section_inner,
      .what_can_do_wrap .buyer_section .supplier_section_inner,
      .what_can_do_wrap .buyer_section .buyer_section_inner {
        padding-top: 50px; } }
    .what_can_do_wrap .supplier_section .supplier_section_inner h2,
    .what_can_do_wrap .supplier_section .buyer_section_inner h2,
    .what_can_do_wrap .buyer_section .supplier_section_inner h2,
    .what_can_do_wrap .buyer_section .buyer_section_inner h2 {
      font-size: 48px;
      font-weight: bold;
      text-align: center;
      letter-spacing: .15em;
      color: #8ec31f;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .what_can_do_wrap .supplier_section .supplier_section_inner h2,
        .what_can_do_wrap .supplier_section .buyer_section_inner h2,
        .what_can_do_wrap .buyer_section .supplier_section_inner h2,
        .what_can_do_wrap .buyer_section .buyer_section_inner h2 {
          font-size: 24px;
          margin-bottom: 30px; } }
    .what_can_do_wrap .supplier_section .supplier_section_inner .items,
    .what_can_do_wrap .supplier_section .buyer_section_inner .items,
    .what_can_do_wrap .buyer_section .supplier_section_inner .items,
    .what_can_do_wrap .buyer_section .buyer_section_inner .items {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: wrap;
      align-items: stretch;
      gap: 18px; }
      .what_can_do_wrap .supplier_section .supplier_section_inner .items .item,
      .what_can_do_wrap .supplier_section .buyer_section_inner .items .item,
      .what_can_do_wrap .buyer_section .supplier_section_inner .items .item,
      .what_can_do_wrap .buyer_section .buyer_section_inner .items .item {
        width: 40.94%;
        max-width: 524px;
        background-color: #fff;
        border-radius: 16px;
        margin-bottom: 18px;
        padding: 40px;
        display: flex;
        flex-direction: column; }
        @media screen and (max-width: 768px) {
          .what_can_do_wrap .supplier_section .supplier_section_inner .items .item,
          .what_can_do_wrap .supplier_section .buyer_section_inner .items .item,
          .what_can_do_wrap .buyer_section .supplier_section_inner .items .item,
          .what_can_do_wrap .buyer_section .buyer_section_inner .items .item {
            width: 100%;
            padding: 30px; } }
        .what_can_do_wrap .supplier_section .supplier_section_inner .items .item img,
        .what_can_do_wrap .supplier_section .buyer_section_inner .items .item img,
        .what_can_do_wrap .buyer_section .supplier_section_inner .items .item img,
        .what_can_do_wrap .buyer_section .buyer_section_inner .items .item img {
          object-fit: cover;
          height: 300px; }
          @media screen and (max-width: 768px) {
            .what_can_do_wrap .supplier_section .supplier_section_inner .items .item img,
            .what_can_do_wrap .supplier_section .buyer_section_inner .items .item img,
            .what_can_do_wrap .buyer_section .supplier_section_inner .items .item img,
            .what_can_do_wrap .buyer_section .buyer_section_inner .items .item img {
              height: 180px; } }
        .what_can_do_wrap .supplier_section .supplier_section_inner .items .item .item_name,
        .what_can_do_wrap .supplier_section .buyer_section_inner .items .item .item_name,
        .what_can_do_wrap .buyer_section .supplier_section_inner .items .item .item_name,
        .what_can_do_wrap .buyer_section .buyer_section_inner .items .item .item_name {
          font-size: 36px;
          font-weight: bold;
          text-align: center;
          line-height: 1;
          margin-bottom: 16px;
          color: #8ec31f;
          margin: 25px 0; }
          @media screen and (max-width: 768px) {
            .what_can_do_wrap .supplier_section .supplier_section_inner .items .item .item_name,
            .what_can_do_wrap .supplier_section .buyer_section_inner .items .item .item_name,
            .what_can_do_wrap .buyer_section .supplier_section_inner .items .item .item_name,
            .what_can_do_wrap .buyer_section .buyer_section_inner .items .item .item_name {
              font-size: 20px;
              margin: 20px 0 15px; } }
        .what_can_do_wrap .supplier_section .supplier_section_inner .items .item .text p,
        .what_can_do_wrap .supplier_section .buyer_section_inner .items .item .text p,
        .what_can_do_wrap .buyer_section .supplier_section_inner .items .item .text p,
        .what_can_do_wrap .buyer_section .buyer_section_inner .items .item .text p {
          line-height: 1.7; }
.what_can_do_wrap .buyer_section {
  padding: 100px 20px;
  margin-top: 0;
  background-color: #e9f6fc; }
  @media screen and (max-width: 768px) {
    .what_can_do_wrap .buyer_section {
      padding: 80px 20px; } }
  .what_can_do_wrap .buyer_section .buyer_section_inner {
    padding-top: 0; }
    .what_can_do_wrap .buyer_section .buyer_section_inner h2 {
      color: #28a7e1; }
    .what_can_do_wrap .buyer_section .buyer_section_inner .items .item .item_name {
      color: #28a7e1; }
.what_can_do_wrap .step_section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    .what_can_do_wrap .step_section {
      padding: 80px 20px; } }
  .what_can_do_wrap .step_section .step_wrap h3 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: .15em;
    line-height: 1;
    text-align: center;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .what_can_do_wrap .step_section .step_wrap h3 {
        font-size: 22px;
        margin-bottom: 40px; } }
    .what_can_do_wrap .step_section .step_wrap h3 span {
      color: #8ec31f;
      font-size: 68px; }
      @media screen and (max-width: 768px) {
        .what_can_do_wrap .step_section .step_wrap h3 span {
          font-size: 32px; } }
  .what_can_do_wrap .step_section .step_wrap .steps {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .what_can_do_wrap .step_section .step_wrap .steps {
        display: block; } }
    .what_can_do_wrap .step_section .step_wrap .steps .step {
      padding: 0 25px;
      border-right: 1px solid #e5f1cb; }
      @media screen and (max-width: 768px) {
        .what_can_do_wrap .step_section .step_wrap .steps .step {
          margin-bottom: 30px;
          border-right: none;
          padding: 0 0 20px;
          border-bottom: 1px solid #e5f1cb; } }
      .what_can_do_wrap .step_section .step_wrap .steps .step .step_name {
        color: #333;
        font-size: 34px;
        font-weight: bold;
        display: flex;
        align-items: center;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          .what_can_do_wrap .step_section .step_wrap .steps .step .step_name {
            font-size: 20px; } }
        .what_can_do_wrap .step_section .step_wrap .steps .step .step_name span {
          color: #8ec31f;
          margin-right: 10px; }
  .what_can_do_wrap .step_section .btn {
    font-size: 18px;
    max-width: 560px;
    width: 100%;
    line-height: 1;
    padding: 22px 0;
    background-color: #8ec31f;
    font-weight: bold;
    transition: background-color .2s, color .2s;
    color: #fff;
    text-align: center;
    letter-spacing: .2em;
    border-radius: 48px;
    display: block;
    margin: 50px auto 0; }
    @media screen and (max-width: 768px) {
      .what_can_do_wrap .step_section .btn {
        font-size: 16px;
        width: 190px;
        padding: 15px; } }
  .what_can_do_wrap .step_section.buyer .step_wrap h3 span {
    color: #28a7e1; }
  .what_can_do_wrap .step_section.buyer .step_wrap .steps .step {
    border-right: 1px solid #ceebf8; }
    @media screen and (max-width: 768px) {
      .what_can_do_wrap .step_section.buyer .step_wrap .steps .step {
        border-bottom: 1px solid #ceebf8;
        border-right: none; } }
    .what_can_do_wrap .step_section.buyer .step_wrap .steps .step .step_name span {
      color: #28a7e1; }
  .what_can_do_wrap .step_section.buyer .btn {
    background-color: #28a7e1; }

footer {
  background-color: #2b2b2b;
  padding: 40px 0; }
  footer .footer_inner {
    max-width: 620px;
    margin: 0 auto; }
    footer .footer_inner ul {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      footer .footer_inner ul li {
        margin-bottom: 10px; }
        footer .footer_inner ul li a {
          padding: 0 10px;
          color: #fff;
          border-right: 1px solid #fff;
          border-left: 1px solid #fff;
          font-size: 14px;
          text-decoration: underline; }
