@charset "UTF-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dl,
dt,
dd,
form,
figure {
  margin: 0;
  padding: 0;
}

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

table,
td,
th,
tr,
thead,
tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

textarea {
  font-size: 1em;
}

header,
footer,
section,
nav,
.figure,
fugcaption,
time,
small {
  display: block;
}

input[type='submit'],
input[type='image'] {
  margin: 0;
  border: none;
}

address {
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 200;
  font-style: normal;

  src: url('../fonts/NotoSansCJKjp-Light.eot');
  src: url('../fonts/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-Light.woff') format('woff'), url('../fonts/NotoSansCJKjp-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 700;
  font-style: normal;

  src: url('../fonts/NotoSansCJKjp-Bold.eot');
  src: url('../fonts/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'), url('../fonts/NotoSansCJKjp-Bold.ttf') format('truetype');
}
body {
  padding-top: 70px;
  min-width: 1000px;
  background: #fff;
  word-wrap: break-word;
  color: #333;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic',
    sans-serif;
  font-size: 14px;
  line-height: 1.8;

  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: #2864f0;
}

a:hover {
  text-decoration: underline;
  color: #2864f0;
}

#header {
  box-sizing: border-box;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 70px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

#header .headerBody {
  overflow: hidden;
  margin: 0 auto;
  width: 1000px;
}

#header #siteLogo {
  float: left;
  margin: 0 16px 0 0;
  padding: 15px 0 0;
  width: 130px;
}

#header #textLogo {
  float: left;
  padding: 20px 0 0;
  width: 104px;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: bold;
}

#header #textLogo a {
  display: block;
  text-decoration: none;
  color: #001478;
}

#header #textLogo span {
  display: block;
  margin-top: -7px;
  letter-spacing: 0;
  font-size: 9px;
}

#header #menu {
  display: none;
}

#globalnavi {
  float: right;
  text-align: right;
}

#globalnavi .pcVer ul.globalNavList {
  letter-spacing: -0.4em;
}

#globalnavi .pcVer ul.globalNavList li {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  height: 70px;
  text-align: center;
  vertical-align: bottom;
  letter-spacing: normal;
  font-size: 13px;
}

#globalnavi .pcVer ul.globalNavList li a {
  display: block;
  box-sizing: border-box;
  padding: 24px 24px 0;
  height: 100%;
  text-decoration: none;
  color: #323232;
}

#globalnavi .pcVer ul.globalNavList li a:hover {
  color: #2864f0;
}

#globalnavi .pcVer ul.globalNavList li.current a {
  border-bottom: 4px solid #2864f0;
  color: #2864f0;
}

#globalnavi .spVer {
  display: none;
}

#footer {
  box-sizing: border-box;
  position: relative;
  padding: 0;
  background: #285ac8;
}

#footer:before {
  content: '';
  display: block;
  width: 100%;
  height: 220px;
  background: url(/img/common/bg-footer.png) no-repeat top center;
  background-size: cover;
}

#footer .footerBody {
  margin: 0 auto;
  width: 1000px;
}

#footer .footerBody {
  position: relative;
  padding: 43px 0 118px;
}

#footer .footerLinks {
  overflow: hidden;
  padding-bottom: 40px;
  border-bottom: 1px solid #618abf;
}

#footer .footerLinks .linkBox {
  box-sizing: border-box;
  float: left;
  padding: 0 48px 0 0;
  width: auto;
  font-size: 13px;
}

#footer .footerLinks .linkBox:first-child {
  margin: 0 63px 0 0;
  padding: 0;
  width: auto;
}

#footer .footerLinks .linkBox dt {
  margin: 0 0 17px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#footer .footerLinks .linkBox dd ul li {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.5;
}

#footer .footerLinks .linkBox dd ul li a {
  color: #fff;
}

#footer .footerLinks .linkBox dd ul li:last-child {
  margin-bottom: 0;
}

#footer .footerLinks .linkBox dd ul li ul.subTree {
  padding: 4px 0 0 10px;
}

#footer .footerLinks .linkBox dd ul li ul.subTree li span {
  color: #b5b5b5;
}

#footer .snsLinkBtns {
  position: absolute;
  top: 380px;
  right: 0;
  text-align: right;
  letter-spacing: -0.4em;
}

#footer .snsLinkBtns li {
  display: inline-block;
  margin: 0 10px 0 0;
  letter-spacing: normal;
}

#footer .snsLinkBtns li:last-child {
  margin-right: 0;
}

#footer .snsLinkBtns li a {
  display: block;
  width: 36px;
  height: 36px;
  transition: all 0.3s;
  text-align: left;
  text-indent: -9999px;
}

#footer .snsLinkBtns li a:hover {
  opacity: 0.6;
}

#footer .snsLinkBtns li.facebook a {
  background: url(/img/common/icon-sns-share-facebook.svg) no-repeat 0 0;
  background-size: 36px auto;
}

#footer .snsLinkBtns li.twitter a {
  background: url(/img/common/icon-sns-share-twitter.svg) no-repeat 0 0;
  background-size: 36px auto;
}

#footer .snsLinkBtns li.google a {
  background: url(/img/common/icon-sns-share-google.svg) no-repeat 0 0;
  background-size: 36px auto;
}

