@charset "UTF-8";
/*--------------------------------------------------------
	FONT
--------------------------------------------------------*/
/*--------------------------------------------------------
	BREAK POINT
--------------------------------------------------------*/
/*--------------------------------------------------------
　BASE
--------------------------------------------------------*/
/* line 9, ../scss/common.scss */
html {
  font-size: 62.5%;
  font-family: sans-serif;
}

/* line 14, ../scss/common.scss */
body {
  width: 100%;
  min-width: 1100px;
  font-family: sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 723px) {
  /* line 14, ../scss/common.scss */
  body {
    min-width: 0;
  }
}

/* line 32, ../scss/common.scss */
a {
  border: none;
  color: #000;
}
/* line 36, ../scss/common.scss */
a img {
  border: none;
}
/* line 40, ../scss/common.scss */
a:link, a:visited {
  text-decoration: none;
}
/* line 44, ../scss/common.scss */
a:hover, a:active {
  color: #777;
  text-decoration: none;
}

/* line 50, ../scss/common.scss */
.allWrap {
  width: 100%;
  overflow: hidden;
  /* background: #fff; */
  background: #000;
  color: #fff;
}

/* line 56, ../scss/common.scss */
.newline {
  display: inline-block;
}

/* line 60, ../scss/common.scss */
img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------
　HEADER
--------------------------------------------------------*/
/* line 70, ../scss/common.scss */
#header {
  background: #000;
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 90;
}
/* line 77, ../scss/common.scss */
#header .mark {
  width: 100%;
  height: 80px;
  background: #000;
  margin: 0;
  padding: 0;
}
/* line 84, ../scss/common.scss */
#header .mark a {
  display: block;
  width: 215px;
  height: 42px;
  background: url(../images/common/header_mark_nexyzww.svg?ver=20210812) no-repeat 0 0/100% auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 30px;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}
/* line 78, ../scss/_settings.scss */
#header .mark a:hover {
  opacity: .7;
  /* cursor: url(../images/common/pointer.cur), url(../images/common/pointer.png), pointer; */
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}
@media screen and (max-width: 723px) {
  /* line 70, ../scss/common.scss */
  #header {
    height: 60px;
  }
  /* line 103, ../scss/common.scss */
  #header .mark {
    height: 60px;
  }
  /* line 106, ../scss/common.scss */
  #header .mark a {
    width: 154px;
    height: 30px;
    top: 17px;
    right: 15px;
  }
}
/* line 115, ../scss/common.scss */
#header .language {
  position: absolute;
  top: 0;
  right: 50px;
  margin: 0;
  padding: 24px 0 0;
  list-style: none;
  letter-spacing: -.4em;
}
/* line 124, ../scss/common.scss */
#header .language li {
  display: inline-block;
  letter-spacing: normal;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 1em;
}
/* line 131, ../scss/common.scss */
#header .language li a {
  color: #fff;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  cursor: pointer !important;
}
/* line 78, ../scss/_settings.scss */
#header .language li a:hover {
  opacity: .7;
  /* cursor: url(../images/common/pointer.cur), url(../images/common/pointer.png), pointer; */
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}
/* line 138, ../scss/common.scss */
#header .language li img {
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 4px;
}
@media screen and (max-width: 723px) {
  /* line 115, ../scss/common.scss */
  #header .language {
    padding-top: 15px;
    right: 15px;
  }
  /* line 149, ../scss/common.scss */
  #header .language li {
    width: 30px;
    height: 30px;
    overflow: hidden;
  }
}
/* line 157, ../scss/common.scss */
#header .menubtn {
  background: #000;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
/* line 166, ../scss/common.scss */
#header .menubtn:hover {
  /* cursor: url(../images/common/pointer.cur?ver=20210812), url(../images/common/pointer.png?ver=20210812), pointer; */
}
/* line 170, ../scss/common.scss */
#header .menubtn span {
  display: block;
  width: 24px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -10px;
}
/* line 182, ../scss/common.scss */
#header .menubtn::before, #header .menubtn::after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
/* line 197, ../scss/common.scss */
#header .menubtn::before {
  margin-top: -9px;
  transform-origin: left top;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 204, ../scss/common.scss */
#header .menubtn::after {
  margin-top: 7px;
  transform-origin: left bottom;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 211, ../scss/common.scss */
#header .menubtn.open {
  background: #4f4f4f;
}
/* line 214, ../scss/common.scss */
#header .menubtn.open span {
  opacity: 0;
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 220, ../scss/common.scss */
#header .menubtn.open::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 225, ../scss/common.scss */
#header .menubtn.open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 723px) {
  /* line 157, ../scss/common.scss */
  #header .menubtn {
    width: 60px;
    height: 60px;
  }
}

