html,
body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  margin: 0;
  padding: 0; }

body {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 500; }

li {
  list-style: none; }

a {
  text-decoration: none; }

* {
  box-sizing: border-box; }

h2 {
  letter-spacing: 3.2px; }

.contents {
  padding-right: constant(safe-area-inset-right);
  padding-left: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-left); }

.br-sp {
  display: none; }

.br-pc {
  display: block; }

.br-ipad {
  display: none; }

header {
  position: fixed;
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
  justify-content: space-between;
  display: flex;
  padding: 6px 24px 6px 0px; }
  header .header-logo {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start; }
    header .header-logo img {
      width: 230px;
      height: 64px;
      display: block;
      object-fit: cover; }
  header .header-right ul {
    display: flex;
    font-size: 16px;
    height: 100%; }
    header .header-right ul li {
      display: flex;
      align-items: center;
      opacity: 0.8; }
      header .header-right ul li a {
        color: #555555;
        display: block;
        padding: 10px 10px; }
      header .header-right ul li:hover {
        color: black;
        opacity: 1; }
    header .header-right ul .last-item {
      margin-left: 10px;
      opacity: 1; }
      header .header-right ul .last-item a {
        color: white;
        display: block;
        padding: 7px 20px;
        background-color: #3db053;
        border-radius: 4px;
        transition: 0.3s; }
        header .header-right ul .last-item a:hover {
          background-color: green; }

.btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #3db053;
  font-size: 18px;
  transition: 0.3s; }
  .btn a {
    color: white;
    letter-spacing: 1.8px;
    display: block;
    padding: 18px 70px; }
  .btn:hover {
    background-color: green; }

.top-wrapper {
  background-image: url(/images/market.webp);
  background-size: cover;
  color: white;
  height: 730px;
  width: 100%; }
  .top-wrapper .top {
    background-color: rgba(0, 0, 0, 0.4); }
    .top-wrapper .top h1 {
      font-weight: bold;
      font-size: 36px;
      padding-top: 220px;
      margin-bottom: 16px;
      font-family: "Noto Sans CJK JP", "Hiragino Sans";
      letter-spacing: 1.12px; }
    .top-wrapper .top .top-caption {
      margin-bottom: 60px;
      font-size: 18px;
      letter-spacing: 0.64px; }
  .top-wrapper .btn {
    width: fit-content; }

.summary {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  top: 120px;
  background-color: white;
  text-align: center;
  border-radius: 6px;
  width: 100%;
  color: black;
  background-color: white;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.12); }
  .summary .summary-content {
    padding: 80px 76px 56px; }
    .summary .summary-content .summary-head {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 44px; }
      .summary .summary-content .summary-head h2 {
        font-size: 24px;
        padding: 0 24px;
        letter-spacing: 2px; }
      .summary .summary-content .summary-head img {
        display: block;
        height: 44px; }
    .summary .summary-content p {
      font-size: 18px; }

.first {
  background-color: #f7f7f7; }
  .first .introduction {
    padding-top: 380px;
    text-align: center; }
    .first .introduction h2 {
      font-size: 36px;
      margin-bottom: 60px; }
    .first .introduction p {
      font-size: 16px; }
  .first .intro-description {
    display: flex;
    padding-bottom: 120px;
    justify-content: space-around;
    flex-wrap: wrap; }
    .first .intro-description .intro-item {
      width: calc(33%);
      padding-top: 70px; }
      .first .intro-description .intro-item .item-image {
        margin-bottom: 20px; }
        .first .intro-description .intro-item .item-image img {
          width: calc(100% - 20px);
          object-fit: contain; }
      .first .intro-description .intro-item .itetm-content h3 {
        font-size: 18px; }
      .first .intro-description .intro-item .itetm-content p {
        font-size: 16px;
        padding: 20px;
        margin: 0 auto;
        text-align: left;
        max-width: 420px; }

#second {
  text-align: center;
  background-color: #f2f2f2; }
  #second .triangle {
    margin: 0 auto;
    width: 0px;
    border-top: 70px solid #f7f7f7;
    border-right: 100px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 100px solid transparent; }
  #second .introduction {
    padding-top: 60px;
    text-align: center; }
    #second .introduction h2 {
      font-size: 36px;
      margin-bottom: 40px; }
  #second .intro-description {
    display: flex;
    padding-bottom: 100px;
    justify-content: space-around;
    flex-wrap: wrap; }
    #second .intro-description .intro-item {
      width: calc(30%);
      padding-top: 70px; }
      #second .intro-description .intro-item .item-image {
        width: calc(100% - 20px);
        height: 184px;
        margin-bottom: 60px; }
        #second .intro-description .intro-item .item-image img {
          width: calc(100% - 20px);
          object-fit: contain; }
      #second .intro-description .intro-item .itetm-content h3 {
        font-size: 17px; }
      #second .intro-description .intro-item .itetm-content p {
        font-size: 16px;
        margin-top: 22px;
        text-align: left; }

