@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-tab-none {
  display: none;
}
@media screen and (min-width: 1000px) {
  br.m-tab-none {
    display: block;
  }
}
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-pc-img {
  display: none;
}
@media screen and (min-width: 768px) {
  .m-pc-img {
    display: block;
  }
}
.m-sp-img {
  display: block;
}
@media screen and (min-width: 768px) {
  .m-sp-img {
    display: none;
  }
}
/* -----------------------------------------------------------------------------
   common 02
   -------------------------------------------------------------------------- */
.m-cmn-txt {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .m-cmn-txt {
    font-size: 1.6rem;
  }
}
.m-cmn-section-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .m-cmn-section-ttl {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .m-cmn-section-ttl {
    font-size: 4.2rem;
  }
}

.m-lower-section-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .m-lower-section-ttl {
    font-size: 3.8rem;
  }
}
.m-lower-txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .m-lower-txt {
    font-size: 1.6rem;
  }
}
.m-lower-subttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .m-lower-subttl {
    font-size: 2.6rem;
  }
}
.m-cmn-small-btn {
  width: 180px;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .m-cmn-small-btn {
    width: 240px;
    font-size: 1.6rem;
  }
}
.m-cmn-small-btn a {
  position: relative;
  display: block;
  padding: 10px 0 10px 25px;
  color: #fff;
  background-color: #2f4fed;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .m-cmn-small-btn a {
    padding: 15px 0 15px 25px;
  }
}
.m-cmn-small-btn a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .m-cmn-small-btn a:hover {
    opacity: 0.7;
  }
}
.m-cmn-small-btn a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 7px;
  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: 10px;
}
@media screen and (min-width: 768px) {
  .m-cmn-small-btn a::after {
    width: 32px;
    height: 9px;
  }
}
.m-cmn-big-btn {
  font-family: "Murecho", sans-serif;
  width: 230px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .m-cmn-big-btn {
    width: 300px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .m-cmn-big-btn {
    width: 400px;
  }
}
.m-cmn-big-btn a {
  position: relative;
  display: block;
  padding: 10px 0 10px 25px;
  color: #fff;
  background-color: #2f4fed;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .m-cmn-big-btn a {
    padding: 15px 0 15px 30px;
  }
}
@media screen and (min-width: 1000px) {
  .m-cmn-big-btn a {
    padding: 15px 0 15px 50px;
  }
}
.m-cmn-big-btn a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .m-cmn-big-btn a:hover {
    opacity: 0.7;
  }
}
.m-cmn-big-btn a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 7px;
  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: 10px;
}
@media screen and (min-width: 768px) {
  .m-cmn-big-btn a::after {
    width: 32px;
    height: 9px;
    right: 40px;
  }
}
/* -----------------------------------------------------------------------------
   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%;
}

/* -----------------------------------------------------------------------------
   body
   -------------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  min-width: 375px;
  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;
}

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

/* -----------------------------------------------------------------------------
   header
   -------------------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 12;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 115px;
  }
}
.l-header-inner {
  height: 100%;
  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;
  padding: 0 50px 0 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), color-stop(90%, rgba(255, 255, 255, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 90%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 768px) {
  .l-header-inner {
    padding: 0 130px 0 30px;
  }
}
@media screen and (min-width: 1000px) {
  .l-header-inner {
    padding: 0 130px 0 50px;
  }
}
.l-header-logo {
  position: relative;
  width: 200px;
  font-size: 0; /* テキストの余白をなくす */
  margin: 0 20px 0 0; /* マージンを統一 */
  padding: 0; /* パディングを統一 */
  display: inline-block; /* 要素のインライン表示を統一 */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 12;
}
@media screen and (min-width: 768px) {
  .l-header-logo {
    width: 373px;
  }
}
@media screen and (min-width: 1000px) {
  .l-header-logo {
    z-index: 2;
  }
}
.l-header-logo:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-header-logo:hover {
    opacity: 0.7;
  }
}
.l-header-btn-wrap {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1000px) {
  .l-header-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header-btn-setsumeikai {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1200px) {
  .l-header-btn-setsumeikai {
    font-size: 1.8rem;
  }
}

.l-header-btn-setsumeikai a {
  position: relative;
  width: 200px;
  display: block;
  padding: 15px;
  border-radius: 50px;
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .l-header-btn-setsumeikai a {
    width: 240px;
    padding: 15px 30px;
  }
}

.l-header-btn-setsumeikai a:hover {
  opacity: 0.7;
}

.l-header-btn-setsumeikai a::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 9px;
  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: 10px;
}

