@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100..900&display=swap");
@import url(//use.fontawesome.com/releases/v5.6.1/css/all.css);
@font-face {
  font-family: "BuenosAires";
  font-weight: 350;
  src: url("/assets/font/BuenosAiresWeb-Book.woff2") format("woff2"), url("/assets/font/BuenosAiresWeb-Book.woff") format("woff");
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
/* font-family: BuenosAires, sans-serif; */
/*
font-family: $font-gothic;
300 400 600 700
*/
/*
font-family: $font-yugothic;
300 400 600 700
*/
/*
font-family: $font-en;
400 500 600 700
*/
/* font-family: $font-en; */
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal;
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

ul,
ol {
  list-style: none;
}

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

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address,
em {
  font-style: normal;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */
  }
}
/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul {
  letter-spacing: -0.4em;
}
ul li {
  letter-spacing: normal;
}

/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
  margin-top: 0 !important;
}

body {
  background-color: #F0F2F4;
  color: #333;
  font-family: roboto, "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#wpadminbar {
  z-index: 10000000000;
}

a, a:link, a:hover, a:focus {
  color: #3143cf;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  -webkit-backface-visibility: hidden;
}

img[src$=".svg"] {
  width: 100%;
}

*:focus {
  outline: none;
}

::-moz-selection {
  background-color: #EED84A;
  color: #000; /* Safari */
}

::selection {
  background-color: #EED84A;
  color: #000; /* Safari */
}

::-moz-selection {
  background-color: #EED84A;
  color: #000; /* Firefox */
}

/* clearFIx
   ==================================== */
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

/* TopControl
   ==================================== */
#topcontrol {
  z-index: 8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#topcontrol a {
  background-color: #3143cf;
  color: #FFF;
  font-family: "BuenosAires", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 10px 50px 10px 20px;
  opacity: 1;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  /*
  &:after{
  position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      content: "";
      vertical-align: middle;
      right: 0;
      width: 10px;
      height: 10px;
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    transition: 0.2s;
  }
  */
}
#topcontrol a span {
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -8px;
}
#topcontrol a span img, #topcontrol a span svg {
  height: auto;
  width: 18px;
}
#topcontrol a:hover {
  opacity: 0.8;
}

/* compo
   ==================================== */
#wrap {
  padding-top: 172px;
}

.contents {
  margin: 0 auto;
  padding: 70px 0 100px;
}
.contents p, .contents li, .contents th, .contents td, .contents dl, .contents dt, .contents dd {
  line-height: 1.7;
}

.breadChumbs {
  padding: 0 2vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadChumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 65px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}
.breadChumbs ol li {
  color: #999;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  /*
  text-shadow: black 0 0 2px;
  */
}
.breadChumbs ol li:after {
  content: ">";
  display: inline-block;
  margin: 0 7px 0 3px;
}
.breadChumbs ol li a {
  color: #999;
  display: inline-block;
  padding: 2px 4px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.breadChumbs ol li a:hover {
  color: #666;
}
.breadChumbs ol li:last-child:after {
  display: none;
}

@media only screen and (max-width: 1340px) {
  .breadChumbs {
    padding: 0 25px;
  }
}
body.openFB #fixedBnr .inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.openFB #fixedBnr .inr2 {
  display: none;
}

.pageTitle {
  background-color: #FFF;
  color: #3143cf;
  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;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 700;
  min-height: 155px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pageTitle2 {
  color: #3143cf;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 60px;
  text-align: center;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
  max-width: 1280px;
  margin: 0 auto 80px;
  padding: 0 40px;
}
section:last-child {
  margin-bottom: 0;
}

.contactArea {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.contactArea .img {
  background: url("/assets/img/common/img_contactarea.jpg") center center no-repeat;
  background-size: cover;
  height: 33vw;
  min-height: 550px;
  width: 50%;
}
.contactArea .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.contactArea .data .dataInr {
  display: inline-block;
  margin: 0 auto;
}
.contactArea .data .dataInr h2 {
  color: #3143cf;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: left;
}
.contactArea .data .dataInr .btn {
  text-align: left;
}
.contactArea .data .dataInr .btn a {
  background-color: #EED84A;
  border-radius: 50px;
  color: #333;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  min-width: 390px;
}
.contactArea .data .dataInr .btn a:hover {
  background-color: #3143cf;
  color: #fff;
}

.catarogArea {
  background-color: #3143cf;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.catarogArea .img {
  background: url("/assets/img/common/img_catarogarea.jpg") center bottom no-repeat;
  background-size: 29vw auto;
  height: 33vw;
  margin-top: 60px;
  min-height: 490px;
  width: 50%;
}
@media only screen and (max-width: 1420px) {
  .catarogArea .img {
    background-size: 410px auto;
  }
}
.catarogArea .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.catarogArea .data .dataInr {
  display: inline-block;
}
.catarogArea .data .dataInr h2 {
  color: #FFF;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 35px;
  text-align: left;
}
.catarogArea .data .dataInr .btn {
  margin-bottom: 35px;
  text-align: left;
}
.catarogArea .data .dataInr .btn a {
  background-color: #EED84A;
  border-radius: 50px;
  color: #333;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  min-width: 390px;
}
.catarogArea .data .dataInr .btn a:hover {
  background-color: #fff;
  color: #3143cf;
}
.catarogArea .data .dataInr .tel {
  color: #FFF;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.catarogArea .data .dataInr .tel span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 15px;
}
.catarogArea.catarogAreaOM .img {
  background: url("/assets/img/common/img_catarogarea_om.jpg") center bottom no-repeat;
  background-size: 29vw auto;
}
@media only screen and (max-width: 1440px) {
  .catarogArea.catarogAreaOM .img {
    background-size: 420px auto;
  }
}
.catarogArea.shopify {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #F1FBEA;
}
.catarogArea.shopify .img {
  margin-top: 40px;
  background-image: url("/assets/img/common/img_catarogarea_opx_shopify.png");
  background-position: center bottom;
  background-size: 26vw auto;
  min-height: 510px;
}
@media only screen and (max-width: 1420px) {
  .catarogArea.shopify .img {
    background-size: 410px auto;
  }
}
.catarogArea.shopify .data {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.catarogArea.shopify .data .dataInr h2 {
  color: #3143cf;
  font-size: 46px;
  font-size: 4.6rem;
}
.catarogArea.service {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 27px;
  padding: 100px 0;
}
.catarogArea.service .data {
  width: 50%;
}
.catarogArea.service .data .dataInr {
  max-width: 420px;
  margin-left: 70px;
}
.catarogArea.service .data .dataInr h2 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 0;
}
.catarogArea.service .data .dataInr .read {
  margin-top: 30px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.catarogArea.service .data .dataInr .btn {
  margin: 40px 0 0;
}
.catarogArea.service .img {
  width: 50%;
  height: auto;
  min-height: auto;
  margin: 0;
  background: none;
  text-align: right;
}
.catarogArea.service .img img {
  max-width: 587px;
}
.catarogArea.various {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: none;
  padding: 100px 0;
}
.catarogArea.various .data {
  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;
}
.catarogArea.various .data .dataInr {
  max-width: 350px;
}
.catarogArea.various .data .dataInr h2 {
  color: #3143cf;
  font-size: 39px;
  font-size: 3.9rem;
  line-height: 1.3;
  letter-spacing: 0;
}
.catarogArea.various .data .dataInr .btn {
  margin: 40px 0 0;
}
.catarogArea.various .img {
  width: 56.3571428571vw;
  height: auto;
  min-height: auto;
  margin: 0;
  background: none;
}
.catarogArea.various .img img {
  max-width: 720px;
}

.serviceArea {
  padding: 50px 20px;
}
.serviceArea .inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.serviceArea .inr p {
  width: calc(20% - 16px);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.serviceArea .inr p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  padding: 20px 0;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.serviceArea .inr p a::after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 14px;
  margin-left: 10px;
  background: url("/assets/img/common/arrow_footer_service_nav.svg") no-repeat 0 0/contain;
}
.serviceArea .inr p a:hover {
  opacity: 0.7;
}
.serviceArea .inr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 80%;
}
.serviceArea .inr ul li {
  width: calc(25% - 15px);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.serviceArea .inr ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.serviceArea .inr ul li a::after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 14px;
  margin-left: 10px;
  background: url("/assets/img/common/arrow_footer_service_nav.svg") no-repeat 0 0/contain;
}
.serviceArea .inr ul li a:hover {
  opacity: 0.7;
}

.indList {
  padding-left: 1em;
  text-indent: -1em;
}

#fixedBnr {
  color: #FFF;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 10000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
#fixedBnr .inr {
  background-color: #3143cf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 200px;
  padding: 40px 20px 40px 30px;
  min-width: 530px;
  display: none;
}
#fixedBnr .inr .img {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 150px;
}
#fixedBnr .inr .data {
  padding: 0 0 0 35px;
  width: calc(100% - 150px);
}
#fixedBnr .inr .data h2 {
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 20px;
}
#fixedBnr .inr .data .btn {
  font-weight: 600;
}
#fixedBnr .inr .data .btn a {
  background: url("/assets/img/common/icon_arrow_r.png") 92% center no-repeat #FFF;
  border-radius: 5px;
  display: inline-block;
  min-width: 244px;
  padding: 20px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#fixedBnr .inr .data .btn a:hover {
  background-color: #EED84A;
}
#fixedBnr .inr2 {
  background-color: #3143cf;
  cursor: pointer;
  border-radius: 7px 7px 0 0;
  padding: 18px 20px 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  min-width: 400px;
}
#fixedBnr .inr2:hover {
  opacity: 0.9;
}
#fixedBnr .inr2 p {
  font-weight: 600;
}
#fixedBnr .inr2 p img {
  position: absolute;
  top: 22px;
  right: 20px;
  margin-left: 10px;
  vertical-align: middle;
  width: 13px;
}
#fixedBnr #fbClose {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#fixedBnr #fbClose:hover {
  opacity: 0.7;
}