#footer .snsLinkBtns li.youtube a {
  background: url(/img/common/icon-sns-share-youtube.svg) no-repeat 0 0;
  background-size: 36px auto;
}

#footer .copyright {
  padding: 40px 0 0 169px;
  width: auto;
  min-height: 54px;
  background: url(/img/common/img-site-logo_white_202106.svg) no-repeat 0 40px;
  background-size: 140px auto;
  color: #fff;
}

#footer .copyright .crText {
  padding-top: 17px;
  font-size: 10px;
}

#pagetop {
  display: none;
}

#pagetop.fixed {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  width: 100%;
}

#pagetop .ptBody {
  position: relative;
  margin: 0 auto;
  width: 1000px;
}

#pagetop .ptBody a {
  display: inline-block;
  position: absolute;
  right: -60px;
  bottom: 40px;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  transition: all 0.3s;
  background: #2864f0;
  text-indent: -9999px;
}

#pagetop .ptBody a:hover {
  opacity: 0.6;
}

#pagetop .ptBody a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -10px;
  width: 20px;
  height: 11px;
  background: url(/img/common/icon-arrow-up.png) no-repeat 0 0;
}

#content {
  display: block;
  padding: 0 0 190px;
}

.page_index #content {
  padding-bottom: 0;
}

#keyvisual {
  display: block;
  position: relative;
  margin: 0 0 90px;
  width: 100%;
  height: 580px;
  text-align: center;
}

#keyvisual:before,
#keyvisual:after {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 0;
  width: 100%;
  height: 92px;
  background: url(/img/index/bg-slider-L_202106.png) no-repeat 60px 0;
}

#keyvisual:after {
  top: auto;
  right: 100px;
  bottom: -40px;
  left: auto;
  width: 300px;
  height: 110px;
  background: url(/img/index/bg-slider-R_202106.png) no-repeat 0 0;
}

#keyvisual .kvBox {
  display: block;
  overflow: hidden;
  position: relative;
  height: 580px;
  text-align: center;
}

#keyvisual .kvBox #nyukon {
  margin: 0;
  height: 100%;
}

#keyvisual .kvBox #nyukon .slick-slider {
  height: 100%;
}

#keyvisual .kvBox #nyukon .slick-list {
  height: 100%;
}

#keyvisual .kvBox #nyukon .slick-track {
  height: 100%;
}

#keyvisual .kvBox .kvBody {
  position: relative;
  left: auto;
  height: 100%;
}

#keyvisual .kvBox .kvBody img {
  width: 100%;
  height: auto;
}

#keyvisual .kvBox .kvBody .pcLayout {
  height: 100%;
}

#keyvisual .kvBox .kvBody .ccContainer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1000px;
  height: 100%;
}

#keyvisual .catchCopy {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 252px 0 0;
  width: 100%;
  height: 100%;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  font-size: 50px;
  line-height: 1.4;
}

#keyvisual .catchCopy h1 {
  text-align: center;
}

#keyvisual .catchCopy small {
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.6;
}

#keyvisual .catchCopy .aquaBtnReverse {
  border: none;
  width: 280px;
}

#keyvisual .catchCopy .quoteSource {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

#keyvisual .catchCopy .centeringBtnBox {
  padding-top: 20px;
}

.secondaryPageHeader {
  position: relative;
}

.secondaryPageHeader.typeCompany {
  height: 470px;
  background: url(/img/company/bg-keyvisual.jpg) no-repeat 50% 0;
  background-size: cover;
}

.secondaryPageHeader.typeService {
  height: 470px;
  background: url(/img/service/bg-keyvisual_202106.png) no-repeat 50% 0;
  background-size: cover;
}

.secondaryPageHeader.typePartners {
  height: 450px;
  background: url(/img/partners/bg-keyvisual.jpg) no-repeat 50% 0;
  background-size: cover;
}

.secondaryPageHeader .bgImage {
  overflow: hidden;
}

.secondaryPageHeader .bgImage img {
  width: auto;
  max-width: 1000px;
  height: auto;
  max-height: 470px;
}

.secondaryPageHeader .sphBody {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1000px;
  height: 100%;
}

.secondaryPageHeader .sphBody .explanations {
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
}

.secondaryPageHeader .sphBody .explanations .head,
.secondaryPageHeader .sphBody .explanations .exp {
  text-align: center;
}

.secondaryPageHeader .sphBody .explanations .head {
  margin-bottom: 20px;
  font-family: 'museo-sans', sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
}