.l-header-btn-entry {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1200px) {
  .l-header-btn-entry {
    font-size: 1.8rem;
  }
}

.l-header-btn-entry a {
  position: relative;
  width: 200px;
  display: block;
  padding: 15px;
  border-radius: 50px;
  color: #fff;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .l-header-btn-entry a {
    width: 240px;
    padding: 15px 30px;
  }
}

.l-header-btn-entry a:hover {
  opacity: 0.7;
}

.l-header-btn-entry a::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 9px;
  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: 10px;
}

/* -----------------------------------------------------------------------------
   nav
   -------------------------------------------------------------------------- */
.l-gnav-wrap {
  position: fixed;
  width: 800px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 11;
  background-color: #f3f8fd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: -800px;
}
@media screen and (max-width: 999px) {
  .l-gnav-wrap {
    width: 100%;
    margin-right: -100%;
  }
}
.is-open .l-gnav-wrap {
  overflow-y: scroll;
  margin-right: 0;
  -webkit-overflow-scrolling: touch;
}
#l-gnav {
  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;
  padding: 130px 60px;
}
@media screen and (max-width: 767px) {
  #l-gnav {
    gap: 30px;
    padding: 90px 40px;
  }
}
.l-gnav-top-section {
  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 4%;
}
@media screen and (min-width: 768px) {
  .l-gnav-top-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4%;
  }
}
.l-gnav-top-section-box {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #bebebe;
}
@media screen and (min-width: 768px) {
  .l-gnav-top-section-box {
    width: 50%;
  }
}
.l-gnav-top-section-box p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.8;
  letter-spacing: 0.1em;
  color: #0092d1;
}
@media screen and (min-width: 768px) {
  .l-gnav-top-section-box p {
    font-size: 1.6rem;
  }
}
.l-gnav-top-section-box ul li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-gnav-top-section-box ul li {
    font-size: 2rem;
  }
}
.l-gnav-top-section-box ul li a {
  position: relative;
  display: block;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-gnav-top-section-box ul li a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-gnav-top-section-box ul li a:hover {
    opacity: 0.7;
  }
}
.l-gnav-top-section-box ul li a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 7px;
  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: 0;
}
@media screen and (min-width: 768px) {
  .l-gnav-top-section-box ul li a::after {
    width: 26px;
    height: 7px;
  }
}
.l-gnav-bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4%;
}
@media screen and (min-width: 768px) {
  .l-gnav-bottom-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-gnav-bottom-section-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-gnav-bottom-section-box {
    width: 50%;
  }
}
.l-gnav-bottom-section-box ul li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-gnav-bottom-section-box ul li {
    font-size: 2rem;
  }
}
.l-gnav-bottom-section-box ul li a {
  position: relative;
  display: block;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-gnav-bottom-section-box ul li a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-gnav-bottom-section-box ul li a:hover {
    opacity: 0.7;
  }
}
.l-gnav-bottom-section-box ul li a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 7px;
  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: 0;
}
@media screen and (min-width: 768px) {
  .l-gnav-bottom-section-box ul li a::after {
    width: 26px;
    height: 7px;
  }
}
.l-gnav-contact-wrap {
  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 4%;
}
@media screen and (min-width: 768px) {
  .l-gnav-contact-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4%;
  }
}
.l-gnav-contact-setsumeikai {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.025em;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .l-gnav-contact-setsumeikai {
    width: 50%;
    border-radius: 20px;
    font-size: 2rem;
  }
}
.l-gnav-contact-setsumeikai a {
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-gnav-contact-setsumeikai a {
    height: 80px;
    padding-left: 30px;
  }
}
.l-gnav-contact-setsumeikai a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-gnav-contact-setsumeikai a:hover {
    opacity: 0.7;
  }
}
.l-gnav-contact-setsumeikai a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 7px;
  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: 20px;
}
@media screen and (min-width: 768px) {
  .l-gnav-contact-setsumeikai a::after {
    width: 32px;
    height: 9px;
  }
}
.l-gnav-contact-entry {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.025em;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .l-gnav-contact-entry {
    font-size: 2rem;
    width: 50%;
    border-radius: 20px;
  }
}
.l-gnav-contact-entry a {
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-gnav-contact-entry a {
    height: 80px;
    padding-left: 30px;
  }
}
.l-gnav-contact-entry a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-gnav-contact-entry a:hover {
    opacity: 0.7;
  }
}
.l-gnav-contact-entry a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 7px;
  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: 20px;
}
@media screen and (min-width: 768px) {
  .l-gnav-contact-entry a::after {
    width: 32px;
    height: 9px;
  }
}
.l-gnav-recruit-site-box {
  border-top: 1px solid #bebebe;
}