.cmnBtn01 {
  text-align: center;
}
.cmnBtn01 a {
  background-color: #3143cf;
  border-radius: 50px;
  color: #FFF;
  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;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  text-decoration: none;
  min-height: 72px;
  max-width: 290px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cmnBtn01 a:hover {
  background-color: #EED84A;
  color: #333;
}

/* Responsive Start */
@media only screen and (max-width: 768px) {
  body {
    font-family: roboto, "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", YuGothic, sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    padding-bottom: 0;
    min-width: auto;
  }
  #topcontrol {
    bottom: 20px !important;
    z-index: 8;
  }
  #topcontrol a {
    font-size: 10px;
    font-size: 1rem;
    padding: 7px 30px 10px 15px;
  }
  #topcontrol a span {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
  }
  #topcontrol a span img, #topcontrol a span svg {
    height: auto;
    width: 9px;
  }
  body.open #topcontrol {
    opacity: 0 !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #wrap {
    padding-top: 50px;
  }
  body.o_plux #wrap {
    padding-top: 104px;
  }
  .contents {
    padding: 30px 0;
  }
  .breadChumbs {
    padding: 8px 15px 10px;
    display: none;
  }
  .breadChumbs ol {
    display: block;
    min-height: auto;
    min-height: none;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .breadChumbs ol li {
    display: inline;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1;
  }
  .breadChumbs ol li:after {
    margin: 0 0 0 2px;
  }
  .breadChumbs ol li a {
    padding: 1px 4px;
  }
  .pageTitle {
    font-size: 22px;
    font-size: 2.2rem;
    min-height: 70px;
    padding: 0 15px;
  }
  .pageTitle2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
  section {
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .contactArea {
    display: block;
  }
  .contactArea .img {
    background: url("/assets/img/common/img_contactarea.jpg") center bottom no-repeat;
    background-size: cover;
    height: 65vw;
    min-height: auto;
    width: 100%;
  }
  .contactArea .data {
    display: block;
    width: 100%;
  }
  .contactArea .data .dataInr {
    display: block;
    padding: 60px 20px 40px;
  }
  .contactArea .data .dataInr h2 {
    font-size: 32px;
    font-size: 3.2rem;
    text-align: center;
  }
  .contactArea .data .dataInr .btn {
    text-align: center;
  }
  .contactArea .data .dataInr .btn a {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    padding: 20px 10px;
    text-align: center;
    text-decoration: none;
    min-width: 50vw;
  }
  .catarogArea {
    display: block;
  }
  .catarogArea .img {
    background-position: center bottom;
    background-size: 58vw auto;
    height: 70vw;
    margin-top: 0;
    min-height: auto;
    width: 100%;
  }
  .catarogArea .data {
    display: block;
    width: 100%;
  }
  .catarogArea .data .dataInr {
    display: block;
    padding: 45px 20px 30px;
  }
  .catarogArea .data .dataInr h2 {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0;
    margin-bottom: 25px;
    text-align: center;
  }
  .catarogArea .data .dataInr .btn {
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .catarogArea .data .dataInr .btn a {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    padding: 20px 10px;
    text-align: center;
    text-decoration: none;
    min-width: 65vw;
  }
  .catarogArea .data .dataInr .tel {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .catarogArea .data .dataInr .tel span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .catarogArea.catarogAreaOM .img {
    background-position: center top;
    background-size: 58vw auto;
  }
  .catarogArea.shopify .img {
    margin-top: 0;
    height: 60vw;
    min-height: auto;
    background-size: 58vw auto;
  }
  .catarogArea.shopify .data .dataInr h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  .catarogArea.service {
    padding: 60px 30px;
  }
  .catarogArea.service .data {
    width: 100%;
  }
  .catarogArea.service .data .dataInr {
    max-width: none;
    margin: 20px 0 0;
    padding: 0;
  }
  .catarogArea.service .data .dataInr h2 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
  .catarogArea.service .data .dataInr h2 .only-pc {
    display: none;
  }
  .catarogArea.service .data .dataInr .read {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
  .catarogArea.service .data .dataInr .btn {
    margin-top: 30px;
  }
  .catarogArea.service .img {
    width: 100%;
  }
  .catarogArea.service .img img {
    width: 100%;
    max-width: none;
  }
  .catarogArea.various {
    padding: 60px 30px;
  }
  .catarogArea.various .data {
    display: block;
  }
  .catarogArea.various .data .dataInr {
    max-width: none;
    padding: 0;
  }
  .catarogArea.various .data .dataInr h2 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
  .catarogArea.various .data .dataInr h2 .pcDisp {
    display: none;
  }
  .catarogArea.various .data .dataInr .btn {
    margin: 30px 0 0;
  }
  .catarogArea.various .img {
    width: 100%;
    margin-top: 30px;
  }
  .catarogArea.various .img img {
    width: 100%;
    max-width: none;
  }
  .serviceArea {
    padding: 40px 30px;
  }
  .serviceArea .inr {
    display: block;
    gap: 0;
  }
  .serviceArea .inr p {
    width: 100%;
  }
  .serviceArea .inr ul {
    display: block;
    width: 100%;
  }
  .serviceArea .inr ul li {
    width: 100%;
  }
  #fixedBnr {
    position: fixed;
    bottom: 0;
    right: auto;
    left: 0;
    width: 100%;
  }
  #fixedBnr .inr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 20px 20px;
    min-height: auto;
    min-height: none;
    min-width: auto;
    min-width: none;
  }
  #fixedBnr .inr .img {
    border-right: none;
    padding: 0 10px 0 0;
    width: 90px;
  }
  #fixedBnr .inr .data {
    padding: 0 0 0 12px;
    text-align: center;
    width: auto;
  }
  #fixedBnr .inr .data h2 {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  #fixedBnr .inr .data .btn {
    font-weight: 600;
  }
  #fixedBnr .inr .data .btn a {
    background: none;
    background-color: #FFF;
    border-radius: 30px;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    min-width: 170px;
    padding: 10px;
    text-align: center;
  }
  #fixedBnr .inr .data .btn a:hover {
    background-color: #FFF;
  }
  #fixedBnr .inr2 {
    border-radius: 7px 7px 0 0;
    padding: 18px 20px 15px;
    min-width: auto;
    min-width: none;
  }
  #fixedBnr .inr2:hover {
    opacity: 1;
  }
  #fixedBnr .inr2 p img {
    position: absolute;
    top: 22px;
    right: 20px;
    margin-left: 10px;
    vertical-align: middle;
    width: 13px;
  }
  #fixedBnr #fbClose {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #fixedBnr #fbClose:hover {
    opacity: 0.7;
  }
  .cmnBtn01 a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    min-height: 56px;
    max-width: 250px;
  }
}
/* Basic
   ==================================== */