.secondaryPageHeader .sphBody .explanations .head small {
  margin: 7px 0 0;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic',
    sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.secondaryPageHeader .sphBody .explanations .exp {
  font-size: 16px;
}

.secondaryPageHeader .sphBody .explanations .exp p {
  margin-bottom: 36px;
}

.secondaryPageHeader .sphBody .explanations .exp p.txtHead {
  margin-bottom: 10px;
  font-size: 36px;
}

.secondaryPageHeader .sphBody .explanations .exp p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
  .secondaryPageHeader .bgImage img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1400px) {
  #keyvisual .kvBox .kvBody img {
    width: auto;
    height: 100%;
  }
}
.contentHead {
  margin: 0 0 11px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #323232;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}

.contentHead02 {
  margin: 0 0 3px;
  text-align: center;
  letter-spacing: 2.6px;
  color: #323232;
  font-family: 'Noto Sans Japanese';
  font-size: 40px;
}

.contentHead03 {
  margin: 0 0 3px;
  text-align: center;
  letter-spacing: 2.6px;
  color: #323232;
  font-family: 'Noto Sans Japanese';
  font-size: 28px;
}

.centeringBtnBox {
  text-align: center;
}

.aquaBtn {
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  border: none;
  border-radius: 30px;
  width: 360px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.aquaBtn:before,
.aquaBtn:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  background-color: #2864f0;
}

.aquaBtn:before {
  right: 0;
}

.aquaBtn:after {
  left: 0;
}

.aquaBtn:hover {
  background-color: #fff;
  text-decoration: none;
  color: #2864f0;
}

.aquaBtn:hover:before,
.aquaBtn:hover:after {
  width: 0;
  background-color: #2864f0;
}

.aquaBtn span {
  display: block;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 18px 0 18px;
  border: 3px solid #2864f0;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.aquaBtnReverse {
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 18px 0 18px;
  border: 3px solid #2864f0;
  border-radius: 30px;
  width: 360px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  color: #2864f0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.aquaBtnReverse:before,
.aquaBtnReverse:after {
  content: '';
  display: block;
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  background-color: #fff;
}

.aquaBtnReverse:before {
  right: 0;
}

.aquaBtnReverse:after {
  left: 0;
}

.aquaBtnReverse:hover {
  background-color: #2864f0;
  text-decoration: none;
  color: #fff;
}

.aquaBtnReverse:hover:before,
.aquaBtnReverse:hover:after {
  width: 0;
  background-color: #fff;
}

.navyBtn {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  padding: 14px 0;
  border-radius: 8px;
  width: 400px;
  transition: all 0.3s;
  background: #071566;
  text-align: center;
  color: #fff;
  font-size: 16px;
  backface-visibility: hidden;
}

.navyBtn:hover {
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
}

.navyBtn span {
  display: inline-block;
  position: relative;
}

.navyBtn.addBgColor {
  opacity: 1;
  padding: 0;
  border-radius: 30px;
  background: #fff;
}

.navyBtn.addBgColor .inner {
  padding: 14px 0;
  border-radius: 30px;
  transition: all 0.3s;
  background: #fff;
  color: #2864f0;
}

.navyBtn.arrows {
  position: relative;
  width: 450px;
  transition: all 0.3s;
  font-size: 18px;
}

.navyBtn.arrows:after {
  content: '';
  display: block;
  overflow: hidden;
  position: absolute;
  right: 48px;
  bottom: 46%;
  border-top: 2px solid #2864f0;
  border-right: 2px solid #2864f0;
  width: 9px;
  height: 9px;
  transform: rotate(135deg);
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.navyBtn.arrows .inner {
  padding: 14px 15px 14px 0;
}

.navyBtn.arrows:hover:after {
  opacity: 0.6;
}

.navyBtn.arrows:hover .inner {
  color: rgba(69, 117, 180, 0.6);
}

.grayaBtn {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  padding: 14px 0;
  border: none;
  border-radius: 10px;
  width: 360px;
  cursor: pointer;
  transition: all 0.3s;
  background: #9facb2;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.grayaBtn:hover {
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
}

.pcLayout {
  display: block;
}

.spLayout {
  display: none;
}

.spLayoutInline {
  display: none;
}

.pressList {
  margin: 0 auto 28px;
  width: 1000px;
}

.pressList li {
  border-top: 1px solid #e5e5e5;
}

.pressList li .articleCasette {
  display: table;
  width: 100%;
}

.pressList li .articleCasette .cell {
  display: table-cell;
  padding: 18px 0;
  vertical-align: middle;
}

.pressList li .articleCasette .cell:nth-child(1) {
  width: 115px;
  text-align: center;
  color: #fff;
}

.pressList li .articleCasette .cell:nth-child(2) {
  width: 120px;
  text-align: center;
  color: #6c6962;
}

.pressList li .articleCasette .cell:nth-child(3) {
  line-height: 1.5;
}

.pressList li .articleCasette .cell .catLabel {
  display: inline-block;
  box-sizing: border-box;
  padding: 4px 0;
  width: 100%;
  background: #285ac8;
  font-size: 12px;
}

.pressList li a {
  color: #333;
}

.pressList li:first-child {
  border-top: none;
}

.localNavi {
  position: relative;
  margin: 0 auto;
  width: 1000px;
}

.localNavi ul {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  text-align: center;
  font-size: 0;
}

.localNavi ul li {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-right: 4px;
  width: 240px;
  height: 65px;
  text-align: center;
  letter-spacing: normal;
  font-size: 15px;
}

.localNavi ul li:after {
  content: '';
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -5px;
  border-top: 2px solid #adadad;
  border-right: 2px solid #adadad;
  width: 9px;
  height: 9px;
  transform: rotate(135deg);
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.localNavi ul li a {
  display: block;
  box-sizing: border-box;
  position: relative;
  top: 50%;
  height: 100%;
  transition: all 0.3s;
  transform: translateY(-35%);
  background: #fff;
  color: #333;
  line-height: 50px;

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

.localNavi ul li a:hover {
  transform: translateY(-45%);
  text-decoration: none;

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

.localNavi ul li:last-child {
  margin-right: 0;
}

.localNavi ul li:nth-child(1) a {
  border-top: 5px solid #fa6414;
}

.localNavi ul li:nth-child(1):hover:after {
  border-top: 2px solid #fa6414;
  border-right: 2px solid #fa6414;
}

.localNavi ul li:nth-child(2) a {
  border-top: 5px solid #ffb91e;
}

.localNavi ul li:nth-child(2):hover:after {
  border-top: 2px solid #ffb91e;
  border-right: 2px solid #ffb91e;
}

.localNavi ul li:nth-child(3) a {
  border-top: 5px solid #82c31e;
}

.localNavi ul li:nth-child(3):hover:after {
  border-top: 2px solid #82c31e;
  border-right: 2px solid #82c31e;
}

.localNavi ul li:nth-child(4) a,
.localNavi ul li:last-child a {
  border-top: 5px solid #00b9b9;
}

.localNavi ul li:nth-child(4):hover:after,
.localNavi ul li:last-child:hover:after {
  border-top: 2px solid #00b9b9;
  border-right: 2px solid #00b9b9;
}

.localNavi ul li:nth-child(5) a {
  border-top: 5px solid #26bfbf;
}

.localNavi ul li:nth-child(5):hover:after {
  border-top: 2px solid #26bfbf;
  border-right: 2px solid #26bfbf;
}

.localNavi.five_col ul li {
  margin-right: 10px;
  width: 192px;
}

.localNavi.five_col ul li:last-child {
  margin-right: 0;
}

.fadeArea,
.fadeList li {
  opacity: 0;
  transition: all 500ms;
  transform: translate(0, 50px);
}

.fadeArea.scrollin,
.fadeList li.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 640px) {
  body {
    padding-top: 50px;
    min-width: 0;
    font-size: 12px;
  }
  a:hover {
    text-decoration: none;
  }
  #header {
    padding: 10px 0 2px;
    min-height: 50px;
  }
  #header .headerBody {
    overflow: visible;
    width: auto;
  }
  #header .headerBody .spHeaderBody {
    overflow: hidden;
    margin: 0 10px;
  }
  #header #siteLogo {
    margin: 0;
    padding: 0;
    width: 82px;
  }
  #header #siteLogo img {
    width: 100% !important;
    height: auto;
  }
  #header #textLogo {
    float: none;
    margin: 0 75px;
    padding: 0;
    width: auto;
    text-align: center;
    letter-spacing: 2px;
    font-size: 12px;
  }
  #header #textLogo span {
    transform: scale(0.7, 0.7);
    font-size: 10px;
  }
  #header #textLogo img {
    width: 55px;
    height: auto;
  }
  #header #menu {
    display: block;
    float: right;
    width: 33px;
    height: 24px;
  }
  #header #menu a {
    display: block;
    text-align: center;
  }
  #header #menu a .label {
    display: block;
    margin-top: -2px;
    transform: scale(0.7, 0.7);
    transform-origin: top;
    font-size: 10px;
  }
  #header #menu a:before {
    content: '';
    display: inline-block;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    background: url(/img/common/icon-menu_202106.png) no-repeat 0 0;
    background-size: 24px auto;
  }
  #header #menu.opened a .label {
    display: none;
  }
  #header #menu.opened a:before {
    margin: 1px 0 0 7px;
    width: 18px;
    height: 19px;
    background: url(/img/common/icon-close.png) no-repeat 0 0;
    background-size: 18px auto;
  }
  #globalnavi {
    float: none;
    width: auto;
    text-align: left;
  }
  #globalnavi .pcVer {
    display: none;
  }
  #globalnavi .spVer {
    display: block;
    position: relative;
  }
  #globalnavi .spVer .menuBox {
    margin-bottom: 10px;
    padding-top: 25px;
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.3);
  }
  #globalnavi .menuBox {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }
  #globalnavi .menuBox .otherLinks,
  #globalnavi .menuBox .menuList {
    margin: 0 24px;
  }
  #globalnavi .menuBox .menuList {
    font-size: 15px;
  }
  #globalnavi .menuBox .menuList a {
    padding: 8px 0;
  }
  #globalnavi .menuBox .otherLinks {
    padding: 25px 0;
    text-align: center;
    letter-spacing: -0.4em;
    font-size: 12px;
  }
  #globalnavi .menuBox .otherLinks li {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    letter-spacing: normal;
    line-height: 1;
  }
  #globalnavi .menuBox .otherLinks li a {
    color: #333;
  }
  #globalnavi .menuBox .otherLinks li.company {
    padding: 0 20px 21px;
  }
  #globalnavi .menuBox .otherLinks li.company a {
    display: block;
    border-radius: 40px;
    height: 40px;
    background: url(/img/common/icon-arrow-sp.png) no-repeat 95% center #eee;
    background-size: 6px auto;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
  }
  ul.menuList li {
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  ul.menuList li a {
    display: block;
    padding: 10px 0;
    background: url(/img/common/icon-arrow-sp.png) no-repeat right center;
    background-size: 6px auto;
    color: #333;
  }
  ul.menuList li ul.subTree {
    padding-left: 15px;
    border-top: 1px solid #e5e5e5;
  }
  ul.menuList li ul.subTree li:last-child {
    border-bottom: none;
  }
  #footer {
    padding: 0;
    background: #2864f0;
  }
  #footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 90px;
    background: url(/img/common/bg-footer-sp.png) no-repeat top center #2864f0;
    background-size: cover;
  }
  #footer .footerBody,
  #footer .crBody {
    width: auto;
  }
  #footer .footerBody {
    padding: 25px 24px 118px;
  }
  #footer .snsLinkBtns {
    position: static;
    text-align: center;
  }
  #footer .snsLinkBtns li a {
    width: 44px;
    height: 44px;
  }
  #footer .snsLinkBtns li.facebook a {
    background: url(/img/common/icon-sns-share-facebook.svg) no-repeat 0 0;
    background-size: 44px auto;
  }
  #footer .snsLinkBtns li.twitter a {
    background: url(/img/common/icon-sns-share-twitter.svg) no-repeat 0 0;
    background-size: 44px auto;
  }
  #footer .snsLinkBtns li.google a {
    background: url(/img/common/icon-sns-share-google.svg) no-repeat 0 0;
    background-size: 44px auto;
  }
  #footer .snsLinkBtns li.youtube a {
    background: url(/img/common/icon-sns-share-youtube.svg) no-repeat 0 0;
    background-size: 44px auto;
  }
  #footer .footerLinks {
    margin: 0 0 23px;
    padding-bottom: 30px;
    background: none;
    letter-spacing: -0.4em;
  }
  #footer .footerLinks .linkBox {
    float: none;
    margin: 15px 0 0;
    padding: 0;
    width: auto;
    letter-spacing: normal;
  }
  #footer .footerLinks .linkBox dt {
    margin-bottom: 16px;
    font-size: 13px;
  }
  #footer .footerLinks .linkBox dd ul {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .footerLinks .linkBox dd ul li {
    box-sizing: border-box;
    margin: 0 0 17px 0;
    padding: 0 17px 0 0;
    border-bottom: none;
    width: 50%;
    font-size: 10px;
  }
  #footer .footerLinks .linkBox dd ul.menuList li a {
    padding: 0;
    background: none;
  }
  #footer .footerLinks .linkBox:first-child {
    margin: 0;
  }
  #footer .copyright {
    position: relative;
    top: 0;
    right: 0;
    padding: 53px 0 0;
    width: 100%;
    min-height: 50px;
    background: url(/img/common/img-site-logo_white_202106.svg) no-repeat center 7px;
    background-size: 141px auto;
  }
  #footer .copyright .lCol {
    float: none;
    padding-top: 0;
    width: auto;
    text-align: center;
  }
  #footer .copyright .links,
  #footer .copyright .crText {
    float: none;
  }
  #footer .copyright .links {
    padding: 11px 0;
    background: #e7edef;
  }
  #footer .copyright .crText {
    padding: 6px 0;
    color: #fff;
    font-size: 9px;
  }
  #footer .copyright .address {
    font-size: 9px;
  }
  #pagetop {
    display: none;
  }
  #pagetop .ptBody {
    width: auto;
  }
  #pagetop .ptBody a {
    right: 14px;
    bottom: 10px;
    width: 36px;
    height: 36px;
  }
  #content {
    padding-bottom: 60px;
  }
  .contentHead {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: normal;
  }
  .contentHead02 {
    font-size: 28px;
  }
  .contentHead03 {
    font-size: 16px;
  }
  .aquaBtn {
    width: auto;
    min-width: 214px;
    font-size: 14px;
  }
  .aquaBtn span {
    padding: 9px 0 10px;
  }
  .aquaBtn:hover {
    color: #fff;
  }
  .aquaBtn:hover:before,
  .aquaBtn:hover:after {
    width: 50%;
  }
  .aquaBtnReverse {
    padding: 12px 0 12px;
    border: 1px solid #2864f0;
    width: auto;
    min-width: 214px;
    font-size: 14px;
  }
  .aquaBtnReverse:hover {
    background-color: #fff;
    color: #2864f0;
  }
  .aquaBtnReverse:hover:before,
  .aquaBtnReverse:hover:after {
    width: 50%;
  }
  .navyBtn {
    position: relative;
    padding: 9px 0;
    border-radius: 4px;
    width: auto;
    min-width: 240px;
    font-size: 14px;
  }
  .navyBtn span:after {
    right: -21px;
    margin-top: -4px;
    width: 14px;
    height: 8px;
    background-size: 14px auto;
  }
  .navyBtn.addBgColor {
    overflow: hidden;
  }
  .navyBtn.addBgColor .inner {
    padding: 7px 0;
    border-radius: 4px;
  }
  .navyBtn.addBgColor .inner span {
    padding-right: 0;
  }
  .navyBtn.arrows {
    width: 276px;
    font-size: 12px;
  }
  .navyBtn.arrows:after {
    position: absolute;
    right: 20px;
    bottom: 46%;
    margin-top: 0px;
    border-top: 2px solid #2864f0;
    border-right: 2px solid #2864f0;
    width: 9px;
    height: 9px;
    transform: rotate(135deg);
  }
  .navyBtn.arrows .inner {
    padding: 10px 14px 10px 0;
  }
  .grayaBtn {
    padding: 9px 0 10px;
    border-radius: 4px;
    width: auto;
    min-width: 240px;
    font-size: 14px;
  }
  .grayaBtn:after {
    right: 10px;
    margin-top: -7px;
    background-size: 8px auto;
  }
  .pcLayout {
    display: none;
  }
  .spLayout {
    display: block;
  }
  .spLayoutInline {
    display: inline;
  }
  #keyvisual {
    display: block;
    margin-bottom: 73px;
    width: 100%;
    height: 350px;
    background: none;
  }
  #keyvisual:before,
  #keyvisual:after {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 46px;
    background: url(/img/index/bg-slider-L_202106.png) no-repeat 24px 0;
    background-size: 166px 46px;
  }
  #keyvisual:after {
    top: auto;
    right: 15px;
    bottom: -30px;
    left: auto;
    width: 150px;
    height: 55px;
    background: url(/img/index/bg-slider-R_202106.png) no-repeat 0 0;
    background-size: 150px 55px;
  }
  #keyvisual .kvBox {
    display: block;
    height: 100%;
  }
  #keyvisual .kvBox #nyukon {
    margin: 0;
    height: 100%;
  }
  #keyvisual .kvBox #nyukon .slick-slider {
    height: 100%;
  }
  #keyvisual .kvBox #nyukon .slick-list {
    height: 100%;
  }
  #keyvisual .kvBox #nyukon .slick-track {
    height: 100%;
  }
  #keyvisual .kvBox .kvBody {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: 100%;
  }
  #keyvisual .kvBox .kvBody img {
    width: 100%;
    height: auto;
  }
  #keyvisual .kvBox .kvBody .ccContainer {
    width: auto;
  }
  #keyvisual .kvBox .kvBody .ccContainer .catchCopy {
    right: 0;
    left: 0;
    padding: 128px 0 0;
    font-size: 24px;
  }
  #keyvisual .kvBox .kvBody .ccContainer .catchCopy h1 {
    margin: 0 auto;
    line-height: 1.3;
  }
  #keyvisual .kvBox .kvBody .ccContainer .catchCopy .centeringBtnBox {
    padding-top: 16px;
  }
  #keyvisual .kvBox .kvBody .ccContainer .catchCopy .aquaBtn {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #keyvisual .kvBox .kvBody .ccContainer .catchCopy .aquaBtnReverse {
    padding: 12px 0 12px;
    width: 216px;
    min-width: 216px;
  }
  #keyvisual .kvBox .kvBody .ccContainer .catchCopy .quoteSource {
    bottom: 40px;
    left: 0;
    width: 100%;
    font-size: 10px;
  }
  .secondaryPageHeader.typeCompany {
    height: 300px;
    background: url(/img/company/bg-keyvisual-sp.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  .secondaryPageHeader.typeService {
    height: 300px;
    background: url(/img/service/bg-keyvisual-sp_202106.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  .secondaryPageHeader.typePartners {
    height: 300px;
    background: url(/img/partners/bg-keyvisual-sp.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  .secondaryPageHeader .bgImage img {
    width: 100%;
    height: auto;
  }
  .secondaryPageHeader .sphBody {
    box-sizing: border-box;
    padding-top: 0;
    width: 100%;
  }
  .secondaryPageHeader .sphBody .explanations {
    top: 50%;
    margin: 0 14px;
    width: auto;
  }
  .secondaryPageHeader .sphBody .explanations .head {
    margin-bottom: 14px;
    font-size: 28px;
  }
  .secondaryPageHeader .sphBody .explanations .head:after {
    margin-top: 12px;
    width: 60px;
  }
  .secondaryPageHeader .sphBody .explanations .head small {
    font-size: 11px;
  }
  .secondaryPageHeader .sphBody .explanations .exp {
    font-size: 12px;
  }
  .secondaryPageHeader .sphBody .explanations .exp p {
    margin-bottom: 7px;
  }
  .secondaryPageHeader .sphBody .explanations .exp p:last-child {
    margin-bottom: 0;
  }
  .secondaryPageHeader .sphBody .explanations .exp span.larger {
    font-size: 1.2em;
  }
  .pressList {
    margin-bottom: 25px;
    width: auto;
  }
  .pressList li .articleCasette {
    display: block;
    padding: 12px 0;
    width: auto;
    letter-spacing: -0.4em;
  }
  .pressList li .articleCasette .cell {
    display: block;
    padding: 0;
    letter-spacing: normal;
  }
  .pressList li .articleCasette .cell:nth-child(1),
  .pressList li .articleCasette .cell:nth-child(2) {
    display: inline-block;
    width: auto;
  }
  .pressList li .articleCasette .cell:nth-child(2) {
    font-size: 10px;
  }
  .pressList li .articleCasette .cell:nth-child(3) {
    padding-top: 11px;
    font-size: 11px;
    line-height: 1.5;
  }
  .pressList li .articleCasette .cell .catLabel {
    display: inline-block;
    margin-right: 10px;
    padding: 0px 4px;
    width: auto;
    min-width: 80px;
    font-size: 9px;
  }
  .pressList li a {
    color: #333;
  }
  .pressList li:first-child {
    border-top: none;
  }
  .localNavi {
    position: relative;
    margin: 0 auto;
    padding-top: 15px;
    width: auto;
  }
  .localNavi ul {
    display: table;
    position: static;
    width: 100%;
    border-collapse: collapse;
    transform: none;
  }
  .localNavi ul li {
    display: table-cell;
    margin-right: 0;
    border-right: 1px solid #e5e5e5;
    width: 33%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
  }
  .localNavi ul li a {
    padding-top: 9px;
    border-radius: 0;
    height: 45px;
    transform: translateY(-7%);
    background-size: 14px auto;
    line-height: 1.4;
  }
  .localNavi ul li a:hover {
    transform: translateY(-7%);
    background: none;
    text-decoration: none;
    line-height: 1.4;
  }
  .localNavi ul li.multiline a {
    padding-top: 0;
    transform: translateY(-5%);
  }
  .localNavi ul li:last-child {
    margin-right: 0;
    border-right: none;
  }
  .localNavi ul li:after {
    bottom: 5px;
  }
  .localNavi ul li:nth-child(1) a {
    border-top: none;
  }
  .localNavi ul li:nth-child(1):after {
    border-top: 2px solid #fa6414;
    border-right: 2px solid #fa6414;
  }
  .localNavi ul li:nth-child(2) a {
    border-top: none;
  }
  .localNavi ul li:nth-child(2):after {
    border-top: 2px solid #ffb91e;
    border-right: 2px solid #ffb91e;
  }
  .localNavi ul li:nth-child(3) a {
    border-top: none;
  }
  .localNavi ul li:nth-child(3):after {
    border-top: 2px solid #82c31e;
    border-right: 2px solid #82c31e;
  }
  .localNavi ul li:nth-child(4) a,
  .localNavi ul li:last-child a {
    border-top: none;
  }
  .localNavi ul li:nth-child(4):after,
  .localNavi ul li:last-child:after {
    border-top: 2px solid #00b9b9;
    border-right: 2px solid #00b9b9;
  }
  .localNavi ul li:nth-child(5) a {
    border-top: none;
  }
  .localNavi ul li:nth-child(5):after {
    border-top: 2px solid #26bfbf;
    border-right: 2px solid #26bfbf;
  }
  .localNavi.five_col ul {
    display: block;
    text-align: center;
  }
  .localNavi.five_col ul li {
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 12px;
    padding-top: 4px;
    padding-bottom: 0;
    width: 33%;
  }
  .localNavi.five_col ul li:nth-child(3) {
    border-right: none;
  }
  .localNavi.five_col ul li:nth-child(4),
  .localNavi.five_col ul li:nth-child(5) {
    margin-bottom: 0;
    width: 50%;
  }
}
#globalnavi .pcVer {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 640px) {
  #globalnavi .pcVer {
    display: none;
  }
}
#globalnavi .pcVer .languageSelector {
  display: flex;
  display: -webkit-flex;
  margin-left: 50px;
}

#globalnavi .pcVer .languageSelector li:not(:last-child) {
  position: relative;
}

#globalnavi .pcVer .languageSelector li:not(:last-child)::after {
  content: '/';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  color: #323232;
  font-size: 12px;
}

