@charset "UTF-8";
@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: -.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: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  overflow-x: hidden;
  min-width: 1200px;
  -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 .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .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;
        -o-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;
          -o-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;
      /*
margin: 0 auto;
*/ }
      .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;
          -o-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.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) {
background-size: 410px auto;
}
*/ }
    .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; } }

.serviceArea {
  padding: 90px 40px; }
  .serviceArea .inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto; }
    .serviceArea .inr h2 {
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 600;
      padding-top: 18px;
      width: 35%; }
    .serviceArea .inr ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 65%; }
      .serviceArea .inr ul li {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 5px;
        margin-left: 3.3333%;
        width: 30%; }
        .serviceArea .inr ul li a {
          background: url("/assets/img/common/icon_arrow_b.png") 95% center no-repeat;
          border-bottom: 1px solid #DADBDD;
          color: #333;
          display: block;
          padding: 22px 10px;
          text-decoration: none;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
          .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;
          -o-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;
    -o-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;
    -o-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;
    -o-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: "Hiragino Sans","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN", "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;
    -o-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;
      -o-text-overflow: ellipsis;
      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; }
  .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; }
  .serviceArea {
    padding: 45px 20px 35px; }
    .serviceArea .inr {
      display: block; }
      .serviceArea .inr h2 {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 20px;
        padding-top: 0;
        text-align: center;
        width: 100%; }
      .serviceArea .inr ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; }
        .serviceArea .inr ul li {
          font-size: 13px;
          font-size: 1.3rem;
          font-weight: 600;
          margin: 0 0 5px;
          width: 47%; }
          .serviceArea .inr ul li a {
            background: url("/assets/img/common/icon_arrow_b.png") 95% center no-repeat;
            background-size: 3px auto;
            border-bottom: 1px solid #DADBDD;
            color: #333;
            display: block;
            padding: 10px 4px;
            text-decoration: none;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s; }
            .serviceArea .inr ul li a:hover {
              opacity: 0.7; }
  #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;
      -o-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;
    -o-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;
      -o-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;
  min-width: 1200px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .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;
      width: 25%; }
      .header .hdT .headLogo img, .header .hdT .headLogo svg {
        height: 24px;
        width: 102px; }
      .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;
      width: 50%; }
      .header .hdT .hdTC dt {
        color: #FFF;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 500; }
        .header .hdT .hdTC dt h1 {
          font-weight: 500; }
      .header .hdT .hdTC dd:first-of-type {
        padding: 0 25px; }
      .header .hdT .hdTC dd a {
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
        .header .hdT .hdTC dd a:hover {
          opacity: 0.8; }
        .header .hdT .hdTC dd a img {
          height: 18px;
          width: auto; }
    .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;
      width: 25%; }
      .header .hdT .hdTR .contact {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 600; }
        .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;
          -o-transition: 0.2s;
          transition: 0.2s; }
          .header .hdT .hdTR .contact a:hover {
            opacity: 0.8; }
          .header .hdT .hdTR .contact a img {
            margin-right: 10px; }
      .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; }
        .header .hdT .hdTR .tel span {
          display: block;
          font-size: 12px;
          font-size: 1.2rem;
          padding-top: 5px; }
    .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;
    padding: 0 2vw;
    height: 97px; }
    .header .hdB .hdBTitle {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 600;
      padding-left: 10px;
      width: 20%; }
    .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;
      width: 60%;
      position: relative; }
      @media only screen and (max-width: 1400px) {
        .header .hdB .hdBC {
          margin-left: 50px;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      .header .hdB .hdBC > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative; }
        @media only screen and (max-width: 1460px) {
          .header .hdB .hdBC > ul {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
        .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 only screen and (max-width: 1460px) {
            .header .hdB .hdBC > ul > li {
              font-size: calc(15 / 1420 * 100vw); } }
          @media only screen and (max-width: 1260px) {
            .header .hdB .hdBC > ul > li {
              font-size: 12px;
              font-size: 1.2rem; } }
          .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 .moreInr {
              position: relative; }
            .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);
                -ms-transform: rotate(135deg);
                transform: rotate(135deg);
                -webkit-transition: 0.2s;
                -o-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;
            -o-transition: 0.2s;
            transition: 0.2s;
            position: relative;
            z-index: 1;
            width: auto !important; }
          .header .hdB .hdBC > ul > li .moreUl {
            position: absolute;
            top: -5px;
            left: 0;
            -webkit-box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.2);
            box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.2);
            display: block;
            opacity: 0;
            visibility: hidden;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 0;
            width: 100%;
            min-width: 150px; }
            .header .hdB .hdBC > ul > li .moreUl:hover {
              color: #3143cf; }
            .header .hdB .hdBC > ul > li .moreUl li {
              border-top: 1px solid #4B5BDA;
              background-color: #FFF; }
              .header .hdB .hdBC > ul > li .moreUl li:first-child {
                border-top: none; }
              .header .hdB .hdBC > ul > li .moreUl li a {
                background-color: #3143cf;
                color: #FFF;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                font-size: 15px;
                font-size: 1.5rem;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                padding: 15px 15px;
                text-decoration: none;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s; }
                .header .hdB .hdBC > ul > li .moreUl li a img {
                  height: 10px;
                  width: auto; }
                .header .hdB .hdBC > ul > li .moreUl li a:hover {
                  opacity: 0.8; }
          .header .hdB .hdBC > ul > li:hover .moreUl {
            display: block;
            opacity: 1;
            visibility: visible;
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            z-index: 10; }
      .header .hdB .hdBC #slide-line {
        position: absolute;
        bottom: 0;
        height: 5px;
        background-color: #3143cf;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .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;
      width: 20%;
      z-index: 2; }
      .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;
          -o-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 only screen and (max-width: 1300px) {
    .header .hdT {
      padding: 0 25px; }
      .header .hdT .headLogo {
        padding-left: 10px;
        width: 18%; }
      .header .hdT .hdTC {
        width: 60%; }
      .header .hdT .hdTR {
        width: 22%; }
    .header .hdB {
      padding: 0 25px; }
      .header .hdB .hdBTitle {
        width: 21%; }
      .header .hdB .hdBC {
        width: 62%; }
        .header .hdB .hdBC > ul > li {
          padding: 0 15px; }
      .header .hdB .hdBR {
        width: 15%; } }

.headerOP .hdT .headLogo {
  width: 22%; }
  .headerOP .hdT .headLogo a {
    color: #FFF;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    text-align: left; }
  .headerOP .hdT .headLogo img, .headerOP .hdT .headLogo svg {
    margin-right: 20px;
    vertical-align: -6px; }

.headerOP .hdT .hdTCNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 62%; }
  .headerOP .hdT .hdTCNav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    .headerOP .hdT .hdTCNav > ul > li {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 600;
      letter-spacing: 0.02em;
      line-height: 1;
      padding: 0 12px;
      width: auto !important; }
      .headerOP .hdT .hdTCNav > ul > li.current-item2 {
        font-weight: bold; }
        .headerOP .hdT .hdTCNav > ul > li.current-item2 a {
          color: #FFF; }
      .headerOP .hdT .hdTCNav > ul > li.more {
        position: relative;
        padding: 0 16px 0 12px; }
        .headerOP .hdT .hdTCNav > ul > li.more:after {
          position: absolute;
          top: -3px;
          bottom: 0;
          margin: auto;
          content: "";
          vertical-align: middle;
          right: 13px;
          width: 10px;
          height: 10px;
          border-top: 1px solid #FFF;
          border-right: 1px solid #FFF;
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          transform: rotate(135deg);
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
        .headerOP .hdT .hdTCNav > ul > li.more:hover .notA {
          color: #FFF !important; }
        .headerOP .hdT .hdTCNav > ul > li.more .notA {
          margin-right: 15px; }
      .headerOP .hdT .hdTCNav > ul > li > a, .headerOP .hdT .hdTCNav > ul > li .notA {
        color: #FFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 75px;
        text-decoration: none;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        position: relative;
        z-index: 1;
        width: auto !important; }
        .headerOP .hdT .hdTCNav > ul > li > a:hover, .headerOP .hdT .hdTCNav > ul > li .notA:hover {
          color: #FFF; }
      .headerOP .hdT .hdTCNav > ul > li .moreUl {
        position: absolute;
        top: 70px;
        left: 0;
        -webkit-box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.3);
        box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.3);
        display: block;
        opacity: 0;
        visibility: hidden;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        width: 150px; }
        .headerOP .hdT .hdTCNav > ul > li .moreUl:hover {
          color: #3143cf; }
        .headerOP .hdT .hdTCNav > ul > li .moreUl li {
          border-top: 1px solid #DDD;
          background-color: #FFF; }
          .headerOP .hdT .hdTCNav > ul > li .moreUl li:first-child {
            border-top: none; }
          .headerOP .hdT .hdTCNav > ul > li .moreUl li a {
            background-color: #FFF;
            color: #333;
            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: 15px 15px;
            text-decoration: none;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
            .headerOP .hdT .hdTCNav > ul > li .moreUl li a img {
              height: 10px;
              width: auto; }
            .headerOP .hdT .hdTCNav > ul > li .moreUl li a:hover {
              opacity: 0.8; }
      .headerOP .hdT .hdTCNav > ul > li:hover .moreUl {
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        z-index: 10; }
  .headerOP .hdT .hdTCNav #slide-line2 {
    position: absolute;
    bottom: 0;
    height: 5px;
    background-color: #FFF;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .headerOP .hdT .hdTCNav .spLogo {
    display: none; }

.headerOP .hdT .hdTR {
  width: 18%; }

.headerOP .hdB {
  height: 97px; }
  .headerOP .hdB .hdBTitle {
    padding-left: 10px;
    width: 15%; }
    .headerOP .hdB .hdBTitle a {
      -webkit-transition: 0.2s;
      -o-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 {
    width: 70%;
    position: relative; }
    .headerOP .hdB .hdBC > ul > li {
      padding: 0 15px; }
      @media only screen and (max-width: 1460px) {
        .headerOP .hdB .hdBC > ul > li {
          padding: 0 12px; } }
  .headerOP .hdB .hdBR {
    width: 15%; }
    .headerOP .hdB .hdBR .contact {
      font-weight: bold; }
      .headerOP .hdB .hdBR .contact a {
        background-color: #EED84A; }

@media only screen and (max-width: 1340px) {
  .headerOP .hdT {
    padding: 0 25px; }
    .headerOP .hdT .headLogo {
      padding-left: 10px;
      width: 23%; }
    .headerOP .hdT .hdTCNav {
      width: 50%; }
      .headerOP .hdT .hdTCNav > ul > li {
        font-size: 13px;
        font-size: 1.3rem;
        padding: 0 10px; }
    .headerOP .hdT .hdTR {
      width: 27%; }
      .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 {
      width: 75%; }
      .headerOP .hdB .hdBC > ul > li {
        padding: 0 10px; }
    .headerOP .hdB .hdBR {
      width: 10%; } }

.headerOM .hdB .hdBTitle img,
.headerOM .hdB .hdBTitle svg {
  height: 26px;
  width: 201px; }

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

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

.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;
    -o-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: 0;
  left: 0;
  height: 100%;
  width: 100%;
  letter-spacing: 0.08em;
  padding: 100px 10vw 30px;
  font-weight: 500;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

#global-nav ul.mainMenu {
  list-style: none; }

#global-nav ul.mainMenu a,
#global-nav ul.mainMenu span.notA {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: bold;
  letter-spacing: 0.1em; }

#global-nav ul.mainMenu > li > span.notA:after {
  content: "\f107";
  color: #051931;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: middle; }

#global-nav ul.mainMenu > li > span.notA.open:after {
  content: "\f106"; }

#global-nav ul.mainMenu li ul.moreUlSp {
  display: none;
  padding: 0 0 15px 20px; }

#global-nav ul.mainMenu li ul.moreUlSp li a {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  padding: 5px 0; }

#global-nav ul.mainMenu a:hover {
  /*background: rgba(5, 25, 49, 0.95);*/
  cursor: pointer; }

#global-nav ul.mainMenu li {
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.open #global-nav ul.mainMenu li {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  -ms-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s; }

.open #global-nav ul.mainMenu li:nth-child(2) {
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s; }

.open #global-nav ul.mainMenu li:nth-child(3) {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

.open #global-nav ul.mainMenu li:nth-child(4) {
  -webkit-transition-delay: .35s;
  -o-transition-delay: .35s;
  transition-delay: .35s; }