@media only screen and (min-width: 768px) {
  .spHide {
    display: inline-block;
  }
  .spDisp {
    display: none;
  }
  .cmnAnc {
    /*
    display: inline-block;
    height: 1px;
    padding-top: 100px;
    margin-top: -100px;
    */
  }
  .graySmall {
    color: #999;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
    font-weight: 600;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .graySmall {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .font13 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .font13 {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .hvBtn, .hvBtns a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .hvBtn:hover, .hvBtns a:hover {
    opacity: 0.7;
  }
  .bscImg {
    height: auto;
    max-width: 100%;
  }
  .left {
    text-align: left !important;
  }
  .right {
    text-align: right !important;
  }
  .center {
    text-align: center;
  }
  .vAT {
    vertical-align: top !important;
  }
  .vAM {
    vertical-align: middle !important;
  }
  .vAB {
    vertical-align: bottom !important;
  }
  .red {
    color: red;
  }
  .bold {
    font-weight: bold;
  }
  .normal {
    font-weight: normal;
  }
  .icon {
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -1px;
  }
  .top0 {
    margin-top: 0 !important;
  }
  .top5 {
    margin-top: 5px !important;
  }
  .top10 {
    margin-top: 10px !important;
  }
  .top15 {
    margin-top: 15px !important;
  }
  .top20 {
    margin-top: 20px !important;
  }
  .top25 {
    margin-top: 25px !important;
  }
  .top30 {
    margin-top: 30px !important;
  }
  .top35 {
    margin-top: 35px !important;
  }
  .top40 {
    margin-top: 40px !important;
  }
  .btm0 {
    margin-bottom: 0 !important;
  }
  .btm5, .btm05 {
    margin-bottom: 5px !important;
  }
  .btm10 {
    margin-bottom: 10px !important;
  }
  .btm15 {
    margin-bottom: 15px !important;
  }
  .btm20 {
    margin-bottom: 20px !important;
  }
  .btm25 {
    margin-bottom: 25px !important;
  }
  .btm30 {
    margin-bottom: 30px !important;
  }
  .btm35 {
    margin-bottom: 35px !important;
  }
  .btm40 {
    margin-bottom: 40px !important;
  }
  .btm45 {
    margin-bottom: 45px !important;
  }
  .btm50 {
    margin-bottom: 50px !important;
  }
  .btm55 {
    margin-bottom: 55px !important;
  }
  .btm60 {
    margin-bottom: 60px !important;
  }
  .btm65 {
    margin-bottom: 65px !important;
  }
  .btm70 {
    margin-bottom: 70px !important;
  }
  .btm75 {
    margin-bottom: 75px !important;
  }
  .btm80 {
    margin-bottom: 80px !important;
  }
  .btm85 {
    margin-bottom: 85px !important;
  }
  .btm90 {
    margin-bottom: 90px !important;
  }
  .btm95 {
    margin-bottom: 95px !important;
  }
  .btm100 {
    margin-bottom: 100px !important;
  }
  .btm110 {
    margin-bottom: 110px !important;
  }
  .btm120 {
    margin-bottom: 120px !important;
  }
  .pT0 {
    padding-top: 0 !important;
  }
  .pT5 {
    padding-top: 5px !important;
  }
  .pT10 {
    padding-top: 10px !important;
  }
  .pT15 {
    padding-top: 15px !important;
  }
  .pT20 {
    padding-top: 20px !important;
  }
  .pT25 {
    padding-top: 25px !important;
  }
  .pT30 {
    padding-top: 30px !important;
  }
  .pT35 {
    padding-top: 35px !important;
  }
  .pT40 {
    padding-top: 40px !important;
  }
  .pT45 {
    padding-top: 45px !important;
  }
  .pB0 {
    padding-bottom: 0 !important;
  }
  .pB5 {
    padding-bottom: 5px !important;
  }
  .pB10 {
    padding-bottom: 10px !important;
  }
  .pB15 {
    padding-bottom: 15px !important;
  }
  .pB20 {
    padding-bottom: 20px !important;
  }
  .pB30 {
    padding-bottom: 20px !important;
  }
  .pB40 {
    padding-bottom: 20px !important;
  }
  .lm5 {
    margin-left: 5px !important;
  }
  .lm10 {
    margin-left: 10px !important;
  }
  .lm15 {
    margin-left: 15px !important;
  }
  .lm20 {
    margin-left: 20px !important;
  }
  .lm50 {
    margin-left: 50px !important;
  }
  .lm60 {
    margin-left: 60px !important;
  }
  .lm70 {
    margin-left: 70px !important;
  }
  .rm5 {
    margin-right: 5px !important;
  }
  .rm10 {
    margin-right: 10px !important;
  }
  .rm15 {
    margin-right: 15px !important;
  }
  .rm20 {
    margin-right: 20px !important;
  }
  .w5 {
    width: 5% !important;
  }
  .w10 {
    width: 10% !important;
  }
  .w15 {
    width: 15% !important;
  }
  .w18 {
    width: 18% !important;
  }
  .w20 {
    width: 20% !important;
  }
  .w25 {
    width: 25% !important;
  }
  .w30 {
    width: 30% !important;
  }
  .w35 {
    width: 35% !important;
  }
  .w40 {
    width: 40% !important;
  }
  .w45 {
    width: 45% !important;
  }
  .w50 {
    width: 50% !important;
  }
  .w55 {
    width: 55% !important;
  }
  .w60 {
    width: 60% !important;
  }
  .w65 {
    width: 65% !important;
  }
  .w70 {
    width: 70% !important;
  }
  .w75 {
    width: 75% !important;
  }
  .w80 {
    width: 80% !important;
  }
  .w85 {
    width: 85% !important;
  }
  .w90 {
    width: 90% !important;
  }
  .w95 {
    width: 95% !important;
  }
  .wfull {
    width: 100% !important;
  }
  .w100 {
    width: 100px;
  }
  .w150 {
    width: 150px;
  }
  .w200 {
    width: 200px;
  }
  .w250 {
    width: 250px;
  }
  .w300 {
    width: 300px;
  }
  .w350 {
    width: 350px;
  }
  .w400 {
    width: 400px;
  }
  .w450 {
    width: 450px;
  }
  .w500 {
    width: 500px;
  }
  .w550 {
    width: 550px;
  }
  .w600 {
    width: 600px;
  }
}
@media only screen and (max-width: 768px) {
  /*
  .cmnAnc {
  display: inline;
  padding-top: 60px;
  margin-top: -60px;
  }
  */
  .graySmall {
    color: #999;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
    font-weight: 600;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .graySmall {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .spImg {
    height: auto;
    width: 100%;
  }
  .spCenter {
    text-align: center;
  }
  .spLeft {
    text-align: left !important;
  }
  .top10 {
    margin-top: 5px !important;
  }
  .top15 {
    margin-top: 5px !important;
  }
  .top20 {
    margin-top: 10px !important;
  }
  .top25 {
    margin-top: 10px !important;
  }
  .top30 {
    margin-top: 15px !important;
  }
  .top35 {
    margin-top: 15px !important;
  }
  .top40 {
    margin-top: 20px !important;
  }
  .btm0 {
    margin-bottom: 0 !important;
  }
  .btm5 {
    margin-bottom: 5px !important;
  }
  .btm10 {
    margin-bottom: 5px !important;
  }
  .btm15 {
    margin-bottom: 10px !important;
  }
  .btm20 {
    margin-bottom: 15px !important;
  }
  .btm25 {
    margin-bottom: 20px !important;
  }
  .btm30 {
    margin-bottom: 20px !important;
  }
  .btm35 {
    margin-bottom: 20px !important;
  }
  .btm40 {
    margin-bottom: 30px !important;
  }
  .btm45 {
    margin-bottom: 30px !important;
  }
  .btm50 {
    margin-bottom: 30px !important;
  }
  .btm55 {
    margin-bottom: 30px !important;
  }
  .btm60 {
    margin-bottom: 30px !important;
  }
  .btm65 {
    margin-bottom: 30px !important;
  }
  .btm70 {
    margin-bottom: 30px !important;
  }
  .btm75 {
    margin-bottom: 30px !important;
  }
  .btm80 {
    margin-bottom: 30px !important;
  }
  .btm85 {
    margin-bottom: 30px !important;
  }
  .btm90 {
    margin-bottom: 30px !important;
  }
  .btm95 {
    margin-bottom: 30px !important;
  }
  .btm100 {
    margin-bottom: 30px !important;
  }
  .btm110 {
    margin-bottom: 30px !important;
  }
  .btm120 {
    margin-bottom: 30px !important;
  }
  .pT0 {
    padding-top: 0 !important;
  }
  .pT5 {
    padding-top: 5px !important;
  }
  .pT10 {
    padding-top: 5px !important;
  }
  .pT15 {
    padding-top: 10px !important;
  }
  .pT20 {
    padding-top: 10px !important;
  }
  .pT25 {
    padding-top: 15px !important;
  }
  .pT30 {
    padding-top: 15px !important;
  }
  .pT35 {
    padding-top: 15px !important;
  }
  .pT40 {
    padding-top: 20px !important;
  }
  .pT45 {
    padding-top: 20px !important;
  }
  .pB0 {
    padding-bottom: 0 !important;
  }
  .pB5 {
    padding-bottom: 5px !important;
  }
  .pB10 {
    padding-bottom: 5px !important;
  }
  .pB15 {
    padding-bottom: 5px !important;
  }
  .pB20 {
    padding-bottom: 10px !important;
  }
  .lm5 {
    margin-left: 5px !important;
  }
  .lm10 {
    margin-left: 5px !important;
  }
  .lm15 {
    margin-left: 5px !important;
  }
  .lm20 {
    margin-left: 10px !important;
  }
  .lm50 {
    margin-left: 20px !important;
  }
  .lm60 {
    margin-left: 30px !important;
  }
  .lm70 {
    margin-left: 30px !important;
  }
  .rm5 {
    margin-right: 5px !important;
  }
  .rm10 {
    margin-right: 5px !important;
  }
  .rm15 {
    margin-right: 5px !important;
  }
  .rm20 {
    margin-right: 10px !important;
  }
  .spBtm0 {
    margin-bottom: 0 !important;
  }
  .spBtm5 {
    margin-bottom: 5px !important;
  }
  .spBtm10 {
    margin-bottom: 10px !important;
  }
  .spBtm15 {
    margin-bottom: 15px !important;
  }
  .spBtm20 {
    margin-bottom: 20px !important;
  }
  .spBtm25 {
    margin-bottom: 25px !important;
  }
  .spBtm30 {
    margin-bottom: 30px !important;
  }
  .spBtm35 {
    margin-bottom: 35px !important;
  }
  .spBtm40 {
    margin-bottom: 40px !important;
  }
  .spBtm45 {
    margin-bottom: 45px !important;
  }
  .spBtm50 {
    margin-bottom: 50px !important;
  }
  .spW100 {
    width: 100% !important;
  }
  .spHide {
    display: none;
  }
  .spDisp {
    display: inline-block;
  }
  .font13 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .font13 {
    font-size: 10px;
    font-size: 1rem;
  }
}
.size11 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .size11 {
    font-size: 10px;
    font-size: 1rem;
  }
}

.size12 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .size12 {
    font-size: 10px;
    font-size: 1rem;
  }
}

.size13 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .size13 {
    font-size: 10px;
    font-size: 1rem;
  }
}

.size14 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .size14 {
    font-size: 10px;
    font-size: 1rem;
  }
}

.size15 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .size15 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* O-MOTION footer add20211118 */
.downloadArea {
  padding: 70px 40px;
  background: #fff;
}
.downloadArea h2 {
  color: #3143cf;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.7;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .downloadArea h2 {
    font-size: 37px;
    font-size: 3.7rem;
  }
}
.downloadArea h3 {
  color: #3143cf;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.7;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .downloadArea h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.downloadArea .data {
  position: relative;
  max-width: 1240px;
  margin: 77px auto 0;
  padding: 60px 60px 60px 440px;
  background: #f0f2f4;
}
.downloadArea .dataInr .btn {
  margin-top: 25px;
}
.downloadArea .dataInr .btn a {
  background-color: #EED84A;
  border-radius: 50px;
  color: #333;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  min-width: 360px;
}
.downloadArea .dataInr .btn a:hover {
  background-color: #3143cf;
  color: #fff;
}
.downloadArea .img {
  position: absolute;
  left: 13px;
  bottom: 0;
  max-width: 403px;
}