.third {
  text-align: center;
  padding-top: 120px; }
  .third h3 {
    margin-bottom: 28px;
    font-size: 32px;
    color: #03af51;
    position: relative;
    display: inline-block;
    padding: 0 180px; }
  .third h3:before,
  .third h3:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 108px;
    height: 4px;
    background-color: #03af51; }
  .third h3:before {
    left: 0; }
  .third h3:after {
    right: 0; }
  .third .details {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    .third .details .function-item {
      margin-top: 64px;
      width: calc(50% - 60px);
      display: flex;
      flex-direction: column;
      align-items: center; }
      .third .details .function-item img {
        height: 250px;
        margin-bottom: 44px; }
      .third .details .function-item .funciton-content {
        background-color: #f8f8f8;
        border-radius: 20px;
        flex-grow: 1; }
        .third .details .function-item .funciton-content h5 {
          padding: 24px 0;
          font-size: 18px;
          color: #3db053; }
        .third .details .function-item .funciton-content p {
          font-size: 16px;
          padding: 0 28px 24px 28px;
          text-align: left; }
        .third .details .function-item .funciton-content small {
          font-size: x-small;
          line-height: 1.5;
          display: inline-block;
          padding-top: 10px; }

.intro-step {
  text-align: center;
  padding-top: 160px; }
  .intro-step h2 {
    font-size: 32px;
    letter-spacing: 3.2px;
    color: #03af51;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
    padding: 0 180px; }
  .intro-step h2:before,
  .intro-step h2:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 108px;
    height: 4px;
    background-color: #03af51; }
  .intro-step h2:before {
    left: 0; }
  .intro-step h2:after {
    right: 0; }
  .intro-step p {
    font-size: 18px;
    margin-bottom: 60px; }
  .intro-step .intro-image img {
    width: 90vw;
    max-width: 480px; }
  .intro-step .intro-triangle img {
    width: 32px;
    height: 16px; }

.use-step {
  text-align: center;
  padding-top: 140px; }
  .use-step h2 {
    font-size: 32px;
    letter-spacing: 3.2px;
    color: #03af51;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
    padding: 0 180px; }
  .use-step h2:before,
  .use-step h2:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 108px;
    height: 4px;
    background-color: #03af51; }
  .use-step h2:before {
    left: 0; }
  .use-step h2:after {
    right: 0; }
  .use-step p {
    font-size: 18px;
    margin-bottom: 60px; }
  .use-step .use-step-pc img {
    width: 80%;
    max-width: 720px;
    padding-bottom: 24px; }
  .use-step .use-step-sp {
    display: none; }

#catch1,
#catch2 {
  margin: 0 auto;
  width: calc(100% - 240px);
  max-width: 960px;
  background-image: url(/images/bg_banner.webp);
  background-size: cover;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
  transition: 0.3s;
  border-radius: 6px;
  margin-top: 134px;
  margin-bottom: 120px; }
  #catch1:hover,
  #catch2:hover {
    box-shadow: 0 8px 5px -5px rgba(50, 50, 100, 0.2);
    transform: translateY(-6px); }
  #catch1 a,
  #catch2 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000; }
    #catch1 a .material,
    #catch2 a .material {
      padding: 72px;
      display: flex; }
      #catch1 a .material .material-left,
      #catch2 a .material .material-left {
        flex-grow: 1; }
        #catch1 a .material .material-left h2,
        #catch2 a .material .material-left h2 {
          font-size: 24px;
          margin-bottom: 16px; }
        #catch1 a .material .material-left p,
        #catch2 a .material .material-left p {
          font-size: 15px; }
      #catch1 a .material .material-right,
      #catch2 a .material .material-right {
        display: flex;
        align-items: center; }
        #catch1 a .material .material-right .btn,
        #catch2 a .material .material-right .btn {
          padding: 18px 70px;
          color: #fff; }

