@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Montserrat:400,600,700,800");
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
  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 */
  box-sizing: inherit;
}

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

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

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

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

h1 ,
h2 ,
h3 ,
p ,
li ,
dt ,
dd {
  font-feature-settings: "palt"; 
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}

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

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-d-none {
  display: none !important;
}

.u-s-none {
  display: block!important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-d-table {
  display: table !important;
}

.u-d-table-row {
  display: table-row !important;
}

.u-d-table-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: flex !important;
}

.u-d-inline-flex {
  display: inline-flex !important;
}
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

@media only screen and (max-width: 767px) {
  .u-d-none {
    display: block!important;
  }

  .u-s-none {
    display: none!important;
  }
}

@-webkit-keyframes scrollUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes scrollUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
html {
  min-width: 320px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #252525;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  color: currentColor;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

body > img {
  display: block;
  height: 0 !important;
  font-size: 0;
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Gotham-Medium"), url("/recruit/newgrads/assets/fonts/Gotham-Medium.woff2") format("woff2"), url("/recruit/newgrads/assets/fonts/Gotham-Medium.woff") format("woff"), url("/recruit/newgrads/assets/fonts/Gotham-Medium.otf") format("opentype");
}

@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}

.l-wrap {
  max-width: 1200px;
  margin: 0 auto;
  /*padding: 0 40px;*/
}

@media only screen and (max-width: 767px) {
  .l-wrap {
    max-width: 100%;
  }
}

.l-main .u-d-none {
  width: 100%;
}

.l-main .u-s-none {
  margin: 0 auto;
}

/* --------------------------------------------------------------------------
    .header
--------------------------------------------------------------------------- */
.global-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: background-color .2s;
}

.global-header.is-fixed {
  padding-bottom: 20px;
  background-color: rgba(255,255,255,.9);
}

.header_inner {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}

.global-header .logo_wrap {
  display: flex;
  padding: 40px 0 0;
}

.global-header .logo_wrap .logo {
  width: 172px;
  height: 53.67px;
}

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

.global-header .logo_wrap .lead {
  padding: 20px 0 0 20px;
}

.global-header .nav_wrap {
  display: block;
}

.global-header .nav_wrap ul {
  display: flex;
}

.global-header .nav_wrap ul li {
  padding: 60px 30px 0 ;
}

.global-header .nav_wrap ul li a {
  font-size: 18px;
  transition: .3s ;
}

.global-header .nav_wrap ul .nav_link a {
  position: relative;
  display: inline-block;
}

.global-header .nav_wrap ul .nav_link a::after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #252525;
  transition: .3s;
}

.global-header .nav_wrap ul .nav_link a:hover::after{
  width: 100%;
}

.global-header .nav_wrap ul .nav_contact {
  margin: 37px 0 0 25px;
  padding: 0;
}

.global-header .nav_wrap ul .nav_contact a {
  position: relative;
  display: block;
  width: 76px;
  height: 76px;
  background-image: url('../images/index/header_contact_ico.png');
  background-size: 76px;
  text-align: center;
}
.global-header .nav_wrap ul .nav_contact a:hover {
  background-image: url('../images/index/header_contact_ico_hover.png');
}

.global-header .nav_wrap ul .nav_contact span {
  position: absolute;
  top: 0;
  left: 38%;
  width: 1em;
  padding: 106px 0 0;
  line-height: 1.2;
  transition: .5s;
}

.global-header .nav_wrap ul .nav_contact span::before {
  position: absolute;
  top: 60px;
  left: 8px;
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: #252525;
}

