@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600&display=swap");
/*
font-family: $font-min;
300 400 500 600
*/
@import url("//fonts.googleapis.com/css2?family=Bentham&display=swap");
/*
font-family: $font-en;
400
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
@import url(//use.fontawesome.com/releases/v5.6.1/css/all.css);
* {
  box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul,
ol {
  list-style: none; }

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

address,
em {
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul {
  letter-spacing: -.4em; }
  ul li {
    letter-spacing: normal; }

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

body {
  color: #000;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  overflow-x: hidden;
  min-width: 1200px; }

p, li, th, td, dl, dt, dd {
  line-height: 1.7; }

#wpadminbar {
  z-index: 10000000000; }

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

a:hover {
  text-decoration: none; }

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

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

*:focus {
  outline: none; }

::selection {
  background-color: #5f7ad3;
  color: #FFF;
  /* Safari */ }

::-moz-selection {
  background-color: #5f7ad3;
  color: #FFF;
  /* Firefox */ }

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

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

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

/* TopControl
   ==================================== */
#topcontrol {
  z-index: 8; }
  #topcontrol a {
    background: url(/assets/js/scrolltop/scrollup.png) center center no-repeat;
    background: url(/assets/js/scrolltop/scrollup.gif) center center no-repeat\9 ;
    /* IE8 and below */
    *background: url(/assets/js/scrolltop/scrollup.gif) center center no-repeat;
    /* IE7 and below */
    _background: url(/assets/js/scrolltop/scrollup.gif) center center no-repeat;
    /* IE6 */
    background-size: 40px 40px;
    font-size: 0;
    text-decoration: none;
    display: block;
    height: 38px;
    width: 38px;
    opacity: 0.7;
    border-radius: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
    #topcontrol a:hover {
      background-size: 54px 54px;
      opacity: 1;
      height: 50px;
      width: 50px; }

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