.open #global-nav ul.mainMenu li:nth-child(5) {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }

.open #global-nav ul.mainMenu li:nth-child(6) {
  -webkit-transition-delay: .45s;
  -o-transition-delay: .45s;
  transition-delay: .45s; }

.open #global-nav ul.mainMenu li:nth-child(7) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

#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();
  -ms-transform: scale();
  transform: scale();
  z-index: -1; }

.open #nav-bg {
  background: white;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-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);
  -o-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; }
  #nav-toggle div:before {
    content: 'MENU';
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    left: -40px;
    top: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  #nav-toggle div:after {
    content: 'CLOSE';
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    left: -43px;
    top: -15px;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

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: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .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);
  -ms-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);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
  width: 100%; }

#global-nav .subMenu {
  padding-top: 0; }
  #global-nav .subMenu p.cp {
    border-top: 1px solid #EEE;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 20px;
    padding: 20px 0 25px;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    #global-nav .subMenu p.cp a {
      color: c_primary;
      display: block;
      padding: 5px 0;
      text-decoration: none; }
      #global-nav .subMenu p.cp a img {
        margin-right: 15px;
        width: 112px; }
  #global-nav .subMenu ul {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    #global-nav .subMenu ul li.catalog {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      margin-bottom: 10px; }
      #global-nav .subMenu ul li.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 li.tel {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      line-height: 1; }
      #global-nav .subMenu ul li.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 li.tel a span {
          display: block;
          font-size: 10px;
          font-size: 1rem;
          padding-top: 7px;
          width: 100%; }