.global-header.is-fixed .nav_wrap ul .nav_contact span {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.hamburger-menu {
  display: none;
}


@media only screen and (max-width: 767px) {
  .header_inner {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
  }

  .global-header .logo_wrap {
    display: flex;
    padding: 37px 0 0;
  }

  .global-header .logo_wrap .logo {
    width: 119px;
    height: 37.129669189453125px;
  }

  .global-header .logo_wrap .lead {
    font-size: 9px;
    padding: 3px 0 0 10px;
  }

  .global-header .nav_wrap {
    display: none;
  }  
/*
  .global-header .nav_wrap ul {
    display: block;
    width: 48px;
  }

  .global-header .nav_wrap ul .nav_contact {
    margin: 10px 0 0;
  }

  .global-header .nav_wrap ul .nav_contact a {
    width: 48px;
    height: 48px;
    background-size: 48px;
  }

  .global-header .nav_wrap ul .nav_contact span {
    display: none;
  }

  .global-header .nav_wrap ul .nav_contact span::before {
    display: none;
  }
*/
  .hamburger-menu {
    display: block;
  }

  .hamburger-menu .menu-btn {
    position: fixed;
    top: 32px;
    right: 30px;
    display: flex;
    height: 48px;
    width: 48px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    border: 1px solid #AEAEAE;
    border-radius: 50%;
  }

  .hamburger-menu .menu-btn span,
  .hamburger-menu .menu-btn span:before,
  .hamburger-menu .menu-btn span:after {
    content: '';
    display: block;
    height: 1px;
    width: 18px;
    background-color: #252525;
    position: absolute;
  }

  .hamburger-menu .menu-btn span:before {
    bottom: 4px;
  }

  .hamburger-menu .menu-btn span:after {
    top: 4px;
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #fff;
  }

  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #fff;
  }

  #menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
  }

  #menu-btn-check {
    display: none;
  }

  .hamburger-menu .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #252525;
    transition: all 0.5s;/*アニメーション設定*/
  }

  .hamburger-menu .menu-content ul {
    padding: 100px 30px 0;
  }

  .hamburger-menu .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }

  .hamburger-menu .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }

  .hamburger-menu .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 20px;
  }
}


/* --------------------------------------------------------------------------
    .l-contact
--------------------------------------------------------------------------- */
.l-contact {
  margin-top: 150px;
  padding:  200px 0 0;
  background-image: url('../images/index/contact_bg.png');
  background-size: cover;
}

.l-contact .contact_inner {
  padding: 135px 0 150px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}

.l-contact .contact_inner h2 {
  margin: 0 0 70px;
  font-size: 48px;
}

.l-contact .contact_inner h2 span {
  font-family: 'Outfit', sans-serif;
  display: block;
  font-size: 16px;
}

.l-contact .contact_inner .txt {
  font-size: 22px;
}

.l-contact .contact_cv {
  max-width: 1200px;
  margin: 0 auto;
  /*padding: 0 20px;*/
}

.l-contact .contact_cv ul {
  display: flex;
  padding: 100px 0 0;
}

.l-contact .contact_cv ul li {
  width: 50%;
  font-size: 20px;
  border: 1px solid rgba(99, 99, 99, 1);
}

.l-contact .contact_cv ul li a {
  display: flex;
  align-items: center;
  height: 150px;
  padding: 0 30px;
  transition: .3s ;
}

.l-contact .contact_cv ul .link_mail {
  border-right: none;
}

.l-contact .contact_cv ul .link_mail a {
  position: relative;
}

.l-contact .contact_cv ul .link_tel {
}

.l-contact .contact_cv ul .link_tel .txt {
  font-size: 20px;
  line-height: 1;
}

.l-contact .contact_cv ul .link_tel .tel {
  font-family: 'Outfit', sans-serif;
  font-size: 40px;
  line-height: 1;
}

.l-contact .contact_cv ul .link_tel a {
  justify-content: space-between;
}

.l-contact .contact_cv ul li a:hover {
  color: #000;
  background: #fff;
}

.l-contact .contact_cv ul .link_mail a::after {
  position: absolute;
  content: '';
  right: 30px;
  width: 76px;
  height: 76px;
  background-image: url('../images/index/footer_contact_ico.png');
  background-size: 76px;
  transition: .3s ;
}

.l-contact .contact_cv ul .link_mail a:hover::after {
  background-image: url('../images/index/footer_contact_ico_hover.png');
}