@media only screen and (max-width: 768px) {
  .downloadArea {
    padding: 40px 20px;
  }
  .downloadArea h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.7;
    line-height: 1.4;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .downloadArea h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .downloadArea h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .downloadArea h3 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .downloadArea .data {
    position: relative;
    margin-top: 20px;
    padding: 30px 20px 0;
  }
  .downloadArea .dataInr .btn {
    margin: 15px auto 0;
    text-align: center;
  }
  .downloadArea .dataInr .btn a {
    font-size: 1.4rem;
    padding: 20px 10px;
    min-width: 50vw;
  }
  .downloadArea .img {
    position: static;
    max-width: 250px;
    margin: 0 auto;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  -webkit-box-shadow: 0 10px 10px -3px rgba(0, 0, 0, 0.04);
          box-shadow: 0 10px 10px -3px rgba(0, 0, 0, 0.04);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  /* OMヘッダー */
}
.header .hdT {
  background-color: #3143cf;
  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;
  padding: 0 2vw;
  height: 75px;
}
.header .hdT .headLogo {
  padding-left: 10px;
}
.header .hdT .headLogo img, .header .hdT .headLogo svg {
  height: 24px;
  width: auto;
}
@media (max-width: 1300px) {
  .header .hdT .headLogo img, .header .hdT .headLogo svg {
    height: 1.8461538462vw;
  }
}
.header .hdT .headLogo span {
  font-weight: 600;
}
.header .hdT .hdTC {
  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;
  padding: 0 10px;
}
@media (max-width: 1440px) {
  .header .hdT .hdTC {
    padding: 0 0.6944444444vw;
  }
}
.header .hdT .hdTC dt {
  color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .header .hdT .hdTC dt {
    font-size: 1.0416666667vw;
  }
}
.header .hdT .hdTC dt h1 {
  font-weight: 500;
}
.header .hdT .hdTC dd {
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .header .hdT .hdTC dd {
    padding-left: 1.0416666667vw;
  }
}
.header .hdT .hdTC dd a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .hdT .hdTC dd a:hover {
  opacity: 0.8;
}
.header .hdT .hdTC dd a img {
  width: auto;
}
.header .hdT .hdTC dd a img.logo01 {
  height: 53px;
}
@media (max-width: 1440px) {
  .header .hdT .hdTC dd a img.logo01 {
    height: 3.6805555556vw;
  }
}
.header .hdT .hdTC dd a img.logo02 {
  height: 18px;
}
@media (max-width: 1440px) {
  .header .hdT .hdTC dd a img.logo02 {
    height: 1.25vw;
  }
}
.header .hdT .hdTC dd a img.logo03 {
  height: 18px;
}
@media (max-width: 1440px) {
  .header .hdT .hdTC dd a img.logo03 {
    height: 1.25vw;
  }
}
.header .hdT .hdTC dd a img.logo04 {
  height: 23px;
}
@media (max-width: 1440px) {
  .header .hdT .hdTC dd a img.logo04 {
    height: 1.5972222222vw;
  }
}
.header .hdT .hdTC dd a img.logo05 {
  height: 28px;
}
@media (max-width: 1440px) {
  .header .hdT .hdTC dd a img.logo05 {
    height: 1.9444444444vw;
  }
}
.header .hdT .hdTR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .hdT .hdTR .contact {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .header .hdT .hdTR .contact {
    font-size: 1.0769230769vw;
  }
}
.header .hdT .hdTR .contact a {
  border: 1px solid #FFF;
  border-radius: 30px;
  color: #FFF;
  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: 42px;
  min-width: 150px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1300px) {
  .header .hdT .hdTR .contact a {
    height: 3.2307692308vw;
    min-width: 11.5384615385vw;
  }
}
.header .hdT .hdTR .contact a:hover {
  opacity: 0.8;
}
.header .hdT .hdTR .contact a img {
  margin-right: 10px;
}
@media (max-width: 1300px) {
  .header .hdT .hdTR .contact a img {
    width: 2.3076923077vw;
  }
}
.header .hdT .hdTR .tel {
  color: #FFF;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding-left: 20px;
  white-space: nowrap;
}
@media (max-width: 1300px) {
  .header .hdT .hdTR .tel {
    padding-left: 1.5384615385vw;
    font-size: 1.6923076923vw;
  }
}
.header .hdT .hdTR .tel span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 5px;
}
.header .hdT .contactSp {
  display: none;
}
.header .hdT .serviceTop {
  display: none;
}
.header .hdB {
  background-color: #FFF;
  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;
  position: relative;
  padding: 0 2vw;
  height: 97px;
}
.header .hdB .hdBTitle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  padding-left: 10px;
}
@media (max-width: 1440px) {
  .header .hdB .hdBTitle {
    font-size: min(1.25vw, 18rem);
  }
}
.header .hdB .hdBTitle a {
  color: #333;
  text-decoration: none;
}
.header .hdB .hdBC {
  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;
  margin-left: auto;
}
.header .hdB .hdBC > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .hdB .hdBC > ul > li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0 15px;
  width: auto !important;
}
@media (max-width: 1440px) {
  .header .hdB .hdBC > ul > li {
    font-size: min(1.0416666667vw, 12rem);
  }
}
.header .hdB .hdBC > ul > li.current-item {
  font-weight: bold;
}
.header .hdB .hdBC > ul > li.current-item a, .header .hdB .hdBC > ul > li.current-item .notA {
  color: #3143cf;
}
.header .hdB .hdBC > ul > li.more {
  padding-right: 0;
}
.header .hdB .hdBC > ul > li.more .notA {
  position: relative;
  padding-right: 20px;
}
.header .hdB .hdBC > ul > li.more .notA:after {
  position: absolute;
  top: -3px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .hdB .hdBC > ul > li.more:hover .notA {
  color: #3143cf !important;
}
.header .hdB .hdBC > ul > li.more:hover:after {
  border-top: 1px solid #3143cf;
  border-right: 1px solid #3143cf;
}
.header .hdB .hdBC > ul > li.more .notA {
  margin-right: 15px;
}
.header .hdB .hdBC > ul > li > a, .header .hdB .hdBC > ul > li .notA {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 97px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
  width: auto !important;
}
.header .hdB .hdBC > ul > li .moreUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  padding: 0;
  width: 970px;
  background: #3143cf;
}
.header .hdB .hdBC > ul > li .moreUl li {
  width: 33.3333333333%;
  background: #fff;
  border-top: 1px solid #616FDD;
  border-right: 1px solid #616FDD;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .hdB .hdBC > ul > li .moreUl li:nth-child(1), .header .hdB .hdBC > ul > li .moreUl li:nth-child(2) {
  width: 50%;
  border-top: none;
}
.header .hdB .hdBC > ul > li .moreUl li:nth-child(2), .header .hdB .hdBC > ul > li .moreUl li:nth-child(5) {
  border-right: none;
}
.header .hdB .hdBC > ul > li .moreUl li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 20px 20px;
  background: #3143cf;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .hdB .hdBC > ul > li .moreUl li a:hover {
  opacity: 0.8;
}
.header .hdB .hdBC > ul > li .moreUl li .logo {
  font-size: 0;
  text-align: center;
}
.header .hdB .hdBC > ul > li .moreUl li .logo small {
  display: inline-block;
  padding: 1px 10px;
  background: #fff;
  border-radius: 44px;
  color: #3143cf;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.header .hdB .hdBC > ul > li .moreUl li .logo span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 84px;
  margin-top: 13px;
}
.header .hdB .hdBC > ul > li .moreUl li .logo img {
  display: block;
  margin: 0 auto;
}
.header .hdB .hdBC > ul > li .moreUl li:nth-child(1) .logo img {
  width: auto;
  height: 22px;
}
.header .hdB .hdBC > ul > li .moreUl li:nth-child(2) .logo img {
  width: auto;
  height: 22px;
}
.header .hdB .hdBC > ul > li .moreUl li:nth-child(3) .logo img {
  width: auto;
  height: 22px;
}
.header .hdB .hdBC > ul > li .moreUl li:nth-child(4) .logo img {
  width: 113px;
}
.header .hdB .hdBC > ul > li .moreUl li:nth-child(5) .logo img {
  width: 175px;
}
.header .hdB .hdBC > ul > li .moreUl li:nth-child(6) .logo img {
  width: 127px;
}
.header .hdB .hdBC > ul > li:hover .moreUl {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
  width: 970px;
}
.header .hdB .hdBC #slide-line {
  position: absolute;
  bottom: 0;
  height: 5px;
  background-color: #3143cf;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .hdB .hdBR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 2;
  margin-left: 40px;
}
.header .hdB .hdBR .contact {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.header .hdB .hdBR .contact a {
  background-color: #EED84A;
  border: 1px solid #FFF;
  border-radius: 30px;
  color: #333;
  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: 50px;
  min-width: 134px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .hdB .hdBR .contact a:hover {
  background-color: #3143cf;
  color: #fff;
}
.header .hdB .hdBR .contact.type2 {
  display: none;
}
@media (max-width: 1300px) {
  .header .hdT {
    padding: 0 25px;
  }
  .header .hdT .headLogo {
    padding-left: 10px;
  }
  .header .hdB {
    padding: 0 25px;
  }
  .header .hdB .hdBC > ul > li {
    padding: 0 15px;
  }
}
.header.headerOM {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header.headerOM .hdB {
  height: 75px;
}
.header.headerOM .hdBR .tel {
  display: none;
  margin-right: 20px;
  color: #3143cf;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
}
.header.headerOM .hdBR .tel span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.header.headerOM .hdBR .contact + .contact {
  margin-left: 10px;
}
.header.headerOM .hdBR .contact.type2 {
  display: none;
}
.header.headerOM .hdBR .contact.type2 a {
  background-color: #3143cf;
  border: 2px solid #3143cf;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .header.headerOM .hdBR .contact.type2 a:hover {
    background-color: #fff;
    color: #3143cf;
  }
}

.headerOP .hdB {
  height: 97px;
}
.headerOP .hdB .hdBTitle {
  padding-left: 10px;
  width: 15%;
}
.headerOP .hdB .hdBTitle a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.headerOP .hdB .hdBTitle a:hover {
  opacity: 0.8;
}
.headerOP .hdB .hdBTitle img, .headerOP .hdB .hdBTitle svg {
  height: 26px;
  width: 149px;
  max-width: auto;
  max-width: none;
}
.headerOP .hdB .hdBC {
  position: relative;
}
.headerOP .hdB .hdBC > ul > li {
  padding: 0 15px;
}
@media (max-width: 1460px) {
  .headerOP .hdB .hdBC > ul > li {
    padding: 0 12px;
  }
}
.headerOP .hdB .hdBR {
  margin-left: 25px;
}
.headerOP .hdB .hdBR .contact {
  font-weight: bold;
}
.headerOP .hdB .hdBR .contact a {
  background-color: #EED84A;
}
.headerOP .hdB .hdBR .contact.type2 {
  display: block;
}
@media (max-width: 1340px) {
  .headerOP .hdT {
    padding: 0 25px;
  }
  .headerOP .hdT .headLogo {
    padding-left: 10px;
    width: 23%;
  }
  .headerOP .hdT .hdTCNav > ul > li {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 10px;
  }
  .headerOP .hdT .hdTR {
    margin-left: 2.9850746269vw;
  }
  .headerOP .hdT .hdTR .tel {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 15px;
  }
  .headerOP .hdB {
    padding: 0 25px;
  }
  .headerOP .hdB .hdBTitle {
    width: 15%;
  }
  .headerOP .hdB .hdBC > ul > li {
    padding: 0 10px;
  }
}

.headerOM .hdB .hdBTitle img,
.headerOM .hdB .hdBTitle svg {
  height: 50px;
  width: 214px;
}

.headerOP .hdB .hdBR .contact {
  margin-left: 10px;
}

#header.scroll {
  top: -75px;
}
#header.scroll.headerOM {
  top: 0;
}