#globalnavi .pcVer .languageSelector li a {
  padding: 10px 10px 0;
  transition: color 0.2s ease 0s;
  color: #323232;
  font-size: 12px;
}

#globalnavi .pcVer .languageSelector li a:hover {
  text-decoration: none;
  color: #2864f0;
}

#globalnavi .spVer .languageSelector {
  display: flex;
  display: -webkit-flex;
  margin-top: 20px;
  padding: 0 24px;
}

#globalnavi .spVer .languageSelector li:not(:last-child) {
  position: relative;
}

#globalnavi .spVer .languageSelector li:not(:last-child)::after {
  content: '/';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

#globalnavi .spVer .languageSelector li a {
  padding: 10px 10px 0;
  color: #333;
}

/* SP繝｡繝九Η繝ｼ */
#globalnavi .menuBox .menuList {
  margin: 0;
  padding: 0 24px;
}

#globalnavi .menuBox .menuList li {
  border: none;
}

#globalnavi .menuBox .menuList li a {
  border-bottom: 1px solid #e5e5e5;
}

#globalnavi .menuBox .menuList li a.js-sp-menu-ir {
  position: relative;
  background: none;
}

#globalnavi .menuBox .menuList li a.js-sp-menu-sustainability {
  position: relative;
  background: none;
}

