@charset "utf-8";
/* CSS Document */

/* =================================================================
 * 
 *  共通
 * 
 * ================================================================= */
iframe form.form input[type="submit"] {
  background-color: #fff;
  border-color: #fff;
}

html {
  font-size: 62.5%; /*16px × 62.5=10px*/
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #444;
  font-size: 1.6rem;
  font-weight: 400; /* regular-400 bold-600 black-700 */
  font-feature-settings: "palt";
  line-height: 1.8;
  background-color: #fff;
}

p {
  margin-bottom: 0.5em;
}
p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: currentColor;
  text-decoration: none;
  transition: all 0.2s;
}

a:hover,
a:focus {
  opacity: 0.7;
}

.text-center {
  text-align: center;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  padding-left: 0.7em;
  text-indent: -0.7em;
}

.d-flex {
  display: flex;
  align-items: center;
}

.spaceBetween {
  justify-content: space-between;
}

.h-neue {
  vertical-align: baseline;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 1.509rem + 1.45vw, 2.6rem);
  line-height: 5rem;
  letter-spacing: 0;
}

/* デバイスごとの非表示
 * ====================== */

.sp {
  display: none;
}
.tb {
  display: none;
}
@media screen and (max-width: 1200px) {
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
  .tb {
    display: none;
  }
  .pc {
    display: none;
  }
}

/* セクション
 * ====================== */

.section {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}

.footer-section {
  padding: 60px 0 10px 0;
}

.case-section {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .case-section {
    padding-top: 60px;
  }
}

.section__inner {
  width: 94%;
  max-width: 1140px;
  margin-inline: auto;
}

/* 見出しと説明
 * ====================== */

/* 見出し（下線）*/
.h2 {
  position: relative;
  margin-bottom: 80px;
  border-radius: 2px;
  font-size: clamp(2rem, 1.22rem + 3.9vw, 4rem);
  text-align: center;
  line-height: 1.4;
}
.h2::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  bottom: -20px;
  left: 50%;
  background-color: #ffe200;
  transform: translateX(-50%);
}

.h2-discription {
  width: fit-content;
  max-width: 900px;
  margin-inline: auto;
  margin-bottom: 60px;
}

.h3 {
  position: relative;
  font-size: clamp(1.5rem, 1rem + 1.6vw, 2.6rem);
  line-height: 1.4;
  font-weight: 600;
}

/* リストスタイル
 * ====================== */

ul li {
  position: relative;
  padding-left: 1em;
  list-style-position: inside;
  list-style: none;
}

/* 黒丸 */
ul li.decimal::before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 0.3em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333333;
  transform: translateY(-50%);
}

/* 白丸 */
ul li.decimal-white::before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 0.3em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: solid 1px #333333;
  background-color: #fff;
  transform: translateY(-50%);
}

/* 背景
 * ====================== */

.bg-lightGray {
  background-color: #f7f7f7;
}

.bg-lightBlue {
  background-color: #daeaff;
}

.bg-blue {
  background-color: #004098;
}

.bg-white {
  background-color: #ffffff;
}

/* カード
 * ====================== */

.card {
  margin-bottom: 40px;
  padding: 6rem;
  border-radius: 1rem;
  box-shadow: 0 4px 6px 0 #00000008;
  position: relative;
}
@media screen and (max-width: 768px) {
  .card {
    padding: 2rem;
  }
}

.card:last-of-type {
  margin-bottom: 0;
}

/* アンダーライン
 * ====================== */

.underline-yellow {
  display: inline;
  padding: 0 1px 0px;
  background: linear-gradient(transparent 60%, #fbe9b1 60%);
}

/* 文字 強調 強弱
 * ====================== */

.text-blue {
  color: #004098;
}

.text-lightblue {
  color: #63a7de;
}

.text-large {
  font-size: clamp(1.8rem, 1.566rem + 1.17vw, 2.4rem);
  font-weight: 600;
}

.text-small {
  font-size: 1.4rem;
}

.bold {
  font-weight: 600;
}

/* ボタン
 * ====================== */

.btn {
  display: block;
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
  padding: 0.5em 1em;
  border: solid 2px transparent;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: clamp(1.5rem, 1.149rem + 1.76vw, 2.4rem);
  font-weight: 600;
  text-align: center;
}

.btn:has(+ p) {
  margin-bottom: 10px;
}

/* ボタン */

.btn-blue {
  background-color: #004098;
  color: #fff;
}

/* =================================================================
 * 
 *  セクション
 * 
 * ================================================================= */

/* mv
 * ====================== */
.mv {
  padding-bottom: 60px;
  background-color: #daeaff;
  overflow: hidden;
}

.mv__box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 980px) {
  .mv__box {
    flex-direction: column;
  }
}

