@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 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: #5c3386;
} /* unvisited link */
a:visited {
  color: #5c3386;
} /* visited link */
a:hover {
  color: #5c3386;
} /* mouse over link */
a:active {
  color: #5c3386;
} /* 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-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/index/main_bg.jpg) no-repeat center/cover;
}

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

.m-pc-img-none {
  display: block;
}
@media screen and (min-width: 768px) {
  .m-pc-img-none {
    display: none;
  }
}
.m-sp-img-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .m-sp-img-none {
    display: block;
  }
}
.m-cmn-ttl {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .m-cmn-ttl {
    font-size: 1.8rem;
    line-height: 2.6;
    margin-top: 0;
  }
}
.m-cmn-ttl-us {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #133784;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .m-cmn-ttl-us {
    font-size: 5.6rem;
  }
}
.m-cmn-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
  border-radius: 28px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  overflow: hidden;
  background-color: #12203D;
}

.m-cmn-btn::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0E378A;
  border-radius: 20px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-cmn-btn:hover::before {
  content: "";
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#0e378a), to(#134bbd));
  background-image: linear-gradient(90deg, #0e378a, #134bbd);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.m-cmn-btn a {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
}

.m-cmn-btn a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 6px;
  background-image: url(../img/common/cmn_ico_arrow_white.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-cmn-btn a:hover::after {
  right: 11px;
}
@media screen and (max-width: 767px) {
  .m-cmn-btn a:hover::after {
    right: 15px;
  }
}
.m-cmn-section-ttl {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .m-cmn-section-ttl {
    font-size: 2.4rem;
  }
}
.m-cmn-txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .m-cmn-txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
/* -----------------------------------------------------------------------------
   web-font
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   html
   -------------------------------------------------------------------------- */
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-size: 10px;
  line-height: 1.8;
  overflow-y: scroll;
  height: 100%;
}

.l-contents-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* -----------------------------------------------------------------------------
   body
   -------------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1A1A1A;
  background-color: #fff;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* -----------------------------------------------------------------------------
   header
   -------------------------------------------------------------------------- */
.l-header {
  position: relative;
  z-index: 12;
}

.l-header-pc {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .l-header-pc {
    display: none;
  }
}
.l-header-left {
  padding: 50px 40px 60px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 0 0 25px 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.l-header-logo {
  font-size: 0; /* テキストの余白をなくす */
  margin: 0; /* マージンを統一 */
  padding: 0; /* パディングを統一 */
  display: inline-block; /* 要素のインライン表示を統一 */
  margin-bottom: 40px;
}

.l-header-logo img {
  width: 240px;
}

.l-header-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.l-header-items li {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.l-header-items li a {
  position: relative;
  color: #1A1A1A;
}

.l-header-items li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #1A1A1A;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header-items li a:hover::after {
  width: 100%;
}

.l-header-right {
  position: fixed;
  top: 0;
  right: 0;
  padding: 35px 50px 0 0;
}

.l-header-right-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}

.l-header-right-btn-wrap p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  overflow: hidden;
  background-color: #12203D;
}
@media screen and (min-width: 768px) {
  .l-header-right-btn-wrap p {
    width: 210px;
  }
}
.l-header-right-btn-wrap p::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0E378A;
  border-radius: 20px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header-right-btn-wrap p:hover::before {
  content: "";
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#0e378a), to(#134bbd));
  background-image: linear-gradient(90deg, #0e378a, #134bbd);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.l-header-right-btn-wrap p a {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  border-radius: 20px;
}

.l-header-right-btn-wrap a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 6px;
  background-image: url(../img/common/cmn_ico_arrow_white.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header-right-btn-wrap a:hover::after {
  right: 11px;
}
@media screen and (max-width: 767px) {
  .l-header-right-btn-wrap a:hover::after {
    right: 15px;
  }
}
/* -----------------------------------------------------------------------------
   nav
   -------------------------------------------------------------------------- */
.l-header-logo-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-logo-sp {
    width: 200px;
    display: inline-block; /* 要素のインライン表示を統一 */
    font-size: 0; /* テキストの余白をなくす */
    margin: 0; /* マージンを統一 */
    padding: 0; /* パディングを統一 */
    position: absolute;
    top: 30px;
    left: 30px;
  }
}
.l-gnav-wrap {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 20px;
  top: 0;
  right: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(192, 200, 217, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-gnav-wrap {
    padding: 12px;
  }
}
.is-open .l-gnav-wrap {
  opacity: 1;
  visibility: visible;
}
#l-gnav {
  position: relative;
  height: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 40px 60px 60px 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 28px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #l-gnav {
    max-width: 100%;
    padding: 80px 30px 30px;
  }
}
.l-gnav-scroll {
  height: calc(100% - 210px);
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge */
  scrollbar-width: none; /* Firefox */
}