.spMenuSet {
  display: none;
}

.riskBtn {
  background-color: #FFF;
  position: fixed;
  top: calc(50% - 73px);
  right: 0;
  display: none !important;
}
.riskBtn a {
  background-color: #FFF;
  border-left: 2px solid #3143cf;
  display: block;
  padding: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
}
.riskBtn a:hover {
  padding: 15px 20px;
}

.open #global-nav {
  z-index: 1000;
  visibility: visible;
}

#global-nav {
  visibility: hidden;
  position: fixed;
  top: 50px;
  left: 0;
  height: calc(100vh - 50px);
  width: 100%;
  overflow: scroll;
  letter-spacing: 0.08em;
  padding: 30px 30px 30px;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#global-nav .subTitle {
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: none;
  transition: none;
  position: relative;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}
#global-nav .subTitle span {
  display: inline-block;
  position: relative;
  z-index: 2;
  min-width: 68px;
  background: #fff;
}
#global-nav .subTitle::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #C8C9CA;
}
#global-nav .serviceMenu, #global-nav .mainMenu {
  list-style: none;
}
#global-nav .serviceMenu li, #global-nav .mainMenu li {
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: none;
  transition: none;
}
#global-nav .serviceMenu li + li, #global-nav .mainMenu li + li {
  margin-top: 0.25em;
}
#global-nav .serviceMenu a, #global-nav .mainMenu a {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#global-nav .mainMenu {
  border-top: 1px solid #C8C9CA;
}
#global-nav .mainMenu li {
  border-bottom: 1px solid #C8C9CA;
}
#global-nav .subMenu {
  margin-bottom: 30px;
  padding-top: 0;
}
#global-nav .subMenu ul {
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: none;
  transition: none;
}
#global-nav .subMenu ul .catalog {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
#global-nav .subMenu ul .catalog a {
  background-color: #EED84A;
  border-radius: 5px;
  color: #333;
  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;
  text-align: center;
  text-decoration: none;
}
#global-nav .subMenu ul .tel {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
}
#global-nav .subMenu ul .tel a {
  background-color: #3143cf;
  border-radius: 5px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  text-align: center;
  text-decoration: none;
}
#global-nav .subMenu ul .tel a span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  padding-top: 7px;
  width: 100%;
}