@media only screen and (max-width: 767px) {
.l-contact {
  margin-top: 80px;
  padding:  65px 0 0;
}

.l-contact .contact_inner {
  padding: 80px 30px;
}

.l-contact .contact_inner h2 {
  margin: 0 0 35px;
  font-size: 28px;
}

.l-contact .contact_inner h2 span {
  font-size: 16px;
}

.l-contact .contact_inner .txt {
  font-size: 16px;
}

.l-contact .contact_cv {
  max-width: 100%;
  padding: 0;
}

.l-contact .contact_cv ul {
  display: block;
  padding: 50px 0 0;
}

.l-contact .contact_cv ul li {
  width: 100%;
  font-size: 16px;
}

.l-contact .contact_cv ul li a {
  display: block;
  height: auto;
  padding: 30px 30px;
}

.l-contact .contact_cv ul .link_mail {
  border-right: 1px solid rgba(99, 99, 99, 1);
  border-bottom: none;
}

.l-contact .contact_cv ul .link_mail a {
  background-size: 48px;
  background-position: 89% 50%;
}

  
.l-contact .contact_cv ul .link_mail a::after {
  top: 35px;
  width: 48px;
  height: 48px;
  background-image: url('../images/index/footer_contact_ico.png');
  background-size: 48px;
}

.l-contact .contact_cv ul .link_mail a:hover::after {
  background-image: url('../images/index/footer_contact_ico_hover.png');
}

.l-contact .contact_cv ul .link_tel a {
  padding: 25px 30px;
}

.l-contact .contact_cv ul .link_tel .txt {
  margin: 0 0 10px;
  font-size: 16px;
  display: block;
}

.l-contact .contact_cv ul .link_tel .tel {
  font-size: 38px;
}
}


/* --------------------------------------------------------------------------
    .global-footer
--------------------------------------------------------------------------- */
.global-footer {
  padding: 100px 0 65px;
}

.footer_inner {
  position: relative;
  padding: 90px 0 0;
  border-top: 1px solid #C8C8C8;
}

.footer_inner::after {
  position: absolute;
  top: -1px;
  left: 0;
  content: '';
  display: block;
  width: 25px;
  border-top: 1px solid #000;
}

.footer_inner .ttl {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
}

.footer_inner .txt {
}

.footer_inner .txt a {
  position: relative;
  display: inline-block;
}

.footer_inner .txt a span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #252525;
  transition: .1s;
}

.footer_inner .txt a span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #252525;
  transition: .3s;
}

.footer_inner .txt a:hover span::before {
  display: none;
}

.footer_inner .txt a:hover span::after {
  width: 100%;
}


.footer_inner .pagetop {
  position: absolute;
  bottom: -20px;
  right: 0;
}

.footer_inner .pagetop a {
  display: block;
  width: 76px;
  height: 76px;
  background-image: url('../images/index/pagetop.png');
  background-size: 76px;
  background-repeat: no-repeat;
  transition: .3s ;
  text-indent: -9999px;
}

.footer_inner .pagetop a:hover {
  background-image: url('../images/index/pagetop_hover.png');
}

.global-footer .copyright {
  font-family: 'Outfit', sans-serif;
  padding: 100px 0 0;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .global-footer {
    padding: 40px 30px 55px;
  }

  .footer_inner {
    padding: 50px 0 0;
  }

  .footer_inner .ttl {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .footer_inner .txt {
    font-size: 12px;
  }

  .footer_inner .pagetop {
    position: absolute;
    bottom: -70px;
    right: 0;
  }

  .footer_inner .pagetop a {
    display: block;
    width: 48px;
    height: 48px;
    background-image: url('../images/index/pagetop.png');
    background-size: 48px;
    background-repeat: no-repeat;
  }

  .footer_inner .pagetop a:hover {
    background-image: url('../images/index/pagetop.png');
  }

  .global-footer .copyright {
    padding: 50px 0 0;
    font-size: 10px;
  }
}


/* --------------------------------------------------------------------------
    .common
--------------------------------------------------------------------------- */

.sec_base .l-wrap {
  position: relative;
  padding-top: 126px;
  border-top: 1px solid #C8C8C8;
}

.sec_base .l-wrap::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: '';
  display: block;
  width: 50px;
  border-top: 1px solid #fff;
}