.l-gnav-scroll::-webkit-scrollbar {
  display: none;
}

.l-gnav-logo {
  text-align: right;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .l-gnav-logo {
    text-align: left;
  }
}
.l-gnav-logo img {
  width: 270px;
}
@media screen and (max-width: 767px) {
  .l-gnav-logo img {
    width: 260px;
  }
}
.l-gnav-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-gnav-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-gnav-item-section {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .l-gnav-item-section {
    width: 100%;
  }
}
.l-gnav-item-section > li {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-gnav-item-section > li {
    margin-bottom: 40px;
  }
}
.l-gnav-item-section li a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 12px;
  background-size: cover;
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-gnav-item-section li a::after {
    width: 120px;
  }
}
.l-gnav-item-section > li > a span {
  font-family: "Krona One", sans-serif;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #133784;
  background-color: #fff;
  padding-right: 10px;
  z-index: 1;
}

.l-gnav-item-section > li::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #BAC5D9;
  position: absolute;
  bottom: 7px;
  left: 0;
}

.l-gnav-item-section li a {
  position: relative;
  color: #1A1A1A;
}

.l-gnav-item-interview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: -20px;
  margin-bottom: 40px;
}

.l-gnav-item-interview-item li {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.l-gnav-btn-wrap {
  position: relative;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .l-gnav-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-gnav-btn-wrap p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #12203D;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  overflow: hidden;
  background-color: #12203D;
}
@media screen and (min-width: 768px) {
  .l-gnav-btn-wrap p {
    width: 210px;
  }
}
.l-gnav-btn-wrap p::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0E378A;
  border-radius: 30px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-gnav-btn-wrap p:hover::before {
  content: "";
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#0e378a), to(#134bbd));
  background-image: linear-gradient(90deg, #0e378a, #134bbd);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.l-gnav-btn-wrap p a {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
}

.l-gnav-btn-wrap p a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 6px;
  background-image: url(../img/common/cmn_ico_arrow_white.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-gnav-btn-wrap p a:hover::after {
  right: 11px;
}
@media screen and (max-width: 767px) {
  .l-gnav-btn-wrap p a:hover::after {
    right: 15px;
  }
}
.l-gnav-btn-wrap p.pc-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-gnav-btn-wrap p.pc-only {
    display: block;
    background-color: #fff;
    border: 1px solid #12203D;
    color: #12203D;
  }
}
.l-gnav-btn-wrap p.pc-only:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
}

.l-gnav-btn-wrap p.pc-only::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 6px;
  background-image: url(../img/common/cmn_ico_arrow_black.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-gnav-btn-wrap p.pc-only a {
  color: #12203D;
}

.l-gnav-policy-wrap {
  display: block;
  position: absolute;
  bottom: 60px;
  left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .l-gnav-policy-wrap {
    display: none;
  }
}
.l-gnav-policy-wrap a {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #9096A0;
}

.l-gnav-policy-wrap a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img/common/cmn_ico_gaibulink.png);
  background-size: cover;
  margin-left: 5px;
}

.l-gnav-policy-wrap a:first-of-type {
  border-right: 1px solid #BAC5D9;
  margin-right: 15px;
  padding-right: 15px;
}

/* ------------------------------
   #l-gnav li
   ------------------------------ */
#l-gnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#l-gnav > ul > li {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: 20px;
  position: relative;
  width: 100%;
  margin-right: 0;
  margin-top: 30px;
}
.is-open #l-gnav > ul > li {
  margin-left: 0;
}

#l-gnav > ul > li > a {
  display: inline-block;
  font-weight: 500;
  color: #1A1A1A;
  text-decoration: none;
  padding: 0;
}
/* ------------------------------
   l-nav-toggle
   ------------------------------ */
#l-nav-toggle {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  left: 36px;
  right: auto;
  top: 36px;
  width: 64px;
  height: 42px;
  cursor: pointer;
  border-radius: 21px;
  z-index: 12;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #12203D;
}
@media screen and (max-width: 767px) {
  #l-nav-toggle {
    left: auto;
    right: 24px;
    top: 24px;
  }
}
.is-show-burger #l-nav-toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#l-nav-toggle div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#l-nav-toggle span {
  display: block;
  position: absolute;
  width: 38%;
  border-bottom: solid 1px #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

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

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