/* ------------------------------
   #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;
  margin-left: 25px;
}
#l-gnav > ul > li {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #l-gnav > ul > li {
    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: #5c3386;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  #l-gnav > ul > li > a {
    color: #fff;
    padding: 0;
  }
}
/* ------------------------------
   l-nav-toggle
   ------------------------------ */
#l-nav-toggle {
  position: fixed;
  right: 30px;
  top: 20px;
  width: 65px;
  height: 65px;
  cursor: pointer;
  z-index: 12;
  border: 1px solid #000;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #l-nav-toggle {
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
  }
}
#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: 27px;
  border-bottom: solid 1px #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #l-nav-toggle span {
    width: 16px;
  }
}
#l-nav-toggle span:nth-child(1) {
  top: 24px;
}
@media screen and (max-width: 767px) {
  #l-nav-toggle span:nth-child(1) {
    top: 14px;
  }
}
#l-nav-toggle span:nth-child(2) {
  top: 33px;
}
@media screen and (max-width: 767px) {
  #l-nav-toggle span:nth-child(2) {
    top: 19px;
  }
}
#l-nav-toggle span:nth-child(3) {
  top: 41px;
}
@media screen and (max-width: 767px) {
  #l-nav-toggle span:nth-child(3) {
    top: 24px;
  }
}
#l-nav-toggle {
  display: block;
}
.is-open #l-nav-toggle span:nth-child(1) {
  top: 33px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 767px) {
  .is-open #l-nav-toggle span:nth-child(1) {
    top: 19px;
  }
}
.is-open #l-nav-toggle span:nth-child(2),
.is-open #l-nav-toggle span:nth-child(3) {
  top: 33px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 767px) {
  .is-open #l-nav-toggle span:nth-child(2),
  .is-open #l-nav-toggle span:nth-child(3) {
    top: 19px;
  }
}
/* -----------------------------------------------------------------------------
   l-main
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-footer
   -------------------------------------------------------------------------- */
.l-footer-contents {
  padding: 60px 40px;
  background-color: #2f2f2f;
}
@media screen and (min-width: 768px) {
  .l-footer-contents {
    padding: 100px 40px 60px;
  }
}
.l-footer-contents-inner {
  max-width: 1400px;
  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;
  gap: 30px;
}
@media screen and (min-width: 1400px) {
  .l-footer-contents-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.l-footer-logo {
  width: 130px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer-logo {
    width: 157px;
  }
}
.l-footer-logo:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-logo:hover {
    opacity: 0.7;
  }
}
.l-footer-contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 1200px) {
  .l-footer-contents-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-footer-contents-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-footer-contents-nav-util-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-util-box {
    gap: 50px;
  }
}
.l-footer-contents-nav-util-section {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-util-section {
    width: auto;
  }
}
.l-footer-contents-nav-util-ttl {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #b4b4b4;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-util-ttl {
    line-height: 3.5;
    margin-bottom: 0;
  }
}
.l-footer-contents-nav-util-section:nth-of-type(2) .l-footer-contents-nav-util-ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-util-section:nth-of-type(2) .l-footer-contents-nav-util-ttl {
    margin-bottom: 0;
  }
}
.l-footer-contents-nav-util-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: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-util-items {
    gap: 0;
  }
}
.l-footer-contents-nav-util-items li {
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-util-items li {
    line-height: 2;
    font-size: 1.6rem;
  }
}
.l-footer-contents-nav-util-items li:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-util-items li:hover {
    opacity: 0.7;
  }
}
.l-footer-contents-nav-util-items li a {
  color: #fff;
}

.l-footer-contents-nav-lower-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-lower-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.l-footer-contents-nav-lower-items {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-lower-items {
    width: auto;
    gap: 0;
  }
}
.l-footer-contents-nav-lower-items li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-lower-items li {
    line-height: 2.5;
    font-size: 1.6rem;
  }
}
.l-footer-contents-nav-lower-items li:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-lower-items li:hover {
    opacity: 0.7;
  }
}
.l-footer-contents-nav-lower-items li a {
  color: #fff;
}

.l-footer-contents-cv-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 7px;
  margin-bottom: 15px;
}