.mv__left {
  width: 40%;
  min-width: 570px;
}
@media screen and (max-width: 980px) {
  .mv__left {
    width: 96%;
    min-width: 300px;
    max-width: 570px;
    margin-bottom: 30px;
  }
}

.mv__right {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 980px) {
  .mv__right {
    width: 96%;
    max-width: 570px;
  }
}

.mv__hand {
  position: absolute;
  top: 50%;
  left: 25%;
}

h1 {
  margin-bottom: 30px;
}

.mv__list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.mv__list img {
  width: calc(33.33% - 0.5em);
}

/* おかげさまで、インバウンドPayは多くの企業様に導入頂いています！
 * ====================== */

.case {
  position: relative;
}

.case-decoImg {
  position: absolute;
  width: 160px;
  bottom: -120px;
}
@media screen and (max-width: 768px) {
  .case-decoImg {
    width: 140px;
  }
}

.case-logoBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  padding: 20px;
  border: solid 2px #444;
  border-radius: 2px;
  background-color: #fff;
}

.case-logoBox > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 900px) {
  .case-logoBox > div {
    margin: 0 0 1.5rem;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
  }
}

.case-logoBox img {
  max-height: 114px;
  height: 114px;
}

.case-logoBox img.case-logo-thin {
  max-height: 56px;
  height: 56px;
}

/* インバウンドPayとは？
 * ====================== */
.about__img {
  max-width: 500px;
  margin-inline: auto;
}

/* 導入企業様のお喜びの声
 * ====================== */

.voice__box {
  max-width: 845px;
  margin-inline: auto;
}
.voice__box img {
  width: 100px;
  height: 90px;
}

.voice__box .voice__item:nth-of-type(2n) img {
  margin-right: 20px;
}

.voice__box .voice__item:nth-of-type(2n-1) img {
  margin-left: 20px;
}

.voice__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  font-size: clamp(1.6rem, 1.444rem + 0.78vw, 2rem);
  align-items: center;
}

.voice__item:last-of-type {
  margin-bottom: 0;
}

.voice__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.voice__text {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 1rem;
  box-shadow: 0 4px 6px 0 #00000008;
}

/* 海外16種類のスマホ決済アプリと連携
 * ====================== */

.app__list {
  margin-bottom: 30px;
}

.app__box {
  padding: 20px 0;
  border: solid 1px #c5c5c5;
  border-radius: 10px;
  text-align: center;

  margin-bottom: 30px;
}

