@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400i,700i");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Noto+Sans+JP:wght@100..900&display=swap");

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
   ========================================================================== */
details,
menu {
  display: block;
}

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
canvas {
  display: inline-block;
}

template {
  display: none;
}

/* Hidden
   ========================================================================== */
[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

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;
}

a:not([class]) {
  text-decoration: none;
  color: #0f99ad;
}

a:not([class]):hover {
  text-decoration: underline;
}

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

b {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

html {
  font-size: 62.5%;
}

body {
  padding-top: 80px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #323232;
  -webkit-transition: 0.32s padding;
  transition: 0.32s padding;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 1.3rem;
  }
}

body.body--state-fixed {
  padding-top: 60px;
}

@media (max-width: 1199px) {
  body {
    padding-top: 60px;
  }
}

.font {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Open Sans", sans-serif;
}

.wf-notosansjapanese {
  font-family: "Noto Sans JP";
}

.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: white;
  z-index: 10;
  -webkit-transition: 0.32s height;
  transition: 0.32s height;
}

.header::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: 0.32s background;
  transition: 0.32s background;
  pointer-events: none;
  z-index: -1;
}

.header__logo {
  width: 154px;
  margin-right: 15px;
  -webkit-transform: translateX(calc(40vw * 100 / 1920));
  transform: translateX(calc(40vw * 100 / 1920));
  -webkit-transition: 0.32s opacity, 0.32s -webkit-transform;
  transition: 0.32s opacity, 0.32s -webkit-transform;
  transition: 0.32s transform, 0.32s opacity;
  transition: 0.32s transform, 0.32s opacity, 0.32s -webkit-transform;
}

.header__logo:hover {
  opacity: 0.5;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: calc(100% - 200px);
}

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.header__links-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  padding-bottom: 10px;
}

.header__links-sp li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #a6adb5;
  line-height: 1.2;
}

.header__links-sp li:first-child {
  border: none;
}

.header__links-sp a {
  color: #333;
}

.header__links-sp a:hover {
  text-decoration: none;
}

.body--state-fixed .header {
  height: 60px;
}

.body--state-fixed .header__logo {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.body--state-fixed .header::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: -3px;
  left: 0;
}

@media (max-width: 1540px) {
  .header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1199px) {
  .header,
  .body--state-fixed .header {
    height: 60px;
  }

  .header__logo,
  .body--state-fixed .header__logo {
    padding-top: 8px;
    -webkit-transform: none;
    transform: none;
    margin-right: 0;
    padding-left: 10px;
    width: 100%;
    background: #fff;
    height: 60px;
  }

  .header::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    bottom: -3px;
    left: 0;
  }

  .header__links {
    display: block;
    height: auto;
  }

  .header__inner {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 60px;
    background: #fff;
    overflow-y: scroll;
    width: 100%;
    display: block;
    z-index: -1;
  }
}

.global-nav {
  position: absolute;
  left: 50%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(746 / 1920 * 100%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  /*
  .body--state-fixed & {
    &__link {
      height: 60px;
    }
  }*/
}

.global-nav__item {
  list-style: none;
  position: relative;
  font-size: 1.5rem;
}

.global-nav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  -webkit-transition: 0.32s color;
  transition: 0.32s color;
}

.global-nav__link:not(span):hover {
  color: #0f5ead;
}

.global-nav__link:not(a)::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #999 transparent transparent transparent;
}

.global-nav__link--active::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  height: 4px;
  width: 100%;
  background: #0f5ead;
}

.global-nav__dropdown {
  position: absolute;
  top: 100%;
  left: -26px;
  width: 248px;
  padding-top: 22px;
  padding-bottom: 22px;
  background: white;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  display: none;
  opacity: 0;
}

.global-nav__dropdown-item--sp-only {
  display: none;
}

.global-nav__dropdown-item--sp-only-margin {
  margin-top: 1em;
}

.global-nav__dropdown-link {
  display: block;
  padding: 7px 26px;
  text-decoration: none;
  font-weight: 500;
  color: #333;
  -webkit-transition: 0.32s color;
  transition: 0.32s color;
}

.global-nav__dropdown-link:hover,
.global-nav__dropdown-link--active {
  color: #0f5ead;
}

@media (max-width: 1540px) {
  .global-nav {
    position: relative;
    left: auto;
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: calc(746 / 1540 * 100%);
    width: calc(100% - 380px);
  }
}

@media (max-width: 1199px) {
  .global-nav,
  .body--state-fixed .global-nav {
    position: static;
    -webkit-transition: 0.32s opacity, 0.32s visibility, 0.32s height;
    transition: 0.32s opacity, 0.32s visibility, 0.32s height;
    width: 100%;
    top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .global-nav__link {
    display: block;
    height: auto;
  }

  .global-nav__link--active::before {
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    height: 100%;
    width: 4px;
  }

  .global-nav__link:not(a)::after {
    vertical-align: 2px;
  }

  .global-nav__dropdown {
    position: static;
    width: 100%;
    padding-top: 6px;
    background: none;
  }

  .global-nav__dropdown-item--sp-only {
    display: block;
  }

  .global-nav__dropdown-link {
    font-size: 1.3rem;
  }
}

@media (max-width: 1199px) {
  .header--active .header__inner {
    opacity: 1;
    visibility: visible;
  }

  .header--active .global-nav,
  .header--active .body--state-fixed .global-nav {
    opacity: 1;
    visibility: visible;
    height: calc(100vh - 60px);
    height: auto;
  }

  .header--active .global-nav__link,
  .header--active .body--state-fixed .global-nav__link {
    height: auto;
    display: block;
    padding: 13px 15px;
  }

  .header--active .global-nav__dropdown,
  .header--active .body--state-fixed .global-nav__dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.header-links1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-links1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 78px;
  height: 100%;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  -webkit-transition: 0.32s color;
  transition: 0.32s color;
  cursor: pointer;
}

.header-links1__icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.header-links1__icon::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  opacity: 0;
  -webkit-transition: 0.32s opacity;
  transition: 0.32s opacity;
}

.header-links1__icon--english::before {
  background-image: url(/assets/img/common/header_links_icon01_on.png);
}

.header-links1__icon--search::before {
  background-image: url(/assets/img/common/header_links_icon02_on.png);
}

.header-links1__link:hover {
  color: #0f5ead;
}

.header-links1__link:hover .header-links1__icon::before {
  opacity: 1;
}

.header-links1__link img {
  -webkit-transition: 0.32s opacity;
  transition: 0.32s opacity;
}

.header-links1__link:hover img {
  opacity: 0;
}

.search-active .header-links1__link--search {
  color: #0f5ead;
}

.search-active .header-links1__link--search .header-links1__icon::before {
  opacity: 1;
}

.search-active .header-links1__link--search img {
  opacity: 0;
}

@media (max-width: 1540px) {
  .header-links1__link {
    width: 68px;
  }
}

@media (max-width: 1199px) {
  .header-links1,
  .body--state-fixed .header-links1 {
    display: none;
  }
}

.header-links2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-links2__link {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 126px;
  height: 100%;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

.header-links2__link--01 {
  background: #0f99ad;
}

.header-links2__link--02 {
  background: #0f5ead;
}

@media (max-width: 1540px) {
  .header-links2__link {
    width: 116px;
  }
}

@media (min-width: 1200px) {
  .header-links2__link::before,
  .header-links2__link::after {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.32s -webkit-transform;
    transition: 0.32s -webkit-transform;
    transition: 0.32s transform;
    transition: 0.32s transform, 0.32s -webkit-transform;
  }

  .header-links2__link::before,
  .header-links2__link::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
  }

  .header-links2__link--01::before {
    background: #0f99ad;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .header-links2__link--01::after {
    background: #0f8ea1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .header-links2__link--02::before {
    background: #0f5ead;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .header-links2__link--02::after {
    background: #0e569f;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .header-links2__link:hover::before {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  .header-links2__link:hover::after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .header-links2,
  .body--state-fixed .header-links2 {
    width: 100%;
  }

  .header-links2__item,
  .body--state-fixed .header-links2__item {
    width: 50%;
  }

  .header-links2__link,
  .body--state-fixed .header-links2__link {
    width: 100%;
    height: 60px;
  }
}

.sp-button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  height: 60px;
  width: 60px;
  padding: 8px;
  background: #0f5ead;
  border: 10px solid #fff;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out;
}

.sp-button span {
  position: absolute;
  display: block;
  background: #fff;
  width: 22px;
  height: 2px;
  left: 9px;
  -webkit-transition: 0.32s;
  transition: 0.32s;
}

.sp-button span:nth-of-type(1) {
  top: 10px;
}

.sp-button span:nth-of-type(2) {
  top: 19px;
}

.sp-button span:nth-of-type(3) {
  bottom: 10px;
}

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

.header--active .sp-button span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.header--active .sp-button span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.header--active .sp-button span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.header-search {
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: 0.4s opacity, 0.4s visibility, 0.4s -webkit-transform;
  transition: 0.4s opacity, 0.4s visibility, 0.4s -webkit-transform;
  transition: 0.4s transform, 0.4s opacity, 0.4s visibility;
  transition: 0.4s transform, 0.4s opacity, 0.4s visibility, 0.4s -webkit-transform;
  z-index: 9;
}

.search-active .header-search {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
}

.header-search__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 598px;
  height: 35px;
}

.header-search__input {
  width: calc(100% - 75px);
  height: 100%;
  padding: 1px;
}

.header-search__input input {
  outline: none;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: 0.32s -webkit-box-shadow;
  transition: 0.32s -webkit-box-shadow;
  transition: 0.32s box-shadow;
  transition: 0.32s box-shadow, 0.32s -webkit-box-shadow;
}

.header-search__input input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.header-search__input input:-ms-input-placeholder {
  color: #bfbfbf;
}

.header-search__input input::-ms-input-placeholder {
  color: #bfbfbf;
}

.header-search__input input::placeholder {
  color: #bfbfbf;
}

.header-search__input input:focus {
  -webkit-box-shadow: 0 0 0 1px #0f5ead;
  box-shadow: 0 0 0 1px #0f5ead;
}

.header-search__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 65px;
  height: 100%;
  background-color: #0f8ea1;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}

.body--state-fixed .header-search {
  top: 60px;
}

@media (max-width: 1199px) {
  .header-search,
  .body--state-fixed .header-search {
    display: none;
  }
}

.page-top {
  position: fixed;
  width: 51px;
  height: 51px;
  right: calc(70vw * 100 / 1920);
  bottom: calc(90vw * 100 / 1920);
  background: #0f5ead;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.32s opacity, 0.32s visibility;
  transition: 0.32s opacity, 0.32s visibility;
}