.contents {
  margin: 0 auto;
  padding: 80px 0 150px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .contents.noP {
    padding: 0; }

.breadChumbs {
  background-color: #eeeeee;
  padding: 0 2vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .breadChumbs ol {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10px;
    text-align: left;
    width: 100%;
    min-height: 40px; }
    .breadChumbs ol li {
      color: #333;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: 400;
      line-height: 1.4;
      letter-spacing: 0.1em;
      /*
      text-shadow: black 0 0 2px;
      */ }
      .breadChumbs ol li:after {
        content: '>';
        display: inline-block;
        margin: 0 7px 0 5px; }
      .breadChumbs ol li a {
        color: #333;
        display: inline-block;
        padding: 12px 0;
        text-decoration: none;
        transition: 0.2s; }
        .breadChumbs ol li a:hover {
          color: #888; }
    .breadChumbs ol li:last-child:after {
      display: none; }

@media only screen and (max-width: 1200px) {
  .breadChumbs {
    padding: 0 25px; } }
.mv01 {
  background-color: #CCC;
  display: flex;
  align-items: center;
  height: 500px;
  margin-bottom: 95px;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .mv01:before {
    background: url("/assets/img/common/layer_01.png") center top no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 500px;
    width: 100%;
    z-index: 2; }
  .mv01:after {
    background-color: #98affb;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -95px;
    height: 95px;
    width: 44%;
    z-index: 1; }
  .mv01 picture {
    background: url("/assets/img/development/mv.jpg") center top no-repeat;
    background-size: cover;
    display: block;
    height: 500px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .mv01 .mvTitle {
    position: relative;
    z-index: 3; }
    .mv01 .mvTitle .jp {
      background-color: #00306c;
      color: #FFF;
      display: inline-block;
      font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 500;
      font-size: 40px;
      font-size: 4rem;
      line-height: 1.7;
      line-height: 1.4;
      letter-spacing: 0.06em;
      line-height: 1;
      padding: 10px 15px 12px 9vw; }
      @media only screen and (max-width: 960px) {
        .mv01 .mvTitle .jp {
          font-size: 34px;
          font-size: 3.4rem; } }
    .mv01 .mvTitle .en {
      content: attr(en) " ";
      color: #98affb;
      display: block;
      font-family: "Bentham", serif;
      font-weight: 400;
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.7;
      line-height: 1.4;
      letter-spacing: 0.2em;
      line-height: 1;
      margin-top: 15px;
      padding-left: calc(9vw + 5px);
      text-transform: uppercase; }
      @media only screen and (max-width: 960px) {
        .mv01 .mvTitle .en {
          font-size: 22px;
          font-size: 2.2rem; } }

.mv02 {
  background-color: #CCC;
  display: flex;
  align-items: center;
  height: 242px;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .mv02:before {
    background: url("/assets/img/common/layer_01.png") center top no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 242px;
    width: 100%;
    z-index: 2; }
  .mv02 picture {
    background: url("/assets/img/development/mv.jpg") center top no-repeat;
    background-size: cover;
    display: block;
    height: 242px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .mv02 .mvTitle {
    position: relative;
    z-index: 3; }
    .mv02 .mvTitle .jp {
      background-color: #00306c;
      color: #FFF;
      display: inline-block;
      font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 500;
      font-size: 40px;
      font-size: 4rem;
      line-height: 1.7;
      line-height: 1.4;
      letter-spacing: 0.06em;
      line-height: 1;
      padding: 10px 15px 12px 9vw; }
      @media only screen and (max-width: 960px) {
        .mv02 .mvTitle .jp {
          font-size: 34px;
          font-size: 3.4rem; } }
      .mv02 .mvTitle .jp .cat {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 1.7;
        line-height: 1.4; }
        @media only screen and (max-width: 960px) {
          .mv02 .mvTitle .jp .cat {
            font-size: 21px;
            font-size: 2.1rem; } }
    .mv02 .mvTitle .en {
      content: attr(en) " ";
      color: #98affb;
      display: block;
      font-family: "Bentham", serif;
      font-weight: 400;
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.7;
      line-height: 1.4;
      letter-spacing: 0.2em;
      line-height: 1;
      margin-top: 15px;
      padding-left: calc(9vw + 5px);
      text-transform: uppercase; }
      @media only screen and (max-width: 960px) {
        .mv02 .mvTitle .en {
          font-size: 22px;
          font-size: 2.2rem; } }

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

.catTitle01 {
  margin-bottom: 80px; }
  .catTitle01 span {
    color: #00306c;
    display: inline-block;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.7;
    line-height: 1.4;
    letter-spacing: 0.08em;
    line-height: 1.5; }
    @media only screen and (max-width: 960px) {
      .catTitle01 span {
        font-size: 31px;
        font-size: 3.1rem; } }
  .catTitle01:after {
    content: attr(en) " ";
    color: #00306c;
    display: block;
    font-family: "Bentham", serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.24em;
    line-height: 1;
    margin-top: 15px;
    text-transform: uppercase; }
    @media only screen and (max-width: 960px) {
      .catTitle01:after {
        font-size: 15px;
        font-size: 1.5rem; } }

.startCopy {
  color: #00306c;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.7;
  line-height: 1.4;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center; }
  @media only screen and (max-width: 960px) {
    .startCopy {
      font-size: 31px;
      font-size: 3.1rem; } }

.startDesc {
  color: #00306c;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  line-height: 2.6;
  text-align: center; }

.anchors {
  background: #f9f9f9;
  border: 1px solid #CCC;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  padding: 30px 40px; }
  .anchors li {
    margin-right: 30px; }
    .anchors li::before {
      font-family: "Font Awesome 5 Free";
      content: '\f078';
      font-size: 11px;
      font-weight: 900;
      margin-right: 7px; }
    .anchors li a {
      text-decoration: underline;
      color: #333;
      transition: 0.5s; }
      .anchors li a:hover {
        color: #00306c;
        text-decoration: none; }

.head01 {
  color: #00306c;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.7;
  line-height: 1.4;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 30px; }
  @media only screen and (max-width: 960px) {
    .head01 {
      font-size: 27px;
      font-size: 2.7rem; } }

.head02 {
  background-color: #00306c;
  color: #FFF;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.7;
  line-height: 1.4;
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 15px 20px; }
  @media only screen and (max-width: 960px) {
    .head02 {
      font-size: 22px;
      font-size: 2.2rem; } }

.head03 {
  border-bottom: 1px solid #00306c;
  color: #00306c;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.7;
  line-height: 1.4;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 0 0 10px; }
  @media only screen and (max-width: 960px) {
    .head03 {
      font-size: 20px;
      font-size: 2rem; } }

.head04 {
  color: #00306c;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.7;
  line-height: 1.4;
  line-height: 1.4;
  margin-bottom: 15px; }
  @media only screen and (max-width: 960px) {
    .head04 {
      font-size: 20px;
      font-size: 2rem; } }

.head05 {
  color: #00306c;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  line-height: 1.4;
  margin-bottom: 10px; }
  @media only screen and (max-width: 960px) {
    .head05 {
      font-size: 15px;
      font-size: 1.5rem; } }

.attP {
  color: #555;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.7;
  line-height: 1.4; }
  @media only screen and (max-width: 960px) {
    .attP {
      font-size: 10px;
      font-size: 1rem; } }

.indList li {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em; }

.indListS li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  line-height: 1.5;
  margin-bottom: 7px;
  padding-left: 1em;
  text-indent: -1em; }
  @media only screen and (max-width: 960px) {
    .indListS li {
      font-size: 10px;
      font-size: 1rem; } }

.linkBtns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px; }
  .linkBtns.centerBtn {
    justify-content: center; }
  .linkBtns li {
    margin: 0 12px 12px 0; }
    .linkBtns li a {
      background-color: #5f7ad3;
      border: 2px solid #5f7ad3;
      border-radius: 30px;
      color: #FFF;
      display: block;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1.7;
      line-height: 1.7;
      font-weight: bold;
      line-height: 1;
      letter-spacing: 0.1em;
      padding: 17px 40px;
      text-decoration: none;
      text-align: center;
      transition: 0.2s; }
      @media only screen and (max-width: 960px) {
        .linkBtns li a {
          font-size: 14px;
          font-size: 1.4rem; } }
      .linkBtns li a:hover {
        background-color: #FFF;
        color: #5f7ad3; }
    .linkBtns li.color02 a {
      background-color: #00306c;
      border: 2px solid #00306c; }
      .linkBtns li.color02 a:hover {
        background-color: #FFF;
        color: #00306c; }

.cmnFlex {
  display: flex;
  justify-content: space-between; }
  .cmnFlex.reverse {
    flex-direction: row-reverse; }
  .cmnFlex.aiCenter {
    align-items: center; }
  .cmnFlex .img {
    background-color: #EEE; }

.imgFlex ul {
  display: flex;
  flex-wrap: wrap; }
  .imgFlex ul li {
    margin: 0 3.5% 50px 0;
    width: 31%; }
    .imgFlex ul li:nth-child(3n) {
      margin-right: 0; }
    .imgFlex ul li .img {
      background-color: #EEE;
      margin-bottom: 15px; }
    .imgFlex ul li dl dt {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.7;
      font-weight: 500;
      line-height: 1.4;
      margin-bottom: 5px; }
      @media only screen and (max-width: 960px) {
        .imgFlex ul li dl dt {
          font-size: 13px;
          font-size: 1.3rem; } }
    .imgFlex ul li dl dd {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.7;
      line-height: 1.4;
      margin-bottom: 5px; }
      @media only screen and (max-width: 960px) {
        .imgFlex ul li dl dd {
          font-size: 10px;
          font-size: 1rem; } }

.eImg {
  text-align: center; }
  .eImg img {
    height: auto;
    max-width: 100%; }

/* Responsive Start */
@media only screen and (max-width: 960px) {
  body {
    /*
    font-family:  "Hiragino Sans","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", YuGothic, sans-serif;
    */
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    padding-bottom: 0;
    min-width: auto; }

  #topcontrol {
    bottom: 20px !important;
    z-index: 8; }

  body.open #topcontrol {
    opacity: 0 !important;
    transition: 0.5s; }

  #wrap {
    padding-top: 60px; }

  .contents {
    padding: 0 0 50px; }
    .contents.noP {
      padding: 0; }

  .breadChumbs {
    padding: 8px 15px 10px; }
    .breadChumbs ol {
      display: block;
      min-height: auto;
      min-height: none;
      padding: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%; }
      .breadChumbs ol li {
        display: inline;
        font-size: 8px;
        font-size: 0.8rem;
        line-height: 1; }
        .breadChumbs ol li:after {
          margin: 0 0 0 2px; }
        .breadChumbs ol li a {
          padding: 1px 2vw; }

  .mv01 {
    height: 60vw;
    margin-bottom: 70px; }
    .mv01:before {
      height: 60vw; }
    .mv01:after {
      bottom: -30px;
      height: 30px;
      width: 65%; }
    .mv01 picture {
      height: 60vw; }
    .mv01 .mvTitle .jp {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1.7;
      line-height: 1.4;
      padding: 8px 15px 10px 7.5vw; } }
    @media only screen and (max-width: 960px) and (max-width: 960px) {
      .mv01 .mvTitle .jp {
        font-size: 27px;
        font-size: 2.7rem; } }
@media only screen and (max-width: 960px) {
    .mv01 .mvTitle .en {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.7;
      margin-top: 12px;
      padding-left: calc(7.5vw + 5px); } }
    @media only screen and (max-width: 960px) and (max-width: 960px) {
      .mv01 .mvTitle .en {
        font-size: 10px;
        font-size: 1rem; } }

@media only screen and (max-width: 960px) {
  .mv02 {
    height: 30vw;
    margin-bottom: 40px; }
    .mv02:before {
      height: 30vw; }
    .mv02:after {
      bottom: -30px;
      height: 30px;
      width: 65%; }
    .mv02 picture {
      height: 30vw; }
    .mv02 .mvTitle .jp {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.7;
      line-height: 1.4;
      padding: 8px 15px 10px 7.5vw; } }
    @media only screen and (max-width: 960px) and (max-width: 960px) {
      .mv02 .mvTitle .jp {
        font-size: 19px;
        font-size: 1.9rem; } }
@media only screen and (max-width: 960px) {
      .mv02 .mvTitle .jp .cat {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.7;
        line-height: 1.4; } }
      @media only screen and (max-width: 960px) and (max-width: 960px) {
        .mv02 .mvTitle .jp .cat {
          font-size: 19px;
          font-size: 1.9rem; } }
@media only screen and (max-width: 960px) {
    .mv02 .mvTitle .en {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.7;
      margin-top: 7px;
      padding-left: calc(7.5vw + 5px); } }
    @media only screen and (max-width: 960px) and (max-width: 960px) {
      .mv02 .mvTitle .en {
        font-size: 10px;
        font-size: 1rem; } }

@media only screen and (max-width: 960px) {
  section {
    margin-bottom: 50px;
    padding: 0 20px; }

  .catTitle01 {
    margin-bottom: 30px; }
    .catTitle01 span {
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.7;
      line-height: 1.4; } }
    @media only screen and (max-width: 960px) and (max-width: 960px) {
      .catTitle01 span {
        font-size: 26px;
        font-size: 2.6rem; } }
@media only screen and (max-width: 960px) {
    .catTitle01:after {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.7;
      margin-top: 10px; } }
    @media only screen and (max-width: 960px) and (max-width: 960px) {
      .catTitle01:after {
        font-size: 10px;
        font-size: 1rem; } }

@media only screen and (max-width: 960px) {
  .startCopy {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 30px; }

  .startDesc {
    line-height: 2.2;
    text-align: left; }

  .anchors {
    display: block;
    margin-bottom: 30px;
    padding: 25px 25px 20px; }
    .anchors li {
      font-size: 12px;
      font-size: 1.2rem;
      margin: 0 0 7px; }
      .anchors li::before {
        font-size: 8px;
        margin-right: 7px; }

  .head01 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px; }

  .head02 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px; }

  .head03 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-bottom: 10px; }

  .head04 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px; }

  .head05 {
    color: #00306c;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
    line-height: 1.4;
    margin-bottom: 10px; } }
  @media only screen and (max-width: 960px) and (max-width: 960px) {
    .head05 {
      font-size: 15px;
      font-size: 1.5rem; } }

@media only screen and (max-width: 960px) {
  .attP {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.7;
    line-height: 1.3; } }
  @media only screen and (max-width: 960px) and (max-width: 960px) {
    .attP {
      font-size: 10px;
      font-size: 1rem; } }

@media only screen and (max-width: 960px) {
  .linkBtns {
    margin-top: 20px; }
    .linkBtns li {
      margin: 0 5px 10px 0; }
      .linkBtns li a {
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
        letter-spacing: 0.02em;
        padding: 8px 15px 10px; }

  .cmnFlex {
    display: block; }
    .cmnFlex .img {
      margin-bottom: 20px; }

  .imgFlex ul {
    display: block; }
    .imgFlex ul li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 0 10px;
      width: 100%; }
      .imgFlex ul li .img {
        margin-bottom: 0;
        width: 25%; }
      .imgFlex ul li dl {
        width: 70%; }
        .imgFlex ul li dl dt {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.7;
          font-weight: 500;
          line-height: 1.4;
          margin-bottom: 5px; } }
        @media only screen and (max-width: 960px) and (max-width: 960px) {
          .imgFlex ul li dl dt {
            font-size: 13px;
            font-size: 1.3rem; } }
@media only screen and (max-width: 960px) {
        .imgFlex ul li dl dd {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.7;
          line-height: 1.4;
          margin-bottom: 5px; } }
        @media only screen and (max-width: 960px) and (max-width: 960px) {
          .imgFlex ul li dl dd {
            font-size: 10px;
            font-size: 1rem; } }

/* Basic
   ==================================== */
@media only screen and (min-width: 960px) {
  .spHide {
    display: inline-block; }

  .spDisp {
    display: none; }

  .cmnAnc {
    /*
    display: inline-block;
    height: 1px;
    padding-top: 100px;
    margin-top: -100px;
    */ }

  .graySmall {
    color: #999;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
    font-weight: 600; } }
  @media only screen and (min-width: 960px) and (max-width: 960px) {
    .graySmall {
      font-size: 10px;
      font-size: 1rem; } }

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

@media only screen and (min-width: 960px) {
  .hvBtn, .hvBtns a {
    transition: 0.2s; }

  .hvBtn:hover, .hvBtns a:hover {
    opacity: 0.7; }

  .bscImg {
    height: auto;
    max-width: 100%; }

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

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

  .center {
    text-align: center; }

  .vAT {
    vertical-align: top !important; }

  .vAM {
    vertical-align: middle !important; }

  .vAB {
    vertical-align: bottom !important; }

  .red {
    color: red; }

  .bold {
    font-weight: bold; }

  .normal {
    font-weight: normal; }

  .icon {
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -1px; }

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

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

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

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

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

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

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

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

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

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

  .btm5, .btm05 {
    margin-bottom: 5px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .btm110 {
    margin-bottom: 110px !important; }

  .btm120 {
    margin-bottom: 120px !important; }

  .pT0 {
    padding-top: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w5 {
    width: 5% !important; }

  .w10 {
    width: 10% !important; }

  .w15 {
    width: 15% !important; }

  .w18 {
    width: 18% !important; }

  .w20 {
    width: 20% !important; }

  .w25 {
    width: 25% !important; }

  .w30 {
    width: 30% !important; }

  .w35 {
    width: 35% !important; }

  .w40 {
    width: 40% !important; }

  .w45 {
    width: 45% !important; }

  .w50 {
    width: 50% !important; }

  .w55 {
    width: 55% !important; }

  .w60 {
    width: 60% !important; }

  .w65 {
    width: 65% !important; }

  .w70 {
    width: 70% !important; }

  .w75 {
    width: 75% !important; }

  .w80 {
    width: 80% !important; }

  .w85 {
    width: 85% !important; }

  .w90 {
    width: 90% !important; }

  .w95 {
    width: 95% !important; }

  .wfull {
    width: 100% !important; }

  .w100 {
    width: 100px; }

  .w150 {
    width: 150px; }

  .w200 {
    width: 200px; }

  .w250 {
    width: 250px; }

  .w300 {
    width: 300px; }

  .w350 {
    width: 350px; }

  .w400 {
    width: 400px; }

  .w450 {
    width: 450px; }

  .w500 {
    width: 500px; }

  .w550 {
    width: 550px; }

  .w600 {
    width: 600px; } }
@media only screen and (max-width: 960px) {
  /*
  .cmnAnc {
  display: inline;
  padding-top: 60px;
  margin-top: -60px;
  }
  */
  .graySmall {
    color: #999;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
    font-weight: 600; } }
  @media only screen and (max-width: 960px) and (max-width: 960px) {
    .graySmall {
      font-size: 10px;
      font-size: 1rem; } }

@media only screen and (max-width: 960px) {
  .spImg {
    height: auto;
    width: 100%; }

  .spCenter {
    text-align: center; }

  .spLeft {
    text-align: left !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pT0 {
    padding-top: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .spW100 {
    width: 100% !important; }

  .spHide {
    display: none; }

  .spDisp {
    display: inline-block; }

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

.size11 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.7; }
  @media only screen and (max-width: 960px) {
    .size11 {
      font-size: 10px;
      font-size: 1rem; } }

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

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

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

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

.header {
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  box-shadow: 0 7px 7px -3px rgba(0, 0, 0, 0.04);
  transition: 0.2s;
  min-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 90px; }
  .header .hdL {
    display: flex;
    align-items: center;
    padding-left: 2vw;
    width: calc(100% - 340px);
    /*
    LOGO normal
    .headLogo {
    margin-right: 2vw;
    padding: 10px 0 0 0;
    width: 170px;
    img,svg {
    height: 41px;
    width: 149px;
    min-width: 149px;
    }
    }
    
    */ }
    .header .hdL .headLogo {
      margin-right: 2vw;
      padding: 0 0 0 0;
      width: 170px; }
      .header .hdL .headLogo img, .header .hdL .headLogo svg {
        height: 41px;
        width: 170px;
        min-width: 170px; }
    .header .hdL > ul {
      display: flex;
      justify-content: center; }
      .header .hdL > ul > li {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: 0.02em;
        line-height: 1;
        padding: 0 2.5vw 0 0;
        width: auto !important; }
        .header .hdL > ul > li.current-item {
          font-weight: bold; }
          .header .hdL > ul > li.current-item a, .header .hdL > ul > li.current-item .notA {
            color: #00306c; }
        .header .hdL > ul > li.more {
          padding-right: calc(2.5vw - 15px); }
          .header .hdL > ul > li.more .notA {
            position: relative;
            padding-right: 15px; }
            .header .hdL > ul > li.more .notA:after {
              position: absolute;
              top: -3px;
              bottom: 0;
              margin: auto;
              content: "";
              vertical-align: middle;
              right: 0;
              width: 7px;
              height: 7px;
              border-top: 1px solid #000;
              border-right: 1px solid #000;
              -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
              transition: 0.2s; }
          .header .hdL > ul > li.more:hover .notA {
            color: #00306c !important; }
          .header .hdL > ul > li.more:hover:after {
            border-top: 1px solid #00306c;
            border-right: 1px solid #00306c; }
          .header .hdL > ul > li.more .notA {
            margin-right: 15px; }
        .header .hdL > ul > li > a, .header .hdL > ul > li .notA {
          color: #00306c;
          display: flex;
          align-items: center;
          height: 97px;
          text-decoration: none;
          transition: 0.2s;
          z-index: 1;
          width: auto !important; }
        .header .hdL > ul > li .moreUl {
          background-color: #00306c;
          background: linear-gradient(90deg, rgba(0, 48, 108, 0.97) 0%, rgba(15, 73, 145, 0.97) 100%);
          position: absolute;
          top: 90px;
          left: 0;
          box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.2);
          display: none;
          justify-content: center;
          padding: 0;
          width: 100%;
          min-width: 100%;
          opacity: 0;
          visibility: hidden;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          .header .hdL > ul > li .moreUl .moreUlInr {
            width: 1200px; }
            .header .hdL > ul > li .moreUl .moreUlInr .muBox {
              border-bottom: 1px solid rgba(255, 255, 255, 0.2);
              display: flex;
              padding: 25px 20px 18px 0; }
              .header .hdL > ul > li .moreUl .moreUlInr .muBox:last-child {
                border-bottom: none;
                padding-bottom: 30px; }
              .header .hdL > ul > li .moreUl .moreUlInr .muBox h2 {
                color: #FFF;
                font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
                font-size: 22px;
                letter-spacing: 0.02em;
                width: 16%; }
                .header .hdL > ul > li .moreUl .moreUlInr .muBox h2 a {
                  color: #FFF;
                  text-decoration: none; }
                  .header .hdL > ul > li .moreUl .moreUlInr .muBox h2 a:before {
                    border: 1px solid;
                    border-color: #FFF #FFF transparent transparent;
                    content: '';
                    display: inline-block;
                    margin-right: 10px;
                    transform: rotate(45deg);
                    height: 8px;
                    vertical-align: 4px;
                    width: 8px; }
                  .header .hdL > ul > li .moreUl .moreUlInr .muBox h2 a:hover {
                    text-decoration: underline; }
              .header .hdL > ul > li .moreUl .moreUlInr .muBox .data {
                padding-left: 30px;
                width: 84%; }
                .header .hdL > ul > li .moreUl .moreUlInr .muBox .data ul {
                  display: flex; }
                  .header .hdL > ul > li .moreUl .moreUlInr .muBox .data ul li {
                    margin-right: 20px;
                    width: 102px; }
                    .header .hdL > ul > li .moreUl .moreUlInr .muBox .data ul li:last-child {
                      margin-right: 0; }
                    .header .hdL > ul > li .moreUl .moreUlInr .muBox .data ul li a {
                      color: #FFF;
                      text-decoration: none; }
                      .header .hdL > ul > li .moreUl .moreUlInr .muBox .data ul li a .img {
                        border: 1px solid #98affb;
                        display: block;
                        margin-bottom: 5px;
                        transition: 0.2s; }
                        .header .hdL > ul > li .moreUl .moreUlInr .muBox .data ul li a .img img {
                          max-width: 100px; }
                        .header .hdL > ul > li .moreUl .moreUlInr .muBox .data ul li a .img.large img {
                          max-width: 100px; }
                      .header .hdL > ul > li .moreUl .moreUlInr .muBox .data ul li a .txt {
                        display: block;
                        font-size: 11px;
                        line-height: 1.2; }
                      .header .hdL > ul > li .moreUl .moreUlInr .muBox .data ul li a:hover .img {
                        border: 1px solid #FFF; }
                      .header .hdL > ul > li .moreUl .moreUlInr .muBox .data ul li a:hover .txt {
                        text-decoration: underline; }
              .header .hdL > ul > li .moreUl .moreUlInr .muBox .dataFlex {
                display: flex;
                width: 100%; }
                .header .hdL > ul > li .moreUl .moreUlInr .muBox .dataFlex .dataMini {
                  width: 490px; }
                  .header .hdL > ul > li .moreUl .moreUlInr .muBox .dataFlex .dataMini h3 {
                    color: #98affb;
                    font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
                    font-size: 18px;
                    font-weight: normal;
                    letter-spacing: 0.02em;
                    margin-left: -15px; }
                  .header .hdL > ul > li .moreUl .moreUlInr .muBox .dataFlex .dataMini ul {
                    flex-wrap: wrap; }
                    .header .hdL > ul > li .moreUl .moreUlInr .muBox .dataFlex .dataMini ul li {
                      margin-top: 20px;
                      width: 102px; }
                  .header .hdL > ul > li .moreUl .moreUlInr .muBox .dataFlex .dataMini.miniR {
                    width: 500px; }
                    .header .hdL > ul > li .moreUl .moreUlInr .muBox .dataFlex .dataMini.miniR h3 {
                      margin-left: 5px; }
                    .header .hdL > ul > li .moreUl .moreUlInr .muBox .dataFlex .dataMini.miniR ul li {
                      margin: 15px 0 0 20px; }
        .header .hdL > ul > li:hover .moreUl {
          display: flex;
          -webkit-animation: fadeInUpK 0.2s ease 1 forwards;
          animation: fadeInUpK 0.2s ease 1 forwards; }
@-webkit-keyframes fadeInUpK {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes fadeInUpK {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
    .header .hdL #slide-line {
      position: absolute;
      bottom: 0;
      height: 4px;
      background-color: #00306c;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
  .header .hdR {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 2vw;
    width: 340px;
    z-index: 2; }
    .header .hdR #searchform {
      display: flex;
      justify-content: flex-end;
      font-size: 13px;
      font-weight: normal;
      margin: 0;
      width: 100%; }
      .header .hdR #searchform input[type="text"] {
        background-color: #e4e4e4;
        width: 140px;
        padding: 10px 0 10px 15px; }
      .header .hdR #searchform button[type="submit"] {
        background: url("/assets/img/common/icon_roupe.png") center center no-repeat #e4e4e4;
        cursor: pointer;
        display: block;
        font-size: 0;
        line-height: 0;
        padding: 10px 20px 10px 10px; }
    .header .hdR .contact {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1;
      margin-left: 5px; }
      .header .hdR .contact a {
        background-color: #00306c;
        border: 1px solid #FFF;
        color: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 164px;
        padding: 13px 15px 14px;
        text-decoration: none;
        transition: 0.2s; }
        .header .hdR .contact a:hover {
          background-color: #5f7ad3;
          color: #fff; }
  @media only screen and (max-width: 1200px) {
    .header .hdL {
      padding-left: 25px; }
    .header .hdL .headLogo {
      margin-right: 25px; }
    .header .hdL > ul > li {
      padding: 0 30px 0 0; }
    .header .hdL > ul > li.more {
      padding-right: calc(30px - 15px); }
    .header .hdR {
      padding-right: 25px; } }

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

.spMenuSet {
  display: none; }

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

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

#global-nav {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  letter-spacing: 0.08em;
  padding: 100px 10vw 30px;
  font-weight: 500;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

#global-nav ul.mainMenu li ul.moreUlSp li.ls {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  padding: 8px 0;
  line-height: 1;
  color: #FFF;
  text-decoration: none;
  display: block;
  position: relative;
  transition: 0.2s;
  letter-spacing: 0.1em; }

#global-nav ul.mainMenu li ul.moreUlSp li.ls .lsInr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 4px; }

#global-nav ul.mainMenu li ul.moreUlSp li.ls .lsInr p {
  width: 47%; }

#global-nav ul.mainMenu li ul.moreUlSp li.ls .lsInr p .txt {
  font-size: 10px;
  letter-spacing: -0.01em;
  padding: 4px 0 0; }

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

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

#global-nav ul.mainMenu li {
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  transform: translate(0px, -30px); }

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

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

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

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

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

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

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

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

.open #nav-bg {
  background-color: #00306c;
  background: linear-gradient(90deg, rgba(0, 48, 108, 0.97) 0%, rgba(15, 73, 145, 0.97) 100%);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100vw;
  height: 100vh;
  margin-right: 0;
  margin-top: 0; }

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

#nav-toggle div {
  position: relative; }
  #nav-toggle div:before {
    content: 'MENU';
    display: inline-block;
    color: #00306c;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    left: -40px;
    top: 4px;
    transition: 0.5s; }
  #nav-toggle div:after {
    content: 'CLOSE';
    display: inline-block;
    color: #00306c;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    left: -43px;
    top: -15px;
    opacity: 0;
    transition: 0.5s; }

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

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

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

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

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

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

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

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

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

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

#global-nav #searchform {
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
  font-weight: normal;
  margin: 30px 0 0;
  width: 100%;
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  transform: translate(0px, -30px); }
  #global-nav #searchform input[type="text"] {
    background-color: #e4e4e4;
    width: 100%;
    padding: 10px 0 10px 15px; }
  #global-nav #searchform button[type="submit"] {
    background: url("/assets/img/common/icon_roupe.png") center center no-repeat #e4e4e4;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 10px 20px 10px 10px; }

