@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap");
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: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

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 {
  -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 {
  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;
}

/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   link
   -------------------------------------------------------------------------- */
a {
  cursor: pointer !important;
  text-decoration: none;
}

a:link {
  color: #002767;
} /* unvisited link */
a:visited {
  color: #002767;
} /* visited link */
a:hover {
  color: #002767;
} /* mouse over link */
a:active {
  color: #002767;
} /* selected link */
a:focus {
  outline: none;
}

/* -----------------------------------------------------------------------------
   Reset
   -------------------------------------------------------------------------- */
ul, ol {
  list-style: none;
}

img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

/* -----------------------------------------------------------------------------
   br
   -------------------------------------------------------------------------- */
br.m-pc-none {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  br.m-pc-none {
    display: none;
  }
}
br.m-sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  br.m-sp-none {
    display: block;
    line-height: 0;
  }
}
/* -----------------------------------------------------------------------------
   common 01
   -------------------------------------------------------------------------- */
.tel-link a {
  text-decoration: none;
}

.m-mb-0 {
  margin-bottom: 0 !important;
}

.m-pb-0 {
  padding-bottom: 0 !important;
}

.m-mt-20 {
  margin-top: 20px;
}

.m-us {
  font-family: "Roboto", sans-serif;
}

.m-bg-gradation {
  background: -webkit-gradient(linear, left top, left bottom, from(#EFF4FC), to(#FFF));
  background: linear-gradient(to bottom, #EFF4FC, #FFF);
}

/* -----------------------------------------------------------------------------
   common 02
   -------------------------------------------------------------------------- */
.cmn-white-ball {
  position: relative;
}

.cmn-white-ball::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0; /*初期位置は10px下*/
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  visibility: visible;
  opacity: 1;
  left: 20px; /*ホバー時は下に4pxの位置へ*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .cmn-white-ball::after {
    left: 0; /*初期位置は10px下*/
    visibility: hidden;
    opacity: 0;
  }
}
.cmn-white-ball:hover::after {
  visibility: visible;
  opacity: 1;
  left: 20px; /*ホバー時は下に4pxの位置へ*/
}
.cmn-white-ball:hover {
  background-color: #003894;
}
@media screen and (min-width: 768px) {
  .cmn-white-ball:hover {
    background-color: #245AB3;
  }
}
.m-cmn-ttl {
  font-size: 4rem;
  font-weight: 700;
  color: #002767;
  line-height: 1.8;
}

.m-cmn-ttl-deco {
  font-size: 1.8rem;
  font-weight: 700;
  color: #72C7D3;
  display: block;
  margin-bottom: 0;
  text-indent: -24px;
  padding-left: 24px;
}
@media screen and (min-width: 768px) {
  .m-cmn-ttl-deco {
    margin-bottom: 10px;
  }
}
.m-cmn-ttl-deco::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 20px;
  background-image: url(../img/common/cmn_ico01.png);
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}

.m-cmn-btn {
  position: relative;
  width: 100%;
  height: 56px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 0;
  display: block;
  background-color: #003894;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn {
    width: auto;
    height: auto;
    display: inline-block;
  }
}
.m-cmn-btn a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px 36px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn a {
    position: relative;
  }
}
/* -----------------------------------------------------------------------------
   web-font
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   html
   -------------------------------------------------------------------------- */
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-size: 10px;
  line-height: 2;
  overflow-y: scroll;
  height: 100%;
}

/* -----------------------------------------------------------------------------
   body
   -------------------------------------------------------------------------- */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #002767;
  letter-spacing: 0em;
  background-color: #fff;
  min-width: 375px;
  min-height: 100%;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* -----------------------------------------------------------------------------
   header
   -------------------------------------------------------------------------- */
.l-header-inner {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 50px;
  background-color: #fff;
}
@media screen and (max-width: 1399px) {
  .l-header-inner {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .l-header-inner {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-inner {
    height: 60px;
  }
}
.l-header-logo {
  width: 350px;
  line-height: 1;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    width: 200px;
    margin-right: 0;
  }
}
.l-header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header-logo img {
  width: 100%;
}

/* -----------------------------------------------------------------------------
   nav
   -------------------------------------------------------------------------- */
.l-nav-box {
  width: calc(100% - 200px);
}
@media screen and (max-width: 1199px) {
  .l-gnav-wrap {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: -100%;
    z-index: 11;
    background-color: #B8CAE6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1199px) {
  .is-open .l-gnav-wrap {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    right: 0;
  }
}
#l-gnav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
}
@media screen and (max-width: 1399px) {
  #l-gnav {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  #l-gnav {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #l-gnav {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .is-open #l-gnav {
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .is-open #l-gnav {
    padding-top: 60px;
  }
}
/* ------------------------------
   #l-gnav li
   ------------------------------ */