#globalnavi .menuBox .menuList li a.js-sp-menu-ir:after,
#globalnavi .menuBox .menuList li a.js-sp-menu-sustainability:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 1px;
  width: 7px;
  height: 11px;
  transition: transform 0.3s ease 0s;
  transform: translateY(-50%) rotateZ(90deg);
  background: url(/img/common/icon-arrow-sp.png) center center no-repeat;
  background-size: auto 100%;
}

#globalnavi .menuBox .menuList li a.js-sp-menu-ir.is-active:after,
#globalnavi .menuBox .menuList li a.js-sp-menu-sustainability.is-active:after {
  transform: translateY(-50%) rotateZ(-90deg);
}

.nestedMenuList {
  display: none;
  margin: 0 -24px;
  padding: 0 24px;
  background-color: #f7f7f7;
}

.nestedMenuList li a {
  padding-right: 48px;
  padding-left: 48px;
  border: none;
  background-position: right 24px center;
  font-size: 12px;
}

.floating-banner {
  position: fixed;
  z-index: 99999;
  right: 20px;
  bottom: -100px;
  width: 85.3%;
  max-width: 320px;
  transition: all 0.5s ease 0s;
  transform: translateY(100%);
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.floating-banner.is-visible {
  bottom: 10px;
  transform: translateY(0);
}

.floating-banner__image img {
  margin: 0 !important;
  width: 100%;
}

.floating-banner__inner {
  padding: 20px;
}

.floating-banner__text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
}