.open #global-nav #searchform {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0); }

#global-nav .subMenu {
  padding-top: 20px; }
  #global-nav .subMenu p.cp {
    border-top: 1px solid #EEE;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 20px;
    padding: 20px 0 25px;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0px, -30px); }
    #global-nav .subMenu p.cp a {
      color: c_primary;
      display: block;
      padding: 5px 0;
      text-decoration: none; }
      #global-nav .subMenu p.cp a img {
        margin-right: 15px;
        width: 112px; }
  #global-nav .subMenu ul {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0px, -30px); }
    #global-nav .subMenu ul li.catalog {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      margin-bottom: 10px; }
      #global-nav .subMenu ul li.catalog a {
        background-color: #FFF;
        color: #00306c;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        text-align: center;
        text-decoration: none; }
    #global-nav .subMenu ul li.tel {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      line-height: 1; }
      #global-nav .subMenu ul li.tel a {
        background-color: #00306c;
        border-radius: 5px;
        color: #FFF;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
        height: 60px;
        text-align: center;
        text-decoration: none; }
        #global-nav .subMenu ul li.tel a span {
          display: block;
          font-size: 10px;
          font-size: 1rem;
          padding-top: 7px;
          width: 100%; }

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

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

/* Responsive Start */
@media only screen and (max-width: 960px) {
  .header {
    background-color: #FFF;
    position: block;
    width: 100%;
    box-shadow: 0 7px 7px -3px rgba(0, 0, 0, 0.04);
    min-width: auto;
    min-width: none;
    height: 60px;
    padding: 0 5vw; }
    .header .hdL {
      display: flex;
      align-items: center;
      padding-left: 0;
      width: 100%;
      /*
      Logo normal
      
      .headLogo {
      margin-right: 0;
      padding: 3px 0 0 0;
      width: 100px;
      img,svg {
      height: auto;
      width: 100px;
      min-width: 100px;
      }
      }
      
      */ }
      .header .hdL .headLogo {
        margin-right: 0;
        padding: 0 0 0 0;
        width: 120px; }
        .header .hdL .headLogo img, .header .hdL .headLogo svg {
          height: auto;
          width: 120px;
          min-width: 120px; }
      .header .hdL > ul {
        display: none; }
    .header .hdR {
      display: none; }

  body.open .header {
    top: 0 !important; }

  .spMenuSet {
    display: block; }

  .riskBtn {
    display: none; } }
.footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .footer:after {
    background-color: #98affb;
    content: '';
    display: block;
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: 0;
    right: 0; }
  .footer .ftInr {
    background-color: #00306c;
    padding: 90px 50px 50px;
    margin-right: 50px;
    position: relative;
    z-index: 2; }
    .footer .ftInr .ftMenuArea {
      display: flex;
      align-items: center;
      width: 100%;
      max-width: 1540px; }
      .footer .ftInr .ftMenuArea .logo {
        text-align: center;
        width: 20%;
        /* logo only 90th*/
        /* logo only 90th*/ }
        .footer .ftInr .ftMenuArea .logo img {
          height: auto;
          width: 200px; }
      .footer .ftInr .ftMenuArea .ftMenu {
        display: flex;
        justify-content: space-between;
        position: relative;
        padding: 0 80px 0 50px;
        width: calc(100% - 20%); }
        .footer .ftInr .ftMenuArea .ftMenu .ftMBox ul li {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.4;
          letter-spacing: 0.02em; }
          .footer .ftInr .ftMenuArea .ftMenu .ftMBox ul li a, .footer .ftInr .ftMenuArea .ftMenu .ftMBox ul li .notA {
            color: #98affb;
            display: inline-block;
            font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
            padding: 5px 0;
            text-decoration: none;
            transition: 0.2s; }
          .footer .ftInr .ftMenuArea .ftMenu .ftMBox ul li a:hover {
            opacity: 0.7; }
          .footer .ftInr .ftMenuArea .ftMenu .ftMBox ul li ul.sub {
            margin: 10px 0 20px 5px; }
            @media only screen and (min-width: 960px) {
              .footer .ftInr .ftMenuArea .ftMenu .ftMBox ul li ul.sub {
                display: block !important; } }
            .footer .ftInr .ftMenuArea .ftMenu .ftMBox ul li ul.sub li {
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 1.4; }
              .footer .ftInr .ftMenuArea .ftMenu .ftMBox ul li ul.sub li a {
                color: #FFF;
                font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", YuGothic, sans-serif;
                padding: 8px 0 8px; }
                .footer .ftInr .ftMenuArea .ftMenu .ftMBox ul li ul.sub li a:before {
                  content: '-';
                  display: inline-block;
                  margin-right: 5px; }
    .footer .ftInr .otherLink {
      display: flex;
      justify-content: flex-end;
      padding-top: 90px;
      width: 100%;
      max-width: 1540px; }
      .footer .ftInr .otherLink li {
        margin-left: 1px; }
        .footer .ftInr .otherLink li a {
          color: #FFF;
          display: inline-block;
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: 600;
          text-align: center;
          padding: 12px 25px 12px 0;
          text-decoration: none;
          transition: 0.2s; }
          .footer .ftInr .otherLink li a:hover {
            opacity: 0.7; }
        .footer .ftInr .otherLink li:first-child a {
          font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          letter-spacing: 0.1em; }
        .footer .ftInr .otherLink li:nth-child(2) a {
          background-color: #5f7ad3;
          padding: 12px;
          min-width: 160px; }
          .footer .ftInr .otherLink li:nth-child(2) a:hover {
            background-color: #98affb;
            color: #FFF;
            opacity: 1; }
        .footer .ftInr .otherLink li:last-child a {
          background-color: #FFF;
          color: #00306c;
          padding: 12px;
          min-width: 160px; }
          .footer .ftInr .otherLink li:last-child a:hover {
            background-color: #98affb;
            color: #FFF;
            opacity: 1; }
  .footer small {
    background-color: #98affb;
    color: #FFF;
    display: block;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    padding: 25px;
    text-align: center;
    position: relative;
    z-index: 2; }