.open #global-nav .subTitle {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.open #global-nav .serviceMenu li, .open #global-nav .mainMenu li {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.open #global-nav .mainMenu li:nth-child(2) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.open #global-nav .mainMenu li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.open #global-nav .mainMenu li:nth-child(4) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.open #global-nav .mainMenu li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.open #global-nav .mainMenu li:nth-child(6) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.open #global-nav .mainMenu li:nth-child(7) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.open #global-nav .subMenu ul {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#nav-bg {
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  display: block;
  position: fixed;
  background: rgba(0, 44, 89, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale();
  transform: scale();
  z-index: -1;
}

.open #nav-bg {
  background: rgb(255, 255, 255);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100vw;
  height: 100vh;
  margin-right: 0;
  margin-top: 0;
}

#nav-toggle {
  display: block;
  position: absolute;
  right: 15px;
  top: 19px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

#nav-toggle div {
  position: relative;
}

body.open #nav-toggle {
  z-index: 1000000000;
}

body.open #nav-toggle div:before {
  top: 15px;
  opacity: 0;
}
body.open #nav-toggle div:after {
  top: 4px;
  opacity: 1;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFF;
  left: 0;
  zoom: 1;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 7px;
}

#nav-toggle span:nth-child(3) {
  top: 14px;
}