.sec_base .l-wrap::after {
  position: absolute;
  top: -1px;
  left: 0;
  content: '';
  display: block;
  width: 40px;
  border-top: 1px solid #000;
}

.heading {
  color: #999999;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.heading span {
  display: block;
  padding: 30px 0 0;
  color: #252525;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .sec_base .l-wrap {
    margin: 0 30px;
    padding-top: 50px;
  }

  .sec_base .l-wrap::before {
    width: 25px;
  }

  .sec_base .l-wrap::after {
    width: 20px;
  }

  .heading {
    font-size: 9px;
  }

  .heading span {
    padding: 10px 0 0;
    font-size: 28px;
  }
}


@media (min-width: 320px) {
  .u-d-xs-none {
    display: none !important;
  }

  .u-d-xs-inline {
    display: inline !important;
  }

  .u-d-xs-inline-block {
    display: inline-block !important;
  }

  .u-d-xs-block {
    display: block !important;
  }

  .u-d-xs-table {
    display: table !important;
  }

  .u-d-xs-table-row {
    display: table-row !important;
  }

  .u-d-xs-table-cell {
    display: table-cell !important;
  }

  .u-d-xs-flex {
    display: flex !important;
  }

  .u-d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 375px) {
  .u-d-sm-none {
    display: none !important;
  }

  .u-d-sm-inline {
    display: inline !important;
  }

  .u-d-sm-inline-block {
    display: inline-block !important;
  }

  .u-d-sm-block {
    display: block !important;
  }

  .u-d-sm-table {
    display: table !important;
  }

  .u-d-sm-table-row {
    display: table-row !important;
  }

  .u-d-sm-table-cell {
    display: table-cell !important;
  }

  .u-d-sm-flex {
    display: flex !important;
  }

  .u-d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .u-d-md-none {
    display: none !important;
  }

  .u-d-md-inline {
    display: inline !important;
  }

  .u-d-md-inline-block {
    display: inline-block !important;
  }

  .u-d-md-block {
    display: block !important;
  }

  .u-d-md-table {
    display: table !important;
  }

  .u-d-md-table-row {
    display: table-row !important;
  }

  .u-d-md-table-cell {
    display: table-cell !important;
  }

  .u-d-md-flex {
    display: flex !important;
  }

  .u-d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1080px) {
  .u-d-lg-none {
    display: none !important;
  }

  .u-d-lg-inline {
    display: inline !important;
  }

  .u-d-lg-inline-block {
    display: inline-block !important;
  }

  .u-d-lg-block {
    display: block !important;
  }

  .u-d-lg-table {
    display: table !important;
  }

  .u-d-lg-table-row {
    display: table-row !important;
  }

  .u-d-lg-table-cell {
    display: table-cell !important;
  }

  .u-d-lg-flex {
    display: flex !important;
  }

  .u-d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .u-d-xl-none {
    display: none !important;
  }

  .u-d-xl-inline {
    display: inline !important;
  }

  .u-d-xl-inline-block {
    display: inline-block !important;
  }

  .u-d-xl-block {
    display: block !important;
  }

  .u-d-xl-table {
    display: table !important;
  }

  .u-d-xl-table-row {
    display: table-row !important;
  }

  .u-d-xl-table-cell {
    display: table-cell !important;
  }

  .u-d-xl-flex {
    display: flex !important;
  }

  .u-d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .u-d-xxl-none {
    display: none !important;
  }

  .u-d-xxl-inline {
    display: inline !important;
  }

  .u-d-xxl-inline-block {
    display: inline-block !important;
  }

  .u-d-xxl-block {
    display: block !important;
  }

  .u-d-xxl-table {
    display: table !important;
  }

  .u-d-xxl-table-row {
    display: table-row !important;
  }

  .u-d-xxl-table-cell {
    display: table-cell !important;
  }

  .u-d-xxl-flex {
    display: flex !important;
  }

  .u-d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