#l-gnav > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199px) {
  #l-gnav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #l-gnav > ul {
    width: 100%;
  }
}
#l-gnav > ul > li {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: 10px;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 1399px) {
  #l-gnav > ul > li {
    font-size: 1.3rem;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1199px) {
  #l-gnav > ul > li {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #C8D7EF;
    padding-left: 34px;
  }
}
.is-open #l-gnav > ul > li {
  margin-left: 0;
}

@media screen and (max-width: 1199px) {
  .is-open #l-gnav > ul > li:first-of-type {
    border-top: 1px solid #C8D7EF;
  }
}
#l-gnav > ul > li > a {
  display: inline-block;
  font-weight: 500;
  color: #002767;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #l-gnav > ul > li > a {
    color: #245AB3;
    padding: 0;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#l-gnav > ul > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px; /*初期位置は10px下*/
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #245AB3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  #l-gnav > ul > li > a::after {
    visibility: visible;
    opacity: 1;
    left: -10px;
  }
}
#l-gnav > ul > li > a:hover::after {
  visibility: visible;
  opacity: 1;
  left: -10px; /*ホバー時は下に4pxの位置へ*/
}
#l-gnav > ul > li > a:hover {
  color: #245AB3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* ------------------------------
   l-gnavドロップダウンメニュースタイル
   ------------------------------ */
@media screen and (max-width: 1200px) {
  .l-gnav-product-btn.active_sp {
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .l-gnav-product-btn {
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .l-gnav-product-btn.active_sp + .product-lists-wrap {
    position: absolute;
    overflow: hidden;
    visibility: hidden !important;
  }
  .l-gnav-product-btn.active_sp.l-gnav-product-btn::before {
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.l-gnav-product {
  position: relative;
}

.l-gnav-product:hover .product-lists-wrap {
  visibility: visible;
}
@media screen and (max-width: 1199px) {
  .l-gnav-product:hover .product-lists-wrap {
    visibility: none;
  }
}
.l-gnav-product-btn {
  content: "";
  display: none;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #B8CAE6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .l-gnav-product-btn {
    display: inline-block;
  }
}
.l-gnav-product-btn::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #245AB3;
}

.l-gnav-product-btn::before {
  position: absolute;
  visibility: hidden;
  margin-left: 9px;
  margin-top: 1px;
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #245AB3;
}

.product-lists-wrap {
  visibility: hidden;
  width: 236px;
  position: absolute;
  top: 50px;
  left: 65%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #6ba6e7;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .product-lists-wrap {
    width: 100%;
    visibility: visible;
    position: relative;
    top: 0;
    left: 50%;
  }
}
.product-lists {
  margin-left: 0;
}
@media screen and (max-width: 1199px) {
  .product-lists {
    margin-left: -34px;
  }
}
.product-lists li {
  letter-spacing: 0;
  text-align: left;
  font-weight: 500;
}

.product-lists li a {
  display: block;
  padding: 16px 20px;
}
@media screen and (max-width: 1199px) {
  .product-lists li a {
    padding: 20px 24px;
  }
}
.product-lists li:nth-child(1) {
  background-color: #EFF4FC;
}

.product-lists li:nth-child(2) {
  background-color: #DCE7F8;
}

.product-lists li:nth-child(3) {
  background-color: #C8D7EF;
}

/* ------------------------------
   l-gnav-right
   ------------------------------ */
.l-gnav-right {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .l-gnav-right {
    width: 700px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-gnav-right {
    width: 100%;
  }
}
.l-gnav-right ul {
  width: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
}
@media screen and (max-width: 1199px) {
  .l-gnav-right ul {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    width: auto;
  }
}
.l-gnav-right ul li {
  font-size: 1.2rem;
}

.l-gnav-right ul li:first-of-type {
  margin-right: 20px;
  position: relative;
}

.l-gnav-right ul li:first-of-type::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 140%;
  background-color: #C8D7EF;
  position: absolute;
  top: 0;
  right: -10px;
}

.l-gnav-right ul li a {
  border-bottom: 1px solid #002767;
}
@media screen and (max-width: 1199px) {
  .l-gnav-right ul li a {
    color: #245AB3;
    border-bottom: 1px solid #245AB3;
  }
}
.l-gnav-right ul li:hover a {
  color: #245AB3;
  border-bottom: 1px solid #245AB3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-gnav-right-contact-btn {
  margin-right: 10px;
  background-color: #003894;
  font-weight: 700;
  text-align: center;
  width: 168px;
}
@media screen and (max-width: 1199px) {
  .l-gnav-right-contact-btn {
    width: 100%;
    text-align: left;
    background-color: #003894;
    margin-bottom: 10px;
  }
}
.l-gnav-right-contact-btn .cmn-white-ball:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .l-gnav-right-contact-btn .cmn-white-ball:hover {
    background-color: #003894;
  }
}
@media screen and (max-width: 1199px) {
  .l-gnav-right-contact-btn .cmn-white-ball::after {
    left: 20px;
    visibility: visible;
    opacity: 1;
  }
}
.l-gnav-right-contact-btn a {
  display: block;
  padding: 16px 0;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .l-gnav-right-contact-btn a {
    padding-left: 36px;
  }
}
.l-gnav-right-document-btn {
  background-color: #003894;
  font-weight: 700;
  text-align: center;
  width: 168px;
}
@media screen and (max-width: 1199px) {
  .l-gnav-right-document-btn {
    width: 100%;
    text-align: left;
    background-color: #003894;
  }
}
.l-gnav-right-document-btn a {
  display: block;
  padding: 16px 0;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .l-gnav-right-document-btn a {
    padding-left: 36px;
  }
}
.l-gnav-right-document-btn .cmn-white-ball::after {
  left: 15px;
}
@media screen and (max-width: 1199px) {
  .l-gnav-right-document-btn .cmn-white-ball::after {
    left: 20px;
    visibility: visible;
    opacity: 1;
  }
}
.l-gnav-right-document-btn .cmn-white-ball:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .l-gnav-right-document-btn .cmn-white-ball:hover {
    background-color: #003894;
  }
}
.l-gnav-right-document-btn .cmn-white-ball:hover::after {
  left: 35px;
}
@media screen and (max-width: 1199px) {
  .l-gnav-right-document-btn .cmn-white-ball:hover::after {
    left: 20px;
  }
}
/* ------------------------------
   l-nav-toggle
   ------------------------------ */