.open #nav-toggle {
  background: transparent;
}

.open #nav-toggle span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
  width: 100%;
}

/* Responsive Start */
@media only screen and (max-width: 768px) {
  .header {
    height: 50px;
    z-index: 1000;
    width: 100%;
    -webkit-box-shadow: 0 6px 10px -3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 6px 10px -3px rgba(0, 0, 0, 0.05);
    min-width: auto;
    /* OMヘッダー */
  }
  .header .hdT {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
    height: 50px;
  }
  .header .hdT .headLogo {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -8px;
    line-height: 1;
    padding-left: 4px;
    width: 60px;
  }
  .header .hdT .headLogo img, .header .hdT .headLogo svg {
    height: 12px;
    width: 51px;
  }
  .header .hdT .hdTC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 0 60px;
    height: 50px;
    text-align: center;
    width: calc(100% - 90px);
  }
  .header .hdT .hdTC dt {
    font-size: min(2.5vw, 10px);
    font-weight: 500;
    padding-bottom: 0;
    width: 100%;
  }
  .header .hdT .hdTC dd {
    line-height: 0;
    padding: 0;
  }
  .header .hdT .hdTC dd + dd {
    padding-left: min(2.5vw, 10px);
  }
  .header .hdT .hdTC dd a img {
    width: auto;
  }
  .header .hdT .hdTC dd a img.logo01 {
    height: min(5.75vw, 23px);
  }
  .header .hdT .hdTC dd a img.logo02 {
    height: min(2.25vw, 9px);
  }
  .header .hdT .hdTC dd a img.logo03 {
    height: min(2.25vw, 9px);
  }
  .header .hdT .hdTC dd a img.logo04 {
    height: min(2.5vw, 10px);
  }
  .header .hdT .hdTC dd a img.logo05 {
    height: min(3.25vw, 13px);
  }
  .header .hdT .hdTR {
    display: none;
  }
  .header .hdT .contactSp {
    display: block;
    margin: 0 30px 0 auto;
  }
  .header .hdT .contactSp a {
    padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
  }
  .header .hdT .serviceTop {
    display: block;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: -0.05em;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
  }
  .header .hdT .serviceTop a {
    background: url("/assets/img/common/icon_arrow_circle.png") right top no-repeat;
    background-size: 16px auto;
    color: #FFF;
    display: inline-block;
    padding: 5px 23px 5px 0;
    text-decoration: none;
  }
  .header .hdB {
    display: none;
  }
  .header.headerOM {
    height: 53px;
  }
  .header.headerOM .hdB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 53px;
    padding: 0 15px;
  }
  .header.headerOM .hdB .hdBTitle {
    padding: 0;
  }
  .header.headerOM .hdBR {
    width: 100%;
  }
  .header.headerOM .hdBR .tel {
    display: block;
    margin-right: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .header.headerOM .hdBR .tel span {
    font-size: 10px;
    font-size: 1rem;
  }
  .header.headerOM .hdBR .contact {
    display: none;
  }
  .header.headerOM .hdBR .contact.type2 {
    display: block;
  }
  .header.headerOM .hdBR .contact.type2 a {
    min-width: 80px;
    height: 27px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .headerOP {
    height: 104px;
  }
  .headerOP .hdT {
    position: relative;
  }
  .headerOP .hdT .headLogo {
    width: 160px;
  }
  .headerOP .hdT .headLogo span {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0;
    margin-left: 10px;
  }
  .headerOP .hdT .headLogo img, .headerOP .hdT .headLogo svg {
    vertical-align: -1px;
    margin-right: 0;
  }
  .headerOP .hdT .hdTCNav {
    display: none;
  }
  .headerOP .hdB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    height: 54px;
    position: relative;
  }
  .headerOP .hdB .hdBTitle {
    line-height: 0;
    padding-left: 3px;
    width: 25%;
  }
  .headerOP .hdB .hdBTitle img, .headerOP .hdB .hdBTitle svg {
    max-height: 13px;
    width: 75px;
  }
  .headerOP .hdB .hdBC {
    display: none;
  }
  .headerOP .hdB .hdBR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .headerOP .hdB .hdBR .contact {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0 3px;
  }
  .headerOP .hdB .hdBR .contact a {
    background-color: #EED84A;
    border: 1px solid #EED84A;
    border-radius: 30px;
    color: #333;
    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: 26px;
    min-width: none;
    min-width: auto;
    padding: 0 12px;
  }
  .headerOP .hdB .hdBR .contact a:hover {
    background-color: #3143cf;
    color: #fff;
  }
  .headerOP .hdB .hdBR .contact.type2 {
    display: inline-block;
  }
  .headerOP .hdB .spMenuSet #nav-toggle {
    top: 19px;
  }
  .headerOP .hdB .spMenuSet #nav-toggle span {
    background: #3143cf;
  }
  .headerOP .hdB .spMenuSet #nav-toggle div:before {
    color: #3143cf;
  }
  .headerOP .hdB .spMenuSet #nav-toggle div:after {
    color: #3143cf;
  }
  .headerOP .hdB .spMenuSet #global-nav {
    top: 104px;
    height: calc(100vh - 104px);
  }
  .headerOM .hdB .hdBTitle img,
  .headerOM .hdB .hdBTitle svg {
    width: 137px;
    height: 31px;
  }
  .headerOP .hdB .hdBR .contact {
    margin-left: 0;
  }
  #header.scroll {
    top: 0;
  }
  #header.headerOP.scroll {
    top: -50px;
  }
  #header.headerOM.scroll {
    top: 0;
  }
  #header.headerOP.scroll .hdB .spMenuSet #global-nav {
    top: 54px;
    height: calc(100vh - 54px);
  }
  .spMenuSet {
    display: block;
    margin-left: 15px;
  }
  .riskBtn {
    display: none;
  }
}
.ftBnr {
  background-color: #FFF;
  padding: 60px 40px;
}
.ftBnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.ftBnr ul li {
  margin: 0 15px;
  max-width: 240px;
}
.ftBnr ul li a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.ftBnr ul li a:hover {
  opacity: 0.7;
}