/* line 238, ../scss/common.scss */
.gNavi {
  background: rgba(0, 0, 0, 0.95);
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 95;
  transform: translateY(-100%);
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
/* line 256, ../scss/common.scss */
#header.open .gNavi {
  transform: translateY(0);
}
/* line 260, ../scss/common.scss */
.gNavi > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
/* line 267, ../scss/common.scss */
.gNavi > ul li a, .gNavi > ul li .no-link {
  display: block;
  padding: 15px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.2em;
  position: relative;
}
/* line 276, ../scss/common.scss */
.gNavi > ul li a .arrow, .gNavi > ul li .no-link .arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
}
/* line 282, ../scss/common.scss */
.gNavi > ul li a .arrow::before, .gNavi > ul li a .arrow::after, .gNavi > ul li .no-link .arrow::before, .gNavi > ul li .no-link .arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -6px;
}
/* line 294, ../scss/common.scss */
.gNavi > ul li a .arrow::after, .gNavi > ul li .no-link .arrow::after {
  left: 3px;
}
/* line 300, ../scss/common.scss */
.gNavi > ul li a {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}
/* line 78, ../scss/_settings.scss */
.gNavi > ul li a:hover {
  opacity: .7;
  /* cursor: url(../images/common/pointer.cur), url(../images/common/pointer.png), pointer; */
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}
/* line 305, ../scss/common.scss */
.gNavi > ul li .no-link {
  opacity: .35;
}
@media screen and (max-width: 723px) {
  /* line 314, ../scss/common.scss */
  .gNavi > ul li a, .gNavi > ul li .no-link {
    padding: 12px 0;
    font-size: 18px;
  }
  /* line 317, ../scss/common.scss */
  .gNavi > ul li a .arrow, .gNavi > ul li .no-link .arrow {
    width: 14px;
    height: 14px;
  }
  /* line 320, ../scss/common.scss */
  .gNavi > ul li a .arrow::before, .gNavi > ul li a .arrow::after, .gNavi > ul li .no-link .arrow::before, .gNavi > ul li .no-link .arrow::after {
    width: 9px;
    height: 9px;
  }
}

/*--------------------------------------------------------
　BREADCRUMB
--------------------------------------------------------*/
/* line 338, ../scss/common.scss */
.breadcrumb {
  padding: 110px 10px 60px;
  padding-right: calc(constant(safe-area-inset-right) + 10px);
  padding-left: calc(constant(safe-area-inset-left) + 10px);
  padding-right: calc(env(safe-area-inset-right) + 10px);
  padding-left: calc(env(safe-area-inset-left) + 10px);
  max-width: 1080px;
  margin: 0 auto;
}
/* line 347, ../scss/common.scss */
.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 352, ../scss/common.scss */
.breadcrumb ul li {
  display: inline-block;
  /* color: #7d7d7d; */
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
/* line 359, ../scss/common.scss */
.breadcrumb ul li a {
  color: #fff;
  display: block;
  position: relative;
  padding-right: 1em;
  margin-right: .6em;
}
/* line 365, ../scss/common.scss */
.breadcrumb ul li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #7d7d7d;
  border-right: 1px solid #7d7d7d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  right: 0;
}
/* line 377, ../scss/common.scss */
.breadcrumb ul li a:hover {
  /* cursor: url(../images/common/pointer.cur), url(../images/common/pointer.png), pointer; */
}
@media screen and (max-width: 723px) {
  /* line 338, ../scss/common.scss */
  .breadcrumb {
    display: none;
  }
}