.l-footer-contents-cv-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 60px;
  border-radius: 12px;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-cv-btn {
    font-size: 1.8rem;
    height: 100px;
    border-radius: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer-contents-cv-btn {
    width: 230px;
  }
}
@media screen and (min-width: 1400px) {
  .l-footer-contents-cv-btn {
    width: 240px;
  }
}

.l-footer-contents-cv-btn:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-cv-btn:hover {
    opacity: 0.7;
  }
}
.l-footer-contents-cv-btn.setsumeikai {
  position: relative;
  background-color: #fff;
  color: #000;
}

.l-footer-contents-cv-btn.setsumeikai::after {
  content: "";
  display: inline-block;
  width: 20px;
  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: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-cv-btn.setsumeikai::after {
    width: 32px;
    height: 9px;
  }
}
.l-footer-contents-cv-btn.entry {
  position: relative;
  background-color: #2f4fed;
  color: #fff;
}

.l-footer-contents-cv-btn.entry::after {
  content: "";
  display: inline-block;
  width: 20px;
  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: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-cv-btn.entry::after {
    width: 32px;
    height: 9px;
  }
}
.l-footer-contents-tel-head {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-tel-head {
    font-size: 1.6rem;
  }
}
.l-footer-contents-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  letter-spacing: 0.025em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-tel a {
    font-size: 3.6rem;
  }
}
.l-footer-contents-tel a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-tel a:hover {
    opacity: 0.7;
  }
}
.l-footer-contents-tel span {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-tel span {
    font-size: 2.7rem;
  }
}
.l-footer-contents-tel-desc {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-tel-desc {
    font-size: 1.3rem;
  }
}
.l-footer-copyright {
  background-color: #000000;
  color: #fff;
  text-align: center;
  padding: 0 35px;
  font-size: 1rem;
  line-height: 3.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-footer-copyright {
    font-size: 1.2rem;
    padding: 0 50px;
    text-align: right;
  }
}
.l-footer-fix-btn-wrap {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background-image: url(../img/common/fixed_bg.jpg);
  background-size: cover;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-footer-fix-btn-wrap {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-footer-fix-btn-wrap {
    display: none;
  }
}
.l-footer-fix-btn-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 10%;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .l-footer-fix-btn-inner {
    gap: 30px;
  }
}
.l-footer-fix-btn-orient {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 60px;
  padding: 0 15px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #000;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  color: #000 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer-fix-btn-orient {
    height: 100px;
    font-size: 2.4rem;
    border-radius: 25px;
    padding: 0 30px;
  }
}
.l-footer-fix-btn-orient:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-fix-btn-orient:hover {
    opacity: 0.8;
  }
}
.l-footer-fix-btn-orient::before {
  content: "";
  display: inline-block;
  width: 20px;
  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: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer-fix-btn-orient::before {
    width: 40px;
    height: 11px;
    right: 20px;
  }
}
.l-footer-fix-btn-entry {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 60px;
  padding: 0 15px;
  background-color: #000000;
  border-radius: 12px;
  border: 1px solid #000;
  color: #fff !important;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer-fix-btn-entry {
    height: 100px;
    font-size: 2.4rem;
    border-radius: 25px;
    padding: 0 30px;
  }
}
.l-footer-fix-btn-entry:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-fix-btn-entry:hover {
    opacity: 0.8;
  }
}
.l-footer-fix-btn-entry::before {
  content: "";
  display: inline-block;
  width: 20px;
  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: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer-fix-btn-entry::before {
    width: 40px;
    height: 11px;
    right: 20px;
  }
}
/* -----------------------------------------------------------------------------
		l-cookie-box
		-------------------------------------------------------------------------- */
.l-cookie-box {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
@media screen and (min-width: 1000px) {
  .l-cookie-box {
    left: 40px;
    right: 40px;
    bottom: 40px;
  }
}
.l-cookie-box.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.l-cookie-box-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 40px;
}
@media screen and (min-width: 768px) {
  .l-cookie-box-inner {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1000px) {
  .l-cookie-box-inner {
    border-radius: 30px;
    padding: 60px 100px;
  }
}
.l-cookie-text {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-cookie-text {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-cookie-text {
    font-size: 1.8rem;
  }
}
.l-cookie-text a {
  color: #2f4fed;
  text-decoration: underline;
}

.l-cookie-btn {
  width: 240px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 30px;
  background-color: #2f4fed;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .l-cookie-btn {
    font-size: 1.8rem;
  }
}
.l-cookie-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .l-cookie-close {
    top: 20px;
    right: 20px;
  }
}