.page-top::before {
  position: absolute;
  content: "";
  display: block;
  border-left: 5px solid #fff;
  border-top: 5px solid #fff;
  width: 18px;
  height: 18px;
  left: 17px;
  top: 20px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.body--state-fixed2 .page-top {
  opacity: 1;
  visibility: visible;
}

/* footer */
.footer {
  position: relative;
  padding-top: calc(140 / 1920 * 100%);
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: calc(160 / 1920 * 100%);
  background: #ecf0f4;
  z-index: 1;
}

.footer__inner {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.footer__upper,
.footer__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__lower {
  margin-top: calc(90 / 1600 * 100%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 850px) {
  .footer__lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 246px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  color: #55616e;
}

.footer-sitemap__item {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.footer-sitemap__title {
  font-size: 1.6rem;
}

.footer-sitemap__title-link {
  text-decoration: none;
  color: #55616e;
}

.footer-sitemap__title-link:hover {
  text-decoration: underline;
}

.footer-sitemap__list {
  margin-top: 1.35em;
  line-height: 1.35;
}

.footer-sitemap__list + .footer-sitemap__list {
  margin-top: 1.35em;
}

.footer-sitemap__list .footer-sitemap__list {
  margin-top: 0;
  margin-left: 15px;
}

.footer-sitemap__link {
  text-decoration: none;
  font-size: 1.2rem;
  color: #55616e;
}

.footer-sitemap__link:hover {
  text-decoration: underline;
}

@media (max-width: 1300px) {
  .footer-sitemap {
    display: block;
    -webkit-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0;
    column-gap: 0;
  }

  .footer-sitemap__item {
    margin-bottom: 50px;
  }

  .footer-sitemap__list,
  .footer-sitemap__list + .footer-sitemap__list {
    margin-top: 1em;
  }
}

@media screen and (max-width: 999px) {
  .footer-sitemap {
    width: calc(100% - 190px);
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media screen and (max-width: 767px) {
  .footer-sitemap {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 640px) {
  .footer-sitemap {
    display: none;
  }
}

.footer-address {
  font-weight: bold;
  font-size: 1.2rem;
  color: #55616e;
}

.footer-address__text {
  margin-top: 16px;
}

.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  color: #55616e;
}

.footer-link__item:not(:first-child)::before {
  display: inline-block;
  content: "";
  height: 1em;
  width: 1px;
  margin-left: 25px;
  margin-right: 25px;
  background: #a6adb5;
  vertical-align: middle;
}

@media (max-width: 1200px) {
  .footer-link__item {
    font-size: 1.4rem;
  }

  .footer-link__item:not(:first-child)::before {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 999px) {
  .footer-link__item {
    font-size: 1.2rem;
  }

  .footer-link__item:not(:first-child)::before {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.footer-link__link {
  text-decoration: none;
  color: #55616e;
}

.footer-link__link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 499px) {
  .footer-link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-link::after {
    display: block;
    width: 100%;
    content: "";
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-link__item:nth-of-type(n + 3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer-link__item:nth-of-type(3)::before {
    content: none;
  }
}

.footer__copyright {
  font-size: 1.1rem;
  font-weight: 600;
  color: #55616e;
}

.footer__copyright br {
  display: none;
}

@media (max-width: 850px) {
  .footer__copyright {
    margin-top: calc(30 / 803 * 100%);
  }
}

@media screen and (max-width: 499px) {
  .footer__copyright {
    text-align: center;
  }

  .footer__copyright br {
    display: inline-block;
  }
}

/* =================================
 Component
================================= */
/* page title */
.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 260px;
  background: #ecf0f4;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

.page-title--ja {
  font-size: 4.8rem;
  color: #0f5ead;
}

.page-title--ja-products {
  position: relative;
  background: #bac4c5 url(/assets/img/common/bg_page_title.jpg) no-repeat center top;
  color: #333;
}

.page-title::before {
  display: block;
  content: attr(data-en-title);
  margin-bottom: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 7.2rem;
  font-style: italic;
  color: #0f5ead;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.page-title--products {
  background: #bac4c5 url(/assets/img/common/bg_page_title.jpg) no-repeat center top;
  color: #333;
}

.page-title--products::before {
  color: #333;
}

.page-title::after {
  content: "";
  display: block;
  height: 1em;
  font-size: 1.7rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.page-title--ja::before,
.page-title--ja::after {
  content: none;
}

.page-title__text {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media screen and (max-width: 999px) {
  .page-title {
    height: calc(260vw * 100 / 1000);
    font-size: calc(24vw * 100 / 1000);
  }

  .page-title--ja {
    font-size: calc(48vw * 100 / 1000);
  }

  .page-title::before {
    font-size: calc(72vw * 100 / 1000);
  }

  .page-title::after {
    font-size: calc(17vw * 100 / 1000);
  }
}

.page-title-ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 260px;
  background: #ecf0f4;
  font-weight: bold;
  line-height: 1;
}

.page-title-ja__main {
  font-size: 4.8rem;
  color: #0f5ead;
}

.page-title-ja__sub {
  margin-top: 18px;
  font-size: 2.4rem;
  color: #333;
}

@media screen and (max-width: 999px) {
  .page-title-ja {
    height: calc(260vw * 100 / 1000);
  }

  .page-title-ja__main {
    font-size: calc(48vw * 100 / 1000);
  }

  .page-title-ja__sub {
    margin-top: calc(18vw * 100 / 1000);
    font-size: calc(24vw * 100 / 1000);
  }
}

.page-title-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 330px;
  background: #ecf0f4;
}

.page-title-entry__category {
  font-weight: bold;
  font-size: 1.8rem;
}

.page-title-entry__title {
  margin-top: 24px;
  margin-bottom: 26px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.25;
  color: #0f5ead;
}

.page-title-entry__date {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 1.8rem;
}

@media screen and (max-width: 999px) {
  .page-title-entry {
    height: calc(260vw * 100 / 1000);
    font-size: calc(24vw * 100 / 1000);
  }

  .page-title-entry__category {
    font-size: calc(18vw * 100 / 1000);
  }

  .page-title-entry__title {
    margin-top: calc(24vw * 100 / 1000);
    margin-bottom: calc(26vw * 100 / 1000);
    font-size: calc(40vw * 100 / 1000);
  }

  .page-title-entry__date {
    font-size: calc(18vw * 100 / 1000);
  }
}

.page-title-sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 330px;
  background: #ecf0f4;
}

.page-title-sales__text01 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  color: #333;
}

.page-title-sales__text02 {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.25;
  color: #0f5ead;
}

.page-title-sales__text03 {
  margin-top: 6px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  color: #0f5ead;
}

@media screen and (max-width: 999px) {
  .page-title-sales {
    height: calc(260vw * 100 / 1000);
  }

  .page-title-sales__text01,
  .page-title-sales__text03 {
    font-size: calc(24vw * 100 / 1000);
  }

  .page-title-sales__text02 {
    font-size: calc(48vw * 100 / 1000);
  }
}

.bg-white {
  background: #fff;
}

.bg-gray01 {
  background: #fafafa;
}

.bg-gray02 {
  background: #f5f5f5;
}

.contents {
  width: 100%;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contents--ex-narrow {
  max-width: 830px;
}

.contents--narrow {
  max-width: 1030px;
}

.contents--ex-wide {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.contents--wide {
  max-width: 1230px;
}

.contents--nomal {
  max-width: 1030px;
}

.contents--top-narrow {
  padding-top: 40px;
}

.contents--top-narrow2 {
  padding-top: 80px;
}

.contents--top-normal {
  padding-top: 100px;
}

.contents--top-products {
  position: relative;
}

.contents--bottom-normal {
  padding-bottom: 100px;
}

.contents--top-wide {
  padding-top: 150px;
}

.contents--bottom-wide {
  padding-bottom: 150px;
}

.contents--bottom-ex-wide {
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .contents--top-wide {
    padding-top: 100px;
  }

  .contents--bottom-wide {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 499px) {
  .contents--top-normal,
  .contents--top-narrow2,
  .contents--top-wide {
    padding-top: 50px;
  }

  .contents--bottom-normal,
  .contents--bottom-wide,
  .contents--bottom-ex-wide {
    padding-bottom: 50px;
  }
}

/* heading */
.heading01 {
  padding: 18px 22px;
  background: #0f5ead;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
}

.heading01:not(:first-child) {
  margin-top: calc(80 / 1000 * 100%);
}

@media screen and (max-width: 999px) {
  .heading01 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .heading01 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 499px) {
  .heading01 {
    padding: 10px;
    font-size: 1.6rem;
  }
}

.heading02 {
  margin-top: 40px;
  padding: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  border: 1px solid #d6dade;
}

.heading01 + .heading02 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .heading02 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 499px) {
  .heading02 {
    padding: 10px;
    font-size: 1.6rem;
  }
}

.heading03 {
  margin-top: 40px;
  padding: 7px 15px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  border-left: 3px solid #0f5ead;
}

.heading01 + .heading03,
.heading02 + .heading03 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .heading03 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 499px) {
  .heading03 {
    padding: 7px 9px;
    font-size: 1.6rem;
  }
}

.heading04 {
  margin-top: 40px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}

.heading01 + .heading04,
.heading02 + .heading04 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .heading04 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 499px) {
  .heading04 {
    font-size: 1.6rem;
  }
}

/* text */
.image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.image-box--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-box__text {
  width: calc(460 / 1000 * 100%);
}

.image-box__image {
  width: calc(500 / 1000 * 100%);
}

@media screen and (max-width: 767px) {
  .image-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-box__text {
    width: auto;
  }

  .image-box__image {
    width: auto;
    margin-top: 20px;
    text-align: center;
  }
}

.text {
  margin-top: 0.65em;
  font-size: 1.8rem;
}

.text--top-large {
  margin-top: 1.75em;
}

.text > p:not(:first-child) {
  margin-top: 1.75em;
}

@media screen and (max-width: 767px) {
  .text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 499px) {
  .text {
    font-size: 1.4rem;
  }
}

.image-box .text {
  margin-top: 0;
}

.img-border {
  border: 1px solid #d6dade;
}

.common-movie {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.common-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.simple-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 1.8rem;
}

.simple-2col + .simple-2col {
  margin-top: 4rem;
}

.simple-2col__image {
  width: 50%;
}

.simple-2col__image-caption {
  margin-top: 5px;
}

.simple-2col__text {
  width: 50%;
  padding-right: 40px;
  font-size: 1.8rem;
  line-height: 1.75;
}

.simple-2col__text p:not(:first-child) {
  margin-top: 1.75em;
}

@media screen and (max-width: 767px) {
  .simple-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .simple-2col__image {
    width: 100%;
    text-align: center;
  }

  .simple-2col__text {
    width: 100%;
    padding-right: 0;
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 499px) {
  .simple-2col__text {
    margin-top: 1.4rem;
  }
}

/* list */
.list {
  margin-top: 1em;
}

.list--top-large {
  margin-top: 2em;
}

.list__item {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 2rem;
  font-weight: 500;
}

.list__item:not(:first-child) {
  border-top: 1px solid #d6dade;
}

.list--light > .list__item {
  font-size: 1.8rem;
  font-weight: normal;
}

.list--large > .list__item {
  font-size: 2.4rem;
}

.list--small > .list__item {
  font-size: 1.6rem;
}

.list--small > .list__item-narrow {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.list--indent > .list__item {
  padding-left: 1em;
  text-indent: -1em;
}

.list--indent-round-brackets > .list__item {
  padding-left: 1.9em;
  text-indent: -2em;
}

.list--check > .list__item {
  position: relative;
  padding-left: calc(1em + 7px);
}

.list--check > .list__item::before {
  position: absolute;
  left: 0;
  top: 0.85em;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/assets/img/common/list_check.svg?V=1) no-repeat;
  background-size: cover;
}

.list--check-black > .list__item {
  position: relative;
  padding-left: calc(1em + 7px);
}

.list--check-black > .list__item::before {
  position: absolute;
  left: 0;
  top: 0.85em;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/assets/img/common/list_check_black.svg) no-repeat;
  background-size: cover;
}

.list--faq > .list__item {
  position: relative;
  padding-left: 86px;
}

.list--faq > .list__item::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 0.233333em;
  content: "Q";
  width: 40px;
  height: 40px;
  background: #1159a1;
  border-radius: calc(5 / 40 * 100%);
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #fff;
}

@media screen and (max-width: 999px) {
  .list__item {
    font-size: 1.8rem;
  }

  .list--check > .list__item::before {
    width: 18px;
    height: 18px;
  }

  .list--faq > .list__item::before {
    top: 0.165em;
  }
}

@media screen and (max-width: 767px) {
  .list__item {
    font-size: 1.6rem;
  }

  .list--check > .list__item::before,
  .list--check-black > .list__item::before {
    width: 16px;
    height: 16px;
  }

  .list--faq > .list__item {
    padding-left: 60px;
  }

  .list--faq > .list__item::before {
    top: 0.3em;
    left: 10px;
    width: 34px;
    height: 34px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 499px) {
  .list__item,
  .list--light .list__item,
  .list--large .list__item,
  .list--small .list__item {
    font-size: 1.4rem;
  }

  .list--check > .list__item::before,
  .list--check-black > .list__item::before {
    width: 14px;
    height: 14px;
  }

  .list--faq > .list__item {
    padding-left: 50px;
  }

  .list--faq > .list__item::before {
    top: 0.5em;
    left: 10px;
    width: 28px;
    height: 28px;
    font-size: 1.2rem;
  }
}

/* table */
.table-simple01 {
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
  font-size: 1.8rem;
}

.table-simple01 th {
  width: 220px;
  padding: 10px 12px;
  text-align: left;
}

.table-simple01 td {
  padding: 10px 0;
}

.table-simple01 tr:not(:first-child) th,
.table-simple01 tr:not(:first-child) td {
  border-top: 1px solid #d6dade;
}

@media screen and (max-width: 999px) {
  .table-simple01 th {
    width: calc(220vw * 100 / 1000);
  }
}

@media screen and (max-width: 767px) {
  .table-simple01 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 499px) {
  .table-simple01 {
    font-size: 1.4rem;
  }

  .table-simple01,
  .table-simple01 tbody,
  .table-simple01 tr,
  .table-simple01 th,
  .table-simple01 td {
    display: block;
    width: 100%;
  }

  .table-simple01 th {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    font-weight: bold;
  }

  .table-simple01 td {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table-simple01 tr:not(:first-child) td {
    border-top: none;
  }
}

/* Accordion */
.accordion-box {
  margin-top: 20px;
  overflow: hidden;
  -webkit-transition: 0.32s height;
  transition: 0.32s height;
}

.accordion-box__header {
  position: relative;
  padding: 21px 14px 21px 20px;
  border-radius: 5px;
  font-size: 2.4rem;
  font-weight: bold;
  border: 1px solid #d6dade;
  line-height: 1.25;
  cursor: pointer;
}

.accordion-box__header::before {
  position: absolute;
  right: 14px;
  top: 11px;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: #0f5ead;
  border-radius: 5px;
  -webkit-transition: 0.32s background-color;
  transition: 0.32s background-color;
}

.accordion-box__header::after {
  position: absolute;
  right: 33px;
  top: 33px;
  content: "";
  display: block;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  width: 10px;
  height: 10px;
  -webkit-transform: rotateZ(225deg) translateY(2px) translateX(2px);
  transform: rotateZ(225deg) translateY(2px) translateX(2px);
  -webkit-transition: 0.32s -webkit-transform;
  transition: 0.32s -webkit-transform;
  transition: 0.32s transform;
  transition: 0.32s transform, 0.32s -webkit-transform;
}

.accordion-box__header:hover::before {
  background: #3c8ad8;
}

.accordion-box--active .accordion-box__header::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.accordion-box__content {
  overflow: hidden;
  -webkit-transition: 0.32s opacity, 0.32s -webkit-transform;
  transition: 0.32s opacity, 0.32s -webkit-transform;
  transition: 0.32s opacity, 0.32s transform;
  transition: 0.32s opacity, 0.32s transform, 0.32s -webkit-transform;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  opacity: 0;
}

.accordion-box--active .accordion-box__content {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .accordion-box__header {
    padding: 14px 54px 14px 14px;
    font-size: 2rem;
  }

  .accordion-box__header::before {
    right: 7px;
    top: 6px;
    width: 40px;
    height: 40px;
  }

  .accordion-box__header::after {
    right: 22px;
    top: 23px;
  }
}

@media screen and (max-width: 499px) {
  .accordion-box__header {
    font-size: 1.8rem;
  }
}

/* Blog */
.entry-body > p {
  margin-top: 0.65em;
  font-size: 1.8rem;
}

.entry-body > p + p {
  margin-top: 1.75em;
}

.entry-body ul + p,
.entry-body ol + p {
  margin-top: 1.75em;
}

.entry-body > ul {
  margin-top: 1em;
}

.entry-body > ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 2rem;
}

.entry-body > ul li:not(:first-child) {
  border-top: 1px solid #d6dade;
}

.entry-body > ol {
  margin-top: 1em;
  counter-reset: number;
}

.entry-body > ol li {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  font-size: 2rem;
}

.entry-body > ol li::before {
  position: absolute;
  left: 0;
  counter-increment: number;
  content: counter(number) ".";
}

.entry-body > ol li:not(:first-child) {
  border-top: 1px solid #d6dade;
}

.entry-body strong {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .entry-body p {
    font-size: 1.6rem;
  }

  .entry-body > ul li,
  .entry-body > ol li {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 499px) {
  .entry-body p {
    font-size: 1.4rem;
  }

  .entry-body > ul li,
  .entry-body > ol li {
    font-size: 1.4rem;
  }
}

.button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1408px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4rem;
  font-weight: 500;
}

.button-list--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button-list__item {
  width: 176px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.2;
}

.button-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0f5ead;
  height: 37px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.32s background-color;
  transition: 0.32s background-color;
}

.button-list__link--01 {
  background: #0f5ead;
}

.button-list__link--01:hover {
  background: #1f78d0;
}

.button-list__link--02 {
  background: #0f99ad;
}

.button-list__link--02:hover {
  background: #00b7d1;
}

.button-list__link--03 {
  background: #4c4c4c;
}

.button-list__link--03:hover {
  background: #666;
}

.button-list br {
  display: none;
}

@media (max-width: 1430px) {
  .button-list::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .button-list__item:nth-of-type(n + 7) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 1080px) {
  .button-list::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .button-list__item:nth-of-type(n + 4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .button-list__item:nth-of-type(n + 7) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (max-width: 600px) {
  .button-list {
    font-size: 1.2rem;
  }

  .button-list__item {
    width: calc((100% - 30px) / 3);
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .button-list br {
    display: inline-block;
  }
}

/* recruit banner */
.banner-recruit {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding: calc(100 / 1920 * 100%) 15px;
  z-index: 1;
}

.banner-recruit__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1600px;
  height: calc(322vw * 100 / 1920);
  margin-left: auto;
  margin-right: auto;
  background-color: #fcfcfc;
  text-decoration: none;
  overflow: hidden;
}

.banner-recruit__link::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: calc(911 / 1600 * 100%);
  height: 100%;
  background-image: url(/assets/img/common/banner_recruit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-recruit__link::after {
  position: absolute;
  left: calc(552 / 1600 * 100%);
  top: 0;
  content: "";
  display: block;
  width: calc(361 / 1600 * 100%);
  height: 101%;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, right top, from(rgba(252, 252, 252, 0)), color-stop(25%, rgba(252, 252, 252, 0)), color-stop(75%, #fcfcfc), to(#fcfcfc));
  background: linear-gradient(to right, rgba(252, 252, 252, 0), rgba(252, 252, 252, 0) 25%, #fcfcfc 75%, #fcfcfc 100%);
}

.banner-recruit__title {
  margin-left: calc(913 / 1600 * 100%);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.73rem;
  line-height: 1.2;
  color: #333;
}

.banner-recruit__title::before {
  display: block;
  margin-bottom: calc(34 / 686 * 100%);
  content: attr(data-en-decoration);
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #0f5ead;
}

.banner-recruit__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  margin-top: calc(31 / 1600 * 100%);
  margin-left: calc(913 / 1600 * 100%);
  border: 1px solid rgba(15, 94, 173, 0.5);
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #0f5ead;
  -webkit-transition: 0.32s color, 0.32s background-color;
  transition: 0.32s color, 0.32s background-color;
}

.banner-recruit__button:hover {
  background: #0f5ead;
  color: #fff;
}

@media (max-width: 1300px) {
  .banner-recruit__title {
    font-size: calc(37.3vw * 100 / 1300);
  }

  .banner-recruit__title::before {
    font-size: calc(14vw * 100 / 1300);
  }

  .banner-recruit__button {
    width: calc(150vw * 100 / 1300);
    height: calc(50vw * 100 / 1300);
    font-size: calc(14vw * 100 / 1300);
  }
}

@media screen and (max-width: 999px) {
  .banner-recruit__link {
    height: auto;
    padding-bottom: 30px;
  }

  .banner-recruit__link::before {
    position: static;
    width: 100%;
    height: calc(322vw * 100 / 1000);
  }

  .banner-recruit__link::after {
    content: none;
  }

  .banner-recruit__title {
    margin: 0 auto;
    padding: 20px;
    font-size: 3.73rem;
  }

  .banner-recruit__title::before {
    font-size: 14px;
    margin-bottom: calc(10vw * 100 / 1000);
  }

  .banner-recruit__button {
    width: 150px;
    height: 50px;
    font-size: 14px;
    margin-top: 0;
    margin: 0 auto;
  }
}

@media (max-width: 620px) {
  .banner-recruit__title {
    padding-left: calc(20vw * 100 / 620);
    padding-right: calc(20vw * 100 / 620);
    font-size: calc(37.3vw * 100 / 620);
  }

  .banner-recruit__title::before {
    font-size: 11px;
  }

  .banner-recruit__button {
    width: 130px;
    height: 40px;
    font-size: 12px;
  }
}

/* achor nav */
.anchor-nav {
  background: rgba(0, 0, 0, 0.7);
}

.anchor-nav--products {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  width: 100%;
  z-index: 8;
}

.anchor-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.anchor-nav__list--narrow {
  max-width: 1000px;
}

.anchor-nav__list--wide {
  max-width: none;
}

.anchor-nav__list--wide::before {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  background: #fff;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.anchor-nav__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.anchor-nav__list--wide .anchor-nav__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 12.5%;
  flex: 1 1 12.5%;
}

.anchor-nav__list--wide .anchor-nav__item:nth-of-type(n + 9) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.anchor-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding-left: 5px;
  padding-right: 5px;
  background: rgba(14, 94, 173, 0);
  text-decoration: none;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.3;
  -webkit-transition: 0.32s color, 0.32s background-color;
  transition: 0.32s color, 0.32s background-color;
}

.anchor-nav__link--active,
.anchor-nav__link:hover {
  background: #8e8f90;
  color: white;
}

.anchor-nav--other-page .anchor-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding-left: 5px;
  padding-right: 5px;
  background: rgba(14, 94, 173, 0);
  text-decoration: none;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.3;
  -webkit-transition: 0.32s color, 0.32s background-color;
  transition: 0.32s color, 0.32s background-color;
}

.anchor-nav--other-page .anchor-nav__link--active,
.anchor-nav--other-page .anchor-nav__link:hover {
  background: #0e5ead;
  color: white;
}

.anchor-nav__list--wide .anchor-nav__link {
  word-break: break-all;
}

@media screen and (max-width: 999px) {
  .anchor-nav__link {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .anchor-nav__link {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 499px) {
  .anchor-nav__list--wide .anchor-nav__item {
    width: 25%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .anchor-nav__link {
    height: 40px;
    font-size: 1rem;
  }
}

/* pager */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  font-weight: bold;
}

.pager__current,
.pager__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #4c4c4c;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.32s background-color;
  transition: 0.32s background-color;
}

.pager__current:hover,
.pager__link:hover {
  background: #0f5ead;
}

.pager__current {
  background: #0f5ead;
}

.pager-details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: center;
  margin-top: calc(120 / 1000 * 100%);
  font-weight: bold;
}

.pager-details__item--prev {
  position: absolute;
  left: 0;
  top: 0;
  background: #ffeeee;
  width: 33%;
}

.pager-details__item--list {
  background: #eeffee;
  width: 34%;
}

.pager-details__item--next {
  position: absolute;
  right: 0;
  top: 0;
  background: #eeeeff;
  width: 33%;
}

.pager-details__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background: #4c4c4c;
  -webkit-transition: 0.32s background-color;
  transition: 0.32s background-color;
}

.pager-details__link:hover {
  background: #0f5ead;
}

.pager-details__path {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .pager-details__link {
    height: 60px;
  }
}

@media screen and (max-width: 499px) {
  .pager-details__link {
    height: 40px;
  }
}

.common-photo-slider {
  margin-top: 1em;
}

.common-photo-slider__item {
  vertical-align: top;
}

.common-photo-slider .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #0f5ead;
  border: none;
  z-index: 5;
  cursor: pointer;
  outline: none;
}

.common-photo-slider .slick-next {
  right: 0;
  bottom: 0;
}

.common-photo-slider .slick-next::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  left: 14px;
  top: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.common-photo-slider .slick-prev {
  right: 40px;
  bottom: 0;
}

.common-photo-slider .slick-prev::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  left: 19px;
  top: 15px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

/* Footer の広いリンク */
.footer-wide-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-wide-links__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-wide-links__item:nth-of-type(1) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #0f99ad;
}

.footer-wide-links__item:nth-of-type(2) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #0f5ead;
}

.footer-wide-links__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 300px;
  max-width: 700px;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  pointer-events: none;
  overflow: hidden;
}

.footer-wide-links__link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s transform cubic-bezier(0.165, 0.84, 0.44, 1), 0.4s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footer-wide-links__link:hover::before {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.footer-wide-links__link--office::before {
  background: url(/assets/img/common/bg_footer_wide_links01.png) no-repeat center;
}

.footer-wide-links__link--contact::before {
  background: url(/assets/img/common/bg_footer_wide_links02.png) no-repeat center;
}

.footer-wide-links__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 40px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  font-size: 1.4rem;
  -webkit-transition: 0.32s color, 0.32s background-color;
  transition: 0.32s color, 0.32s background-color;
  pointer-events: auto;
}

.footer-wide-links__button:hover {
  background: white;
}

.footer-wide-links__link--office .footer-wide-links__button:hover {
  color: #0f99ad;
}

.footer-wide-links__link--contact .footer-wide-links__button:hover {
  color: #0f5ead;
}

/*!
  Modaal - accessible modals - v0.4.4
  by Humaan, for all humans.
  http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }

  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(/assets/img/royalslider/grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(/assets/img/royalslider/grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(/assets/img/royalslider/blank.gif);
}

.rsBullets,
.slick-dots {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  font-size: 0;
  z-index: 1;
}

.rsBullet,
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

@media screen and (max-width: 499px) {
  .rsBullet,
  .slick-dots li {
    margin: 0 5px;
  }
}

.rsBullet span,
.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

.rsBullet span:hover,
.rsBullet span:focus,
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.rsBullet span:hover:before,
.rsBullet span:focus:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.rsBullet span:before,
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 161, 218, 0);
  background: #7a7a7a;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.rsNavSelected span:before,
.slick-dots li.slick-active button:before {
  border: 1px solid #00a1da;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  background: none;
}

.rsSlide img {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rsActiveSlide img {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.modaal-container,
.modaal-video-container {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0;
  -webkit-transition: 0.32s opacity, 0.32s -webkit-transform;
  transition: 0.32s opacity, 0.32s -webkit-transform;
  transition: 0.32s opacity, 0.32s transform;
  transition: 0.32s opacity, 0.32s transform, 0.32s -webkit-transform;
}

.modaal-animate .modaal-container,
.modaal-animate .modaal-video-container {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.modaal-non-animate .modaal-container,
.modaal-non-animate .modaal-video-container {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
  opacity: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =================================
 Home
================================= */
.home-visual {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  height: 100vh;
  z-index: 0;
}

.home-visual__image video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-visual__image-item {
  height: 100vh;
  width: auto;
}

.home-visual__body {
  position: relative;
  width: calc(1600 / 1920 * 100%);
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  color: #fff;
  -webkit-transition: 0.8s opacity, 0.8s -webkit-transform, 0.8s -webkit-filter;
  transition: 0.8s opacity, 0.8s -webkit-transform, 0.8s -webkit-filter;
  transition: 0.8s opacity, 0.8s transform, 0.8s filter;
  transition: 0.8s opacity, 0.8s transform, 0.8s filter, 0.8s -webkit-transform, 0.8s -webkit-filter;
}

.home-visual__body--hide {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: translateY(-30px) translatez(0);
  transform: translateY(-30px) translatez(0);
  opacity: 0;
}

.home-visual__text01 {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
}

.home-visual__text02 {
  margin-top: 35px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 8.35rem;
  line-height: 1;
}

.home-visual__text03 {
  margin-top: 10px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 12.962rem;
  line-height: 1;
}

.home-visual__text04 {
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
}

.home-visual__text05 {
  margin-top: 29px;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.5);
}

.home-visual__scroll {
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10.6vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  line-height: 1;
  -webkit-transition: 0.32s color;
  transition: 0.32s color;
  z-index: 1;
}

.home-visual__scroll::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  width: 1px;
  height: calc(9.5vh * 100 / 100);
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.32s background;
  transition: 0.32s background;
}

.home-visual__scroll-mouse::before {
  content: "";
  display: block;
  width: 18px;
  height: 37px;
  margin-top: 6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 9px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-transition: 0.32s border-color;
  transition: 0.32s border-color;
}

.home-visual__scroll-mouse::after {
  position: absolute;
  left: calc(50% - 2px);
  top: 28px;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-transition: 0.32s background;
  transition: 0.32s background;
}

.home-visual__scroll:hover {
  color: white;
}

.home-visual__scroll:hover::after {
  background: white;
}

.home-visual__scroll:hover span::before {
  border: 1px solid white;
}

.home-visual__scroll:hover span::after {
  background: white;
}

@media (max-width: 1300px) {
  .home-visual__text01 {
    font-size: 1.2rem;
  }

  .home-visual__text02 {
    margin-top: calc(35vw * 100 / 1300);
    font-size: calc(83.5vw * 100 / 1300);
  }

  .home-visual__text03 {
    font-size: calc(129.62vw * 100 / 1300);
  }

  .home-visual__text04 {
    margin-top: calc(14vw * 100 / 1300);
    font-size: calc(24vw * 100 / 1300);
  }

  .home-visual__text05 {
    margin-top: calc(29vw * 100 / 1300);
  }
}

@media screen and (max-width: 499px) {
  .home-visual__scroll {
    display: none;
  }
}

.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  background: #000;
}

.main-slider::after {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-slider .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #0f5ead;
  border: none;
  z-index: 5;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.32s background-color;
  transition: 0.32s background-color;
}

.main-slider .slick-arrow:hover {
  background: #2a7fd4;
}

.main-slider .slick-next {
  right: 40px;
  bottom: 40px;
}

.main-slider .slick-next::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  left: 14px;
  top: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.main-slider .slick-prev {
  right: 80px;
  bottom: 40px;
}

.main-slider .slick-prev::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  left: 19px;
  top: 15px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

@media screen and (max-width: 499px) {
  .main-slider .slick-next {
    right: 20px;
    bottom: 20px;
  }

  .main-slider .slick-prev {
    right: 60px;
    bottom: 20px;
  }
}

.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.main-slider .slick-slide {
  position: relative;
  height: 100vh;
}

.main-slider .slick-slide::before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}

.slick-slide iframe {
  position: relative;
  pointer-events: none;
}

.slick-slide figure {
  position: relative;
  height: 100%;
}

.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.slick-slide .slide-image.show {
  opacity: 1;
}

.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}

.slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active {
  z-index: 1;
}

.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.container p {
  margin-bottom: 40px;
}

@-webkit-keyframes slideIn {
  /*
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
*/
}

@keyframes slideIn {
  /*
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
*/
}

@-webkit-keyframes slideOut {
  /*
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
*/
}

@keyframes slideOut {
  /*
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
*/
}

.home-section01 {
  position: relative;
  margin-top: 100vh;
  z-index: 1;
}

.our-business-nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#262626));
  background: linear-gradient(#404040, #262626);
}

.our-business-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1396px;
  margin-left: auto;
  margin-right: auto;
}

.our-business-nav__item {
  position: relative;
  width: calc(1396 / 6 * 100%);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
}