/*--------------------------------------------------------
　追従型メニュー
--------------------------------------------------------*/
/* line 392, ../scss/common.scss */
.floating_btn {
  width: 100%;
  height: 70px;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  background: #000;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 408, ../scss/common.scss */
.floating_btn a, .floating_btn span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 10px 24px;
  background: #FFFFFF;
  margin: 0 10px;
}
/* line 419, ../scss/common.scss */
.floating_btn a {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}
/* line 78, ../scss/_settings.scss */
.floating_btn a:hover {
  opacity: .7;
  /* cursor: url(../images/common/pointer.cur), url(../images/common/pointer.png), pointer; */
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}
/* line 424, ../scss/common.scss */
.floating_btn span {
  opacity: .5;
}
@media screen and (max-width: 723px) {
  /* line 392, ../scss/common.scss */
  .floating_btn {
    height: 55px;
  }
  /* line 430, ../scss/common.scss */
  .floating_btn a, .floating_btn span {
    margin: 0 5px;
    font-size: 15px;
    letter-spacing: 0.1em;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*--------------------------------------------------------
　MAIN
--------------------------------------------------------*/
@media screen and (max-width: 723px) {
  /* line 444, ../scss/common.scss */
  .main {
    margin-top: 60px;
  }
}


/*--------------------------------------------------------
　newsWrap
--------------------------------------------------------*/
.newsWrap {
  max-width: 1000px;
  margin: 0 auto;
}
.newsWrap h1 {
  color: #fff;
}
.txtWrap p {
  color: #fff;
}
.txtWrap p span{
  color: #fff !important;
}

/*--------------------------------------------------------
　FOOTER
--------------------------------------------------------*/
/* line 454, ../scss/common.scss */
.btnContact {
  max-width: 470px;
  margin: 0 auto;
  padding: 70px 0 90px;
}
/* line 459, ../scss/common.scss */
.btnContact a {
  display: block;
  height: 80px;
  background: #000;
  text-align: center;
  position: relative;
}
/* line 466, ../scss/common.scss */
.btnContact a img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
/* line 477, ../scss/common.scss */
.btnContact a::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #222;
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
/* line 489, ../scss/common.scss */
.btnContact a:hover {
  /* cursor: url(../images/common/pointer.cur), url(../images/common/pointer.png), pointer; */
}
/* line 492, ../scss/common.scss */
.btnContact a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
@media screen and (max-width: 723px) {
  /* line 454, ../scss/common.scss */
  .btnContact {
    width: 90%;
    padding: 6% 0;
  }
  /* line 504, ../scss/common.scss */
  .btnContact a {
    height: 60px;
  }
  /* line 507, ../scss/common.scss */
  .btnContact a img {
    width: 90px;
    height: auto;
  }
}

/* line 515, ../scss/common.scss */
#footer {
  padding-bottom: 70px;
}
/* line 518, ../scss/common.scss */
#footer .fNavi {
  background: #fff;
  width: 100%;
  padding: 20px 50px;
  box-sizing: border-box;
}
/* line 524, ../scss/common.scss */
#footer .fNavi ul {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
  padding-right: calc(constant(safe-area-inset-right) + 10px);
  padding-left: calc(constant(safe-area-inset-left) + 10px);
  padding-right: calc(env(safe-area-inset-right) + 10px);
  padding-left: calc(env(safe-area-inset-left) + 10px);
  list-style: none;
  text-align: center;
}
/* line 535, ../scss/common.scss */
#footer .fNavi ul li {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1;
}
/* line 541, ../scss/common.scss */
#footer .fNavi ul li a, #footer .fNavi ul li span {
  padding: 10px;
}
/* line 546, ../scss/common.scss */
#footer .fNavi ul span {
  color: #999;
}
/* line 550, ../scss/common.scss */
#footer .fNavi ul a:hover {
  /* cursor: url(../images/common/pointer.cur), url(../images/common/pointer.png), pointer; */
}
/* line 556, ../scss/common.scss */
#footer .middleBox {
  background: url(../images/common/footer_bg.png) no-repeat right bottom #000;
  background-size: 200px 200px;
  padding: 120px 0;
}
/* line 561, ../scss/common.scss */
#footer .middleBox .lead {
  padding: 0 0 10px;
  text-align: center;
}
/* line 566, ../scss/common.scss */
#footer .middleBox .logo {
  width: 480px;
  height: 70px;
  margin: 0 auto;
  background: url(../images/common/logo_nexyzww.svg) no-repeat center center;
  background-size: 100% auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 577, ../scss/common.scss */
#footer .middleBox .lead2 {
  padding: 20px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 723px) {
  /* line 515, ../scss/common.scss */
  #footer {
    position: relative;
    padding-bottom: 55px;
  }
  /* line 587, ../scss/common.scss */
  #footer .fNavi {
    padding: 6% 10px;
  }
  /* line 591, ../scss/common.scss */
  #footer .fNavi ul li {
    font-size: 12px;
  }
  /* line 597, ../scss/common.scss */
  #footer .middleBox {
    background-size: 66px 66px;
    padding: 50px 0 60px;
  }
  /* line 601, ../scss/common.scss */
  #footer .middleBox .lead {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 605, ../scss/common.scss */
  #footer .middleBox .lead img {
    width: 100%;
    height: auto;
  }
  /* line 611, ../scss/common.scss */
  #footer .middleBox .logo {
    width: 280px;
    height: 41px;
    background-position: center top;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 621, ../scss/common.scss */
#footer .nxGroupCommonFt {
  border-top: none !important;
}
/* line 623, ../scss/common.scss */
#footer .nxGroupCommonFt ul.nxGroupCommonFtC li img {
  height: 46px;
}

/* line 630, ../scss/common.scss */
.grecaptcha-badge {
  visibility: hidden;
}