.floating-banner__button {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 81.25%;
}

.floating-banner__button button,
.floating-banner__button a {
  display: block;
  overflow: hidden;
  padding: 8px 0;
  border: none;
  border-radius: 14px;
  width: 48%;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  text-align: center;
  font-size: 13px;
  line-height: 1;
}

.floating-banner__button button:hover,
.floating-banner__button a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.floating-banner__button button {
  background-color: #dcdcdc;
  color: #333;
}

.floating-banner__button a {
  background-color: #2864f0;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .floating-banner {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 327px;
    max-width: 100%;
  }
  .floating-banner.is-visible {
    bottom: 20px;
  }
}
.en #footer .footerBody .footerLinks .en-menuList {
  display: flex;
}

.en #footer .footerBody .footerLinks .en-menuList li:not(:last-child) {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}

.en #footer .footerBody .footerLinks .en-menuList li:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 70%;
  transform: translateY(-50%);
  background-color: #fff;
}

.en #footer .footerBody .footerLinks .en-menuList a {
  letter-spacing: 0;
  color: #fff;
}

.en #footer .snsLinkBtns {
  top: 120px;
}

/* 202106 add jnt saito */
#siteLogo img {
  width: 115px !important;
  /*width: 120px !important;*/
  /*margin-top: -4px;*/
}