.our-business-nav__item--current {
  background: -webkit-gradient(linear, left top, left bottom, from(#0f91ad), to(#0f5ead));
  background: linear-gradient(#0f91ad, #0f5ead);
}

.our-business-nav__item::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#3c3c3c));
  background: linear-gradient(#535353, #3c3c3c);
  content: "";
}

.our-business-nav__item:first-child::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#3c3c3c));
  background: linear-gradient(#535353, #3c3c3c);
  content: "";
}

.our-business-nav__link {
  display: block;
  padding-top: 32px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

.our-business-nav__link img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9px;
}

.our-business-slider {
  background: #262626;
}

.our-business-slider__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  vertical-align: top;
}

.our-business-slider__item--01 {
  background-image: url(/assets/img/home/our_business_bg01.jpg);
}

.our-business-slider__item--02 {
  background-image: url(/assets/img/home/our_business_bg02.jpg);
}

.our-business-slider__item--03 {
  background-image: url(/assets/img/home/our_business_bg03.jpg);
}

.our-business-slider__item--04 {
  background-image: url(/assets/img/home/our_business_bg04.jpg);
}

.our-business-slider__item--05 {
  background-image: url(/assets/img/home/our_business_bg05.jpg);
}

.our-business-slider__item--06 {
  background-image: url(/assets/img/home/our_business_bg06?v=1.jpg);
}

.our-business-slider__text01 {
  width: calc(1400 / 1920 * 100%);
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

.our-business-slider__text01--center {
  text-align: center;
}

.our-business-slider__text02 {
  width: calc(1400 / 1920 * 100%);
  margin-left: auto;
  margin-right: auto;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

.our-business-slider__text02--center {
  text-align: center;
}

@media (max-width: 1600px) {
  .our-business-nav ul::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #3e3e3e;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .our-business-nav__item {
    font-size: calc(15vw * 100 / 1600);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .our-business-nav__item:nth-of-type(n + 4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .our-business-nav__link {
    padding-top: calc(32vw * 100 / 1600);
    padding-bottom: calc(25vw * 100 / 1600);
    padding-left: calc(10vw * 100 / 1600);
    padding-right: calc(10vw * 100 / 1600);
  }

  .our-business-slider__item {
    height: calc(800vw * 100 / 1600);
  }

  .our-business-slider__text01 {
    font-size: calc(18vw * 100 / 1600);
  }

  .our-business-slider__text02 {
    font-size: calc(60vw * 100 / 1600);
  }
}

@media screen and (max-width: 1400px) {
  .our-business-slider__item {
    height: calc(900vw * 100 / 1400);
  }
}

@media screen and (max-width: 767px) {
  .our-business-slider__item {
    height: calc(550vw * 100 / 767);
  }

  .our-business-slider__text01 {
    font-size: calc(16vw * 100 / 767);
  }

  .our-business-slider__text02 {
    font-size: calc(40vw * 100 / 767);
  }
}

@media (max-width: 600px) {
  .our-business-nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .our-business-nav__item {
    width: 33.333333%;
    font-size: 1.1rem;
  }

  .our-business-nav__link {
    padding-top: calc(20vw * 100 / 600);
    padding-bottom: calc(20vw * 100 / 600);
    padding-left: calc(10vw * 100 / 600);
    padding-right: calc(10vw * 100 / 600);
  }

  .our-business-nav__link img {
    max-width: 86px;
  }

  .our-business-slider__item {
    height: calc(650vw * 100 / 600);
  }

  .our-business-slider__text01 {
    font-size: calc(15vw * 100 / 600);
  }

  .our-business-slider__text02 {
    font-size: calc(36vw * 100 / 600);
  }
}

.our-business-slider-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.our-business-slider-modal {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  left: 0;
  top: 0;
  -webkit-transition: 0.32s background-color;
  transition: 0.32s background-color;
  cursor: pointer;
}

.our-business-slider-modal--active {
  background: rgba(0, 0, 0, 0.5);
}

.our-business-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.98);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.32s opacity, 0.32s visibility, 0.4s -webkit-transform;
  transition: 0.32s opacity, 0.32s visibility, 0.4s -webkit-transform;
  transition: 0.32s opacity, 0.32s visibility, 0.4s transform;
  transition: 0.32s opacity, 0.32s visibility, 0.4s transform, 0.4s -webkit-transform;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  cursor: auto;
}

.our-business-slider-modal--active .our-business-products {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.our-business-slider-modal--inactive .our-business-products {
  visibility: hidden;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
}

.our-business-products__item {
  width: 320px;
  padding: 40px 30px;
}

.our-business-products__item:not(:first-child) {
  border-left: 1px solid #d5d6d6;
}

.our-business-products__list {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}

.our-business-products__list--large > li {
  font-size: 2rem;
  font-weight: bold;
}

.our-business-products__list--large > li a {
  position: relative;
  padding: 7px 10px 7px 22px;
  line-height: 1.2;
}

.our-business-products__list--large > li a::before {
  content: "";
  position: absolute;
  left: 11px;
  top: calc(50% - 5.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #333;
  -webkit-transition: border-color 0.32s;
  transition: border-color 0.32s;
}

.our-business-products__list--large > li a[href]:hover::before {
  border-color: transparent transparent transparent #fff;
}

.our-business-products__list--large > li:not(:first-child) {
  border-top: 1px solid #dcddde;
}

.our-business-products__list--normal > li {
  font-size: 1.6rem;
  font-weight: bold;
}

.our-business-products__list--normal > li a {
  position: relative;
  padding: 10px 0 10px 20px;
  line-height: 1.2;
}

.our-business-products__list--normal > li a::before {
  content: "";
  position: absolute;
  left: 8px;
  top: calc(50% - 5.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #333;
  -webkit-transition: border-color 0.32s;
  transition: border-color 0.32s;
}

.our-business-products__list--normal > li a[href]:hover::before {
  border-color: transparent transparent transparent #fff;
}

.our-business-products__list--normal > li:not(:first-child) {
  border-top: 1px solid #dcddde;
}

.our-business-products__list--small > li {
  border-top: 1px solid #dcddde;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 1.4rem;
  font-weight: normal;
}

.our-business-products__list--small > li a {
  position: relative;
  padding: 7px 10px 7px 20px;
}

.our-business-products__list--small > li a::before {
  content: "";
  position: absolute;
  left: 13px;
  top: calc(50% - 2.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 3px;
  border-color: transparent transparent transparent #333;
  -webkit-transition: border-color 0.32s;
  transition: border-color 0.32s;
}

.our-business-products__list--small > li a:hover::before {
  border-color: transparent transparent transparent #fff;
}

.our-business-products__list .eco {
  display: flex;
  align-items: center;
}

.our-business-products__list .eco .eco-right {
  padding-left: 10px;
}

@media (max-width: 600px) {
  .our-business-products__list .eco .eco-right {
    padding-left: 0px;
  }
}

.our-business-products__list .eco.modal {
  display: flex;
  align-items: center;
}

@media (max-width: 490px) {
  .our-business-products__list .eco.modal {
    display: flex;
    flex-wrap: wrap;
  }
}

.our-business-products__list a {
  display: block;
  color: #333;
  -webkit-transition: color 0.32s, background-color 0.32s;
  transition: color 0.32s, background-color 0.32s;
}

.our-business-products__list a:hover {
  text-decoration: none;
}

.our-business-products__list a[href]:hover {
  background: #0f5ead;
  color: #fff;
}

.our-business-products__list .under {
  display: flex;
  align-items: center;
}

.our-business-products__list .under img {
  height: 20px;
}

@media (max-width: 1100px) {
  .our-business-products__item {
    width: calc(320vw * 100 / 1100);
    padding: calc(40vw * 100 / 1100) calc(30vw * 100 / 1100);
  }

  .our-business-products__list--large > li {
    font-size: calc(20vw * 100 / 1100);
  }

  .our-business-products__list--large > li a {
    padding: calc(7vw * 100 / 1100) calc(10vw * 100 / 1100) calc(7vw * 100 / 1100) calc(22vw * 100 / 1100);
  }

  .our-business-products__list--large > li a::before {
    left: calc(11vw * 100 / 1100);
    top: 50%;
    border-width: calc(5.5vw * 100 / 1100) 0 calc(5.5vw * 100 / 1100) calc(6vw * 100 / 1100);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .our-business-products__list--normal > li {
    font-size: calc(16vw * 100 / 1100);
  }

  .our-business-products__list--normal > li a {
    padding: calc(10vw * 100 / 1100) calc(10vw * 100 / 1100) calc(10vw * 100 / 1100) calc(20vw * 100 / 1100);
  }

  .our-business-products__list--normal > li a::before {
    left: calc(8vw * 100 / 1100);
    top: 50%;
    border-width: calc(5.5vw * 100 / 1100) 0 calc(5.5vw * 100 / 1100) calc(6vw * 100 / 1100);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .our-business-products__list--small > li {
    font-size: calc(14vw * 100 / 1100);
  }

  .our-business-products__list--small > li a {
    padding: calc(7vw * 100 / 1100) calc(10vw * 100 / 1100) calc(7vw * 100 / 1100) calc(20vw * 100 / 1100);
  }

  .our-business-products__list--small > li a::before {
    left: calc(13vw * 100 / 1100);
    top: 50%;
    border-width: calc(2.5vw * 100 / 1100) 0 calc(2.5vw * 100 / 1100) calc(3vw * 100 / 1100);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 600px) {
  .our-business-products__item {
    padding: 10px 5px;
  }

  .our-business-products__item--wide {
    width: 220px;
  }

  .our-business-products__item--wide .our-business-products__image {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  .our-business-products__list--large > li {
    font-size: 10px;
  }

  .our-business-products__list--large > li a {
    padding: 6px 0 6px calc(20vw * 100 / 1100);
  }

  .our-business-products__list--normal > li {
    font-size: 10px;
  }

  .our-business-products__list--normal > li a {
    padding: 6px 0 6px calc(20vw * 100 / 1100);
  }

  .our-business-products__list--small > li {
    font-size: 10px;
  }

  .our-business-products__list--small > li a {
    padding: 6px 0 6px calc(20vw * 100 / 1100);
  }

  .our-business-products__list .eco img {
    width: 25px;
    padding-left: 5px;
  }

  .our-business-products__list .under img {
    height: 13px;
    padding-left: 5px;
  }
}

.home-section02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

@media screen and (max-width: 999px) {
  .home-section02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.home-news {
  width: calc(1174 / 1920 * 100%);
  padding-top: calc(70 / 1920 * 100%);
  padding-bottom: calc(100 / 1920 * 100%);
  padding-left: 25px;
  background: rgba(255, 255, 255, 0.9);
}

.home-news__title {
  text-align: center;
  font-size: 8rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  line-height: 1;
  color: #0f5ead;
}

.home-news__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.87206%;
}

.home-news__nav-item {
  margin-left: 3px;
  margin-right: 3px;
}

.home-news__nav-link {
  display: block;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  color: #0f5ead;
  outline: none;
  -webkit-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
}

.home-news__nav-link:hover,
.ui-state-active .home-news__nav-link {
  background: #0f5ead;
  color: #fff;
}

.home-news__button {
  width: 150px;
  margin-top: 3.04613%;
  margin-left: auto;
  margin-right: auto;
}

.home-news__button-link {
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 1px solid rgba(15, 94, 173, 0.5);
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0f5ead;
  -webkit-transition: 0.32s background-color, 0.32s border-color, 0.32s color;
  transition: 0.32s background-color, 0.32s border-color, 0.32s color;
}

.home-news__button-link:hover {
  background: #0f5ead;
  border-color: rgba(15, 94, 173, 0.5);
  color: #fff;
}

@media (max-width: 1280px) {
  .home-news__title {
    font-size: calc(80vw * 100 / 1280);
  }
}

@media screen and (max-width: 999px) {
  .home-news {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .home-news__nav-link {
    padding: 8px 10px;
  }
}

@media (max-width: 620px) {
  .home-news__button {
    width: 130px;
  }

  .home-news__button-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 499px) {
  .home-news__nav-link {
    padding: 8px 5px;
    font-size: 1.2rem;
  }
}

.home-news-entries {
  width: 90%;
  max-width: 784px;
  margin-top: 2.61097%;
  margin-left: auto;
  margin-right: auto;
}

.home-news-entries__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-news-entries__item:not(:first-child) {
  border-top: 1px solid #d6dade;
}

.home-news-entries__date {
  width: calc(144 / 784 * 100%);
  min-width: 114px;
  padding-left: calc(20 / 784 * 100%);
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.home-news-entries__category {
  width: calc(140 / 784 * 100%);
  min-width: 110px;
  font-size: 1.2rem;
  font-weight: bold;
}

.home-news-entries__category-link {
  display: block;
  width: 100px;
  margin-top: 1px;
  text-decoration: none;
  background: #5f98d1;
  border-radius: 5px;
  line-height: 25px;
  text-align: center;
  color: #fff;
}

.home-news-entries__title {
  width: calc(500 / 784 * 100%);
  font-size: 1.8rem;
  line-height: 1.4;
}

.home-news-entries__title-link {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.32s color;
  transition: 0.32s color;
}

.home-news-entries__title-link:hover {
  color: #0f5ead;
  text-decoration: underline;
}

@media (max-width: 1280px) {
  .home-news-entries__title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 499px) {
  .home-news-entries__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-news-entries__date {
    width: 100px;
    min-width: 100px;
  }

  .home-news-entries__title {
    width: 100%;
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .home-news-entries__category {
    font-size: 1.1rem;
  }

  .home-news-entries__category-link {
    display: block;
    line-height: 20px;
  }
}

.home-channel {
  width: calc(746 / 1920 * 100%);
  padding-top: calc(70 / 1920 * 100%);
  padding-bottom: calc(70 / 1920 * 100%);
  background: rgba(242, 245, 247, 0.9);
}

.home-channel__title {
  text-align: center;
  font-size: 8rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  line-height: 1;
  color: #0f5ead;
}

.home-channel__title-small {
  display: block;
  font-size: 3rem;
}

.home-channel__image {
  position: relative;
  width: calc(489 / 746 * 100%);
  max-width: 489px;
  margin-top: calc(44 / 746 * 100%);
  margin-left: auto;
  margin-right: auto;
}

.home-channel__arrow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(58vw * 100 / 1920);
  height: auto;
  -webkit-filter: drop-shadow(0 0 0.5vw rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 0.5vw rgba(0, 0, 0, 0.3));
}

.home-channel__arrow-path {
  fill: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.32s fill;
  transition: 0.32s fill;
}

.home-channel__link {
  display: block;
  background: #fff;
  overflow: hidden;
}

.home-channel__link img {
  -webkit-transition: opacity 0.32s, -webkit-transform 1s;
  transition: opacity 0.32s, -webkit-transform 1s;
  transition: opacity 0.32s, transform 1s;
  transition: opacity 0.32s, transform 1s, -webkit-transform 1s;
}

.home-channel__link:hover img {
  opacity: 0.9;
  -webkit-transform: scale(1.05) rotateZ(0);
  transform: scale(1.05) rotateZ(0);
}

.home-channel__link:hover .home-channel__arrow-path {
  fill: white;
}

@media (max-width: 1280px) {
  .home-channel__title {
    font-size: calc(80vw * 100 / 1280);
  }

  .home-channel__title-small {
    font-size: calc(30vw * 100 / 1280);
  }
}

@media screen and (max-width: 999px) {
  .home-channel {
    width: 100%;
    padding-top: calc(50vw * 100 / 1000);
    padding-bottom: calc(100vw * 100 / 1000);
  }

  .home-channel__arrow {
    width: calc(58vw * 100 / 1000);
    -webkit-filter: drop-shadow(0 0 0.5vw rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 0.5vw rgba(0, 0, 0, 0.3));
  }
}

.home-section03 {
  position: relative;
  padding-top: calc(122 / 1920 * 100%);
  padding-bottom: calc(122 / 1920 * 100%);
  background: #1f6bb8;
  z-index: 1;
}

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

.home-brand__body {
  position: relative;
  width: calc(530 / 1920 * 100%);
  margin-right: -3.87vw;
  z-index: 1;
}

.home-brand__title {
  text-align: right;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 8.266vw;
  line-height: 0.968;
  color: #fff;
}

.home-brand__text {
  margin-top: calc(22vw * 100 / 1920);
  color: #fff;
}

.home-brand__button {
  width: 150px;
  margin-top: calc(45vw * 100 / 1920);
}

.home-brand__button-link {
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  -webkit-transition: 0.32s color, 0.32s background-color;
  transition: 0.32s color, 0.32s background-color;
}

.home-brand__button-link:hover {
  color: #1f6bb8;
  background: #fff;
}

.home-brand__slider {
  width: calc(1193 / 1920 * 100%);
}

.home-brand .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #0f5ead;
  border: none;
  z-index: 5;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.32s background-color;
  transition: 0.32s background-color;
}

.home-brand .slick-arrow:hover {
  background: #2a7fd4;
}

.home-brand .slick-next {
  right: 0;
  bottom: 0;
}

.home-brand .slick-next::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  left: 14px;
  top: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.home-brand .slick-prev {
  right: 40px;
  bottom: 0;
}

.home-brand .slick-prev::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  left: 19px;
  top: 15px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

@media (max-width: 1280px) {
  .home-brand__text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 999px) {
  .home-brand__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .home-brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .home-brand__body {
    width: calc(1193 / 1920 * 100%);
    margin-top: calc(36vw * 100 / 767);
  }

  .home-brand__title {
    text-align: left;
  }

  .home-brand__title-separator {
    display: none;
  }

  .home-brand__text {
    margin-top: calc(20vw * 100 / 767);
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 499px) {
  .home-brand__slider,
  .home-brand__body {
    width: 90%;
  }
}

@media (max-width: 620px) {
  .home-brand__button {
    width: 130px;
  }

  .home-brand__button-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.2rem;
  }
}

/* 記念ロゴ掲載用 20220326*/
.anniversary-logo {
  position: fixed;
  right: calc(50vw / 1920 * 100);
  top: 123px;
  width: auto;
  z-index: 2;
  transition: 0.3s;
}

.anniversary-logo img {
  width: 228px;
}

.anniversary-logo:hover {
  transition: 0.3s;
  opacity: 0.8;
}

@media (max-width: 1199px) {
  .anniversary-logo {
    top: 90px;
    right: 30px;
  }
}

@media (max-width: 480px) {
  .anniversary-logo {
    top: 75px;
    right: 15px;
  }

  .anniversary-logo img {
    width: 100px;
  }
}

/* =================================
 NEWS
================================= */
.news-entries {
  margin-top: 4.78677%;
  margin-left: auto;
  margin-right: auto;
}

.news-entries__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.news-entries__item:not(:first-child) {
  border-top: 1px solid #d6dade;
}

.news-entries__date {
  width: calc(144 / 1000 * 100%);
  min-width: 114px;
  padding-left: calc(20 / 1000 * 100%);
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.news-entries__category {
  width: calc(136 / 1000 * 100%);
  min-width: 110px;
  font-size: 1.2rem;
  font-weight: bold;
}

.news-entries__category-link {
  display: block;
  width: 100px;
  margin-top: 1px;
  text-decoration: none;
  background: #5f98d1;
  border-radius: 5px;
  line-height: 25px;
  text-align: center;
  color: #fff;
}

.news-entries__title {
  width: calc(720 / 1000 * 100%);
  font-size: 1.8rem;
  line-height: 1.4;
}

.news-entries__title-link {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.32s color;
  transition: 0.32s color;
}

.news-entries__title-link:hover {
  color: #0f5ead;
  text-decoration: underline;
}

@media (max-width: 1280px) {
  .news-entries__title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 499px) {
  .news-entries__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-entries__date {
    width: 100px;
    min-width: 100px;
  }

  .news-entries__title {
    width: 100%;
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .news-entries__category {
    font-size: 1.1rem;
  }

  .news-entries__category-link {
    display: block;
    line-height: 20px;
  }
}

/* =================================
 KOMATSU
================================= */
.komatsu-construction-heading {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .komatsu-construction-heading {
    font-size: calc(30vw * 100 / 1000);
  }
}

@media screen and (max-width: 767px) {
  .komatsu-construction-heading {
    font-size: 2rem;
    line-height: 1.3;
  }
}

/* =================================
 Products
================================= */
/* technology */
.jumbotron-technology {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 800px;
  background: url(/assets/img/products/technology/bg00.jpg) center top no-repeat;
  background-size: cover;
  color: #fff;
}

.jumbotron-technology__heading {
  display: block;
  content: attr(data-en-text);
  width: 100%;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 10.9rem;
  line-height: 1;
}

.jumbotron-technology__text {
  margin-top: 4px;
  width: 100%;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 999px) {
  .jumbotron-technology {
    height: calc(800vw * 100 / 1000);
  }

  .jumbotron-technology__heading {
    font-size: calc(109vw * 100 / 1000);
  }

  .jumbotron-technology__text {
    font-size: 1.4rem;
  }

  .jumbotron-technology__text br {
    display: none;
  }
}

@media screen and (max-width: 499px) {
  .jumbotron-technology {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 10px;
  }

  .jumbotron-technology__text {
    font-size: 1.2rem;
  }
}

.maeda-technology-header {
  padding-top: calc(146 / 1200 * 100%);
}

.maeda-technology-header__title {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.maeda-technology-header__title::before {
  content: attr(data-en-text);
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 1.8rem;
  color: #808080;
}

.maeda-technology-header__text {
  margin-top: calc(86 / 1200 * 100%);
  font-size: 1.8rem;
  line-height: 2;
  color: #666666;
}

@media screen and (max-width: 999px) {
  .maeda-technology-header__title {
    font-size: calc(48vw * 100 / 1000);
  }

  .maeda-technology-header__title::before {
    margin-bottom: calc(20vw * 100 / 1000);
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .maeda-technology-header__text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 499px) {
  .maeda-technology-header__title::before {
    font-size: 1.3rem;
  }

  .maeda-technology-header__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.maeda-technology-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.maeda-technology-2col--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.maeda-technology-2col__image {
  width: 50%;
}

.maeda-technology-2col__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  padding-left: calc(100 / 1200 * 100%);
  padding-right: calc(100 / 1200 * 100%);
}

.maeda-technology-2col__body > p {
  margin-top: 1.75em;
  line-height: 1.875;
  color: #666;
}

.maeda-technology-2col__title {
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 999px) {
  .maeda-technology-2col {
    margin-top: calc(100vw * 100 / 1000);
  }

  .maeda-technology-2col__title {
    font-size: calc(30vw * 100 / 1000);
  }
}

@media screen and (max-width: 767px) {
  .maeda-technology-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .maeda-technology-2col__title {
    font-size: 2rem;
  }

  .maeda-technology-2col__image {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .maeda-technology-2col__body {
    width: 100%;
  }

  .maeda-technology-2col__body > p {
    margin-top: calc(30vw * 100 / 767);
  }

  .maeda-technology-2col__title {
    margin-top: calc(50vw * 100 / 767);
    margin-bottom: 0;
  }
}

@media screen and (max-width: 499px) {
  .maeda-technology-2col__body {
    padding-left: 0;
    padding-right: 0;
  }

  .maeda-technology-2col__title {
    font-size: 1.8rem;
  }
}

.maeda-technology-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
  background: url(/assets/img/products/technology/bg01.jpg) no-repeat center top;
  background-size: cover;
  height: calc(800vw * 100 / 1920);
  color: #fff;
}

.maeda-technology-image__title {
  font-size: 3rem;
  font-weight: bold;
}

.maeda-technology-image__text {
  max-width: 520px;
  margin-top: 24px;
  margin-bottom: 96px;
  text-align: center;
  line-height: 1.875;
}

@media (max-width: 1300px) {
  .maeda-technology-image__text {
    margin-top: calc(24vw * 100 / 1300);
    margin-bottom: calc(96vw * 100 / 1300);
  }
}

@media screen and (max-width: 999px) {
  .maeda-technology-image {
    margin-top: calc(100vw * 100 / 1000);
  }

  .maeda-technology-image__title {
    font-size: calc(30vw * 100 / 1000);
  }

  .maeda-technology-image__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .maeda-technology-image {
    background-color: #100f0b;
    background-size: 100% auto;
    height: calc(1300vw * 100 / 1920);
  }
}

@media screen and (max-width: 499px) {
  .maeda-technology-image__title {
    font-size: 1.6rem;
  }

  .maeda-technology-image__text {
    font-size: 1.3rem;
  }
}

.maeda-technology-image2 {
  margin-top: 100px;
}

@media screen and (max-width: 999px) {
  .maeda-technology-image2 {
    margin-top: calc(100vw * 100 / 1000);
  }
}

.page-title-products-index {
  position: relative;
  padding-top: 95px;
  padding-bottom: 52px;
  background: url(/assets/img/products/bg_visual.jpg) no-repeat;
  background-size: cover;
}

.page-title-products-index__text {
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.page-title-products-index__text__pc {
  padding-right: 1rem;
}

@media screen and (min-width: 1200px) {
  .page-title-products-index__text__sp__br {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .page-title-products-index__text__pc {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-title-products-index {
    padding-top: 50px;
  }

  .page-title-products-index__text {
    font-size: calc(60vw * 100 / 767);
  }
}

.page-title-products-index2 {
  position: relative;
  padding-bottom: 52px;
  background: url(/assets/img/products/bg_visual.jpg) no-repeat;
  background-size: cover;
}

.license-title {
  font-size: 2.4rem;
  font-weight: bold;
}

.products-wide-table {
  width: 100%;
  line-height: 1.1875;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.products-wide-table th,
.products-wide-table td {
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
}

.products-wide-table thead th {
  padding-top: 24px;
  padding-bottom: 24px;
}

.products-wide-table__heading--download {
  color: #0f99ad;
}

.products-wide-table tbody th {
  height: 110px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 1.8rem;
  color: #0f99ad;
}

@media (max-width: 1200px) {
  .products-wide-table {
    font-size: 1.5rem;
  }

  .products-wide-table tbody th {
    font-size: 1.6rem;
  }
}

@media (max-width: 1100px) {
  .products-wide-table {
    font-size: 1.4rem;
  }

  .products-wide-table tbody th {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 999px) {
  .products-wide-table {
    width: 1200px;
  }
}

@media screen and (max-width: 999px) {
  .products-wide-table-wrapper {
    width: 100%;
    overflow-x: scroll;
  }

  .products-wide-table-wrapper::-webkit-scrollbar {
    background: #666;
  }

  .products-wide-table-wrapper::-webkit-scrollbar:horizontal {
    height: 5px;
  }

  .products-wide-table-wrapper::-webkit-scrollbar-thumb {
    background: #0f5ead;
  }

  .products-wide-table-wrapper::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
}

.products-icon-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 37px;
  margin-left: auto;
  margin-right: auto;
  background: #0f99ad;
  border-radius: 3px;
  line-height: 1;
  -webkit-transition: 0.32s background-color;
  transition: 0.32s background-color;
}

.products-icon-download:hover {
  background: #00b7d1;
}

.spider-cranes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 986px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 40px;
}

.spider-cranes .slick-arrow {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 50%;
  font-size: 0;
  outline: none;
}

.spider-cranes .slick-arrow::after {
  position: absolute;
  top: calc(50% - 8px);
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.spider-cranes .slick-prev {
  left: 5%;
  top: calc(50% - 25px);
}

.spider-cranes .slick-prev::after {
  left: calc(50% - 4px);
  border-left: 2px solid #333;
  border-top: 2px solid #333;
}

.spider-cranes .slick-next {
  right: 5%;
  top: calc(50% - 25px);
}

.spider-cranes .slick-next::after {
  right: calc(50% - 4px);
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}

.spider-cranes__item {
  width: 100px;
  min-width: 100px;
  text-align: center;
}

.spider-cranes__item--mc174crm {
  margin-left: calc(30 / 956 * 100%);
  margin-right: calc(38 / 956 * 100%);
}

.spider-cranes__item--mc174crm .spider-cranes__image {
  width: 103px;
  margin-left: -1px;
  margin-right: -2px;
}

.spider-cranes__item--mc285c-3 {
  margin-left: calc(30 / 956 * 100%);
  margin-right: calc(30 / 956 * 100%);
}

.spider-cranes__item--mc285c-3 .spider-cranes__image {
  width: 139px;
  margin-left: -19px;
  margin-right: -20px;
}

.spider-cranes__item--mc285cb-3 {
  margin-left: calc(40 / 956 * 100%);
  margin-right: calc(40 / 956 * 100%);
}

.spider-cranes__item--mc285cb-3 .spider-cranes__image {
  width: 162px;
  margin-left: -24px;
  margin-right: -30px;
}

.spider-cranes__item--mc305c-3 {
  margin-left: calc(45 / 956 * 100%);
  margin-right: calc(45 / 956 * 100%);
}

.spider-cranes__item--mc305c-3 .spider-cranes__image {
  width: 164px;
  margin-left: -28px;
  margin-right: -36px;
}

.spider-cranes__item--mc305cb-3 {
  margin-left: calc(45 / 956 * 100%);
  margin-right: calc(30 / 956 * 100%);
}

.spider-cranes__item--mc305cb-3 .spider-cranes__image {
  width: 162px;
  margin-left: -28px;
  margin-right: -41px;
}

.spider-cranes__item--mc054c {
  margin-left: calc(40 / 956 * 100%);
  margin-right: calc(40 / 956 * 100%);
}

.spider-cranes__item--mc054c .spider-cranes__image {
  width: 130px;
  margin-left: -16px;
  margin-right: -36px;
}

.spider-cranes__item--mc055c {
  margin-left: calc(40 / 956 * 100%);
}

.spider-cranes__item--mc055c .spider-cranes__image {
  width: 158px;
  margin-left: -25px;
  margin-right: -36px;
}

.spider-cranes__item--mc405c-3 {
  margin-left: calc(66 / 956 * 100%);
  margin-right: calc(45 / 956 * 100%);
}

.spider-cranes__item--mc405c-3 .spider-cranes__image {
  width: 175px;
  margin-left: -41px;
  margin-right: -36px;
}

.spider-cranes__item--mk1033cw-1 {
  margin-left: calc(45 / 956 * 100%);
  margin-right: calc(40 / 956 * 100%);
}

.spider-cranes__item--mk1033cw-1 .spider-cranes__image {
  width: 227px;
  margin-left: -26px;
  margin-right: -101px;
}

@media (max-width: 1200px) {
  .spider-cranes__item {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 1700px) {
  .spider-cranes__item .jumbotron-products-icon {
    display: inline;
    text-align: center;
  }
}

.spider-cranes__link {
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  pointer-events: none;
}

.spider-cranes .jumbotron-products-button {
  margin-top: 50px;
}

@media (max-width: 1700px) {
  .spider-cranes {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 25px;
  }
}

@media (max-width: 1200px) {
  .spider-cranes {
    max-width: none;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.jumbotron-products-text01 {
  margin-top: 2px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}

.jumbotron-products-text02 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.233333;
  color: #808080;
}

.jumbotron-products-text03 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1.1;
  color: #333;
}

.spider-cranes-footer {
  text-align: center;
}

.spider-cranes-footer__text01 {
  font-size: 2.4rem;
  font-weight: bold;
}

.spider-cranes-footer__text02 {
  margin-top: calc(34 / 1200 * 100%);
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .spider-cranes-footer__text01 {
    font-size: 1.8rem;
    font-size: calc(24vw * 100 / 767);
  }

  .spider-cranes-footer__text02 {
    font-size: calc(18vw * 100 / 767);
  }
}

@media screen and (max-width: 499px) {
  .spider-cranes-footer__text01 {
    font-size: calc(24vw * 100 / 500);
  }

  .spider-cranes-footer__text02 {
    font-size: calc(16vw * 100 / 500);
  }

  .spider-cranes .jumbotron-products-button {
    margin-top: 28px;
  }
}

.crawler-cranes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.crawler-cranes-wrapper__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(638 / 1400 * 100%);
}

.crawler-cranes-wrapper__heading {
  margin-left: calc(100 / 638 * 100%);
  padding-top: 14px;
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1.28571;
}

.crawler-cranes-wrapper__body {
  width: calc(762 / 1400 * 100%);
}

@media (max-width: 1200px) {
  .crawler-cranes-wrapper__heading {
    font-size: calc(56vw * 100 / 1200);
  }
}

@media (max-width: 900px) {
  .crawler-cranes-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .crawler-cranes-wrapper__title {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .crawler-cranes-wrapper__body {
    width: 100%;
  }

  .crawler-cranes-wrapper__heading {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .crawler-cranes-wrapper__title {
    padding-top: 50px;
  }

  .crawler-cranes-wrapper__heading {
    font-size: calc(60vw * 100 / 767);
  }
}

.crawler-cranes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1050px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 40px;
  align-items: flex-end;
}

.crawler-cranes__item {
  width: 100px;
  min-width: 100px;
  padding-top: 10px;
  text-align: center;
}

.crawler-cranes__item--cc423s-1 {
  margin-right: calc(58 / 1050 * 100%);
}

.crawler-cranes__item .crawler-cranes__image img {
  width: 140px;
  height: auto;
}

.crawler-cranes__item--cc423s-1 .crawler-cranes__image {
  width: 174px;
  margin-left: -37px;
  margin-right: -37px;
}

.crawler-cranes__item--cc985s-1 {
  margin-left: calc(58 / 1050 * 100%);
  margin-right: calc(63 / 1050 * 100%);
}

.crawler-cranes__item--cc985s-1 .crawler-cranes__image {
  width: 174px;
  margin-left: -38px;
  margin-right: -38px;
}

.crawler-cranes__item--cc1485s-1 {
  margin-left: calc(63 / 1050 * 100%);
  margin-right: calc(63 / 1050 * 100%);
}

.crawler-cranes__item--cc1485s-1 .crawler-cranes__image {
  width: 174px;
  margin-left: -24px;
  margin-right: -24px;
}

.crawler-cranes__item--cc1485g-1 {
  margin-left: calc(63 / 1050 * 100%);
  margin-right: calc(63 / 1050 * 100%);
}

.crawler-cranes__item--cc1485g-1 .crawler-cranes__image {
  width: 174px;
  margin-left: -36px;
  margin-right: -36px;
}

.crawler-cranes__item--cc1908s-1 {
  margin-left: calc(60 / 1050 * 100%);
  margin-right: calc(60 / 1050 * 100%);
}

.crawler-cranes__item--cc1908s-1 .crawler-cranes__image {
  width: 174px;
  margin-left: -25px;
  margin-right: -25px;
}

.crawler-cranes__link {
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  pointer-events: none;
}

.crawler-cranes .jumbotron-products-button {
  margin-top: 50px;
}

.crawler-cranes .slick-arrow {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 50%;
  font-size: 0;
  outline: none;
}

.crawler-cranes .slick-arrow::after {
  position: absolute;
  top: calc(50% - 8px);
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.crawler-cranes .slick-prev {
  left: 5%;
  top: calc(50% - 25px);
}

.crawler-cranes .slick-prev::after {
  left: calc(50% - 4px);
  border-left: 2px solid #333;
  border-top: 2px solid #333;
}

.crawler-cranes .slick-next {
  right: 5%;
  top: calc(50% - 25px);
}

.crawler-cranes .slick-next::after {
  right: calc(50% - 4px);
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}

.crawler-cranes.slick-slider .slick-track {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1450px) {
  .crawler-cranes {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .crawler-cranes__item--cc423s-1 {
    margin-right: 0;
  }

  .crawler-cranes__item--cc423s-1 .crawler-cranes__image {
    width: 125px;
    margin-left: -1px;
    margin-right: -1px;
  }

  .crawler-cranes__item--cc985s-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .crawler-cranes__item--cc985s-1 .crawler-cranes__image {
    width: 125px;
    margin-left: -14px;
    margin-right: -17px;
  }

  .crawler-cranes__item--cc1485s-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .crawler-cranes__item--cc1485s-1 .crawler-cranes__image {
    width: 125px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .crawler-cranes__item--cc1485g-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .crawler-cranes__item--cc1485g-1 .crawler-cranes__image {
    width: 125px;
    margin-left: -13px;
    margin-right: -13px;
  }

  .crawler-cranes__item--cc1908s-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .crawler-cranes__item--cc1908s-1 .crawler-cranes__image {
    width: 125px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 900px) {
  .crawler-cranes {
    padding-right: 10%;
    padding-left: 10%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1200px) {
  .crawler-cranes .crawler-cranes__item .jumbotron-products-icon {
    display: inline;
    text-align: center;
  }
}

@media screen and (max-width: 499px) {
  .crawler-cranes {
    padding-right: 0;
    padding-left: 0;
  }

  .crawler-cranes__item {
    padding-top: 20px;
  }

  .crawler-cranes .jumbotron-products-button {
    margin-top: 28px;
  }
}

.jumbotron-products-underground {
  margin: 4px auto 0;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(51, 51, 51, 0.5);
  font-size: 1.1rem;
  line-height: 22px;
  color: #333;
  background-color: #fff;
}

.jumbotron-products-underground.top {
  width: 80%;
}

.jumbotron-products-underground.table {
  padding: 2px 5px;
}

.jumbotron-products-underground_modal {
  margin: 4px auto 0;
  font-family: "Open Sans", sans-serif;
  border: 1px solid rgba(51, 51, 51, 0.5);
  font-size: 0.9rem;
  line-height: 22px;
  color: #333;
  background-color: #fff;
  padding: 2px 5px;
}

@media (max-width: 900px) {
  .jumbotron-products-underground_modal {
    padding: 2px 2px;
    font-size: 9px;
    margin-left: 4px;
  }
}

@media (max-width: 480px) {
  .jumbotron-products-underground_modal {
    padding: 1px 1px;
    margin-left: 2px;
  }
}

.mt-50 {
  margin-top: 50px;
}

.jumbotron-products-button {
  margin-top: 22px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 3px;
  font-size: 1.2rem;
  line-height: 25px;
  color: #333;
  pointer-events: all;
}

.jumbotron-products-button:hover {
  border-color: #333333;
  background: #333;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.jumbotron-products-details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 800px;
  background: url(/assets/img/products/bg_visual_large.jpg) no-repeat;
  background-size: cover;
}

.jumbotron-products-details--cargo-cranes {
  padding-top: 230px;
}

@media (max-width: 1000px) {
  .jumbotron-products-details--cargo-cranes {
    padding-top: calc(230vw * 100 / 1000);
  }
}

@media screen and (max-width: 767px) {
  .jumbotron-products-details--cargo-cranes {
    padding-top: 50px;
  }
}

.jumbotron-products-details__image {
  position: relative;
  width: 50%;
  max-width: 700px;
}

.jumbotron-products-details__image img {
  position: absolute;
}

.jumbotron-products-details__image--cargo-cranes {
  width: calc(765 / 1400 * 100%);
  max-width: 765px;
}

.jumbotron-products-details__image--cargo-cranes img {
  top: 96px;
  right: 23px;
}

.jumbotron-products-details__image--dump-truck {
  width: calc(765 / 1400 * 100%);
  max-width: 765px;
}

.jumbotron-products-details__image--dump-truck img {
  right: 23px;
  top: calc(225 / 765 * 100%);
}

.jumbotron-products-details__image--mc174c {
  width: calc(760 / 1400 * 100%);
  max-width: 760px;
}

.jumbotron-products-details__image--mc174c img {
  right: -12px;
  top: 22px;
}

.jumbotron-products-details__image--mc285c-3 {
  width: calc(760 / 1400 * 100%);
  max-width: 760px;
}

.jumbotron-products-details__image--mc285c-3 img {
  right: -12px;
  top: 60px;
}

.jumbotron-products-details__image--mc285cb-3 {
  width: calc(760 / 1400 * 100%);
  max-width: 760px;
}

.jumbotron-products-details__image--mc285cb-3 img {
  right: 20px;
  top: 60px;
}

.jumbotron-products-details__image--mc305c-3 {
  width: calc(760 / 1400 * 100%);
  max-width: 760px;
}

.jumbotron-products-details__image--mc305c-3 img {
  right: 90px;
  top: 96px;
}

.jumbotron-products-details__image--mc305cb-3 {
  width: calc(760 / 1400 * 100%);
  max-width: 760px;
}

.jumbotron-products-details__image--mc305cb-3 img {
  left: 10px;
  top: 96px;
}

.jumbotron-products-details__image--mc405c-3 {
  width: calc(760 / 1400 * 100%);
  max-width: 760px;
}

.jumbotron-products-details__image--mc405c-3 img {
  right: 12px;
  top: 58px;
}

.jumbotron-products-details__image--mk1033cw-1 {
  width: calc(760 / 1400 * 100%);
  max-width: 760px;
}

.jumbotron-products-details__image--mk1033cw-1 img {
  right: 92px;
  top: 141px;
}

.jumbotron-products-details__image--cc423s-1 {
  width: calc(760 / 1400 * 100%);
  max-width: 760px;
}

.jumbotron-products-details__image--cc423s-1 img {
  right: 0;
  top: 214px;
}

.jumbotron-products-details__image--cc985s-1 {
  width: calc(760 / 1400 * 100%);
  max-width: 760px;
}

.jumbotron-products-details__image--cc985s-1 img {
  right: 37px;
  top: 74px;
}

.jumbotron-products-details__image--cc1485s-1 {
  width: calc(760 / 1400 * 100%);
  max-width: 760px;
}

.jumbotron-products-details__image--cc1485s-1 img {
  right: 10px;
  top: 195px;
}

 .jumbotron-products-details__image--cc1485s-3 img {
  top: 65px;
 }

.jumbotron-products-details__image--cc1485g-1 {
  width: calc(620 / 1400 * 100%);
  max-width: 760px;
}

.jumbotron-products-details__image--cc1485g-1 img {
  right: 15px;
  top: 130px;
}

.jumbotron-products-details__image--cc1908s-1 {
  width: calc(640 / 1400 * 100%);
  max-width: 760px;
}

.jumbotron-products-details__image--cc1908s-1 img {
  right: 20px;
  top: 80px;
}

.jumbotron-products-details__image--mc054c {
  width: calc(650 / 1400 * 100%);
  max-width: 760px;
}

.jumbotron-products-details__image--mc054c img {
  right: 8px;
  top: 38px;
}

.jumbotron-products-details__image--mc055c {
  width: calc(630 / 1400 * 100%);
  max-width: 760px;
}

.jumbotron-products-details__image--mc055c img {
  right: 10px;
  top: 38px;
}

.jumbotron-products-details__image--bm545m-3 {
  width: calc(760 / 1400 * 100%);
  max-width: 760px;
}

.jumbotron-products-details__image--bm545m-3 img {
  right: 30px;
  top: 160px;
}

.jumbotron-products-details__image--fc560s {
  width: calc(600 / 1400 * 100%);
  max-width: 760px;
}

.jumbotron-products-details__image--fc560s img {
  right: 30px;
  top: 160px;
}

.jumbotron-products-details__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  max-width: 700px;
  padding-right: 15px;
}

.jumbotron-products-details__body--mc174c {
  position: relative;
  width: calc(640 / 1400 * 100%);
  max-width: 640px;
}

.jumbotron-products-details__body--MDT30E4f {
  width: calc(635 / 1400 * 100%);
  max-width: 635px;
}

.jumbotron-products-details__body--mc285c-3 {
  position: relative;
  width: calc(640 / 1400 * 100%);
  max-width: 640px;
}

.jumbotron-products-details__body--mc305c-3 {
  position: relative;
  width: calc(640 / 1400 * 100%);
  max-width: 640px;
}

.jumbotron-products-details__body--mc305cb-3 {
  position: relative;
  width: calc(670 / 1400 * 100%);
  max-width: 670px;
}

.jumbotron-products-details__body--bm545m-3 {
  width: calc(640 / 1400 * 100%);
  max-width: 640px;
}

.jumbotron-products-details__body--fc560s {
  width: calc(800 / 1400 * 100%);
  max-width: 520px;
}

.jumbotron-products-details__heading {
  margin-top: 5px;
  line-height: 1;
  font-size: 10rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.jumbotron-products-details__heading--small {
  font-size: 9rem;
}

.jumbotron-products-details__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  width: 90%;
}

.jumbotron-products-details__nav-item:not(:first-child)::before {
  content: "・";
}

.jumbotron-products-details__nav-link {
  text-decoration: none;
  color: #333;
}

.jumbotron-products-details__nav-link--active {
  color: #b8b8b8;
}

.jumbotron-products-details__text01 {
  margin-top: 17px;
  font-size: 2.2rem;
}

@media (max-width: 1360px) {
  .jumbotron-products-details {
    height: calc(800vw * 100 / 1360);
  }

  .jumbotron-products-details__image--mc305c-3 img {
    right: 10px;
  }
}

@media (max-width: 1200px) {
  .jumbotron-products-details__heading {
    font-size: calc(100vw * 100 / 1200);
  }

  .jumbotron-products-details__heading--small {
    font-size: calc(80vw * 100 / 1200);
  }
}

@media screen and (max-width: 999px) {
  .jumbotron-products-details__image {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .jumbotron-products-details__image img {
    position: static;
  }

  .jumbotron-products-details__body {
    width: 50%;
    max-width: 700px;
  }

  .jumbotron-products-details__nav {
    margin-top: calc(22vw * 100 / 1000);
    font-size: 1.2rem;
  }
}

@media (max-width: 800px) {
  .jumbotron-products-details__nav {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .jumbotron-products-details {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .jumbotron-products-details--cargo-cranes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .jumbotron-products-details__category {
    text-align: center;
  }

  .jumbotron-products-details__heading {
    text-align: center;
    font-size: calc(90vw * 100 / 767);
  }

  .jumbotron-products-details__image {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .jumbotron-products-details__body {
    width: 100%;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .jumbotron-products-details--cargo-cranes .jumbotron-products-details__body {
    width: 100%;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .jumbotron-products-details__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: calc(22vw * 100 / 1000);
    font-size: 1.2rem;
    width: 100%;
  }
}

@media screen and (max-width: 499px) {
  .jumbotron-products-details__text01 {
    font-size: calc(17vw * 100 / 499);
  }
}

.jumbotron-products-detail__text02__bm545m-3 {
  font-size: 1.8rem;
  margin-top: calc(26 / 700 * 100%);
  text-align: left;
}

.jumbotron-button__bm545m-3 {
  text-align: center;
  display: flex;
  margin-top: calc(26 / 700 * 100%);
  justify-content: space-between;
  max-width: 352px;
}

.jumbotron-button__item.bm545m-3 {
  width: 172px;
  margin-right: 10px;
}

.jumbotron-products-logo-gas img {
  margin-top: calc(26 / 700 * 100%);
}

@media screen and (max-width: 499px) {
  .jumbotron-products-detail__text02__bm545m-3 {
    font-size: calc(17vw * 100 / 499);
  }
}

@media screen and (max-width: 767px) {
  .jumbotron-products-logo-gas {
    text-align: center;
  }

  .jumbotron-button__item.bm545m-3 {
    margin: 0 5px;
  }

  .jumbotron-button__bm545m-3 {
    margin: auto;
    display: flex;
    margin-top: calc(26 / 700 * 100%);
    justify-content: center;
  }

  .jumbotron-products-detail__text02__bm545m-3 {
    text-align: center;
  }

  .jumbotron-products-details__text01.bm545m-3 {
    text-align: center;
  }

  .jumbotron-products-details__text01.fc560s {
    text-align: center;
  }
}

.jumbotron-products-logo {
  position: absolute;
  right: 10px;
  bottom: 5px;
  height: 22px;
}

@media screen and (max-width: 499px) {
  .jumbotron-products-logo {
    width: 50px;
    height: 13px;
  }
}

.jumbotron-products-logo-eco img {
  margin-top: 16px;
}

@media screen and (max-width: 1150px) {
  .jumbotron-products-logo-eco img {
    width: 50px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .jumbotron-products-logo-eco {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .jumbotron-products-logo-eco img {
    width: 60px;
    margin-top: 10px;
  }
}

.jumbotron-products-logo-license img {
  margin-top: 16px;
}

@media screen and (max-width: 1150px) {
  .jumbotron-products-logo-license img {
    width: 150px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .jumbotron-products-logo-license {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .jumbotron-products-logo-license img {
    margin-top: 10px;
  }
}

.jumbotron-cargo-cranes-header {
  position: absolute;
  left: 0;
  top: 123px;
  width: 100%;
}

@media (max-width: 1360px) {
  .jumbotron-cargo-cranes-header {
    top: calc(123vw * 100 / 1360);
  }
}

@media screen and (max-width: 767px) {
  .jumbotron-cargo-cranes-header {
    position: static;
  }
}

.jumbotron-cargo-cranes-title01 {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 1000px) {
  .jumbotron-cargo-cranes-title01 {
    font-size: calc(48vw * 100 / 1000);
  }
}

@media screen and (max-width: 767px) {
  .jumbotron-cargo-cranes-title01 {
    font-size: calc(40vw * 100 / 767);
  }
}

@media screen and (max-width: 499px) {
  .jumbotron-cargo-cranes-title01 {
    font-size: calc(30vw * 100 / 499);
  }
}

.jumbotron-cargo-cranes-title02 {
  margin-top: 13px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .jumbotron-cargo-cranes-title02 {
    font-size: calc(20vw * 100 / 767);
  }
}

@media screen and (max-width: 499px) {
  .jumbotron-cargo-cranes-title02 {
    font-size: calc(18vw * 100 / 499);
  }
}

.cargo-cranes-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 571px;
}

@media screen and (max-width: 767px) {
  .cargo-cranes-spec {
    margin-left: auto;
    margin-right: auto;
  }
}

.cargo-cranes-spec__item {
  width: calc(171 / 571 * 100%);
}

@media (max-width: 1200px) {
  .cargo-cranes-spec__item {
    width: calc(184 / 571 * 100%);
  }
}

.cargo-cranes-spec__text01 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
}

@media (max-width: 1360px) {
  .cargo-cranes-spec__text01 {
    font-size: calc(24vw * 100 / 1360);
  }
}

@media screen and (max-width: 767px) {
  .cargo-cranes-spec__text01 {
    font-size: calc(24vw * 100 / 768);
  }
}

@media screen and (max-width: 499px) {
  .cargo-cranes-spec__text01 {
    font-size: calc(20vw * 100 / 499);
  }
}

.cargo-cranes-spec__text02 {
  margin-top: 6px;
  line-height: 1.5;
}

@media (max-width: 1360px) {
  .cargo-cranes-spec__text02 {
    font-size: calc(16vw * 100 / 1360);
  }
}

@media screen and (max-width: 767px) {
  .cargo-cranes-spec__text02 {
    font-size: calc(16vw * 100 / 768);
  }
}

@media screen and (max-width: 499px) {
  .cargo-cranes-spec__text02 {
    font-size: calc(14vw * 100 / 499);
  }
}

.cargo-cranes-spec__list {
  margin-top: 17px;
}

@media (max-width: 900px) {
  .cargo-cranes-spec__list {
    margin-top: calc(17vw * 100 / 900);
  }
}

.cargo-cranes-spec__list li {
  font-size: 1.4rem;
  line-height: 1.2;
}

.cargo-cranes-spec__list li:not(:first-child) {
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .cargo-cranes-spec__list li {
    font-size: 1.2rem;
  }
}

.cargo-cranes-spec__list br {
  display: none;
}

@media screen and (max-width: 499px) {
  .cargo-cranes-spec__list br {
    display: inline-block;
  }
}

.jumbotron-transport-cart {
  position: relative;
  height: 800px;
  padding-top: 120px;
  background: url(/assets/img/products/bg_visual.jpg);
  background-repeat: repeat;
  background-size: cover;
}

.jumbotron-transport-cart__heading {
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
}

.jumbotron-transport-cart__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 600px;
  padding-left: 100px;
  padding-right: 100px;
}

.jumbotron-transport-cart__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  max-width: 700px;
}

.jumbotron-transport-cart__image {
  width: calc(434 / 700 * 100%);
  margin-top: 65px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.jumbotron-transport-cart__title {
  margin-top: 12px;
  font-size: 10rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  line-height: 1;
}

@media (max-width: 1600px) {
  .jumbotron-transport-cart {
    height: auto;
    padding-top: calc(120vw * 100 / 1600);
    padding-bottom: calc(120vw * 100 / 1600);
  }

  .jumbotron-transport-cart__title {
    font-size: calc(100vw * 100 / 1600);
  }

  .jumbotron-transport-cart__heading {
    font-size: calc(48vw * 100 / 1600);
  }

  .jumbotron-transport-cart__row {
    padding-top: calc(120vw * 100 / 1600);
    height: auto;
  }
}

@media (max-width: 1400px) {
  .jumbotron-transport-cart__image,
  .jumbotron-transport-cart__body {
    width: 50%;
  }
}

@media screen and (max-width: 999px) {
  .jumbotron-transport-cart {
    padding-top: calc(100vw * 100 / 1000);
  }

  .jumbotron-transport-cart__title {
    font-size: calc(60vw * 100 / 1000);
  }

  .jumbotron-transport-cart__heading {
    font-size: calc(48vw * 100 / 1000);
  }

  .jumbotron-transport-cart__row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .jumbotron-transport-cart {
    height: auto;
  }

  .jumbotron-transport-cart__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding-bottom: calc(100vw * 100 / 767);
  }

  .jumbotron-transport-cart__col {
    width: 100%;
    margin-top: calc(100vw * 100 / 767);
  }

  .jumbotron-transport-cart__image {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .jumbotron-transport-cart__body {
    width: 40%;
  }
}

@media screen and (max-width: 499px) {
  .jumbotron-transport-cart__row {
    padding-top: 0;
  }

  .jumbotron-transport-cart__title {
    font-size: calc(60vw * 100 / 500);
  }

  .jumbotron-transport-cart__image {
    width: 45%;
    margin-top: 0;
  }

  .jumbotron-transport-cart__body {
    width: 55%;
  }
}

.jumbotron-yarding-machine {
  position: relative;
  height: 800px;
  padding-top: 138px;
  background: url(/assets/img/products/bg_visual.jpg);
  background-size: cover;
}

.jumbotron-yarding-machine__heading01 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
}

.jumbotron-yarding-machine__heading02 {
  margin-top: 30px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.jumbotron-yarding-machine__heading03 {
  margin-top: 25px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 24 / 15;
}

.jumbotron-yarding-machine__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 90px;
}

.jumbotron-yarding-machine__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  max-width: 700px;
}

.jumbotron-yarding-machine__title {
  font-size: 8rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  line-height: 1;
}

.jumbotron-yarding-machine__image02 {
  width: calc(382 / 700 * 100%);
  margin-right: calc(19 / 700 * 100%);
  margin-left: calc(66 / 700 * 100%);
}

.jumbotron-yarding-machine__body02 {
  width: calc(233 / 700 * 100%);
}

@media (max-width: 1400px) {
  .jumbotron-yarding-machine__title {
    font-size: calc(80vw * 100 / 1400);
  }
}

@media (max-width: 1200px) {
  .jumbotron-yarding-machine__image02 {
    margin-left: calc(30 / 700 * 100%);
  }
}

@media screen and (max-width: 999px) {
  .jumbotron-yarding-machine__row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 50px;
  }

  .jumbotron-yarding-machine__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .jumbotron-yarding-machine__image01,
  .jumbotron-yarding-machine__image02 {
    width: 90%;
    margin-bottom: 10px;
  }
}

@media (max-width: 700px) {
  .jumbotron-yarding-machine {
    height: auto;
    padding-top: calc(138vw * 100 / 700);
  }

  .jumbotron-yarding-machine__heading01 {
    font-size: calc(48vw * 100 / 700);
  }

  .jumbotron-yarding-machine__heading02 {
    font-size: calc(30vw * 100 / 700);
  }

  .jumbotron-yarding-machine__heading03 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.3rem;
  }

  .jumbotron-yarding-machine__heading03 br {
    display: none;
  }

  .jumbotron-yarding-machine__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .jumbotron-yarding-machine__col {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .jumbotron-yarding-machine__col:not(:first-child) {
    margin-top: 20px;
  }

  .jumbotron-yarding-machine__image01,
  .jumbotron-yarding-machine__image02 {
    width: calc(100% - 180px);
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .jumbotron-yarding-machine__body01,
  .jumbotron-yarding-machine__body02 {
    width: 180px;
  }
}

.jumbotron-products-details02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.jumbotron-products-details02__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(766 / 1400 * 100%);
  max-width: 766px;
}

.jumbotron-products-details02__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(634 / 1400 * 100%);
  padding-right: 15px;
}

.jumbotron-products-details02__heading01 {
  margin-top: 20px;
  line-height: 1;
  font-size: 8rem;
  font-weight: bold;
}

.jumbotron-products-details02__heading01--en {
  font-size: 10rem;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.jumbotron-products-details02__heading02 {
  margin-top: 20px;
  line-height: 1.2;
  font-size: 6rem;
  font-weight: bold;
}

.jumbotron-products-details02__text01 {
  margin-top: 17px;
  font-size: 2.2rem;
  font-weight: bold;
}

.jumbotron-products-details02__text02 {
  margin-top: 0.3em;
  font-size: 1.8rem;
}

.jumbotron-products-details02__text03 {
  margin-top: 0.3em;
}

.jumbotron-products-details02__makiemon {
  margin-bottom: 22px;
}

@media (max-width: 1399px) {
  .jumbotron-products-details02__heading01 {
    font-size: calc(80vw * 100 / 1399);
  }

  .jumbotron-products-details02__heading02 {
    font-size: calc(60vw * 100 / 1399);
  }
}

@media screen and (max-width: 999px) {
  .jumbotron-products-details02__heading01 {
    font-size: calc(40vw * 100 / 1000);
  }

  .jumbotron-products-details02__heading02 {
    font-size: calc(40vw * 100 / 1000);
  }

  .jumbotron-products-details02__text00 {
    font-size: 1.4rem;
  }

  .jumbotron-products-details02__text01 {
    font-size: calc(22vw * 100 / 1000);
  }

  .jumbotron-products-details02__text02 {
    font-size: calc(18vw * 100 / 1000);
  }

  .jumbotron-products-details02__text03 {
    font-size: calc(16vw * 100 / 1000);
  }
}

@media screen and (max-width: 767px) {
  .jumbotron-products-details02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
  }

  .jumbotron-products-details02__image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .jumbotron-products-details02__body {
    width: 100%;
    max-width: 534px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .jumbotron-products-details02__heading01,
  .jumbotron-products-details02__heading02 {
    margin-top: calc(20vw * 100 / 767);
    font-size: 2rem;
  }

  .jumbotron-products-details02__text00 {
    font-size: 1.2rem;
  }

  .jumbotron-products-details02__text01 {
    font-size: 1.4rem;
  }

  .jumbotron-products-details02__text02 {
    font-size: 1.3rem;
  }

  .jumbotron-products-details02__text03 {
    font-size: 1.2rem;
  }

  .jumbotron-products-details02__makiemon {
    margin-bottom: 10px;
  }
}

.jumbotron-spec__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(18 / 700 * 100%);
  line-height: 1;
}

.jumbotron-spec__row:not(:first-child) {
  margin-top: calc(24 / 700 * 100%);
}

.jumbotron-spec--transport-cart .jumbotron-spec__row {
  margin-top: calc(23 / 266 * 100%);
}

.jumbotron-spec--transport-cart .jumbotron-spec__row + .jumbotron-spec__row {
  margin-top: calc(30 / 266 * 100%);
}

.jumbotron-spec__row-title {
  width: 100%;
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
}

.jumbotron-spec__col--01 {
  width: 222px;
}

.jumbotron-spec__col--02 {
  width: 245px;
}

.jumbotron-spec__col--03 {
  width: 265px;
}

.jumbotron-spec__col--04 {
  width: 199px;
}

.jumbotron-spec__col--05 {
  width: 120px;
}

.jumbotron-spec__col--06 {
  width: 156px;
}

.jumbotron-spec__col--MDT30E4f01 {
  width: 100px;
}

.jumbotron-spec__col--MDT30E4f02 {
  width: 110px;
}

.jumbotron-spec__col--transport-cart {
  width: 110px;
}

.jumbotron-spec__col--free {
  margin-left: calc(20 / 685 * 100%);
}

.jumbotron-spec__title {
  font-size: 1.4rem;
  margin-bottom: 2px;
}

.jumbotron-spec__number {
  font-size: 3.8rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.jumbotron-spec__japanese {
  margin-top: 5px;
  font-weight: bold;
  font-size: 3rem;
}

.jumbotron-spec__text-m {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 2.4rem;
}

.jumbotron-spec__text-s {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 1.8rem;
}

@media (max-width: 1600px) {
  .jumbotron-spec__col--transport-cart {
    width: calc(110vw * 100 / 1600);
  }
}

@media (max-width: 1400px) {
  .jumbotron-spec__col--transport-cart {
    width: auto;
    margin-right: 10px;
  }

  .jumbotron-spec__text-mc405c {
    display: block;
  }
}

@media (max-width: 1100px) {
  .jumbotron-spec__col--01 {
    width: calc(222vw * 100 / 1100);
  }

  .jumbotron-spec__col--02 {
    width: calc(245vw * 100 / 1100);
  }

  .jumbotron-spec__col--03 {
    width: calc(265vw * 100 / 1100);
  }

  .jumbotron-spec__col--04 {
    width: calc(199vw * 100 / 1100);
  }

  .jumbotron-spec__col--05 {
    width: calc(120vw * 100 / 1100);
  }

  .jumbotron-spec__col--MDT30E4f01 {
    width: calc(100vw * 100 / 1100);
  }

  .jumbotron-spec__col--MDT30E4f02 {
    width: calc(110vw * 100 / 1100);
  }

  .jumbotron-spec__number {
    font-size: calc(38vw * 100 / 1100);
  }

  .jumbotron-spec__title {
    font-size: calc(14vw * 100 / 1100);
  }

  .jumbotron-spec__text-m {
    font-size: calc(24vw * 100 / 1100);
  }

  .jumbotron-spec__text-s {
    font-size: calc(18vw * 100 / 1100);
  }
}

@media screen and (max-width: 999px) {
  .jumbotron-spec__row-title {
    font-size: calc(18vw * 100 / 1000);
  }

  .jumbotron-spec__image {
    width: calc(56vw * 100 / 1000);
  }
}

@media screen and (max-width: 767px) {
  .jumbotron-spec__row-title {
    text-align: center;
  }

  .jumbotron-spec__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .jumbotron-spec__number {
    font-size: calc(38vw * 100 / 767);
  }

  .jumbotron-spec__title {
    font-size: calc(14vw * 100 / 767);
  }

  .jumbotron-spec__text-m {
    font-size: calc(24vw * 100 / 767);
  }

  .jumbotron-spec__text-s {
    font-size: calc(18vw * 100 / 767);
  }

  .jumbotron-spec__japanese {
    font-size: calc(30vw * 100 / 767);
  }

  .jumbotron-spec--transport-cart .jumbotron-spec__row {
    margin-top: calc(23vw * 100 / 1000);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .jumbotron-spec--transport-cart .jumbotron-spec__row + .jumbotron-spec__row {
    margin-top: calc(30vw * 100 / 1000);
  }

  .jumbotron-spec__col {
    margin-left: 1%;
    margin-right: 1%;
  }

  .jumbotron-spec__col--01,
  .jumbotron-spec__col--02,
  .jumbotron-spec__col--03,
  .jumbotron-spec__col--04,
  .jumbotron-spec__col--05 {
    width: auto;
  }

  .jumbotron-spec__col--MDT30E4f01 {
    width: auto;
  }

  .jumbotron-spec__col--MDT30E4f02 {
    width: auto;
  }

  .jumbotron-spec__col--transport-cart {
    width: auto;
  }

  .jumbotron-spec__text-mc405c {
    display: block;
    font-size: 1rem;
  }
}

@media screen and (max-width: 499px) {
  .jumbotron-spec__col:not(:nth-of-type(1)) {
    margin-left: 2.3%;
  }

  .jumbotron-spec__col:nth-op-type(1) {
    margin-left: 0;
  }

  .jumbotron-spec__row-title + .jumbotron-spec__col {
    margin-left: 0;
  }

  .jumbotron-spec__col:not(:nth-last-of-type(1)) {
    margin-right: 2.3%;
  }

  .jumbotron-spec__col:nth-last-of-type(1) {
    margin-right: 0;
  }

  .jumbotron-spec__number {
    font-size: calc(36vw * 100 / 500);
  }

  .jumbotron-spec__title {
    font-size: calc(13vw * 100 / 500);
  }

  .jumbotron-spec__text-m {
    font-size: calc(24vw * 100 / 500);
  }

  .jumbotron-spec__text-s {
    font-size: calc(18vw * 100 / 500);
  }

  .jumbotron-spec__japanese {
    font-size: calc(30vw * 100 / 500);
  }

  .jumbotron-spec__row-title {
    margin-top: 10px;
    font-size: calc(18vw * 100 / 500);
  }

  .jumbotron-spec__image {
    width: calc(44vw * 100 / 500);
  }
}

.jumbotron-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 534px;
  margin-top: calc(26 / 700 * 100%);
}

.jumbotron-button::after {
  content: "";
  display: block;
  width: 171px;
}

.jumbotron-button + .jumbotron-button {
  margin-top: 10px;
}

.jumbotron-button--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: calc(36 / 266 * 100%);
}

.jumbotron-button__item {
  width: 171px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.jumbotron-button__item:nth-of-type(n + 4) {
  margin-top: 10px;
}

.jumbotron-button--vertical .jumbotron-button__item:nth-of-type(n + 2) {
  margin-top: 10px;
}

.jumbotron-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #4c4c4c;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.32s background-color;
  transition: 0.32s background-color;
}

.jumbotron-button__link:hover {
  background: #666;
}

.jumbotron-button__link--01 {
  background: #0f5ead;
}

.jumbotron-button__link--01:hover {
  background: #1f78d0;
}

.jumbotron-button__link--02 {
  background: #0f99ad;
}

.jumbotron-button__link--02:hover {
  background: #00b7d1;
}

.jumbotron-button br {
  display: none;
}

@media (max-width: 1200px) {
  .jumbotron-button::after,
  .jumbotron-button__item {
    width: calc(171 / 534 * 100%);
    font-size: 1.2rem;
  }

  .jumbotron-button--vertical .jumbotron-button__item {
    width: 171px;
  }
}

@media (max-width: 600px) {
  .jumbotron-button br {
    display: inline-block;
  }
}

.product-section__title {
  text-align: center;
  line-height: 1;
  font-size: 2rem;
}

.product-section__title::before {
  content: attr(data-en-text);
  display: block;
  margin-bottom: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 3.6rem;
}

.product-section__title--ja {
  font-weight: bold;
}

.product-section__title--ja-large {
  font-weight: bold;
  font-size: 3rem;
}

.product-section__title--style {
  position: absolute;
  top: calc(153 / 1229 * 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .product-section__title {
    font-size: calc(20vw * 100 / 767);
  }

  .product-section__title::before {
    margin-bottom: calc(13vw * 100 / 767);
    font-size: calc(36vw * 100 / 767);
  }

  .product-section__title--ja-large {
    font-size: calc(30vw * 100 / 767);
  }
}

@media screen and (max-width: 499px) {
  .product-section__title {
    font-size: 1.3rem;
  }

  .product-section__title::before {
    font-size: 2rem;
  }

  .product-section__title--ja-large {
    font-size: 2rem;
  }

  .product-section__title--style {
    top: calc(200vw * 100 / 1229);
  }
}

.products-styles__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .products-styles__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: calc(180 / 767 * 100%);
  }
}

.products-styles__item.no-zoom_bm545m-3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .products-styles__item.no-zoom_bm545m-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: calc(180 / 767 * 100%);
    padding-bottom: calc(180 / 767 * 100%);
  }
}

.products-styles__sidebar {
  position: relative;
  width: 180px;
  z-index: 1;
}

.zoom-thumbs {
  position: relative;
  overflow: hidden;
}

.zoom-thumbs--mc174c {
  height: 332px;
  width: 203px;
}

.zoom-thumbs--mc305c {
  height: 330px;
  width: 170px;
}

.zoom-thumbs--mc405c {
  height: 379px;
  width: 196px;
}

.zoom-thumbs--mk1033cw-1 {
  height: 196px;
  width: 200px;
  margin-top: 212px;
}

.zoom-thumbs--lc383m-5 {
  height: 420px;
  width: 200px;
  margin-top: 94px;
}

.zoom-thumbs--cc985s-1 {
  height: 420px;
  width: 200px;
  margin-top: 46px;
}

.zoom-thumbs--cc1485s-1 {
  height: 420px;
  width: 200px;
  margin-top: 46px;
}

.zoom-thumbs--cc1908s-1 {
  height: 407px;
  width: 183px;
}

.zoom-thumbs--cc1485g-1 {
  height: 301px;
  width: 183px;
}

.zoom-thumbs--mc054c {
  height: 291px;
  width: 183px;
}

.zoom-thumbs--mc055c {
  height: 308px;
  width: 183px;
}

.zoom-thumbs--mc305cb-3 {
  height: 336px;
  width: 170px;
}

.zoom-thumbs--mc285cb-3 {
  height: 308px;
  width: 183px;
}

.zoom-thumbs__item {
  position: absolute;
  left: 0;
  bottom: 0;
  list-style-type: none;
  -webkit-transition: 0.8s opacity;
  transition: 0.8s opacity;
  /*
    &__item::after {
        background: none;
        border-color: transparent;
    }
    */
}

.zoom-thumbs__item::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #00a1da;
  border-radius: 50%;
  background: url(/assets/img/products/zoom_icon.png) no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.zoom-thumbs__item::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #00a1da;
  border-radius: 50%;
  background: #00a1da;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
}

.zoom-thumbs__item--mc104c::after,
.zoom-thumbs__item--mc104c::before {
  margin-left: -7px;
  margin-top: -40px;
}

.zoom-thumbs__item--mc174c::after,
.zoom-thumbs__item--mc174c::before {
  margin-left: -9px;
  margin-top: -35px;
}

.zoom-thumbs__item--mc285c-2::after,
.zoom-thumbs__item--mc285c-2::before {
  margin-left: -16px;
  margin-top: -51px;
}

.zoom-thumbs__item--mc305c-2::after,
.zoom-thumbs__item--mc305c-2::before {
  margin-left: -6px;
  margin-top: -49px;
}

.zoom-thumbs__item--mc405c-yes::after,
.zoom-thumbs__item--mc405c-yes::before {
  margin-left: -13px;
  margin-top: -17px;
}

.zoom-thumbs__item--mc405c-no::after,
.zoom-thumbs__item--mc405c-no::before {
  margin-left: -14px;
  margin-top: -49px;
}

.zoom-thumbs__item--mc815c-yes::after,
.zoom-thumbs__item--mc815c-yes::before {
  margin-left: -7px;
  margin-top: -16px;
}

.zoom-thumbs__item--mc815c-no::after,
.zoom-thumbs__item--mc815c-no::before {
  margin-left: -7px;
  margin-top: -48px;
}

.zoom-thumbs__item--mk1033cw-1::after,
.zoom-thumbs__item--mk1033cw-1::before {
  margin-left: -48px;
  margin-top: -23px;
}

.zoom-thumbs__item--cc423s-1::after,
.zoom-thumbs__item--cc423s-1::before {
  margin-left: -29px;
  margin-top: -27px;
}

.zoom-thumbs__item--lc785m-8-yes::after,
.zoom-thumbs__item--lc785m-8-yes::before {
  margin-left: -32px;
  margin-top: -26px;
}

.zoom-thumbs__item--lc785m-8-no::after,
.zoom-thumbs__item--lc785m-8-no::before {
  margin-left: -24px;
  margin-top: -56px;
}

.zoom-thumbs__item--cc985s-1-yes::after,
.zoom-thumbs__item--cc985s-1-yes::before {
  margin-left: 1px;
  margin-top: -51px;
}

.zoom-thumbs__item--cc985s-1-no::after,
.zoom-thumbs__item--cc985s-1-no::before {
  margin-left: -5px;
  margin-top: -66px;
}

.zoom-thumbs__item--cc985s-1::after,
.zoom-thumbs__item--cc985s-1::before {
  margin-left: -5px;
  margin-top: -66px;
}

.zoom-thumbs__item--cc1485s-1-yes::after,
.zoom-thumbs__item--cc1485s-1-yes::before {
  margin-left: -15px;
  margin-top: -51px;
}

.zoom-thumbs__item--cc1485s-1-no::after,
.zoom-thumbs__item--cc1485s-1-no::before {
  margin-left: -11px;
  margin-top: -85px;
}

.zoom-thumbs__item--mc305cb-3::after,
.zoom-thumbs__item--mc305cb-3::before {
  margin-left: -9px;
  margin-top: -35px;
}

.zoom-thumbs__item--mc285cb-3::after,
.zoom-thumbs__item--mc285cb-3::before {
  margin-left: -9px;
  margin-top: -35px;
}

.zoom-thumbs__item--mc055c::after,
.zoom-thumbs__item--mc055c::before {
  margin-left: -9px;
  margin-top: -35px;
}

.zoom-thumbs__item--mc054c::after,
.zoom-thumbs__item--mc054c::before {
  margin-left: -9px;
  margin-top: -35px;
}

.zoom-thumbs__item--cc1485g-1::after,
.zoom-thumbs__item--cc1485g-1::before {
  margin-left: -9px;
  margin-top: -35px;
}

.zoom-thumbs__item--cc1908s-1::after,
.zoom-thumbs__item--cc1908s-1::before {
  margin-left: -9px;
  margin-top: -35px;
}

@media screen and (max-width: 767px) {
  .zoom-thumbs {
    display: none;
  }
}

.zoom-thumbs-small {
  padding-top: calc(250 / 767 * 100%);
  padding-bottom: calc(180 / 767 * 100%);
}

.zoom-thumbs-small + .zoom-thumbs-small {
  padding-top: 0;
}

.zoom-thumbs-small a,
.zoom-thumbs-small a:hover {
  text-decoration: none;
}

.zoom-thumbs-small span {
  display: block;
  margin-top: 12px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 3px;
  font-size: 1.2rem;
  line-height: 25px;
  color: #333;
  width: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.zoom-thumbs-small span.zoom-thumbs-small__text {
  display: block;
  text-align: center;
  border: none;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

.zoom-options {
  margin-top: 12px;
}

.zoom-options__title {
  margin-top: 6px;
  margin-bottom: 18px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

.zoom-options__title,
.zoom-options__text {
  width: 144px;
  margin-left: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .zoom-options {
    display: none;
  }
}

.zoom-options__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 144px;
  margin-left: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.zoom-options__list__item {
  width: 68px;
  height: 18px;
  list-style-type: none;
  cursor: pointer;
  background: #333;
  border-radius: 3px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 18px;
  color: #fff;
  -webkit-transition: 0.32s color, 0.32s background-color;
  transition: 0.32s color, 0.32s background-color;
}

.zoom-options__list__item img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

[data-view="yes"] .zoom-options__list__no {
  background: #9d9d9d;
  color: rgba(255, 255, 255, 0.5);
}

[data-view="no"] .zoom-options__list__yes {
  background: #9d9d9d;
  color: rgba(255, 255, 255, 0.5);
}

[data-view="yes"] .zoom-thumbs__item:not(:first-child) {
  left: -100%;
  opacity: 0;
}

[data-view="no"] .zoom-thumbs__item:first-child {
  left: -100%;
  opacity: 0;
}

.animated[data-zoom="true"] .zoom-thumbs__item::after {
  background: none;
  border-color: transparent;
}

.zoom-container {
  position: absolute;
  top: calc(50% - 400px);
  right: 0;
  width: 800px;
  height: 800px;
  background: #fff;
  -webkit-box-shadow: 0 3px 1px rgba(35, 31, 32, 0.1);
  box-shadow: 0 3px 1px rgba(35, 31, 32, 0.1);
  z-index: -10;
}

@media (max-width: 1280px) {
  .zoom-container {
    top: calc(50% - (400vw * 100 / 1229));
    width: calc(800vw * 100 / 1229);
    height: calc(800vw * 100 / 1229);
  }
}

@media screen and (max-width: 767px) {
  .zoom-container {
    display: none;
  }
}

[data-zoom="true"] .zoom-container {
  z-index: auto;
}

.slider-products {
  width: calc(1000 / 1200 * 100%);
  height: 0;
  padding-top: calc(950 / 1200 * 100%);
  z-index: 0;
}

.slider-products .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider-products .slick-prev,
.slider-products .slick-next {
  position: absolute;
  display: block;
  width: 50px;
  height: 100px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  line-height: 0;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-products .slick-prev {
  width: 32px;
  height: 32px;
  right: 50%;
  left: auto;
  bottom: calc(90 / 1000 * 100%);
  z-index: 2;
}

.slider-products .slick-next {
  width: 32px;
  height: 32px;
  left: 50%;
  bottom: calc(90 / 1000 * 100%);
  z-index: 2;
}

.slider-products .slick-prev::before,
.slider-products .slick-prev::after,
.slider-products .slick-next::before,
.slider-products .slick-next::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 0;
  background: #ccc;
  content: "";
  display: block;
  -webkit-transition: 0.32s opacity;
  transition: 0.32s opacity;
}

.slider-products .slick-prev::before {
  background: url(/assets/img/products/slider_prev_off.png) no-repeat;
}

.slider-products .slick-prev::after {
  background: url(/assets/img/products/slider_prev_on.png) no-repeat;
  opacity: 0;
}

.slider-products .slick-next::before {
  background: url(/assets/img/products/slider_next_off.png) no-repeat;
}

.slider-products .slick-next::after {
  background: url(/assets/img/products/slider_next_on.png) no-repeat;
  opacity: 0;
}

.slider-products .slick-dots {
  bottom: calc(100 / 1000 * 100%);
}

.slider-products .slick-prev:hover:before,
.slider-products .slick-next:hover:before {
  opacity: 0;
}

.slider-products .slick-prev:hover:after,
.slider-products .slick-next:hover:after {
  opacity: 1;
}

@media screen and (max-width: 499px) {
  .slider-products {
    width: 100%;
  }

  .slider-products .slick-prev {
    right: auto;
    left: 5px;
    margin: 0 !important;
  }

  .slider-products .slick-next {
    left: auto;
    right: 5px;
    margin: 0 !important;
  }

  .slider-products .slick-dots {
    bottom: calc(-30vw * 100 / 500);
  }

  .slider-products .slick-prev {
    bottom: calc(-40vw * 100 / 500);
  }

  .slider-products .slick-next {
    bottom: calc(-40vw * 100 / 500);
  }
}

.products-styles {
  position: relative;
  visibility: visible !important;
}

.products-dimension {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: calc(40 / 1200 * 100%);
}

.products-dimension--mc174c .products-dimension__item--01 {
  width: calc(638 / 1200 * 100%);
}

.products-dimension--mc174c .products-dimension__item--02 {
  width: calc(496 / 1200 * 100%);
}

.products-dimension--mc285c-3 .products-dimension__item--01 {
  width: calc(644 / 1200 * 100%);
}

.products-dimension--mc285c-3 .products-dimension__item--02 {
  width: calc(519 / 1200 * 100%);
}

.products-dimension--mc285cb-3 .products-dimension__item--01 {
  width: calc(644 / 1200 * 100%);
}

.products-dimension--mc285cb-3 .products-dimension__item--02 {
  width: calc(519 / 1200 * 100%);
}

.products-dimension--mc305c-3 .products-dimension__item--01 {
  width: calc(722 / 1200 * 100%);
}

.products-dimension--mc305c-3 .products-dimension__item--02 {
  width: calc(440 / 1200 * 100%);
}

.products-dimension--mc305cb-3 .products-dimension__item--01 {
  width: calc(722 / 1200 * 100%);
}

.products-dimension--mc305cb-3 .products-dimension__item--02 {
  width: calc(440 / 1200 * 100%);
}

.products-dimension--mc405c-3 .products-dimension__item--01 {
  width: calc(716 / 1200 * 100%);
}

.products-dimension--mc405c-3 .products-dimension__item--02 {
  width: calc(445 / 1200 * 100%);
}

.products-dimension--mk1033cw-1 .products-dimension__item--01 {
  width: calc(682 / 1200 * 100%);
}

.products-dimension--mk1033cw-1 .products-dimension__item--02 {
  width: calc(440 / 1200 * 100%);
}

.products-dimension--cc423s-1 .products-dimension__item--01 {
  width: calc(567 / 1200 * 100%);
}

.products-dimension--cc423s-1 .products-dimension__item--02 {
  width: calc(582 / 1200 * 100%);
}

.products-dimension--cc985s-1 .products-dimension__item--01 {
  width: calc(584 / 1200 * 100%);
}

.products-dimension--cc985s-1 .products-dimension__item--02 {
  width: calc(571 / 1200 * 100%);
}

.products-dimension--cc1485s-1 .products-dimension__item--01 {
  width: calc(580 / 1200 * 100%);
}

.products-dimension--cc1485s-1 .products-dimension__item--02 {
  width: calc(589 / 1200 * 100%);
}

.products-dimension--cc1485g-1 .products-dimension__item--01 {
  width: calc(589 / 1200 * 100%);
}

.products-dimension--cc1485g-1 .products-dimension__item--02 {
  width: calc(568 / 1200 * 100%);
}

.products-dimension--cc1908s-1 .products-dimension__item--01 {
  width: calc(589 / 1200 * 100%);
}

.products-dimension--cc1908s-1 .products-dimension__item--02 {
  width: calc(568 / 1200 * 100%);
}

.products-dimension--mc055c .products-dimension__item--01 {
  width: calc(699 / 1200 * 100%);
}

.products-dimension--mc055c .products-dimension__item--02 {
  width: calc(460 / 1200 * 100%);
}

.products-dimension--mc054c .products-dimension__item--01 {
  width: calc(632 / 1200 * 100%);
}

.products-dimension--mc054c .products-dimension__item--02 {
  width: calc(529 / 1200 * 100%);
}

.products-dimension--bm545m-3 .products-dimension__item--01 {
  width: calc(692 / 1200 * 100%);
}

.products-dimension--bm545m-3 .products-dimension__item--02 {
  width: calc(470 / 1200 * 100%);
}

.products-dimension--fc560s .products-dimension__item--01 {
  width: calc(674 / 1200 * 100%);
}

.products-dimension--fc560s .products-dimension__item--02 {
  width: calc(444 / 1200 * 100%);
}

@media screen and (max-width: 767px) {
  .products-dimension {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .products-dimension--mc174c .products-dimension__item--01,
  .products-dimension--mc174c .products-dimension__item--02,
  .products-dimension--mc285c-3 .products-dimension__item--01,
  .products-dimension--mc285c-3 .products-dimension__item--02,
  .products-dimension--mc305c-3 .products-dimension__item--01,
  .products-dimension--mc305c-3 .products-dimension__item--02,
  .products-dimension--mc405c-3 .products-dimension__item--01,
  .products-dimension--mc405c-3 .products-dimension__item--02,
  .products-dimension--mk1033cw-1 .products-dimension__item--01,
  .products-dimension--mk1033cw-1 .products-dimension__item--02,
  .products-dimension--cc423s-1 .products-dimension__item--01,
  .products-dimension--cc423s-1 .products-dimension__item--02,
  .products-dimension--cc985s-1 .products-dimension__item--01,
  .products-dimension--cc985s-1 .products-dimension__item--02,
  .products-dimension--cc1485s-1 .products-dimension__item--01,
  .products-dimension--cc1485s-1 .products-dimension__item--02,
  .products-dimension--bm545m-3 .products-dimension__item--01,
  .products-dimension--bm545m-3 .products-dimension__item--02,
  .products-dimension--fc560s .products-dimension__item--01,
  .products-dimension--fc560s .products-dimension__item--02,
  .products-dimension--mc285cb-3 .products-dimension__item--01,
  .products-dimension--mc285cb-3 .products-dimension__item--02,
  .products-dimension--mc305cb-3 .products-dimension__item--01,
  .products-dimension--mc305cb-3 .products-dimension__item--02,
  .products-dimension--mc054c .products-dimension__item--01,
  .products-dimension--mc054c .products-dimension__item--02,
  .products-dimension--mc055c .products-dimension__item--01,
  .products-dimension--mc055c .products-dimension__item--02,
  .products-dimension--cc1485g-1 .products-dimension__item--01,
  .products-dimension--cc1485g-1 .products-dimension__item--02,
  .products-dimension--cc1908s-1 .products-dimension__item--01,
  .products-dimension--cc1908s-1 .products-dimension__item--02 {
    width: 100%;
    text-align: center;
  }

  .products-dimension__item--02 {
    margin-top: 30px;
  }
}

.products-dimension-text {
  margin-top: calc(40 / 1200 * 100%);
  text-align: center;
  font-size: 2rem;
}

@media screen and (max-width: 999px) {
  .products-dimension-text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .products-dimension-text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 499px) {
  .products-dimension-text {
    font-size: 1.4rem;
  }
}

.products-gallery {
  position: relative;
  margin-top: 41px;
  min-height: 632px;
  padding-bottom: 60px;
}

@media screen and (max-width: 499px) {
  .products-gallery {
    min-height: 380px;
    padding-bottom: 30px;
  }
}

.product-feature-heading01 {
  margin-top: 42px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.33333;
}

.product-feature-heading01--center {
  text-align: center;
}

@media (max-width: 1229px) {
  .product-feature-heading01 {
    font-size: calc(36vw * 100 / 1229);
  }
}

@media screen and (max-width: 767px) {
  .product-feature-heading01 {
    font-size: 1.8rem;
  }
}

.product-feature-heading02 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.33333;
}

.product-feature-heading02 span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.33333;
}

.product-feature-heading02--center {
  margin-bottom: 1.25em;
  text-align: center;
}

.product-feature-heading02--margin {
  margin-top: 50px;
}

@media (max-width: 1229px) {
  .product-feature-heading02 {
    font-size: calc(30vw * 100 / 1229);
  }

  .product-feature-heading02 span {
    font-size: calc(20vw * 100 / 1229);
  }
}

@media screen and (max-width: 767px) {
  .product-feature-heading02 {
    font-size: 1.6rem;
  }

  .product-feature-heading02 span {
    font-size: 1.1rem;
  }
}

.product-feature-heading03 {
  margin-top: 42px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.33333;
}

.product-feature-heading03--center {
  margin-bottom: 1.25em;
  text-align: center;
}

@media (max-width: 1229px) {
  .product-feature-heading03 {
    font-size: calc(24vw * 100 / 1229);
  }
}

@media screen and (max-width: 767px) {
  .product-feature-heading03 {
    font-size: 1.6rem;
  }
}

.product-feature-heading04 {
  margin-top: 36px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.33333;
}

.product-feature-heading04--center {
  margin-bottom: 1.25em;
  text-align: center;
}

@media (max-width: 1229px) {
  .product-feature-heading04 {
    font-size: calc(20vw * 100 / 1229);
  }
}

@media screen and (max-width: 767px) {
  .product-feature-heading04 {
    margin-top: 18px;
    font-size: 1.5rem;
  }
}

.product-feature-text {
  margin-top: 42px;
  text-align: center;
  font-size: 1.8rem;
  color: #666;
}

@media screen and (max-width: 767px) {
  .product-feature-text {
    font-size: 1.4rem;
  }
}

.product-feature-text02 {
  margin-top: 3px;
  text-align: center;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .product-feature-text02 {
    font-size: 1.6rem;
  }
}

.product-feature-icon01 {
  margin-bottom: 1.5em;
}

.product-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(100 / 1200 * 100%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-feature--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.product-feature__item {
  width: 50%;
}

.product-feature__item--body {
  padding-left: calc(100 / 1200 * 100%);
  padding-right: calc(100 / 1200 * 100%);
}

.product-feature__item--body2 {
  padding-left: 0;
  padding-right: calc(100 / 1200 * 100%);
}

.product-feature--reverse .product-feature__item--body2 {
  padding-left: calc(100 / 1200 * 100%);
  padding-right: 0;
}

.product-feature__text {
  margin-top: 22px;
}

.product-feature__text03 {
  margin-top: 42px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .product-feature__text03 {
    font-size: 1.3rem;
    margin-top: 22px;
  }
}

product-feature__text03--center {
  text-align: center;
}

.product-feature__note {
  padding-left: 1em;
  font-size: 1.4rem;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .product-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .product-feature__item {
    width: 100%;
  }

  .product-feature__item--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-feature__item--body {
    max-width: 600px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .product-feature--reverse .product-feature__item--body2 {
    padding-left: 0;
    padding-right: 0;
  }
}

.cargo-cranes-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cargo-cranes-row__image {
  width: calc(220 / 500 * 100%);
  font-size: 1.4rem;
  line-height: 1.2;
}

.cargo-cranes-row__image img {
  margin-bottom: 8px;
}

@media screen and (max-width: 499px) {
  .cargo-cranes-row__image {
    font-size: 1rem;
  }
}

.cargo-cranes-row__body {
  width: calc(260 / 500 * 100%);
}

.product-feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.product-feature-list__item {
  max-width: 573px;
  width: calc(573 / 1200 * 100%);
}

.product-feature-list__item:nth-child(n + 3) {
  margin-top: calc(70 / 1200 * 100%);
}

.product-feature-list__movie {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.product-feature-list__movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.product-feature-list__text {
  margin-top: 13px;
  font-size: 1.8rem;
}

@media screen and (max-width: 999px) {
  .product-feature-list__text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .product-feature-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-feature-list__item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .product-feature-list__item:nth-child(n + 2) {
    margin-top: calc(70 / 1200 * 100%);
  }

  .product-feature-list__text {
    font-size: 1.4rem;
  }
}

.product-feature-list-single {
  margin-top: 50px;
}

.product-feature-list-single--top-wide {
  margin-top: calc(100 / 1200 * 100%);
}

.product-feature-list-single__item:nth-child(n + 2) {
  margin-top: calc(70 / 1200 * 100%);
}

.product-feature-list-single__movie {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.product-feature-list-single__movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.product-feature-list-single__text {
  margin-top: 13px;
  font-size: 1.8rem;
}

@media screen and (max-width: 999px) {
  .product-feature-list-single__text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .product-feature-list-single__text {
    font-size: 1.4rem;
  }
}

.product-feature-new-function {
  display: inline-block;
  width: 77px;
  margin-left: 5px;
  border: 1px solid #c00;
  border-radius: 5px;
  vertical-align: 1px;
  text-align: center;
  line-height: 24px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #c00;
}

@media screen and (max-width: 499px) {
  .product-feature-new-function {
    line-height: 20px;
  }
}

.slider-photos {
  width: 100%;
  max-width: 600px;
}

.slider-photos .slick-dots {
  bottom: -40px;
}

@media (max-width: 1229px) {
  .slider-photos .slick-dots {
    bottom: calc(-40vw * 100 / 1229);
  }
}

@media screen and (max-width: 767px) {
  .slider-photos {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}

/* -----------------------------------------------------------
MK3053C
------------------------------------------------------------ */

/* -------------
STYLE
---------------- */

.zoom-thumbs--mk3053c {
  height: 330px;
  width: 170px;
}

.zoom-thumbs__item--mk3053c::after, .zoom-thumbs__item--mk3053c::before {
  margin-left: 26px;
  margin-top: -35px;
}

/* -------------
FEATURE
---------------- */

.product-feature--rows {
  margin-top: calc(100 / 1200 * 100%);
}

.product-feature--rows .product-feature__item--body {
  padding-left: initial;
  padding-right: initial;
  margin-left: initial;
  margin-right: initial;
  width: 100%;
  text-align: center;
}

.contents-mk3053c .product-feature--rows .product-feature-lifting {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 2rem;
}

.contents-mk3053c .product-feature-lifting__item {
  background-color: #e5e5e5;
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 20px;
}

.product-feature-lifting__title {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-feature-lifting__text .sub-title {
  font-weight: 500;
  margin-right: 1rem;
}

.product-feature-lifting__text .number {
  font-size: 3rem;
  font-weight: 700;
}

.product-feature-lifting__image {
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .contents-mk3053c .product-feature--rows .product-feature-lifting {
    flex-direction: column;
  }
  .contents-mk3053c .product-feature-lifting__item {
    width: 100%;
  }
}

/* ----------------------------------------------------------- */

.option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(50 / 1000 * 100%);
}

.option-list__item {
  width: calc(184 / 1000 * 100%);
  margin-left: calc(10 / 1000 * 100%);
  margin-right: calc(10 / 1000 * 100%);
  font-size: 1.4rem;
}

.option-list__item:nth-of-type(n + 6) {
  margin-top: 42px;
}

.option-list__item:nth-of-type(5n) {
  margin-right: 0;
}

.option-list__item:nth-of-type(5n + 1) {
  margin-left: 0;
}

.option-list__item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.option-list__item > span {
  display: block;
  margin-top: 10px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .option-list__item {
    width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1.2rem;
  }

  .option-list__item:nth-of-type(n + 4) {
    margin-top: 30px;
  }

  .option-list__item:nth-of-type(5n),
  .option-list__item:nth-of-type(5n + 1) {
    margin-left: 5%;
    margin-right: 5%;
  }

  .option-list__item:nth-of-type(3n),
  .option-list__item:nth-of-type(3n + 1) {
    margin-left: 0;
    margin-right: 0;
  }
}

/* =================================
 Products > applications
================================= */
.jumbotron-applications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 623px;
  background: url(/assets/img/products/applications/jumbotron_bg.jpg) center top no-repeat;
  background-size: cover;
  color: #fff;
}

.jumbotron-applications__heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

.jumbotron-applications__heading::after {
  display: block;
  content: attr(data-en-text);
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 8.7rem;
  line-height: 1;
}

.jumbotron-applications__text {
  margin-top: 4px;
  font-size: 1.8rem;
  font-weight: 500;
}

.jumbotron-applications__text br {
  display: none;
}

@media (max-width: 1199px) {
  .jumbotron-applications__heading::after {
    font-size: calc(87vw * 100 / 1199);
  }

  .jumbotron-applications__text {
    font-size: calc(18vw * 100 / 1199);
  }
}

@media screen and (max-width: 999px) {
  .jumbotron-applications {
    height: calc(623vw * 100 / 999);
  }

  .jumbotron-applications__heading::after {
    font-size: calc(87vw * 100 / 999);
  }

  .jumbotron-applications__text {
    font-size: calc(18vw * 100 / 999);
  }
}

@media screen and (max-width: 767px) {
  .jumbotron-applications__heading {
    font-size: calc(24vw * 100 / 999);
  }

  .jumbotron-applications__text {
    font-size: calc(18vw * 100 / 767);
    text-align: center;
  }

  .jumbotron-applications__text br {
    display: inline-block;
  }
}

.applications-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1230px;
  margin-top: calc(90 / 1920 * 100%);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(100 / 1920 * 100%);
  padding-left: calc(3 / 1230 * 100%);
  padding-right: calc(3 / 1230 * 100%);
  counter-reset: nav;
}

.applications-nav__item {
  width: calc(220 / 1224 * 100%);
  max-width: 220px;
  margin-left: calc(12 / 1224 * 100%);
  margin-right: calc(12 / 1224 * 100%);
}

.applications-nav__item:nth-of-type(n + 6) {
  margin-top: calc(40 / 1224 * 100%);
}

.applications-nav__link {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #333;
}

.applications-nav__image {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.applications-nav__image::before {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: calc(50% - 19px);
  top: calc(50% - 19px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background: #000;
  border-radius: 50%;
  counter-increment: nav;
  content: counter(nav);
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  z-index: 1;
}

.applications-nav__image::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.32s background-color;
  transition: 0.32s background-color;
}

.applications-nav__image img {
  -webkit-transition: 0.32s -webkit-transform;
  transition: 0.32s -webkit-transform;
  transition: 0.32s transform;
  transition: 0.32s transform, 0.32s -webkit-transform;
}

.applications-nav__link:hover .applications-nav__image::after {
  background: rgba(255, 255, 255, 0.8);
}

.applications-nav__link:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.applications-nav__text {
  margin-top: 8px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .applications-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .applications-nav__item {
    width: calc(220 / 767 * 100%);
    margin-left: calc(12 / 767 * 100%);
    margin-right: calc(12 / 767 * 100%);
  }

  .applications-nav__item:nth-of-type(n + 4) {
    margin-top: calc(40 / 767 * 100%);
  }

  .applications-nav__image::before {
    width: calc(38vw * 100 / 767);
    height: calc(38vw * 100 / 767);
    top: calc(50% - (38vw * 100 / 767) / 2);
    left: calc(50% - (38vw * 100 / 767) / 2);
    font-size: calc(18vw * 100 / 767);
  }

  .applications-nav__text {
    font-size: 1.2rem;
  }
}

.application-entries {
  counter-reset: applications;
}

.application-entries__item {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.application-entries__item:nth-of-type(odd) {
  background: #fafafa;
}

.application-entries__item::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  background: #000;
  border-radius: 50%;
  counter-increment: applications;
  content: counter(applications);
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 2.8rem;
  line-height: 1;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.application-entries__title {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 4.2rem;
}

.application-entries__text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #808080;
}

@media screen and (max-width: 767px) {
  .application-entries__item {
    padding-top: calc(100vw * 100 / 767);
    padding-bottom: calc(100vw * 100 / 767);
  }

  .application-entries__title {
    font-size: calc(42vw * 100 / 767);
  }

  .application-entries__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 499px) {
  .application-entries__item::before {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
}

.application-gallery {
  position: relative;
  margin-top: 41px;
  min-height: 632px;
  padding-bottom: 60px;
  text-align: left;
}

@media screen and (max-width: 999px) {
  .application-gallery {
    min-height: 532px;
  }
}

@media screen and (max-width: 767px) {
  .application-gallery {
    min-height: 432px;
  }
}

@media screen and (max-width: 499px) {
  .application-gallery {
    margin-top: 20px;
    min-height: 332px;
  }
}

.page-lead {
  padding: 95px 15px;
  background: #f5f5f5;
}

.page-lead__text {
  line-height: 1.88889;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 999px) {
  .page-lead {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-lead__text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .page-lead__text {
    font-size: 1.4rem;
  }
}

.wide-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wide-2col + .wide-2col {
  margin-top: 46px;
}

.wide-2col--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wide-2col__item {
  width: 50%;
}

.wide-2col__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: calc(260vw * 100 / 1920);
  padding-right: calc(100vw * 100 / 1920);
}

.wide-2col--reverse .wide-2col__body {
  padding-right: calc(260vw * 100 / 1920);
  padding-left: calc(100vw * 100 / 1920);
}

.wide-2col__heading01 {
  font-size: 3.6rem;
  font-weight: bold;
}

.wide-2col__heading02 {
  font-size: 1.8rem;
  font-weight: bold;
}

.wide-2col__heading02:not(:first-child) {
  margin-top: 1.2em;
}

.wide-2col__text {
  margin-top: 1.8em;
}

@media (max-width: 1199px) {
  .wide-2col__heading01 {
    font-size: calc(36vw * 100 / 1199);
  }
}

@media screen and (max-width: 999px) {
  .wide-2col__heading02 {
    font-size: 1.6rem;
  }

  .wide-2col__heading02:not(:first-child) {
    margin-top: calc(15vw * 100 / 999);
  }

  .wide-2col__text {
    margin-top: calc(15vw * 100 / 999);
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .wide-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wide-2col__item {
    width: 100%;
  }

  .wide-2col__body,
  .wide-2col--reverse .wide-2col__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wide-2col__body {
    margin-top: calc(20vw * 100 / 767);
  }

  .wide-2col__heading01 {
    font-size: 1.8rem;
  }

  .wide-2col__heading02 {
    font-size: 1.4rem;
  }

  .wide-2col__heading02:not(:first-child) {
    margin-top: calc(10vw * 100 / 767);
  }

  .wide-2col__text {
    margin-top: calc(10vw * 100 / 767);
    font-size: 1.4rem;
  }
}

/* =================================
 Products > gallery
================================= */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery__item {
  width: 20%;
}

.gallery__link {
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery p::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
  -webkit-transition: 0.4s background-color;
  transition: 0.4s background-color;
}

.gallery__link:hover p::before {
  background: rgba(255, 255, 255, 0.79);
}

.gallery img {
  width: 100%;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery__link:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(64 / 384 * 100%);
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
}

.gallery__link:hover svg {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
  transform: translateX(-50%) translateY(-50%) scale(0.9);
}

.gallery__arrow {
  fill: rgba(255, 255, 255, 0.75);
  -webkit-transition: 0.4s fill;
  transition: 0.4s fill;
}

.gallery__link:hover .gallery__arrow {
  fill: black;
}

@media screen and (max-width: 999px) {
  .gallery__item {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .gallery__item {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 499px) {
  .gallery__item {
    width: 50%;
  }
}

/* =================================
 Products > Other
================================= */
.products-others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1230px;
  margin: 60px auto 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.products-others::after {
  display: block;
  content: "";
  width: calc(365 / 1200 * 100%);
}

.products-others__item {
  position: relative;
  width: calc(365 / 1200 * 100%);
}

.products-others__item:nth-of-type(n + 4) {
  margin-top: 44px;
}

.products-others__link {
  display: block;
  text-decoration: none;
  line-height: 1.875;
  color: #333;
  -webkit-transition: 0.32s color;
  transition: 0.32s color;
}

.products-others__link:hover {
  text-decoration: underline;
  color: #0f99ad;
}

.products-others__caption {
  margin-top: 11px;
}

.products-others-button {
  margin-top: 150px;
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.products-others-button__link {
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 1px solid rgba(15, 94, 173, 0.5);
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0f5ead;
  -webkit-transition: 0.32s color, 0.32s background-color, 0.32s border-color;
  transition: 0.32s color, 0.32s background-color, 0.32s border-color;
}

.products-others-button__link:hover {
  background: #0f5ead;
  border-color: #0f5ead;
  color: #fff;
}

/* =================================
 Products > support
================================= */
.support-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 15px 100px;
}

.support-index::after {
  content: "";
  display: block;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.support-index__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(400 / 1280 * 100%);
}

.support-index__image {
  position: relative;
}

.support-index__image::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
}

.support-index__item:nth-of-type(1) .support-index__image::before {
  background-image: url(/assets/img/support/img01_hover.png);
}

.support-index__item:nth-of-type(2) .support-index__image::before {
  background-image: url(/assets/img/support/img02_hover.png);
}

.support-index__item:nth-of-type(3) .support-index__image::before {
  background-image: url(/assets/img/support/img03_hover.png);
}

.support-index__image img {
  -webkit-transition: 0.32s opacity;
  transition: 0.32s opacity;
}

.support-index__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 72px;
  background: #ecf0f4;
  text-align: center;
  text-decoration: none;
  font-size: 2.6rem;
  font-weight: bold;
  color: #333;
  -webkit-transition: 0.32s background-color, 0.32s color;
  transition: 0.32s background-color, 0.32s color;
}

.support-index__link:hover {
  background: #1159a1;
  color: #fff;
}

.support-index__link:hover .support-index__image::before {
  opacity: 1;
}

.support-index__link:hover img {
  opacity: 0;
}

.support-index__title {
  margin-top: 28px;
}

@media (max-width: 1280px) {
  .support-index__item {
    width: calc(385vw * 100 / 1280);
  }

  .support-index__link {
    height: calc(385vw * 100 / 1280);
  }

  .support-index__title {
    margin-top: calc(28vw * 100 / 1200);
  }
}

@media (max-width: 1200px) {
  .support-index__image {
    width: calc(180vw * 100 / 1200);
  }
}

@media screen and (max-width: 999px) {
  .support-index__link {
    font-size: calc(26vw * 100 / 1000);
  }
}

@media screen and (max-width: 767px) {
  .support-index__item {
    width: 48%;
  }

  .support-index__item:nth-of-type(n + 3) {
    margin-top: 30px;
  }

  .support-index__link {
    font-size: calc(18vw * 100 / 499);
  }
}

.support-index-button {
  margin-top: 50px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.support-index-button__link {
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 1px solid rgba(15, 94, 173, 0.5);
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0f5ead;
  -webkit-transition: 0.32s color, 0.32s background-color, 0.32s border-color;
  transition: 0.32s color, 0.32s background-color, 0.32s border-color;
}

.support-index-button__link:hover {
  background: #0f5ead;
  border-color: #0f5ead;
  color: #fff;
}

.maintenance-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5em;
  font-size: 1.8rem;
}

.maintenance-box01__image {
  width: 190px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.maintenance-box01__text {
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .maintenance-box01__text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 499px) {
  .maintenance-box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .maintenance-box01__image {
    width: 100%;
    text-align: center;
  }

  .maintenance-box01__text {
    font-size: 1.4rem;
  }
}

.faq-link {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.32s color;
  transition: 0.32s color;
}

.faq-link:hover {
  text-decoration: underline;
  color: #0f5ead;
}

.faq-button {
  width: 150px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.faq-button__link {
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 1px solid rgba(15, 94, 173, 0.5);
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0f5ead;
}

.faq-button-index {
  width: 150px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.faq-button-index__link {
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 1px solid rgba(15, 94, 173, 0.5);
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0f5ead;
  -webkit-transition: 0.32s background-color, 0.32s color;
  transition: 0.32s background-color, 0.32s color;
}

.faq-button-index__link:hover {
  background: #0f5ead;
  color: #fff;
}

@media screen and (max-width: 999px) {
  .faq-button-index {
    margin-top: calc(100vw * 100 / 1000);
  }
}

.faq-entry {
  margin-top: 20px;
}

.faq-entry__title {
  position: relative;
  margin-bottom: 1px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 86px;
  font-size: 2rem;
  font-weight: 500;
}

.faq-entry__title::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 0.233333em;
  content: "Q";
  width: 40px;
  height: 40px;
  background: #1159a1;
  border-radius: calc(5 / 40 * 100%);
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #fff;
}

.faq-entry__title::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background: #d6dade;
}

.faq-entry__body {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 86px;
  font-size: 2rem;
}

.faq-entry__body::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 0.233333em;
  content: "A";
  width: 40px;
  height: 40px;
  background: #d46b7a;
  border-radius: calc(5 / 40 * 100%);
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #fff;
}

.faq-entry__body p:not(:first-child) {
  margin-top: 0.65em;
}

.faq-entry__body ul:not([class]) {
  margin-top: 0.65em;
  font-size: 1.8rem;
}

.faq-entry__body li:not(:first-child) {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #d6dade;
  text-indent: -1em;
  padding-left: 1em;
}

.faq-entry__body strong {
  font-weight: bold;
}

@media screen and (max-width: 999px) {
  .faq-entry__title,
  .faq-entry__body {
    font-size: 1.8rem;
  }

  .faq-entry__title::before,
  .faq-entry__body::before {
    top: 0.165em;
  }
}

@media screen and (max-width: 767px) {
  .faq-entry__title,
  .faq-entry__body {
    padding-left: 60px;
    font-size: 1.6rem;
  }

  .faq-entry__title::before,
  .faq-entry__body::before {
    top: 0.55em;
    left: 10px;
    width: 28px;
    height: 28px;
    font-size: 1.6rem;
  }

  .faq-entry__title ul:not([class]),
  .faq-entry__body ul:not([class]) {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 499px) {
  .faq-entry__title,
  .faq-entry__body {
    padding-left: 50px;
    font-size: 1.4rem;
  }

  .faq-entry__title::before,
  .faq-entry__body::before {
    top: 0.55em;
    left: 10px;
    width: 28px;
    height: 28px;
    font-size: 1.2rem;
  }

  .faq-entry__title ul:not([class]),
  .faq-entry__body ul:not([class]) {
    font-size: 1.4rem;
  }
}

/* =================================
 SALES OFFICE
================================= */
.sales-office-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px 150px;
}

.sales-office-index__col01,
.sales-office-index__col02 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ecf0f4;
  text-align: center;
}

.sales-office-index__col01-01,
.sales-office-index__col01-02 {
  width: 50%;
}

.sales-office-index__col01-02 {
  border-left: 1px solid #d5dde5;
}

.sales-office-index__col02-01,
.sales-office-index__col02-02 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #d5dde5;
}

.sales-office-index__title {
  padding-top: 17px;
  padding-bottom: 17px;
  background: #0f5ead;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.sales-office-index__title--01 {
  width: 100%;
}

.sales-office-index__link {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  overflow: hidden;
}

.sales-office-index__subtitle {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0f5ead;
}

.sales-office-index__button {
  position: relative;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #0f5ead;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  line-height: 1;
  color: #fff;
  -webkit-transition: 0.32s background-color;
  transition: 0.32s background-color;
}

.sales-office-index__image img {
  -webkit-transition: 0.32s -webkit-transform;
  transition: 0.32s -webkit-transform;
  transition: 0.32s transform;
  transition: 0.32s transform, 0.32s -webkit-transform;
}

.sales-office-index__link:hover .sales-office-index__button {
  background: #2a7fd4;
}

.sales-office-index__link:hover .sales-office-index__image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 1200px) {
  .sales-office-index__subtitle {
    font-size: calc(24vw * 100 / 1200);
  }

  .sales-office-index__button {
    font-size: calc(18vw * 100 / 1200);
  }
}

@media screen and (max-width: 999px) {
  .sales-office-index__title {
    padding-top: calc(17vw * 100 / 1000);
    padding-bottom: calc(17vw * 100 / 1000);
    font-size: calc(20vw * 100 / 1000);
  }

  .sales-office-index__button {
    width: calc(200vw * 100 / 1000);
  }
}

@media screen and (max-width: 767px) {
  .sales-office-index {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sales-office-index__title {
    font-size: 1.6rem;
  }

  .sales-office-index__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    font-size: 1.4rem;
  }

  .sales-office-index__link {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .sales-office-index__col01,
  .sales-office-index__col02 {
    width: 100%;
  }

  .sales-office-index__col02 {
    margin-top: calc(40vw * 100 / 767);
  }

  .sales-office-index__button {
    width: 120px;
    font-size: 1.3rem;
  }
}

.sales-table {
  width: 100%;
  margin-top: 20px;
}

.sales-table__col01 {
  width: 120px;
}

.sales-table__col03,
.sales-table__col04 {
  width: 140px;
}

.sales-table__col05 {
  width: 90px;
}

.sales-table thead th {
  background: #ecf0f4;
  text-align: left;
}

.sales-table th,
.sales-table td {
  padding: 10px;
  border: 1px solid #d6dade;
}

.sales-table__link {
  display: inline-block;
  width: 70px;
  background: #0f99ad;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  line-height: 30px;
  color: #fff;
  -webkit-transition: 0.32s background-color;
  transition: 0.32s background-color;
}

.sales-table__link:hover {
  background: #00b7d1;
}

@media screen and (max-width: 767px) {
  .sales-table {
    display: block;
    border-top: 1px solid #d6dade;
  }

  .sales-table__col01,
  .sales-table__col02,
  .sales-table__col03,
  .sales-table__col04,
  .sales-table__col05 {
    width: auto;
  }

  .sales-table thead {
    display: none;
  }

  .sales-table tbody,
  .sales-table tr,
  .sales-table th,
  .sales-table td {
    display: block;
    width: 100%;
  }

  .sales-table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border-top: none;
  }

  .sales-table td::before {
    -webkit-box-flex: 0.5;
    -ms-flex: 0.5;
    flex: 0.5;
    content: attr(data-sm-text);
    padding: 5px 10px;
    border-right: 1px solid #d6dade;
    background: #ecf0f4;
  }

  .sales-table td span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    padding: 5px 10px;
  }
}

.sales-table-heading {
  padding-top: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1;
}

.sales-office-text {
  margin-top: 12px;
}

/* =================================
 COMPANY
================================= */
.officers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.officers__item {
  width: 49%;
}

.officers__item:nth-of-type(n + 3) {
  margin-top: 40px;
}

.officers__position {
  margin-top: 13px;
  line-height: 1.5;
}

.officers__name {
  line-height: 1.5;
  font-size: 2.4rem;
}

.officers__name-small {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .officers__item:nth-of-type(n + 3) {
    margin-top: calc(40 / 1000 * 100%);
  }

  .officers__name {
    font-size: calc(24vw * 100 / 767);
  }

  .officers__name-small {
    font-size: calc(16vw * 100 / 767);
  }
}

@media screen and (max-width: 499px) {
  .officers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .officers__item {
    width: 100%;
  }

  .officers__item:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .officers__name {
    font-size: calc(24vw * 100 / 499);
  }

  .officers__name-small {
    font-size: calc(16vw * 100 / 499);
  }
}

.officers-table {
  margin-top: 56px;
  width: 100%;
  font-size: 1.8rem;
}

.officers-table tr:not(:first-child) {
  border-top: 1px solid #d6dade;
}

.officers-table__col01 {
  width: 166px;
}

.officers-table__col02 {
  width: 292px;
}

.officers-table td {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 12px;
}

@media screen and (max-width: 767px) {
  .officers-table {
    font-size: 1.5rem;
  }

  .officers-table .officers-table__col01 {
    width: 105px;
  }

  .officers-table .officers-table__col02 {
    width: 215px;
  }
}

@media screen and (max-width: 499px) {
  .officers-table {
    font-size: 1.3rem;
  }

  .officers-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .officers-table td {
    padding: 0;
  }

  .officers-table td:first-child {
    width: 100%;
  }
}

.organization-table {
  width: 100%;
  margin-top: 40px;
}

.organization-table__col07 {
  width: 90px;
}

.organization-table thead th {
  background: #ecf0f4;
}

.organization-table th,
.organization-table td {
  padding: 10px 20px;
  border: 1px solid #d6dade;
  text-align: left;
}

.organization-table__vertical {
  display: block;
  width: 1em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}

.organization-table__link {
  display: block;
  width: 70px;
  background: #0f99ad;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 30px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .organization-table th,
  .organization-table td {
    padding: 10px;
  }
}

@media screen and (max-width: 499px) {
  .organization-table {
    display: block;
  }

  .organization-table thead,
  .organization-table tbody,
  .organization-table tr,
  .organization-table th,
  .organization-table td {
    display: block;
  }

  .organization-table thead {
    display: none;
  }

  .organization-table tr {
    margin-top: 10px;
    border-bottom: 1px solid #d6dade;
  }

  .organization-table__vertical {
    width: auto;
    margin-left: 0;
    line-height: 1.75;
  }

  .organization-table td[rowspan="3"],
  .organization-table td[rowspan="2"],
  .organization-table td[colspan="2"] {
    margin-top: 40px;
    margin-bottom: 10px;
    border: 1px solid #d6dade;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
  }

  .organization-table td[data-sm-text] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: none;
  }

  .organization-table td[data-sm-text]::before {
    display: block;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-right: 5px;
    padding: 5px;
    border-right: 1px solid #d6dade;
    background: #ecf0f4;
    content: attr(data-sm-text);
    width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.company-calendar .heading02 {
  margin-top: 40px;
}

.company-calendar .heading02:not(:first-child) {
  margin-top: 80px;
}

/* IR */
.banner-finance {
  position: relative;
  margin-top: 40px;
  height: 356px;
  overflow: hidden;
}

.banner-finance__link {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.banner-finance__bg {
  position: absolute;
  left: calc(50% - 500px);
  top: 0;
}

.banner-finance__bg > img {
  width: 100%;
  height: 356px;
}

.banner-finance__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: calc(50% - 110px);
  top: calc(50% - 110px);
  width: 221px;
  height: 221px;
  border: 2px solid #fff;
}

.banner-finance__icon {
  padding-top: 7px;
}

.banner-finance__title {
  margin-top: 10px;
  font-size: 1.4rem;
}

@media screen and (max-width: 499px) {
  .banner-finance {
    height: 270px;
  }

  .banner-finance__bg > img {
    height: 270px;
  }

  .banner-finance__body {
    left: calc(50% - 90px);
    top: calc(50% - 90px);
    width: 180px;
    height: 180px;
  }

  .banner-finance__title {
    font-size: 1.2rem;
  }
}

.ir-adobe-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ir-adobe-banner__image {
  width: 190px;
  min-width: 190px;
}

@media screen and (max-width: 499px) {
  .ir-adobe-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ir-adobe-banner__image {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}

/* publicnotice */
.publicnotice-body img {
  display: block;
  border: 1px solid #d8dce0;
}

/* csr */
.csr-main {
  margin-top: 1.75em;
}

.csr-main-title {
  margin-top: 10px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 499px) {
  .csr-main-title {
    font-size: 1.8rem;
  }
}

.csr-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.csr-entries::after {
  content: "";
  display: block;
  width: calc(307 / 1000 * 100%);
}

.csr-entries__item {
  width: calc(307 / 1000 * 100%);
}

.csr-entries__item:nth-of-type(n + 4) {
  margin-top: 44px;
}

.csr-entries__title {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 499px) {
  .csr-entries__item {
    width: 47.5%;
  }

  .csr-entries__item:nth-of-type(n + 3) {
    margin-top: calc(44vw * 100 / 500);
  }

  .csr-entries__title {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}

.csr-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: calc(70 / 1000 * 100%);
  padding-bottom: calc(70 / 1000 * 100%);
  background: #ecf0f4;
}

.csr-link img {
  display: block;
  border: 1px solid #d7dbdf;
  width: calc(337 / 1000 * 100%);
}

/* =================================
 MAEDA BRAND
================================= */
.brand-section01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.brand-section01__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(960vw * 100 / 1920);
  text-align: center;
}

.brand-section01__item--01 {
  padding-left: 15px;
  padding-right: 15px;
}

.brand-section01__item--02 {
  padding-left: 15px;
  padding-right: 15px;
  background: #1f6bb8;
  font-size: 2rem;
  color: #fff;
}

@media (max-width: 1280px) {
  .brand-section01__item {
    font-size: calc(20vw * 100 / 1280);
  }
}

@media screen and (max-width: 767px) {
  .brand-section01__item {
    font-size: 1.4rem;
  }

  .brand-section01 br {
    display: none;
  }
}

@media screen and (max-width: 499px) {
  .brand-section01__item {
    font-size: 1rem;
  }
}

.brand-section02 {
  padding: 200px 15px;
  background: #fbfbfb;
  text-align: center;
}

@media (max-width: 1400px) {
  .brand-section02 {
    padding-top: calc(200vw * 100 / 1400);
    padding-bottom: calc(200vw * 100 / 1400);
  }
}

.brand-section03 {
  padding-bottom: 250px;
}

.brand-section03__item {
  width: 100%;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

.brand-section03__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 1430px) {
  .brand-section03__item {
    padding-top: calc(150vw * 100 / 1430);
  }
}

@media screen and (max-width: 999px) {
  .brand-section03__title {
    font-size: calc(24vw * 100 / 1000);
  }
}

@media screen and (max-width: 767px) {
  .brand-section03 {
    padding-bottom: calc(250vw * 100 / 768);
  }
}

.brand-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 92px;
}

.brand-links__item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0;
  padding-top: calc(466 / 1400 * 100%);
}

.brand-links__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  pointer-events: none;
}

.brand-links__link--01 {
  background-image: url(/assets/img/brand/img03.jpg);
}

.brand-links__link--02 {
  background-image: url(/assets/img/brand/img04.jpg);
}

.brand-links__link--03 {
  background-image: url(/assets/img/brand/img05.jpg);
}

.brand-links__link--04 {
  background-image: url(/assets/img/brand/img06.jpg);
}

.brand-links__link--05 {
  background-image: url(/assets/img/brand/img07.jpg);
}

.brand-links__link--06 {
  background-image: url(/assets/img/brand/img08.jpg);
}

.brand-links__link--07 {
  background-image: url(/assets/img/brand/img09.jpg);
}

.brand-links__link--08 {
  background-image: url(/assets/img/brand/img10.jpg);
}

.brand-links__link--09 {
  background-image: url(/assets/img/brand/img11.jpg);
}

.brand-links__title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.brand-links__title--small {
  font-size: 3.6rem;
}

.brand-links__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 200px;
  margin-top: 20px;
  background: #0f5ead;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  line-height: 1;
  color: #fff;
  pointer-events: all;
}

@media (max-width: 1430px) {
  .brand-links {
    margin-top: calc(92vw * 100 / 1430);
  }

  .brand-links__title {
    font-size: calc(36vw * 100 / 1430);
  }
}

@media screen and (max-width: 999px) {
  .brand-links__button {
    width: calc(200vw * 100 / 1000);
  }
}

@media screen and (max-width: 767px) {
  .brand-links__button {
    height: calc(40vw * 100 / 768);
    margin-top: calc(20vw * 100 / 768);
    font-size: calc(14vw * 100 / 768);
  }
}

@media screen and (max-width: 499px) {
  .brand-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .brand-links__item {
    width: 100%;
  }

  .brand-links__link {
    pointer-events: all;
  }
}

/* inline modaal */
.brand-modaal .modaal-content-container {
  padding: 0;
}

.brand-modaal .modaal-container {
  max-width: 1100px;
}

.brand-modaal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.brand-modaal-content__item01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(545 / 1100 * 100%);
  padding-left: calc(105 / 1100 * 100%);
  padding-right: calc(105 / 1100 * 100%);
}

.brand-modaal-content__item02 {
  position: relative;
  width: calc(555 / 1100 * 100%);
  height: 0;
  padding-top: 61.81818%;
  background: #000;
  overflow: hidden;
}

.brand-modaal-content__title {
  font-size: 2.4rem;
  font-weight: bold;
}

.brand-modaal-content__text {
  margin-top: calc(34 / 334 * 100%);
  font-size: 1.8rem;
}

.brand-modaal-content__close {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #0f5ead;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.brand-modaal-content__close::before,
.brand-modaal-content__close::after {
  position: absolute;
  left: 9px;
  content: "";
  display: block;
  width: 21px;
  height: 1px;
  background: #fff;
}

.brand-modaal-content__close::before {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.brand-modaal-content__close::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

@media screen and (max-width: 999px) {
  .brand-modaal-content__text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 499px) {
  .brand-modaal-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brand-modaal-content__item01 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-modaal-content__item02 {
    width: 100%;
    padding-top: 96%;
    padding-left: 15%;
    padding-right: 15%;
    background: none;
  }

  .brand-modaal-content__title {
    padding-top: 10px;
    font-size: 1.6rem;
  }

  .brand-modaal-content__text {
    margin-top: 10px;
    font-size: 1.2rem;
  }

  .brand-modaal-content__close {
    left: auto;
    right: 0;
    width: 30px;
    height: 30px;
  }

  .brand-modaal-content__close::before,
  .brand-modaal-content__close::after {
    left: 4px;
  }
}

.brand-modaal-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.brand-modaal-slider__item {
  vertical-align: top;
}

.brand-modaal-slider .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #0f5ead;
  border: none;
  z-index: 5;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.32s background-color;
  transition: 0.32s background-color;
}

.brand-modaal-slider .slick-arrow:hover {
  background: #2a7fd4;
}

.brand-modaal-slider .slick-next {
  right: 0;
  bottom: 0;
}

.brand-modaal-slider .slick-next::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  left: 14px;
  top: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.brand-modaal-slider .slick-prev {
  right: 40px;
  bottom: 0;
}

.brand-modaal-slider .slick-prev::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  left: 19px;
  top: 15px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

@media screen and (max-width: 499px) {
  .brand-modaal-slider {
    top: 5%;
    left: 15%;
    width: 70%;
  }
}

/* =================================
 MAEDA CHANNEL
================================= */
.maeda-channel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1230px;
  margin: 60px auto 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.maeda-channel::after {
  display: block;
  content: "";
  width: calc(365 / 1200 * 100%);
}

.maeda-channel__item {
  position: relative;
  width: calc(365 / 1200 * 100%);
}

.maeda-channel__item:nth-of-type(n + 4) {
  margin-top: 44px;
}

.maeda-channel__link {
  text-decoration: none;
}

.maeda-channel__category {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 82px;
  height: 26px;
  font-size: 1.2rem;
  color: #fff;
  background: #ccc;
}

.maeda-channel__category--01 {
  background-color: #67af00;
}

.maeda-channel__category--02 {
  background-color: #0f99ad;
}

.maeda-channel__category--03 {
  background-color: #0f5ead;
}

.maeda-channel__image {
  position: relative;
  overflow: hidden;
}

.maeda-channel__image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.maeda-channel__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
  -webkit-transition: 0.4s background-color;
  transition: 0.4s background-color;
}

.maeda-channel__title {
  line-height: 1.875;
  color: #333;
}

.maeda-channel svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(64 / 384 * 100%);
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
}

.maeda-channel__link:hover svg {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
  transform: translateX(-50%) translateY(-50%) scale(0.9);
}

.maeda-channel__link:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.maeda-channel__link:hover .maeda-channel__image::before {
  background: rgba(255, 255, 255, 0.79);
}

.maeda-channel__arrow {
  fill: rgba(255, 255, 255, 0.75);
  -webkit-transition: 0.4s fill;
  transition: 0.4s fill;
}

.maeda-channel__link:hover .maeda-channel__arrow {
  fill: black;
}

@media screen and (max-width: 767px) {
  .maeda-channel__category {
    width: 60px;
    height: 20px;
    font-size: 1rem;
  }
}

/* =================================
 Download
================================= */
.download-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.download-index__item {
  width: calc(320 / 1400 * 100%);
}

.download-index .test-index__item {
  width: calc(270 / 1400 * 100%);
}

.download-index__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: calc(72 / 320 * 100%);
  padding-bottom: calc(72 / 320 * 100%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ecf0f4;
  font-weight: bold;
  font-size: 2.2rem;
  text-decoration: none;
  color: #333;
}

.download-index__image {
  width: calc(140 / 320 * 100%);
}

.download-index__title {
  margin-top: calc(21 / 320 * 100%);
  line-height: 1.45;
}

.download-index__text {
  margin-top: 13px;
}

@media (max-width: 1430px) {
  .download-index__title {
    font-size: calc(22vw * 100 / 1430);
  }

  .download-index__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .download-index {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .download-index__item {
    width: calc(640 / 1400 * 100%);
  }

  .download-index__item:nth-of-type(n + 3) {
    margin-top: 30px;
  }

  .download-index .test-index__item {
    width: calc(640 / 1400 * 100%);
  }

  .download-index .test-index__item:nth-of-type(n + 3) {
    margin-top: 30px;
  }

  .download-index__title {
    font-size: calc(22vw * 100 / 767);
  }

  .download-index__text {
    margin-top: 6px;
    font-size: 1.2rem;
  }
}

.download-list {
  margin-top: calc(20 / 1000 * 100%);
}

.download-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.download-list__item:not(:first-child) {
  border-top: 1px solid #d6dade;
}

.download-list__title {
  width: calc(100% - 163px);
  font-size: 1.8rem;
}

.download-list__size {
  width: 90px;
  font-size: 1.4rem;
}

.download-list__button {
  width: 73px;
}

@media screen and (max-width: 767px) {
  .download-list__title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 499px) {
  .download-list__item {
    position: relative;
    display: block;
  }

  .download-list__title {
    width: auto;
    font-size: 1.5rem;
  }

  .download-list__size {
    width: auto;
    font-size: 1.3rem;
  }

  .download-list__button {
    position: absolute;
    width: auto;
    right: 0;
    top: 6px;
  }
}

.download-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 37px;
  margin-left: auto;
  margin-right: auto;
  background: #0f99ad;
  border-radius: 3px;
  line-height: 1;
  -webkit-transition: 0.32s background-color;
  transition: 0.32s background-color;
}

.download-icon:hover {
  background: #00b7d1;
}

/* =================================
 Contact
================================= */
.contact-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 15px 100px;
}

.contact-index::after {
  content: "";
  display: block;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.contact-index__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(400 / 1280 * 100%);
  background: #ecf0f4;
}

.contact-index__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  text-align: center;
  text-decoration: none;
  color: #333;
}

.contact-index__title {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.contact-index__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 23px;
  border-top: 1px solid #d1d5da;
}

.contact-index__tel > li {
  padding-left: 8px;
  padding-right: 8px;
}

.contact-index__icon {
  margin-bottom: 28px;
}

.contact-index__button {
  margin-top: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #0f5ead;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 1280px) {
  .contact-index__item {
    width: calc(385vw * 100 / 1280);
  }

  .contact-index__link {
    padding: calc(40vw * 100 / 1280);
  }

  .contact-index__title {
    font-size: calc(24vw * 100 / 1280);
  }

  .contact-index__title br {
    display: none;
  }

  .contact-index__tel {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contact-index__tel > li {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
  }

  .contact-index__button {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 999px) {
  .contact-index__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-index__tel > li {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .contact-index {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-index__item {
    width: 48%;
  }

  .contact-index__item:nth-of-type(n + 3) {
    margin-top: 30px;
  }

  .contact-index__title {
    margin-top: calc(24vw * 100 / 767);
    margin-bottom: calc(24vw * 100 / 767);
    font-size: calc(18vw * 100 / 767);
  }

  .contact-index__title br {
    display: inline;
  }

  .contact-index__button {
    margin-top: calc(24vw * 100 / 767);
    font-size: calc(16vw * 100 / 767);
  }

  .contact-index__tel {
    padding-top: calc(23vw * 100 / 767);
  }
}

@media screen and (max-width: 499px) {
  .contact-index {
    padding-top: 30px;
  }

  .contact-index__item {
    width: 100%;
  }

  .contact-index__item:nth-of-type(n + 2) {
    margin-top: 30px;
  }

  .contact-index__title {
    font-size: 1.8rem;
  }

  .contact-index__tel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .contact-index__button {
    font-size: 1.4rem;
  }
}

.contact-index-button {
  margin-top: 50px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.contact-index-button__link {
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 1px solid rgba(15, 94, 173, 0.5);
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0f5ead;
}

/* Form */
.mail-form__item {
  margin-top: 40px;
}

.mail-form__item:first-child {
  margin-top: 30px;
}

.mail-form__header {
  font-size: 2rem;
  font-weight: bold;
}

.mail-form__body {
  margin-top: 2px;
  font-size: 1.8rem;
}

.mail-form__required {
  display: inline-block;
  margin-right: 7px;
  padding: 3px 10px;
  background: #0f5ead;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
}

.mail-form__error {
  color: #ff0004;
}

@media screen and (max-width: 767px) {
  .mail-form__header {
    font-size: 1.8rem;
  }

  .mail-form__body {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 499px) {
  .mail-form__item {
    margin-top: 30px;
  }

  .mail-form__header {
    font-size: 1.6rem;
  }

  .mail-form__required {
    font-size: 1.4rem;
  }

  .mail-form__body {
    font-size: 1.4rem;
  }
}

.form-type-text {
  width: 100%;
  padding: 14px;
  border: 1px solid #d6dade;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: 0.32s border-color;
  transition: 0.32s border-color;
  outline: none;
}

.form-type-text--error {
  border-color: #ff0004;
  background: #fff2f2;
}

.form-type-text:focus {
  border-color: #0f5ead;
}

.form-type-textarea {
  width: 100%;
  height: 290px;
  padding: 14px;
  border: 1px solid #d6dade;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: 0.32s border-color;
  transition: 0.32s border-color;
  line-height: 1.75;
  outline: none;
}

.form-type-textarea--error {
  border-color: #ff0004;
  background: #fff2f2;
}

.form-type-textarea:focus {
  border-color: #0f5ead;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding-left: 15px;
  border: 1px solid #d6dade;
}

.checkbox-wrapper--error {
  border-color: #ff0004;
  background: #fff2f2;
}

.form-type-checkbox {
  width: 22px;
  height: 22px;
  margin-right: 16px;
}

.mail-form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-top: 50px;
}

.mail-form-footer__item {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 999px) {
  .mail-form-footer__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 499px) {
  .mail-form-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mail-form-footer__item {
    padding-left: 0;
    padding-right: 0;
  }

  .mail-form-footer__item:not(:first-child) {
    margin-bottom: 20px;
  }
}

.form-type-button {
  display: block;
  width: 100%;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 75px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.32s background;
  transition: 0.32s background;
}

.form-type-button--submit {
  width: 400px;
  background: #0f5ead;
}

.form-type-button--submit:hover {
  background: #0e569f;
}

.form-type-button--retype {
  width: 300px;
  background: #aaa;
}

.form-type-button--retype:hover {
  background: #999;
}

@media screen and (max-width: 999px) {
  .form-type-button--submit,
  .form-type-button--retype {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .form-type-button {
    line-height: 70px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 499px) {
  .form-type-button {
    line-height: 60px;
    font-size: 1.6rem;
  }
}

.mail-form__policy {
  height: 220px;
  margin-top: 10px;
  padding: 25px;
  border: 1px solid #d6dade;
  font-size: 1.4rem;
  overflow-y: scroll;
}

.mail-form__policy p:not(:first-child) {
  margin-top: 1.75em;
}

.form-policy-indent {
  margin-top: 0.75em;
  padding-left: 1em;
  text-indent: -1em;
}

.contact-form-button {
  margin-top: 40px;
  text-align: center;
}

.contact-form-thanks {
  margin-top: 40px;
  padding: 40px;
  background: #ecf0f4;
}

.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 22px;
}

@media screen and (max-width: 999px) {
  .sitemap {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 499px) {
  .sitemap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sitemap > .sitemap-list:nth-of-type(1),
  .sitemap > .sitemap-list:nth-of-type(2),
  .sitemap > .sitemap-list:nth-of-type(3) {
    width: 100%;
  }

  .sitemap > .sitemap-list:nth-of-type(2),
  .sitemap > .sitemap-list:nth-of-type(3) {
    margin-top: calc(64vw * 100 / 767);
  }
}

.sitemap-list--lv01 > .sitemap-list__item:not(:first-child) {
  margin-top: 64px;
}

.sitemap-list--lv01 > .sitemap-list__item > a,
.sitemap-list--lv01 > .sitemap-list__item > span {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}

.sitemap-list--lv02 > .sitemap-list__item > a,
.sitemap-list--lv02 > .sitemap-list__item > span {
  text-decoration: none;
  color: #333;
}

.sitemap-list--lv02 + .sitemap-list--lv02 {
  margin-top: 1em;
}

.sitemap-list--lv03 {
  margin-left: 1em;
}

.sitemap-list--lv03 > .sitemap-list__item > a,
.sitemap-list--lv03 > .sitemap-list__item > span {
  text-decoration: none;
  font-size: 1.4rem;
  color: #333;
}

.sitemap-list a:hover {
  text-decoration: underline;
  color: #0f99ad;
}

@media screen and (max-width: 767px) {
  .sitemap-list--lv01 > .sitemap-list__item:not(:first-child) {
    margin-top: calc(64vw * 100 / 767);
  }

  .sitemap-list--lv01 > .sitemap-list__item > a,
  .sitemap-list--lv01 > .sitemap-list__item > span {
    font-size: 1.6rem;
  }
}

.text-par {
  position: relative;
  vertical-align: top;
}

.text-par__mb {
  margin-bottom: 30px;
}

.text-par__mb .text-cha {
  top: 31px;
}

.text-cha {
  position: absolute;
  color: #333333;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  bottom: -15px;
  font-size: 14px;
  font-weight: 400 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal !important;
}

@media (max-width: 767px) {
  .text-cha {
    font-size: 1rem;
  }
}

.red-text {
  color: #333333 !important;
  border: none !important;
  margin-top: 0 !important;
}

/* =================================
 Utility
================================= */
@media (max-width: 1800px) {
  .u-max-only {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .u-lg-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-lg-hide {
    display: none;
  }
}

.u-md-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-md-only {
    display: inline-block;
  }
}

@media screen and (max-width: 499px) {
  .u-md-only {
    display: none;
  }
}

.u-font-min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.u-font-playfair {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.u-color-navy {
  color: #2f6083;
}

.u-color-grey {
  color: #666;
}

.u-color-cargo-cranes01 {
  color: #00aeba;
}

.u-color-cargo-cranes02 {
  color: #f08310;
}

.u-text-large {
  font-size: 1.8rem;
}

.u-text-small {
  font-size: 1.3rem;
}

.u-text-align-l {
  text-align: left;
}

.u-text-align-c {
  text-align: center;
}

.u-text-align-r {
  text-align: right;
}

.u-break-all {
  word-break: break-all;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-mt-25 {
  margin-top: 25.64103%;
}

.u-mt-17 {
  margin-top: 17.09402%;
}

.u-mt-12 {
  margin-top: 12.82051%;
}

.u-mt-8 {
  margin-top: 8.54701%;
}

.u-mt-6 {
  margin-top: 6.83761%;
}

.u-mt-5 {
  margin-top: 5.12821%;
}

.u-mt-4 {
  margin-top: 4.2735%;
}

.u-mt-3 {
  margin-top: 3.4188%;
}

.u-mt-2 {
  margin-top: 2.5641%;
}

.u-mt-1 {
  margin-top: 1.7094%;
}

.u-mt-0 {
  margin-top: 0;
}

.sdgs {
  counter-reset: number;
}

.sdgs .img-wrapper {
  margin: 30px auto 0;
  text-align: center;
}

@media (max-width: 767px) {
  .sdgs .img-wrapper {
    margin-top: 20px;
  }
}

.sdgs .small-number {
  font-size: 10px;
  font-weight: 700;
}

.sdgs .sdgs-p {
  text-align: right;
}

.sdgs .mw560 {
  max-width: 560px;
}

.sdgs .sdgs-list {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sdgs .sdgs-list {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.sdgs .sdgs-list__left {
  width: 30%;
}

@media (max-width: 767px) {
  .sdgs .sdgs-list__left {
    margin-bottom: 35px;
    width: auto;
  }
}

.sdgs .sdgs-list__left ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.sdgs .sdgs-list__left ul li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #0f5ead;
  border-radius: 50%;
  margin-bottom: 10px;
  top: 8px;
  left: 0;
}

@media (max-width: 767px) {
  .sdgs .sdgs-list__left ul li::before {
    top: 3px;
  }
}

.sdgs .sdgs-list__right {
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .sdgs .sdgs-list__right {
    width: 100%;
  }
}

.sdgs .sdgs-list__right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sdgs .sdgs-list__right li {
  width: calc((100% - 15px) / 6);
  margin-right: 3px;
}

.sdgs .sdgs-list__right:last-child {
  margin-right: 0;
}

.sdgs .sdgs-list p {
  font-size: 14px;
}

.sdgs .external-link__wrapper {
  text-align: center;
  max-width: 650px;
  margin: 30px auto 0;
  border: 1px solid #d6dade;
  padding: 25px 25px;
  text-align: left;
}

.sdgs .external-link__wrapper p {
  margin-top: 0;
}

.sdgs .external-link__wrapper .text {
  margin-top: 0;
}

.sdgs .external-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sdgs .external-link__left {
  width: 50%;
}

.sdgs .external-link__right {
  width: 50%;
}

.sdgs .external-link a {
  font-size: 20px;
}

@media (max-width: 767px) {
  .sdgs .external-link a {
    font-size: 16px;
  }
}

.sdgs h2 {
  padding: 18px 22px;
  background: #0f5ead;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
}

.sdgs h2:not(:first-child) {
  margin-top: calc(80 / 1000 * 100%);
}

.sdgs ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.sdgs ul li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #0f5ead;
  border-radius: 50%;
  margin-bottom: 10px;
  top: 8px;
  left: 0;
}

@media (max-width: 767px) {
  .sdgs li::before {
    top: 3px;
  }
}

.sdgs p {
  margin-top: 1.75em;
}

.sdgs h3 {
  margin-top: 40px;
  padding: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  border: 1px solid #d6dade;
}

.sdgs h2 + h3 {
  margin-top: 20px;
}

.sdgs h4 {
  margin-top: 40px;
  padding: 7px 15px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  border-left: 3px solid #0f5ead;
}

.sdgs h2 + h4,
.sdgs h3 + h4 {
  margin-top: 20px;
}

.sdgs h5 {
  margin-top: 40px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}

.sdgs h2 + h5,
.sdgs h3 + h5 {
  margin-top: 20px;
}

.sdgs ol li {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  font-size: 2rem;
}

.sdgs ol li::before {
  position: absolute;
  left: 0;
  counter-increment: number;
  content: counter(number) ".";
}

.sdgs ol li:not(:first-child) {
  border-top: 1px solid #d6dade;
}

.sdgs strong {
  font-weight: bold;
}

.sdgs em {
  font-style: italic;
}

.sdgs blockquote {
  position: relative;
  padding: 20px 15px 8px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #efefef;
}

.sdgs blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "“";
  color: #cfcfcf;
  font-size: 55px;
  line-height: 1;
}

.sdgs blockquote p {
  padding: 0 0 0 25px;
  margin: 10px 0;
  line-height: 1.7;
}

.sdgs blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.sdgs > blockquote {
  margin-top: 1em;
}

.entry-body em {
  font-style: italic;
}

.entry-body blockquote {
  position: relative;
  padding: 20px 15px 8px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #efefef;
}

.entry-body blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "“";
  color: #cfcfcf;
  font-size: 55px;
  line-height: 1;
}

.entry-body blockquote p {
  padding: 0 0 0 25px;
  margin: 10px 0;
  line-height: 1.7;
}

.entry-body blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.entry-body > blockquote {
  margin-top: 1em;
}

/* =================================
self-propelled
================================= */

@media (max-width: 499px) {
  .u-mb-70 {
    margin-bottom: 70px;
  }
}

@media (767px <=width <=1100px) {
  .jumbotron-products-detail__text02__bm545m-3 br {
    display: none;
  }
}

/* =================================
forwarder
================================= */
.text01-br {
  display: none;
}

@media (max-width: 1000px) {
  .text01-br {
    display: block;
  }
}

.jumbotron-products-mark {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(112, 112, 112, 0.5);
  padding: 5px;
  margin-top: calc(26 / 700 * 100%);
}

.jumbotron-products-mark--01 {
  max-width: 408px;
}

.jumbotron-products-mark--02 {
  max-width: 175px;
}

.jumbotron-products-mark .jumbotron-products-mark__text {
  font-size: 1.6rem;
  text-align: center;
}

@media (max-width: 767px) {
  .jumbotron-products-mark {
    margin-inline: auto;
  }
}

/* =================================
privacy-policy
================================= */
.privacy-policy-block {
  margin-top: calc(80 / 1000 * 100%);
}

/* アコーディオン */
.privacy-policy-block {
  .accordion-box__header {
    /* color: #fff; */
    font-size: 2.8rem;
    /* background-color: #0f5ead; */
    /* border: none; */
    /* border-radius: 0; */
    padding-right: 70px;

    .num {
      font-family: "Crimson Text", serif;
      font-feature-settings: "palt";
      font-weight: 600;
      font-size: 1.2em;
      /* letter-spacing: 0.1em; */
    }
  }

  .accordion-box__header::before {
    /* background-color: #fff; */
    top: 16px;
  }

  .accordion-box__header::after {
    /* border-left: 2px solid #0f5ead;
    border-top: 2px solid #0f5ead; */
    top: 38px;
  }

  .accordion-box__header-second {
    margin-top: 25px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
  }

  .entry-body > ul {
    margin-top: 0.5em;
  }

  .entry-body > ul li {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .list--indent .number {
    padding-left: 1.4em !important;
    text-indent: -1.4em !important;
  }
}

@media screen and (max-width: 767px) {
  .privacy-policy-block {
    .accordion-box__header {
      font-size: 2rem;
      padding-right: 54px;
    }

    .accordion-box__header::before {
      top: 9px;
    }

    .accordion-box__header::after {
      top: 25px;
    }

    .accordion-box__header-second {
      font-size: 1.8rem;
    }
  }
}

@media screen and (max-width: 499px) {
  .privacy-policy-block {
    .accordion-box__header {
      font-size: 1.8rem;
    }

    .accordion-box__header-second {
      font-size: 1.8rem;
    }
  }
}

/* リストアイテム */
.privacy-policy-block {
  .entry-body > ul li:not(:first-child) {
    border-top: none;
  }

  .list__item:not(:first-child) {
    border-top: none;
  }
}

/* テーブル */
.privacy-policy-table {
  width: 100%;
  margin-top: 20px;
}

.privacy-policy-table__col01,
.privacy-policy-table__col02 {
  width: 50%;
}

.privacy-policy-table__col03,
.privacy-policy-table__col04,
.privacy-policy-table__col05 {
  width: 30%;
}

.privacy-policy-table thead th {
  background: #ecf0f4;
  text-align: center;
}

.privacy-policy-table th,
.privacy-policy-table td {
  padding: 10px;
  border: 1px solid #d6dade;
}

.privacy-policy-table__link {
  display: inline-block;
  width: 70px;
  background: #0f99ad;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  line-height: 30px;
  color: #fff;
  -webkit-transition: 0.32s background-color;
  transition: 0.32s background-color;
}

.privacy-policy-table__link:hover {
  background: #00b7d1;
}

@media screen and (max-width: 767px) {
  /*
  .privacy-policy-table {
    display: block;
    border-top: 1px solid #d6dade;
  }

  .privacy-policy-table__col01,
  .privacy-policy-table__col02,
  .privacy-policy-table__col03,
  .privacy-policy-table__col04,
  .privacy-policy-table__col05 {
    width: auto;
  }

  .privacy-policy-table thead {
    display: none;
  }

  .privacy-policy-table tbody,
  .privacy-policy-table tr,
  .privacy-policy-table th,
  .privacy-policy-table td {
    display: block;
    width: 100%;
  }

  .privacy-policy-table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border-top: none;
  }

  .privacy-policy-table td::before {
    -webkit-box-flex: 0.5;
    -ms-flex: 0.5;
    flex: 0.5;
    content: attr(data-sm-text);
    padding: 5px 10px;
    border-right: 1px solid #d6dade;
    background: #ecf0f4;
  }

  .privacy-policy-table td span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    padding: 5px 10px;
  }
  */
}

.privacy-policy-table-heading {
  padding-top: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1;
}

/* テーブル内リスト */
.privacy-policy-table .list {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .privacy-policy-table .list__item {
    font-size: 13px;
    font-size: 1.3rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}





/* =================================
SUSTAINABILITY
================================= */
:root {
  --fs20: 2rem;
  --fs18: 1.8rem;
  --m-blur: #0F5EAD;
  --m-gray: #D6DADE;
}
@media screen and (max-width: 767px) {
  :root {
    --fs20: 1.8rem;
    --fs18: 1.6rem;
  }
}
@media screen and (max-width: 499px) {
  :root {
    --fs20: 1.5rem;
    --fs18: 1.4rem;
  }
}

.ital{
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}
.sa-entry h2{
  padding: 21px 22px;
  margin-bottom: calc(35 / 30 * 1em);
  margin-bottom: calc(1em - 2px);
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.25;
  background: var(--m-blur);
  color: #fff;
}
.sa-entry h2:not(:first-child) {
  margin-top: calc(80 / 1000 * 100%);
  margin-top: calc(75 / 1000 * 100%);
}
@media screen and (max-width: 999px) {
  .sa-entry h2{
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sa-entry h2{
    font-size: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .sa-entry h2{
    padding: 10px;
    font-size: 1.8rem;
  }
}
.sa-entry h3{
  padding: 15px 20px;
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(42 / 24);
  border: 1px solid var(--m-gray);
}
@media screen and (max-width: 999px) {
  .sa-entry h3{
    margin-top: 40px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sa-entry h3{
    margin-top: 35px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .sa-entry h3{
    padding: 6px 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
}
.sa-entry h4{
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 1px 0 0 15px;
  font-size: var(--fs20);
  font-weight: bold;
  line-height: calc(42 / 20);
  /* margin-bottom: 10px;
  margin-top: calc(40 / 24 * 1em);
  margin-bottom: calc(10 / 24 * 1em); */
  border-left: 3px solid var(--m-blur);
}
/* @media screen and (max-width: 999px) {
  .sa-entry h4{
  }
}
@media screen and (max-width: 767px) {
  .sa-entry h4{
  }
} */
@media screen and (max-width: 499px) {
  .sa-entry h4{
    padding: 1px 0 0 10px;
    margin-top: 15px;
    margin-bottom: 8px;
  }
}
.sa-entry ul,
.sa-entry ol{
  font-size: var(--fs20);
}
.sa-entry ul li,
.sa-entry ol li{
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1.5;
}
.sa-entry ul li:not(:first-of-type),
.sa-entry ol li:not(:first-of-type){
  border-top: 1px solid var(--m-gray);
}
.sa-entry ul{
  margin: calc(0.5em - 7px) 0 0.5em;
  margin: 3px 0 10px;
}
@media screen and (max-width: 999px) {
  .sa-entry ul{
    margin: 5px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .sa-entry ul{
    margin: 0 0 5px;
  }
}
.sa-entry ul li{
  padding-left: 1.6em;
  position: relative;
}
.sa-entry ul li::before,
.sa-entry ul li::after{
  content: '';
  display: block;
  width: 1em;
  aspect-ratio: 1 / 1;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  position: absolute;
  left: 3px;
  top: 0.65em;
  background-color: #fff;
}
@media screen and (max-width: 499px) {
  .sa-entry ul li::before,
  .sa-entry ul li::after{
    top: 0.75em;
  }
}
.sa-entry ul li::before{
    border-radius: 50%;
    background-color: var(--m-blur);
}
.sa-entry ul li::after{
    mask-image: url("../img/sustainability/arr.svg");
    z-index: 1;
}
.sa-entry ol{
  counter-reset: ol_li;
  margin: calc(1.5em - 2px) 0 0.5em;
  margin: 28px 0 10px;
}
@media screen and (max-width: 999px) {
  .sa-entry ol{
    margin: 20px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .sa-entry ol{
    margin: 20px 0 5px;
  }
}
@media screen and (max-width: 499px) {
  .sa-entry ol{
    margin: 10px 0 5px;
  }
}
.sa-entry ol li{
  display: flex;
  position: relative;
}
.sa-entry ol li::before {
  counter-increment: ol_li;
  content: counter(ol_li) ".";
}
.sa-entry p{
  /* margin-top: 1.75em; */
  margin-top: 2px;
  font-size: var(--fs18);
  line-height: 2;
}
.sa-entry p + p{
  margin-top: 0.75em;
  /* margin-top: 0.47em; */
}
.sa-entry .fs-S{
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .sa-entry .fs-S{
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 499px) {
  .sa-entry .fs-S{
    font-size: 1.3rem;
  }
}
.sa-entry img{
  margin-top: 20px;
  max-width: 100%;
}
.sa-entry table{
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .sa-entry table{
    margin-top: 10px;
  }
}
@media screen and (max-width: 499px) {
  .sa-entry table{
    margin-top: 7px;
  }
}
.sa-entry table th,
.sa-entry table td{
  padding: 8px 25px;
  border-left: 5px solid #fff;
  border-top: 5px solid #fff;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 499px) {
  .sa-entry table th,
  .sa-entry table td{
    padding: 6px 12px;
  }
}
.sa-entry table tr:first-of-type th,
.sa-entry table tr:first-of-type td{
  border-top: none;
}
.sa-entry table tr > *:first-of-type{
  border-left: none;
}
.sa-entry table th{
  font-size: 2.5rem;
  background-color: #156082;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .sa-entry table th{
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sa-entry table th{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 499px) {
  .sa-entry table th{
    font-size: 1.3rem;
  }
}
.sa-entry table td{
  font-size: var(--fs18);
  background-color: #f0f5fa;
}
.sa-entry .img-cnt{
  margin: 40px auto 0;
  max-width: 477px;
}
.sa-entry .img-cnt img{
  margin-top: 0;
}
@media screen and (max-width: 499px) {
  .sa-entry .img-cnt{
    margin-top: 20px;
  }
}
.sa-entry .img-cnt p{
  font-weight: 700;
}
.sa-menu{
  padding: 60px 0 65px;
  background-color: #FBFBFB;
}
@media screen and (max-width: 767px) {
  .sa-menu{
    padding: 40px 0;
  }  
}
@media screen and (max-width: 499px) {
  .sa-menu{
    padding: 25px 0;
  }  
}
.sa-menu_top{
  font-size: var(--fs20);
}
.sa-menu-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 15px;
  padding-top: calc(1em - 4px);
  margin-top: calc(1em - 7px);
  border-top: 1px solid var(--m-gray);
  font-size: var(--fs18);
}
@media screen and (max-width: 767px) {
  .sa-menu-list{
    justify-content: flex-start;
    gap: 5px 20px;
  }
}
ul.sa-menu-list li {
  padding-left: 0;
  margin-bottom: 0;
}
ul.sa-menu-list li::before{
  content: none;
}
.sa-menu a{
  display: inline-block;
  color: var(--m-blur);
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  padding-bottom: 6px;
  position: relative;
}
@media screen and (max-width: 499px) {
  .sa-menu a{
    padding-left: 10px;
    padding-bottom: 3px;
  }
}
.sa-menu a::after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--m-blur);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 0.25s;
}
.sa-menu a:hover{
  text-decoration: none;
}
.sa-menu a::before {
  content: '';
  width: 9px;
  height: 9px;
  border-top: solid 2px var(--m-blur);
  border-right: solid 2px var(--m-blur);
  position: absolute;
  left: -7px;
  top: calc(50% - 4px);
  transform: rotate(45deg) translateY(-50%); 
}
@media screen and (max-width: 499px) {
  .sa-menu a::before {
    width: 6px;
    height: 6px;
    left: -5px;
    top: calc(50% - 2px);
  }
}
.sa-menu li.current a::after,
.sa-menu :not(.current) a:hover::after{
  width: 100%;
}

.sa-top{
  padding: 72px 0 220px;
  background: url(/assets/img/sustainability/top-bg.webp) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  .sa-top{
    padding: 60px 0 140px;
  }
}
@media screen and (max-width: 767px) {
  .sa-top{
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 499px) {
  .sa-top{
    padding: 40px 0 60px;
    background-position: 60% top;
  }
}
.sa-top-lead{
  padding: 40px 58px 45px;
  border-radius: 6px;
  background: rgb(255 255 255 / .3);
}
@media screen and (max-width: 999px) {
  .sa-top-lead{
    padding: 35px 50px;
  }
}
@media screen and (max-width: 767px) {
  .sa-top-lead{
    padding: 30px 40px;
    background: rgb(255 255 255 / .4);
  }
}
@media screen and (max-width: 630px) {
  .sa-top-lead{
    padding: 20px 30px;
  }
}
@media screen and (max-width: 499px) {
  .sa-top-lead{
    padding: 15px 20px;
  }
}
.sa-top-lead p{
  font-size: var(--fs18);
  line-height: 2;
  letter-spacing: calc(36 / 1000 * 1em);
}
.sa-top-lead p a{
  text-decoration: underline;
}
.sa-top-lead p a:hover{
  text-decoration: none;
}
.sa-top-menu{
  display: flex;
  gap: 34px 20px;
  flex-wrap: wrap;
  margin: 67px auto 0;
}
@media screen and (max-width: 999px) {
  .sa-top-menu{
    max-width: 600px;
    gap: 34px 20px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sa-top-menu{
    gap: 25px 18px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 630px) {
  .sa-top-menu{
    max-width: 300px;
    gap: 20px 20px;
    margin-top: 40px;
  }
}
.sa-top-menu li{
  width: calc((100% - 40px) / 3);
  border-radius: 5px;
  /* flex: 1; */
  background-color: #2B7CCC;
  box-shadow: 4px 4px 0px 0px var(--m-blur);
  transition: 0.32s all;
}
@media screen and (max-width: 999px) {
  .sa-top-menu li{
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 630px) {
  .sa-top-menu li{
    width: 100%;
    box-shadow: 3px 3px 0px 0px var(--m-blur);
  }
}
.sa-top-menu li:hover{
  background-color: #2f88e1;
  background-color: var(--m-blur);
  /* box-shadow: 3px 3px 0px 0px rgb(15 94 173 / .5); */
  box-shadow: 3px 3px 0px 0px #084c8f;
}
.sa-top-menu li a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 35px 35px 35px 85px;
  padding: 38px 35px 45px 85px;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .sa-top-menu li a{
    padding: 30px 25px 30px 70px;
  }
}
@media screen and (max-width: 767px) {
  .sa-top-menu li a{
    padding: 25px 25px 25px 70px;
    font-size: 20px;
  }
}
@media screen and (max-width: 630px) {
  .sa-top-menu li a{
    padding: 22px 25px 22px 70px;
  }
}
@media screen and (max-width: 499px) {
  .sa-top-menu li a{
    font-size: 18px;
  }
}
.sa-top-menu li a::before{
  content: '';
  display: block;
  width: 40px;
  aspect-ratio: 1 / 1;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .sa-top-menu li a::before{
    width: 35px;
    left: 25px;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 499px) {
}
.sa-top-menu li:nth-of-type(1) a::before{
  mask-image: url("../img/sustainability/sa-top-icon-1.svg");
}
.sa-top-menu li:nth-of-type(2) a::before{
  mask-image: url("../img/sustainability/sa-top-icon-2.svg");
}
.sa-top-menu li:nth-of-type(3) a::before{
  mask-image: url("../img/sustainability/sa-top-icon-3.svg");
}
.sa-top-menu li:nth-of-type(4) a::before{
  mask-image: url("../img/sustainability/sa-top-icon-4.svg");
}
.sa-top-menu li:nth-of-type(5) a::before{
  mask-image: url("../img/sustainability/sa-top-icon-5.svg");
}
.sa-top-menu li a::after{
  content: '';
  display: block;
  width: 15px;
  aspect-ratio: 15 / 4;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  mask-image: url("../img/sustainability/sa-top-arr.svg");
  position: absolute;
  right: 25px;
  bottom: 22px;
  background-color: #fff;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  /* transition-timing-function: linear; */
  transition-delay: 10ms;
}
@media screen and (max-width: 999px) {
  .sa-top-menu li a::after{
    right: 15px;
  }
}
.sa-top-menu li a:hover{
  text-decoration: none;
}
.sa-top-menu li a:hover::after{
  /* right: 15px; */
  transform: translateX(10px);
}
.sa-top-menu li .en,
.sa-top-menu li .jp{
  width: 100%;
  line-height: 1;
}
.sa-top-menu li .en{
  font-size: 24px;
  margin-top: -3px;
}
@media screen and (max-width: 999px) {
}
@media screen and (max-width: 767px) {
  .sa-top-menu li .en{
    font-size: 22px;
  }
}
@media screen and (max-width: 499px) {
  .sa-top-menu li .en{
    font-size: 20px;
  }
}
.sa-top-menu li .jp{
  font-size: 16px;
  margin-top: 4px;
  margin-bottom: -3px;
}
@media screen and (max-width: 999px) {
}
@media screen and (max-width: 767px) {
  .sa-top-menu li .jp{
    font-size: 15px;
  }
}
@media screen and (max-width: 499px) {
  .sa-top-menu li .jp{
    font-size: 13px;
  }
}

 /* 問い合わせページ　20250417追記 */

.service_tel .contact-index__tel {
  border-top: none; 
  padding-top: 0;
}

.service_tel .line{
  border-top: 1px solid #d1d5da; 
  padding-top: 23px; 
  width: 100%;
}
.service_tel .contact-index__item{
  padding:40px;
}
.service_tel .contact-index__link{
  position: relative;
  padding: 0 0 70px 0;
  height: 100%;
  justify-content: flex-start;
}
.service_tel .contact-index__button{
  position: absolute;
  left:0px;
  right:0px;
  bottom:0px;
  margin:auto;
}
.service_tel .contact-index__title__sub{
  text-align: left;
  width: 80px;
}
@media screen and (max-width: 999px) {
  .service_tel .contact-index__tel {
    flex-wrap: wrap;
  }
  .service_tel .contact-index__title__sub{
    text-align: center;
  }
}
@media (max-width: 1280px) {
.service_tel .contact-index__tel {
  align-items: center;
  justify-content: center;
  }
}
@media screen and (max-width: 499px) {
  .contact-index__tel {
  flex-direction: row;
  }
  .service_tel .contact-index__title__sub{
    text-align: left;
  }
}