@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons%7CMaterial+Icons+Outlined");
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  min-width: 100%;
  letter-spacing: 0px;
  color: #2d2d2d;
}

a {
  text-decoration: none;
  outline: none;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
  min-height: 100vh;
}

.wrapper > section:nth-child(even) {
  background: #fafafa;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@-webkit-keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * MODAL PHOTO
 * -------------------------------------------------------------------
 */
@-webkit-keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*
 * Mixin
 * -------------------------------------------------------------------
 */
/*
 * Module
 * -------------------------------------------------------------------
 */
.header {
  background-image: url(/products/img/view/new/bg-header.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding-top: 50px;
  height: 150px;
}

@media (max-width: 1199px) {
  .header {
    padding-top: 20px;
    height: 60px;
  }
}

.nav-header {
  display: block;
}

@media (max-width: 1199px) {
  .nav-header {
    display: none;
  }
}

.nav-header__logo {
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}

.nav-header__logo-image {
  display: block;
}

.nav-header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1199px) {
  .nav-header__menu {
    display: none;
  }
}

.nav-header__menu i {
  color: #00a2e8;
  font-size: 2rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-weight: bold;
  padding-bottom: 5px;
  padding-left: 3px;
}

.nav-header__link {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  white-space: pre;
}

.nav-header__link:first-child .nav-header__link:after {
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: #0e64ba;
  content: "";
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-header__link .nav-header__menu-title {
  color: #ffffff;
}

.nav-header__link:hover .nav-header__menu-title {
  text-decoration: none;
  border-bottom: 3px solid #00a2e8;
  padding-bottom: 10px;
}

.nav-header__link:hover:after {
  opacity: 1;
  width: 100%;
}

.nav-header__contact {
  font-size: 1.4rem;
}

.nav-header__toggle {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 6rem;
  height: 6rem;
  background: #0e64ba;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 1199px) {
  .nav-header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav-header__toggle:hover {
  background: #0c57a2;
}

.nav-header__toggle-line {
  display: block;
  width: 35%;
  border-bottom: 2px solid #fff;
}

.nav-header__toggle-line:nth-child(2) {
  margin: 10% 0px;
}

.nav-header__fullsize {
  width: 100%;
  left: 0px;
  position: absolute;
  display: none;
  z-index: 2;
}

.nav-header__fullsize .container {
  padding: 0px 15px;
}

.nav-header__fullsize .dropwrap-products,
.nav-header__fullsize .dropwrap-solutions,
.nav-header__fullsize .dropwrap-boxx {
  padding-top: 30px;
}

.nav-header__fullsize .dropwrap-area {
  background-color: #f7f8f9;
  border-radius: 5px;
}

.nav-header__fullsize .dropdown-nav {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 45px;
}

.nav-header__fullsize .dropdown-nav h3 {
  padding-top: 20px;
  border-bottom: thin solid #eaeaea;
  padding-bottom: 17px;
  min-height: 160px;
}

.nav-header__fullsize .dropdown-nav h3 span {
  font-family: "Roboto Slab", serif;
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .nav-header__fullsize .dropdown-nav h3 span {
    font-size: 1.2rem;
  }
}

.nav-header__fullsize .dropdown-nav ul {
  margin-top: 0px;
  padding-left: 0px;
  list-style-type: none;
  min-height: 405px;
}

.nav-header__fullsize .dropdown-nav ul li {
  list-style: none;
  border-bottom: thin solid #eaeaea;
}

.nav-header__fullsize .dropdown-nav ul li a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000000;
  padding: 9px 20px;
  display: block;
  position: relative;
  word-break: break-word;
  overflow-wrap: break-word;
}

.nav-header__fullsize .dropdown-nav ul li a span {
  color: #00a2e8;
}

.nav-header__fullsize .dropdown-nav ul li a i {
  color: #d5d5d5;
  vertical-align: middle;
  position: absolute;
  top: 12px;
  right: 5px;
  font-size: 1.6rem;
  -webkit-transform: none;
          transform: none;
  font-weight: normal;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .nav-header__fullsize .dropdown-nav ul li a i {
    top: 10px;
  }
}

.nav-header__fullsize .dropdown-nav ul li a:hover {
  background-color: #2a3f7e;
  color: #ffffff;
}

.nav-header__fullsize .dropdown-nav ul li a:hover span {
  color: #ffffff;
}

.nav-header__fullsize .dropdown-nav .dropwrap-solutions__list {
  min-height: 285px;
}

.nav-header__fullsize .dropdown-nav .dropwrap-boxx__list {
  min-height: 0px;
  padding-top: 35px;
}

.nav-header__fullsize .dropdown-nav__solutions-title {
  color: #000000;
}

.nav-drawer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1002;
}

.nav-drawer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  max-width: 350px;
  min-width: 200px;
  background-color: #f7f8f9;
  border-left: #e2e2e2 1px solid;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-animation-duration: var(--nav-drawer-duration);
          animation-duration: var(--nav-drawer-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.nav-drawer[data-open="true"] .nav-drawer__container {
  -webkit-animation-name: menu-container-appeared;
          animation-name: menu-container-appeared;
}

.nav-drawer[data-open="false"] .nav-drawer__container {
  -webkit-animation-name: menu-container-leaved;
          animation-name: menu-container-leaved;
}

.nav-drawer__menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
}

.nav-drawer__menu-item {
  border-bottom: #e2e2e2 1px dashed;
}

.nav-drawer__menu-item:hover {
  background: #efefef;
}

.nav-drawer__link {
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: inherit;
  letter-spacing: 0.01em;
  padding: 1em 2.5em 1em 2em;
  text-decoration: none;
}

.nav-drawer__link-main {
  display: block;
  font-weight: 500;
}

.nav-drawer__link-sub {
  color: #aaa;
  display: block;
}

.nav-drawer__menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
}