.news-block__label {
  background-color: #285ac8 !important;
}

.news-block__icon[data-v-390c3022] {
  background: url(/img/common/icon_pdf.svg) left top no-repeat !important;
}

.loader[data-v-2a2ceda4] {
  border: 1em solid rgba(69, 117, 180, 0.2);
  border-left-color: #2864f0 !important;
}

.selectbox[data-v-00d83f59] {
  border: 1px solid #2864f0 !important;
}

.selectbox select[data-v-00d83f59] {
  color: #2864f0 !important;
}

.clauseList > li .prvHead {
  color: #2864f0 !important;
}

/* ------------------------
  reset
------------------------ */
#content *,
#content *::after,
#content *::before {
  box-sizing: border-box;
}
#content pre,
#content textarea {
  overflow: auto;
}
#content template {
  display: none;
}
#content details,
#content main,
#content summary {
  display: block;
}
#content sub,
#content sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
#content sup {
  top: -0.5em;
}
#content sub {
  bottom: -0.25em;
}
#content audio,
#content canvas,
#content iframe,
#content img,
#content svg,
#content video {
  vertical-align: middle;
}
#content img {
  border: 0;
  max-width: 100%;
  height: auto;
}
#content button,
#content select {
  text-transform: none;
}
#content input {
  line-height: normal;
}
#content button,
#content html input[type='button'],
#content input[type='reset'],
#content input[type='submit'] {
  border-style: none;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: button;
}
#content button[disabled],
#content html input[disabled] {
  cursor: default;
}
#content button::-moz-focus-inner,
#content input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#content code,
#content kbd,
#content pre,
#content samp {
  font-family: monospace;
}
#content ol,
#content ul {
  list-style: none;
}
#content select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
#content table {
  border-spacing: 0;
  border-collapse: collapse;
}
#content fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: inherit;
}

body {
  background-color: #fff;
  word-wrap: break-word;
  color: #333;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #333;
}
a:visited {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #333;
}
a:active {
  text-decoration: none;
  color: #333;
}

html,
body {
  height: 100%;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

/* ------------------------
  Components
------------------------ */
.hoge {
  width: 100%;
  background: turquoise;
}
.hoge::after {
  content: '：SM';
}
@media (min-width: 640px) {
  .hoge {
    background: violet;
  }
  .hoge::after {
    content: '：MD';
  }
}
@media (min-width: 1024px) {
  .hoge {
    background: wheat;
  }
  .hoge::after {
    content: '：LG';
  }
}

/* 小コメント ------- */
.hoge_small {
  width: 100%;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-ft-en {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
}

.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 639.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 639.98px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 640px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 640px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1023.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

/*
* main.css
*
*/