#nimaruAwardBanner {
  margin: 0 auto;
  width: calc(100% - 240px);
  max-width: 960px;
  background-image: url(/images/bg_banner_nimaru_award.webp);
  background-size: cover;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
  transition: 0.3s;
  border-radius: 6px;
  margin-top: 134px;
  margin-bottom: 120px; }
  #nimaruAwardBanner:hover {
    box-shadow: 0 8px 5px -5px rgba(50, 50, 100, 0.2);
    transform: translateY(-6px); }
  #nimaruAwardBanner a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000; }
    #nimaruAwardBanner a .material {
      padding: 72px;
      display: flex; }
      #nimaruAwardBanner a .material .material-left {
        flex-grow: 1; }
        #nimaruAwardBanner a .material .material-left h2 {
          font-size: 24px;
          margin-bottom: 16px; }
        #nimaruAwardBanner a .material .material-left p {
          font-size: 15px; }
      #nimaruAwardBanner a .material .material-right {
        display: flex;
        align-items: center; }
        #nimaruAwardBanner a .material .material-right .btn {
          padding: 18px 20px;
          color: #fff; }

.forth {
  text-align: center; }
  .forth h3 {
    font-size: 36px;
    letter-spacing: 3.6px;
    color: #03af51;
    position: relative;
    display: inline-block;
    padding: 0 180px; }
  .forth h3:before,
  .forth h3:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 108px;
    height: 3px;
    background-color: #03af51; }
  .forth h3:before {
    left: 0; }
  .forth h3:after {
    right: 0; }
  .forth .cases {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 48px 0; }
    .forth .cases a {
      display: block;
      width: 100%; }
      .forth .cases a .case {
        margin: 0; }
        .forth .cases a .case .thumbnail img {
          width: 100%;
          object-fit: cover; }
        .forth .cases a .case .text .client {
          font-size: 12px; }
  @media screen and (min-width: 480px) {
    .forth .cases a {
      margin: 3% 10%; }
      .forth .cases a .case {
        padding: 0;
        height: 200px;
        display: grid;
        grid-template-columns: 55% 45%;
        box-shadow: 1px 2px 5px -1px rgba(50, 50, 100, 0.2);
        border-radius: 10px; }
        .forth .cases a .case .thumbnail {
          display: flex;
          margin: 0;
          padding: 0;
          grid-column: 1 / 2;
          overflow: hidden;
          border-radius: 10px 0 0 10px; }
          .forth .cases a .case .thumbnail img {
            height: 100%; }
        .forth .cases a .case .text {
          grid-column: 2 / 3;
          display: flex;
          flex-direction: column;
          padding-right: 5px; }
          .forth .cases a .case .text .header {
            display: flex;
            font-weight: bold;
            font-size: 18px;
            margin: auto auto 0 0;
            padding-left: 5px; }
          .forth .cases a .case .text .client {
            display: flex;
            margin: 0 0 auto auto; } }
    @media screen and (min-width: 480px) and (min-width: 1024px) {
      .forth .cases a .case:hover img {
        transform: scale(1.4);
        transition-duration: 1s; }
      .forth .cases a .case:hover .header,
      .forth .cases a .case:hover .client {
        color: #03af51; }
      .forth .cases a .case img {
        transition-duration: 0.5s; } }

@media screen and (min-width: 480px) and (min-width: 900px) {
  .forth .cases {
    flex-wrap: wrap;
    flex-direction: row;
    margin: 48px -60px; }
    .forth .cases a {
      margin: 2% 1%;
      width: 48%; }
      .forth .cases a .case {
        margin: 0; } }
  @media screen and (min-width: 270px) and (max-width: 480px) {
    .forth .cases {
      margin: 20px auto; }
      .forth .cases a .case {
        position: relative;
        height: 70vw;
        margin: 10px; }
        .forth .cases a .case .thumbnail {
          align-self: start;
          position: absolute; }
        .forth .cases a .case .text {
          box-shadow: 1px 2px 5px -1px rgba(50, 50, 100, 0.2);
          border-radius: 10px;
          margin: 0 7.5%;
          padding: 5%;
          position: absolute;
          background-color: #fff;
          bottom: -10px; }
          .forth .cases a .case .text .header {
            font-size: 15px; }
          .forth .cases a .case .text .client {
            font-size: 12px; } }

@keyframes loop-first {
  from {
    transform: translateX(300%); }
  to {
    transform: translateX(-100%); } }

@keyframes loop-second {
  from {
    transform: translateX(200%); }
  to {
    transform: translateX(-200%); } }

@keyframes loop-third {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(-300%); } }