.nav-drawer__button-close {
  position: relative;
  background-color: #0e64ba;
  margin: 0px 0px 0px auto;
  padding: 0px;
  width: 6rem;
  height: 6rem;
  border: none;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.nav-drawer__button-close:hover, .nav-drawer__button-close:focus {
  outline: none;
  background: #1071d2;
}

.nav-drawer__button-close-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 2px;
  margin: auto;
  background: #fff;
}

.nav-drawer__button-close-line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.nav-drawer__button-close-line:nth-child(2) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.nav-drawer__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  -webkit-animation-duration: var(--nav-drawer-duration);
          animation-duration: var(--nav-drawer-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.nav-drawer[data-open="true"] .nav-drawer__overlay {
  -webkit-animation-name: menu-overlay-appeared;
          animation-name: menu-overlay-appeared;
}

.nav-drawer[data-open="false"] .nav-drawer__overlay {
  -webkit-animation-name: menu-overlay-leaved;
          animation-name: menu-overlay-leaved;
}

.mainvisual {
  background-image: url(../img/bg-main.png);
  min-height: 100vh;
  padding-top: 178px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mainvisual .slick-slider {
  margin: 0;
  padding: 0;
}

.mainvisual .slick-slider img {
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .mainvisual {
    padding-top: 75px;
  }
}

.mainvisual .slider-control {
  text-align: right;
}

.mainvisual .slider-prev {
  border: none;
  background-color: #ffffff;
  color: #2a3f7e;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .mainvisual .slider-prev {
    display: none;
  }
}

.mainvisual .slider-prev:hover {
  border: none;
  background-color: #2a3f7e;
  color: #ffffff;
}

.mainvisual .slider-next {
  border: none;
  background-color: #ffffff;
  color: #2a3f7e;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .mainvisual .slider-next {
    display: none;
  }
}

.mainvisual .slider-next:hover {
  border: none;
  background-color: #2a3f7e;
  color: #ffffff;
}

.top-search {
  margin-top: -80px;
}

@media (max-width: 1199px) {
  .top-search {
    margin-top: 0px;
  }
}

.top-search__sp {
  display: none;
}

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

.top-search_text {
  background-color: #fff;
  height: 80px;
  margin-top: 0px;
}