@media only screen and (max-width: 1320px) {
  .footer .ftInr .ftMenuArea .logo {
    width: 15%; }

  .footer .ftInr .ftMenuArea .ftMenu {
    padding: 0 0 0 50px;
    width: calc(100% - 15%); } }
/* Responsive Start */
@media only screen and (max-width: 960px) {
  .footer:after {
    height: calc(100% - 120px); }
  .footer .ftInr {
    padding: 40px 0 30px;
    margin-right: 5vw; }
    .footer .ftInr .ftMenuArea {
      display: block;
      width: 100%;
      max-width: auto;
      max-width: none; }
      .footer .ftInr .ftMenuArea .logo {
        margin-bottom: 30px;
        text-align: center;
        width: auto; }
        .footer .ftInr .ftMenuArea .logo img {
          height: auto;
          width: 100%;
          max-width: 140px;
          /*max-width: 100px;*/ }
      .footer .ftInr .ftMenuArea .ftMenu {
        display: block;
        padding: 0 7.5vw;
        width: 100%; }
        .footer .ftInr .ftMenuArea .ftMenu .ftMBox > ul {
          border-top: 1px solid rgba(255, 255, 255, 0.15); }
          .footer .ftInr .ftMenuArea .ftMenu .ftMBox > ul > li {
            border-bottom: 1px solid rgba(255, 255, 255, 0.15);
            font-size: 13px;
            font-size: 1.3rem;
            line-height: 1.4;
            letter-spacing: 0.1em; }
            .footer .ftInr .ftMenuArea .ftMenu .ftMBox > ul > li a, .footer .ftInr .ftMenuArea .ftMenu .ftMBox > ul > li .notA {
              color: #FFF;
              display: block;
              font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", YuGothic, sans-serif;
              font-weight: 500;
              padding: 12px 0;
              transition: 0; }
            .footer .ftInr .ftMenuArea .ftMenu .ftMBox > ul > li a:hover {
              opacity: 1; }
            .footer .ftInr .ftMenuArea .ftMenu .ftMBox > ul > li .notA {
              position: relative; }
              .footer .ftInr .ftMenuArea .ftMenu .ftMBox > ul > li .notA:after {
                position: absolute;
                top: 18px;
                margin: 0 0 0 7px;
                content: "";
                width: 6px;
                height: 6px;
                border-top: 1px solid rgba(255, 255, 255, 0.7);
                border-right: 1px solid rgba(255, 255, 255, 0.7);
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
                transition: 0.2s; }
            .footer .ftInr .ftMenuArea .ftMenu .ftMBox > ul > li.open .notA:after {
              top: 20px;
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
            .footer .ftInr .ftMenuArea .ftMenu .ftMBox > ul > li ul.sub {
              display: none;
              margin: 0 0 0 20px;
              padding-bottom: 15px; }
              .footer .ftInr .ftMenuArea .ftMenu .ftMBox > ul > li ul.sub li {
                font-size: 12px;
                font-size: 1.2rem;
                line-height: 1.4; }
                .footer .ftInr .ftMenuArea .ftMenu .ftMBox > ul > li ul.sub li a {
                  color: #FFF;
                  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", YuGothic, sans-serif;
                  padding: 5px 0 6px; }
                  .footer .ftInr .ftMenuArea .ftMenu .ftMBox > ul > li ul.sub li a:before {
                    content: '-';
                    display: inline-block;
                    margin-right: 5px; }
    .footer .ftInr .otherLink {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      padding: 10px 7.5vw 0;
      width: 100%;
      max-width: auto;
      max-width: none; }
      .footer .ftInr .otherLink li {
        margin-left: 0; }
        .footer .ftInr .otherLink li a {
          display: block;
          font-size: 10px;
          font-size: 1rem;
          text-align: left;
          padding: 9px 0 9px 0;
          text-decoration: none;
          transition: 0; }
          .footer .ftInr .otherLink li a:hover {
            opacity: 1; }
        .footer .ftInr .otherLink li:first-child {
          width: 100%; }
        .footer .ftInr .otherLink li:first-child a {
          font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          letter-spacing: 0.1em; }
        .footer .ftInr .otherLink li:nth-child(2) {
          margin-bottom: 20px;
          width: 100%; }
        .footer .ftInr .otherLink li:nth-child(2) {
          width: 50%; }
        .footer .ftInr .otherLink li:nth-child(2) a {
          background-color: #5f7ad3;
          font-size: 11px;
          font-size: 1.1rem;
          padding: 12px 5px;
          min-width: auto;
          min-width: none;
          text-align: center; }
        .footer .ftInr .otherLink li:last-child {
          width: 50%; }
        .footer .ftInr .otherLink li:last-child a {
          background-color: #FFF;
          color: #00306c;
          font-size: 11px;
          font-size: 1.1rem;
          padding: 12px 5px;
          min-width: auto;
          min-width: none;
          text-align: center; }
  .footer small {
    font-size: 7px;
    letter-spacing: 0.1em;
    padding: 22px; } }
