@charset "UTF-8";
/*================================================================================

media query mixin

================================================================================*/
/*    google font on web
--------------------------------------------------------------------------------*/
/*    google font on server
--------------------------------------------------------------------------------*/
/*    icomoon
--------------------------------------------------------------------------------*/
/*    custom
--------------------------------------------------------------------------------*/
body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.c-sansSerif {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.c-ff--jp {
  font-family: "Noto Sans JP";
}

.c-ff--en {
  font-family: "Roboto";
}

.c-serif {
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1260px) {
  /* 1260px以上*/
}
@media screen and (max-width: 1024px) {
  /* 1024px以下*/
}
@media screen and (max-width: 1040px) {
  /* 768px以下*/
}
@media screen and (max-width: 480px) {
  /* 480px以下*/
}
@media screen and (max-width: 320px) {
  /* 320px以下*/
}
/*================================================================================

reset & default & font

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

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -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;
}

* {
  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 */
}

/*
* 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: 80%;
  /* 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 */
}

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

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

sub {
  bottom: 0em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # 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: 0;
  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::-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 {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* 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
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* 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;
}

/*======================================================================

Defaults Styles

======================================================================*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1040px) {
  body {
    line-height: 1.6;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 320px) {
  body {
    line-height: 1.5;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*selection*/
::-moz-selection {
  background-color: #96b8e0;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #96b8e0;
  color: #000;
  text-shadow: none;
}

/*placeholder*/
::-webkit-input-placeholder-shown {
  color: #ccc;
}
:-ms-input-placeholder-shown {
  color: #ccc;
}
::-ms-input-placeholder-shown {
  color: #ccc;
}
::placeholder-shown {
  color: #ccc;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #ccc;
}

/* Firefox 18- */
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

/* IE 10+ */
::-ms-input-placeholder {
  color: #ccc;
}

img, svg {
  border: 0;
  border-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
@media screen and (max-width: 1040px) {
  img, svg {
    max-width: inherit;
    width: 100%;
  }
}

ul, dl, ol {
  list-style-type: none;
}

/*    Link
--------------------------------------------------------------------------------*/
a {
  -webkit-transition: .3s;
  transition: .3s;
  color: #5074b4;
  text-decoration: underline;
}

a:link {
  color: #5074b4;
  text-decoration: underline;
}

a:visited {
  color: #5074b4;
  text-decoration: none;
}

a:hover {
  color: #5074b4;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .8;
}

a:active {
  color: #5074b4;
  text-decoration: none;
}

*:focus {
  outline: none;
}

/*    Base Styles
--------------------------------------------------------------------------------*/
/*  margin */
.mg0a {
  margin: 0 auto;
}

.mgt-20 {
  margin-top: -20px !important;
}

.mgt-10 {
  margin-top: -10px !important;
}

.mgt-5 {
  margin-top: -5px !important;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgt1 {
  margin-top: 1px !important;
}

.mgt2 {
  margin-top: 2px !important;
}

.mgt3 {
  margin-top: 3px !important;
}

.mgt4 {
  margin-top: 4px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt6 {
  margin-top: 6px !important;
}

.mgt7 {
  margin-top: 7px !important;
}

.mgt8 {
  margin-top: 8px !important;
}

.mgt9 {
  margin-top: 9px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt12 {
  margin-top: 12px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt18 {
  margin-top: 18px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt32 {
  margin-top: 32px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt65 {
  margin-top: 65px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt75 {
  margin-top: 75px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt85 {
  margin-top: 85px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt95 {
  margin-top: 95px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgb-20 {
  margin-bottom: -20px !important;
}

.mgb-10 {
  margin-bottom: -10px !important;
}

.mgb-5 {
  margin-bottom: -5px !important;
}

.mgb0 {
  margin-bottom: 0 !important;
}

.mgb1 {
  margin-bottom: 1px !important;
}

.mgb2 {
  margin-bottom: 2px !important;
}

.mgb3 {
  margin-bottom: 3px !important;
}

.mgb4 {
  margin-bottom: 4px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb6 {
  margin-bottom: 6px !important;
}

.mgb7 {
  margin-bottom: 7px !important;
}

.mgb8 {
  margin-bottom: 8px !important;
}

.mgb9 {
  margin-bottom: 9px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb12 {
  margin-bottom: 12px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb18 {
  margin-bottom: 18px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb32 {
  margin-bottom: 32px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb55 {
  margin-bottom: 55px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb65 {
  margin-bottom: 65px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb75 {
  margin-bottom: 75px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb85 {
  margin-bottom: 85px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgb95 {
  margin-bottom: 95px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

.mgl-20 {
  margin-left: -20px !important;
}

.mgl-10 {
  margin-left: -10px !important;
}

.mgl-9 {
  margin-left: -9px !important;
}

.mgl-8 {
  margin-left: -8px !important;
}

.mgl-7 {
  margin-left: -7px !important;
}

.mgl-6 {
  margin-left: -6px !important;
}

.mgl-5 {
  margin-left: -5px !important;
}

.mgl-4 {
  margin-left: -4px !important;
}

.mgl-3 {
  margin-left: -3px !important;
}

.mgl-2 {
  margin-left: -2px !important;
}

.mgl-1 {
  margin-left: -1px !important;
}

.mgl0 {
  margin-left: 0 !important;
}

.mgl1 {
  margin-left: 1px !important;
}

.mgl2 {
  margin-left: 2px !important;
}

.mgl3 {
  margin-left: 3px !important;
}

.mgl4 {
  margin-left: 4px !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl6 {
  margin-left: 6px !important;
}

.mgl7 {
  margin-left: 7px !important;
}

.mgl8 {
  margin-left: 8px !important;
}

.mgl9 {
  margin-left: 9px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl12 {
  margin-left: 12px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl18 {
  margin-left: 18px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl45 {
  margin-left: 45px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgl55 {
  margin-left: 55px !important;
}

.mgl60 {
  margin-left: 60px !important;
}

.mgl65 {
  margin-left: 65px !important;
}

.mgl70 {
  margin-left: 70px !important;
}

.mgl75 {
  margin-left: 75px !important;
}

.mgl80 {
  margin-left: 80px !important;
}

.mgl85 {
  margin-left: 85px !important;
}

.mgl90 {
  margin-left: 90px !important;
}

.mgl95 {
  margin-left: 95px !important;
}

.mgl100 {
  margin-left: 100px !important;
}

.mgr0 {
  margin-right: 0 !important;
}

.mgr1 {
  margin-right: 1px !important;
}

.mgr2 {
  margin-right: 2px !important;
}

.mgr3 {
  margin-right: 3px !important;
}

.mgr4 {
  margin-right: 4px !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr6 {
  margin-right: 6px !important;
}

.mgr7 {
  margin-right: 7px !important;
}

.mgr8 {
  margin-right: 8px !important;
}

.mgr9 {
  margin-right: 9px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr12 {
  margin-right: 12px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr18 {
  margin-right: 18px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr25 {
  margin-right: 25px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr35 {
  margin-right: 35px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr45 {
  margin-right: 45px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

.mgr55 {
  margin-right: 55px !important;
}

.mgr60 {
  margin-right: 60px !important;
}

.mgr65 {
  margin-right: 65px !important;
}

.mgr70 {
  margin-right: 70px !important;
}

.mgr75 {
  margin-right: 75px !important;
}

.mgr80 {
  margin-right: 80px !important;
}

.mgr85 {
  margin-right: 85px !important;
}

.mgr90 {
  margin-right: 90px !important;
}

.mgr95 {
  margin-right: 95px !important;
}

.mgr100 {
  margin-right: 100px !important;
}

/* padding */
.pdt0 {
  padding-top: 0 !important;
}

.pdt1 {
  padding-top: 1px !important;
}

.pdt2 {
  padding-top: 2px !important;
}

.pdt3 {
  padding-top: 3px !important;
}

.pdt4 {
  padding-top: 4px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt6 {
  padding-top: 6px !important;
}

.pdt7 {
  padding-top: 7px !important;
}

.pdt8 {
  padding-top: 8px !important;
}

.pdt9 {
  padding-top: 9px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt12 {
  padding-top: 12px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt18 {
  padding-top: 18px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt35 {
  padding-top: 35px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdt45 {
  padding-top: 45px !important;
}

.pdt50 {
  padding-top: 50px !important;
}

.pdt55 {
  padding-top: 55px !important;
}

.pdt60 {
  padding-top: 60px !important;
}

.pdt65 {
  padding-top: 65px !important;
}

.pdt70 {
  padding-top: 70px !important;
}

.pdt75 {
  padding-top: 75px !important;
}

.pdt80 {
  padding-top: 80px !important;
}

.pdt85 {
  padding-top: 85px !important;
}

.pdt90 {
  padding-top: 90px !important;
}

.pdt95 {
  padding-top: 95px !important;
}

.pdt100 {
  padding-top: 100px !important;
}

.pdb0 {
  padding-bottom: 0 !important;
}

.pdb1 {
  padding-bottom: 1px !important;
}

.pdb2 {
  padding-bottom: 2px !important;
}

.pdb3 {
  padding-bottom: 3px !important;
}

.pdb4 {
  padding-bottom: 4px !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb6 {
  padding-bottom: 6px !important;
}

.pdb7 {
  padding-bottom: 7px !important;
}

.pdb8 {
  padding-bottom: 8px !important;
}

.pdb9 {
  padding-bottom: 9px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb12 {
  padding-bottom: 12px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb18 {
  padding-bottom: 18px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdb35 {
  padding-bottom: 35px !important;
}

.pdb40 {
  padding-bottom: 40px !important;
}

.pdb45 {
  padding-bottom: 45px !important;
}

.pdb50 {
  padding-bottom: 50px !important;
}

.pdb55 {
  padding-bottom: 55px !important;
}

.pdb60 {
  padding-bottom: 60px !important;
}

.pdb65 {
  padding-bottom: 65px !important;
}

.pdb70 {
  padding-bottom: 70px !important;
}

.pdb75 {
  padding-bottom: 75px !important;
}

.pdb80 {
  padding-bottom: 80px !important;
}

.pdb85 {
  padding-bottom: 85px !important;
}

.pdb90 {
  padding-bottom: 90px !important;
}

.pdb95 {
  padding-bottom: 95px !important;
}

.pdb100 {
  padding-bottom: 100px !important;
}

.pdl0 {
  padding-left: 0 !important;
}

.pdl1 {
  padding-left: 1px !important;
}

.pdl2 {
  padding-left: 2px !important;
}

.pdl3 {
  padding-left: 3px !important;
}

.pdl4 {
  padding-left: 4px !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl6 {
  padding-left: 6px !important;
}

.pdl7 {
  padding-left: 7px !important;
}

.pdl8 {
  padding-left: 8px !important;
}

.pdl9 {
  padding-left: 9px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl12 {
  padding-left: 12px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl18 {
  padding-left: 18px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl25 {
  padding-left: 25px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdl35 {
  padding-left: 35px !important;
}

.pdl40 {
  padding-left: 40px !important;
}

.pdl45 {
  padding-left: 45px !important;
}

.pdl50 {
  padding-left: 50px !important;
}

.pdl55 {
  padding-left: 55px !important;
}

.pdl60 {
  padding-left: 60px !important;
}

.pdl65 {
  padding-left: 65px !important;
}

.pdl70 {
  padding-left: 70px !important;
}

.pdl75 {
  padding-left: 75px !important;
}

.pdl80 {
  padding-left: 80px !important;
}

.pdl85 {
  padding-left: 85px !important;
}

.pdl90 {
  padding-left: 90px !important;
}

.pdl100 {
  padding-left: 100px !important;
}

.pdr0 {
  padding-right: 0 !important;
}

.pdr1 {
  padding-right: 1px !important;
}

.pdr2 {
  padding-right: 2px !important;
}

.pdr3 {
  padding-right: 3px !important;
}

.pdr4 {
  padding-right: 4px !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdr6 {
  padding-right: 6px !important;
}

.pdr7 {
  padding-right: 7px !important;
}

.pdr8 {
  padding-right: 8px !important;
}

.pdr9 {
  padding-right: 9px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr12 {
  padding-right: 12px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr18 {
  padding-right: 18px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr25 {
  padding-right: 25px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

.pdr35 {
  padding-right: 35px !important;
}

.pdr40 {
  padding-right: 40px !important;
}

.pdr45 {
  padding-right: 45px !important;
}

.pdr50 {
  padding-right: 50px !important;
}

.pdr55 {
  padding-right: 55px !important;
}

.pdr60 {
  padding-right: 60px !important;
}

.pdr65 {
  padding-right: 65px !important;
}

.pdr70 {
  padding-right: 70px !important;
}

.pdr75 {
  padding-right: 75px !important;
}

.pdr80 {
  padding-right: 80px !important;
}

.pdr85 {
  padding-right: 85px !important;
}

.pdr90 {
  padding-right: 90px !important;
}

.pdr95 {
  padding-right: 95px !important;
}

.pdr100 {
  padding-right: 100px !important;
}

.pd0 {
  padding: 0 !important;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.alL, .c-textLeft {
  text-align: left;
}

.alC, .c-textCenter {
  text-align: center;
}

.alR, .c-textRight {
  text-align: right;
}

.alL-override {
  text-align: left !important;
}

.alC-override {
  text-align: center !important;
}

.alR-override {
  text-align: right !important;
}

.vaT, .-vtop {
  vertical-align: top;
}

.vaM, .-vmiddle {
  vertical-align: middle;
}

.vaB, .-vbottom {
  vertical-align: bottom;
}

.c-pos--rel,
.rel {
  position: relative;
}

.c-pos--ab,
.ab {
  position: absolute;
}

.c-pos--fix,
.fix {
  position: fixed;
}

.disnon {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.w100per {
  width: 100%;
  height: auto;
}

/*clear*/
.clearfix {
  clear: both;
  background: transparent;
  height: 1px;
  font-size: 1px;
}

/* clearfix micro */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/*IE6,7対策 （haslayout対策）*/
.cf {
  *zoom: 1;
}

/*================================================================================

common parts

================================================================================*/
.TODO {
  height: 1200px;
  border-top: 1px solid #c00;
  padding-top: 300px;
  margin-top: 300px;
}

.noDisplay {
  display: none;
}

.-pcOnly {
  display: inline-block;
}
@media screen and (max-width: 1040px) {
  .-pcOnly {
    display: none;
  }
}
.mobile .-pcOnly {
  display: none;
}

.-spOnly {
  display: none;
}
@media screen and (max-width: 1040px) {
  .-spOnly {
    display: inline-block;
  }
}
.mobile .-spOnly {
  display: inline-block;
}

.pcOnly {
  display: inline-block !important;
}
@media screen and (max-width: 1040px) {
  .pcOnly {
    display: none !important;
  }
}
.mobile .pcOnly {
  display: none !important;
}

.spOnly {
  display: none !important;
}
@media screen and (max-width: 1040px) {
  .spOnly {
    display: inline-block !important;
  }
}
.mobile .spOnly {
  display: inline-block !important;
}

.c-color--main {
  color: #5074b4;
}

.c-bgColor--gray {
  background-color: #f5f5f5;
}

.c-beforeBgColor {
  background-color: inherit;
  position: relative;
}
.c-beforeBgColor::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-beforeBgColor.-bgGray::before {
  background-color: #f5f5f5;
}
.c-beforeBgColor.-bgGray2::before {
  background-color: #ebebeb;
}
.c-beforeBgColor.-bgBlue::before {
  background-color: #eef2fa;
}
.c-beforeBgColor.-bgBlack::before {
  background-color: #000;
}
.c-beforeBgColor.-bgBlack2::before {
  background-color: #1a1a1a;
}

.c-fs24 {
  font-size: 24px !important;
}
@media screen and (max-width: 1040px) {
  .c-fs24 {
    font-size: inherit;
  }
}

.c-fs12 {
  font-size: 12px !important;
}
@media screen and (max-width: 1040px) {
  .c-fs12 {
    font-size: inherit;
  }
}

.c-bold {
  font-weight: bold;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.js-anime--fadein {
  opacity: 0;
}

.c-shadow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-flex.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1040px) {
  .c-flex.-spBlock {
    display: block;
  }
}
.mobile .c-flex.-spBlock {
  display: block;
}
.c-flex.-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.c-flex.-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-flex.-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-flex.-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-flex.-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-flex.-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-flex.-mgl1 > li {
  margin-left: 1px;
}
.c-flex.-mgl1 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl2 > li {
  margin-left: 2px;
}
.c-flex.-mgl2 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl3 > li {
  margin-left: 3px;
}
.c-flex.-mgl3 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl4 > li {
  margin-left: 4px;
}
.c-flex.-mgl4 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl5 > li {
  margin-left: 5px;
}
.c-flex.-mgl5 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl6 > li {
  margin-left: 6px;
}
.c-flex.-mgl6 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl7 > li {
  margin-left: 7px;
}
.c-flex.-mgl7 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl8 > li {
  margin-left: 8px;
}
.c-flex.-mgl8 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl9 > li {
  margin-left: 9px;
}
.c-flex.-mgl9 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl10 > li {
  margin-left: 10px;
}
.c-flex.-mgl10 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl11 > li {
  margin-left: 11px;
}
.c-flex.-mgl11 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl12 > li {
  margin-left: 12px;
}
.c-flex.-mgl12 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl13 > li {
  margin-left: 13px;
}
.c-flex.-mgl13 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl14 > li {
  margin-left: 14px;
}
.c-flex.-mgl14 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl15 > li {
  margin-left: 15px;
}
.c-flex.-mgl15 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl16 > li {
  margin-left: 16px;
}
.c-flex.-mgl16 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl17 > li {
  margin-left: 17px;
}
.c-flex.-mgl17 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl18 > li {
  margin-left: 18px;
}
.c-flex.-mgl18 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl19 > li {
  margin-left: 19px;
}
.c-flex.-mgl19 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl20 > li {
  margin-left: 20px;
}
.c-flex.-mgl20 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl21 > li {
  margin-left: 21px;
}
.c-flex.-mgl21 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl22 > li {
  margin-left: 22px;
}
.c-flex.-mgl22 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl23 > li {
  margin-left: 23px;
}
.c-flex.-mgl23 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl24 > li {
  margin-left: 24px;
}
.c-flex.-mgl24 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl25 > li {
  margin-left: 25px;
}
.c-flex.-mgl25 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl26 > li {
  margin-left: 26px;
}
.c-flex.-mgl26 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl27 > li {
  margin-left: 27px;
}
.c-flex.-mgl27 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl28 > li {
  margin-left: 28px;
}
.c-flex.-mgl28 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl29 > li {
  margin-left: 29px;
}
.c-flex.-mgl29 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgl30 > li {
  margin-left: 30px;
}
.c-flex.-mgl30 > li:first-child {
  margin-left: 0;
}
.c-flex.-mgr1 > li {
  margin-right: 1px;
}
.c-flex.-mgr1 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr2 > li {
  margin-right: 2px;
}
.c-flex.-mgr2 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr3 > li {
  margin-right: 3px;
}
.c-flex.-mgr3 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr4 > li {
  margin-right: 4px;
}
.c-flex.-mgr4 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr5 > li {
  margin-right: 5px;
}
.c-flex.-mgr5 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr6 > li {
  margin-right: 6px;
}
.c-flex.-mgr6 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr7 > li {
  margin-right: 7px;
}
.c-flex.-mgr7 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr8 > li {
  margin-right: 8px;
}
.c-flex.-mgr8 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr9 > li {
  margin-right: 9px;
}
.c-flex.-mgr9 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr10 > li {
  margin-right: 10px;
}
.c-flex.-mgr10 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr11 > li {
  margin-right: 11px;
}
.c-flex.-mgr11 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr12 > li {
  margin-right: 12px;
}
.c-flex.-mgr12 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr13 > li {
  margin-right: 13px;
}
.c-flex.-mgr13 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr14 > li {
  margin-right: 14px;
}
.c-flex.-mgr14 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr15 > li {
  margin-right: 15px;
}
.c-flex.-mgr15 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr16 > li {
  margin-right: 16px;
}
.c-flex.-mgr16 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr17 > li {
  margin-right: 17px;
}
.c-flex.-mgr17 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr18 > li {
  margin-right: 18px;
}
.c-flex.-mgr18 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr19 > li {
  margin-right: 19px;
}
.c-flex.-mgr19 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr20 > li {
  margin-right: 20px;
}
.c-flex.-mgr20 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr21 > li {
  margin-right: 21px;
}
.c-flex.-mgr21 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr22 > li {
  margin-right: 22px;
}
.c-flex.-mgr22 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr23 > li {
  margin-right: 23px;
}
.c-flex.-mgr23 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr24 > li {
  margin-right: 24px;
}
.c-flex.-mgr24 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr25 > li {
  margin-right: 25px;
}
.c-flex.-mgr25 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr26 > li {
  margin-right: 26px;
}
.c-flex.-mgr26 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr27 > li {
  margin-right: 27px;
}
.c-flex.-mgr27 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr28 > li {
  margin-right: 28px;
}
.c-flex.-mgr28 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr29 > li {
  margin-right: 29px;
}
.c-flex.-mgr29 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgr30 > li {
  margin-right: 30px;
}
.c-flex.-mgr30 > li:last-child {
  margin-right: 0;
}
.c-flex .-col2 > li, .c-flex.-col2 > li {
  -ms-flex-preferred-size: calc(100% / 2);
      flex-basis: calc(100% / 2);
}
.c-flex .-col3 > li, .c-flex.-col3 > li {
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}
.c-flex .-col4 > li, .c-flex.-col4 > li {
  -ms-flex-preferred-size: calc(100% / 4);
      flex-basis: calc(100% / 4);
}
.c-flex .-col5 > li, .c-flex.-col5 > li {
  -ms-flex-preferred-size: calc(100% / 5);
      flex-basis: calc(100% / 5);
}
.c-flex .-flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-flex .-lh0 {
  line-height: 0;
}
.c-flex .-mglAuto {
  margin-left: auto !important;
}
.c-flex .-mgrAuto {
  margin-right: auto !important;
}

.c-indent > li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-indent.-f05 > li {
  text-indent: -0.5em;
  margin-left: 0.5em;
}
.c-indent.-f12 > li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.c-indent.-f15 > li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.c-indent.-f2 > li {
  text-indent: -2em;
  margin-left: 2em;
}

.c-indentCol2 > li {
  display: table;
}
.c-indentCol2 > li .head {
  display: table-cell;
  white-space: nowrap;
  padding-right: 5px;
}
.c-indentCol2 > li .body {
  display: table-cell;
}

.c-imgBox {
  position: relative;
  width: 100%;
  padding-top: 66.667%;
  overflow: hidden;
}
.c-imgBox.-type1 {
  padding-top: 66.667%;
}
.c-imgBox img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto !important;
  max-height: 100%;
  border-radius: 0;
}

a.c-btn, .c-btn {
  display: block;
  position: relative;
  width: 300px;
  margin: auto;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #00005f;
  color: #00005f;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 1;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 1040px) {
  a.c-btn, .c-btn {
    width: 240px;
    font-size: 14px;
    background-color: #00005f;
    border-color: #00005f;
    color: #fff;
  }
}
.mobile a.c-btn,
.mobile .c-btn {
  width: 240px;
  font-size: 14px;
  background-color: #00005f;
  border-color: #00005f;
  color: #fff;
}
.p-cosultingSite a.c-btn, .p-cosultingSite .c-btn {
  border-color: #5074b4;
  color: #5074b4;
}
@media screen and (max-width: 1040px) {
  .p-cosultingSite a.c-btn, .p-cosultingSite .c-btn {
    background-color: #5074b4;
    border-color: #5074b4;
    color: #fff;
  }
}
.mobile .p-cosultingSite a.c-btn, .mobile .p-cosultingSite .c-btn {
  background-color: #5074b4;
  border-color: #5074b4;
  color: #fff;
}
a.c-btn span, .c-btn span {
  z-index: 1;
}
a.c-btn::before, a.c-btn::after, .c-btn::before, .c-btn::after {
  -webkit-transition: .3s;
  transition: .3s;
}
a.c-btn::after, .c-btn::after {
  content: "";
  display: block;
  background: url(/asset/img/icon_arrow.svg) no-repeat;
  background-size: cover;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 1040px) {
  a.c-btn::after, .c-btn::after {
    background-image: url(/asset/img/icon_arrow_wh.svg);
  }
}
.p-cosultingSite a.c-btn::after, .p-cosultingSite .c-btn::after {
  background-image: url(/asset/img/icon_arrow_blue.svg);
}
@media screen and (max-width: 1040px) {
  .p-cosultingSite a.c-btn::after, .p-cosultingSite .c-btn::after {
    background-image: url(/asset/img/icon_arrow_wh.svg);
  }
}
a.c-btn::before, .c-btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: '';
  background-color: #00005f;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  margin-left: -1px;
}
.p-cosultingSite a.c-btn::before, .p-cosultingSite .c-btn::before {
  background-color: #5074b4;
}
a.c-btn:hover::before, .c-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1.01, 1);
          transform: scale(1.01, 1);
}
a.c-btn:hover, .c-btn:hover {
  border-color: #00005f;
  color: #fff;
  opacity: 1;
}
.p-cosultingSite a.c-btn:hover, .p-cosultingSite .c-btn:hover {
  border-color: #5074b4;
}
a.c-btn:hover::before, a.c-btn:hover::after, .c-btn:hover::before, .c-btn:hover::after {
  -webkit-transition: .3s;
  transition: .3s;
}
a.c-btn:hover::after, .c-btn:hover::after {
  background: url(/asset/img/icon_arrow_wh.svg) no-repeat;
  background-size: cover;
}
a.c-btn.-noArrow::after, .c-btn.-noArrow::after {
  display: none;
}
a.c-btn.-large, .c-btn.-large {
  padding: 20px 34px;
}
@media screen and (max-width: 1040px) {
  a.c-btn.-large, .c-btn.-large {
    padding: 15px 20px;
  }
}
a.c-btn.-small, .c-btn.-small {
  width: inherit;
  font-size: 14px;
  padding: 10px 34px;
}
a.c-btn.isOn, .c-btn.isOn {
  color: #fff;
  background-color: #5074b4;
  border-color: #5074b4;
}
a.c-btn.-whBorder, .c-btn.-whBorder {
  border-color: #fff;
  color: #fff;
}
a.c-btn.-whBorder::after, .c-btn.-whBorder::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
a.c-btn.-whBorder:hover, .c-btn.-whBorder:hover {
  border-color: #00005f;
}
a.c-btn.-blue, .c-btn.-blue {
  color: #fff;
  background-color: #5074b4;
  border-color: #5074b4;
}
a.c-btn.-blue::after, .c-btn.-blue::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
a.c-btn.-blue:hover, .c-btn.-blue:hover {
  color: #5074b4;
}
a.c-btn.-blue:hover::before, .c-btn.-blue:hover::before {
  background-color: #fff;
}
a.c-btn.-blue:hover::after, .c-btn.-blue:hover::after {
  background-image: url(/asset/img/icon_arrow_blue.svg);
}
a.c-btn.-lBlue, .c-btn.-lBlue {
  color: #96b8e0;
  border-color: #96b8e0;
}
a.c-btn.-lBlue::after, .c-btn.-lBlue::after {
  background-image: url(/asset/img/icon_arrow_blue.svg);
}
a.c-btn.-other::after, .c-btn.-other::after {
  width: 12px;
  height: 12px;
  background: url(/asset/img/icon_other_navy.svg) no-repeat;
  background-size: cover;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-cosultingSite a.c-btn.-other::after, .p-cosultingSite .c-btn.-other::after {
  background-image: url(/asset/img/icon_other_blue.svg);
}
@media screen and (max-width: 1040px) {
  .p-cosultingSite a.c-btn.-other::after, .p-cosultingSite .c-btn.-other::after {
    background-image: url(/asset/img/icon_other_wh.svg);
  }
}
@media screen and (max-width: 1040px) {
  a.c-btn.-other::after, .c-btn.-other::after {
    background: url(/asset/img/icon_other_wh.svg) no-repeat;
    background-size: cover;
  }
}
a.c-btn.-other:hover::after, .c-btn.-other:hover::after {
  background: url(/asset/img/icon_other_wh.svg) no-repeat;
  background-size: cover;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1040px) {
  a.c-btn.-other:hover::after, .c-btn.-other:hover::after {
    background: url(/asset/img/icon_other_navy.svg) no-repeat;
    background-size: cover;
  }
  .p-cosultingSite a.c-btn.-other:hover::after, .p-cosultingSite .c-btn.-other:hover::after {
    background-image: url(/asset/img/icon_other_blue.svg);
  }
}
@media screen and (max-width: 1040px) {
  a.c-btn.-other.-lBlue, .c-btn.-other.-lBlue {
    border-color: #5074b4;
    color: #fff;
  }
}
a.c-btn.-other.-lBlue::before, .c-btn.-other.-lBlue::before {
  background-color: #96b8e0;
}
a.c-btn.-other.-lBlue::after, .c-btn.-other.-lBlue::after {
  background-image: url(/asset/img/icon_other_lblue.svg);
}
@media screen and (max-width: 1040px) {
  a.c-btn.-other.-lBlue::after, .c-btn.-other.-lBlue::after {
    background-image: url(/asset/img/icon_other_wh.svg);
  }
}
a.c-btn.-other.-lBlue:hover, .c-btn.-other.-lBlue:hover {
  color: #fff;
  background-color: #96b8e0;
  border-color: #96b8e0;
}
a.c-btn.-other.-lBlue:hover::before, .c-btn.-other.-lBlue:hover::before {
  background-color: #96b8e0;
}
a.c-btn.-other.-lBlue:hover::after, .c-btn.-other.-lBlue:hover::after {
  background-image: url(/asset/img/icon_other_wh.svg);
}
a.c-btn.-plus::after, .c-btn.-plus::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/asset/img/icon_plus_transparent.svg) no-repeat;
  background-size: cover;
  left: inherit;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .2s;
  transition: .2s;
}
a.c-btn.-plus.isOn::after, .c-btn.-plus.isOn::after {
  background-image: url(/asset/img/icon_minus_transparent.svg);
  -webkit-transition: .2s;
  transition: .2s;
}
a.c-btn.-noLink, .c-btn.-noLink {
  pointer-events: none;
}
a.c-btn.-invalid, .c-btn.-invalid {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1040px) {
  a.c-btn.-invalid, .c-btn.-invalid {
    background-color: #999;
    border-color: #999;
    color: #fff;
  }
}
a.c-btn.-close, .c-btn.-close {
  position: relative;
}
a.c-btn.-close::after, .c-btn.-close::after {
  content: "";
  background: url(/asset/img/icon_close.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
}

.c-text-link,
a.c-text-link {
  text-decoration: underline;
  position: relative;
  color: #00005f;
}
.c-text-link.-arrow_left::before,
a.c-text-link.-arrow_left::before {
  content: ">";
}

.c-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.c-table tr:nth-child(even) {
  background-color: #f4f8fc;
}
.c-table tr:nth-child(odd) {
  background-color: #e5edf7;
}
.c-table th, .c-table td {
  padding: 19px 30px;
}
@media screen and (max-width: 1040px) {
  .c-table th, .c-table td {
    display: block;
  }
}
.mobile .c-table th,
.mobile .c-table td {
  display: block;
}
.c-table th {
  padding: 15px 30px;
  background-color: #00005f;
  color: #fff;
}

.c-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1040px) {
  .c-title {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
.c-title.-top {
  font-size: 40px;
}
@media screen and (max-width: 1040px) {
  .c-title.-top {
    font-size: 24px;
  }
}
.c-title span {
  font-size: 16px;
  font-weight: normal;
  display: block;
  padding-top: 10px;
  letter-spacing: .2em;
  font-family: "Noto Sans JP";
  position: relative;
}
@media screen and (max-width: 1040px) {
  .c-title span {
    font-size: 12px;
    padding-top: 5px;
  }
}
.c-title span.-space {
  letter-spacing: 1em;
}
.c-title span::before {
  content: "";
  display: block;
  width: 75px;
  height: 5px;
  background: url(/asset/img/icon_titlebar.svg) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
}
@media screen and (max-width: 1040px) {
  .c-title span::before {
    width: 45px;
    height: 3px;
    bottom: -20px;
  }
}
.mobile .c-title span::before {
  width: 45px;
  height: 3px;
  bottom: -20px;
}
.c-title.-left {
  text-align: left;
}
.c-title.-left span::before {
  right: inherit;
}
@media screen and (max-width: 1040px) {
  .c-title.-spCenter {
    text-align: center;
  }
}
@media screen and (max-width: 1040px) {
  .c-title.-spCenter span::before {
    right: 0;
  }
}
.mobile .c-title.-spCenter span::before {
  right: 0;
}
.c-title.-wh {
  color: #fff;
}
.c-title.-small {
  font-size: 26px;
}
@media screen and (max-width: 1040px) {
  .c-title.-small {
    font-size: 15px;
  }
}
.c-title.-small span::before {
  bottom: -20px;
}
@media screen and (max-width: 1040px) {
  .c-title.-type2 {
    margin-bottom: 30px;
  }
}
.c-title.-type2 span {
  font-size: 24px;
  padding-top: 30px;
}
@media screen and (max-width: 1040px) {
  .c-title.-type2 span {
    font-size: 15px;
    padding-top: 20px;
    line-height: 2;
  }
}
.c-title.-type2 span::before {
  display: none;
}

.c-title2 {
  font-size: 24px;
  font-weight: 500;
  color: #5074b4;
  text-align: center;
  letter-spacing: .17em;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .c-title2 {
    font-size: 18px;
    line-height: 1.4;
  }
}
.c-title2 span {
  font-size: 12px;
  display: block;
  color: #000;
  margin-top: 12px;
  letter-spacing: .05em;
}

.c-title3 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.c-title3::before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #5074b4;
  position: absolute;
  left: 2px;
  bottom: -8px;
}

.c-title4 {
  text-align: center;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .c-title4 {
    font-size: 18px;
  }
}
.c-title4::before, .c-title4::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #808080;
}
.c-title4::before {
  margin-right: 15px;
}
.c-title4::after {
  margin-left: 15px;
}
.c-title4.-small {
  font-size: 22px;
}
@media screen and (max-width: 1040px) {
  .c-title4.-small {
    font-size: 18px;
  }
}
.c-title4.-wh {
  color: #fff;
}

.c-title5 {
  font-size: 28px;
  line-height: 1;
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
}
@media screen and (max-width: 1040px) {
  .c-title5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.c-title6 {
  font-size: 16px;
  line-height: 1.4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.c-lead {
  width: 650px;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .c-lead {
    width: auto;
  }
}
.mobile .c-lead {
  width: auto;
}
.c-lead.-wh {
  color: #fff;
}
.c-lead.-wide {
  width: 100%;
}
.c-lead.-center {
  text-align: center;
}
.c-lead.-small {
  font-size: 14px;
}
@media screen and (max-width: 1040px) {
  .c-lead.-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 1040px) {
  .c-lead.-spLeft {
    text-align: left;
  }
}

.c-topicPath {
  background-color: #ebebeb;
}
@media screen and (max-width: 1040px) {
  .c-topicPath {
    padding: 5px 0;
  }
}
.c-topicPath .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1040px) {
  .c-topicPath .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mobile .c-topicPath .list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-topicPath .list > li {
  position: relative;
  padding-right: 13px;
  margin-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 1040px) {
  .c-topicPath .list > li {
    line-height: 1.4;
  }
}
.c-topicPath .list > li::before {
  content: "";
  position: absolute;
  top: 12.5px;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1040px) {
  .c-topicPath .list > li::before {
    top: 8.5px;
  }
}
.mobile .c-topicPath .list > li::before {
  top: 8.5px;
}
.c-topicPath .list > li:last-child::before {
  display: none;
}
.c-topicPath .list > li a {
  text-decoration: none;
}
.c-topicPath .list > li span {
  color: #000;
  font-size: 12px;
  line-height: 1;
}

.c-section_head .inner {
  height: 430px;
}
@media screen and (max-width: 1040px) {
  .c-section_head .inner {
    height: 150px;
  }
}
.mobile .c-section_head .inner {
  height: 150px;
}
.c-section_head .section-head_title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .c-section_head .section-head_title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.c-section_head .section-head_title .-sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .c-section_head .section-head_title .-sub {
    font-size: 13px;
  }
}
.c-section_head .list {
  position: relative;
  border-bottom: 20px solid #000;
}
@media screen and (max-width: 1040px) {
  .c-section_head .list {
    border-bottom: 10px solid #000;
  }
}
.c-section_head .list.-noBorder {
  border-bottom: 0;
}
.c-section_head .list > li {
  height: 430px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1040px) {
  .c-section_head .list > li {
    height: 150px;
  }
}
.mobile .c-section_head .list > li {
  height: 150px;
}
.c-section_head .list > li .title {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0px;
  text-align: right;
  letter-spacing: .02em;
  padding-top: 30px;
}
@media screen and (max-width: 1040px) {
  .c-section_head .list > li .title {
    font-size: 28px;
    padding-top: 5px;
  }
}
.c-section_head .list > li .title.-left {
  right: inherit;
  left: 0px;
  text-align: left;
}
.c-section_head .list > li .title span {
  font-size: 18px;
  display: block;
  margin-top: 5px;
  letter-spacing: .1em;
}
@media screen and (max-width: 1040px) {
  .c-section_head .list > li .title span {
    font-size: 12px;
    margin-top: 5px;
  }
}
.c-section_head .list > li .title span.-space {
  letter-spacing: 1em;
}
.c-section_head .list > li .title.-wh {
  color: #fff;
}

.c-tabTarget {
  position: relative;
  margin-top: 60px;
}
.c-tabTarget .c-tabTarget_content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1040px) {
  .c-tabTarget .c-tabTarget_content {
    width: 100%;
  }
}
.mobile .c-tabTarget .c-tabTarget_content {
  width: 100%;
}
.c-tabTarget .c-tabTarget_content.isOn {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-newsTab.-col4 > li {
  -ms-flex-preferred-size: calc(100% / 4 - 10px);
      flex-basis: calc(100% / 4 - 10px);
}
@media screen and (max-width: 1040px) {
  .c-newsTab.-col4 > li {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
}
.mobile .c-newsTab.-col4 > li {
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
}
.c-newsTab.-col5 > li {
  -ms-flex-preferred-size: calc(100% / 5 - 10px);
      flex-basis: calc(100% / 5 - 10px);
}
@media screen and (max-width: 1040px) {
  .c-newsTab.-col5 > li {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
}
.mobile .c-newsTab.-col5 > li {
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
}
.c-newsTab.-col6 > li {
  -ms-flex-preferred-size: calc(100% / 6 - 10px);
      flex-basis: calc(100% / 6 - 10px);
}
@media screen and (max-width: 1040px) {
  .c-newsTab.-col6 > li {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
}
.mobile .c-newsTab.-col6 > li {
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
}
.c-newsTab.-col7 > li {
  -ms-flex-preferred-size: calc(100% / 7 - 10px);
      flex-basis: calc(100% / 7 - 10px);
}
@media screen and (max-width: 1040px) {
  .c-newsTab.-col7 > li {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
}
.mobile .c-newsTab.-col7 > li {
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
}
@media screen and (max-width: 1040px) {
  .c-newsTab > li {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
}
.mobile .c-newsTab > li {
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
}
@media screen and (max-width: 1040px) {
  .c-newsTab > li a, .c-newsTab > li a.c-btn {
    color: #00005f;
    border-color: #00005f;
    background-color: #fff;
  }
}
.mobile .c-newsTab > li a,
.mobile .c-newsTab > li a.c-btn {
  color: #00005f;
  border-color: #00005f;
  background-color: #fff;
}
.c-newsTab > li a.isOn, .c-newsTab > li a.c-btn.isOn {
  background-color: #00005f;
  border-color: #00005f;
  color: #fff;
}

.c-newsListWrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}
.c-newsListWrap.isOn {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-newsList {
  margin-bottom: 60px;
}
@media screen and (max-width: 1040px) {
  .c-newsList {
    margin-bottom: 40px;
  }
}
.c-newsList > li {
  border-bottom: 1px solid #ccc;
}
.c-newsList > li:first-child {
  border-top: 1px solid #ccc;
}
.c-newsList > li a {
  text-decoration: none;
  display: block;
  padding: 20px 20px;
  color: #000;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .c-newsList > li a {
    padding: 15px 0;
  }
}
.c-newsList > li a::before {
  content: "";
  display: block;
  background: url(/asset/img/icon_arrow_gray.svg) no-repeat;
  background-size: cover;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1040px) {
  .c-newsList > li a::before {
    display: none;
  }
}
.mobile .c-newsList > li a::before {
  display: none;
}
.c-newsList > li a:hover {
  background-color: #eaf1f9;
}
.c-newsList > li a:hover::before {
  background: url(/asset/img/icon_arrow.svg) no-repeat;
  background-size: cover;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-cosultingSite .c-newsList > li a:hover::before {
  background-image: url(/asset/img/icon_arrow_blue.svg);
}
.c-newsList > li a .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1040px) {
  .c-newsList > li a .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mobile .c-newsList > li a .list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-newsList > li a .list > li:nth-child(1) {
  font-size: 14px;
  margin-right: 10px;
}
@media screen and (max-width: 1040px) {
  .c-newsList > li a .list > li:nth-child(1) {
    font-size: 12px;
    margin-right: 5px;
  }
}
.c-newsList > li a .list > li:nth-child(2) {
  font-size: 24px;
  margin-right: 40px;
}
@media screen and (max-width: 1040px) {
  .c-newsList > li a .list > li:nth-child(2) {
    font-size: 18px;
    margin-right: 15px;
  }
}
.c-newsList > li a .list > li:nth-child(3) {
  font-size: 15px;
  color: #00005f;
  position: relative;
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
}
.p-cosultingSite .c-newsList > li a .list > li:nth-child(3) {
  color: #5074b4;
}
@media screen and (max-width: 1040px) {
  .c-newsList > li a .list > li:nth-child(3) {
    font-size: 13px;
  }
}
.c-newsList > li a .list > li:nth-child(3)::before {
  content: "[";
  padding-right: 5px;
}
.c-newsList > li a .list > li:nth-child(3)::after {
  content: "]";
  padding-left: 5px;
}
.c-newsList > li a .list > li:nth-child(4) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
  padding-right: 50px;
}
@media screen and (max-width: 1040px) {
  .c-newsList > li a .list > li:nth-child(4) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 14px;
    margin-left: 0;
    padding-right: 0;
  }
}

.c-wrapCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-figScroll {
  display: none;
}
@media screen and (max-width: 1040px) {
  .c-figScroll {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: auto;
    width: 220px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s;
  }
}
.c-figScroll.isHide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

/*================================================================================

container

================================================================================*/
/*    div.container
--------------------------------------------------------------------------------*/
/*    header
--------------------------------------------------------------------------------*/
.c-logo {
  width: 230px;
  height: 40.8px;
  display: block;
}
@media screen and (max-width: 1240px) {
  .c-logo {
    width: 123.9px;
    height: 22px;
  }
}

.c-mail {
  width: 24px;
  height: 16px;
  display: block;
}

.c-search {
  width: 20px;
  height: 20px;
  display: block;
}

.c-global {
  width: 19px;
  height: 19px;
  display: block;
}

.c-bg_header_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(229, 229, 229, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 11;
}
.c-bg_header_overlay.isOn {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  min-width: 1160px;
  height: 95px;
  z-index: 1000;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1240px) {
  .l-header {
    height: 50px;
    min-width: inherit;
  }
}
.mobile .l-header {
  height: 50px;
  min-width: inherit;
}
.p-cosultingSite .l-header {
  min-width: 1240px;
}
@media screen and (max-width: 1240px) {
  .p-cosultingSite .l-header {
    min-width: inherit;
  }
}
.mobile .p-cosultingSite .l-header {
  min-width: inherit;
}
.l-header.isOn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: .3s;
  transition: .3s;
}
.l-header .c-logo .svg .cls-1,
.l-header .c-logo .svg .cls-2 {
  fill: #fff;
}
.l-header .c-mail .svg .cls-1,
.l-header .c-search .svg .cls-1,
.l-header .c-global .svg .cls-1 {
  fill: #fff;
}
.l-header .c-mail {
  width: inherit;
}
.l-header .c-flex {
  padding: 25px 30px;
}
@media screen and (max-width: 1240px) {
  .l-header .c-flex {
    padding: 15px 15px;
    padding-right: 0;
    height: 50px;
    overflow: hidden;
  }
}
.mobile .l-header .c-flex {
  padding: 15px 15px;
  padding-right: 0;
  height: 50px;
  overflow: hidden;
}
.l-header .c-flex:nth-child(1) {
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
}
.l-header .c-flex:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-header .gMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  margin-top: -5px;
}
@media screen and (max-width: 1240px) {
  .l-header .gMenuList {
    position: absolute;
    top: 22px;
    right: 62px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mobile .l-header .gMenuList {
  position: absolute;
  top: 22px;
  right: 62px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .gMenuList > li {
  margin-left: 24px;
}
@media screen and (max-width: 1240px) {
  .l-header .gMenuList > li {
    margin-left: 16px;
  }
}
.mobile .l-header .gMenuList > li {
  margin-left: 16px;
}
.mobile .l-header .gMenuList > li.-login {
  margin-left: 0px;
}
.l-header .gMenuList > li:nth-child(1) {
  margin-left: 0;
}
.l-header .gMenuList > li.js-language_horizon {
  display: block;
  margin-right: 0px;
  margin-top: -8px;
}
@media screen and (max-width: 1040px) {
  .l-header .gMenuList > li.js-language_horizon {
    display: none;
  }
}
.l-header .gMenuList > li.js-language_horizon .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header .gMenuList > li.js-language_horizon .list > li {
  padding-right: 4px;
}
.l-header .gMenuList > li.js-language_horizon .list > li:nth-child(1) {
  position: relative;
}
.l-header .gMenuList > li.js-language_horizon .list > li:nth-child(1)::after {
  content: "/";
  display: inline-block;
  color: #fff;
  padding-left: 5px;
}
.l-header .gMenuList > li.js-language_horizon .list > li a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.l-header .gMenuList > li.js-header_hover_menu.-language {
  display: none;
}
@media screen and (max-width: 1040px) {
  .l-header .gMenuList > li.js-header_hover_menu.-language {
    display: block;
  }
}
.l-header .gMenuList > li .js-language {
  text-decoration: none;
  color: #00005f;
  font-size: 14px;
  line-height: 1;
}
.l-header .gMenuList > li .js-language .list {
  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;
}
.l-header .gMenuList > li .js-language .list > li {
  line-height: 1;
}
.l-header .gMenuList > li .js-language .list > li:nth-child(2) {
  padding-left: 5px;
}
.l-header .gMenuList > li .js-language .list > li .-language {
  line-height: 1;
  color: #fff;
}
.p-cosultingSite .l-header .gMenuList > li.-login a, .p-cosultingSite .l-header .gMenuList > li.-mail a {
  text-decoration: none;
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-cosultingSite .l-header .gMenuList > li.-login a span, .p-cosultingSite .l-header .gMenuList > li.-mail a span {
  font-size: 12px;
  line-height: 1;
}
.p-cosultingSite .l-header .gMenuList > li.-login a span.-icon, .p-cosultingSite .l-header .gMenuList > li.-mail a span.-icon {
  width: 18px;
  height: 16px;
  margin-right: 5px;
}
.p-cosultingSite .l-header .gMenuList > li.-login a span.-icon img .cls-1,
.p-cosultingSite .l-header .gMenuList > li.-login a span.-icon .svg .cls-1, .p-cosultingSite .l-header .gMenuList > li.-mail a span.-icon img .cls-1,
.p-cosultingSite .l-header .gMenuList > li.-mail a span.-icon .svg .cls-1 {
  fill: #fff;
}
@media screen and (max-width: 1240px) {
  .p-cosultingSite .l-header .gMenuList > li.-login a span.-text, .p-cosultingSite .l-header .gMenuList > li.-mail a span.-text {
    display: none;
  }
}
.mobile .p-cosultingSite .l-header .gMenuList > li.-login a span.-text, .mobile .p-cosultingSite .l-header .gMenuList > li.-mail a span.-text {
  display: none;
}
.p-cosultingSite .l-header .gMenuList > li.-mail a span.-icon {
  width: 19px;
  height: 13px;
}
@media screen and (max-width: 1240px) {
  .p-cosultingSite .l-header .gMenuList > li.-mail a span.-icon {
    width: 24px;
    height: 16px;
  }
}
.mobile .p-cosultingSite .l-header .gMenuList > li.-mail a span.-icon {
  width: 24px;
  height: 16px;
}
@media screen and (max-width: 1240px) {
  .l-header .menuListWrap {
    background-color: #000;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
  }
}
.mobile .l-header .menuListWrap {
  background-color: #000;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 50px;
  width: 100%;
  height: calc(100vh - 50px);
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1240px) {
  .l-header .menuListWrap.isOn {
    background-color: #000;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s;
  }
}
.mobile .l-header .menuListWrap.isOn {
  background-color: #000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}
.l-header .menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 45px;
  right: 30px;
}
@media screen and (max-width: 1240px) {
  .l-header .menuList {
    display: block;
    position: relative;
    margin: auto;
    left: inherit;
    right: inherit;
    top: inherit;
    width: calc(100vw - 40px);
    padding-bottom: 50px;
    background-color: #000;
  }
}
.mobile .l-header .menuList {
  display: block;
  position: relative;
  margin: auto;
  left: inherit;
  right: inherit;
  top: inherit;
  width: calc(100vw - 40px);
  padding-bottom: 50px;
  background-color: #000;
}
@media screen and (max-width: 1240px) {
  .l-header .menuList.isOn {
    background-color: #000;
  }
}
.l-header .menuList > li {
  margin-left: 35px;
  position: relative;
}
.p-cosultingSite .l-header .menuList > li {
  margin-left: 35px;
}
@media screen and (max-width: 1240px) {
  .p-cosultingSite .l-header .menuList > li {
    margin-left: 0;
  }
}
@media screen and (max-width: 1240px) {
  .l-header .menuList > li {
    margin-left: 0;
    border-bottom: 1px solid #ccc;
  }
}
.l-header .menuList > li.-sp {
  display: none;
}
@media screen and (max-width: 1040px) {
  .l-header .menuList > li.-sp {
    display: block;
  }
}
.mobile .l-header .menuList > li.-sp {
  display: block;
}
.l-header .menuList > li:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 1240px) {
  .l-header .menuList > li:nth-child(1) {
    border-top: 1px solid #ccc;
  }
}
.l-header .menuList > li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 8px 0px 8px 0px;
  padding-left: 0;
  position: relative;
  letter-spacing: .1em;
}
@media screen and (max-width: 1240px) {
  .l-header .menuList > li a {
    padding: 18px 0px;
  }
}
@media screen and (max-width: 1240px) {
  .l-header .menuList > li a::before {
    content: "";
    display: block;
    width: 10px;
    height: 7px;
    background: url(/asset/img/icon_arrow_wh.svg) no-repeat;
    background-size: cover;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: 6px;
    -webkit-transition: .3s;
    transition: .3s;
  }
}
.mobile .l-header .menuList > li a::before {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background: url(/asset/img/icon_arrow_wh.svg) no-repeat;
  background-size: cover;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 6px;
  -webkit-transition: .3s;
  transition: .3s;
}
.l-header .menuList > li a:hover {
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .l-header .menuList > li a:hover {
    color: #fff;
  }
}
.l-header .menuList > li a.isOn {
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .l-header .menuList > li a.isOn {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 1240px) {
  .l-header .menuList > li a.isOn::before {
    width: 20px;
    height: 20px;
    background: url(/asset/img/icon_minus.svg) no-repeat;
    background-size: cover;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .p-cosultingSite .l-header .menuList > li a.isOn::before {
    background-image: url(/asset/img/icon_plus_blue.svg);
  }
}
.mobile .l-header .menuList > li a.isOn::before {
  width: 20px;
  height: 20px;
  background: url(/asset/img/icon_minus.svg) no-repeat;
  background-size: cover;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-cosultingSite .mobile .l-header .menuList > li a.isOn::before {
  background-image: url(/asset/img/icon_plus_blue.svg);
}
@media screen and (max-width: 1240px) {
  .l-header .menuList > li a.-plus::before {
    width: 20px;
    height: 20px;
    background: url(/asset/img/icon_plus.svg) no-repeat;
    background-size: cover;
    right: 0px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .p-cosultingSite .l-header .menuList > li a.-plus::before {
    background-image: url(/asset/img/icon_plus_blue.svg);
  }
}
.mobile .l-header .menuList > li a.-plus::before {
  width: 20px;
  height: 20px;
  background: url(/asset/img/icon_plus.svg) no-repeat;
  background-size: cover;
  right: 0px;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-cosultingSite .mobile .l-header .menuList > li a.-plus::before {
  background-image: url(/asset/img/icon_plus_blue.svg);
}
@media screen and (max-width: 1240px) {
  .l-header .menuList > li a.-plus.isOn {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 1240px) {
  .l-header .menuList > li a.-plus.isOn::before {
    width: 20px;
    height: 20px;
    background: url(/asset/img/icon_minus.svg) no-repeat;
    background-size: cover;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .p-cosultingSite .l-header .menuList > li a.-plus.isOn::before {
    background-image: url(/asset/img/icon_minus.svg);
  }
}
.mobile .l-header .menuList > li a.-plus.isOn::before {
  width: 20px;
  height: 20px;
  background: url(/asset/img/icon_minus.svg) no-repeat;
  background-size: cover;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-cosultingSite .mobile .l-header .menuList > li a.-plus.isOn::before {
  background-image: url(/asset/img/icon_minus.svg);
}
.l-header .menuList > li a.-solution, .l-header .menuList > li a.-cs {
  font-size: 13px;
  padding-left: 15px;
  padding-right: 75px;
  background-color: #00005f;
  color: #fff;
  min-width: 147px;
}
@media screen and (max-width: 1240px) {
  .l-header .menuList > li a.-solution, .l-header .menuList > li a.-cs {
    font-size: 14px;
    min-width: inherit;
  }
}
.mobile .l-header .menuList > li a.-solution, .mobile .l-header .menuList > li a.-cs {
  font-size: 14px;
  min-width: inherit;
}
.l-header .menuList > li a.-solution::before, .l-header .menuList > li a.-cs::before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  background: url(/asset/img/icon_other_wh.svg) no-repeat;
  right: 30px;
}
@media screen and (max-width: 1240px) {
  .l-header .menuList > li a.-solution::before, .l-header .menuList > li a.-cs::before {
    right: 15px;
  }
}
.mobile .l-header .menuList > li a.-solution::before, .mobile .l-header .menuList > li a.-cs::before {
  right: 15px;
}
.l-header .menuList > li a.-cs {
  background-color: inherit;
  padding-right: 50px !important;
  padding-left: 20px !important;
  font-size: 14px;
}
@media screen and (max-width: 1040px) {
  .l-header .menuList > li a.-cs {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
.l-header .menuList > li a.-cs::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -1px;
  background-image: url(/asset/img/icon_arrow_wh.svg);
  right: 30px !important;
}
@media screen and (max-width: 1240px) {
  .l-header .menuList > li a.-cs::before {
    margin-top: 2px;
  }
}
@media screen and (max-width: 1040px) {
  .l-header .menuList > li a.-cs.-other::before {
    right: 3px !important;
    margin-top: 0;
  }
}
.l-header .menuList > li a.-other {
  padding-right: 20px;
}
.l-header .menuList > li a.-other::before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  background: url(/asset/img/icon_other_wh.svg) no-repeat;
  right: -0px;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1240px) {
  .l-header .menuList > li a.-other::before {
    right: 3px !important;
    background-image: url(/asset/img/icon_other_wh.svg);
  }
}
.mobile .l-header .menuList > li a.-other::before {
  right: 3px !important;
  background-image: url(/asset/img/icon_other_wh.svg);
}
.l-header .menuList > li a.-other:hover {
  color: #fff;
}
.l-header .menuList > li a.-other:hover::before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  background: url(/asset/img/icon_other_wh.svg) no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
}
.l-header .menuModal {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 70px;
  padding-top: 50px;
  width: 1040px;
  opacity: 0;
  visibility: hidden;
  z-index: 1100;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    padding-top: 0;
    width: auto;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: inherit;
    transition: inherit;
  }
}
.mobile .l-header .menuModal {
  position: relative;
  left: inherit;
  right: inherit;
  top: inherit;
  padding-top: 0;
  width: auto;
  opacity: 1;
  visibility: visible;
  display: none;
  -webkit-transition: inherit;
  transition: inherit;
}
.l-header .menuModal::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 50px);
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 15px;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal::before {
    background-color: transparent;
  }
}
.mobile .l-header .menuModal::before {
  background-color: transparent;
}
.l-header .menuModal.isOn {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal.isOn {
    -webkit-transition: inherit;
    transition: inherit;
  }
}
.mobile .l-header .menuModal.isOn {
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal .titleWrap.-pcOnly {
    display: none !important;
  }
}
.mobile .l-header .menuModal .titleWrap.-pcOnly {
  display: none !important;
}
.l-header .menuModal#header_about .-inner .menuWrap .submenuList a {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal#header_about .-inner .menuWrap .submenuList a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.mobile .l-header .menuModal#header_about .-inner .menuWrap .submenuList a {
  padding-top: 14px;
  padding-bottom: 14px;
}
.l-header .menuModal#header_about .-inner .menuWrap .submenuList a.-line2 {
  padding-top: 13.5px;
  padding-bottom: 13.5px;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal#header_about .-inner .menuWrap .submenuList a.-line2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.mobile .l-header .menuModal#header_about .-inner .menuWrap .submenuList a.-line2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.l-header .menuModal#header_theme .-inner .titleWrap {
  padding-top: 80px;
  margin-right: 60px;
  -ms-flex-preferred-size: 256px;
      flex-basis: 256px;
}
.l-header .menuModal#header_theme .-inner .titleWrap::before {
  height: 380px !important;
}
.l-header .menuModal#header_theme .-inner .menuWrap {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}
.l-header .menuModal#header_theme .-inner .menuWrap .submenuList > li {
  width: 190px;
}
.l-header .menuModal#header_theme .-inner .menuWrap.-industry .submenuList > li {
  width: 150px;
}
.l-header .menuModal#header_theme .-inner .menuWrap.-industry1 {
  margin-left: 60px;
}
.l-header .menuModal#header_theme .-inner .menuWrap.-industry2 {
  margin-left: 35px;
}
.l-header .menuModal#header_consulting .-inner {
  padding: 50px 30px;
  height: 80vh;
  max-height: 765px;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal#header_consulting .-inner {
    padding: 0;
    height: inherit;
    max-height: inherit;
    overflow-y: hidden;
  }
}
.mobile .l-header .menuModal#header_consulting .-inner {
  padding: 0;
}
.l-header .menuModal#header_consulting .-inner .titleWrap {
  -ms-flex-preferred-size: 210px;
      flex-basis: 210px;
  margin-right: 40px;
}
.l-header .menuModal#header_consulting .-inner .titleWrap::before {
  top: -120px;
  height: 722px;
}
.l-header .menuModal#header_consulting .-inner .menuWrap .submenuList {
  padding-bottom: 40px;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal#header_consulting .-inner .menuWrap .submenuList {
    padding-bottom: inherit;
  }
}
.l-header .menuModal#header_consulting .-inner .menuWrap .submenuList > li {
  width: 490px;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal#header_consulting .-inner .menuWrap .submenuList > li {
    width: 100%;
  }
}
.mobile .l-header .menuModal#header_consulting .-inner .menuWrap .submenuList > li {
  width: 100%;
}
.l-header .menuModal#header_consulting .-inner .menuWrap .submenuList.-list2 {
  left: 240px;
}
@media screen and (max-width: 1040px) {
  .l-header .menuModal#header_consulting .-inner .menuWrap .submenuList.-list2 {
    left: inherit;
  }
}
.mobile .l-header .menuModal#header_consulting .-inner .menuWrap .submenuList.-list2 {
  left: inherit;
}
.l-header .menuModal#header_consulting .-inner .menuWrap .submenuList.-list2 > li {
  width: 250px;
}
@media screen and (max-width: 1040px) {
  .l-header .menuModal#header_consulting .-inner .menuWrap .submenuList.-list2 > li {
    width: 100%;
  }
}
.mobile .l-header .menuModal#header_consulting .-inner .menuWrap .submenuList.-list2 > li {
  width: 100%;
}
.l-header .menuModal#header_consulting .-inner .menuWrap .submenuList.-list3 {
  left: 520px;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal#header_consulting .-inner .menuWrap .submenuList.-list3 {
    left: inherit;
  }
}
.mobile .l-header .menuModal#header_consulting .-inner .menuWrap .submenuList.-list3 {
  left: inherit;
}
.l-header .menuModal#header_consulting .-inner .menuWrap .submenuList.-list3 > li {
  width: 210px;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal#header_consulting .-inner .menuWrap .submenuList.-list3 > li {
    width: 100%;
  }
}
.mobile .l-header .menuModal#header_consulting .-inner .menuWrap .submenuList.-list3 > li {
  width: 100%;
}
.l-header .menuModal .-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 70px;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal .-inner {
    display: block;
    padding: 0;
  }
}
.mobile .l-header .menuModal .-inner {
  display: block;
  padding: 0;
}
.l-header .menuModal .-inner .titleWrap {
  margin-top: 40px;
  -ms-flex-preferred-size: 296px;
      flex-basis: 296px;
  margin-right: 70px;
  position: relative;
}
.p-cosultingSite .l-header .menuModal .-inner .titleWrap {
  margin-top: 120px;
  -ms-flex-preferred-size: 246px;
      flex-basis: 246px;
  margin-right: 70px;
}
.l-header .menuModal .-inner .titleWrap::before {
  content: "";
  width: 1px;
  height: 250px;
  display: block;
  background-color: #ccc;
  position: absolute;
  top: -40px;
  right: 0;
}
.p-cosultingSite .l-header .menuModal .-inner .titleWrap::before {
  height: 340px;
}
.l-header .menuModal .-inner .titleWrap .wrap .c-title {
  font-size: 36px;
  margin-bottom: 70px;
  letter-spacing: 0;
}
.p-cosultingSite .l-header .menuModal .-inner .titleWrap .wrap .c-title {
  margin-bottom: 0;
}
.l-header .menuModal .-inner .titleWrap .wrap .c-title span::before {
  top: 28px;
}
.l-header .menuModal .-inner .titleWrap .wrap .c-btnWrap .c-btn {
  color: #00005f;
  width: 230px;
  padding: 15px 0;
  margin-left: 0;
}
.p-cosultingSite .l-header .menuModal .-inner .titleWrap .wrap .c-btnWrap .c-btn {
  color: #5074b4;
}
.l-header .menuModal .-inner .titleWrap .wrap .c-btnWrap .c-btn:hover {
  color: #fff;
}
.l-header .menuModal .-inner .menuWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal .-inner .submenuList {
    margin-left: 15px;
  }
  .p-cosultingSite .l-header .menuModal .-inner .submenuList {
    margin-left: 15px;
  }
}
.l-header .menuModal .-inner .submenuList.-list2 {
  position: absolute;
  top: 0;
  left: 292px;
}
.p-cosultingSite .l-header .menuModal .-inner .submenuList.-list2 {
  left: 322px;
}
@media screen and (max-width: 1240px) {
  .p-cosultingSite .l-header .menuModal .-inner .submenuList.-list2 {
    left: inherit;
  }
}
.mobile .p-cosultingSite .l-header .menuModal .-inner .submenuList.-list2 {
  left: inherit;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal .-inner .submenuList.-list2 {
    position: relative;
    top: inherit;
    left: inherit;
    border-top: 1px solid #fff;
  }
}
.mobile .l-header .menuModal .-inner .submenuList.-list2 {
  position: relative;
  top: inherit;
  left: inherit;
  border-top: 1px solid #fff;
}
.l-header .menuModal .-inner .submenuList.-list3 {
  position: absolute;
  top: 0;
  left: 292px;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal .-inner .submenuList.-list3 {
    position: relative;
    top: inherit;
    left: inherit;
    border-top: 1px solid #fff;
  }
}
.l-header .menuModal .-inner .submenuList > li {
  border-top: 1px solid #ccc;
  width: 240px;
}
.p-cosultingSite .l-header .menuModal .-inner .submenuList > li {
  width: 260px;
}
@media screen and (max-width: 1240px) {
  .p-cosultingSite .l-header .menuModal .-inner .submenuList > li {
    width: 100%;
  }
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal .-inner .submenuList > li {
    width: 100%;
    border-color: #fff;
  }
}
.l-header .menuModal .-inner .submenuList > li.-noBorder {
  border-top: 0;
}
.l-header .menuModal .-inner .submenuList > li:first-child {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal .-inner .submenuList > li:first-child {
    border-top: 0;
  }
}
.l-header .menuModal .-inner .submenuList > li:last-child {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal .-inner .submenuList > li:last-child {
    border-bottom: 0;
  }
}
.l-header .menuModal .-inner .submenuList > li a {
  font-size: 16px;
  line-height: 1;
  color: #000;
  display: block;
  width: 100%;
  padding: 16px 35px 16px 20px;
  position: relative;
}
.p-cosultingSite .l-header .menuModal .-inner .submenuList > li a {
  font-size: 15px;
  line-height: 1.2;
  padding: 14px 25px 14px 10px;
}
@media screen and (max-width: 1240px) {
  .p-cosultingSite .l-header .menuModal .-inner .submenuList > li a {
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal .-inner .submenuList > li a {
    font-size: 14px;
    padding: 16px 30px 16px 20px;
    padding-left: 0;
    color: #fff;
  }
}
.l-header .menuModal .-inner .submenuList > li a.-small {
  font-size: 12px;
  line-height: 1.4;
}
.l-header .menuModal .-inner .submenuList > li a.-line2 {
  font-size: 14px;
  line-height: 1.35;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
}
.p-cosultingSite .l-header .menuModal .-inner .submenuList > li a.-line2 {
  font-size: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal .-inner .submenuList > li a.-line2 {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-cosultingSite .l-header .menuModal .-inner .submenuList > li a.-line2 {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.p-cosultingSite .l-header .menuModal .-inner .submenuList > li a.-spline1 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.l-header .menuModal .-inner .submenuList > li a::before {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background: url(/asset/img/icon_arrow_gray.svg) no-repeat;
  background-size: cover;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 20px;
  -webkit-transition: .2s;
  transition: .2s;
}
.p-cosultingSite .l-header .menuModal .-inner .submenuList > li a::before {
  right: 10px;
}
@media screen and (max-width: 1240px) {
  .p-cosultingSite .l-header .menuModal .-inner .submenuList > li a::before {
    right: 6px;
  }
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal .-inner .submenuList > li a::before {
    right: 6px;
    background-image: url(/asset/img/icon_arrow_wh.svg);
  }
}
.l-header .menuModal .-inner .submenuList > li a:hover {
  background-color: #eaf1f9;
}
.l-header .menuModal .-inner .submenuList > li a:hover::before {
  background: url(/asset/img/icon_arrow.svg) no-repeat;
  background-size: cover;
  -webkit-transition: .2s;
  transition: .2s;
}
.p-cosultingSite .l-header .menuModal .-inner .submenuList > li a:hover::before {
  background-image: url(/asset/img/icon_arrow_blue.svg);
}
.l-header .menuModal .-inner .submenuList > li a.-other::before {
  width: 12px;
  height: 12px;
  background: url(/asset/img/icon_other.svg) no-repeat;
  background-size: cover;
  right: 18px;
  -webkit-transition: .2s;
  transition: .2s;
}
.p-cosultingSite .l-header .menuModal .-inner .submenuList > li a.-other::before {
  right: 8px;
}
@media screen and (max-width: 1240px) {
  .p-cosultingSite .l-header .menuModal .-inner .submenuList > li a.-other::before {
    background-image: url(/asset/img/icon_other_wh.svg);
    right: 3px;
  }
}
.l-header .menuModal .-inner .submenuList > li a.-other:hover::before {
  background: url(/asset/img/icon_other_navy.svg) no-repeat;
  background-size: cover;
  -webkit-transition: .2s;
  transition: .2s;
}
.p-cosultingSite .l-header .menuModal .-inner .submenuList > li a.-other:hover::before {
  background-image: url(/asset/img/icon_other_blue.svg);
}
.l-header .menuModal .-inner .submenuList > li a.-subTitle {
  pointer-events: none;
  color: #5074b4;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 0;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal .-inner .submenuList > li a.-subTitle {
    pointer-events: inherit;
  }
}
.l-header .menuModal .-inner .submenuList > li a.-subTitle::before {
  display: none;
}
@media screen and (max-width: 1240px) {
  .l-header .menuModal .-inner .submenuList .-spOnly {
    display: inline-block !important;
  }
}
.l-header .searchModal {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 40px;
  padding-top: 80px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1100;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1240px) {
  .l-header .searchModal {
    padding-top: 0;
    top: 80px;
    width: auto;
    opacity: 0;
    visibility: hidden;
  }
}
.l-header .searchModal.isOn {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}
.l-header .searchModal .-inner {
  background-color: #fff;
  border-radius: 15px;
  padding: 50px 60px;
  width: 640px;
  margin: auto;
}
@media screen and (max-width: 1240px) {
  .l-header .searchModal .-inner {
    padding: 20px 20px;
    width: calc(100vw - 60px);
  }
}
.l-header .searchModal .-inner .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 1240px) {
  .l-header .searchModal .-inner .title {
    font-size: 24px;
  }
}
.l-header .searchModal .-inner .title span {
  font-size: 16px;
  padding-left: 20px;
  font-weight: normal;
}
@media screen and (max-width: 1240px) {
  .l-header .searchModal .-inner .title span {
    font-size: 12px;
    padding-left: 10px;
  }
}
.l-header .searchModal .-inner #ss-form1 {
  position: relative;
}
.l-header .searchModal .-inner .search_text {
  border: 2px solid #e5e5e5;
  border-radius: 100px;
  width: 100%;
  padding: 15px 20px;
  background-color: #f6f8fb;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1240px) {
  .l-header .searchModal .-inner .search_text {
    padding: 10px 10px;
  }
}
.l-header .searchModal .-inner .search_text:focus {
  border-color: #b2b2cf;
  background-color: #eaf1f9;
  -webkit-transition: .3s;
  transition: .3s;
}
.l-header .searchModal .-inner #search_btn {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header .languageModal {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 40px;
  padding-top: 80px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1100;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1240px) {
  .l-header .languageModal {
    padding-top: 0;
    top: 80px;
    width: auto;
    opacity: 0;
    visibility: hidden;
  }
}
.l-header .languageModal.isOn {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}
.l-header .languageModal .-inner {
  padding: 60px 60px;
  width: 640px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .l-header .languageModal .-inner {
    padding: 20px 20px;
    width: calc(100vw - 60px);
  }
}
.l-header .languageModal .-inner::before {
  content: "";
  display: block;
  width: 640px;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 15px;
}
@media screen and (max-width: 1240px) {
  .l-header .languageModal .-inner::before {
    width: 100%;
  }
}
.l-header .languageModal .-inner .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 1240px) {
  .l-header .languageModal .-inner .title {
    font-size: 24px;
  }
}
.l-header .languageModal .-inner .title span {
  font-size: 16px;
  padding-left: 20px;
  font-weight: normal;
}
@media screen and (max-width: 1240px) {
  .l-header .languageModal .-inner .title span {
    font-size: 12px;
    padding-left: 10px;
  }
}
.l-header .languageModal .-inner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .l-header .languageModal .-inner .list {
    display: block;
  }
}
@media screen and (max-width: 1240px) {
  .l-header .languageModal .-inner .list > li + li {
    margin-top: 20px;
  }
}
.l-header .languageModal .-inner .list > li a {
  width: 250px;
}
@media screen and (max-width: 1240px) {
  .l-header .languageModal .-inner .list > li a {
    width: 100%;
  }
}
.l-header .languageModal .-inner .list > li a span {
  padding-left: 20px;
}
.l-header .menuTrigger {
  display: none;
}
@media screen and (max-width: 1240px) {
  .l-header .menuTrigger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #00005f;
  }
  .p-cosultingSite .l-header .menuTrigger {
    background-color: #5074b4;
  }
}
.l-header .menuTrigger .-btn {
  width: 50px;
  height: 50px;
  display: block;
  background: url(/asset/img/icon_menu.svg) no-repeat center center;
  background-size: 20px 16px;
  -webkit-transition: .3s;
  transition: .3s;
}
.l-header .menuTrigger .-btn.isOn {
  background: url(/asset/img/icon_close.svg) no-repeat center center;
  background-size: 20px 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

/*    main
--------------------------------------------------------------------------------*/
body.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.l-container {
  position: relative;
  min-width: 1040px;
}
@media screen and (max-width: 1040px) {
  .l-container {
    min-width: inherit;
  }
}
.mobile .l-container {
  min-width: inherit;
}

.l-contents {
  padding-top: 95px;
}
@media screen and (max-width: 1240px) {
  .l-contents {
    padding-top: 50px;
  }
}

img.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}
img.ofi-top {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  font-family: 'object-fit: cover; object-position: 50% 0%;';
}

.inner {
  margin: auto;
  width: 1040px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .inner {
    width: calc(100vw - 60px);
  }
}
.mobile .inner {
  width: calc(100vw - 60px);
}
.inner.-wide {
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .inner.-wide.-spInner {
    width: calc(100vw - 60px);
  }
}
.mobile .inner.-wide.-spInner {
  width: calc(100vw - 60px);
}
.inner.-middle {
  width: 800px;
}
@media screen and (max-width: 1040px) {
  .inner.-middle {
    width: calc(100vw - 60px);
  }
}
.mobile .inner.-middle {
  width: calc(100vw - 60px);
}
.inner.-short {
  width: 650px;
}
@media screen and (max-width: 1040px) {
  .inner.-short {
    width: calc(100vw - 60px);
  }
}
.mobile .inner.-short {
  width: calc(100vw - 60px);
}

.c-section {
  padding: 150px 0;
}
@media screen and (max-width: 1040px) {
  .c-section {
    padding: 90px 0;
  }
}
.mobile .c-section {
  padding: 90px 0;
}
.c-section.-nopd {
  padding: 0;
}

.c-spSlide {
  /*
  PC版、2カラム、3カラム表示で、SP版スライダー
  */
}
.c-spSlide .slide1_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-spSlide .slide1_arrow_prev {
  width: 12px;
  height: 23px;
  background: url(../img/icon_slide_arrow.svg) no-repeat;
  background-size: cover;
  left: -22px;
}
.c-spSlide .slide1_arrow_next {
  width: 12px;
  height: 23px;
  background: url(../img/icon_slide_arrow.svg) no-repeat;
  background-size: cover;
  right: -22px;
  -webkit-transform: rotate(-185deg);
          transform: rotate(-185deg);
  margin-top: -10px;
}

/*
.c-picSlide{
    padding-bottom: 60px;
    @include max-screen($breakpoint-tab) {
        padding-bottom: 0;
    }
    & .list{
        & li{
            margin: 0 15px;
            @include max-screen($breakpoint-tab) {
                margin:0 5px;
            }
            & .pic{
                width: 720px;
                height: 480px;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: 50% 50%;
                @include max-screen($breakpoint-tab) {
                    width: 340px;
                    height: 226px;
                }
                .c-menuModal &{
                    @include max-screen($breakpoint-tab) {
                        width: 300px;
                    }
                }
                &.movie{
                    position: relative;
                    padding-bottom: 62.5%;
                    padding-top: 30px;
                    height: 0;
                    overflow: hidden;
                    @include max-screen($breakpoint-tab) {
                        height: 226px;
                    }
                    & iframe{
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        @include max-screen($breakpoint-tab) {
                            height: 226px;
                        }
                    }
                }
            }
            & .text{
                width: 720px;
                text-align: left;
                margin-top: 20px;
                margin-bottom: 0px;
                @include max-screen($breakpoint-tab) {
                    width: 340px;
                    margin-bottom: 0px;
                }
                .c-menuModal &{
                    @include max-screen($breakpoint-tab) {
                        width: 300px;
                    }
                }
            }
        }
    }
}
*/
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}
.c-modal.isOn {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}
.c-modal .c-modal_bg,
.c-modal .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.c-modal .modalBox {
  position: fixed;
  width: 1040px;
  height: 80%;
  min-height: 500px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 1040px) {
  .c-modal .modalBox {
    width: calc(100% - 40px);
  }
}
.mobile .c-modal .modalBox {
  width: calc(100% - 40px);
}
.c-modal .modalInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-modal .modalInner2 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  padding: 60px 80px 60px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .c-modal .modalInner2 {
    padding: 30px 25px;
  }
}
.mobile .c-modal .modalInner2 {
  padding: 30px 25px;
}
.c-modal .c-modalClose {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: -50px;
  right: -50px;
  background: url(/asset/img/icon_modal_close.svg) no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 3;
}
@media screen and (max-width: 1040px) {
  .c-modal .c-modalClose {
    width: 20px;
    height: 20px;
    top: -30px;
    right: -30px;
  }
}
.mobile .c-modal .c-modalClose {
  width: 20px;
  height: 20px;
  top: -30px;
  right: -30px;
}
.c-modal .c-modal_title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .c-modal .c-modal_title {
    font-size: 14px;
  }
}
.c-modal.modal-movie .modalBox {
  position: inherit;
  width: inherit;
  height: inherit;
  min-height: inherit;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  margin: inherit;
}
@media screen and (max-width: 1040px) {
  .c-modal.modal-movie .modalBox {
    width: inherit;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.mobile .c-modal.modal-movie .modalBox {
  width: inherit;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-modal.-fitHeight .modalBox {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100vh - 80px - 80px);
}
@media screen and (max-width: 1040px) {
  .c-modal.-fitHeight .modalBox {
    max-height: calc(100vh - 140px);
    min-height: inherit;
  }
}
.mobile .c-modal.-fitHeight .modalBox {
  max-height: calc(100vh - 140px);
  min-height: inherit;
}
.c-modal.-fitHeight .modalBox .modalInner {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100vh - 80px - 80px);
}
@media screen and (max-width: 1040px) {
  .c-modal.-fitHeight .modalBox .modalInner {
    max-height: calc(100vh - 140px);
    min-height: inherit;
  }
}
.mobile .c-modal.-fitHeight .modalBox .modalInner {
  max-height: calc(100vh - 140px);
  min-height: inherit;
}
.c-modal.-fitHeight .modalBox .modalInner .modalInner2 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100vh - 80px - 80px);
}
@media screen and (max-width: 1040px) {
  .c-modal.-fitHeight .modalBox .modalInner .modalInner2 {
    max-height: calc(100vh - 140px);
    min-height: inherit;
  }
}
.mobile .c-modal.-fitHeight .modalBox .modalInner .modalInner2 {
  max-height: calc(100vh - 140px);
  min-height: inherit;
}

/*    個別
----------------------------------------------------------------------------*/
/*    個別コンサルティングサイト
----------------------------------------------------------------------------*/
.p-cs .c-section {
  padding: 100px 0;
}
@media screen and (max-width: 1040px) {
  .p-cs .c-section {
    padding: 70px 0;
  }
}
.mobile .p-cs .c-section {
  padding: 70px 0;
}
.p-cs .section-keyword {
  padding: 22px 0;
  background-color: #000;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-keyword .c-flex {
    display: block;
  }
}
.mobile .p-cs .section-keyword .c-flex {
  display: block;
}
.p-cs .section-keyword .c-flex > li:nth-child(1) {
  font-size: 20px;
  font-weight: 500;
  color: #96b8e0;
  margin-right: 40px;
  -ms-flex-preferred-size: 215px;
      flex-basis: 215px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-keyword .c-flex > li:nth-child(1) {
    font-size: 14px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.mobile .p-cs .section-keyword .c-flex > li:nth-child(1) {
  font-size: 14px;
  text-align: center;
  margin-right: 0;
  margin-bottom: 10px;
}
.p-cs .section-keyword .c-flex > li:nth-child(2) {
  padding-top: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-cs .section-keyword .c-flex > li:nth-child(2) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-keyword .c-flex > li:nth-child(2) .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-cs .section-keyword .c-flex > li:nth-child(2) .list > li {
  margin-right: 20px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-keyword .c-flex > li:nth-child(2) .list > li {
    line-height: 2;
  }
}
.p-cs .section-keyword .c-flex > li:nth-child(2) .list > li:last-child {
  margin-right: 0;
}
.p-cs .section-keyword .c-flex > li:nth-child(2) .list > li a {
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-keyword .c-flex > li:nth-child(2) .list > li a {
    font-size: 14px;
  }
}
.p-cs .section-news .p-top_newsBlock {
  margin-bottom: 60px;
}
.p-cs .section-consulting .list-top {
  position: relative;
  min-height: 2940px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list-top {
    min-height: inherit;
  }
}
.mobile .p-cs .section-consulting .list-top {
  min-height: inherit;
}
.p-cs .section-consulting .list-top > li {
  position: absolute;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list-top > li {
    position: relative;
    top: inherit !important;
    left: inherit !important;
  }
}
.mobile .p-cs .section-consulting .list-top > li {
  position: relative;
  top: inherit !important;
  left: inherit !important;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list-top > li + li {
    margin-top: 30px;
  }
}
.mobile .p-cs .section-consulting .list-top > li + li {
  margin-top: 30px;
}
.p-cs .section-consulting .list-top > li.fig1 {
  top: 0px;
  left: 0px;
}
.p-cs .section-consulting .list-top > li.fig2 {
  top: 320px;
  left: 0px;
}
.p-cs .section-consulting .list-top > li.fig3 {
  top: 720px;
  left: 0px;
}
.p-cs .section-consulting .list-top > li.fig4 {
  top: 720px;
  left: 530px;
}
.p-cs .section-consulting .list-top > li.fig5 {
  top: 1040px;
  left: 0px;
}
.p-cs .section-consulting .list-top > li.fig6 {
  top: 1360px;
  left: 530px;
}
.p-cs .section-consulting .list-top > li.fig7 {
  top: 1680px;
  left: 0px;
}
.p-cs .section-consulting .list-top > li.fig8 {
  top: 2000px;
  left: 0px;
}
.p-cs .section-consulting .list-top > li.fig9 {
  top: 2320px;
  left: 0px;
}
.p-cs .section-consulting .list-top > li.fig10 {
  top: 2640px;
  left: 0px;
}
.p-cs .section-consulting .list-top > li.-wd1 {
  width: 1040px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list-top > li.-wd1 {
    width: 100%;
  }
}
.mobile .p-cs .section-consulting .list-top > li.-wd1 {
  width: 100%;
}
.p-cs .section-consulting .list-top > li.-wd2 {
  width: 510px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list-top > li.-wd2 {
    width: 100%;
  }
}
.p-cs .section-consulting .list-top > li a {
  text-decoration: none;
  color: #000;
  display: block;
  position: relative;
}
.p-cs .section-consulting .list-top > li a:hover {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-cs .section-consulting .list-top > li a:hover .pic::before {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-cs .section-consulting .list-top > li a:hover .c-wrapCenter {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-cs .section-consulting .list-top > li a .c-wrapCenter .c-flex.-col2 {
  width: 80%;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list-top > li a .c-wrapCenter .c-flex.-col2 {
    width: auto;
  }
}
.p-cs .section-consulting .list-top > li a .c-wrapCenter .c-flex.-col2.list-global {
  width: 96%;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list-top > li a .c-wrapCenter .c-flex.-col2.list-global {
    width: auto;
  }
}
.p-cs .section-consulting .list-top > li a .c-wrapCenter .c-flex.-col2.list-global > li .-inner .list-text > li .category {
  font-size: 16px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list-top > li a .c-wrapCenter .c-flex.-col2.list-global > li .-inner .list-text > li .category {
    font-size: 13px;
  }
}
.p-cs .section-consulting .list-top > li a .c-wrapCenter .c-flex.-col2.list-global > li .-inner .list-text > li .title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 10px auto 10px;
}
.p-cs .section-consulting .list-top > li a .c-wrapCenter .c-flex.-col2.list-global > li .-inner .c-btnWrap object .c-btn,
.p-cs .section-consulting .list-top > li a .c-wrapCenter .c-flex.-col2.list-global > li .-inner .c-btnWrap object a.c-btn {
  width: 180px;
  font-size: 14px;
  padding: 12px 10px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list-top > li a .c-wrapCenter .c-flex.-col2.list-global > li .-inner .c-btnWrap object .c-btn,
  .p-cs .section-consulting .list-top > li a .c-wrapCenter .c-flex.-col2.list-global > li .-inner .c-btnWrap object a.c-btn {
    width: calc(100vw - 60px);
    line-height: 1.4;
    max-width: 360px;
  }
}
.p-cs .section-consulting .list-top > li a .pic::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list-top > li a .pic::before {
    display: none;
  }
}
.p-cs .section-consulting .list-top > li a .c-wrapCenter {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list-top > li a .c-wrapCenter {
    position: relative;
    opacity: 1;
  }
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list-top > li a .list-text {
    margin-top: 5px;
  }
}
.p-cs .section-consulting .list-top > li a .list-text > li {
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list-top > li a .list-text > li:nth-child(1) {
    display: block;
  }
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list-top > li a .list-text > li:nth-child(2) .c-btnWrap {
    display: block !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list-top > li a .list-text > li:nth-child(2) .c-btnWrap .c-btn {
    width: calc(100vw - 60px);
    line-height: 1.4;
    max-width: 360px;
  }
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list-top > li a .list-text > li:nth-child(2) .c-btnWrap .c-btn.-line1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.p-cs .section-consulting .list-top > li a .list-text > li .category {
  font-size: 20px;
  color: #5074b4;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list-top > li a .list-text > li .category {
    font-size: 13px;
  }
}
.p-cs .section-consulting .list-top > li a .list-text > li .title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin: 15px auto 20px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list-top > li a .list-text > li .title {
    font-size: 14px;
    color: #000;
    margin: 0;
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list-top > li a .c-btnWrap {
    display: none;
  }
}
.p-cs .section-consulting .list-top > li a .c-btnWrap .c-btn {
  border-color: #fff;
  color: #fff;
  width: 250px;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-cs .section-consulting .list-top > li a .c-btnWrap .c-btn::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
.p-cs .section-consulting .list-top > li a .c-btnWrap .c-btn:hover {
  border-color: #5074b4;
}
.p-cs .section-consulting .list + .list {
  margin-top: 20px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list + .list {
    margin-top: 30px;
  }
}
.p-cs .section-consulting .list.-wide > li {
  width: 100%;
}
.p-cs .section-consulting .list > li {
  width: 510px;
  margin-top: 20px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list > li {
    width: 100%;
    float: none !important;
    margin-top: 30px;
  }
}
.p-cs .section-consulting .list > li a {
  text-decoration: none;
  color: #000;
  display: block;
  position: relative;
}
.p-cs .section-consulting .list > li a:hover {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-cs .section-consulting .list > li a:hover .pic::before {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-cs .section-consulting .list > li a:hover .c-wrapCenter {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-cs .section-consulting .list > li a .pic::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list > li a .pic::before {
    display: none;
  }
}
.p-cs .section-consulting .list > li a .c-wrapCenter {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list > li a .c-wrapCenter {
    position: relative;
    opacity: 1;
  }
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list > li a .list-text {
    margin-top: 5px;
  }
}
.p-cs .section-consulting .list > li a .list-text > li {
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list > li a .list-text > li:nth-child(1) {
    display: block;
  }
}
.p-cs .section-consulting .list > li a .list-text > li .category {
  font-size: 20px;
  color: #5074b4;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list > li a .list-text > li .category {
    font-size: 13px;
  }
}
.p-cs .section-consulting .list > li a .list-text > li .title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin: 15px auto 20px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list > li a .list-text > li .title {
    font-size: 14px;
    color: #000;
    margin: 0;
  }
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list > li a .c-btnWrap {
    display: none;
  }
}
.p-cs .section-consulting .list > li a .c-btnWrap .c-btn {
  border-color: #fff;
  color: #fff;
  width: 250px;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-cs .section-consulting .list > li a .c-btnWrap .c-btn::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
.p-cs .section-consulting .list > li a .c-btnWrap .c-btn:hover {
  border-color: #5074b4;
}
.p-cs .section-consulting .list.-list1 {
  margin-top: 30px;
}
.p-cs .section-consulting .list.-list1 > li {
  margin-top: 0;
}
.p-cs .section-consulting .list.-list2 > li:nth-child(1) {
  margin-top: 0;
  float: left;
}
.p-cs .section-consulting .list.-list2 > li:nth-child(2) {
  margin-top: 0;
  float: right;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list.-list2 > li:nth-child(2) {
    margin-top: 30px;
  }
}
.p-cs .section-consulting .list.-list2 > li:nth-child(3) {
  float: left;
}
.p-cs .section-consulting .list.-list2 > li:nth-child(4) {
  float: right;
}
.p-cs .section-consulting .list.-list3 > li {
  margin-top: 0;
}
.p-cs .section-consulting .list.-list4 > li:nth-child(1) {
  margin-top: 0;
  float: left;
}
.p-cs .section-consulting .list.-list4 > li:nth-child(2) {
  margin-top: 0;
  float: right;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list.-list4 > li:nth-child(2) {
    margin-top: 30px;
  }
}
.p-cs .section-consulting .list.-list4 > li:nth-child(3) {
  float: right;
}
.p-cs .section-consulting .list.-list5 > li {
  float: left;
  margin-top: 0;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list.-list5 > li {
    float: none;
  }
}
.p-cs .section-consulting .list.-list5 > li:nth-child(2) {
  float: right;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-consulting .list.-list5 > li:nth-child(2) {
    float: none;
    margin-top: 30px;
  }
}
.p-cs .section-review .c-title4 {
  color: #fff;
}
.p-cs .section-review .c-lead {
  margin-bottom: 60px;
}
.p-cs .section-review .c-flex.p-case {
  margin-bottom: 50px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-review .c-flex.p-case {
    display: block;
    margin-bottom: 70px;
  }
}
.p-cs .section-review .c-flex.p-case > li {
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
}
@media screen and (max-width: 1040px) {
  .p-cs .section-review .c-flex.p-case > li + li {
    margin-top: 50px;
  }
}
.p-cs .section-review .c-flex.p-case > li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.p-cs .section-review .c-flex.p-case > li .pic {
  margin-bottom: 15px;
}
.p-cs .section-review .c-flex.p-case > li .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-review .c-flex.p-case > li .title {
    font-size: 16px;
  }
}
.p-cs .section-review .c-flex.p-case_contents {
  margin-bottom: 70px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-review .c-flex.p-case_contents {
    margin-bottom: 0;
  }
}
.p-cs .section-review .c-flex.p-case_contents > li {
  -ms-flex-preferred-size: calc(25% - 30px);
      flex-basis: calc(25% - 30px);
}
@media screen and (max-width: 1040px) {
  .p-cs .section-review .c-flex.p-case_contents > li {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    margin-bottom: 50px;
  }
}
.mobile .p-cs .section-review .c-flex.p-case_contents > li {
  -ms-flex-preferred-size: calc(50% - 15px);
      flex-basis: calc(50% - 15px);
  margin-bottom: 50px;
}
.p-cs .section-review .c-flex.p-case_contents > li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.p-cs .section-review .c-flex.p-case_contents > li .pic {
  margin-bottom: 15px;
}
.p-cs .section-review .c-flex.p-case_contents > li .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-review .c-flex.p-case_contents > li .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.p-cs .section-review .c-flex.p-case_contents > li .text {
  font-size: 13px;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-review .c-flex.p-case_contents > li .text {
    font-size: 12px;
  }
}
.p-cs .section-review .p-keyword {
  padding: 22px 37px;
  background-color: #eaf1f9;
  margin-bottom: 80px;
}
.p-cs .section-review .p-keyword .c-flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-review .p-keyword .c-flex {
    display: block;
  }
}
.p-cs .section-review .p-keyword .c-flex > li:nth-child(1) {
  font-size: 22px;
  font-weight: 500;
  margin-right: 40px;
  color: #5074b4;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-review .p-keyword .c-flex > li:nth-child(1) {
    font-size: 13px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.p-cs .section-review .p-keyword .c-flex > li:nth-child(2) {
  padding-top: 3px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-cs .section-review .p-keyword .c-flex > li:nth-child(2) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-review .p-keyword .c-flex > li:nth-child(2) .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-cs .section-review .p-keyword .c-flex > li:nth-child(2) .list > li {
  margin-right: 18px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-review .p-keyword .c-flex > li:nth-child(2) .list > li {
    margin-right: 15px;
    line-height: 2;
  }
}
.p-cs .section-review .p-keyword .c-flex > li:nth-child(2) .list > li:last-child {
  margin-right: 0;
}
.p-cs .section-review .p-keyword .c-flex > li:nth-child(2) .list > li a {
  color: #000;
  font-size: 18px;
  text-decoration: underline;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-review .p-keyword .c-flex > li:nth-child(2) .list > li a {
    font-size: 14px;
  }
}
.p-cs .section-study .c-lead {
  margin-bottom: 80px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-study .c-lead {
    margin-bottom: 50px;
  }
}
.p-cs .section-study .pic {
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-study .pic {
    margin: 0 -30px;
    margin-bottom: 40px;
  }
}
.p-cs .section-seminar .p-seminar_content01 {
  background-color: #f5f5f5;
  padding: 50px 75px 40px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content01 {
    padding: 35px 20px 40px;
    margin-bottom: 40px;
  }
}
.mobile .p-cs .section-seminar .p-seminar_content01 {
  padding: 35px 20px 40px;
  margin-bottom: 40px;
}
.p-cs .section-seminar .p-seminar_content01 .fig-line {
  width: 473px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 5px);
  background-size: 5px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content01 .fig-line {
    display: none;
  }
}
.mobile .p-cs .section-seminar .p-seminar_content01 .fig-line {
  display: none;
}
.p-cs .section-seminar .p-seminar_content01 .fig-line.-type1 {
  top: 278px;
  left: 490px;
}
.p-cs .section-seminar .p-seminar_content01 .fig-line.-type2 {
  width: 383px;
  top: 471px;
  left: 580px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content01 .list {
    display: block;
  }
}
.mobile .p-cs .section-seminar .p-seminar_content01 .list {
  display: block;
}
.p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(1) {
  -ms-flex-preferred-size: 550px;
      flex-basis: 550px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(1) {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .mobile .p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(1) {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(1)::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 5px);
    background-size: 5px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
}
.p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 37px;
  margin-top: calc(23px - 36px);
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) {
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) .c-list_tag {
    margin-bottom: 10px;
  }
}
.p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) .list-link {
  margin-top: 40px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) .list-link {
    margin-top: 0;
  }
}
.p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) .list-link > li {
  line-height: 1.6;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) .list-link > li {
    line-height: 1.95;
  }
}
.p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) .list-link > li a {
  color: #000;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  padding-left: 20px;
  font-size: 14px;
}
.p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) .list-link > li a::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
  background: url(/asset/img/consulting/top/icon_maru_arrow01.svg) no-repeat;
  background-size: cover;
}
.p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) .list-link > li a:hover {
  -webkit-transition: .3s;
  transition: .3s;
}
.p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) .list-link > li a:hover::before {
  -webkit-transition: .3s;
  transition: .3s;
}
.p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) .list-link.-type1 {
  margin-top: 55px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) .list-link.-type1 {
    margin-top: 0;
  }
}
.p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) .list-link.-type1 a::before {
  background: url(/asset/img/consulting/top/icon_maru_arrow01.svg) no-repeat;
  background-size: cover;
}
.p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) .list-link.-type2 {
  margin-top: 15px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) .list-link.-type2 {
    margin-top: 0;
  }
}
.p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) .list-link.-type2 a::before {
  background: url(/asset/img/consulting/top/icon_maru_arrow02.svg) no-repeat;
  background-size: cover;
}
.p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) .list-link.-type3 {
  margin-top: 15px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) .list-link.-type3 {
    margin-top: 0;
  }
}
.p-cs .section-seminar .p-seminar_content01 .list > li:nth-child(2) .list-link.-type3 a::before {
  background: url(/asset/img/consulting/top/icon_maru_arrow03.svg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content01 .c-list_tag--seminar {
    margin-bottom: 5px;
  }
}
.p-cs .section-seminar .p-seminar_pickup {
  margin-bottom: 60px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_pickup {
    margin-bottom: 50px;
  }
}
.mobile .p-cs .section-seminar .p-seminar_pickup {
  margin-bottom: 50px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_pickup .p-seminar_pickup_list {
    margin-top: -50px;
  }
}
.mobile .p-cs .section-seminar .p-seminar_pickup .p-seminar_pickup_list {
  margin-top: -50px;
}
.p-cs .section-seminar .p-seminar_pickup .p-seminar_pickup_list > li {
  -ms-flex-preferred-size: calc(25% - 30px);
      flex-basis: calc(25% - 30px);
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_pickup .p-seminar_pickup_list > li {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    margin-top: 50px;
  }
}
.mobile .p-cs .section-seminar .p-seminar_pickup .p-seminar_pickup_list > li {
  -ms-flex-preferred-size: calc(50% - 15px);
      flex-basis: calc(50% - 15px);
  margin-top: 50px;
}
.p-cs .section-seminar .p-seminar_pickup .p-seminar_pickup_list > li a {
  color: #000;
  text-decoration: none;
}
.p-cs .section-seminar .p-seminar_pickup .p-seminar_pickup_list > li .pic {
  margin-bottom: 15px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_pickup .p-seminar_pickup_list > li .pic {
    margin-bottom: 10px;
  }
}
.mobile .p-cs .section-seminar .p-seminar_pickup .p-seminar_pickup_list > li .pic {
  margin-bottom: 10px;
}
.p-cs .section-seminar .p-seminar_pickup .p-seminar_pickup_list > li .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_pickup .p-seminar_pickup_list > li .title {
    font-size: 14px;
  }
}
.mobile .p-cs .section-seminar .p-seminar_pickup .p-seminar_pickup_list > li .title {
  font-size: 14px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_pickup .p-seminar_pickup_list > li .c-list_category {
    margin-bottom: 5px;
  }
}
.mobile .p-cs .section-seminar .p-seminar_pickup .p-seminar_pickup_list > li .c-list_category {
  margin-bottom: 5px;
}
.p-cs .section-seminar .p-seminar_content02 {
  background-color: #eaf1f9;
  padding: 25px 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content02 {
    padding: 30px 20px;
    margin-bottom: 50px;
  }
}
.mobile .p-cs .section-seminar .p-seminar_content02 {
  padding: 30px 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content02 .c-flex {
    display: block;
  }
}
.mobile .p-cs .section-seminar .p-seminar_content02 .c-flex {
  display: block;
}
.p-cs .section-seminar .p-seminar_content02 .c-flex > li:nth-child(1) {
  -ms-flex-preferred-size: 325px;
      flex-basis: 325px;
}
.p-cs .section-seminar .p-seminar_content02 .c-flex > li:nth-child(1) .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: #5074b4;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content02 .c-flex > li:nth-child(1) .title {
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-cs .section-seminar .p-seminar_content02 .c-flex > li:nth-child(1) .title a {
  text-decoration: none;
  color: #5074b4;
}
.p-cs .section-seminar .p-seminar_content02 .c-flex > li:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content02 .c-flex > li:nth-child(2) .text {
    font-size: 13px;
  }
}
.p-cs .section-seminar .p-seminar_content02 .list-text {
  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;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content02 .list-text {
    display: block;
  }
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content02 .list-text + .list-text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content02 .list-text > li {
    text-align: center;
  }
}
.p-cs .section-seminar .p-seminar_content02 .list-text > li:nth-child(1) {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  position: relative;
}
.p-cs .section-seminar .p-seminar_content02 .list-text > li:nth-child(1)::before {
  content: "";
  width: 68px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 3px;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 5px);
  background-size: 5px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content02 .list-text > li:nth-child(1)::before {
    display: none;
  }
}
.p-cs .section-seminar .p-seminar_content02 .list-text.-type2 > li:nth-child(1)::before {
  width: 98px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-seminar .p-seminar_content02 .list-text.-type2 > li:nth-child(1)::before {
    display: none;
  }
}
.mobile .p-cs .section-seminar .p-seminar_content02 .list-text.-type2 > li:nth-child(1)::before {
  display: none;
}
.p-cs .section-books .p-books_list {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 60px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-books .p-books_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -50px;
  }
}
.mobile .p-cs .section-books .p-books_list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -50px;
}
.p-cs .section-books .p-books_list > li {
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-books .p-books_list > li {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    margin-top: 50px;
  }
}
.mobile .p-cs .section-books .p-books_list > li {
  -ms-flex-preferred-size: calc(50% - 15px);
      flex-basis: calc(50% - 15px);
  margin-top: 50px;
}
.p-cs .section-books .p-books_list > li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.p-cs .section-books .p-books_list > li a .pic {
  margin-bottom: 25px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.p-cs .section-books .p-books_list > li a .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1040px) {
  .p-cs .section-books .p-books_list > li a .title {
    font-size: 14px;
  }
}
.mobile .p-cs .section-books .p-books_list > li a .title {
  font-size: 14px;
}

.c-list_category--seminar,
.c-list_tag--seminar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-list_category--seminar > li,
.c-list_tag--seminar > li {
  margin-left: 5px;
}
.c-list_category--seminar > li:nth-child(1),
.c-list_tag--seminar > li:nth-child(1) {
  margin-left: 0;
}

.c-category--seminar {
  line-height: 1;
  font-size: 13px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 2px 10px;
  min-width: 90px;
  display: inline-block;
}
@media screen and (max-width: 1040px) {
  .c-category--seminar {
    font-size: 11px;
    min-width: 70px;
    padding: 2px 2px;
  }
}
.mobile .c-category--seminar {
  font-size: 11px;
  min-width: 70px;
  padding: 2px 2px;
}
.c-category--seminar.-ex {
  background-color: #00005f;
}
.c-category--seminar.-online {
  background-color: #505050;
}
.c-category--seminar.-mid {
  background-color: #5074b4;
}
.c-category--seminar.-fresh {
  background-color: #96b8e0;
}

.c-tag--seminar {
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px;
  min-width: 100px;
}
@media screen and (max-width: 1040px) {
  .c-tag--seminar {
    font-size: 11px;
  }
}
.c-tag--seminar.-navy {
  background-color: #00005f;
}
.c-tag--seminar.-blueMain {
  background-color: #5074b4;
}
.c-tag--seminar.-blue {
  background-color: #96b8e0;
}

.c-date {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 1040px) {
  .c-date {
    font-size: 12px;
  }
}

.c-slideWrap {
  position: relative;
  padding: 0px 0 60px;
  min-height: 630px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
}
@media screen and (max-width: 1040px) {
  .c-slideWrap {
    min-height: 380px;
  }
}
.mobile .c-slideWrap {
  min-height: 380px;
}
.c-slideWrap.isOn {
  opacity: 1;
  -webkit-transition: .8s;
  transition: .8s;
}
.c-slideWrap .slide-bg > li {
  background: no-repeat center center;
  background-size: 100%;
  -webkit-filter: blur(13px);
          filter: blur(13px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 110%;
  height: 110%;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}
@media screen and (max-width: 1040px) {
  .c-slideWrap .slide-bg > li {
    background-size: cover;
  }
}
.mobile .c-slideWrap .slide-bg > li {
  background-size: cover;
}
.c-slideWrap .slide-bg > li.isOn {
  opacity: 0.8;
  -webkit-transition: .2s;
  transition: .2s;
}
.c-slideWrap.-top {
  padding: 40px 0 45px;
  min-height: 690px;
}
@media screen and (max-width: 1040px) {
  .c-slideWrap.-top {
    padding: 20px 0 30px;
    height: 380px;
    min-height: 460px;
  }
}
.mobile .c-slideWrap.-top {
  padding: 20px 0 30px;
  height: 380px;
  min-height: 460px;
}
.c-slideWrap.-top .list-slide li a {
  width: 696px;
  margin: 0 25px;
}
@media screen and (max-width: 1040px) {
  .c-slideWrap.-top .list-slide li a {
    width: 253px;
    margin: 0 5px;
  }
}
.mobile .c-slideWrap.-top .list-slide li a {
  width: 253px;
  margin: 0 5px;
}
.c-slideWrap.-top .list-slide li a .pic {
  width: 696px;
  height: 435px;
  background: no-repeat center center;
  background-size: cover;
  border: 1px solid #fff;
}
@media screen and (max-width: 1040px) {
  .c-slideWrap.-top .list-slide li a .pic {
    width: 253px;
    height: 156px;
  }
}
.mobile .c-slideWrap.-top .list-slide li a .pic {
  width: 253px;
  height: 156px;
}
.c-slideWrap.-top .slide-arrowWrap .slide-arrow {
  top: 528px;
}
@media screen and (max-width: 1040px) {
  .c-slideWrap.-top .slide-arrowWrap .slide-arrow {
    top: 230px;
  }
}
.mobile .c-slideWrap.-top .slide-arrowWrap .slide-arrow {
  top: 230px;
}
.c-slideWrap.-top .slide-control {
  padding-right: calc(25px + 41px);
  margin-top: 0px;
}
@media screen and (max-width: 1040px) {
  .c-slideWrap.-top .slide-control {
    margin-top: 20px;
  }
}
.mobile .c-slideWrap.-top .slide-control {
  margin-top: 20px;
}
.c-slideWrap.-top .slide-control .list {
  margin-right: 30px;
}
.c-slideWrap.-top .slide-control .list > li a.isOn .dot-progress {
  background-color: white;
}
.c-slideWrap .list-slide li.slick-current a {
  pointer-events: initial;
}
.c-slideWrap .list-slide li.slick-current a .wrap {
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
}
.c-slideWrap .list-slide li.slick-current a .pic::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-transition: .2s;
  transition: .2s;
}
.c-slideWrap .list-slide li.slick-current a .category.-navy {
  color: #00005f;
}
.c-slideWrap .list-slide li.slick-current a .title {
  font-size: 18px;
}
@media screen and (max-width: 1040px) {
  .c-slideWrap .list-slide li.slick-current a .title {
    font-size: 14px;
  }
}
.c-slideWrap .list-slide li.slick-current a .title.-black {
  color: #000;
}
.c-slideWrap .list-slide li a {
  width: 650px;
  margin: auto;
  display: block;
  text-decoration: none;
  color: inherit;
  margin: 0 20px;
}
@media screen and (max-width: 1040px) {
  .c-slideWrap .list-slide li a {
    width: 255px;
    margin: 0 5px;
  }
}
.c-slideWrap .list-slide li a:hover {
  opacity: 1;
}
.c-slideWrap .list-slide li a .wrap {
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}
.c-slideWrap .list-slide li a .pic {
  width: 650px;
  height: 406px;
  background: no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .c-slideWrap .list-slide li a .pic {
    width: 255px;
    height: 159px;
    margin-bottom: 15px;
  }
}
.c-slideWrap .list-slide li a .pic::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-transition: .2s;
  transition: .2s;
}
.c-slideWrap .list-slide li a .pic.-play::before {
  content: "";
  display: block;
  /* background: url(/asset/img/consulting/icon_slide_play_blue.png) no-repeat; */
  background: url(/asset/img/consulting/icon_slide_play_red.png) no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .c-slideWrap .list-slide li a .pic.-play::before {
    width: 36px;
    height: 36px;
  }
}
.c-slideWrap .list-slide li a .pic img {
  height: 100%;
}
.c-slideWrap .list-slide li a .category {
  color: #96b8e0;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 1040px) {
  .c-slideWrap .list-slide li a .category {
    font-size: 12px;
  }
}
.c-slideWrap .list-slide li a .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .c-slideWrap .list-slide li a .title {
    font-size: 14px;
  }
}
.c-slideWrap .list-slide li a .c-date {
  color: #fff;
}
.c-slideWrap .list-slide li a .list-keyword > li {
  margin-right: 20px;
}
.c-slideWrap .list-slide li a .list-keyword > li:last-child {
  margin-right: 0;
}
.c-slideWrap .list-slide li a .list-keyword > li a.keyword {
  font-size: 13px;
  color: #96b8e0;
  text-decoration: underline;
  margin: 0;
  width: auto;
  display: inline-block;
}
.c-slideWrap .slide-arrowWrap .slide-arrow {
  width: 50px;
  height: 40px;
  padding: 10px 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  top: 428px;
  left: 50%;
}
@media screen and (max-width: 1040px) {
  .c-slideWrap .slide-arrowWrap .slide-arrow {
    width: 38px;
    height: 32px;
    top: 200px;
    left: 0;
  }
}
.c-slideWrap .slide-arrowWrap .slide-arrow .svg .st0 {
  -webkit-transition: .3s;
  transition: .3s;
}
.c-slideWrap .slide-arrowWrap .slide-arrow:hover .svg .st0 {
  -webkit-transition: .3s;
  transition: .3s;
}
.c-slideWrap .slide-arrowWrap .slide-arrow_prev {
  -webkit-transform: translateX(-530px);
          transform: translateX(-530px);
}
@media screen and (max-width: 1040px) {
  .c-slideWrap .slide-arrowWrap .slide-arrow_prev {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    left: 10px;
  }
}
.c-slideWrap .slide-arrowWrap .slide-arrow_next {
  -webkit-transform: translateX(480px);
          transform: translateX(480px);
}
@media screen and (max-width: 1040px) {
  .c-slideWrap .slide-arrowWrap .slide-arrow_next {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    left: inherit;
    right: 10px;
  }
}
.c-slideWrap .slide-control {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  margin: auto;
  margin-top: 30px;
  position: relative;
  padding: 0 25px;
  margin-right: 0;
  position: absolute;
  right: 50%;
}
@media screen and (max-width: 1040px) {
  .c-slideWrap .slide-control {
    margin-top: 20px;
  }
}
.c-slideWrap .slide-control .list-play_pause {
  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;
  position: absolute;
  top: 9px;
  right: 25px;
}
.c-slideWrap .slide-control .list-play_pause > li:nth-child(1) {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.c-slideWrap .slide-control .list-play_pause > li a {
  width: 8px;
  height: 12px;
  display: block;
}
.c-slideWrap .slide-control .list-play_pause > li a:hover {
  opacity: 1;
}
.c-slideWrap .slide-control .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-slideWrap .slide-control .list > li {
  margin-left: 12px;
  margin-top: 11px;
}
.c-slideWrap .slide-control .list > li:nth-child(1) {
  margin-left: 0;
}
.c-slideWrap .slide-control .list > li a {
  text-decoration: none;
  display: block;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: .3s;
  transition: .3s;
  pointer-events: initial;
}
.c-slideWrap .slide-control .list > li a:hover {
  opacity: 1;
}
.c-slideWrap .slide-control .list > li a.isOn {
  width: 60px;
  -webkit-transition: .3s;
  transition: .3s;
  pointer-events: none;
}
.c-slideWrap .slide-control .list > li a.isOn:hover {
  opacity: 1;
}
.c-slideWrap .slide-control .list > li a.isOn .dot-progress {
  background-color: #5074b4;
  border-radius: 4px;
  display: block;
  width: 0%;
  height: 100%;
}

.c-modal.modal-movie .modalBlock {
  width: 100%;
  height: 100%;
  position: relative;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .c-modal.modal-movie .modalBlock {
    width: 100%;
    height: 100%;
    position: relative;
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    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;
  }
}
@media screen and (max-width: 896px) {
  .c-modal.modal-movie .modalBlock {
    width: 100%;
  }
}
.c-modal.modal-movie .modalInner {
  width: 720px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 896px) {
  .c-modal.modal-movie .modalInner {
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .c-modal.modal-movie .c-modalClose {
    top: -30px;
    right: 15px;
  }
}
@media screen and (orientation: landscape) and (max-device-width: 896px) {
  .c-modal.modal-movie .c-modalClose {
    right: inherit;
    left: 50%;
    margin-left: 230px;
  }
  .ipad .c-modal.modal-movie .c-modalClose {
    top: -50px;
    right: -50px;
    left: inherit;
    margin-left: inherit;
  }
}
@media screen and (orientation: landscape) and (max-device-width: 667px) {
  .c-modal.modal-movie .modalBox {
    width: 500px;
    margin: auto;
  }
}
.mobile .c-modal.modal-movie .modalBox {
  width: 500px;
  margin: auto;
}
@media screen and (orientation: portrait) {
  .mobile .c-modal.modal-movie .modalBox {
    width: 100%;
  }
}
@media screen and (orientation: landscape) and (max-device-width: 896px) {
  .c-modal.modal-movie .modalBox {
    width: 500px;
    margin: auto;
  }
  .ipad .c-modal.modal-movie .modalBox {
    width: inherit;
    margin: inherit;
  }
}
.c-modal.modal-movie .modalBox .movie {
  position: relative;
  padding-bottom: 62.5%;
}
@media screen and (orientation: landscape) and (max-device-width: 896px) {
  .c-modal.modal-movie .modalBox .movie {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ipad .c-modal.modal-movie .modalBox .movie {
    padding-bottom: 62.5%;
    display: inherit;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
.c-modal.modal-movie .modalBox .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (orientation: landscape) and (max-device-width: 667px) {
  .c-modal.modal-movie .modalBox .movie iframe {
    width: 500px;
    height: 281px;
    position: relative;
    top: inherit;
    left: inherit;
  }
}
@media screen and (orientation: landscape) and (max-device-width: 896px) {
  .c-modal.modal-movie .modalBox .movie iframe {
    width: 500px;
    height: 281px;
    position: relative;
    top: inherit;
    left: inherit;
  }
  .ipad .c-modal.modal-movie .modalBox .movie iframe {
    width: 720px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .c-modal.modal-movie .modalBox {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: calc(100vh - 140px);
    min-height: inherit;
  }
}
@media screen and (max-width: 1040px) {
  .c-modal.modal-movie .modalBox .modalInner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: calc(100vh - 140px);
    min-height: inherit;
  }
}
@media screen and (max-width: 1040px) {
  .c-modal.modal-movie .modalBox .modalInner .modalInner2 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: calc(100vh - 140px);
    min-height: inherit;
  }
}

.p-csSub .c-section_head .inner {
  height: inherit;
}
.p-csSub .c-section_head .section-anchor {
  padding: 100px 0;
}
@media screen and (max-width: 1040px) {
  .p-csSub .c-section_head .section-anchor {
    padding: 70px 0;
  }
}
.p-csSub .c-section_head .section-anchor .c-lead {
  color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .c-section_head .section-anchor .c-lead {
    margin-bottom: 50px;
  }
}
.p-csSub .c-section_head .section-anchor .list-anchor > li {
  -ms-flex-preferred-size: calc(50% - 25px);
      flex-basis: calc(50% - 25px);
  border-bottom: 1px solid #fff;
}
.p-csSub .c-section_head .section-anchor .list-anchor > li:nth-child(1), .p-csSub .c-section_head .section-anchor .list-anchor > li:nth-child(2) {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1040px) {
  .p-csSub .c-section_head .section-anchor .list-anchor > li:nth-child(2) {
    border-top: 0;
  }
}
.p-csSub .c-section_head .section-anchor .list-anchor > li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px 20px;
  height: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1040px) {
  .p-csSub .c-section_head .section-anchor .list-anchor > li a {
    font-size: 16px;
    padding-right: 40px;
    display: block;
  }
}
.p-csSub .c-section_head .section-anchor .list-anchor > li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  background: url(/asset/img/icon_arrow_down_wh.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-csSub .c-section_head .section-anchor .list-anchor > li a:hover {
  background-color: #5074b4;
}
.p-csSub .section-consultingMenu {
  position: relative;
}
.p-csSub .section-consultingMenu .inner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
.p-csSub .section-consultingMenu .c-title {
  color: #fff;
  margin-bottom: 0;
  margin-left: 30px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu .c-title {
    margin-left: 0px;
  }
}
.p-csSub .section-consultingMenu.-pt2 {
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu.-pt2 {
    height: 150px;
  }
}
.p-csSub .section-consultingMenu.-pt2 .pic {
  height: 400px;
  background: #3c4a4c url() no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu.-pt2 .pic {
    height: 150px;
    background-image: url();
    background-size: cover;
  }
}
.p-csSub .section-consultingMenu.-pt2 .pic img {
  display: none;
}
.p-csSub .section-consultingMenu.-pt2 .inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu.-pt2 .inner {
    width: 100%;
  }
}
.p-csSub .section-consultingMenu.-pt2 .c-title {
  margin-left: 0;
}
.p-csSub .section-consultingMenu.-pt2 .c-title strong {
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu.-pt2 .c-title strong {
    font-size: 16px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu.-pt2 .c-title br {
    display: none;
  }
}
.p-csSub .section-consultingMenu02 {
  padding: 90px 0;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 {
    padding: 30px 0;
  }
}
.p-csSub .section-consultingMenu02 .list2 {
  margin-bottom: 160px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list2 {
    margin-bottom: 80px;
  }
}
.p-csSub .section-consultingMenu02 .list2 > li {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list2 > li + li {
    margin-top: 30px;
  }
}
.p-csSub .section-consultingMenu02 .list2 > li .caption {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.p-csSub .section-consultingMenu02 .c-title2 {
  margin-bottom: 40px;
}
.p-csSub .section-consultingMenu02 .list {
  margin-top: -40px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list {
    margin-top: -30px;
  }
}
.p-csSub .section-consultingMenu02 .list > li {
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
  background-color: #fff;
  border: 1px solid #5074b4;
  margin-top: 40px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li {
    margin-top: 30px;
  }
}
.p-csSub .section-consultingMenu02 .list > li:nth-child(even) {
  margin-left: 40px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li:nth-child(even) {
    margin-left: 0;
  }
}
.p-csSub .section-consultingMenu02 .list > li > a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 40px 60px;
  height: 100%;
  min-height: 485px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li > a {
    padding: 30px 30px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    min-height: inherit;
  }
}
.p-csSub .section-consultingMenu02 .list > li > a:hover {
  opacity: 1;
}
.p-csSub .section-consultingMenu02 .list > li .menuNumber {
  text-align: center;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li .menuNumber {
    margin-bottom: 20px;
  }
}
.p-csSub .section-consultingMenu02 .list > li .menuNumber span {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li .menuNumber span {
    font-size: 10px;
  }
}
.p-csSub .section-consultingMenu02 .list > li .menuNumber .number {
  font-size: 38px;
  display: block;
  position: relative;
  color: #5074b4;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li .menuNumber .number {
    font-size: 26px;
  }
}
.p-csSub .section-consultingMenu02 .list > li .menuNumber .number::before {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #5074b4;
  bottom: -8px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li .menuNumber .number::before {
    width: 24px;
    height: 2px;
    bottom: -5px;
  }
}
.p-csSub .section-consultingMenu02 .list > li .title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li .title {
    font-size: 18px;
  }
}
.p-csSub .section-consultingMenu02 .list > li .text {
  margin-bottom: 100px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li .text {
    margin-bottom: 20px;
  }
}
.p-csSub .section-consultingMenu02 .list > li .c-btnWrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 50px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li .c-btnWrap {
    position: relative;
    left: inherit;
    right: inherit;
    bottom: inherit;
  }
}
.p-csSub .section-consultingMenu02 .list > li .c-btn {
  width: 260px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li .c-btn {
    width: 200px;
  }
}
.p-csSub .section-consultingMenu02 .list > li.-bg {
  background: no-repeat center center;
  background-size: cover;
  border: 0;
}
.p-csSub .section-consultingMenu02 .list > li.-bg .text2 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-top: 68%;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li.-bg .text2 {
    margin-top: 80%;
    margin-bottom: 12%;
  }
}
.p-csSub .section-consultingMenu02 .list > li.-bg .c-btn {
  color: #fff;
}
.p-csSub .section-consultingMenu02 .list > li.-bg .c-btn::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li.-bg .c-btn:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li.-bg .c-btn:hover::after {
    background-image: url(/asset/img/icon_arrow_wh.svg);
  }
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li.-bg .c-btn {
    background-color: #fff;
    color: #5074b4;
  }
  .p-csSub .section-consultingMenu02 .list > li.-bg .c-btn::after {
    background-image: url(/asset/img/icon_arrow_blue.svg);
  }
}
.p-csSub .section-consultingMenu02 .list > li.-bg.-hr {
  background-image: url(/asset/img/consulting/menu_human_resources.jpg);
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li.-bg.-hr {
    background-image: url(/asset/img/consulting/menu_human_resources_sp.jpg);
  }
}
.p-csSub .section-consultingMenu02 .list > li.-bg.-finance {
  background-image: url(/asset/img/consulting/menu_finance.jpg);
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li.-bg.-finance {
    background-image: url(/asset/img/consulting/menu_finance_sp.jpg);
  }
}
.p-csSub .section-consultingMenu02 .list > li.-bg.-manda {
  background-image: url(/asset/img/consulting/menu_manda.jpg);
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li.-bg.-manda {
    background-image: url(/asset/img/consulting/menu_manda_sp.jpg);
  }
}
.p-csSub .section-consultingMenu02 .list > li.-bg.-vision {
  background-image: url(/asset/img/consulting/menu_vision.jpg);
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li.-bg.-vision {
    background-image: url(/asset/img/consulting/menu_vision_sp.jpg);
  }
}
.p-csSub .section-consultingMenu02 .list > li.-bg.-sdgs {
  background-image: url(/asset/img/consulting/menu_sdgs.jpg);
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li.-bg.-sdgs {
    background-image: url(/asset/img/consulting/menu_sdgs_sp.jpg);
  }
}
.p-csSub .section-consultingMenu02 .list > li.-bg.-jme {
  background-image: url(/asset/img/consulting/menu_outin.jpg);
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li.-bg.-jme {
    background-image: url(/asset/img/consulting/menu_outin_sp.jpg);
  }
}
.p-csSub .section-consultingMenu02 .list > li.-bg.-jme .text2 {
  margin-top: 102%;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingMenu02 .list > li.-bg.-jme .text2 {
    margin-top: 80%;
    margin-bottom: 12%;
  }
}
.p-csSub .section-consultingMenu02 .list-bullet {
  margin-top: 20px;
}
.p-csSub .section-consultingMenu02 .list-bullet > li {
  position: relative;
  padding-left: 15px;
  line-height: 1;
  margin-bottom: 15px;
}
.p-csSub .section-consultingMenu02 .list-bullet > li::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #5074b4;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-csSub .section-consultingSeminar .c-tabWrap {
  margin-bottom: 70px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingSeminar .c-tabWrap {
    margin-bottom: 50px;
  }
}
.p-csSub .section-csStudy .list {
  margin-top: -50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-csStudy .list {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
.p-csSub .section-csStudy .list > li {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
  margin-right: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-csStudy .list > li {
    margin-right: 0;
    margin-top: 40px;
  }
}
.p-csSub .section-csStudy .list > li:nth-child(3n) {
  margin-right: 0;
}
.p-csSub .section-csStudy .list > li a {
  text-decoration: none;
  display: block;
  color: #000;
}
.p-csSub .section-csStudy .list > li .pic {
  margin-bottom: 15px;
}
.p-csSub .section-csStudy .list > li .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 5px;
}
.p-csSub .section-csStudy .list > li .title2 {
  color: #5074b4;
  font-size: 13px;
  font-weight: 500;
}
.p-csSub .section-csStudy .list > li .text {
  font-size: 13px;
}
.p-csSub .section-csCase {
  padding-bottom: 110px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-csCase {
    padding-bottom: 70px;
  }
}
.p-csSub .section-consultingReport .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingReport .list {
    display: block;
  }
}
.p-csSub .section-consultingReport .list > li {
  -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
  border-bottom: 1px solid #808080;
}
.p-csSub .section-consultingReport .list > li:nth-child(1), .p-csSub .section-consultingReport .list > li:nth-child(2) {
  border-top: 1px solid #808080;
}
.p-csSub .section-consultingReport .list > li a {
  display: block;
  padding: 30px 20px;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingReport .list > li a {
    padding: 25px 0;
  }
}
.p-csSub .section-consultingReport .list > li a:hover {
  opacity: 1;
  background-color: #eaf1f9;
}
.p-csSub .section-consultingReport .list > li a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-csSub .section-consultingReport .list > li a dl dt {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  margin-right: 30px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingReport .list > li a dl dt {
    -ms-flex-preferred-size: 136px;
        flex-basis: 136px;
    margin-right: 20px;
  }
}
.p-csSub .section-consultingReport .list > li a dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingReport .list > li a dl dd {
    padding-top: 0;
  }
}
.p-csSub .section-consultingReport .list > li a dl dd .c-category--report {
  margin-bottom: 10px;
}
.p-csSub .section-consultingReport .list > li a dl dd .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingReport .list > li a dl dd .text {
    font-size: 14px;
  }
}
.p-csSub .section-consultingAchievement .wrap + .wrap {
  margin-top: 80px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingAchievement .wrap + .wrap {
    margin-top: 40px;
  }
}
.p-csSub .section-consultingAchievement .list > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingAchievement .list > li + li {
    margin-top: 10px;
  }
}
.p-csSub .section-consultingAchievement .list > li .wrap {
  padding: 20px 20px;
  margin: auto;
  text-align: center;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingAchievement .list > li .wrap {
    width: 100%;
  }
}
.p-csSub .section-consultingAchievement .list > li .wrap .sub {
  font-size: 16px;
  font-weight: 500;
  color: #5074b4;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingAchievement .list > li .wrap .sub {
    font-size: 12px;
  }
}
.p-csSub .section-consultingAchievement .list > li .wrap .title {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingAchievement .list > li .wrap .title {
    font-size: 14px;
  }
}
.p-csSub .section-consultingRegion .mapWrap {
  position: relative;
  height: 680px;
  overflow: hidden;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingRegion .mapWrap {
    height: auto;
    min-height: 420px;
    padding-bottom: 80px;
  }
}
.mobile .p-csSub .section-consultingRegion .mapWrap {
  height: auto;
  min-height: 420px;
  padding-bottom: 80px;
}
.p-csSub .section-consultingRegion .mapWrap::before {
  content: "";
  display: block;
  width: 1584px;
  height: 751px;
  background: #f5f5f5 url(/asset/img/consulting/public/pic_region01.png) no-repeat center -14px;
  background-size: 1584px 751px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 13px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingRegion .mapWrap::before {
    width: 645px;
    height: 390px;
    background: transparent url(/asset/img/consulting/public/pic_region01_sp.png) no-repeat center 34px;
    background-size: 645px 356px;
  }
}
.p-csSub .section-consultingRegion .mapWrap::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  z-index: -1;
}
.p-csSub .section-consultingRegion .textWrap {
  position: absolute;
  top: 84px;
  left: 50%;
  margin-left: -524px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingRegion .textWrap {
    position: relative;
    top: inherit;
    left: inherit;
    margin-left: 0;
    width: calc(100vw - 60px);
    margin: auto;
    margin-top: 440px;
  }
}
.p-csSub .section-consultingRegion .textWrap2 {
  position: absolute;
  top: 474px;
  left: 50%;
  margin-left: 158px;
  width: 360px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingRegion .textWrap2 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-left: 0;
    width: calc(100vw - 60px);
    margin: auto;
    margin-top: 30px;
  }
}
.p-csSub .section-consultingRegion .textWrap2 .title {
  border-top: 1px solid  #7e83af;
  border-bottom: 1px solid  #7e83af;
  padding: 5px 0 5px;
  font-size: 16px;
}
.p-csSub .section-consultingRegion .textWrap2 .title::before {
  content: "●";
  font-size: 10px;
  padding-right: 5px;
}
.p-csSub .section-consultingRegion .textWrap2 .title span {
  font-size: 14px;
  font-weight: normal;
}
.p-csSub .section-consultingRegion .textWrap2 .title + .title {
  border-top: 0;
}
.p-csSub .section-consultingRegion .title {
  color: #00005f;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingRegion .title {
    font-size: 16px;
  }
}
.p-csSub .section-consultingRegion .title::before {
  content: "●";
  font-size: 12px;
  padding-right: 5px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingRegion .title::before {
    font-size: 10px;
  }
}
.p-csSub .section-consultingRegion .title span {
  font-size: 14px;
}
.p-csSub .section-consultingRegion .title + .title2 {
  margin-top: 12px;
}
.p-csSub .section-consultingRegion .list + .title2,
.p-csSub .section-consultingRegion .list2 + .title2 {
  margin-top: 25px;
}
.p-csSub .section-consultingRegion .title2 {
  font-size: 14px;
  color: #00005f;
  border-bottom: 1px solid #7e83af;
  padding-bottom: 0px;
  margin-bottom: 5px;
  width: 250px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingRegion .title2 {
    font-size: 13px;
    width: 100%;
  }
}
.p-csSub .section-consultingRegion .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-csSub .section-consultingRegion .list > li:nth-child(1) {
  -ms-flex-preferred-size: 95px;
      flex-basis: 95px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingRegion .list > li:nth-child(1) {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    font-size: 16px;
  }
}
.p-csSub .section-consultingRegion .list > li:nth-child(2) {
  font-size: 14px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingRegion .list > li:nth-child(2) {
    font-size: 13px;
  }
}
.p-csSub .section-consultingRegion .list2 {
  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;
  width: 250px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingRegion .list2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
.p-csSub .section-consultingRegion .list2 > li:nth-child(1) {
  font-size: 18px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingRegion .list2 > li:nth-child(1) {
    -ms-flex-preferred-size: 135px;
        flex-basis: 135px;
    font-size: 16px;
  }
}
.p-csSub .section-consultingRegion .list2 > li:nth-child(1) span {
  font-size: 14px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingRegion .list2 > li:nth-child(1) span {
    font-size: 13px;
  }
}
.p-csSub .section-consultingRegion .list2 > li:nth-child(2) {
  font-size: 14px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingRegion .list2 > li:nth-child(2) {
    font-size: 13px;
  }
}
.p-csSub .p-consultantNumber {
  padding-top: 80px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .p-consultantNumber {
    padding-top: 50px;
  }
}
.p-csSub .p-consultantNumber .list-number > li {
  background-color: #f5f5f5;
  padding: 35px 0;
}
@media screen and (max-width: 1040px) {
  .p-csSub .p-consultantNumber .list-number > li {
    padding: 20px 20px;
  }
}
.p-csSub .p-consultantNumber .list-number > li dl dt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .2em;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .p-csSub .p-consultantNumber .list-number > li dl dt {
    font-size: 18px;
    padding-left: 20px;
  }
}
.p-csSub .p-consultantNumber .list-number > li dl dt::before {
  content: "";
  display: block;
  width: 6px;
  height: 50px;
  background-color: #00005f;
  position: absolute;
  left: -23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1040px) {
  .p-csSub .p-consultantNumber .list-number > li dl dt::before {
    left: 0;
  }
}
.p-csSub .p-consultantNumber .list-number > li dl dd {
  font-size: 80px;
  font-weight: 500;
  color: #00005f;
  line-height: 1;
}
.p-csSub .p-consultantNumber .list-number > li dl dd span {
  font-size: 24px;
  color: #000;
}
.p-csSub .p-consultantNumber .list-number2 > li {
  background-color: #f5f5f5;
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
  padding: 20px 50px;
  margin-top: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .p-consultantNumber .list-number2 > li {
    padding: 20px 20px;
  }
}
.p-csSub .p-consultantNumber .list-number2 > li dl {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .p-consultantNumber .list-number2 > li dl {
    margin-bottom: 20px;
  }
}
.p-csSub .p-consultantNumber .list-number2 > li dl dt {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .p-consultantNumber .list-number2 > li dl dt {
    font-size: 18px;
    line-height: 1.2;
  }
}
.p-csSub .p-consultantNumber .list-number2 > li dl dt::before {
  content: "";
  display: block;
  width: 6px;
  height: 50px;
  background-color: #5074b4;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1040px) {
  .p-csSub .p-consultantNumber .list-number2 > li dl dt::before {
    height: 65px;
  }
}
.p-csSub .p-consultantNumber .list-number2 > li dl dt span {
  font-size: 14px;
  display: block;
  margin-top: -10px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .p-consultantNumber .list-number2 > li dl dt span {
    margin-top: 5px;
  }
}
.p-csSub .p-consultantNumber .list-number2 > li dl dd {
  font-size: 60px;
  font-weight: 500;
  color: #5074b4;
  line-height: 1;
}
.p-csSub .p-consultantNumber .list-number2 > li dl dd span {
  font-size: 18px;
  color: #000;
}
.p-csSub .p-consultantNumber .list-number2 > li .text {
  font-size: 12px;
  line-height: 1.6;
}
.p-csSub .section-consultingConsultant .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingConsultant .list {
    display: block;
  }
}
.p-csSub .section-consultingConsultant .list > li {
  -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
  border-bottom: 1px solid #808080;
}
.p-csSub .section-consultingConsultant .list > li:nth-child(1), .p-csSub .section-consultingConsultant .list > li:nth-child(2) {
  border-top: 1px solid #808080;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingConsultant .list > li:nth-child(2) {
    border-top: 0;
  }
}
.p-csSub .section-consultingConsultant .list > li a {
  display: block;
  padding: 30px 20px;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingConsultant .list > li a {
    padding: 20px 0;
  }
}
.p-csSub .section-consultingConsultant .list > li a:hover {
  opacity: 1;
  background-color: #eaf1f9;
}
.p-csSub .section-consultingConsultant .list > li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-csSub .section-consultingConsultant .list > li dl dt {
  -ms-flex-preferred-size: 147px;
      flex-basis: 147px;
  margin-right: 30px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingConsultant .list > li dl dt {
    -ms-flex-preferred-size: 90px;
        flex-basis: 90px;
    margin-right: 20px;
  }
}
.p-csSub .section-consultingConsultant .list > li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 10px;
}
.p-csSub .section-consultingConsultant .list > li dl dd .title {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingConsultant .list > li dl dd .title {
    font-size: 20px;
  }
}
.p-csSub .section-consultingConsultant .list > li dl dd .text {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingConsultant .list > li dl dd .text {
    font-size: 12px;
  }
}
.p-csSub .section-consultingConsultant .list.-col4 {
  margin-top: -60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingConsultant .list.-col4 {
    margin-top: 0px;
  }
}
.p-csSub .section-consultingConsultant .list.-col4 > li {
  margin-right: 40px;
  -ms-flex-preferred-size: calc(100% / 4 - 10px*3);
      flex-basis: calc(100% / 4 - 10px*3);
  border-top: 0;
  border-bottom: 0;
  border: 0px solid;
  margin-top: 60px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingConsultant .list.-col4 > li {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    margin-right: 0;
    margin-top: 0;
    border-bottom: 1px solid #808080;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingConsultant .list.-col4 > li:first-child {
    border-top: 1px solid #808080;
  }
}
.p-csSub .section-consultingConsultant .list.-col4 > li:nth-child(4n) {
  margin-right: 0;
}
.p-csSub .section-consultingConsultant .list.-col4 > li a {
  padding: 0;
  pointer-events: none;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingConsultant .list.-col4 > li a {
    padding: 20px 0;
  }
}
.p-csSub .section-consultingConsultant .list.-col4 > li a dl {
  display: block;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingConsultant .list.-col4 > li a dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-csSub .section-consultingConsultant .list.-col4 > li a dl dt {
  width: 147px;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingConsultant .list.-col4 > li a dl dt {
    width: 100%;
    margin-right: 20px;
  }
}
.p-csSub .section-consultingConsultant .list.-col4 > li a dl dd {
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingConsultant .list.-col4 > li a dl dd {
    text-align: left;
  }
}
.p-csSub .section-consultingSpecial .c-lead {
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingSpecial .c-lead {
    text-align: left;
  }
}
.p-csSub .section-consultingSpecial .list-special > li {
  border: 1px solid #5074b4;
  background-color: #fff;
  padding: 50px 60px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingSpecial .list-special > li {
    padding: 30px 30px;
  }
}
.p-csSub .section-consultingSpecial .list-special > li + li {
  margin-top: 30px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingSpecial .list-special > li + li {
    margin-top: 20px;
  }
}
.p-csSub .section-consultingSpecial .list-special > li dl dt {
  -ms-flex-preferred-size: 314px;
      flex-basis: 314px;
  margin-right: 35px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingSpecial .list-special > li dl dt {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.p-csSub .section-consultingSpecial .list-special > li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-csSub .section-consultingSpecial .list-special > li dl dd .c-category--lab_lineup {
  margin-bottom: 10px;
}
.p-csSub .section-consultingSpecial .list-special > li dl dd .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingSpecial .list-special > li dl dd .title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.p-csSub .section-consultingSpecial .list-special > li dl dd .text {
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingSpecial .list-special > li dl dd .text {
    margin-bottom: 20px;
  }
}
.p-csSub .section-consultingSpecial .list-special > li dl dd .c-btnWrap .c-btn {
  margin-left: 0;
}
@media screen and (max-width: 1040px) {
  .p-csSub .section-consultingSpecial .list-special > li dl dd .c-btnWrap .c-btn {
    margin-left: auto;
  }
}

.c-csOtherContentsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
}
.c-csOtherContentsList > li {
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
  margin-right: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 1040px) {
  .c-csOtherContentsList > li {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    margin-right: 10px;
  }
}
.c-csOtherContentsList > li:nth-child(2n) {
  margin-right: 0;
}
.c-csOtherContentsList > li a {
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
}
.c-csOtherContentsList > li a:hover {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
.c-csOtherContentsList > li a:hover .pic::before {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
.c-csOtherContentsList > li a:hover .c-wrapCenter {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
.c-csOtherContentsList > li a .pic::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1040px) {
  .c-csOtherContentsList > li a .pic::before {
    display: none;
  }
}
.c-csOtherContentsList > li a .c-wrapCenter {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1040px) {
  .c-csOtherContentsList > li a .c-wrapCenter {
    position: relative;
    opacity: 1;
  }
}
@media screen and (max-width: 1040px) {
  .c-csOtherContentsList > li a .c-wrapCenter .c-btnWrap {
    display: none;
  }
}
.c-csOtherContentsList > li a .c-wrapCenter .c-btn {
  color: #fff;
}
.c-csOtherContentsList > li a .c-wrapCenter .c-btn::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
.c-csOtherContentsList > li .title {
  text-align: center;
  margin-top: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .c-csOtherContentsList > li .title {
    margin-top: 10px;
    line-height: 1.4;
  }
}

.c-seminarTab,
.c-scheduleTab {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 70px;
}
@media screen and (max-width: 1040px) {
  .c-seminarTab,
  .c-scheduleTab {
    margin-bottom: 50px;
  }
}
.c-seminarTab > li,
.c-scheduleTab > li {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
  margin-left: 40px;
}
@media screen and (max-width: 1040px) {
  .c-seminarTab > li,
  .c-scheduleTab > li {
    margin-left: 0;
  }
}
.c-seminarTab > li:nth-child(1),
.c-scheduleTab > li:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 1040px) {
  .c-seminarTab > li + li,
  .c-scheduleTab > li + li {
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    margin-top: 20px;
  }
}
.c-seminarTab > li a,
.c-scheduleTab > li a {
  font-size: 18px;
  padding: 20px 0;
  width: 320px;
}
@media screen and (max-width: 1040px) {
  .c-seminarTab > li a,
  .c-scheduleTab > li a {
    font-size: 16px;
    width: 200px;
    padding: 12px 0;
    background-color: #fff !important;
    color: #5074b4 !important;
    border-color: #5074b4 !important;
  }
}
.c-seminarTab > li a.isOn::before,
.c-scheduleTab > li a.isOn::before {
  display: none;
}
.c-seminarTab > li a.-ex::before,
.c-scheduleTab > li a.-ex::before {
  background-color: #00005f;
}
.c-seminarTab > li a.-ex:hover,
.c-scheduleTab > li a.-ex:hover {
  border-color: #00005f;
}
.c-seminarTab > li a.-ex.isOn,
.c-scheduleTab > li a.-ex.isOn {
  background-color: #00005f !important;
  border-color: #00005f !important;
  color: #fff !important;
}
.c-seminarTab > li a.-mid::before,
.c-scheduleTab > li a.-mid::before {
  background-color: #5074b4;
}
.c-seminarTab > li a.-mid:hover,
.c-scheduleTab > li a.-mid:hover {
  border-color: #5074b4;
}
.c-seminarTab > li a.-mid.isOn,
.c-scheduleTab > li a.-mid.isOn {
  background-color: #5074b4 !important;
  border-color: #5074b4 !important;
  color: #fff !important;
}
.c-seminarTab > li a.-fresh::before,
.c-scheduleTab > li a.-fresh::before {
  background-color: #96b8e0;
}
.c-seminarTab > li a.-fresh:hover,
.c-scheduleTab > li a.-fresh:hover {
  border-color: #96b8e0;
}
.c-seminarTab > li a.-fresh.isOn,
.c-scheduleTab > li a.-fresh.isOn {
  background-color: #96b8e0 !important;
  border-color: #96b8e0 !important;
  color: #fff !important;
}

.c-seminarListWrap .c-seminarList {
  margin-top: -50px;
  margin-bottom: 70px;
}
.c-seminarListWrap .c-seminarList > li {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
  margin-right: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 1040px) {
  .c-seminarListWrap .c-seminarList > li {
    margin-right: 0;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
  }
}
.c-seminarListWrap .c-seminarList > li:nth-child(3n) {
  margin-right: 0;
}
.c-seminarListWrap .c-seminarList > li > a {
  text-decoration: none;
  color: #000;
  display: block;
}
.c-seminarListWrap .c-seminarList > li .pic {
  margin-bottom: 15px;
}
.c-seminarListWrap .c-seminarList > li .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1040px) {
  .c-seminarListWrap .c-seminarList > li .c-category--seminar {
    font-size: 13px;
    min-width: 90px;
  }
}

.c-category--report {
  width: 100px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #5074b4;
  border: 1px solid #5074b4;
  padding: 5px 5px;
}
@media screen and (max-width: 1040px) {
  .c-category--report {
    width: 84px;
    font-size: 12px;
  }
}

/*

*/
.p-csHumanResources .section-consultingMenu.-pt2 .pic {
  background-color: #495456;
}

.p-csDx .section-consultingMenu.-pt2 .pic {
  background-color: #495456;
}

.p-csBranding .section-consultingMenu.-pt2 .pic {
  background-color: #495456;
}

.p-csMandaalliance .section-consultingMenu.-pt2 .pic {
  background-color: #495456;
}

.p-csStrategy .section-consultingMenu.-pt2 .pic {
  background-color: #495356;
}

.p-csPublic .section-consultingMenu02 .list > li > a {
  min-height: 360px;
}
@media screen and (max-width: 1040px) {
  .p-csPublic .section-consultingMenu02 .list > li > a {
    height: inherit;
  }
}

.p-csMirai .c-section_head .pic {
  text-align: center;
  background-color: #fff;
}
.p-csMirai .c-section_head .pic img {
  max-height: 430px;
}
@media screen and (max-width: 1040px) {
  .p-csMirai .c-section_head .pic img {
    max-height: inherit;
  }
}
.p-csMirai .section-consultingMenu .pic {
  text-align: center;
  background-color: #495456;
}
.p-csMirai .section-consultingMenu .pic img {
  max-height: 430px;
}
@media screen and (max-width: 1040px) {
  .p-csMirai .section-consultingMenu .pic img {
    max-height: inherit;
  }
}
.p-csMirai .section-consultingSolution {
  margin: auto;
  text-align: center;
}
.p-csMirai .section-consultingSolution .picWrap {
  position: relative;
}
.p-csMirai .section-consultingSolution .pic {
  margin-top: 40px;
}
@media screen and (max-width: 1040px) {
  .p-csMirai .section-consultingSolution .pic {
    margin-top: 40px;
    margin-right: -30px;
    overflow-x: scroll;
    height: calc(100vh - 50px - 30px);
    padding-right: 30px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csMirai .section-consultingSolution .pic img {
    width: auto;
    height: 100%;
    max-width: inherit;
  }
}
.p-csMirai .section-consultingConsultant .list > li a {
  pointer-events: none;
  padding-right: 0;
}
.p-csMirai .section-miraiContents01 {
  margin-bottom: 160px;
}
@media screen and (max-width: 1040px) {
  .p-csMirai .section-miraiContents01 {
    margin-bottom: 80px;
  }
}
.p-csMirai .section-miraiContents01 .list-miraiContent01 > li {
  background-color: #fff;
  padding: 20px 20px;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .p-csMirai .section-miraiContents01 .list-miraiContent01 > li {
    padding: 30px 30px;
  }
}
.p-csMirai .section-miraiContents01 .list-miraiContent01 > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1040px) {
  .p-csMirai .section-miraiContents01 .list-miraiContent01 > li + li {
    margin-top: 10px;
  }
}
.p-csMirai .section-miraiContents01 .list-miraiContent01 > li dl {
  width: 650px;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .p-csMirai .section-miraiContents01 .list-miraiContent01 > li dl {
    width: 100%;
  }
}
.p-csMirai .section-miraiContents01 .list-miraiContent01 > li dl dt {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  margin-right: 30px;
}
@media screen and (max-width: 1040px) {
  .p-csMirai .section-miraiContents01 .list-miraiContent01 > li dl dt {
    margin-right: 0;
    margin: auto;
    margin-bottom: 20px;
    width: 100px;
  }
}
.p-csMirai .section-miraiContents01 .list-miraiContent01 > li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-csGlobal .section-consultingNetwork .inner {
  position: relative;
}
.p-csGlobal .section-consultingNetwork .inner + .inner {
  margin-top: 80px;
}
@media screen and (max-width: 1040px) {
  .p-csGlobal .section-consultingNetwork .inner + .inner {
    margin-top: 40px;
  }
}
.p-csGlobal .section-consultingNetwork .pic-main {
  width: 100%;
  margin: auto;
  padding: 80px 0;
}
@media screen and (max-width: 1040px) {
  .p-csGlobal .section-consultingNetwork .pic-main {
    padding: 0px 0 20px;
  }
}
.p-csGlobal .section-consultingNetwork .pic-main .fig {
  width: 1040px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 1040px) {
  .p-csGlobal .section-consultingNetwork .pic-main .fig {
    width: calc(100% - 40px);
  }
}
.p-csGlobal .section-consultingNetwork .pic-main + .c-indent {
  position: absolute;
  bottom: 10px;
  left: 50%;
  font-size: 14px;
  margin-left: 180px;
}
@media screen and (max-width: 1040px) {
  .p-csGlobal .section-consultingNetwork .pic-main + .c-indent {
    position: relative;
    bottom: inherit;
    right: inherit;
    left: inherit;
    margin-left: 0;
    margin-top: -15px;
    font-size: 12px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    text-align: right;
    padding-right: 10px;
  }
}
.p-csGlobal .section-consultingNetwork .list-inspection {
  margin-bottom: 70px;
  margin-top: -40px;
}
@media screen and (max-width: 1040px) {
  .p-csGlobal .section-consultingNetwork .list-inspection {
    margin-bottom: 50px;
    display: block;
    margin-top: -10px;
  }
}
.p-csGlobal .section-consultingNetwork .list-inspection > li {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
  margin-right: 40px;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 1040px) {
  .p-csGlobal .section-consultingNetwork .list-inspection > li {
    margin-right: 0;
  }
}
.p-csGlobal .section-consultingNetwork .list-inspection > li:nth-child(3n) {
  margin-right: 0;
}
.p-csGlobal .section-consultingNetwork .list-inspection > li a {
  color: #000;
  text-align: center;
  display: block;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}
.p-csGlobal .section-consultingNetwork .list-inspection > li a .pic {
  height: 200px;
  background: no-repeat center center;
  background-size: cover;
}
.p-csGlobal .section-consultingNetwork .list-inspection > li a .pic::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-csGlobal .section-consultingNetwork .list-inspection > li a:hover .pic::before {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-csGlobal .section-consultingNetwork .list-inspection > li a:hover .c-wrapCenter {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-csGlobal .section-consultingNetwork .list-inspection > li a:hover .c-wrapCenter.-default {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-csGlobal .section-consultingNetwork .list-inspection > li a .c-wrapCenter {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1040px) {
  .p-csGlobal .section-consultingNetwork .list-inspection > li a .c-wrapCenter {
    padding: 0 10px;
  }
}
.p-csGlobal .section-consultingNetwork .list-inspection > li a .c-wrapCenter.-default {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-csGlobal .section-consultingNetwork .list-inspection > li a .c-wrapCenter .list-flag > li:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-csGlobal .section-consultingNetwork .list-inspection > li a .c-wrapCenter .list-flag > li span {
  display: inline-block;
}
.p-csGlobal .section-consultingNetwork .list-inspection > li a .c-wrapCenter .list-flag > li .-icon {
  width: 40px;
  border: 1px solid #d0d0d0;
  line-height: 1;
}
.p-csGlobal .section-consultingNetwork .list-inspection > li a .c-wrapCenter .list-flag > li .-text {
  font-size: 12px;
  letter-spacing: -.04em;
}
.p-csGlobal .section-consultingNetwork .list-inspection > li a .c-wrapCenter .list-flag_child > li {
  margin: 0 5px;
}
.p-csGlobal .section-consultingNetwork .list-inspection > li a .c-wrapCenter .list-flag_child > li:first-child {
  margin-left: 0;
}
.p-csGlobal .section-consultingNetwork .list-inspection > li a .c-wrapCenter .list-flag_child > li:last-child {
  margin-right: 0;
}
.p-csGlobal .section-consultingNetwork .list-inspection > li a .c-wrapCenter .title {
  margin-top: 10px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
}
.p-csGlobal .section-consultingNetwork .list-inspection > li a .c-wrapCenter .text {
  color: #fff;
  padding: 0 20px;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
}
.p-csGlobal .section-consultingAchievement {
  padding-bottom: 1px;
}
.p-csGlobal .section-csCase {
  padding-top: 0;
  padding-bottom: 150px;
}
@media screen and (max-width: 1040px) {
  .p-csGlobal .section-csCase {
    padding-bottom: 90px;
  }
}
.p-csGlobal .section-csCase .p-case {
  margin-bottom: 80px;
}
@media screen and (max-width: 1040px) {
  .p-csGlobal .section-csCase .p-case {
    margin-bottom: 0;
  }
}

.p-csJapanMarketEntry .section-csStudy .list {
  margin-bottom: 0;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-csStudy .list {
    margin-bottom: 0;
  }
}
.p-csJapanMarketEntry .section-consultingLocationMap .mapWrap {
  position: relative;
  height: 680px;
  overflow: hidden;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .mapWrap {
    height: auto;
    min-height: 420px;
    padding-bottom: 80px;
  }
}
.mobile .p-csJapanMarketEntry .section-consultingLocationMap .mapWrap {
  height: auto;
  min-height: 420px;
  padding-bottom: 80px;
}
.p-csJapanMarketEntry .section-consultingLocationMap .mapWrap::before {
  content: "";
  display: block;
  width: 1584px;
  height: 751px;
  background: #f5f5f5 url(/asset/img/consulting/public/pic_region01.png) no-repeat center -14px;
  background-size: 1584px 751px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 13px;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .mapWrap::before {
    width: 645px;
    height: 390px;
    background: transparent url(/asset/img/consulting/public/pic_region01_sp.png) no-repeat center 34px;
    background-color: #fff;
    background-size: 645px 356px;
  }
}
.p-csJapanMarketEntry .section-consultingLocationMap .mapWrap::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}
.p-csJapanMarketEntry .section-consultingLocationMap .textWrap {
  position: absolute;
  top: 84px;
  left: 50%;
  margin-left: -524px;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .textWrap {
    position: relative;
    top: inherit;
    left: inherit;
    margin-left: 0;
    width: calc(100vw - 60px);
    margin: auto;
    margin-top: 440px;
  }
}
.p-csJapanMarketEntry .section-consultingLocationMap .textWrap2 {
  position: absolute;
  top: 474px;
  left: 50%;
  margin-left: 158px;
  width: 360px;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .textWrap2 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-left: 0;
    width: calc(100vw - 60px);
    margin: auto;
    margin-top: 30px;
  }
}
.p-csJapanMarketEntry .section-consultingLocationMap .textWrap2 .title {
  border-top: 1px solid  #7e83af;
  border-bottom: 1px solid  #7e83af;
  padding: 5px 0 5px;
  font-size: 16px;
}
.p-csJapanMarketEntry .section-consultingLocationMap .textWrap2 .title::before {
  content: "●";
  font-size: 10px;
  padding-right: 5px;
}
.p-csJapanMarketEntry .section-consultingLocationMap .textWrap2 .title span {
  font-size: 14px;
  font-weight: normal;
}
.p-csJapanMarketEntry .section-consultingLocationMap .textWrap2 .title + .title {
  border-top: 0;
}
.p-csJapanMarketEntry .section-consultingLocationMap .title {
  color: #00005f;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .title {
    font-size: 16px;
  }
}
.p-csJapanMarketEntry .section-consultingLocationMap .title::before {
  content: "●";
  font-size: 12px;
  padding-right: 5px;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .title::before {
    font-size: 10px;
  }
}
.p-csJapanMarketEntry .section-consultingLocationMap .title span {
  font-size: 14px;
}
.p-csJapanMarketEntry .section-consultingLocationMap .title + .title2 {
  margin-top: 12px;
}
.p-csJapanMarketEntry .section-consultingLocationMap .list + .title2,
.p-csJapanMarketEntry .section-consultingLocationMap .list2 + .title2 {
  margin-top: 32px;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .list + .title2,
  .p-csJapanMarketEntry .section-consultingLocationMap .list2 + .title2 {
    margin-top: 25px;
  }
}
.p-csJapanMarketEntry .section-consultingLocationMap .title2 {
  font-size: 14px;
  color: #00005f;
  border-bottom: 1px solid #7e83af;
  padding-bottom: 0px;
  margin-bottom: 5px;
  width: auto;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .title2 {
    font-size: 13px;
    width: 100%;
  }
}
.p-csJapanMarketEntry .section-consultingLocationMap .-box1 {
  position: absolute;
  top: 32px;
  left: 0px;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .-box1 {
    position: relative;
    top: inherit;
    left: inherit;
  }
}
.p-csJapanMarketEntry .section-consultingLocationMap .-box2 {
  position: absolute;
  top: 32px;
  left: 170px;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .-box2 {
    position: relative;
    top: inherit;
    left: inherit;
  }
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .-spFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .-spFlex > div {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
  }
}
.p-csJapanMarketEntry .section-consultingLocationMap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-csJapanMarketEntry .section-consultingLocationMap .list > li {
  white-space: nowrap;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .list > li {
    white-space: inherit;
  }
}
.p-csJapanMarketEntry .section-consultingLocationMap .list > li:nth-child(1) {
  -ms-flex-preferred-size: 95px;
      flex-basis: 95px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .list > li:nth-child(1) {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    font-size: 16px;
  }
}
.p-csJapanMarketEntry .section-consultingLocationMap .list > li:nth-child(2) {
  font-size: 14px;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .list > li:nth-child(2) {
    font-size: 13px;
  }
}
.p-csJapanMarketEntry .section-consultingLocationMap .list2 {
  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;
  width: auto;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .list2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
.p-csJapanMarketEntry .section-consultingLocationMap .list2 > li {
  white-space: nowrap;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .list2 > li {
    white-space: inherit;
  }
}
.p-csJapanMarketEntry .section-consultingLocationMap .list2 > li:nth-child(1) {
  font-size: 18px;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .list2 > li:nth-child(1) {
    -ms-flex-preferred-size: 135px;
        flex-basis: 135px;
    font-size: 16px;
  }
}
.p-csJapanMarketEntry .section-consultingLocationMap .list2 > li:nth-child(1) span {
  font-size: 14px;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .list2 > li:nth-child(1) span {
    font-size: 13px;
  }
}
.p-csJapanMarketEntry .section-consultingLocationMap .list2 > li:nth-child(2) {
  font-size: 14px;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLocationMap .list2 > li:nth-child(2) {
    font-size: 13px;
  }
}
.p-csJapanMarketEntry .section-consultingTcg .c-title2 {
  line-height: 1.4;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingTcg .c-title2 {
    letter-spacing: .05em;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-csJapanMarketEntry .section-consultingTcg .list-number > li {
  background-color: transparent;
  padding: 35px 0;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingTcg .list-number > li {
    padding: 20px 20px;
  }
}
.p-csJapanMarketEntry .section-consultingTcg .list-number > li dl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingTcg .list-number > li dl {
    display: block;
  }
}
.p-csJapanMarketEntry .section-consultingTcg .list-number > li dl dt {
  font-size: 20px;
  font-weight: 500;
  margin-right: 40px;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingTcg .list-number > li dl dt {
    font-size: 18px;
    padding-left: 20px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.p-csJapanMarketEntry .section-consultingTcg .list-number > li dl dt::before {
  content: "";
  display: block;
  width: 6px;
  height: 50px;
  background-color: #00005f;
  position: absolute;
  left: -23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingTcg .list-number > li dl dt::before {
    left: 0;
  }
}
.p-csJapanMarketEntry .section-consultingTcg .list-number > li dl dd {
  font-size: 80px;
  font-weight: 500;
  color: #00005f;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 0.6;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingTcg .list-number > li dl dd {
    font-size: 50px;
  }
}
.p-csJapanMarketEntry .section-consultingTcg .list-number > li dl dd span {
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingTcg .list-number > li dl dd span {
    font-size: 16px;
  }
}
.p-csJapanMarketEntry .section-consultingTcg .list-number2 > li {
  background-color: #f5f5f5;
  background-color: #fff;
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
  padding: 20px 20px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingTcg .list-number2 > li {
    padding: 20px 20px;
  }
}
.p-csJapanMarketEntry .section-consultingTcg .list-number2 > li dl {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingTcg .list-number2 > li dl {
    margin-bottom: 0px;
    display: block;
  }
}
.p-csJapanMarketEntry .section-consultingTcg .list-number2 > li dl dt {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  margin-right: 30px;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingTcg .list-number2 > li dl dt {
    font-size: 18px;
    line-height: 1.2;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.p-csJapanMarketEntry .section-consultingTcg .list-number2 > li dl dt::before {
  content: "";
  display: block;
  width: 6px;
  height: 66px;
  background-color: #5074b4;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingTcg .list-number2 > li dl dt::before {
    height: 70px;
    top: 0;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
.p-csJapanMarketEntry .section-consultingTcg .list-number2 > li dl dt span {
  font-size: 14px;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingTcg .list-number2 > li dl dt span {
    margin-top: 5px;
  }
}
.p-csJapanMarketEntry .section-consultingTcg .list-number2 > li dl dd {
  font-size: 60px;
  font-weight: 500;
  color: #5074b4;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 0.6;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingTcg .list-number2 > li dl dd {
    font-size: 40px;
  }
}
.p-csJapanMarketEntry .section-consultingTcg .list-number2 > li dl dd span {
  font-size: 18px;
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingTcg .list-number2 > li dl dd span {
    font-size: 16px;
  }
}
.p-csJapanMarketEntry .section-consultingTcg .list-number2 > li dl dd .-head {
  color: #5074b4;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingTcg .list-number2 > li dl dd .-head {
    font-size: 24px;
  }
}
.p-csJapanMarketEntry .section-consultingTcg .list-number2 > li .text {
  font-size: 12px;
  line-height: 1.6;
}
.p-csJapanMarketEntry .section-consultingLanguages .list > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLanguages .list > li + li {
    margin-top: 10px;
  }
}
.p-csJapanMarketEntry .section-consultingLanguages .list > li .wrap {
  padding: 20px 20px;
  margin: auto;
  text-align: center;
  background-color: #f5f5f5;
  background-color: #fff;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLanguages .list > li .wrap {
    width: 100%;
  }
}
.p-csJapanMarketEntry .section-consultingLanguages .list > li .wrap .sub {
  font-size: 16px;
  font-weight: 500;
  color: #5074b4;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLanguages .list > li .wrap .sub {
    font-size: 12px;
  }
}
.p-csJapanMarketEntry .section-consultingLanguages .list > li .wrap .title {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .p-csJapanMarketEntry .section-consultingLanguages .list > li .wrap .title {
    font-size: 14px;
  }
}

.c-schedule_status {
  font-size: 14px;
  line-height: 1;
  border-radius: 5px;
  padding: 8px 8px;
  display: block;
  width: 110px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .c-schedule_status {
    font-size: 11px;
    width: 88px;
    padding: 6px 5px;
  }
}
@media screen and (max-width: 1040px) {
  .c-schedule_status.-end {
    background-color: #999 !important;
  }
}

.c-category--lab_lineup {
  line-height: 1;
  font-size: 13px;
  color: #5074b4;
  border: 1px solid #5074b4;
  text-align: center;
  text-decoration: none;
  padding: 4px 10px;
  min-width: 180px;
  display: inline-block;
}
@media screen and (max-width: 1040px) {
  .c-category--lab_lineup {
    font-size: 12px;
    min-width: 160px;
  }
}

body.hide-wovnWidget .js-language_horizon {
  display: none !important;
}
body.hide-wovnWidget .modal-wovn {
  display: none !important;
}
body.hide-wovnWidget .languageModal {
  display: none !important;
}
body.hide-wovnWidget .js-header_hover_menu.-language {
  display: none !important;
}

.modal-wovn .wovn-languages a {
  cursor: pointer;
}

.p-languageBtn {
  display: block;
  position: fixed;
  z-index: 1099;
  right: 110px;
  top: 7px;
  color: #fff !important;
}

/*    footer
----------------------------------------------------------------------------*/
.pagetop {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 50px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 1040px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
}
.mobile .pagetop {
  right: 20px;
  bottom: 20px;
}

.pagetop.fixedF {
  position: fixed;
}

.pagetop a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  line-height: 1.2;
  text-align: center;
  position: relative;
  display: block;
}
.pagetop a::before {
  content: "";
  display: block;
  width: 35px;
  height: 27px;
  background: url(/asset/img/icon_pagetop.svg) no-repeat;
  background-size: cover;
  position: absolute;
  margin: auto;
  left: -3px;
  right: 0;
  top: -33px;
}
.p-cosultingSite .pagetop a::before {
  background-image: url(/asset/img/icon_pagetop_blue.svg);
}

@media screen and (max-width: 1040px) {
  .btn_pagetopWrap {
    text-align: center;
    padding: 10px 0;
  }
}

.btn_pagetop {
  display: none;
}
@media screen and (max-width: 1040px) {
  .btn_pagetop {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 5;
  }
}
.mobile .btn_pagetop {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 5;
}
.btn_pagetop a {
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 1040px) {
  .btn_pagetop a {
    color: #000;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    padding-right: 15px;
  }
}
.mobile .btn_pagetop a {
  color: #000;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  padding-right: 15px;
}
.btn_pagetop a::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (max-width: 1040px) {
  .btn_pagetop a::before {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}

.l-footer {
  background-color: #000;
  color: #fff;
  position: relative;
}
.l-footer .inner {
  padding: 70px 0;
}
@media screen and (max-width: 1040px) {
  .l-footer .inner {
    padding: 40px 0 50px 0;
  }
}
.l-footer .list_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1040px) {
  .l-footer .list_footer {
    display: block;
  }
}
.mobile .l-footer .list_footer {
  display: block;
}
.l-footer .list_footer > li:nth-child(1) {
  -ms-flex-preferred-size: 430px;
      flex-basis: 430px;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 1040px) {
  .l-footer .list_footer > li:nth-child(1) {
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.mobile .l-footer .list_footer > li:nth-child(1) {
  border-right: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.l-footer .list_footer > li:nth-child(1) .logo {
  width: 270px;
  height: 47.9px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1040px) {
  .l-footer .list_footer > li:nth-child(1) .logo {
    width: 210px;
    height: 37.3px;
    margin-bottom: 30px;
  }
}
.mobile .l-footer .list_footer > li:nth-child(1) .logo {
  width: 210px;
  height: 37.3px;
  margin-bottom: 30px;
}
.l-footer .list_footer > li:nth-child(1) .logo .svg .cls-1,
.l-footer .list_footer > li:nth-child(1) .logo .svg .cls-2 {
  fill: #fff;
}
.l-footer .list_footer > li:nth-child(1) .logo a {
  display: block;
}
.l-footer .list_footer > li:nth-child(1) .section-add + .section-add {
  margin-top: 15px;
}
@media screen and (max-width: 1040px) {
  .l-footer .list_footer > li:nth-child(1) .section-add + .section-add {
    margin-top: 25px;
  }
}
.l-footer .list_footer > li:nth-child(1) .section-add .text {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 1040px) {
  .l-footer .list_footer > li:nth-child(1) .section-add .text {
    font-size: 13px;
    line-height: 1.5;
  }
}
.l-footer .list_footer > li:nth-child(1) .section-add .maplink {
  color: #808080;
  font-size: 12px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .l-footer .list_footer > li:nth-child(1) .section-add .maplink {
    font-size: 13px;
  }
}
.l-footer .list_footer > li:nth-child(1) .section-add .maplink::before {
  content: "";
  display: block;
  background: url(/asset/img/icon_other_gray.svg) no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer .list_footer > li:nth-child(1) .section-add .maplink.-pcOnly {
  margin-left: 10px;
}
.l-footer .list_footer > li:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-left: 70px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .l-footer .list_footer > li:nth-child(2) {
    padding-left: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.mobile .l-footer .list_footer > li:nth-child(2) {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer .list_footer > li:nth-child(2) .spColumn.-left {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}
.l-footer .list_footer > li:nth-child(2) .spColumn.-right {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
.l-footer .list_footer > li:nth-child(2) .footer_menu_block.-block1 {
  margin-bottom: 25px;
}
@media screen and (max-width: 1040px) {
  .l-footer .list_footer > li:nth-child(2) .footer_menu_block.-block2 {
    margin-bottom: 25px;
  }
}
.l-footer .list_footer > li:nth-child(2) .footer_menu_block.-block3 {
  position: absolute;
  top: 0;
  left: 255px;
}
@media screen and (max-width: 1040px) {
  .l-footer .list_footer > li:nth-child(2) .footer_menu_block.-block3 {
    position: relative;
    top: inherit;
    left: inherit;
  }
}
.mobile .l-footer .list_footer > li:nth-child(2) .footer_menu_block.-block3 {
  position: relative;
  top: inherit;
  left: inherit;
}
.l-footer .list_footer > li:nth-child(2) .footer_menu_block.-block4 {
  position: absolute;
  top: 185px;
  left: 255px;
}
@media screen and (max-width: 1040px) {
  .l-footer .list_footer > li:nth-child(2) .footer_menu_block.-block4 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 25px;
  }
}
.mobile .l-footer .list_footer > li:nth-child(2) .footer_menu_block.-block4 {
  position: relative;
  top: inherit;
  left: inherit;
  margin-bottom: 25px;
}
.l-footer .list_footer > li:nth-child(2) .footer_menu_block.-block5 {
  position: absolute;
  top: 0px;
  left: 465px;
}
@media screen and (max-width: 1040px) {
  .l-footer .list_footer > li:nth-child(2) .footer_menu_block.-block5 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 25px;
  }
}
.mobile .l-footer .list_footer > li:nth-child(2) .footer_menu_block.-block5 {
  position: relative;
  top: inherit;
  left: inherit;
  margin-bottom: 25px;
}
.l-footer .list_footer > li:nth-child(2) .footer_menu_block.-block6 {
  position: absolute;
  top: 96px;
  left: 465px;
}
@media screen and (max-width: 1040px) {
  .l-footer .list_footer > li:nth-child(2) .footer_menu_block.-block6 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 25px;
  }
}
.mobile .l-footer .list_footer > li:nth-child(2) .footer_menu_block.-block6 {
  position: relative;
  top: inherit;
  left: inherit;
  margin-bottom: 25px;
}
.l-footer .list_footer > li:nth-child(2) .footer_menu_block.-block7 {
  position: absolute;
  top: 183px;
  left: 465px;
}
@media screen and (max-width: 1040px) {
  .l-footer .list_footer > li:nth-child(2) .footer_menu_block.-block7 {
    position: relative;
    top: inherit;
    left: inherit;
  }
}
.mobile .l-footer .list_footer > li:nth-child(2) .footer_menu_block.-block7 {
  position: relative;
  top: inherit;
  left: inherit;
}
.l-footer .list_footer > li:nth-child(2) .footer_menu_block a {
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative;
}
.l-footer .list_footer > li:nth-child(2) .footer_menu_block a:hover {
  opacity: .8;
}
.l-footer .list_footer > li:nth-child(2) .footer_menu_block a.-other::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/asset/img/icon_other_wh.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer .list_footer > li:nth-child(2) .footer_menu_block .title {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}
.l-footer .list_footer > li:nth-child(2) .footer_menu_block .list > li {
  line-height: 1;
  font-size: 0;
  padding-left: 8px;
}
.l-footer .list_footer > li:nth-child(2) .footer_menu_block .list > li + li {
  margin-top: 11px;
}
.l-footer .list_footer > li:nth-child(2) .footer_menu_block .list > li a {
  font-size: 13px;
  line-height: 1;
}
.l-footer .list_footer > li:nth-child(2) .footer_menu_block .list > li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -10px;
  top: 7px;
}
@media screen and (max-width: 1040px) {
  .l-footer .list_footer > li:nth-child(2) .footer_menu_block .list > li a::before {
    left: -8px;
  }
}
.mobile .l-footer .list_footer > li:nth-child(2) .footer_menu_block .list > li a::before {
  left: -8px;
}
.l-footer .list_footer > li:nth-child(2) .footer_menu_block .list > li a.-line2 {
  line-height: 1.4;
}
.l-footer .list_footer > li:nth-child(2) .footer_menu_block .list > li a.-other::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/asset/img/icon_other_wh.svg) no-repeat;
  background-size: cover;
  position: relative;
  margin-left: 8px;
}
.l-footer .copyright {
  position: absolute;
  bottom: 7px;
  right: 0;
  font-size: 11px;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .l-footer .copyright {
    bottom: 0;
  }
}
.mobile .l-footer .copyright {
  bottom: 0;
}

.l-footer--cs {
  background-color: #000;
  color: #fff;
  position: relative;
}
.l-footer--cs .inner {
  padding: 70px 0;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .inner {
    padding: 40px 0 50px 0;
  }
}
.mobile .l-footer--cs .inner {
  padding: 40px 0 50px 0;
}
.l-footer--cs .list_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer {
    display: block;
  }
}
.mobile .l-footer--cs .list_footer {
  display: block;
}
.l-footer--cs .list_footer > li:nth-child(1) {
  -ms-flex-preferred-size: 430px;
      flex-basis: 430px;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer > li:nth-child(1) {
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.mobile .l-footer--cs .list_footer > li:nth-child(1) {
  border-right: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.l-footer--cs .list_footer > li:nth-child(1) .logo {
  width: 270px;
  height: 47.9px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer > li:nth-child(1) .logo {
    width: 210px;
    height: 37.3px;
    margin-bottom: 30px;
  }
}
.mobile .l-footer--cs .list_footer > li:nth-child(1) .logo {
  width: 210px;
  height: 37.3px;
  margin-bottom: 30px;
}
.l-footer--cs .list_footer > li:nth-child(1) .logo .svg .cls-1,
.l-footer--cs .list_footer > li:nth-child(1) .logo .svg .cls-2 {
  fill: #fff;
}
.l-footer--cs .list_footer > li:nth-child(1) .logo a {
  display: block;
}
.l-footer--cs .list_footer > li:nth-child(1) .section-add + .section-add {
  margin-top: 15px;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer > li:nth-child(1) .section-add + .section-add {
    margin-top: 25px;
  }
}
.mobile .l-footer--cs .list_footer > li:nth-child(1) .section-add + .section-add {
  margin-top: 25px;
}
.l-footer--cs .list_footer > li:nth-child(1) .section-add .text {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer > li:nth-child(1) .section-add .text {
    font-size: 13px;
    line-height: 1.5;
  }
}
.mobile .l-footer--cs .list_footer > li:nth-child(1) .section-add .text {
  font-size: 13px;
  line-height: 1.5;
}
.l-footer--cs .list_footer > li:nth-child(1) .section-add .maplink {
  color: #808080;
  font-size: 12px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer > li:nth-child(1) .section-add .maplink {
    font-size: 13px;
  }
}
.mobile .l-footer--cs .list_footer > li:nth-child(1) .section-add .maplink {
  font-size: 13px;
}
.l-footer--cs .list_footer > li:nth-child(1) .section-add .maplink::before {
  content: "";
  display: block;
  background: url(/asset/img/icon_other_gray.svg) no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer--cs .list_footer > li:nth-child(1) .section-add .maplink.-pcOnly {
  margin-left: 10px;
}
.l-footer--cs .list_footer > li:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-left: 70px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer > li:nth-child(2) {
    padding-left: 0;
    padding-bottom: 0px;
    display: block;
    padding-bottom: 25px;
  }
}
.mobile .l-footer--cs .list_footer > li:nth-child(2) {
  padding-left: 0;
  display: block;
  padding-bottom: 25px;
}
.l-footer--cs .list_footer > li:nth-child(2) .spColumn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer--cs .list_footer > li:nth-child(2) .spColumn-flex .-left {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
.l-footer--cs .list_footer > li:nth-child(2) .spColumn-flex .-right {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}
.l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block1 {
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block1 {
    margin-bottom: 10px;
  }
}
.l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block2 {
  margin-bottom: 25px;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block2 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block3 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 25px;
  }
}
.mobile .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block3 {
  position: relative;
  top: inherit;
  left: inherit;
  margin-bottom: 25px;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block3 a {
    line-height: 1.1 !important;
  }
}
.l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block4 {
  position: absolute;
  top: 0px;
  left: 420px;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block4 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 10px;
  }
}
.mobile .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block4 {
  position: relative;
  top: inherit;
  left: inherit;
  margin-bottom: 10px;
}
.l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block5 {
  position: absolute;
  top: 0px;
  left: 420px;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block5 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 10px;
  }
  .mobile .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block5 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 10px;
  }
  .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block5 .title {
    margin-bottom: 0;
  }
}
.l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block6 {
  position: absolute;
  top: 20px;
  left: 420px;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block6 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 10px;
  }
}
.mobile .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block6 {
  position: relative;
  top: inherit;
  left: inherit;
  margin-bottom: 10px;
}
.l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block7 {
  position: absolute;
  top: 40px;
  left: 420px;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block7 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 10px;
  }
}
.mobile .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block7 {
  position: relative;
  top: inherit;
  left: inherit;
  margin-bottom: 10px;
}
.l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block8 {
  position: absolute;
  top: 83px;
  left: 420px;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block8 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 10px;
  }
}
.mobile .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block8 {
  position: relative;
  top: inherit;
  left: inherit;
  margin-bottom: 10px;
}
.l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block8b {
  position: absolute;
  top: 107px;
  left: 420px;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block8b {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 10px;
  }
}
.mobile .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block8b {
  position: relative;
  top: inherit;
  left: inherit;
  margin-bottom: 10px;
}
.l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block9 {
  position: absolute;
  top: 150px;
  left: 420px;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block9 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 10px;
  }
}
.mobile .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block9 {
  position: relative;
  top: inherit;
  left: inherit;
  margin-bottom: 10px;
}
.l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block10 {
  position: absolute;
  top: 173px;
  left: 420px;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block10 {
    position: relative;
    top: inherit;
    left: inherit;
  }
}
.mobile .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block.-block10 {
  position: relative;
  top: inherit;
  left: inherit;
}
.l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block a {
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative;
}
.l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block a:hover {
  opacity: .8;
}
.l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block a.-other::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/asset/img/icon_other_wh.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: -20px;
  left: inherit !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block .title {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}
.l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block .list > li {
  line-height: 1;
  font-size: 0;
  padding-left: 8px;
}
.l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block .list > li + li {
  margin-top: 11px;
}
.l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block .list > li a {
  font-size: 13px;
  line-height: 1;
  position: relative;
}
.l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block .list > li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block .list > li a::before {
    left: -8px;
  }
}
.mobile .l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block .list > li a::before {
  left: -8px;
}
.l-footer--cs .list_footer > li:nth-child(2) .footer_menu_block .list > li a.-other::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/asset/img/icon_other_wh.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer--cs .copyright {
  position: absolute;
  bottom: 70px;
  right: 0;
  font-size: 11px;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .l-footer--cs .copyright {
    position: relative;
    bottom: inherit;
    right: inherit;
    left: inherit;
    line-height: 1.4;
  }
}
.mobile .l-footer--cs .copyright {
  position: relative;
  bottom: inherit;
  right: inherit;
  left: inherit;
  line-height: 1.4;
}
/*# sourceMappingURL=style.css.map */