#l-nav-toggle {
  display: none;
}
@media screen and (max-width: 1199px) {
  #l-nav-toggle {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 12;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  #l-nav-toggle {
    top: 10px;
  }
}
#l-nav-toggle div {
  position: relative;
}

#l-nav-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 2px #003894;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#l-nav-toggle span:nth-child(1) {
  top: 10px;
}

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

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

@media screen and (max-width: 1199px) {
  #l-nav-toggle {
    display: block;
  }
}
.is-open #l-nav-toggle span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: solid 2px #003894;
}
@media screen and (max-width: 1199px) {
  .is-open #l-nav-toggle span:nth-child(1) {
    border-bottom: solid 2px #003894;
  }
}
.is-open #l-nav-toggle span:nth-child(2),
.is-open #l-nav-toggle span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: solid 2px #003894;
}
@media screen and (max-width: 1199px) {
  .is-open #l-nav-toggle span:nth-child(2),
  .is-open #l-nav-toggle span:nth-child(3) {
    border-bottom: solid 2px #003894;
  }
}
/* -----------------------------------------------------------------------------
   l-footer
   -------------------------------------------------------------------------- */
.l-footer-cv-wrap {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .l-footer-cv-wrap {
    height: 640px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-footer-cv-wrap-company-box {
  width: 100%;
  padding: 50px 20px 230px 20px;
  background-color: #EFF4FC;
  background-image: url(../img/common/footer_img01.png);
  background-size: 280px;
  background-position: right 50px bottom 20px;
}
@media screen and (min-width: 480px) {
  .l-footer-cv-wrap-company-box {
    background-size: 384px;
    padding: 50px 50px 290px 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-cv-wrap-company-box {
    padding: 50px 50px 300px 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-footer-cv-wrap-company-box {
    width: 50%;
    padding: 50px 50px 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer-cv-wrap-company-box {
    padding: 90px 100px 100px 100px;
  }
}

.l-footer-cv-wrap-company-ttl {
  margin-bottom: 25px;
}

.l-footer-cv-wrap-company-ttl span {
  margin-bottom: 0;
}

.l-footer-cv-wrap-company-desc {
  margin-bottom: 50px;
}

.l-footer-cv-wrap-contact-box {
  width: 100%;
  padding: 50px 20px 50px 20px;
  background-color: #003894;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .l-footer-cv-wrap-contact-box {
    width: 50%;
    padding: 50px 50px 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer-cv-wrap-contact-box {
    padding: 90px 100px 100px 100px;
  }
}

.l-footer-cv-wrap-contact-ttl {
  margin-bottom: 25px;
  color: #fff;
}

.l-footer-cv-wrap-contact-ttl span {
  margin-bottom: 0;
}

.l-footer-cv-wrap-contact-box-inner .m-cmn-ttl-deco::before {
  background-image: url(../img/common/cmn_ico02.png);
}

.l-footer-cv-wrap-contact-desc {
  margin-bottom: 50px;
}

.l-footer-cv-btn {
  position: relative;
  width: 100%;
  height: 100px;
  font-size: 2.6rem;
  font-weight: 700;
  display: block;
  background-color: #7ADFED;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-footer-cv-btn {
    width: auto;
    height: auto;
    background-color: #fff;
  }
}
.l-footer-cv-btn a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 36px;
  color: #002767;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer-cv-btn a {
    position: relative;
    padding: 30px 36px;
  }
}
.l-footer-cv-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #002767;
  visibility: visible;
  opacity: 1;
  left: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer-cv-btn a::after {
    left: 0;
    visibility: hidden;
    opacity: 0;
  }
}
.l-footer-cv-btn a:hover::after {
  visibility: visible;
  opacity: 1;
  left: 20px;
}
.l-footer-cv-btn a:hover {
  background-color: #7ADFED;
}
@media screen and (min-width: 768px) {
  .l-footer-cv-btn a:hover {
    background-color: #7ADFED;
  }
}
.l-footer-cv-btn-contact {
  margin-bottom: 20px;
  position: relative;
}
.l-footer-cv-btn-contact::after {
  content: "";
  display: inline-block;
  width: 74px;
  height: 100px;
  background-image: url(../img/common/footer_img02.png);
  background-size: cover;
  position: absolute;
  right: 25px;
  top: -10px;
}
@media screen and (min-width: 480px) {
  .l-footer-cv-btn-contact::after {
    right: 50px;
  }
}
.l-footer-cv-btn-document {
  position: relative;
}

.l-footer-cv-btn-document::after {
  content: "";
  display: inline-block;
  width: 136px;
  height: 100px;
  background-image: url(../img/common/footer_img03.png);
  background-size: cover;
  position: absolute;
  right: -10px;
  top: -10px;
}
@media screen and (min-width: 480px) {
  .l-footer-cv-btn-document::after {
    right: 10px;
  }
}
.l-footer-nav-wrap {
  padding: 50px 20px 20px;
  background-color: #002767;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .l-footer-nav-wrap {
    padding: 100px;
  }
}
.l-footer-nav-wrap-inner {
  max-width: 1240px;
  margin: 0 auto;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  .l-footer-nav-wrap-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-footer-nav-wrap-address-box {
  width: 240px;
  color: #6B86B3;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .l-footer-nav-wrap-address-box {
    margin-bottom: 0;
  }
}
.l-footer-nav-wrap-address-box p {
  margin-bottom: 25px;
  line-height: 1.6;
}