@media (max-width: 1199px) {
  .top-search_text {
    height: auto;
  }
}

.top-search_textform {
  padding: 20px;
}

@media (max-width: 1199px) {
  .top-search_textform {
    padding: 15px;
  }
}

.top-search_textarea {
  background-image: url(/products/img/view/new/ico-search.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 45px;
  background-color: #f6f6f6;
  border-radius: 5px;
  border: none;
  height: 40px;
  width: 100%;
}

@media (max-width: 1199px) {
  .top-search_textarea {
    font-size: 1.6rem;
  }
}

.top-search_textarea :focus {
  border: none;
}

.top-search_category {
  background-color: #2a3f7e;
}

@media (max-width: 1199px) {
  .top-search_category {
    padding-bottom: 15px;
  }
}

.top-search_category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  list-style: none;
}

@media (max-width: 1199px) {
  .top-search_category ul {
    padding: 0px 10px;
  }
}

.top-search_category ul li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}

.top-search_category ul li a:hover {
  opacity: 0.6;
}

.top-search_category ul li a img {
  height: 80px;
}

.top-search_category ul li:last-child {
  border-left: 2px solid #fff;
  padding-left: 35px;
  margin-right: 10px;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .top-search_category ul li:last-child {
    padding-left: 15px;
  }
}

@media (max-width: 1199px) {
  .top-search_category ul li:last-child {
    border-left: none;
    padding-left: 0px;
    margin-right: 0px;
  }
}

.top-search_category ul li i {
  font-size: 2rem;
  vertical-align: -4px;
}

.footer {
  background-image: url(/products/img/view/new/bg-footer.png);
  padding-top: 100px;
  padding-bottom: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top: 2px solid #ffffff;
}

@media (max-width: 1199px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 10px;
    background-image: url(/products/img/view/new/bg-footer__sp.png);
  }
}

.footer__logo {
  height: 31px;
}