@keyframes loop-forth {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-400%); } }
  .forth .examples-flow {
    display: flex;
    margin: 20px 0;
    overflow: hidden; }
    .forth .examples-flow .examples {
      display: flex; }
    .forth .examples-flow .examples-first {
      animation: loop-first 80s -60s linear infinite; }
    .forth .examples-flow .examples-second {
      animation: loop-second 80s -40s linear infinite; }
    .forth .examples-flow .examples-third {
      animation: loop-third 80s -20s linear infinite; }
    .forth .examples-flow .examples-forth {
      animation: loop-forth 80s linear infinite; }
    .forth .examples-flow.examples-shift .examples-first {
      animation: loop-first 80s -65s linear infinite; }
    .forth .examples-flow.examples-shift .examples-second {
      animation: loop-second 80s -45s linear infinite; }
    .forth .examples-flow.examples-shift .examples-third {
      animation: loop-third 80s -25s linear infinite; }
    .forth .examples-flow.examples-shift .examples-forth {
      animation: loop-forth 80s -5s linear infinite; }
    .forth .examples-flow .example {
      height: 100px;
      width: 200px; }
      .forth .examples-flow .example img {
        display: block;
        width: 80%;
        height: 100%;
        object-fit: contain;
        margin: auto; }
    .forth .examples-flow p {
      font-size: 16px;
      margin-top: 64px; }
  .forth .question-title h3 {
    margin-top: 120px;
    margin-bottom: 80px; }
  .forth .questions-container {
    margin: 0 auto;
    display: flex;
    max-width: 570px;
    text-align: left; }
    .forth .questions-container .container {
      width: 100%;
      margin: 0; }
      .forth .questions-container .container .question {
        background-color: #3db053;
        color: white;
        box-shadow: 0px 3px 10px #00000029;
        font-size: 16px;
        border-radius: 24px;
        margin-bottom: 24px;
        width: fit-content;
        margin-left: auto; }
        .forth .questions-container .container .question p {
          padding: 16px 20px 16px 20px;
          display: block; }
    .forth .questions-container .answer {
      font-size: 16px;
      display: flex;
      margin-bottom: 80px;
      margin-right: auto; }
      .forth .questions-container .answer .answer-img {
        margin-right: 20px; }
        .forth .questions-container .answer .answer-img img {
          width: 60px;
          height: 60px;
          object-fit: contain;
          border-radius: 30px; }
      .forth .questions-container .answer .anwer-content {
        padding: 16px 20px 16px 20px;
        box-shadow: 0px 3px 10px #00000029;
        border-radius: 24px;
        max-width: 392px; }
        .forth .questions-container .answer .anwer-content a {
          color: #3db053;
          text-decoration: underline; }
          .forth .questions-container .answer .anwer-content a:hover {
            color: green; }

.spacing {
  margin-top: 40px;
  height: 160px; }

#catch2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto; }

#news-container {
  background-color: #e5e5e54d;
  padding-bottom: 180px; }
  #news-container h2 {
    text-align: center;
    padding-top: 160px;
    padding-bottom: 88px;
    font-size: 32px; }

table {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  border: none; }
  table tr {
    background-color: white;
    height: 72px; }
  table td {
    padding: 12px 8px; }
  table .date {
    text-align: center;
    border-bottom: medium solid #e5e5e54d;
    padding-left: 20px; }
  table .information {
    border-bottom: medium solid #e5e5e54d;
    padding-right: 20px; }
    table .information span.sp-date {
      display: none;
      color: #07140acc;
      font-size: 14px; }

