@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Crimson+Text&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Source+Serif+Pro&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  position: relative;
}

@font-face {
  font-family: "SourceHan", serif;
  src: url("fonts/SourceHanSerif-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.box-450 {
  max-width: 450px;
}

.box-20per {
  max-width: 20%;
}

.box-30 {
  max-width: 30px;
}

/* Smartphones (portrait and landscape) ----------- */
/* iPads (portrait and landscape) ----------- */
/* Large screens ----------- */
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -moz-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -moz-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes bounce {
  0% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes scrollArrow {
  0% {
    -webkit-transform: translateY(-115%);
    transform: translateY(-115%);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes scrollArrow {
  0% {
    -webkit-transform: translateY(-115%);
    -moz-transform: translateY(-115%);
    transform: translateY(-115%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes scrollArrow {
  0% {
    -webkit-transform: translateY(-115%);
    -o-transform: translateY(-115%);
    transform: translateY(-115%);
  }
  50% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes scrollArrow {
  0% {
    -webkit-transform: translateY(-115%);
    -moz-transform: translateY(-115%);
    -o-transform: translateY(-115%);
    transform: translateY(-115%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes scrollIcon {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-moz-keyframes scrollIcon {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-o-keyframes scrollIcon {
  0% {
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes scrollIcon {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue",
    HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana,
    "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  background-color: #fff;
  font-weight: normal;
  margin: 0 auto;
  color: #000000;
}

.wrp {
  position: relative;
}

.cntr {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1280px) {
  .cntr {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cntr-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper {
  padding-right: 80px;
}

@media (max-width: 768px) {
  .wrapper {
    padding-right: 0;
    margin-top: 80px;
  }
}

.wrapper:before {
  content: "";
  display: block;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  -webkit-transition: opacity 0.25s 0.25s ease-in;
  -o-transition: opacity 0.25s 0.25s ease-in;
  -moz-transition: opacity 0.25s 0.25s ease-in;
  transition: opacity 0.25s 0.25s ease-in;
  pointer-events: none;
  z-index: 50;
}

.menu__open .wrapper:before {
  -webkit-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  pointer-events: all;
  opacity: 1;
}

.v-pc {
  display: block;
}

@media (max-width: 768px) {
  .v-pc {
    display: none;
  }
}

.v-sp {
  display: none;
}

@media (max-width: 768px) {
  .v-sp {
    display: block;
  }
}

/** LAYOUTS **/
.gap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  /*gaps*/
  /*
	*
	* How to use gap classes :
	*
	*  Ex: <div class="gap gap-2 gap-0-xs">
	*			<div class="md-6 xs-12"></div>
	*			<div class="md-6 xs-12"></div>
	*		</div>
	*
	*/
  /********/
  /* EXTRA SMALL DEVICES */
  /********/
  /********/
  /* SMALL DEVICES */
  /********/
  /********/
  /* MEDIUM DEVICES */
  /********/
  /********/
  /* EXTRA SMALL DEVICES */
  /********/
  /********/
  /* SMALL DEVICES */
  /********/
  /********/
  /* MEDIUM DEVICES */
  /********/
}

.gap.gap-0-xs {
  margin-left: 0px;
  margin-right: 0px;
}

.gap.gap-0-xs > [class^="xs"] {
  padding-left: 0px;
  padding-right: 0px;
}

.gap.gap-0-xs > [class*=" xs"] {
  padding-left: 0px;
  padding-right: 0px;
}

.gap.gap-10-xs {
  margin-left: -10px;
  margin-right: -10px;
}

.gap.gap-10-xs > [class^="xs"] {
  padding-left: 10px;
  padding-right: 10px;
}

.gap.gap-10-xs > [class*=" xs"] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 569px) {
  .gap.gap-0-sm {
    margin-left: 0px;
    margin-right: 0px;
  }
  .gap.gap-0-sm > [class^="sm"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .gap.gap-0-sm > [class*=" sm"] {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  .gap.gap-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .gap.gap-0 > [class^="md"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .gap.gap-0 > [class*=" md"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .gap.gap-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gap.gap-10 > [class^="md"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gap.gap-10 > [class*=" md"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gap.gap-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gap.gap-15 > [class^="md"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gap.gap-15 > [class*=" md"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gap.gap-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gap.gap-20 > [class^="md"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gap.gap-20 > [class*=" md"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gap.gap-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gap.gap-30 > [class^="md"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gap.gap-30 > [class*=" md"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gap.gap-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .gap.gap-40 > [class^="md"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .gap.gap-40 > [class*=" md"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.gap .xs-0 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
  max-width: 0%;
}

.gap .xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.gap .xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 569px) {
  .gap .sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .gap .sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .gap .md-0 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
  }
  .gap .md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .gap .md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .gap .md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .gap .md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .gap .md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .gap .md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .gap .md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .gap .md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.header {
  background-color: #fff;
  border-left: 1px solid #707070;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 81px;
  top: 0;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 999;
}

@media (max-width: 768px) {
  .header {
    border-left: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 25px;
  }
  .header__logo {
    height: 80px;
  }
}

.header__logo {
  background-color: #053a67;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.header__logo a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 28px 10px;
}

.header__contact-button {
  background-color: #053a67;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  padding: 35px 10px;
}

@media (max-width: 768px) {
  .header__contact-button {
    display: none;
  }
}

.menu__open .header__global-nav {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out, -o-transform 0.25s ease-out;
  -moz-transition: transform 0.25s ease-out, opacity 0.25s ease-out,
    -moz-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out,
    -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out,
    -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out,
    -webkit-transform 0.25s ease-out;
}

.header__global-nav {
  background-color: #053a67;
  position: fixed;
  padding: 30px 30px;
  right: 80px;
  width: 190px;
  height: 100%;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 50;
  overflow-y: auto;
  -webkit-transition: opacity 0.25s 0.25s ease-out,
    -webkit-transform 0.25s 0.25s ease-out;
  transition: opacity 0.25s 0.25s ease-out,
    -webkit-transform 0.25s 0.25s ease-out;
  -o-transition: opacity 0.25s 0.25s ease-out, -o-transform 0.25s 0.25s ease-out;
  -moz-transition: transform 0.25s 0.25s ease-out, opacity 0.25s 0.25s ease-out,
    -moz-transform 0.25s 0.25s ease-out;
  transition: transform 0.25s 0.25s ease-out, opacity 0.25s 0.25s ease-out;
  transition: transform 0.25s 0.25s ease-out, opacity 0.25s 0.25s ease-out,
    -webkit-transform 0.25s 0.25s ease-out, -moz-transform 0.25s 0.25s ease-out,
    -o-transform 0.25s 0.25s ease-out;
  transition: transform 0.25s 0.25s ease-out, opacity 0.25s 0.25s ease-out,
    -webkit-transform 0.25s 0.25s ease-out;
  -webkit-transform: translateX(0.5rem);
  -moz-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}

@media (max-width: 768px) {
  .header__global-nav {
    right: 0;
    left: 0;
    width: 100%;
    top: 80px;
  }
}

.header__global-nav-list li {
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .header__global-nav-list li {
    margin-bottom: 0;
  }
}

.header__global-nav-list li:last-child {
  margin-bottom: 0;
}

.header__global-nav-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .header__global-nav-list li a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #fff;
    padding: 18px 0;
  }
}

#hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

#hamburger .line {
  fill: none;
  stroke: #707070;
  stroke-width: 6;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

#hamburger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

#hamburger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

#hamburger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

#hamburger.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

#hamburger.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

#hamburger.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.select__language-wrapper {
  position: fixed;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(-40%, -70%);
  -moz-transform: translate(-40%, -70%);
  -ms-transform: translate(-40%, -70%);
  -o-transform: translate(-40%, -70%);
  transform: translate(-40%, -70%);
  z-index: 10;
}

@media (max-width: 768px) {
  .select__language-wrapper {
    display: none;
  }
}

.select__language-wrapper .select__language {
  background-color: #053a67;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
}

.select__language-wrapper .select__language li {
  border-left: 1px solid #fff;
}

.select__language-wrapper .select__language li:first-child {
  border-left: 0;
}

.select__language-wrapper .select__language li.current-lang a {
  background-color: #33749c;
}

.select__language-wrapper .select__language li a {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
}

.select__language-nav {
  display: none;
}

@media (max-width: 768px) {
  .select__language-nav {
    display: block;
  }
}

.select__language-nav h4 {
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.select__language-nav .select__language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.select__language-nav .select__language li {
  border-left: 1px solid #fff;
}

.select__language-nav .select__language li:first-child {
  border-left: 0;
}

.select__language-nav .select__language li a {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 20px;
}

.main__footer {
  background-color: #053a67;
  padding-left: 80px;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 768px) {
  .main__footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.main__footer-wrapper {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .main__footer-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer__global-nav {
  margin-left: 5px;
}

@media (max-width: 768px) {
  .footer__global-nav {
    margin-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.footer__global-nav .footer__global-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .footer__global-nav .footer__global-nav-list {
    display: inline-block;
  }
}

.footer__global-nav .footer__global-nav-list li {
  margin-right: 40px;
}

@media (max-width: 950px) {
  .footer__global-nav .footer__global-nav-list li {
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .footer__global-nav .footer__global-nav-list li {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.footer__global-nav .footer__global-nav-list li:first-child {
  display: none;
}

.footer__global-nav .footer__global-nav-list li:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .footer__global-nav .footer__global-nav-list li:last-child {
    margin-bottom: 0px;
  }
}

.footer__global-nav .footer__global-nav-list li .nav-link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 950px) {
  .footer__global-nav .footer__global-nav-list li .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .main__footer-copyright {
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
}

/** MODULES **/
.home__visual-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 1px;
  position: relative;
}

@media (max-width: 768px) {
  .home__visual-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.home__visual-video {
  width: -webkit-calc(400px + (1186 - 400) * ((100vw - 769px) / (1920 - 769)));
  width: -moz-calc(400px + (1186 - 400) * ((100vw - 769px) / (1920 - 769)));
  width: calc(400px + (1186 - 400) * ((100vw - 769px) / (1920 - 769)));
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .home__visual-video {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.home__visual-video video {
  width: 100%;
  height: -webkit-calc(470px + (750 - 470) * ((100vw - 769px) / (1920 - 769)));
  height: -moz-calc(470px + (750 - 470) * ((100vw - 769px) / (1920 - 769)));
  height: calc(470px + (750 - 470) * ((100vw - 769px) / (1920 - 769)));
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .home__visual-video video {
    height: auto;
  }
}

.home__visual-text {
  position: absolute;
  right: -webkit-calc(176px + (350 - 176) * ((100vw - 769px) / (1920 - 769)));
  right: -moz-calc(176px + (350 - 176) * ((100vw - 769px) / (1920 - 769)));
  right: calc(176px + (350 - 176) * ((100vw - 769px) / (1920 - 769)));
  bottom: -webkit-calc(60px + (120 - 60) * ((100vw - 769px) / (1920 - 769)));
  bottom: -moz-calc(60px + (120 - 60) * ((100vw - 769px) / (1920 - 769)));
  bottom: calc(60px + (120 - 60) * ((100vw - 769px) / (1920 - 769)));
}

@media (max-width: 768px) {
  .home__visual-text {
    right: 0;
    left: 0;
    text-align: center;
    bottom: 105px;
  }
}

@media (max-width: 320px) {
  .home__visual-text {
    bottom: 112px;
  }
}

.home__visual-text img {
  width: -webkit-calc(300px + (857 - 300) * ((100vw - 769px) / (1920 - 769)));
  width: -moz-calc(300px + (857 - 300) * ((100vw - 769px) / (1920 - 769)));
  width: calc(300px + (857 - 300) * ((100vw - 769px) / (1920 - 769)));
}

@media (max-width: 768px) {
  .home__visual-text img {
    width: 250px;
  }
}

@media (max-width: 320px) {
  .home__visual-text img {
    width: 200px;
  }
}

.home__visual-tagline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: -webkit-calc(
    15px + (30 - 15) * ((100vw - 769px) / (1920 - 769))
  );
  padding-left: -moz-calc(15px + (30 - 15) * ((100vw - 769px) / (1920 - 769)));
  padding-left: calc(15px + (30 - 15) * ((100vw - 769px) / (1920 - 769)));
}

@media (max-width: 768px) {
  .home__visual-tagline {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}

.home__visual-tagline p {
  font-size: -webkit-calc(8px + (16 - 8) * ((100vw - 769px) / (1920 - 769)));
  font-size: -moz-calc(8px + (16 - 8) * ((100vw - 769px) / (1920 - 769)));
  font-size: calc(8px + (16 - 8) * ((100vw - 769px) / (1920 - 769)));
  line-height: normal;
}

@media (max-width: 768px) {
  .home__visual-tagline p {
    padding-top: 100px;
    font-size: 14px;
    width: 100%;
  }
}

@media (max-width: 320px) {
  .home__visual-tagline p {
    font-size: 13px;
  }
}

.home__visual-scroll {
  position: absolute;
  width: -webkit-calc(16px + (26 - 16) * ((100vw - 769px) / (1920 - 769)));
  width: -moz-calc(16px + (26 - 16) * ((100vw - 769px) / (1920 - 769)));
  width: calc(16px + (26 - 16) * ((100vw - 769px) / (1920 - 769)));
  overflow: hidden;
  height: -webkit-calc(100px + (167 - 100) * ((100vw - 769px) / (1920 - 769)));
  height: -moz-calc(100px + (167 - 100) * ((100vw - 769px) / (1920 - 769)));
  height: calc(100px + (167 - 100) * ((100vw - 769px) / (1920 - 769)));
  right: 35px;
  bottom: 25px;
}

@media (max-width: 768px) {
  .home__visual-scroll {
    bottom: 100px;
  }
}

.home__visual-scroll::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: -webkit-calc(100% + 1px);
  height: -moz-calc(100% + 1px);
  height: calc(100% + 1px);
  -webkit-animation: scrollIcon 3s 1.5s ease-in-out infinite;
  -moz-animation: scrollIcon 3s 1.5s ease-in-out infinite;
  -o-animation: scrollIcon 3s 1.5s ease-in-out infinite;
  animation: scrollIcon 3s 1.5s ease-in-out infinite;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  bottom: -1px;
  left: 0;
  will-change: transform;
  z-index: 1;
}

.home__visual-scroll-inner {
  display: block;
  position: relative;
  -webkit-transform: translateY(-115%);
  -moz-transform: translateY(-115%);
  -ms-transform: translateY(-115%);
  -o-transform: translateY(-115%);
  transform: translateY(-115%);
  -webkit-animation: scrollArrow 3s ease-in-out infinite;
  -moz-animation: scrollArrow 3s ease-in-out infinite;
  -o-animation: scrollArrow 3s ease-in-out infinite;
  animation: scrollArrow 3s ease-in-out infinite;
  height: 100%;
  will-change: transform;
}

.home__visual-scroll-inner img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.business {
  padding-left: 80px;
}

@media (max-width: 768px) {
  .business {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.business__wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .business__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.business__title {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 50px;
  margin-left: -30px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .business__title {
    margin-left: 0;
  }
}

.business__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 50px;
}

.business__list li {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

@media (max-width: 768px) {
  .business__list li:nth-child(2) {
    text-align: right;
  }
}

@media (max-width: 768px) {
  .business__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.business__list img {
  width: 100%;
}

@media (max-width: 768px) {
  .business__list img {
    width: auto;
  }
}

@media (max-width: 425px) {
  .business__list img {
    width: 100%;
  }
}

.business__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.business__button a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
  padding-right: 50px;
  padding-bottom: 10px;
  position: relative;
}

.business__button a::before {
  content: url("../img/line02.svg");
  position: absolute;
  bottom: 0;
}

.page__business {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page__business-img {
  background-image: url("../img/businessbg01.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

@media (max-width: 768px) {
  .page__business-img {
    background-image: url("../img/businessbg01_sp.svg");
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 300px;
  }
}

.page__business-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

@media (max-width: 768px) {
  .page__business-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page__business-title {
  display: inline-block;
  border-bottom: 3px solid #000;
  font-size: 40px;
  line-height: normal;
  margin-bottom: 50px;
  padding-bottom: 20px;
  padding-right: 100px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .page__business-title {
    font-size: 30px;
    padding-right: 0;
  }
}

.page__business-content {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width: 768px) {
  .page__business-content {
    padding: 0;
    /* border-left: 1px solid #707070; */
    /* border-right: 1px solid #707070; */
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.page__business-list li {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .page__business-list li {
    text-align: center;
  }
}

.page__business-list li:last-child {
  margin-bottom: 0;
}

.page__business-list li h3 {
  font-size: 25px;
  line-height: normal;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .page__business-list li h3 {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .page__business-list li p {
    text-align: left;
  }
}

.page__business-button {
  background-color: #053a67;
  color: #fff;
  display: inline-block;
  padding: 15px 15px;
  margin-top: 35px;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
  position: relative;
  text-align: left;
}

.page__business-button:before {
  content: ">";
  position: absolute;
  font-size: 18px;
  right: 15px;
}

.company {
  padding-left: 80px;
  border-bottom: 1px solid #707070;
}

@media (max-width: 768px) {
  .company {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.company__wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.company__title {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 50px;
  margin-left: -30px;
  text-transform: uppercase;
}

.company__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.company__list li {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

@media (max-width: 768px) {
  .company__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.company__list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company__list img {
  width: 100%;
}

.page__company {
  padding-left: 80px;
}

@media (max-width: 768px) {
  .page__company {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page__company-wrapper {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (max-width: 1024px) {
  .page__company-wrapper {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .page__company-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.page__company-title {
  display: inline-block;
  border-bottom: 3px solid #000;
  font-size: 40px;
  line-height: normal;
  margin-bottom: 95px;
  padding-bottom: 20px;
  padding-right: 100px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .page__company-title {
    margin-bottom: 60px;
    font-size: 30px;
    padding-right: 0;
  }
}

.page__company-list {
  border: 1px solid #707070;
  padding: 60px 60px;
  max-width: 830px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .page__company-list {
    padding: 30px 30px;
  }
}

.page__company-list li {
  border-bottom: 1px solid #707070;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 25px;
}

.page__company-list li span {
  display: inline-block;
  min-width: 200px;
}

@media (max-width: 768px) {
  .page__company-list li span {
    min-width: 100px;
  }
}

.fxap {
  padding-left: 80px;
}

@media (max-width: 768px) {
  .fxap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.fxap__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

@media (max-width: 768px) {
  .fxap__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.fxap__content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 60px;
}

@media (max-width: 768px) {
  .fxap__content {
    padding-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.fxap__content p {
  margin-bottom: 80px;
}

.fxap__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 768px) {
  .fxap__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.fxap__img img {
  width: 100%;
}

@media (max-width: 768px) {
  .fxap__img img {
    margin-bottom: 100px;
  }
}

.fxap__title {
  border-bottom: 1px solid #000;
  display: inline-block;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 50px;
  text-transform: uppercase;
  padding-bottom: 25px;
}

@media (max-width: 768px) {
  .fxap__title {
    font-size: 20px;
  }
}

.fxap__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .fxap__button {
    position: absolute;
    right: 0;
    bottom: 50px;
  }
}

.fxap__button a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
  padding-right: 50px;
  padding-bottom: 10px;
  position: relative;
}

.fxap__button a::before {
  content: url("../img/line02.svg");
  position: absolute;
  bottom: 0;
}

/* .page__fxap {
  padding-left: 80px;
} */

@media (max-width: 768px) {
  .page__fxap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page__fxap.page__fxap--gray {
  background-color: #f2f2f2;
}

.page__fxap.page__fxap--gray .page__fxap-container {
  border-left: 0;
}

@media (max-width: 768px) {
  .page__fxap.page__fxap--gray .page__fxap-container {
    border-right: 0;
  }
}

.page__fxap.page__fxap--gray .page__fxap-container .page__fxap-wrapper {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .page__fxap.page__fxap--gray .page__fxap-container .page__fxap-wrapper {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.page__fxap.page__fxap--gray .page__fxap-container .page__fxap-title-gray {
  display: inline-block;
  font-size: 44px;
  line-height: normal;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .page__fxap.page__fxap--gray .page__fxap-container .page__fxap-title-gray {
    font-size: 25px;
  }
}

.page__fxap.page__fxap--gray .page__fxap-container .page__fxap-title-gray span {
  color: #eb416e;
}

.page__fxap.page__fxap--gray .page__fxap-container .page__fxap-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .page__fxap.page__fxap--gray .page__fxap-container .page__fxap-img {
    margin-bottom: 40px;
  }
}

.page__fxap.page__fxap--gray .page__fxap-container .page__fxap-img img {
  width: 100%;
}

.page__fxap.page__fxap--gray .page__fxap-container .page__fxap-img p {
  color: #ff0000;
  font-size: 20px;
  line-height: normal;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .page__fxap.page__fxap--gray .page__fxap-container .page__fxap-img p {
    font-size: 15px;
    padding-left: 0;
  }
}

.page__fxap.page__fxap--gray
  .page__fxap-container
  .page__fxap-img.page__fxap-img02 {
  margin-bottom: 0;
}

.page__fxap.page__fxap--product .page__fxap-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.page__fxap.page__fxap--product .page__fxap-wrapper .page__fxap-title-white {
  display: inline-block;
  font-size: 44px;
  line-height: normal;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .page__fxap.page__fxap--product .page__fxap-wrapper .page__fxap-title-white {
    font-size: 25px;
  }
}

.page__fxap.page__fxap--product
  .page__fxap-wrapper
  .page__fxap-title-white
  span {
  color: #eb416e;
}

.page__fxap.page__fxap--product .page__fxap-wrapper p {
  line-height: 44px;
}

.page__fxap.page__fxap--price .page__fxap-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.page__fxap.page__fxap--price .page__fxap-wrapper .page__fxap-price-box {
  border: 1px solid #053a67;
  max-width: 770px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.page__fxap.page__fxap--price
  .page__fxap-wrapper
  .page__fxap-price-box
  .page__fxap-header {
  background-color: #01335d;
  color: #fff;
  font-size: 40px;
  text-align: center;
  padding: 20px 20px;
}

@media (max-width: 768px) {
  .page__fxap.page__fxap--price
    .page__fxap-wrapper
    .page__fxap-price-box
    .page__fxap-header {
    font-size: 25px;
  }
}

.page__fxap.page__fxap--price
  .page__fxap-wrapper
  .page__fxap-price-box
  .page__fxap-body {
  background-color: #f0f0f0;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .page__fxap.page__fxap--price
    .page__fxap-wrapper
    .page__fxap-price-box
    .page__fxap-body {
    padding-top: 30px;
  }
}

.page__fxap.page__fxap--price
  .page__fxap-wrapper
  .page__fxap-price-box
  .page__fxap-body
  .page__fxap-content {
  max-width: 485px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page__fxap.page__fxap--price
  .page__fxap-wrapper
  .page__fxap-price-box
  .page__fxap-body
  .page__fxap-content
  h4 {
  color: #01335d;
  font-size: 65px;
  line-height: normal;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .page__fxap.page__fxap--price
    .page__fxap-wrapper
    .page__fxap-price-box
    .page__fxap-body
    .page__fxap-content
    h4 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

.page__fxap.page__fxap--price
  .page__fxap-wrapper
  .page__fxap-price-box
  .page__fxap-body
  .page__fxap-content
  a {
  background-color: #01335d;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 25px 25px;
  font-size: 40px;
  max-width: 460px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  position: relative;
}

@media (max-width: 768px) {
  .page__fxap.page__fxap--price
    .page__fxap-wrapper
    .page__fxap-price-box
    .page__fxap-body
    .page__fxap-content
    a {
    font-size: 20px;
    padding: 20px 10px;
    margin-bottom: 40px;
  }
}

.page__fxap.page__fxap--price
  .page__fxap-wrapper
  .page__fxap-price-box
  .page__fxap-body
  .page__fxap-content
  a:before {
  content: "";
  background-image: url(../img/iconarrow.svg);
  width: 35px;
  height: 35px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .page__fxap.page__fxap--price
    .page__fxap-wrapper
    .page__fxap-price-box
    .page__fxap-body
    .page__fxap-content
    a:before {
    width: 20px;
    height: 20px;
    right: 30px;
  }
}

.page__fxap.page__fxap--price
  .page__fxap-wrapper
  .page__fxap-price-box
  .page__fxap-body
  .page__fxap-content
  ul
  li {
  font-size: 30px;
  line-height: normal;
  padding: 10px 0;
  border-top: 1px solid #707070;
}

@media (max-width: 768px) {
  .page__fxap.page__fxap--price
    .page__fxap-wrapper
    .page__fxap-price-box
    .page__fxap-body
    .page__fxap-content
    ul
    li {
    font-size: 18px;
  }
}

.page__fxap-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -35px;
  margin-right: -35px;
}

@media (max-width: 768px) {
  .page__fxap-list {
    margin-left: 0;
    margin-right: 0;
  }
}

.page__fxap-list li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 35px;
  padding-right: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page__fxap-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .page__fxap-list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.page__fxap-list li img {
  width: 100%;
}

@media (max-width: 768px) {
  .page__fxap-list li img {
    width: auto;
  }
}

@media (max-width: 375px) {
  .page__fxap-list li img {
    width: 100%;
  }
}

.page__fxap-box {
  background-color: #fff;
  border: 1px solid #707070;
  padding: 40px 40px;
}

@media (max-width: 768px) {
  .page__fxap-box {
    padding: 40px 30px;
  }
}

.page__fxap-box span {
  color: #eb416e;
}

.page__fxap-wrapper {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 150px;
}

@media (max-width: 1024px) {
  .page__fxap-wrapper {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 80px;
  }
}

@media (max-width: 768px) {
  .page__fxap-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.page__fxap-title {
  display: inline-block;
  border-bottom: 3px solid #000;
  font-size: 40px;
  line-height: normal;
  margin-bottom: 95px;
  padding-bottom: 20px;
  padding-right: 100px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .page__fxap-title {
    margin-bottom: 60px;
    font-size: 30px;
    padding-right: 0;
  }
}

.page__fxap-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page__fxap-banner img {
  width: 100%;
}

.page__contact {
  padding-left: 80px;
}

@media (max-width: 768px) {
  .page__contact {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page__contact-wrapper {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (max-width: 1024px) {
  .page__contact-wrapper {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .page__contact-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.page__contact-title {
  display: inline-block;
  border-bottom: 3px solid #000;
  font-size: 40px;
  line-height: normal;
  margin-bottom: 95px;
  padding-bottom: 20px;
  padding-right: 100px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .page__contact-title {
    margin-bottom: 60px;
    font-size: 30px;
    padding-right: 0;
  }
}

.page__contact-form {
  border: 1px solid #707070;
  padding: 60px 60px;
  max-width: 830px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .page__contact-form {
    border-left: 0;
    border-right: 0;
    padding: 30px 30px;
  }
}

.page__contact-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -65px;
  margin-right: -65px;
}

@media (max-width: 768px) {
  .page__contact-form-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

.page__contact-form-wrapper .page__contact-form-md {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 65px;
  padding-right: 65px;
}

@media (max-width: 768px) {
  .page__contact-form-wrapper .page__contact-form-md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.page__contact-form-group {
  margin-bottom: 40px;
}

.page__contact-form-group label {
  display: block;
  margin-bottom: 10px;
}

.page__contact-form-group .page__contact-form-input {
  background-color: #f2f2f2;
  border: 1px solid #707070;
  padding: 8px 15px;
  width: 100%;
}

.page__contact-form-group textarea.page__contact-form-input {
  resize: none;
  height: 250px;
}

.page__contact-form-group br {
  display: none;
}

.page__contact-form-group .wpcf7-not-valid-tip {
  font-size: 12px;
}

.page__contact-form-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page__contact-form-button button,
.page__contact-form-button input {
  background-color: #053a67;
  border: 0;
  cursor: pointer;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 15px;
  width: 130px;
}

.page__contact-apply .page__contact-form {
  background-color: #f2f2f2;
  border: 0;
}

.page__contact-apply .page__contact-form-group .page__contact-form-input {
  background-color: #fff;
}

.wpcf7 .ajax-loader {
  width: 0;
  margin: 0;
}
/*
  =================================
  add
  new
  Service
  =================================
  */
.new_service {
  background-color: #000000 !important;
}
.new_service_v2 {
  background-color: #000000 !important;
}
.new {
  color: white;
  display: inline-block;
  border-bottom: 3px solid #fff;
  font-size: 40px;
  line-height: normal;
  margin-bottom: 95px;
  padding-bottom: 20px;
  padding-right: 100px;
  text-transform: uppercase;
}
.new-title {
  color: white;
}
.new_content-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-box_left img {
  max-width: 100%;
}

.content-box_left {
  width: 55%;
}
.content-box_right {
  width: 45%;
  color: #ffffff;
  padding-left: 10px;
}
.content-box_right h3,
.pair_left h3,
.mt4_right h3 {
  font-size: 28px;
  font-weight: bold;
}
/* .content-box_right h4 {
  font-size: 22px;
  font-weight: bold;
} */

.new_table {
  background-color: #ffffff;
  width: 100%;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}

.page__fxap-img table,
.page__company-wrapper table {
  max-width: 100%;
}

.page__fxap-img table td,
.page__company-wrapper table tr td {
  padding: 10px;
  width: 25%;
  border: 1px solid #000;
}
.new_table-two {
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  font-weight: bold;
  border: 1px solid #000;
  color: #000000;
}

.first {
  background-color: #0085c9;
  color: #fff;
}
.second {
  background-color: yellowgreen;
  color: #fff;
}
.third {
  background-color: tomato;
  color: #fff;
}
.heading {
  background-color: #053a67;
  color: #fff;
}

.total {
  background-color: #6fe3ff;
}
.ave {
  background-color: #fff57e;
}
.black {
  /* background-color: #000; */
  visibility: hidden;
}

.txt_v2 {
  color: #fff !important;
}
@media (max-width: 500px) {
  .page__new-product {
    overflow-x: scroll;
  }
}

/* 
.page__fxap.page__fxap--product .page__fxap-wrapper .page__fxap-title-white {
  color: #ffffff;
} */

/* ===================
new product
=================== */

/* .new_product {
  background-color: black;
} */

.page_newservice {
  background-image: linear-gradient(
    90deg,
    rgba(85, 85, 85, 1),
    rgba(0, 0, 0, 1)
  );
  color: white;

  padding: 200px 50px;
}

.new_product {
  /* background-color: #000000; */
  background-image: linear-gradient(
    90deg,
    rgba(85, 85, 85, 1),
    rgba(0, 0, 0, 1));

  color: #ffffff;
  line-height: normal;
}
.product_main {
  background-image: url("../img/new_back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.main_title {
  color: #ffffff;
  padding-top: 80px;
  border-bottom: 3px solid #ffffff;
}
.new_main-txt {
  color: #fff;
  /* font-weight: bold; */
  padding-bottom: 100px;
}
.new_main-txt h3 {
  font-size: 30px;
  font-weight: bold;
  padding: 10px 10px 10px 0px;
}
.new_main-txt p {
  font-size: 21px;
  padding: 10px 10px 10px 0px;
}
.section_title {
  text-align: center;
  padding: 150px 0;
}
.section_title h3 {
  font-size: 25px;
}
@media (max-width: 768px) {
  .new_main-txt p {
    font-size: 18px;
  }
}
.detail_title {
  padding: 50px 0;
  font-size: 44px;
  line-height: normal;
  margin-bottom: 15px;
}
.detail_title span {
  color: #eb416e;
}

.content_sec {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pair_left,
.mt4_right {
  width: 45%;
}
.pair_right,
.mt4_left {
  width: 55%;
}
.pair_right img,
.mt4_left img {
  width: 80%;
}
@media (max-width: 768px) {
  .new_content-box,
  .content_sec {
    padding-bottom: 35px;
  }
  .page__new-product {
    padding-left: 10px;
    padding-right: 10px;
  }
  .new_content-box,
  .content_sec {
    flex-direction: column;
    align-items: baseline;
  }
  .content-box_left,
  .content-box_right {
    width: 100%;
  }
  .content-box_right h3,
  .pair_left h3,
  .mt4_right h3 {
    font-size: 22px;
  }
  .pair_right {
    order: 1;
    width: 100%;
  }
  .pair_left {
    order: 2;
    width: 100%;
  }
  .pair_right img,
  .mt4_left img {
    width: 100%;
  }
  .mt4_right,
  .mt4_left {
    width: 100%;
  }
}

.flow_box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-items: stretch;
  padding-bottom: 50px;
}
.box_one,
.box_two,
.box_three {
  width: 25%;
  border: 2px solid #fff;
  margin: 10px;
  padding: 20px;
}

.box_one img,
.box_two img,
.box_three img {
  max-width: 70%;
  padding: 10px;
}

.box_one h4,
.box_two h4,
.box_three h4 {
  color: #eb416e;
  font-size: 26px;
  text-align: left;
  padding: 15px;
}
.box_one p,
.box_two p,
.box_three p {
  padding: 15px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .flow_box {
    flex-direction: column;
  }
  .box_one,
  .box_two,
  .box_three {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .box_one img,
  .box_two img,
  .box_three img {
    max-width: 40%;
    padding: 10px;
  }
}

.attention {
  padding: 20px;
  border: 1px solid #fff;
}
.mailto {
  text-align: center;
}
/* .precautionary {
  text-align: center;
} */
.precautionary_img {
  width: 100%;
}
.precautionary_img img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .precautionary,
  .attention {
    font-size: 13px;
  }
}
/* ==========
button
========== */

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  /* background: #000; */
  background: linear-gradient(#7d7d7d, #000);
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #053a67;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* ========
追記
========= */
.ground2 {
  background-color: #f2f2f2;
}
.dd2 {
  color: #000 !important;
}
.dd3 p {
  color: #000000;
}

/* ===========================
second produgt
============================ */

.second_product{
    /* background-image: linear-gradient( 90deg, rgba(85, 85, 85, 1), rgba(0, 0, 0, 1) ); */
    color: #ffffff;
    line-height: normal;
}
.second-product_main {
  background-image: url("../img/second_back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.page__fxap-img table td,
.page__company-wrapper .two-block table tr td {
  padding: 10px;
  width: 20%;
  border: 1px solid #000;
}
.new_product-sec{
  /* background-image: linear-gradient(
    90deg,
    rgba(85, 85, 85, 1),
    rgba(0, 0, 0, 1)); */
    background-color: #000;
    color: #ffffff;
    line-height: normal;
}
.second_block-item{

}
.second_block-item img{
  width: 100%;
  padding-right: 100px;
}
@media(max-width:768px){
  .second_block-item img{
    padding-right: 10px;
  }
}