#l-nav-toggle {
  display: block;
}
.is-open #l-nav-toggle {
  background-image: -webkit-gradient(linear, left top, right top, from(#0e378a), to(#134bbd));
  background-image: linear-gradient(90deg, #0e378a, #134bbd);
}

.is-open #l-nav-toggle span:nth-child(1) {
  top: 21px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: solid 1px #fff;
}
.is-open #l-nav-toggle span:nth-child(2),
.is-open #l-nav-toggle span:nth-child(3) {
  top: 21px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: solid 1px #fff;
}
/* -----------------------------------------------------------------------------
   l-main
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-footer
   -------------------------------------------------------------------------- */
.l-footer {
  position: relative;
  z-index: 1;
  padding: 120px 50px;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .l-footer {
    padding: 80px 50px 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 50px 25px 25px;
  }
}
.l-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-footer-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 999px) {
  .l-footer-top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 3%;
    margin-bottom: 60px;
  }
}
.l-footer-top-logo-box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .l-footer-top-logo-box {
    width: 100%;
  }
}
.l-footer-logo {
  margin-bottom: 30px;
}

.l-footer-address {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .l-footer-address {
    font-size: 1.3rem;
  }
}
.l-footer-address a {
  color: #7C7D80;
}

.l-footer-tel {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer-tel {
    font-size: 1.3rem;
  }
}
.l-footer-logo {
  width: 200px;
}

.l-footer-top-nav-box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer-top-nav-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer-top-nav-section {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer-top-nav-section {
    width: 100%;
    gap: 30px;
  }
}
.l-footer-top-nav-section > li {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.l-footer-top-nav-section > li > a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #DADCE0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-footer-top-nav-section > li > a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background-color: #253964;
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-footer-top-nav-section li a {
  display: block;
  position: relative;
  color: #333333;
  padding-bottom: 10px;
}

.l-footer-top-nav-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}

.l-footer-top-nav-child li {
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.l-footer-top-nav-child li a {
  color: #7C7D80;
}

.l-footer-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .l-footer-bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
  }
}
.l-footer-bottom-wrap p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #7C7D80;
}

.l-footer-bottom-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 999px) {
  .l-footer-bottom-wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer-bottom-wrap ul li {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-right: 1px solid #7C7D80;
}
@media screen and (max-width: 999px) {
  .l-footer-bottom-wrap ul li {
    border-right: none;
  }
}
.l-footer-bottom-wrap ul li:last-of-type {
  border-right: none;
}

.l-footer-bottom-wrap ul li a {
  display: inline-block;
  padding: 0 12px;
  color: #7C7D80;
}
@media screen and (max-width: 999px) {
  .l-footer-bottom-wrap ul li a {
    padding: 0;
  }
}
.l-footer-bottom-wrap ul li:last-of-type a {
  padding-right: 0;
}

.l-footer-fixed {
  display: block;
  padding: 20px 0 15px;
  position: fixed;
  bottom: 30px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30px);
  border-radius: 24px 0 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 999px) {
  .l-footer-fixed {
    display: none;
  }
}
.l-footer-fixed-head {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 12px;
}

.l-footer-fixed-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
  border-radius: 28px 0 0 28px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  overflow: hidden;
  background-color: #fff;
  margin-left: 20px;
  margin-bottom: 8px;
}

.l-footer-fixed-btn::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0E378A;
  border-radius: 40px 0 0 40px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-footer-fixed-btn:hover::before {
  content: "";
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#0e378a), to(#134bbd));
  background-image: linear-gradient(90deg, #0e378a, #134bbd);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.l-footer-fixed-btn a {
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #12203D;
  display: inline-block;
  width: 100%;
  padding: 15px 0 15px 25px;
}

.l-footer-fixed-btn:hover a {
  color: #fff;
}

.l-footer-fixed-btn a span {
  display: block;
  font-size: 1.6rem;
}

.l-footer-fixed-btn a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 6px;
  background-image: url(../img/common/cmn_ico_arrow_black.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-footer-fixed-btn a:hover::after {
  right: 11px;
  background-image: url(../img/common/cmn_ico_arrow_white.png);
}
@media screen and (max-width: 767px) {
  .l-footer-fixed-btn a:hover::after {
    right: 15px;
  }
}