.newslist-link-container {
  margin: 20px auto 0;
  text-align: center;
  max-width: 300px;
  height: 60px; }
  .newslist-link-container a {
    width: 100%;
    height: 100%;
    display: block; }
  .newslist-link-container .newslist-link {
    background-color: #3db053;
    border-radius: 6px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s; }
    .newslist-link-container .newslist-link .link-text {
      color: #fff; }
    .newslist-link-container .newslist-link:hover {
      opacity: 1;
      background-color: green; }

footer {
  background-color: #515d54;
  color: white; }
  footer .container {
    display: flex;
    align-items: center;
    padding: 60px 0 60px 0; }
    footer .container .footer-left {
      flex-grow: 1;
      justify-content: flex-start; }
      footer .container .footer-left h3 {
        font-size: 16px;
        letter-spacing: 1.6px;
        margin-bottom: 10px;
        font-weight: bold; }
      footer .container .footer-left p {
        font-size: 12px;
        letter-spacing: 1.2px;
        margin-bottom: 10px; }
      footer .container .footer-left .footer-logo {
        margin-bottom: 24px;
        width: 160px;
        height: 38px;
        object-fit: contain; }
    footer .container .footer-right {
      display: flex; }
      footer .container .footer-right .signup {
        margin-right: 30px; }
  footer .footer-last {
    text-align: center;
    font-size: 12px;
    padding-bottom: 15px; }
    footer .footer-last a {
      color: white; }

.container {
  max-width: 960px;
  margin: 0 auto; }

@media (max-width: 1110px) {
  .container {
    max-width: 670px; }
  .summary {
    max-width: 670px; }
  .header-right {
    display: none; }
  .br-ipad {
    display: block; }
  .item-image img {
    height: 180px;
    object-fit: contain; }
  .first .item-image {
    margin-bottom: 30px; }
  .btn a {
    font-size: 14px;
    padding: 16px 48px; }
  #second .intro-description .intro-item .item-image {
    margin: 0 auto; }
    #second .intro-description .intro-item .item-image img {
      object-fit: contain;
      margin-bottom: 0px; }
  #second .intro-description .intro-item .itetm-content {
    margin-top: 0px; }
    #second .intro-description .intro-item .itetm-content h3 {
      font-size: 16.8px; }
  #catch1,
  #catch2 {
    margin: 0 auto;
    width: calc(100% - 80px);
    border-radius: 6px;
    margin-top: 60px;
    margin-bottom: 110px; }
    #catch1 a .material,
    #catch2 a .material {
      padding: 60px 60px 50px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #catch1 a .material .material-left h2,
      #catch2 a .material .material-left h2 {
        font-size: 24px;
        margin-bottom: 16px; }
      #catch1 a .material .material-left p,
      #catch2 a .material .material-left p {
        font-size: 14px;
        margin-bottom: 28px; }
  #nimaruAwardBanner {
    margin: 0 auto;
    width: calc(100% - 80px);
    border-radius: 6px;
    margin-top: 60px;
    margin-bottom: 110px; }
    #nimaruAwardBanner a .material {
      padding: 60px 60px 50px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #nimaruAwardBanner a .material .material-left h2 {
        font-size: 24px;
        margin-bottom: 16px; }
      #nimaruAwardBanner a .material .material-left p {
        font-size: 14px;
        margin-bottom: 28px; }
  #news-container h2 {
    padding-top: 340px;
    padding-bottom: 80px;
    font-size: 24px; }
  footer .btn {
    padding: 0px; }
  footer .container .footer-left p {
    font-size: 10px; } }