.open #global-nav .subMenu p.cp {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  -webkit-transition-delay: .45s;
  -o-transition-delay: .45s;
  transition-delay: .45s; }

.open #global-nav .subMenu ul {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

/* 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; }
    .header .hdT {
      display: block;
      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 auto;
        height: 50px;
        text-align: center;
        width: calc(100% - 120px); }
        .header .hdT .hdTC dt {
          font-size: 10px;
          font-size: 1rem;
          font-weight: 500;
          padding-bottom: 3px;
          width: 100%; }
        .header .hdT .hdTC dd {
          line-height: 0;
          padding: 0 7px; }
          .header .hdT .hdTC dd:first-of-type {
            padding: 0 7px; }
          .header .hdT .hdTC dd a img {
            height: 9px;
            width: auto; }
      .header .hdT .hdTR {
        display: 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; }
  .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;
        width: 50%; }
        .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 .hdBR .contact.type2 a {
              background-color: #3143cf;
              border: 1px solid #3143cf;
              color: #FFF; }
      .headerOP .hdB .spMenuSet {
        width: 20%; }
        .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 {
          padding-top: 120px; }
  .headerOM .hdB .hdBTitle img,
  .headerOM .hdB .hdBTitle svg {
    height: 13px;
    width: 100px; }
  .headerOP .hdB .hdBR .contact {
    margin-left: 0; }
  #header.scroll {
    top: 0; }
  #header.headerOP.scroll,
  #header.headerOM.scroll {
    top: -50px; }
  #header.headerOP.scroll .hdB .spMenuSet #global-nav {
    padding-top: 70px; }
  .spMenuSet {
    display: block; }
  .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;
        -o-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; }
      .footer .ftInr .ftT li {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 600;
        letter-spacing: 0.06em; }
        .footer .ftInr .ftT li:not(:last-child):after {
          content: '｜';
          color: rgba(255, 255, 255, 0.15);
          margin: 0 20px 0 15px; }
        .footer .ftInr .ftT li a {
          color: #FFF;
          text-decoration: none;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
          .footer .ftInr .ftT li a:hover {
            opacity: 0.7; }
    .footer .ftInr .ftMenu {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      margin: 35px 0 0;
      padding: 28px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      .footer .ftInr .ftMenu ul li {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0.02em; }
        .footer .ftInr .ftMenu ul li a, .footer .ftInr .ftMenu ul li .notA {
          color: #FFF;
          display: inline-block;
          padding: 5px 0;
          text-decoration: none;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
        .footer .ftInr .ftMenu ul li a:hover {
          opacity: 0.7; }
        .footer .ftInr .ftMenu ul li ul.sub {
          margin: 4px 0 20px 1em; }
          @media only screen and (min-width: 768px) {
            .footer .ftInr .ftMenu ul li ul.sub {
              display: block !important; } }
          .footer .ftInr .ftMenu ul li ul.sub li {
            font-size: 13px;
            font-size: 1.3rem;
            font-weight: 600;
            line-height: 1.4; }
            .footer .ftInr .ftMenu ul li ul.sub li a {
              padding: 4px 0 6px; }
      .footer .ftInr .ftMenu .ftML {
        width: 21%; }
      .footer .ftInr .ftMenu .ftMC {
        width: 36%; }
      .footer .ftInr .ftMenu .ftMR {
        width: 30%; }
      .footer .ftInr .ftMenu .pMark {
        position: absolute;
        bottom: 25px;
        left: 0; }
      .footer .ftInr .ftMenu .pMark2 {
        position: absolute;
        top: 40px;
        right: 0; }
    .footer .ftInr .copyFlex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      padding-top: 30px; }
      .footer .ftInr .copyFlex .pageTopLink {
        font-family: "BuenosAires", sans-serif;
        font-size: 12px;
        font-size: 1.2rem; }
        .footer .ftInr .copyFlex .pageTopLink a {
          color: #FFF;
          display: inline-block;
          text-decoration: none;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
          .footer .ftInr .copyFlex .pageTopLink a:hover {
            opacity: 0.7; }
          .footer .ftInr .copyFlex .pageTopLink a img {
            margin-left: 12px;
            vertical-align: middle;
            width: 10px; }
      .footer .ftInr .copyFlex small {
        color: #FFF;
        display: block;
        font-size: 11px;
        font-size: 1.1rem;
        letter-spacing: 0.02em; }

.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: 13%; }

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

/* 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 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .footer .ftInr .ftT li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.3;
        text-align: center;
        width: 100%; }
        .footer .ftInr .ftT li a {
          display: block;
          padding: 17px 10px; }
        .footer .ftInr .ftT li:not(:last-child):after {
          display: none; }
        .footer .ftInr .ftT li:nth-child(2), .footer .ftInr .ftT li:nth-child(3) {
          width: 50%; }
          .footer .ftInr .ftT li:nth-child(2) a, .footer .ftInr .ftT li:nth-child(3) a {
            padding: 10px 10px; }
        .footer .ftInr .ftT li:nth-child(2) {
          position: relative; }
          .footer .ftInr .ftT li:nth-child(2):after {
            background-color: rgba(255, 255, 255, 0.1);
            content: '';
            display: inline-block;
            height: 30px;
            width: 1px;
            position: absolute;
            right: 0;
            top: 50%;
            margin: -15px 0 0 0; }
    .footer .ftInr .ftMenu {
      border-top: none;
      display: block;
      margin: 0;
      padding: 0; }
      .footer .ftInr .ftMenu ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.3;
        margin-bottom: 0; }
        .footer .ftInr .ftMenu ul li a {
          color: #FFF;
          display: block;
          padding: 12px 0;
          text-decoration: none;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
        .footer .ftInr .ftMenu ul li .notA {
          display: block;
          color: #FFF;
          padding: 12px 0; }
          .footer .ftInr .ftMenu ul li .notA:after {
            background-color: #000;
            background: url("/assets/img/common/top_arrow.png") center center no-repeat;
            background-size: 10px auto;
            content: '';
            display: inline-block;
            width: 10px;
            height: 5px;
            margin-left: 7px;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            vertical-align: middle; }
        .footer .ftInr .ftMenu ul li ul.sub {
          display: none;
          margin: 0 0 15px 1em;
          padding-bottom: 0; }
          .footer .ftInr .ftMenu ul li ul.sub li {
            border-bottom: none;
            font-size: 11px;
            font-size: 1.1rem;
            margin-bottom: 0; }
            .footer .ftInr .ftMenu ul li ul.sub li a {
              display: inline-block;
              padding: 5px 0 7px; }
        .footer .ftInr .ftMenu ul li.open .notA:after {
          -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
          transform: rotate(0); }
      .footer .ftInr .ftMenu .ftML {
        width: 100%; }
      .footer .ftInr .ftMenu .ftMC {
        width: 100%; }
        .footer .ftInr .ftMenu .ftMC.open dt .notA:after {
          -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
          transform: rotate(0); }
      .footer .ftInr .ftMenu .ftMR {
        width: 100%; }
      .footer .ftInr .ftMenu .pMark {
        position: static;
        padding: 30px 0 0;
        text-align: center; }
        .footer .ftInr .ftMenu .pMark img {
          height: auto;
          width: 100%;
          max-width: 150px; }
      .footer .ftInr .ftMenu .pMark2 {
        position: static;
        padding: 30px 0 0;
        text-align: center; }
        .footer .ftInr .ftMenu .pMark2 img {
          height: auto;
          width: 100%;
          max-width: 150px; }
    .footer .ftInr .copyFlex {
      display: block;
      padding-top: 30px; }
      .footer .ftInr .copyFlex .pageTopLink {
        text-align: right;
        font-size: 10px;
        font-size: 1rem;
        margin-bottom: 30px; }
        .footer .ftInr .copyFlex .pageTopLink a:hover {
          opacity: 1; }
        .footer .ftInr .copyFlex .pageTopLink a img {
          margin-left: 7px; }
      .footer .ftInr .copyFlex small {
        display: block;
        font-size: 8px;
        font-size: 0.8rem;
        line-height: 1.6;
        text-align: center; } }