.l-footer-nav-wrap-address-box-companyname {
  color: #fff;
  font-size: 1.4rem;
}

.l-footer-nav-wrap-gnav-box {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
}

.l-footer-nav-wrap-gnav-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 10px;
}
@media screen and (min-width: 1000px) {
  .l-footer-nav-wrap-gnav-box-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0;
  }
}
.l-footer-nav-wrap-gnav-box-section {
  margin-right: 40px;
}
@media screen and (min-width: 1200px) {
  .l-footer-nav-wrap-gnav-box-section {
    margin-right: 130px;
  }
}
@media screen and (min-width: 1400px) {
  .l-footer-nav-wrap-gnav-box-section {
    margin-right: 160px;
  }
}

.l-footer-nav-wrap-gnav-box-section:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .l-footer-nav-wrap-gnav-box-section:last-of-type {
    margin-right: 40px;
  }
}
.l-footer-nav-wrap-gnav-box-item {
  margin-bottom: 15px;
}

.l-footer-nav-wrap-gnav-box-item > ul {
  margin-top: 15px;
  padding-left: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .l-footer-nav-wrap-gnav-box-item > ul {
    padding-left: 20px;
    margin-bottom: 0;
  }
}
.l-footer-nav-wrap-gnav-box-item a {
  position: relative;
  padding-bottom: 3px;
  color: #fff;
}

.l-footer-nav-wrap-gnav-box-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px; /*初期位置は10px下*/
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #72C7D3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-footer-nav-wrap-gnav-box-item a::after {
    visibility: visible;
    opacity: 1;
    left: -10px;
    background: #fff;
  }
}
.l-footer-nav-wrap-gnav-box-item a:hover::after {
  visibility: visible;
  opacity: 1;
  left: -10px; /*ホバー時は下に4pxの位置へ*/
}

.l-footer-nav-wrap-gnav-box-item a:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-wrap-gnav-box-item a:hover {
    color: #72C7D3;
  }
}
.l-footer-nav-wrap-gnav-box-item-child {
  margin-bottom: 15px;
}

.copyright-box {
  text-align: left;
  color: #6B86B3;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .copyright-box {
    text-align: right;
  }
}