@media (max-width: 671px) {
  .br-sp {
    display: block; }
  .br-pc {
    display: none; }
  table .date {
    display: none; }
  table .information {
    padding: 12px; }
    table .information span.sp-date {
      padding-bottom: 0;
      display: block; }
    table .information span {
      padding: 8px;
      display: block; }
  .container {
    width: 80%; }
  header {
    padding: 0 8px; }
  .top-wrapper .top h1 {
    font-size: 28px; }
  .top-wrapper .top p {
    font-size: 16px; }
  .summary {
    width: 92vw;
    max-width: 480px; }
    .summary .summary-content {
      text-align: center;
      padding: 56px 12px 60px; }
      .summary .summary-content .summary-head {
        display: flex;
        justify-content: center;
        align-items: center; }
        .summary .summary-content .summary-head h2 {
          font-size: 17px;
          margin: 20px 8px;
          letter-spacing: 2px;
          padding: 0px; }
        .summary .summary-content .summary-head img {
          width: 18px;
          height: 90px; }
      .summary .summary-content p {
        font-size: 16px; }
  .first .introduction h2 {
    font-size: 24px; }
  .first .introduction p {
    font-size: 16px; }
  .first .intro-description .intro-item {
    flex: auto;
    width: calc(100% - 20px); }
    .first .intro-description .intro-item .item-image {
      margin-bottom: 0px; }
  #second .introduction {
    padding-top: 40px; }
    #second .introduction h2 {
      font-size: 22px;
      margin-bottom: 0; }
    #second .introduction p {
      font-size: 16px; }
  #second .intro-description .intro-item {
    flex: auto;
    width: calc(100% - 20px); }
    #second .intro-description .intro-item .item-image {
      margin: 0 auto; }
      #second .intro-description .intro-item .item-image img {
        object-fit: contain;
        margin-bottom: 20px; }
    #second .intro-description .intro-item .itetm-content {
      margin-top: 10px; }
      #second .intro-description .intro-item .itetm-content h3 {
        font-size: 16.8px; }
  .third h3 {
    font-size: 22px;
    padding: 0 56px;
    margin-bottom: 0px; }
  .third h3:before,
  .third h3:after {
    width: 45px;
    height: 1px; }
  .third .details .function-item {
    flex: auto;
    width: calc(100% - 20px); }
    .third .details .function-item img {
      margin-bottom: 20px; }
    .third .details .function-item .funciton-content h5 {
      font-size: 16px;
      font-weight: bold; }
    .third .details .function-item .funciton-content p {
      font-size: 14px; }
  .intro-step h2,
  .use-step h2 {
    font-size: 22px;
    padding: 0 56px;
    margin-bottom: 0px; }
  .intro-step h2:before,
  .intro-step h2:after,
  .use-step h2:before,
  .use-step h2:after {
    width: 45px;
    height: 1px; }
  .intro-step p,
  .use-step p {
    font-size: 16px;
    padding: 45px;
    margin-bottom: 0px; }
  .use-step .use-step-pc {
    display: none; }
  .use-step .use-step-sp {
    display: block; }
    .use-step .use-step-sp img {
      width: 90vw;
      max-width: 360px;
      padding-bottom: 24px; }
  #catch1 a .material,
  #catch2 a .material {
    padding: 60px 20px 50px 20px; }
  #nimaruAwardBanner a .material {
    padding: 60px 20px 50px 20px; }
  .forth .examples-flow .example {
    height: 60px;
    width: 120px; }
    .forth .examples-flow .example img {
      display: block;
      height: auto;
      width: 80%;
      object-fit: contain;
      margin: auto; }
  .forth .example-last span {
    display: block; }
  .forth .questions-container {
    margin: 0 auto;
    display: flex;
    width: 330px;
    text-align: left; }
    .forth .questions-container .container {
      margin: 0px;
      width: 100%; }
      .forth .questions-container .container .answer {
        max-width: 266px; }
        .forth .questions-container .container .answer .answer-img {
          margin-right: 10px; }
          .forth .questions-container .container .answer .answer-img img {
            width: 40px;
            height: 40px;
            object-fit: contain;
            border-radius: 20px; }
    .forth .questions-container .question p {
      max-width: 250px; }
  .forth h3 {
    font-size: 22px;
    padding: 0 56px;
    margin-bottom: 10px; }
  .forth h3:before,
  .forth h3:after {
    width: 45px;
    height: 1px; }
  footer .container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 60px 40px 80px 40px; }
    footer .container .footer-left {
      flex-grow: 1;
      justify-content: flex-start;
      text-align: center; }
      footer .container .footer-left p {
        margin-bottom: 10px;
        margin-bottom: 40px; }
      footer .container .footer-left .footer-logo {
        margin-bottom: 24px;
        width: 160px;
        height: 40px; }
    footer .container .footer-right {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      footer .container .footer-right .signup {
        margin: 0 auto;
        margin-bottom: 20px; }
  footer .footer-last {
    display: block;
    padding-bottom: 30px;
    font-size: 12px;
    text-align: center; } }

@media (max-width: 376px) {
  .br-ipad {
    display: none; }
  .intro-step p,
  .use-step p {
    font-size: 15px; }
  #catch1 a .material .material-left p,
  #catch2 a .material .material-left p {
    font-size: 14px; }
  #catch1 a .material .material-right .btn a,
  #catch2 a .material .material-right .btn a {
    padding: 16px 64px; }
  #nimaruAwardBanner a .material .material-left p {
    font-size: 14px; }
  #nimaruAwardBanner a .material .material-right .btn a {
    padding: 16px 64px; } }