.app__smallWrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.app__mediumWrapper {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.app__mediumWrapper div {
  width: 100%;
}

.app__largeWrapper {
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .app__largeWrapper {
    max-width: 900px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}

.app__largeWrapper > div {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .paypay-wrapper {
    display: flex;
    justify-content: center;
  }
}

.paypay-wrapper .app__smallWrapper:first-of-type {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .paypay-wrapper .app__smallWrapper:first-of-type {
    margin-bottom: 0;
  }
}

.app__box li {
  padding-left: 0;
}

.app__box-title {
  width: fit-content;
  margin-inline: auto;
}

.app__box p {
  font-size: 1.4rem;
  line-height: 1.3;
}

.app__box img {
  height: 80px;
}

/* 決済する際にスマホアプリ（UnivaPay Store App）がお客様の決済アプリを自動で判別
 * ====================== */
.features__img {
  text-align: center;
}

.features__img img {
  text-align: center;
  max-width: 600px;
  width: 100%;
}

/* 決済手数料
 * ====================== */

/* テーブル
 * ====================== */

table {
  width: 100%;
  margin-inline: auto;
  text-align: center;
  border-collapse: collapse;
}

table th {
  background-color: #f7f7f7;
  /* width: 33.3%; */
  font-size: clamp(1.6rem, 1.486rem + 0.57vw, 2rem);
}

table th,
table td {
  border: solid 1px #c5c5c5;
}

table th {
  padding: 20px 10px;
}

table td {
  padding: 20px;
}

table img {
  height: 80px;
  vertical-align: middle;
}

table tr td:first-of-type {
  width: 20%;
}

table tr td:nth-of-type(2) {
  width: 40%;
}

table tr td:nth-of-type(3) {
  width: 40%;
}

.price table tr th:first-of-type {
  background-color: transparent;
  border: transparent;
  width: 15%;
}

.price table tr td:first-of-type {
  background-color: #f7f7f7;
  font-weight: 600;
  font-size: clamp(1.6rem, 1.486rem + 0.57vw, 2rem);
}

.price table dl {
  width: fit-content;
  margin-inline: auto;
}

.price table dl dt,
.price table dl dd {
  width: fit-content;
}

.price table .has-prePrice {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.price table .prePrice {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(-100%, -50%);
  font-size: clamp(1.4rem, 1.343rem + 0.29vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .price table .prePrice {
    left: -10px;
    width: max-content;
  }
}

.price table tr td dl > div {
  margin-inline: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .price table tr td dl > div {
    display: block;
  }
}

.price img {
  height: 80px;
}

.price img.ginko-img,
.price img.paypay-img,
.price img.dbarai-img {
  width: 160px;
}

.ailpay-title {
  margin: 40px 0 30px;
  padding-top: 40px;
  border-top: solid 1px #c5c5c5;
  font-size: 2rem;
  font-weight: 500;
}

.price__app {
  display: flex;
  flex-wrap: wrap;
  max-width: 240px;
  margin-inline: auto;
}

/* スクロールヒント */

.table {
  overflow-x: auto;
  display: block;
}

.table th,
.table td {
  white-space: nowrap;
}

/* .scrollbar {
  position: absolute;
  bottom: 10px;
} */

.scroll-hint-icon {
  top: calc(10% - 25px) !important;
}

/* 利用方法
 * ====================== */

.method__list {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 60px;
  padding-left: 1em;
  padding-right: 1em;
}

.method__list ol {
  margin-left: 1.2em;
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 1.566rem + 1.17vw, 2.4rem);
  font-weight: 600;
}

.method__list ol li {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .method__box-wrapper {
    margin-left: 1em;
    margin-right: 1em;
  }
}

.method__title {
  position: relative;
  padding: 10px 10px 10px 80px;
  background-color: #004098;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.method__box-wrapper .method__box:first-of-type .method__title::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: -12.5px;
  left: -10px;
  background: url(../img/method-7.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.method__box-wrapper .method__box:nth-of-type(2) .method__title::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: -12.5px;
  left: -10px;
  background: url(../img/method-8.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.method__box {
  margin-bottom: 60px;
  border-radius: 1rem;
  box-shadow: 0 4px 6px 0 #00000008;
  background-color: #fff;
}

.method__box:last-of-type {
  margin-bottom: 0;
}

.method__boxInner {
  padding: 30px 15px 15px;
}

.method__box ul {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 883px) {
  .method__box ul {
    display: block;
  }
}

.method__box ul li {
  max-width: 400px;
  margin-inline: auto;
  padding-left: 0;
  text-align: center;
}
@media screen and (max-width: 883px) {
  .method__box ul li {
    margin-bottom: 30px;
  }
}

.method__box ul li img {
  max-width: 340px;
  width: 100%;
}

.method__subTitle {
  position: relative;
  margin-bottom: 20px;
  border-bottom: solid 2px #c5c5c5;
  font-size: clamp(1.8rem, 1.743rem + 0.29vw, 2rem);
  font-weight: 600;
  text-align: center;
}

.method__subTitle-wrapper-1 {
  background-image: url(../img/method-9.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 20px;
}

.method__subTitle-wrapper-2 {
  background-image: url(../img/method-10.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 20px;
}

.method__subTitle-wrapper-3 {
  background-image: url(../img/method-11.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 20px;
}

.method__note {
  width: fit-content;
  margin-inline: auto;
}

.method-h2__br {
  display: none;
}
@media screen and (max-width: 390px) {
  .method-h2__br {
    display: block;
  }
}

/* 入金サイクル
 * ====================== */

.deposit__img {
  width: 100%;
  max-width: 160px;
  margin-inline: auto;
  margin-bottom: 30px;
}

.deposit__text {
  width: fit-content;
  margin-inline: auto;
  margin-top: 30px;
  font-size: clamp(1.6rem, 1.444rem + 0.78vw, 2rem);
  font-weight: 600;
}

/* 手続きの流れについて
 * ====================== */

.step__card {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 60px;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .step__card {
    flex-direction: column;
    align-items: center;
  }
}

.step__card li {
  position: relative;
  display: flex;
  margin: 0;
  max-width: 320px;
  width: 32%;
  padding: 2.6rem 2rem 2.6rem 3.6rem;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .step__card li {
    max-width: 320px;
    width: 100%;
  }
}

.card-icon {
  top: 50%;
  left: -3rem;
  transform: translateY(-50%);
  line-height: 1.9;
  border-radius: 15rem;
  position: absolute;
  width: 6rem;
  height: 6rem;
  text-align: center;
  background: #004098;
  color: #fff;
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .card-icon {
    width: 5rem;
    height: 5rem;
    font-size: 2.5rem;
    line-height: 1.9;
  }
}

.step__card::after {
  content: "";
  position: absolute;
  width: 94%;
  height: 0.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .step__card::after {
    width: 0.2rem;
    height: 94%;
  }
}

.step__note {
  width: fit-content;
  margin-inline: auto;
}

/* FAQ
 * ====================== */
.faq .card-area {
  margin-bottom: 60px;
}

.faq .card-area:last-of-type {
  margin-bottom: 0;
}

span.num {
  font-size: clamp(3.5rem, 2.373rem + 5.64vw, 6.6rem);
  line-height: 1;
  padding-right: 1.3rem;
}

.faq .answer {
  position: relative;
  margin-top: 3rem;
  padding-left: 6rem;
}
@media screen and (max-width: 980px) {
  .faq .answer {
    padding-left: 5.5rem;
  }
}
@media screen and (max-width: 500px) {
  .faq .answer {
    padding-left: 4.5rem;
  }
}

.faq .answer::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: 0.3rem;
  left: 1.3rem;
  background: url(../img/lp-arrow_right_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 781px) {
  .faq .answer::before {
    left: 0.6rem;
  }
}

.faq ul {
  margin-bottom: 10px;
}

.question__title {
  display: flex;
  align-items: center;
}

/*お申込み
 * ====================== */

.entry__flame {
  padding: 10rem 8rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 4px 6px 0 #00000008;
}
@media screen and (max-width: 781px) {
  .entry__flame {
    padding: 40px 15px;
  }
}

#entry .entryNote {
  margin-inline: auto;
  margin-top: 8rem;
  width: fit-content;
}

#entry .entryNote__item {
  margin-bottom: 20px;
}

#entry .entryNote__item:last-of-type {
  margin-bottom: 0;
}

#entry .entryNote__title {
  margin-bottom: 0;
  font-weight: 600;
}

.btn-form {
  text-align: center;
}

.btn-form a {
  position: relative;
  background: #004098;
  color: #fff;
}

/* company
 * ====================== */
.company__intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .company__intro {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .company__text {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 60px;
  }
}

.company__text h3 {
  margin-bottom: 20px;
}

.company__text ul {
  margin: 20px 0;
}

.company__img {
  max-width: 350px;
  margin-left: 20px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .company__img {
    margin-inline: auto;
  }
}

.company__profile {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .company__profile {
    display: block;
  }
}

.company__info {
  border: solid 1px #cdcdcd;
}
@media screen and (max-width: 768px) {
  .company__info {
    margin-bottom: 60px;
  }
}

.company__info > div {
  display: flex;
  border-top: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
  align-items: stretch;
}

.company__info > div dt {
  background-color: #f7f7f7;
  width: 150px;
  padding: 15px;
  text-align: center;
}

.company__info > div dd {
  padding: 15px;
  flex: 1;
}

.company__img2 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 350px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .company__img2 {
    flex-direction: row;
    max-width: 100%;
    align-items: center;
    margin-left: 0;
  }
}

.company__location dd div {
  margin-bottom: 10px;
}

.company__location dd div:last-of-type {
  margin-bottom: 0;
}

/* footer
 * ====================== */

.footer {
  color: #fff;
}

.footer__nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.footer__logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-bottom: 30px;
  }
}

.footer__logo img {
  width: 110px;
}

.footer__title {
  margin-left: 1.5rem;
  font-size: clamp(1.4rem, 1rem + 1vw, 2.4rem);
  font-weight: 600;
}

.footer__menu,
.footer__sabMenu {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  column-gap: 5.5%;
}
@media screen and (max-width: 768px) {
  .footer__menu,
  .footer__sabMenu {
    width: 100%;
    margin-bottom: 30px;
  }
}

.footer__sabMenu {
  font-size: 80%;
}

.footer__subNav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__subNav {
    flex-direction: column;
  }
}

ul.footer__menu li,
ul.footer__sabMenu li {
  padding-left: 0;
}

/* pabe top
 * ====================== */

#page-top {
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 40px;
  font-size: 14px;
  line-height: 1;
}
#page-top a {
  display: block;
  opacity: 0.9;
  width: 50px;
  border-radius: 90px;
  background: #333333;
  padding: 18px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
#page-top a:hover,
#page-top a:focus {
  text-decoration: none;
  opacity: 0.7;
}