@media (max-width: 1199px) {
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__copyright {
  margin-top: 155px;
  font-size: 1.4rem;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .footer__copyright {
    display: none;
  }
}

.footer__copyright-sp {
  margin-top: 25px;
  font-size: 1.4rem;
  color: #ffffff;
  padding-bottom: 55px;
}

.footer h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .footer h3 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

.footer ul {
  padding-left: 0px;
  list-style-type: none;
}

.footer ul li {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 5px;
}

.footer ul li a {
  font-size: 1.4rem;
  color: #ffffff;
}

.footer ul li :hover {
  text-decoration: underline;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .news-item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.news-item__date {
  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: 0 3.2rem 1.6rem 0;
}

@media screen and (min-width: 992px) {
  .news-item__date {
    margin: 0 28px 0 0;
  }
}

.news-item__category {
  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: 0 3.2rem 1.6rem 0;
}

@media screen and (min-width: 992px) {
  .news-item__category {
    margin: 0 28px 0 0;
  }
}

.news-item__category-label {
  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;
  min-width: 12rem;
  padding: 0.3rem 0.6rem;
  font-size: 1.4rem;
}

@media (max-width: 1199px) {
  .news-item__category-label {
    min-width: 9rem;
  }
}

.news-item__title {
  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;
  color: #222222;
}

.news-item__title:hover, .news-item__title:focus {
  text-decoration: underline;
}

.footer-guide {
  background-image: url(/products/img/view/new/bg-footer-guide.png);
  padding-top: 110px;
  padding-bottom: 120px;
  margin-top: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1199px) {
  .footer-guide {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .footer-guide {
    text-align: center;
  }
}

.footer-guide__contact-title {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
}

.footer-guide__contact-company {
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .footer-guide__contact-company {
    margin-top: 5px;
  }
}

.footer-guide__contact-companyname {
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .footer-guide__contact-companyname {
    line-height: 1.2;
    margin-top: 10px;
  }
}

.footer-guide__contact-tel {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 3.6rem;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .footer-guide__contact-tel {
    margin-top: 10px;
  }
}

.footer-guide__contact-tel i {
  font-size: 3rem;
}

.footer-guide__contact-tel span {
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .footer-guide__contact-tel span {
    display: block;
    font-family: "Noto Sans JP";
    margin-top: -5px;
  }
}

.footer-guide__contact-comment {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .footer-guide__contact-comment {
    margin-top: 20px;
  }
}

.footer-guide__contact-btn {
  margin-top: 35px;
}

@media (max-width: 1199px) {
  .footer-guide__contact-btn {
    margin-bottom: 60px;
    margin-top: 25px;
  }
}

.footer-guide h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 2.6rem;
  font-weight: bold;
  color: #ffffff;
}

.footer-guide__partner {
  margin-top: 30px;
}

/*
 * Fonts
 * -------------------------------------------------------------------
 */
/*
 * BUTTON
 * -------------------------------------------------------------------
 */
.btn-support {
  background-color: #00a2e8;
  color: #ffffff !important;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 15px 15px;
}

.btn-support i {
  font-size: 1.7rem;
  color: #add8e6;
  padding-right: 5px;
  vertical-align: -3px;
}

.btn-support:hover {
  background-color: #ffffff;
  border-color: #00a2e8;
  color: #00a2e8 !important;
}

.btn-topsearch {
  background-color: #2a3f7e;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 100px;
  padding: 20px;
  position: relative;
  float: right;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 30px;
  width: 110px;
  margin-top: 10px;
}

.btn-topsearch i {
  vertical-align: middle;
  position: absolute;
  left: 10px;
  font-size: 2rem;
}

.btn-topsearch:hover {
  background-color: #1f71c5;
  color: #ffffff;
}

.btn-lineup {
  background-color: #2f3c67;
  color: #ffffff;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px;
  margin-top: 50px;
  position: relative;
}

@media (max-width: 1199px) {
  .btn-lineup {
    margin-top: 20px;
    padding: 15px;
  }
}

.btn-lineup i {
  vertical-align: middle;
  position: absolute;
  right: 15px;
  font-size: 2.5rem;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-lineup i {
    right: 7px;
  }
}

.btn-lineup:hover {
  background-color: #1f71c5;
  color: #ffffff;
}

.btn-detail {
  background-color: #2d2d2d;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 15px 20px;
  width: 210px;
  position: relative;
  border: 2px solid #2d2d2d;
}

.btn-detail i {
  vertical-align: middle;
  position: absolute;
  right: 10px;
  font-size: 2rem;
}

.btn-detail:hover {
  background-color: #ffffff;
  color: #2d2d2d;
}

.btn-newsdetail {
  background-color: #2d2d2d;
  color: #ffffff;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 7px 18px;
  margin-top: 25px;
  border: 2px solid #2d2d2d;
}

@media (max-width: 1199px) {
  .btn-newsdetail {
    margin-top: 10px;
    padding: 7px 15px;
  }
}

.btn-newsdetail:hover {
  background-color: #ffffff;
  color: #2d2d2d;
}

.btn-partscustomize {
  background-color: #2A3F7E;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 45px;
  margin-top: 30px;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-partscustomize {
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .btn-partscustomize {
    font-size: 1.6rem;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 13px;
  }
}

.btn-partscustomize i {
  margin-right: 13px;
  color: #80d0f3;
  vertical-align: -5px;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-partscustomize i {
    margin-right: 8px;
  }
}

@media (max-width: 1199px) {
  .btn-partscustomize i {
    margin-right: 8px;
    vertical-align: -6px;
  }
}

.btn-specification {
  background-color: #2D2D2D;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
  margin-top: 15px;
  border: 3px solid #2D2D2D;
}

@media (max-width: 1199px) {
  .btn-specification {
    padding-left: unset;
    position: relative;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

.btn-specification:hover {
  background-color: #ffffff;
  color: #2d2d2d;
}

.btn-specification i {
  margin-left: 40px;
  vertical-align: -6px;
  opacity: 0.5;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-specification i {
    margin-left: 20px;
  }
}

@media (max-width: 1199px) {
  .btn-specification i {
    margin: unset;
    position: absolute;
    top: 10%;
    left: 40%;
    font-size: 3.2rem;
  }
}

.btn-specsheet {
  background-color: #03699d;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
  margin-top: 15px;
  border: 3px solid #03699d;
}

@media (max-width: 1199px) {
  .btn-specsheet {
    padding-left: unset;
    position: relative;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

.btn-specsheet:hover {
  background-color: #ffffff;
  color: #03699d;
}

.btn-contact {
  background-color: #C32984;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 15px;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-contact {
    padding: 8px 0;
  }
}

@media (max-width: 1199px) {
  .btn-contact {
    padding-left: unset;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
  }
}

.btn-contact:hover {
  background-color: #EF4868;
}

.btn-contact i {
  margin-left: 20px;
  vertical-align: -6px;
  opacity: 0.5;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-contact i {
    margin-left: 5px;
  }
}

@media (max-width: 1199px) {
  .btn-contact i {
    margin: unset;
    position: absolute;
    top: 10%;
    left: 40%;
    font-size: 3.2rem;
  }
}

.btn-approximate {
  background-color: #2A3F7E;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 45px;
  margin-top: 20px;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-approximate {
    padding-left: 13px;
    margin-top: 15px;
  }
}

@media (max-width: 1199px) {
  .btn-approximate {
    font-size: 1.4rem;
    padding: 10px;
  }
}

.btn-approximate:hover {
  background-color: #1f71c5;
  color: #ffffff;
}

.btn-approximate i {
  margin-left: 20px;
  vertical-align: -5px;
  opacity: 0.5;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-approximate i {
    margin-left: 10px;
  }
}

@media (max-width: 1199px) {
  .btn-approximate i {
    display: none;
  }
}

.btn-official {
  background-color: #C32984;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 45px;
  margin-top: 20px;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-official {
    padding-left: 13px;
    margin-top: 15px;
  }
}

@media (max-width: 1199px) {
  .btn-official {
    font-size: 1.4rem;
    padding: 10px;
  }
}

.btn-official:hover {
  background-color: #EF4868;
}

.btn-official i {
  margin-left: 20px;
  vertical-align: -5px;
  opacity: 0.5;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-official i {
    margin-left: 10px;
  }
}

@media (max-width: 1199px) {
  .btn-official i {
    display: none;
  }
}

/*
 * 画像hover時対応
 * -------------------------------------------------------------------
 */
.hoverOpacity {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.hoverOpacity:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/*
 * products-area
 * -------------------------------------------------------------------
 */
.products-area {
  margin-top: 65px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .products-area {
    margin-top: 35px;
  }
}

.products-area__gradation {
  margin-top: 107px;
  height: 400px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e3e8), to(#ffffff));
  background: linear-gradient(#e1e3e8, #ffffff);
  position: absolute;
  z-index: 1;
}

@media (max-width: 1199px) {
  .products-area__gradation {
    margin-top: 67px;
  }
}

.products-area__title {
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
  font-stretch: condensed;
  color: #2a3f7e;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0px;
}

@media (max-width: 1199px) {
  .products-area__title {
    font-size: 5rem;
    text-align: center;
    line-height: 1.3;
  }
}

.products-area__title span {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: bold;
  color: #2d2d2d;
}

@media (max-width: 1199px) {
  .products-area__title span {
    font-size: 1.6rem;
  }
}

.products-area__detail {
  margin-top: 45px;
}

@media (max-width: 1199px) {
  .products-area__detail {
    margin-top: 25px;
  }
}

.products-area__workstation {
  margin-top: 145px;
}

@media (max-width: 1199px) {
  .products-area__workstation {
    margin-top: 50px;
  }
}

.products-area__workstation .workstation-title h2 {
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.3;
}

@media (max-width: 1199px) {
  .products-area__workstation .workstation-title h2 {
    font-size: 2.4rem;
  }
}

.products-area__workstation .workstation-title p {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
}

.products-area__workstation .workstation-title__secondeline {
  display: block;
}

.products-area__workstation .workstation-title__smallfont {
  font-size: 2.4rem;
  vertical-align: top;
}

@media (max-width: 1199px) {
  .products-area__workstation .workstation-title__smallfont {
    font-size: 1.5rem;
  }
}

.products-area__workstation .workstation-detail img {
  margin-top: 38px;
}

@media (max-width: 1199px) {
  .products-area__workstation .workstation-detail img {
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .products-area__workstation .workstation-detail .workstation-detail__img-first {
    margin-top: 15px;
  }
}

.products-area__workstation .workstation-detail h3 {
  color: #0e64ba;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-top: 40px;
  line-height: 1.2;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .products-area__workstation .workstation-detail h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1199px) {
  .products-area__workstation .workstation-detail h3 {
    margin-top: 10px;
  }
}

.products-area__workstation .workstation-detail p {
  font-size: 1.4rem;
  margin-top: 20px;
  min-height: 175px;
  line-height: 1.8;
}

@media (max-width: 1199px) {
  .products-area__workstation .workstation-detail p {
    min-height: 0px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .products-area__workstation .workstation-detail p {
    min-height: 215px;
  }
}

.products-area__workstation .workstation-detail__more {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.products-area__workstation .workstation-detail__secondeline {
  display: block;
}

.products-area__workstation .workstation-detail__smallfont {
  font-size: 1.8rem;
  vertical-align: top;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .products-area__workstation .workstation-detail__smallfont {
    font-size: 1.2rem;
  }
}

/*
 * sidebar
 * -------------------------------------------------------------------
 */
@media (max-width: 1199px) {
  .sidebar {
    margin-top: 70px;
  }
}

.sidebar-nav {
  background-color: #f7f8f9;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  border-left: medium solid #00a2e8;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .sidebar-nav {
    padding-bottom: 3px;
    margin-top: 0px;
  }
}

.sidebar-nav h3 {
  border-bottom: thin solid #eaeaea;
  padding-bottom: 13px;
}

@media (max-width: 1199px) {
  .sidebar-nav h3 {
    padding-bottom: 10px;
  }
}

.sidebar-nav h3 span {
  font-family: "Roboto Slab", serif;
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .sidebar-nav h3 span {
    font-size: 1.3rem;
  }
}

@media (max-width: 1199px) {
  .sidebar-nav h3 span {
    display: block;
    text-align: center;
    padding-bottom: 15px;
  }
}

.sidebar-nav ul {
  margin-top: 0px;
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
  padding-bottom: 16px;
}

@media (max-width: 1199px) {
  .sidebar-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 16px;
    padding-bottom: 0;
  }
}

.sidebar-nav ul li {
  list-style: none;
  border-bottom: 1px solid #eaeaea;
}

@media (max-width: 1199px) {
  .sidebar-nav ul li {
    width: 50%;
  }
  .sidebar-nav ul li:nth-child(2n + 1) {
    border-right: 1px solid #eaeaea;
  }
  .sidebar-nav ul li:last-child, .sidebar-nav ul li:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}

.sidebar-nav ul li a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #2d2d2d;
  padding: 9px 20px;
  display: block;
  position: relative;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .sidebar-nav ul li a {
    padding: 7px 20px;
  }
}

@media (max-width: 1199px) {
  .sidebar-nav ul li a {
    padding: 15px 20px;
  }
}

.sidebar-nav ul li a span {
  color: #00a2e8;
}

.sidebar-nav ul li a i {
  color: #d5d5d5;
  vertical-align: middle;
  position: absolute;
  top: 12px;
  right: 5px;
  font-size: 1.6rem;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .sidebar-nav ul li a i {
    top: 10px;
  }
}

@media (max-width: 1199px) {
  .sidebar-nav ul li a i {
    display: none;
  }
}

.sidebar-nav ul li a:hover {
  background-color: #2a3f7e;
  color: #ffffff;
}

.sidebar-nav ul li a:hover span {
  color: #ffffff;
}

.sidebar-nav:nth-of-type(1), .sidebar-nav:nth-of-type(2) {
  margin-top: 0px;
}

.sidebar-nav__shopping {
  margin-top: 40px;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .sidebar-nav__shopping {
    margin-top: 35px;
  }
}

.sidebar-nav__shopping h2 {
  font-family: "Roboto Slab", serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.3;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .sidebar-nav__shopping h2 {
    font-size: 3.2rem;
  }
}

@media (max-width: 1199px) {
  .sidebar-nav__shopping h2 {
    font-size: 2.6rem;
  }
}

.sidebar-nav__shopping h2 span {
  font-size: 1.4rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
  display: block;
}

@media (max-width: 1199px) {
  .sidebar-nav__shopping h2 span {
    font-size: 1.2rem;
  }
}

.sidebar-nav__shopping ul {
  padding: 0px;
  margin-top: 25px;
  list-style-type: none;
}

@media (max-width: 1199px) {
  .sidebar-nav__shopping ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}

.sidebar-nav__shopping ul li {
  list-style: none;
}

@media (max-width: 1199px) {
  .sidebar-nav__shopping ul li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .sidebar-nav__shopping ul li:nth-child(2n + 1) {
    margin-right: 10px;
  }
  .sidebar-nav__shopping ul li:last-child, .sidebar-nav__shopping ul li:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0px;
  }
}

.sidebar-nav__shopping ul li a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #2d2d2d;
  padding-left: 45px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  position: relative;
  background-color: #f7f8f9;
  border-radius: 5px;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .sidebar-nav__shopping ul li a {
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .sidebar-nav__shopping ul li a {
    font-size: 1.2rem;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.sidebar-nav__shopping ul li a i {
  color: #2a3f7e;
  vertical-align: middle;
  margin-right: 35px;
  font-size: 3rem;
  vertical-align: -10px;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .sidebar-nav__shopping ul li a i {
    margin-right: 15px;
  }
}

@media (max-width: 1199px) {
  .sidebar-nav__shopping ul li a i {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.sidebar-nav__shopping ul li a:hover {
  background-color: #2a3f7e;
}

.sidebar-nav__shopping ul li a:hover span {
  color: #ffffff;
}

.sidebar-nav__shopping ul li a:hover i {
  color: #ffffff;
}

.sidebar-nav__shopping-cancel {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .sidebar-nav__shopping-cancel {
    margin-top: 0px;
  }
}

.sidebar-nav__shopping-support {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .sidebar-nav__shopping-support {
    margin-top: 0px;
  }
}

.sidebar-nav__shopping-setting {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .sidebar-nav__shopping-setting {
    margin-top: 0px;
  }
}

/*
 * news-list
 * -------------------------------------------------------------------
 */
.news-list {
  margin-top: 50px;
}

.news-list h2 {
  font-family: "Roboto Slab", serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.3;
}

@media (max-width: 1199px) {
  .news-list h2 {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}

.news-list h2 span {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .news-list h2 span {
    font-size: 1.1rem;
  }
}

@media (max-width: 1199px) {
  .news-list__title-sp {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e7eb;
  }
}

.news-list .news-item {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .news-list .news-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e7eb;
  }
}

.news-list .news-item__first {
  margin-top: 0px;
}

@media (max-width: 1199px) {
  .news-list .news-item__first {
    margin-top: 20px;
  }
}

.news-list .news-item__date {
  font-size: 1.4rem;
  letter-spacing: 0.8px;
}

.news-list .news-item__title {
  font-size: 1.4rem;
  font-weight: bold;
}

.news-list .news-item .topics-ico {
  background-color: #1264ba;
  border-radius: 100px;
  color: #ffffff;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: medium;
}

.news-list .news-item .new-ico {
  background-color: #ba126c;
  border-radius: 100px;
  color: #ffffff;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: medium;
}

.news-list .news-item .update-ico {
  background-color: #00a2e8;
  border-radius: 100px;
  color: #ffffff;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: medium;
}

.br-sp {
  display: none;
}

@media (max-width: 1199px) {
  .br-sp {
    display: inherit !important;
  }
}

.br-xl {
  display: none;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .br-xl {
    display: inherit;
  }
}
/*# sourceMappingURL=style.css.map */