.footer {
  background-color: #3143cf;
  padding: 50px 40px 80px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer .ftInr {
  max-width: 1200px;
  margin: 0 auto;
}
.footer .ftInr .ftT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 20px;
}
.footer .ftInr .ftT li {
  width: calc(20% - 16px);
}
.footer .ftInr .ftT li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer .ftInr .ftT li a:hover {
  opacity: 0.7;
}
.footer .ftInr .ftT li a::after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 14px;
  margin-left: 10px;
  background: url(/assets/img/common/icon_arrow_footer.svg) no-repeat 0 0/contain;
}
.footer .ftInr .ftT li a[target=_blank]::after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  margin-left: 11px;
  -webkit-mask: url(/assets/img/common/icon_new-window.svg) no-repeat 0 0/contain;
          mask: url(/assets/img/common/icon_new-window.svg) no-repeat 0 0/contain;
  background: #fff;
}
.footer .ftInr .copyFlex {
  margin-top: 50px;
}
.footer .ftInr .copyFlex .pmark {
  margin-bottom: 40px;
}
.footer .ftInr .copyFlex small {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer .ftInr .copyOm small {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
}

.footerOP .ftInr .ftMenu .ftML {
  width: 34%;
}
.footerOP .ftInr .ftMenu .ftMC {
  width: 35%;
}
.footerOP .ftInr .ftMenu .ftMR {
  width: 31%;
}

.footerOM .ftInr .ftMenu .ftML {
  width: 27%;
}
.footerOM .ftInr .ftMenu .ftMC {
  width: 27%;
}
.footerOM .ftInr .ftMenu .ftMR {
  width: 33%;
}

.pageTopLink {
  position: fixed;
  bottom: 30px;
  right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pageTopLink.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.pageTopLink a {
  display: block;
  width: 80px;
}
.pageTopLink a img {
  width: 100%;
}

/* Responsive Start */
@media only screen and (max-width: 768px) {
  .ftBnr {
    padding: 30px 25px 15px;
  }
  .ftBnr ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ftBnr ul li {
    margin: 0 0 4vw;
    width: 48%;
  }
  .ftBnr ul li img {
    height: auto;
    width: 100%;
  }
  .footer {
    padding: 13px 20px 70px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .footer .ftInr .ftT {
    display: block;
  }
  .footer .ftInr .ftT li {
    width: 100%;
  }
  .footer .ftInr .ftT li a {
    display: block;
    padding: 17px 10px;
  }
  .footer .ftInr .copyFlex .pmark {
    max-width: 198px;
    margin: 0 auto 20px;
  }
  .footer .ftInr .copyFlex small {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center;
  }
  .footer .ftInr .copyOm small {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center;
  }
  .pageTopLink {
    bottom: 20px;
    right: 10px;
  }
  .pageTopLink a {
    width: 40px;
  }
}