@charset "UTF-8";
/*
theme Name: billmont
Author: billmont
Description: 自作テーマ
version： 1.0.0
*/
@font-face {
  font-family: "palatino-linotype";
  src: url("../font/palatino-linotype.ttf") format("truetype");
}
/*=========================
# colors
=========================*/
html {
  scroll-behavior: smooth;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}
@media (min-width: 768px) {
  body {
    -webkit-animation: fadeIn 2s forwards;
            animation: fadeIn 2s forwards;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.en {
  font-family: "Roboto", sans-serif;
}

.jp {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .inner {
    padding: 0 40px;
    max-width: 1080px;
    box-sizing: content-box;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 30px;
  }
}

img {
  width: 100%;
}

video {
  width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}
@media (max-width: 991px) {
  .tab {
    display: block;
  }
}
.main {
  overflow: hidden;
  margin-top: 116px;
}
@media (max-width: 767px) {
  .main {
    margin-top: 126px;
    -webkit-animation: fadeIn 2s forwards;
            animation: fadeIn 2s forwards;
  }
}

.l-brown-btn-1 {
  background: #CBA16E;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  font-family: "Times New Roman", serif;
  letter-spacing: 0.05em;
  transition: all 0.3s;
  font-size: 16px;
}
@media (max-width: 767px) {
  .l-brown-btn-1 {
    font-size: 14px;
    padding: 3px 10px;
  }
}
.l-brown-btn-1:hover {
  background: #E3BB8A;
}

.l-brown-btn-2 {
  background: #CBA16E;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 50px;
  letter-spacing: 0.05em;
  transition: all 0.3s;
  font-size: 16px;
  border: 1px solid #CBA16E;
}
@media (max-width: 767px) {
  .l-brown-btn-2 {
    font-size: 14px;
    padding: 8px 20px;
  }
}
.l-brown-btn-2:hover {
  color: #E3BB8A;
  background: #fff;
}

.eyecatch {
  background: #272624;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .eyecatch {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}
.eyecatch .eyecatch-title {
  font-size: 28px;
  font-family: "Times New Roman", serif;
}
@media (max-width: 767px) {
  .eyecatch .eyecatch-title {
    font-size: 20px;
    text-align: center;
  }
}

.page-section {
  margin-bottom: 50px;
  font-family: "Times New Roman", serif;
  font-size: 12px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .page-section {
    font-size: 11px;
    margin-bottom: 40px;
  }
}
.page-section .inner {
  max-width: 850px;
}
.page-section .page-section-title {
  text-align: left;
  color: #E3BB8A;
  font-size: 25px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-section .page-section-title {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.page-section p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-section p {
    margin-bottom: 20px;
  }
}
.page-section ul {
  list-style-position: inside;
}
.page-section ul li {
  list-style-type: disc;
}

/* header
--------------------------*/
.header {
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  position: fixed;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .header {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 10px 3px;
  }
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (min-width: 768px) {
  .header .inner {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .header .inner {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .header .inner {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .header .inner {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .header .header-left {
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .header .header-left {
    margin-right: 5px;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .header .header-left a {
    text-align: center;
  }
}
.header .header-left a img {
  width: 170px;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .header .header-left a img {
    width: 199px;
  }
}
@media (max-width: 991px) {
  .header .header-left a img {
    width: 100%;
  }
}
.header .header-right {
  margin-left: auto;
}
@media (max-width: 991px) {
  .header .header-right {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .header-right.jp {
    display: none !important;
  }
}
.header .header-right.jp .header-link {
  margin-right: 30px;
  font-size: 14px !important;
}
.header .header-right.jp .header-contact a {
  font-size: 14px;
}
.header .header-right.jp .child a {
  font-size: 14px;
}
@media (max-width: 991px) {
  .header .header-right.en {
    display: none !important;
  }
}
.header .header-right.en .header-link {
  margin-right: 30px;
  font-size: 14px !important;
}
.header .header-right.en .header-contact a {
  font-size: 14px;
}
.header .header-right.en .child a {
  font-size: 14px;
}
.header .header-right ul {
  display: flex;
  align-items: center;
}
.header .header-right ul li {
  font-size: 16px;
  margin-right: 40px;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.2s ease;
}
@media (min-width: 1200px) {
  .header .header-right ul li {
    font-size: 18px;
    margin-right: 40px;
  }
}
.header .header-right ul li span {
  font-family: "Playfair Display SC", serif !important;
}
.header .header-right ul li.header-link {
  color: rgb(133, 133, 133);
  border-top: 4px solid transparent;
  padding: 10px;
}
.header .header-right ul li.header-link:hover {
  color: #000;
  border-top: 4px solid #000;
}
.header .header-right ul li.header-link:hover a {
  color: #000;
}
.header .header-right ul li.header-link:hover .child a {
  color: rgb(133, 133, 133);
}
.header .header-right ul li.header-link.active {
  color: #000;
  border-top: 4px solid #000;
}
.header .header-right ul li.header-link.active a {
  color: #000;
}
.header .header-right ul li.header-link a {
  color: rgb(133, 133, 133);
  font-weight: 400;
  transition: all 0.2s ease;
}
.header .header-right ul li.header-link a span {
  font-family: "Playfair Display SC", serif !important;
}
.header .header-right ul li.header-link a.active {
  color: #000;
  border-top: 4px solid #000;
}
@media (min-width: 768px) {
  .header .header-right ul li.header-contact {
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .header .header-right ul li.header-contact {
    margin-right: 40px;
  }
}
.header .header-right ul li.header-contact a {
  border: 1px solid #CBA16E;
  color: #CBA16E;
  padding: 0 20px 0 5px;
  transition: all 0.2s ease;
  position: relative;
  letter-spacing: 0.05em;
  display: block;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.header .header-right ul li.header-contact a::after {
  position: absolute;
  content: "";
  top: 42%;
  right: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #CBA16E;
  border-right: 2px solid #CBA16E;
  transform: rotate(45deg);
}
.header .header-right ul li.header-contact a:hover {
  background: #CBA16E;
  color: #fff;
}
.header .header-right ul li.header-contact a:hover::after {
  border-color: #fff;
}
.header .header-right ul li.has-child {
  position: relative;
}
.header .header-right ul li.has-child:hover .child {
  opacity: 1;
  visibility: visible;
}
.header .header-right ul li .child {
  background: #fff;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  z-index: 4;
  padding: 10px 15px 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.header .header-right ul li .child ul {
  display: block;
}
.header .header-right ul li .child ul li {
  text-align: center;
  margin-right: 0;
}
.header .header-right ul li .child ul li a {
  padding: 10px;
  white-space: nowrap;
  border-top: 4px solid transparent;
  display: block;
  transition: all 0.3s;
  color: rgb(133, 133, 133);
  font-weight: 400;
}
.header .header-right ul li .child ul li a span {
  font-family: "Playfair Display SC", serif !important;
}
.header .header-right ul li .child ul li a:hover {
  color: #000 !important;
  border-top: 4px solid #000;
}
.header .header-right ul li .child ul li a.active {
  color: #000 !important;
  border-top: 4px solid #000;
}
.header .language-btn {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .header .language-btn {
    white-space: nowrap;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .header .language-btn {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .header .language-btn {
    font-size: 18px;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .header .language-btn {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .header .language-btn .language-btn-switch {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.header .language-btn img {
  vertical-align: middle;
  width: 40px;
}
@media (min-width: 768px) {
  .header .language-btn img {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .header .language-btn img {
    margin-right: 3px;
  }
}
.header .language-btn a {
  font-weight: bold;
  color: #BBB38D;
}
@media (min-width: 768px) {
  .header .language-btn a {
    display: block;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .header .language-btn a {
    display: block;
    font-size: 20px;
    line-height: 1.2;
  }
}
.header .language-btn a.selected {
  color: #877426;
  pointer-events: none;
}
.header .language-btn .line {
  color: #877426;
  margin: 0 5px;
}
@media (max-width: 991px) {
  .header .language-btn .line {
    margin: 0 3px;
  }
}

@media (max-width: 991px) {
  .drawer-bars {
    display: none;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 700;
    border: 1px solid #E7E0CD;
    border-radius: 50%;
    background: #fff;
  }
  .drawer-bars::before {
    position: absolute;
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .drawer-bars.is-checked::before {
    content: "\f177";
  }
}
.drawer-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -120%;
  z-index: 600;
  width: 100%;
  padding: 80px 30px 70px;
  background: rgba(39, 38, 36, 0.9);
  transition: all 0.5s ease 0s;
  overflow-y: auto;
}
.drawer-nav.is-checked {
  right: 0;
}
.drawer-nav ul li {
  margin-bottom: 50px;
  text-align: center;
}
.drawer-nav ul li .sub-menu-title-inner {
  font-weight: bold;
  font-size: 20px;
}
.drawer-nav ul li a {
  color: #fff;
  font-size: 18px;
}
.drawer-nav ul li a span {
  font-family: "Times New Roman", serif !important;
}
.drawer-nav ul li a.active {
  color: #E3BB8A;
}

.sub-menu {
  height: 0;
  overflow: hidden;
  margin: 0;
}
.sub-menu li {
  margin-bottom: 50px;
}
.sub-menu li:last-child {
  margin-bottom: 0;
}
.sub-menu li a {
  font-weight: normal !important;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.sub-menu li a span {
  font-family: "Times New Roman", serif !important;
}

.sub-menu-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}
.sub-menu-title.is-active .sub-menu-title-close:after {
  position: absolute;
  content: "";
  background: transparent url(../img/icon-14.png) no-repeat center center/contain;
  width: 31px;
  height: 31px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.sub-menu-title::after {
  content: "\f078";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  top: 0;
  right: 30px;
}
.sub-menu-title.is-active::after {
  content: "\f077";
}

.sub-menu-title.is-active {
  height: auto;
  margin-bottom: 50px;
}

.sub-menu.is-active {
  height: auto;
}

.sub-menu-title-inner span {
  font-size: 18px;
  font-family: "Times New Roman", serif !important;
}
.sub-menu-title-inner span.active {
  color: #E3BB8A;
}

/* util
---------------------------*/
a {
  color: #000;
}

/* main-visual
-------------------------*/
.main-visual .main-visual-video {
  position: relative;
}
.main-visual .main-visual-video video {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .main-visual .main-visual-video video {
    height: 755px;
  }
}
@media (max-width: 767px) {
  .main-visual .main-visual-video video {
    height: 300px;
  }
}
.main-visual .main-visual-video .main-visual-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1080px;
  width: 100%;
  padding: 0 20px;
}
.main-visual .main-visual-title {
  color: #665137;
  letter-spacing: 0.25em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .main-visual .main-visual-title {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .main-visual .main-visual-title {
    font-size: 11px;
  }
}
.main-visual .main-visual-subtitle {
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .main-visual .main-visual-subtitle {
    font-size: 39px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .main-visual .main-visual-subtitle {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.main-visual .main-visual-txt {
  color: #fff;
}
@media (min-width: 768px) {
  .main-visual .main-visual-txt {
    font-size: 15px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .main-visual .main-visual-txt {
    font-size: 10px;
    margin-bottom: 15px;
    line-height: 1.1;
  }
}
.main-visual .main-visual-btn {
  background: #665137;
  border: 1px solid #665137;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .main-visual .main-visual-btn {
    padding: 15px 50px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main-visual .main-visual-btn {
    padding: 5px 20px;
  }
}
.main-visual .main-visual-btn:hover {
  border-color: #E3BB8A;
  color: #E3BB8A;
  background: #fff;
}

/* why
---------------------------*/
.why {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .why {
    margin-top: -50px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .why {
    margin-top: -20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .why .inner {
    max-width: 1000px;
  }
}
.why .why-inner {
  border: 2px solid #E3BB8A;
}
@media (min-width: 768px) {
  .why .why-inner {
    padding: 150px 18% 50px;
  }
}
@media (max-width: 767px) {
  .why .why-inner {
    padding: 40px 25px 10px;
  }
}
.why .why-title {
  font-size: 25px;
  letter-spacing: 0.25em;
  margin-bottom: 30px;
  color: #E3BB8A;
}
@media (max-width: 767px) {
  .why .why-title {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.why .why-subtitle {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .why .why-subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.why p {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .why p {
    font-size: 10px;
  }
}

/* bg-1
---------------------------*/
.bg-1 {
  background: transparent url(../img/topbackground1.jpg) no-repeat center center/cover;
  height: 133px;
  width: 100%;
  margin-bottom: 40px;
}

/* service
---------------------------*/
.service {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .service {
    margin-bottom: 30px;
  }
}
.service .inner {
  max-width: 900px;
}
.service .service-contents {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .service .service-contents .service-content {
    width: 46.5%;
    margin-right: 7%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .service .service-contents .service-content {
    margin-bottom: 30px;
  }
}
.service .service-contents .service-content:nth-child(2n) {
  margin-right: 0;
}
.service .service-contents .service-content .service-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.service .service-contents .service-content .service-icon {
  text-align: center;
  margin: 0 auto 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(199, 199, 199);
  width: 100%;
}
@media (max-width: 767px) {
  .service .service-contents .service-content .service-icon {
    margin-bottom: 5px;
  }
}
.service .service-contents .service-content .service-icon img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .service .service-contents .service-content .service-icon img {
    height: 70px;
  }
}
.service .service-contents .service-content .service-txt {
  padding-bottom: 40px;
  padding-left: 5%;
  border-bottom: 1px solid rgb(199, 199, 199);
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .service .service-contents .service-content .service-txt {
    text-align: center;
    padding: 3%;
    border-bottom: none;
  }
}
.service .service-contents .service-content .service-txt .service-title {
  font-family: "Impact", sans-serif;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .service .service-contents .service-content .service-txt .service-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.service .service-contents .service-content .service-txt p {
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .service .service-contents .service-content .service-txt p {
    font-size: 11px;
  }
}

/* welcome
---------------------------*/
.welcome {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .welcome {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .welcome .welcome-content {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .welcome .welcome-content .welcome-txt {
    width: 45%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .welcome .welcome-content .welcome-txt .welcome-txt-inner {
    width: 80%;
    margin: 0 auto;
  }
}
.welcome .welcome-content .welcome-txt .welcome-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #272624;
}
@media (max-width: 767px) {
  .welcome .welcome-content .welcome-txt .welcome-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.welcome .welcome-content .welcome-txt p {
  font-size: 16px;
  margin-bottom: 40px;
}
.welcome .welcome-content .welcome-txt .welcome-btn {
  background: #CBA16E;
}
@media (max-width: 767px) {
  .welcome .welcome-content .welcome-txt .welcome-btn {
    margin: 0 auto;
  }
}
.welcome .welcome-content .welcome-txt .welcome-btn:hover {
  background: #fff;
  color: #CBA16E;
  border-color: #CBA16E;
}
@media (min-width: 768px) {
  .welcome .welcome-content .welcome-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .welcome .welcome-content .welcome-img {
    margin-bottom: 15px;
  }
}
.welcome .welcome-content .welcome-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .welcome .welcome-content .welcome-img img {
    height: 549px;
  }
}

@media (min-width: 768px) {
  .jp .welcome-txt-inner {
    width: 85% !important;
  }
}

/* bg-2
-------------------------*/
.bg-2 {
  background: #33281C;
  padding-top: 70px;
}
@media (max-width: 767px) {
  .bg-2 {
    padding-top: 50px;
  }
}
.bg-2 img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .bg-2 img {
    height: 538px;
  }
}

/* online-payment bg-3
---------------------------*/
.bg-3 {
  background: transparent url(../img/onlinepayment1.jpg) no-repeat center center/cover;
  height: 95px;
  width: 100%;
}
@media (max-width: 767px) {
  .bg-3 {
    margin-bottom: 20px;
  }
}

/* online-payment GROW YOUR REVENUE
---------------------------*/
@media (max-width: 767px) {
  .grow {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .grow .grow-content {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .grow .grow-content .grow-txt {
    width: 45%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .grow .grow-content .grow-txt .grow-txt-inner {
    max-width: 480px;
    margin: 0 auto;
  }
}
.grow .grow-content .grow-txt .grow-title {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #272624;
}
@media (max-width: 767px) {
  .grow .grow-content .grow-txt .grow-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.grow .grow-content .grow-txt .grow-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 25px;
  color: #E3BB8A;
}
@media (max-width: 767px) {
  .grow .grow-content .grow-txt .grow-subtitle {
    width: 85%;
    margin: 0 auto 15px;
    font-size: 16px;
    text-align: center;
  }
}
.grow .grow-content .grow-txt p {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .grow .grow-content .grow-txt p {
    width: 85%;
    margin: 0 auto 25px;
    font-size: 11px;
    text-align: center;
    line-height: 1.75;
  }
}
.grow .grow-content .grow-txt .grow-btn {
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .grow .grow-content .grow-txt .grow-btn {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .grow .grow-content .grow-img {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .grow .grow-content .grow-img {
    margin-bottom: 20px;
  }
}
.grow .grow-content .grow-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .grow .grow-content .grow-img img {
    height: 549px;
  }
}

/* online-payment SUPPORT MORE GLOBAL PAYMENTS
---------------------------*/
@media (min-width: 768px) {
  .support {
    background: transparent url(../img/onlinepayment3.jpg) no-repeat center center/cover;
    height: 446px;
    margin-bottom: 12vw;
    padding-top: 10%;
  }
}
@media (max-width: 767px) {
  .support {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .support .suppot-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .support .suppot-img img {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.support .inner {
  max-width: 960px;
}
@media (min-width: 768px) {
  .support .inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .support .inner {
    padding: 0 20px;
  }
}
.support .support-content {
  background: #fff;
  border-bottom: 1px solid rgb(153, 151, 151);
}
@media (min-width: 768px) {
  .support .support-content {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .support .support-content {
    padding-bottom: 40px;
  }
}
.support .support-content .support-inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .support .support-content .support-inner {
    width: 73%;
  }
}
@media (max-width: 767px) {
  .support .support-content .support-inner {
    width: 95%;
  }
}
.support .support-content .support-title {
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .support .support-content .support-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.support .support-content p {
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .support .support-content p {
    font-size: 11px;
    text-align: center;
  }
}

.jp .support-inner p {
  text-align: center;
}

/* online-payment benefits
---------------------------*/
.benefits {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .benefits {
    margin-bottom: 30px;
  }
}
.benefits .benefits-title {
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .benefits .benefits-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.benefits .benefits-contents {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .benefits .benefits-contents .benefits-content {
    width: 28.6666333333%;
    margin-right: 7%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .benefits .benefits-contents .benefits-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.benefits .benefits-contents .benefits-content:nth-child(3n) {
  margin-right: 0;
}
.benefits .benefits-contents .benefits-content .benefits-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.benefits .benefits-contents .benefits-content .benefits-icon {
  text-align: center;
  margin: 0 auto 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .benefits .benefits-contents .benefits-content .benefits-icon {
    margin-bottom: 5px;
  }
}
.benefits .benefits-contents .benefits-content .benefits-icon img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .benefits .benefits-contents .benefits-content .benefits-icon img {
    height: 70px;
  }
}
.benefits .benefits-contents .benefits-content .benefits-txt {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .benefits .benefits-contents .benefits-content .benefits-txt {
    text-align: center;
    padding: 3% 10%;
    border-bottom: none;
  }
}
.benefits .benefits-contents .benefits-content .benefits-txt .benefits-title {
  font-weight: bold;
  color: #E3BB8A;
  font-size: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .benefits .benefits-contents .benefits-content .benefits-txt .benefits-title {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.benefits .benefits-contents .benefits-content .benefits-txt p {
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .benefits .benefits-contents .benefits-content .benefits-txt p {
    font-size: 11px;
  }
}

/* online-payment RISK AND FRAUD MANAGEMENT
---------------------------*/
@media (max-width: 767px) {
  .risk {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .risk .risk-content {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .risk .risk-content .risk-txt {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .risk .risk-content .risk-txt {
    width: 85%;
    margin: 0 auto;
  }
}
.risk .risk-content .risk-txt .risk-txt-inner {
  max-width: 464px;
  margin: 0 auto;
}
.risk .risk-content .risk-txt .risk-img-2 {
  width: 100px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .risk .risk-content .risk-txt .risk-img-2 {
    width: 50px;
  }
}
.risk .risk-content .risk-txt .risk-title {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #272624;
}
@media (max-width: 767px) {
  .risk .risk-content .risk-txt .risk-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.risk .risk-content .risk-txt .risk-subtitle {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 25px;
  color: #E3BB8A;
}
@media (max-width: 767px) {
  .risk .risk-content .risk-txt .risk-subtitle {
    margin: 0 auto 20px;
    font-size: 13px;
  }
}
.risk .risk-content .risk-txt p {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .risk .risk-content .risk-txt p {
    margin: 0 auto 25px;
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .risk .risk-content .risk-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .risk .risk-content .risk-img {
    margin-bottom: 20px;
  }
}
.risk .risk-content .risk-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .risk .risk-content .risk-img img {
    height: 500px;
  }
}

/* online-payment bg-4
---------------------------*/
.bg-4 {
  background: transparent url(../img/onlinepayment11.jpg) no-repeat center center/cover;
  height: 350px;
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .bg-4 {
    margin-bottom: 50px;
    height: 90px;
  }
}

/* online-payment 6 PAYMENT METHODS
---------------------------*/
.methods {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .methods {
    margin-bottom: 70px;
  }
}
.methods .inner {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .methods .methods-inner {
    display: flex;
    justify-content: space-between;
  }
}
.methods .methods-inner .methods-txt .methods-title {
  line-height: 1.1;
}
@media (min-width: 768px) {
  .methods .methods-inner .methods-txt .methods-title {
    margin-top: 40%;
    font-size: 35px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .methods .methods-inner .methods-txt .methods-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
  }
}
.methods .methods-inner .methods-txt .methods-title span {
  font-size: 51px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .methods .methods-inner .methods-txt .methods-title span {
    font-size: 24px;
    margin-right: 5px;
  }
}
.methods .methods-inner .methods-contents {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .methods .methods-inner .methods-contents {
    justify-content: center;
  }
}
.methods .methods-inner .methods-contents .methods-content {
  width: 33.333%;
  text-align: center;
  padding: 5%;
}
@media (max-width: 767px) {
  .methods .methods-inner .methods-contents .methods-content {
    padding: 3%;
  }
}
.methods .methods-inner .methods-contents .methods-content .methods-icon {
  text-align: center;
}
.methods .methods-inner .methods-contents .methods-content .methods-icon img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .methods .methods-inner .methods-contents .methods-content .methods-icon img {
    height: 80px;
  }
}
.methods .methods-inner .methods-contents .methods-content .methods-title {
  font-size: 20px;
}
@media (max-width: 767px) {
  .methods .methods-inner .methods-contents .methods-content .methods-title {
    font-size: 14px;
    margin-top: 10px;
  }
}

/* online-payment  GO BEYOND CUSTOMER EXPECTATIONS
---------------------------*/
.go {
  background: #33281C;
  color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .go {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.go .go-title {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .go .go-title {
    font-size: 20px;
  }
}
.go p {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .go p {
    font-size: 11px;
  }
}

/* online-payment bg-5
---------------------------*/
.bg-5 {
  background: transparent url(../img/onlinepayment18.jpg) no-repeat center center/cover;
  height: 500px;
  width: 100%;
}
@media (max-width: 767px) {
  .bg-5 {
    height: 150px;
  }
}

/* industories bg-6
---------------------------*/
.bg-6 img {
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* industories merchants-1
---------------------------*/
@media (max-width: 767px) {
  .merchants-1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .merchants-1 .merchants-1-content {
    display: flex;
  }
}
@media (min-width: 768px) {
  .merchants-1 .merchants-1-content .merchants-1-img {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .merchants-1 .merchants-1-content .merchants-1-img {
    margin-bottom: 30px;
  }
}
.merchants-1 .merchants-1-content .merchants-1-img img {
  height: 455px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .merchants-1 .merchants-1-content .merchants-1-img img {
    height: 120px;
  }
}
@media (min-width: 768px) {
  .merchants-1 .merchants-1-content .merchants-1-txt {
    width: 65%;
    padding-top: 5%;
    padding-bottom: 2%;
  }
}
@media (max-width: 767px) {
  .merchants-1 .merchants-1-content .merchants-1-txt {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .merchants-1 .merchants-1-content .merchants-1-txt .merchants-1-txt-inner {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .merchants-1 .merchants-1-content .merchants-1-txt .merchants-1-txt-inner {
    width: 80%;
  }
}
.merchants-1 .merchants-1-content .merchants-1-txt .merchants-1-subtitle {
  color: #CBA16E;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .merchants-1 .merchants-1-content .merchants-1-txt .merchants-1-subtitle {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.merchants-1 .merchants-1-content .merchants-1-txt .merchants-1-title {
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .merchants-1 .merchants-1-content .merchants-1-txt .merchants-1-title {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
}
.merchants-1 .merchants-1-content .merchants-1-txt .merchants-1-title::after {
  position: absolute;
  content: "";
  background: #000;
  height: 1px;
  width: 60px;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .merchants-1 .merchants-1-content .merchants-1-txt .merchants-1-title::after {
    width: 55px;
  }
}
.merchants-1 .merchants-1-content .merchants-1-txt p {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .merchants-1 .merchants-1-content .merchants-1-txt p {
    font-size: 10px;
    line-height: 2;
  }
}

/* industories merchants-2
---------------------------*/
.merchants-2 {
  background: #EDEBEB;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .merchants-2 {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.merchants-2 .inner {
  max-width: 900px;
}
.merchants-2 .merchants-2-title {
  color: #fff;
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .merchants-2 .merchants-2-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.merchants-2 p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .merchants-2 p {
    font-size: 11px;
    width: 75%;
    margin: 0 auto 30px;
  }
}
.merchants-2 .merchants-2-contents {
  display: flex;
}
.merchants-2 .merchants-2-contents .merchants-2-content {
  width: 19.9999666667%;
  margin-right: 20%;
}
@media (max-width: 767px) {
  .merchants-2 .merchants-2-contents .merchants-2-content {
    width: 29.9999666667%;
    margin-right: 5%;
  }
}
.merchants-2 .merchants-2-contents .merchants-2-content:nth-child(3n) {
  margin-right: 0;
}
.merchants-2 .merchants-2-contents .merchants-2-content .merchants-2-icon {
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .merchants-2 .merchants-2-contents .merchants-2-content .merchants-2-icon {
    width: 80%;
    margin-bottom: 10px;
  }
}
.merchants-2 .merchants-2-contents .merchants-2-content .merchants-2-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .merchants-2 .merchants-2-contents .merchants-2-content .merchants-2-subtitle {
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .forex-merchants-2 .merchants-2-icon {
    width: 111px;
  }
}

@media (min-width: 768px) {
  .crypto-merchants-2 .merchants-2-icon {
    width: 134px;
  }
}

@media (min-width: 768px) {
  .ecommerce-merchants-2 .merchants-2-icon {
    width: 126px;
  }
}

@media (min-width: 768px) {
  .ecommerce-merchants-2 .merchants-2-icon {
    width: 126px;
  }
}

@media (min-width: 768px) {
  .mlm-merchants-2 .merchants-2-icon {
    width: 106px;
  }
}
@media (max-width: 767px) {
  .mlm-merchants-2 .merchants-2-icon {
    width: 70% !important;
  }
}

/* bg-7
---------------------------*/
.bg-7 {
  background: transparent url(../img/topbackground1.jpg) no-repeat center center/cover;
  height: 133px;
  width: 100%;
}
@media (max-width: 767px) {
  .bg-7 {
    height: 80px;
    margin-bottom: 0;
  }
}

/* merchants-3
---------------------------*/
.merchants-3 {
  background: #EDEBEB;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .merchants-3 {
    background: transparent;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.merchants-3 .inner {
  max-width: 100%;
}
@media (min-width: 768px) {
  .merchants-3 .inner {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .merchants-3 .inner {
    padding: 0;
  }
}
.merchants-3 .merchants-3-content {
  background: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .merchants-3 .merchants-3-content {
    flex-direction: column;
  }
}
.merchants-3 .merchants-3-content .merchants-3-txt {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .merchants-3 .merchants-3-content .merchants-3-txt {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .merchants-3 .merchants-3-content .merchants-3-txt {
    padding: 0 30px;
  }
}
.merchants-3 .merchants-3-content .merchants-3-txt .merchants-3-txt-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .merchants-3 .merchants-3-content .merchants-3-txt .merchants-3-txt-inner {
    max-width: 488px;
  }
}
.merchants-3 .merchants-3-content .merchants-3-txt .merchants-3-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .merchants-3 .merchants-3-content .merchants-3-txt .merchants-3-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.merchants-3 .merchants-3-content .merchants-3-txt p {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .merchants-3 .merchants-3-content .merchants-3-txt p {
    font-size: 11px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.merchants-3 .merchants-3-content .merchants-3-img {
  width: 40%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .merchants-3 .merchants-3-content .merchants-3-img {
    width: 100%;
    margin: 0 -30px;
  }
}
.merchants-3 .merchants-3-content .merchants-3-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .merchants-3 .merchants-3-content .merchants-3-img img {
    height: 486px;
  }
}
@media (max-width: 767px) {
  .merchants-3 .merchants-3-content .merchants-3-img img {
    height: 80vw;
  }
}

.jp .merchants-3-txt p {
  margin-bottom: 20px;
}

/* merchants-4
----------------------*/
.merchants-4 {
  position: relative;
}
@media (min-width: 768px) {
  .merchants-4 .inner {
    padding: 0;
  }
}
.merchants-4 .merchants-4-inner {
  background: #fff;
  border-top: 1px solid #999997;
  padding-top: 60px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .merchants-4 .merchants-4-inner {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.merchants-4 .merchants-4-inner .merchants-4-title {
  color: #E3BB8A;
  font-weight: 500;
  font-size: 38px;
  max-width: 900px;
  margin: 0 auto 80px;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .merchants-4 .merchants-4-inner .merchants-4-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.merchants-4 .merchants-4-inner .swiper-slide .swiper-slide-inner {
  display: flex;
}
@media (min-width: 768px) {
  .merchants-4 .merchants-4-inner .swiper-slide .swiper-slide-inner {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .merchants-4 .merchants-4-inner .swiper-slide .swiper-slide-inner {
    flex-direction: column;
    align-items: center;
  }
}
.merchants-4 .merchants-4-inner .swiper-slide .swiper-slide-inner .swiper-slide-img {
  margin-right: 80px;
}
@media (max-width: 991px) {
  .merchants-4 .merchants-4-inner .swiper-slide .swiper-slide-inner .swiper-slide-img {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .merchants-4 .merchants-4-inner .swiper-slide .swiper-slide-inner .swiper-slide-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.merchants-4 .merchants-4-inner .swiper-slide .swiper-slide-inner .swiper-slide-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .merchants-4 .merchants-4-inner .swiper-slide .swiper-slide-inner .swiper-slide-img img {
    width: 100px;
    height: 100px;
  }
}
.merchants-4 .merchants-4-inner .swiper-slide .swiper-slide-inner .swiper-slide-txt {
  width: calc(100% - 80px);
}
@media (max-width: 991px) {
  .merchants-4 .merchants-4-inner .swiper-slide .swiper-slide-inner .swiper-slide-txt {
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .merchants-4 .merchants-4-inner .swiper-slide .swiper-slide-inner .swiper-slide-txt {
    width: 100%;
  }
}
.merchants-4 .merchants-4-inner .swiper-slide .swiper-slide-inner .swiper-slide-txt .merchants-4-subtitle {
  color: #CBA381;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .merchants-4 .merchants-4-inner .swiper-slide .swiper-slide-inner .swiper-slide-txt .merchants-4-subtitle {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.merchants-4 .merchants-4-inner .swiper-slide .swiper-slide-inner .swiper-slide-txt p {
  font-size: 16px;
  line-height: 1.8;
  font-family: "palatino-linotype", serif;
  font-style: italic;
}
@media (max-width: 767px) {
  .merchants-4 .merchants-4-inner .swiper-slide .swiper-slide-inner .swiper-slide-txt p {
    font-size: 11px;
    text-align: center;
  }
}
.merchants-4 .merchants-4-inner .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  position: relative;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .merchants-4 .merchants-4-inner .container {
    padding: 0 15px;
  }
}
.merchants-4 .merchants-4-inner .container .swiper {
  max-width: 900px;
  margin-bottom: 10px;
}
.merchants-4 .merchants-4-inner .container .swiper-pagination-bullets span {
  background: #000;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
@media (max-width: 991px) {
  .merchants-4 .merchants-4-inner .container .swiper-pagination-bullets span {
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 767px) {
  .merchants-4 .merchants-4-inner .container .swiper-pagination-bullets span {
    width: 8px;
    height: 8px;
    margin: 0 8px;
  }
}
.merchants-4 .merchants-4-inner .container .swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background: #605F5C;
}
.merchants-4 .merchants-4-inner .swiper-button-prev, .merchants-4 .merchants-4-inner .swiper-button-next {
  color: #605F5C !important;
  outline: none !important;
  margin-top: 0 !important;
  transform: translateY(-50%) !important;
}
@media (max-width: 767px) {
  .merchants-4 .merchants-4-inner .swiper-button-prev, .merchants-4 .merchants-4-inner .swiper-button-next {
    display: none !important;
  }
}
.merchants-4 .merchants-4-inner .swiper-button-prev::after, .merchants-4 .merchants-4-inner .swiper-button-next::after {
  font-size: 18px !important;
  font-weight: 700;
}
.merchants-4 .merchants-4-inner .swiper-button-prev {
  left: -70px !important;
}
@media (max-width: 1140px) {
  .merchants-4 .merchants-4-inner .swiper-button-prev {
    left: -40px !important;
  }
}
@media (max-width: 991px) {
  .merchants-4 .merchants-4-inner .swiper-button-prev {
    left: 20px !important;
  }
}
.merchants-4 .merchants-4-inner .swiper-button-next {
  right: -70px !important;
}
@media (max-width: 1140px) {
  .merchants-4 .merchants-4-inner .swiper-button-next {
    right: -40px !important;
  }
}
@media (max-width: 991px) {
  .merchants-4 .merchants-4-inner .swiper-button-next {
    right: 20px !important;
  }
}
.merchants-4 .merchants-4-inner .swiper-pagination {
  bottom: -50px !important;
  outline: none !important;
}
@media (max-width: 767px) {
  .merchants-4 .merchants-4-inner .swiper-pagination {
    bottom: -30px !important;
  }
}
.merchants-4 .merchants-4-inner .swiper-pagination span {
  margin: 0 8px !important;
  width: 10px !important;
  height: 10px !important;
  background: #999997 !important;
}
@media (max-width: 767px) {
  .merchants-4 .merchants-4-inner .swiper-pagination span {
    width: 8px !important;
    height: 8px !important;
  }
}
.merchants-4 .merchants-4-inner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #272624 !important;
}
.merchants-4 .merchants-4-inner .swiper-paginationjp {
  bottom: -50px !important;
  outline: none !important;
  text-align: center;
}
@media (max-width: 767px) {
  .merchants-4 .merchants-4-inner .swiper-paginationjp {
    bottom: -30px !important;
  }
}
.merchants-4 .merchants-4-inner .swiper-paginationjp span {
  margin: 0 8px !important;
  width: 10px !important;
  height: 10px !important;
  background: #999997 !important;
}
@media (max-width: 767px) {
  .merchants-4 .merchants-4-inner .swiper-paginationjp span {
    width: 8px !important;
    height: 8px !important;
  }
}
.merchants-4 .merchants-4-inner .swiper-paginationjp span.swiper-pagination-bullet-active {
  background: #272624 !important;
}

/* bg-8
---------------------------*/
.bg-8 {
  background: transparent url(../img/forex9.jpg) no-repeat center center/cover;
  height: 300px;
  position: relative;
  z-index: -1;
  margin-top: -200px;
}
@media (max-width: 767px) {
  .bg-8 {
    margin-top: -70%;
  }
}

/* bg-9
---------------------------*/
.bg-9 {
  background: #EDEBEB;
  height: 100px;
}
@media (max-width: 767px) {
  .bg-9 {
    height: 50px;
  }
}

/* bg-10
---------------------------*/
.bg-10 {
  background: transparent url(../img/aboutus1.jpg) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .bg-10 {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .bg-10 {
    padding: 8% 0;
  }
}
.bg-10 h2 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

/* about-1
---------------------------*/
.about-1 {
  background: #EDEBEB;
  padding-top: 0;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .about-1 {
    padding-bottom: 50px;
  }
}
.about-1 .inner {
  max-width: 793px;
}
.about-1 .about-1-img {
  max-width: 350px;
  margin: -60px auto -60px;
}
@media (max-width: 767px) {
  .about-1 .about-1-img {
    margin: 0 auto -50px;
  }
}
.about-1 .about-1-title {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 41px;
  margin-bottom: 15px;
}
.about-1 p {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Times New Roman", serif;
  text-align: center;
}
@media (max-width: 767px) {
  .about-1 p {
    font-size: 12px;
  }
}

.jp .about-1 p {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif !important;
}

/* bg-11
---------------------------*/
.bg-11 video {
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .bg-11 video {
    height: 150px;
  }
}

/* about-2
---------------------------*/
.about-2 {
  background: #EDEBEB;
  padding-top: 160px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .about-2 {
    padding-top: 50px;
    padding-bottom: 0px;
    margin-bottom: 30px;
  }
}
.about-2 .inner {
  max-width: 100%;
}
@media (min-width: 768px) {
  .about-2 .inner {
    padding: 0 80px;
  }
}
@media (max-width: 767px) {
  .about-2 .inner {
    padding: 0;
  }
}
.about-2 .about-2-content {
  background: #fff;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-2 .about-2-content {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .about-2 .about-2-content:before {
    position: absolute;
    content: "";
    left: 0;
    top: -80px;
    background: #DBDBDB;
    width: 70%;
    height: 100%;
    z-index: -1;
  }
}
.about-2 .about-2-content .about-2-txt {
  width: 55%;
  background: #fff;
}
@media (max-width: 767px) {
  .about-2 .about-2-content .about-2-txt {
    width: 100%;
  }
}
.about-2 .about-2-content .about-2-txt .about-2-txt-inner {
  max-width: 490px;
  margin: 0 auto;
  height: 100%;
  background: #fff;
}
@media (min-width: 768px) {
  .about-2 .about-2-content .about-2-txt .about-2-txt-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .about-2 .about-2-content .about-2-txt .about-2-txt-inner {
    width: 90%;
    height: auto;
    padding-top: 20px;
  }
}
.about-2 .about-2-content .about-2-txt .about-2-title {
  font-size: 43px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .about-2 .about-2-content .about-2-txt .about-2-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.about-2 .about-2-content .about-2-txt .about-2-subtitle {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #CBA16E;
}
@media (max-width: 767px) {
  .about-2 .about-2-content .about-2-txt .about-2-subtitle {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.about-2 .about-2-content .about-2-txt p {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .about-2 .about-2-content .about-2-txt p {
    font-size: 11px;
  }
}
.about-2 .about-2-content .about-2-img {
  width: 45%;
  margin-right: auto;
}
@media (max-width: 767px) {
  .about-2 .about-2-content .about-2-img {
    width: 100%;
    margin: 0 -30px;
  }
}
@media (min-width: 768px) {
  .about-2 .about-2-content .about-2-img img {
    height: 607px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* about-3
---------------------------*/
.about-3 .about-3-img {
  position: relative;
}
.about-3 .about-3-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .about-3 .about-3-img img {
    height: 572px;
  }
}
@media (max-width: 767px) {
  .about-3 .about-3-img img {
    height: 200px;
  }
}
.about-3 .about-3-img .about-3-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1080px;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .about-3 .about-3-img .about-3-inner {
    padding: 0 30px;
  }
}
.about-3 .about-3-img .about-3-inner .about-3-txt {
  width: 35%;
}
.about-3 .about-3-title {
  font-weight: 500;
}
@media (min-width: 768px) {
  .about-3 .about-3-title {
    color: #fff;
    font-size: 43px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about-3 .about-3-title {
    color: #E3BB8A;
    font-size: 14px;
  }
}
.about-3 p {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
}

/* bg-12
---------------------------*/
.bg-12 {
  background: transparent url(../img/aboutus5.jpg) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .bg-12 {
    height: 177px;
  }
}
@media (max-width: 767px) {
  .bg-12 {
    height: 90px;
    margin-bottom: 30px;
  }
}

/* about-4
---------------------------*/
.about-4 {
  margin-top: -109px;
  padding-top: 109px;
}
@media (max-width: 767px) {
  .about-4 {
    margin-top: -130px;
    padding-top: 130px;
  }
}
@media (min-width: 768px) {
  .about-4 .about-4-content {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .about-4 .about-4-content .about-4-txt {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .about-4 .about-4-content .about-4-txt {
    margin-bottom: 30px;
  }
}
.about-4 .about-4-content .about-4-txt .about-4-txt-inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .about-4 .about-4-content .about-4-txt .about-4-txt-inner {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .about-4 .about-4-content .about-4-txt .about-4-txt-inner {
    width: 90%;
  }
}
.about-4 .about-4-content .about-4-txt .about-4-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #272624;
}
@media (max-width: 767px) {
  .about-4 .about-4-content .about-4-txt .about-4-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.about-4 .about-4-content .about-4-txt .about-4-subtitle {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #E3BB8A;
}
@media (max-width: 767px) {
  .about-4 .about-4-content .about-4-txt .about-4-subtitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.about-4 .about-4-content .about-4-txt p {
  font-size: 16px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-4 .about-4-content .about-4-txt p {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about-4 .about-4-content .about-4-txt .about-4-btn {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .about-4 .about-4-content .about-4-img {
    width: 50%;
  }
}
.about-4 .about-4-content .about-4-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .about-4 .about-4-content .about-4-img img {
    height: 574px;
    -o-object-position: right;
       object-position: right;
  }
}

@media (min-width: 768px) {
  .jp .about-4-txt-inner {
    width: 65% !important;
  }
}
.jp .about-4-txt-inner p {
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .jp .about-4-txt-inner p {
    font-size: 11px !important;
  }
}

/* press&media press-1
---------------------------*/
@media (max-width: 767px) {
  .press-1 {
    padding-top: 0px;
  }
}
@media (min-width: 768px) {
  .press-1 .press-1-content {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .press-1 .press-1-content .press-1-txt {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .press-1 .press-1-content .press-1-txt {
    margin-bottom: 40px;
  }
}
.press-1 .press-1-content .press-1-txt .press-1-txt-inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .press-1 .press-1-content .press-1-txt .press-1-txt-inner {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .press-1 .press-1-content .press-1-txt .press-1-txt-inner {
    width: 90%;
  }
}
.press-1 .press-1-content .press-1-txt .press-1-title {
  font-size: 43px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #272624;
  text-align: center;
}
@media (max-width: 767px) {
  .press-1 .press-1-content .press-1-txt .press-1-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.press-1 .press-1-content .press-1-txt p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .press-1 .press-1-content .press-1-txt p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.press-1 .press-1-content .press-1-txt p a {
  text-decoration: underline;
}
.press-1 .press-1-content .press-1-txt .press-1-btn {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .press-1 .press-1-content .press-1-img {
    width: 50%;
  }
}
.press-1 .press-1-content .press-1-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .press-1 .press-1-content .press-1-img img {
    height: 436px;
    -o-object-position: right;
       object-position: right;
  }
}
@media (max-width: 767px) {
  .press-1 .press-1-content .press-1-img img {
    height: 200px;
  }
}

.jp .press-1-txt-inner {
  width: 100% !important;
}

/* BILLMONT BOILERPLATE AND KEY FACTS press-2
---------------------------*/
.press-2 {
  background: #CBA16E;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .press-2 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.press-2 .inner {
  max-width: 800px;
}
@media (max-width: 767px) {
  .press-2 .inner {
    padding: 0 25px;
  }
}
.press-2 .press-2-title {
  font-size: 37px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .press-2 .press-2-title {
    font-size: 22px;
    margin: 0 -10px 10px;
  }
}
.press-2 p {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .press-2 p {
    font-size: 12px;
  }
}

/* COMPANY UPDATES press-3
---------------------------*/
@media (min-width: 768px) {
  .press-3 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .press-3 {
    margin-top: 50px;
  }
}
.press-3 .inner {
  max-width: 800px;
}
@media (max-width: 767px) {
  .press-3 .inner {
    padding: 0;
  }
}
.press-3 .press-3-title {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .press-3 .press-3-title {
    text-align: left;
    font-size: 16px;
    margin: 0 25px;
  }
}
@media (max-width: 767px) {
  .press-3 .press-3-subtitle {
    background: #CBA16E;
    color: #fff;
    font-size: 15px;
    padding: 15px 20px;
    font-family: "Times New Roman", serif;
  }
}
.press-3 .press-3-btn {
  transition: all 0.1s;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 50px;
  font-family: "Times New Roman", serif;
}
@media (max-width: 767px) {
  .press-3 .press-3-btn {
    display: none;
  }
}
.press-3 .press-3-btn:hover {
  color: #E3BB8A;
}
.press-3 .press-3-contents {
  display: flex;
  flex-wrap: wrap;
}
.press-3 .press-3-contents .press-3-content {
  position: relative;
}
@media (min-width: 768px) {
  .press-3 .press-3-contents .press-3-content {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .press-3 .press-3-contents .press-3-content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.press-3 .press-3-contents .press-3-content:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .press-3 .press-3-contents .press-3-content:last-child .press-3-content-inner {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .press-3 .press-3-contents .press-3-content::after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.press-3 .press-3-contents .press-3-content .press-3-content-img {
  height: 100%;
}
.press-3 .press-3-contents .press-3-content .press-3-content-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .press-3 .press-3-contents .press-3-content .press-3-content-img img {
    height: 200px;
  }
}
.press-3 .press-3-contents .press-3-content .press-3-content-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .press-3 .press-3-contents .press-3-content .press-3-content-inner {
    height: 100%;
    padding: 3%;
    position: absolute;
    top: 0;
  }
}
@media (max-width: 767px) {
  .press-3 .press-3-contents .press-3-content .press-3-content-inner {
    margin: 30px 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E7E0CD;
  }
}
.press-3 .press-3-contents .press-3-content .press-3-content-date {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .press-3 .press-3-contents .press-3-content .press-3-content-date {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .press-3 .press-3-contents .press-3-content .press-3-content-date {
    margin-bottom: 15px;
  }
}
.press-3 .press-3-contents .press-3-content .press-3-content-title {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .press-3 .press-3-contents .press-3-content .press-3-content-title {
    margin-bottom: 10px;
  }
}
.press-3 .press-3-contents .press-3-content .press-3-content-title a {
  line-height: 1.8;
}
@media (min-width: 768px) {
  .press-3 .press-3-contents .press-3-content .press-3-content-title a {
    color: #fff;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .press-3 .press-3-contents .press-3-content .press-3-content-title a {
    font-size: 22px;
  }
}
.press-3 .press-3-contents .press-3-content .press-3-content-title a:hover {
  color: #E3BB8A;
}
.press-3 .press-3-content-txt {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .press-3 .press-3-content-txt {
    font-size: 14px;
  }
}

/* bg-13
---------------------------*/
.bg-13 {
  background: transparent url(../img/partners1.jpg) no-repeat center center/cover;
  height: 322px;
  width: 100%;
}
@media (max-width: 767px) {
  .bg-13 {
    height: 170px;
  }
}

/*  GO BEYOND CUSTOMER EXPECTATIONS partners-1
---------------------------*/
.partners-1 {
  background: #272624;
  color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .partners-1 {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.partners-1 .inner {
  max-width: 650px;
}
.partners-1 .partners-1-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .partners-1 .partners-1-title {
    font-size: 20px;
  }
}
.partners-1 p {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .partners-1 p {
    font-size: 11px;
  }
}

/* LET'S DRIVE YOUR CLIENTS GROWTH partners-2
---------------------------*/
@media (max-width: 767px) {
  .partners-2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .partners-2 .partners-2-content {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .partners-2 .partners-2-content .partners-2-txt {
    width: 45%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .partners-2 .partners-2-content .partners-2-txt {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .partners-2 .partners-2-content .partners-2-txt .partners-2-txt-inner {
    text-align: center;
  }
}
.partners-2 .partners-2-content .partners-2-txt .partners-2-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 25px;
  color: #272624;
}
@media (max-width: 767px) {
  .partners-2 .partners-2-content .partners-2-txt .partners-2-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .partners-2 .partners-2-content .partners-2-txt .partners-2-title .en {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .partners-2 .partners-2-content .partners-2-txt .partners-2-title .jp {
    max-width: 400px;
    margin: 0 auto;
  }
}
.partners-2 .partners-2-content .partners-2-txt p {
  font-size: 17px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .partners-2 .partners-2-content .partners-2-txt p {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .partners-2 .partners-2-content .partners-2-txt p .en {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .partners-2 .partners-2-content .partners-2-txt p .jp {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .partners-2 .partners-2-content .partners-2-img {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .partners-2 .partners-2-content .partners-2-img {
    margin-bottom: 20px;
  }
}
.partners-2 .partners-2-content .partners-2-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .partners-2 .partners-2-content .partners-2-img img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .partners-2 .partners-2-content .partners-2-img img {
    height: 130px;
  }
}

/* bg-14
---------------------------*/
.bg-14 {
  background: transparent url(../img/partners3.jpg) no-repeat center center/cover;
  height: 322px;
  width: 100%;
}
@media (max-width: 767px) {
  .bg-14 {
    height: 180px;
  }
}

/* BECOME A BILLMONT PARTNER partners-3
---------------------------*/
.partners-3 {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .partners-3 {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .partners-3 .partners-3-content {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .partners-3 .partners-3-content .partners-3-txt {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt {
    width: 85%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .partners-3 .partners-3-content .partners-3-txt .partners-3-txt-inner {
    max-width: 635px;
    margin: 0 auto;
  }
}
.partners-3 .partners-3-content .partners-3-txt .partners-3-title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #E3BB8A;
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt .partners-3-title {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.partners-3 .partners-3-content .partners-3-txt p {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt p {
    margin: 0 auto 25px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form label {
    display: flex;
  }
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form.mw_wp_form_input .partners-3-txt-input {
  display: block;
}
@media (min-width: 768px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form.mw_wp_form_input .partners-3-txt-input {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form.mw_wp_form_confirm {
    margin-top: 70px;
  }
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form.mw_wp_form_confirm .partners-3-txt-input {
  display: none;
}
@media (min-width: 768px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form .mw_wp_form_complete {
    margin-top: 70px;
  }
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form .mw_wp_form_complete .partners-3-txt-input {
  display: none;
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us {
  width: 100%;
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us .contact-us-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us .contact-us-row {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us .contact-us-row.contact-us-row-message {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us .contact-us-row.contact-us-row-message {
    margin-top: 0;
  }
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us .contact-us-row .contact-us-col {
  width: 100%;
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us .contact-us-row .contact-us-col {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us .contact-us-row .contact-us-col.w-50 {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us .contact-us-row .contact-us-col.w-30 {
    width: 34%;
  }
}
@media (min-width: 768px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us .contact-us-row .contact-us-col.w-70 {
    width: 62%;
  }
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us .contact-us-row .contact-us-col label {
  margin-bottom: 5px;
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us .contact-us-row .contact-us-col .required {
  vertical-align: super;
  font-size: 12px;
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us .contact-us-row .contact-us-col input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border: 1px solid #000;
  font-family: "Roboto", sans-serif;
  color: #000;
  background: #fff;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  font-size: 16px;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us .contact-us-row .contact-us-col input {
    font-size: 16px;
    height: 45px;
  }
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us .contact-us-row .contact-us-col input:hover {
  border: 2px solid #000;
  cursor: pointer;
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us .contact-us-row .contact-us-col input:focus {
  outline: none;
  border: 2px solid #000;
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us .contact-us-row .contact-us-col textarea {
  vertical-align: top;
  width: 100%;
  min-height: 180px;
  resize: vertical;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border: 1px solid #000;
  font-family: "Roboto", sans-serif;
  padding: 10px;
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us .contact-us-row .contact-us-col textarea {
    font-size: 16px;
    min-height: 300px;
  }
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us .contact-us-row .contact-us-col textarea:hover {
  border: 2px solid #000;
  cursor: pointer;
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .contact-us .contact-us-row .contact-us-col textarea:focus {
  outline: none;
  border: 2px solid #000;
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .form-btn-content {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .form-btn-content {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .form-btn-content {
    flex-direction: column;
  }
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .form-btn-content .form-btn-submit {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .form-btn-content .form-btn-submit {
    margin: 0 auto 15px;
  }
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .form-btn-content .form-btn-submit input[type=submit] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  color: #fff;
  background: #CBA16E;
  border: 1px solid #CBA16E;
  font-size: 16px;
  line-height: 1;
  display: block;
  width: 100%;
  padding: 10px;
  transition: all 0.3s;
  border-radius: 0;
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .form-btn-content .form-btn-submit input[type=submit] {
    margin: auto;
    font-size: 16px;
    padding: 15px 60px;
    width: 100%;
  }
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .form-btn-content .form-btn-submit input[type=submit]:hover {
  background: #fff;
  color: #CBA16E;
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .form-btn-content .form-btn-back {
  position: relative;
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .form-btn-content .form-btn-back {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .form-btn-content .form-btn-back .back {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: block;
  width: 100%;
  padding: 10px;
  background: #fff !important;
  border: 1px solid #CBA16E !important;
  color: #CBA16E !important;
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .form-btn-content .form-btn-back .back {
    margin: auto;
    font-size: 16px;
    padding: 15px 60px;
    width: 100%;
  }
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form form .form-btn-content .form-btn-back .back:hover {
  opacity: 0.8;
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form_input .form-btn-back {
  display: none;
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form_confirm .contact-us-row {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form_confirm .contact-us-row {
    margin-bottom: 0;
  }
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form_confirm .contact-us-col {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form_confirm .contact-us-col {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form_confirm .contact-us-col {
    margin-bottom: 30px;
  }
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form_confirm .contact-us-col label {
  font-weight: bold;
}
@media (min-width: 768px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form_confirm .form-btn-content {
    justify-content: space-between !important;
  }
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form_confirm .form-btn-content {
    flex-direction: column-reverse;
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form_confirm .form-btn-submit {
    width: 46% !important;
  }
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form_confirm .form-btn-submit {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form_confirm .form-btn-back {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form_confirm .form-btn-back {
    width: 100% !important;
  }
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form_confirm input[type=submit] {
  padding: 15px 80px !important;
}
.partners-3 .partners-3-content .partners-3-txt .mw_wp_form_complete p {
  color: #E3BB8A;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-txt .mw_wp_form_complete p {
    text-align: center;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .partners-3 .partners-3-content .partners-3-img {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-img {
    margin-bottom: 30px;
  }
}
.partners-3 .partners-3-content .partners-3-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .partners-3 .partners-3-content .partners-3-img img {
    height: 1061px;
  }
}
@media (max-width: 767px) {
  .partners-3 .partners-3-content .partners-3-img img {
    height: 250px;
  }
}

/* contact-us
---------------------------*/
.contact {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .contact {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .contact .contact-content {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .contact .contact-content .contact-txt {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .contact .contact-content .contact-txt {
    width: 85%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .contact .contact-content .contact-txt .contact-txt-inner {
    max-width: 635px;
    margin: 0 auto;
  }
}
.contact .contact-content .contact-txt .contact-txt-inner .contact-title {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact .contact-content .contact-txt .contact-txt-inner .contact-title {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form {
    font-size: 16px;
  }
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us {
  width: 100%;
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us .contact-us-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us .contact-us-row {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us .contact-us-row.contact-us-row-message {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us .contact-us-row.contact-us-row-message {
    margin-top: 0;
  }
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us .contact-us-row .contact-us-col {
  width: 100%;
}
@media (max-width: 767px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us .contact-us-row .contact-us-col {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us .contact-us-row .contact-us-col.w-50 {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us .contact-us-row .contact-us-col.w-30 {
    width: 34%;
  }
}
@media (min-width: 768px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us .contact-us-row .contact-us-col.w-70 {
    width: 62%;
  }
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us .contact-us-row .contact-us-col label {
  margin-bottom: 5px;
  display: flex;
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us .contact-us-row .contact-us-col .required {
  vertical-align: super;
  font-size: 12px;
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us .contact-us-row .contact-us-col input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border: 1px solid #000;
  font-family: "Roboto", sans-serif;
  color: #000;
  background: #fff;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  font-size: 16px;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us .contact-us-row .contact-us-col input {
    font-size: 16px;
    height: 45px;
  }
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us .contact-us-row .contact-us-col input:hover {
  border: 2px solid #000;
  cursor: pointer;
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us .contact-us-row .contact-us-col input:focus {
  outline: none;
  border: 2px solid #000;
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us .contact-us-row .contact-us-col textarea {
  vertical-align: top;
  width: 100%;
  min-height: 180px;
  resize: vertical;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border: 1px solid #000;
  font-family: "Roboto", sans-serif;
  padding: 10px;
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us .contact-us-row .contact-us-col textarea {
    font-size: 16px;
    min-height: 300px;
  }
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us .contact-us-row .contact-us-col textarea:hover {
  border: 2px solid #000;
  cursor: pointer;
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .contact-us .contact-us-row .contact-us-col textarea:focus {
  outline: none;
  border: 2px solid #000;
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .form-btn-content {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .form-btn-content {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .form-btn-content {
    flex-direction: column;
  }
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .form-btn-content .form-btn-submit {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .form-btn-content .form-btn-submit {
    margin: 0 auto 15px;
  }
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .form-btn-content .form-btn-submit input[type=submit] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  color: #fff;
  background: #CBA16E;
  border: 1px solid #CBA16E;
  font-size: 16px;
  line-height: 1;
  display: block;
  width: 100%;
  padding: 10px;
  transition: all 0.3s;
  border-radius: 0;
}
@media (max-width: 767px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .form-btn-content .form-btn-submit input[type=submit] {
    margin: auto;
    font-size: 16px;
    padding: 15px 60px;
    width: 100%;
  }
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .form-btn-content .form-btn-submit input[type=submit]:hover {
  background: #fff;
  color: #CBA16E;
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .form-btn-content .form-btn-back {
  position: relative;
}
@media (max-width: 767px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .form-btn-content .form-btn-back {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .form-btn-content .form-btn-back .back {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: block;
  width: 100%;
  padding: 10px;
  background: #fff !important;
  border: 1px solid #CBA16E !important;
  color: #CBA16E !important;
}
@media (max-width: 767px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .form-btn-content .form-btn-back .back {
    margin: auto;
    font-size: 16px;
    padding: 15px 60px;
    width: 100%;
  }
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form form .form-btn-content .form-btn-back .back:hover {
  opacity: 0.8;
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form_input .form-btn-back {
  display: none;
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form_confirm .contact-us-row {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form_confirm .contact-us-row {
    margin-bottom: 0;
  }
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form_confirm .contact-us-col {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form_confirm .contact-us-col {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form_confirm .contact-us-col {
    margin-bottom: 30px;
  }
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form_confirm .contact-us-col label {
  font-weight: bold;
}
@media (min-width: 768px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form_confirm .form-btn-content {
    justify-content: space-between !important;
  }
}
@media (max-width: 767px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form_confirm .form-btn-content {
    flex-direction: column-reverse;
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form_confirm .form-btn-submit {
    width: 46% !important;
  }
}
@media (max-width: 767px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form_confirm .form-btn-submit {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form_confirm .form-btn-back {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form_confirm .form-btn-back {
    width: 100% !important;
  }
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form_confirm input[type=submit] {
  padding: 15px 80px !important;
}
.contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form_complete p {
  color: #E3BB8A;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 767px) {
  .contact .contact-content .contact-txt .contact-txt-inner .mw_wp_form_complete p {
    text-align: center;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .contact .contact-content .contact-img {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .contact .contact-content .contact-img {
    margin-bottom: 20px;
  }
}
.contact .contact-content .contact-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .contact .contact-content .contact-img img {
    height: 915px;
  }
}
@media (max-width: 767px) {
  .contact .contact-content .contact-img img {
    height: 250px;
  }
}

/* singlepage
-------------------------*/
.entry .entry-all-btn {
  transition: all 0.1s;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 40px;
  color: #000;
}
@media (max-width: 767px) {
  .entry .entry-all-btn {
    display: none;
  }
}
.entry .entry-all-btn:hover {
  color: #E3BB8A;
}
@media (min-width: 768px) {
  .entry .entry-inner {
    border: 1px solid #EEECEC;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .entry .entry-inner {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .entry .entry-inner .entry-content {
    width: 80%;
    margin: 0 auto;
  }
}
.entry img {
  height: auto;
}
.entry figure {
  margin-bottom: 30px;
  text-align: center;
}
.entry figure img {
  width: 50%;
}
@media (max-width: 767px) {
  .entry figure img {
    width: 60%;
  }
}
.entry a {
  color: #E3BB8A;
}
.entry h1 + p,
.entry h2 + p,
.entry h3 + p,
.entry h4 + p,
.entry h5 + p,
.entry h6 + p {
  margin-top: 0;
}
.entry h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .entry h1 {
    font-size: 19px;
  }
}
.entry h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .entry h2 {
    font-size: 18px;
  }
}
.entry h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .entry h3 {
    font-size: 17px;
  }
}
.entry h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .entry h4 {
    font-size: 16px;
  }
}
.entry h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .entry h5 {
    font-size: 15px;
  }
}
.entry h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .entry h6 {
    font-size: 14px;
  }
}
.entry p {
  line-height: 1.7;
  margin-bottom: 30px;
  word-break: break-all;
  font-size: 18px;
}
@media (max-width: 767px) {
  .entry p {
    font-size: 16px;
  }
}
.entry ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.entry ul li {
  list-style-type: disc !important;
}
.entry ol {
  margin-bottom: 30px;
  padding-left: 20px;
}
.entry ol li {
  list-style-type: decimal !important;
}
.entry li {
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.entry .wp-block-pullquote {
  padding: 0;
}
.entry blockquote {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em;
}
@media (max-width: 767px) {
  .entry blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.entry blockquote p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .entry blockquote p {
    font-size: 14px;
  }
}
.entry blockquote > :first-child {
  margin-top: 0;
}
.entry blockquote > :last-child {
  margin-bottom: 0;
}
.entry .entry-title {
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .entry .entry-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.entry .entry-date {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .entry .entry-date {
    margin-bottom: 80px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .entry .entry-thumbnail {
    margin: 0 -30px;
  }
}
.entry .entry-txt {
  margin-top: 50px;
  font-family: "palatino-linotype", serif;
}
@media (max-width: 767px) {
  .entry .entry-txt {
    margin-top: 40px;
  }
}

.sfsi_widget {
  width: 100%;
  border-top: 1px solid #D8D8D7;
  border-bottom: 1.5px solid #D8D8D7;
  padding: 15px 0;
  margin-bottom: 50px;
  float: none !important;
  min-height: 60px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .sfsi_widget {
    margin-top: 50px;
    border-top: none;
  }
}
.sfsi_widget div {
  clear: inherit !important;
}

@media (max-width: 767px) {
  .sfsi_wicons {
    margin-right: 15px !important;
  }
}

.sficn {
  position: relative;
}
.sficn::before {
  position: absolute;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #000;
}
@media (max-width: 767px) {
  .sficn::before {
    font-size: 20px;
  }
}

.sfsiplus_footerLnk {
  display: none;
}

/* single 最新記事
---------------------------*/
.entry-new {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .entry-new .inner {
    padding: 0;
  }
}
.entry-new .entry-new-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  font-size: 24px;
  font-family: "Times New Roman", serif;
  color: #272624;
}
@media (max-width: 767px) {
  .entry-new .entry-new-head {
    font-size: 18px;
    margin: 0 30px 25px;
  }
}
.entry-new .container img {
  height: auto;
}
.entry-new .container.pc .entry-new-contents {
  display: flex;
  justify-content: space-between;
}
.entry-new .container.pc .entry-new-contents .entry-new-content {
  border: 1px solid #EEECEC;
  width: 30.6666633333%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.entry-new .container.pc .entry-new-contents .entry-new-content:nth-child(3n) {
  margin-right: 0;
}
.entry-new .container.pc .entry-new-contents .entry-new-content .entry-new-content-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
.entry-new .container.pc .entry-new-contents .entry-new-content .entry-new-content-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .entry-new .container.pc .entry-new-contents .entry-new-content .entry-new-content-inner {
    padding: 6%;
  }
}
.entry-new .container.pc .entry-new-contents .entry-new-content .entry-new-content-title {
  transition: all 0.3s;
  font-size: 18px;
}
.entry-new .container.pc .entry-new-contents .entry-new-content .entry-new-content-title:hover {
  color: #E3BB8A;
}
.entry-new .container.pc .entry-new-content-txt {
  line-height: 1.8;
}
.entry-new .container.sp {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  position: relative;
}
@media (max-width: 767px) {
  .entry-new .container.sp .swiper-slide {
    border: 1px solid #EEECEC;
  }
}
.entry-new .container.sp .swiper-slide .entry-new-content-img img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-new .container.sp .swiper-slide .entry-new-content-inner {
  padding: 8%;
}
.entry-new .container.sp .swiper-pagination-bullets span {
  background: #000;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
@media (max-width: 991px) {
  .entry-new .container.sp .swiper-pagination-bullets span {
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 767px) {
  .entry-new .container.sp .swiper-pagination-bullets span {
    width: 8px;
    height: 8px;
    margin: 0 8px;
  }
}
.entry-new .container.sp .swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background: #605F5C;
}
.entry-new .container.sp .swiper-pagination2 {
  position: absolute;
  bottom: -50px !important;
  outline: none !important;
}
@media (max-width: 767px) {
  .entry-new .container.sp .swiper-pagination2 {
    bottom: -30px !important;
  }
}
.entry-new .container.sp .swiper-pagination2 span {
  margin: 0 8px !important;
  width: 10px !important;
  height: 10px !important;
  background: #999997 !important;
}
@media (max-width: 767px) {
  .entry-new .container.sp .swiper-pagination2 span {
    width: 8px !important;
    height: 8px !important;
  }
}
.entry-new .container.sp .swiper-pagination2 span.swiper-pagination-bullet-active {
  background: #272624 !important;
}

/* blog一覧
---------------------------*/
.blog {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .blog {
    margin-top: 0;
  }
}
.blog .inner {
  max-width: 800px;
}
@media (max-width: 767px) {
  .blog .inner {
    padding: 0;
  }
}
.blog .blog-title {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .blog .blog-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.blog .blog-btn {
  transition: all 0.1s;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .blog .blog-btn {
    display: none;
  }
}
.blog .blog-btn:hover {
  color: #E3BB8A;
}
.blog .blog-contents {
  display: flex;
  flex-wrap: wrap;
}
.blog .blog-contents .blog-content {
  position: relative;
}
@media (min-width: 768px) {
  .blog .blog-contents .blog-content {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .blog .blog-contents .blog-content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.blog .blog-contents .blog-content:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .blog .blog-contents .blog-content:last-child .press-3-content-inner {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .blog .blog-contents .blog-content::after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.blog .blog-contents .blog-content .blog-content-img {
  height: 100%;
}
.blog .blog-contents .blog-content .blog-content-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .blog .blog-contents .blog-content .blog-content-img img {
    height: 200px;
  }
}
.blog .blog-contents .blog-content .blog-content-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .blog .blog-contents .blog-content .blog-content-inner {
    height: 100%;
    padding: 3%;
    position: absolute;
    top: 0;
  }
}
@media (max-width: 767px) {
  .blog .blog-contents .blog-content .blog-content-inner {
    margin: 30px 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E7E0CD;
  }
}
.blog .blog-contents .blog-content .blog-content-date {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .blog .blog-contents .blog-content .blog-content-date {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .blog .blog-contents .blog-content .blog-content-date {
    margin-bottom: 15px;
  }
}
.blog .blog-contents .blog-content .blog-content-title {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .blog .blog-contents .blog-content .blog-content-title {
    margin-bottom: 10px;
  }
}
.blog .blog-contents .blog-content .blog-content-title a {
  line-height: 1.8;
}
@media (min-width: 768px) {
  .blog .blog-contents .blog-content .blog-content-title a {
    color: #fff;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .blog .blog-contents .blog-content .blog-content-title a {
    font-size: 20px;
  }
}
.blog .blog-contents .blog-content .blog-content-title a:hover {
  color: #E3BB8A;
}
.blog .blog-content-txt {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .blog .blog-content-txt {
    font-size: 14px;
  }
}

/* page
----------------------------*/
.page {
  margin-bottom: 200px;
}
.page .terms-txt {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .page .terms-txt {
    font-size: 11px;
    margin-bottom: 20px;
  }
}
.page img {
  height: auto;
}
.page figure {
  margin-bottom: 30px;
  text-align: center;
}
.page figure img {
  width: 50%;
}
@media (max-width: 767px) {
  .page figure img {
    width: 60%;
  }
}
.page a {
  color: #E3BB8A;
}
.page h1 + p,
.page h2 + p,
.page h3 + p,
.page h4 + p,
.page h5 + p,
.page h6 + p {
  margin-top: 0;
}
.page h1 {
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .page h1 {
    font-size: 19px;
  }
}
.page h2 {
  color: #E3BB8A;
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .page h2 {
    line-height: 1.4;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.page h3 {
  line-height: 1.8;
  font-size: 12px;
  margin-top: 40px;
  margin-bottom: 20px;
  word-break: break-all;
  font-family: "palatino-linotype", serif;
}
@media (max-width: 767px) {
  .page h3 {
    font-size: 11px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.page h4 {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page h4 {
    font-size: 16px;
  }
}
.page h5 {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page h5 {
    font-size: 15px;
  }
}
.page h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page h6 {
    font-size: 14px;
  }
}
.page p {
  line-height: 1.8;
  font-size: 12px;
  margin-bottom: 20px;
  word-break: break-all;
  font-family: "palatino-linotype", serif;
}
@media (max-width: 767px) {
  .page p {
    font-size: 11px;
  }
}
.page ul {
  margin-bottom: 30px;
  font-family: "palatino-linotype", serif;
  font-size: 12px;
}
@media (max-width: 767px) {
  .page ul {
    font-size: 11px;
    margin-bottom: 20px;
  }
}
.page ul li {
  list-style-type: disc !important;
  margin-left: 15px;
}
.page ol {
  margin-bottom: 30px;
  font-family: "palatino-linotype", serif;
  font-size: 12px;
}
@media (max-width: 767px) {
  .page ol {
    font-size: 11px;
    margin-bottom: 20px;
  }
}
.page ol li {
  list-style-type: decimal !important;
  margin-left: 15px;
}
.page ol li ol {
  margin-bottom: 0;
}
.page .wp-block-pullquote {
  padding: 0;
}
.page blockquote {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em;
}
@media (max-width: 767px) {
  .page blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.page blockquote p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .page blockquote p {
    font-size: 14px;
  }
}
.page blockquote > :first-child {
  margin-top: 0;
}
.page blockquote > :last-child {
  margin-bottom: 0;
}

/* footer
----------------------------*/
footer {
  background: #33281C;
  padding-top: 200px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  footer {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  footer .inner {
    padding: 0 15px;
  }
}
footer a {
  color: #fff;
}
footer .footer-contact {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  footer .footer-contact {
    margin-bottom: 40px;
  }
}
footer .footer-contact .footer-contact-title {
  color: #E3BB8A;
  font-size: 45px;
  font-family: "Times New Roman", serif;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer .footer-contact .footer-contact-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
footer .footer-logo {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  footer .footer-logo {
    display: flex;
    margin-bottom: 30px;
  }
}
footer .footer-logo .footer-logo-1 {
  width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  footer .footer-logo .footer-logo-1 {
    width: 170px;
    margin-right: 15px;
  }
}
footer .footer-logo .footer-logo-2 {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  footer .footer-logo .footer-logo-2 {
    width: 70px;
  }
}
footer .footer-nav-1 {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  footer .footer-nav-1 {
    display: none;
  }
}
footer .footer-nav-1 li {
  color: #E3BB8A;
  font-weight: bold;
}
@media (min-width: 768px) {
  footer .footer-nav-1 li {
    font-size: 16px;
    margin-right: 70px;
  }
}
@media (max-width: 767px) {
  footer .footer-nav-1 li {
    margin-bottom: 10px;
  }
}
footer .footer-nav-1 li span {
  display: block;
}
@media (min-width: 768px) {
  footer .footer-nav-1 li span {
    margin-bottom: 50px;
  }
}
footer .footer-nav-1 li:last-child {
  margin-right: 0;
}
footer .footer-nav-1 li .child {
  margin-top: 70px;
}
footer .footer-nav-1 li .child ul li {
  margin-bottom: 20px;
}
footer .footer-nav-1 li .child ul li a {
  font-size: 13px;
  text-decoration: underline;
  font-weight: normal;
}
footer .footer-nav-2 {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  footer .footer-nav-2 {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
footer .footer-nav-2 li {
  margin-right: 50px;
}
@media (max-width: 767px) {
  footer .footer-nav-2 li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
footer .footer-nav-2 li a {
  font-size: 12px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer .footer-nav-2 li a {
    font-size: 12px;
  }
}
footer .copyright {
  color: #fff;
  margin-bottom: 50px;
}
footer .copyright .copyright-txt-1 {
  font-size: 14px;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, sans-serif;
}
@media (min-width: 768px) {
  footer .copyright .copyright-txt-1 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  footer .copyright .copyright-txt-1 {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
footer .copyright .copyright-txt-1 img {
  width: 150px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  footer .copyright .copyright-txt-1 img {
    margin-bottom: 20px;
  }
}
footer .copyright .copyright-txt-2 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: normal;
}
@media (max-width: 767px) {
  footer .copyright .copyright-txt-2 {
    font-size: 10px;
  }
}
footer .copyright .copyright-version {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  footer .copyright .copyright-version {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  footer .footer-credit {
    margin-bottom: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
footer .footer-credit ul {
  display: flex;
}
@media (max-width: 767px) {
  footer .footer-credit ul {
    justify-content: flex-start;
  }
}
footer .footer-credit ul li {
  margin-right: 10px;
}
footer .footer-credit ul li img {
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  footer .footer-credit ul li img {
    width: auto;
    height: 25px;
  }
}

/* to top
----------------------------*/
.page-top {
  padding: 0;
  margin: 0;
  display: none;
}

.page-top p {
  position: fixed;
  right: 0;
  bottom: 50px;
  text-align: center;
  line-height: 50px;
}

.move-page-top {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  transition: all 0.3s;
  position: relative;
}
.move-page-top i {
  position: absolute;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 404 */
.entry-404 {
  position: relative;
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .entry-404 {
    padding-bottom: 50px;
  }
}
.entry-404 .inner {
  max-width: 700px;
}

.entry-404-inner {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 10px;
}

.entry-404-lead {
  color: #808080;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .entry-404-lead {
    font-size: 20px;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
  margin-bottom: 0;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d;
  padding: 10px 20px;
  font-weight: bold;
}