@charset "UTF-8";

/**
 *
 * レイアウト、共通コンテンツ
 *
**/


/**
 * ラッパー
**/

#wrapper {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  #wrapper {
  }
}


/**
 * ヘッダー
**/
#header {
  width: 100%;
  height: 130px;
  text-align: left;
  position: relative;
}
#header.event {
  height: 170px;
}
#header .inner {
	width: 100%;
  height: 130px;
	text-align: left;
	position: relative;
}
#header.event .inner {
  height: 170px;
}
#header img {
	width: 100%;
	height: auto;
	display: block;
}
#header .logo {
  width: 493px;
  position: absolute;
  top: 52px;
  left: 50px;
}
#header.event .logo {
  width: 215px;
  position: absolute;
  top: 40px;
  left: 40px;
}
#header .link {
}
#header.event .link {
  width: 128px;
  position: absolute;
  top: 48px;
  right: 40px;
}
#header.event .link a {
  width: 100%;
  height: 46px;
  text-align: center;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: bold;
  border-radius: 180px;
  color: #fff;
  text-decoration: none;
  background: #ed7100;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s 0s ease-in-out;
}
#header.event .link a:hover {
  opacity: 0.73;
}

.openbtn{
  position: absolute;
  display: block;
  top: 38px;
  right: 30px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 1001;
}
.openbtn.active {
  background: #000;
}
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 2px;
  background: #000;
  width: 21px;
}
.openbtn span:nth-of-type(1) {
  top: 16px; 
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 30px;
}
.openbtn.active span:nth-of-type(1) {
  top: 23px;
  left: 14px;
  transform: rotate(-45deg);
  background: #fff;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3){
  top: 23px;
  left: 14px;
  transform: rotate(45deg);
  background: #fff;
}
@media only screen and (max-width: 850px) {
  #header {
    width: 100%;
    height: 50px;
    text-align: left;
    position: relative;
  }
  #header.event {
    height: 50px;
  }
  #header .inner {
    width: 100%;
    height: 50px;
    text-align: left;
    position: relative;
  }
  #header.event .inner {
    height: 50px;
  }
  #header img {
    width: 100%;
    height: auto;
    display: block;
  }
  #header .logo {
    width: 260px;
    position: absolute;
    top: 20px;
    left: 18px;
  }
  .openbtn{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 1001;
  }
  .openbtn.active {
    background: #000;
  }
  .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    background: #000;
    width: 21px;
  }
  .openbtn span:nth-of-type(1) {
    top: 16px; 
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 30px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 23px;
    left: 14px;
    transform: rotate(-45deg);
    background: #fff;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3){
    top: 23px;
    left: 14px;
    transform: rotate(45deg);
    background: #fff;
  }
  #header.event .logo {
    width: 150px;
    position: absolute;
    top: 13px;
    left: 10px;
  }
  #header .link {
  }
  #header.event .link {
    width: 110px;
    position: absolute;
    top: 8px;
    right: 10px;
  }
  #header.event .link a {
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 1.4em;
    font-size: 13px;
    font-weight: bold;
    border-radius: 180px;
    color: #fff;
    text-decoration: none;
    background: #ed7100;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s 0s ease-in-out;
  }
  #header.event .link a:hover {
    opacity: 0.73;
  }

}


/**
 * ナビゲーション
**/
#navi {
  display: block;
  position: absolute;
  top: 48px;
  right: 110px;
}
#navi ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: flex;
}
#navi ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 32px;
  box-sizing: border-box;
  position: relative;
}
#navi ul li a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  display: block;
  transition:all 0.4s 0s ease-in-out;
}
#navi ul li a:hover {
  color: #ef006b;
}
#side_navi {
  width: 250px;
  position: absolute;
  top: 89px;
  right: -250px;
  background: #fff;
  z-index: 10000;
  transition:all 0.9s 0s ease-in-out;
}
#side_navi.active {
  right: 0px;
}
#side_navi ul {
}
#side_navi ul li {
  border: 1px solid #c4c4c4;
  border-top: none;
}
#side_navi ul li:nth-of-type(1) {
  border-top: 1px solid #c4c4c4;
}
#side_navi ul li a {
  padding: 0 0 0 12px;
  width: 100%;
  height: 40px;
  text-decoration: none;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
#side_navi ul li a:after {
  margin: -3px 0 0 0;
  padding: 0 0 0 0;
  width: 4px;
  height: 7px;
  line-height: 7px;
  content: "";
  background: url("../images/top/arrow_03.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
}
#side_navi ul li a.pull:after {
  margin: -2px 0 0 0;
  padding: 0 0 0 0;
  width: 7px;
  height: 4px;
  line-height: 4px;
  content: "";
  background: url("../images/top/arrow_05.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
}
#side_navi ul li a.pull.on:after {
  margin: -2px 0 0 0;
  padding: 0 0 0 0;
  width: 7px;
  height: 4px;
  line-height: 4px;
  content: "";
  background: url("../images/top/arrow_04.png") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
}
#side_navi ul li ul {
  display: none;
}
#side_navi ul li ul li {
  border-left: none;
  border-right: none;
}
#side_navi ul li ul li:last-child {
  border-bottom: none;
}
#side_navi ul li ul li a {
  padding: 0 0 0 30px;
  line-height: 1.4em;
  font-size: 13px;
  font-weight: bold;
}
#side_navi ul li ul li a:after {
  display: none;
}
#side_navi ul li ul li a:before {
  margin: 0 5px 0 0;
  padding: 0 0 0 0;
  width: 4px;
  height: 7px;
  line-height: 7px;
  content: "";
  background: url("../images/top/arrow_03.png") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1100px) {
  #navi {
    display: block;
    position: absolute;
    top: 48px;
    right: 110px;
  }
  #navi ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: flex;
  }
  #navi ul li {
    margin: 0 0 0 0;
    padding: 0 0 0 16px;
    box-sizing: border-box;
    position: relative;
  }
  #navi ul li a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    display: block;
  }
}
@media only screen and (max-width: 850px) {
  #side_navi {
    width: 250px;
    position: absolute;
    top: 50px;
    right: -250px;
    background: #fff;
    z-index: 10000;
    transition:all 0.9s 0s ease-in-out;
  }
  #side_navi.active {
    right: 0px;
  }
  #side_navi ul {
  }
  #side_navi ul li {
    border: 1px solid #c4c4c4;
    border-top: none;
  }
  #side_navi ul li:nth-of-type(1) {
    border-top: 1px solid #c4c4c4;
  }
  #side_navi ul li a {
    padding: 0 0 0 12px;
    width: 100%;
    height: 40px;
    text-decoration: none;
    line-height: 1.4em;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: left;
    align-items: center;
    box-sizing: border-box;
    position: relative;
  }
  #side_navi ul li a:after {
    margin: -3px 0 0 0;
    padding: 0 0 0 0;
    width: 4px;
    height: 7px;
    line-height: 7px;
    content: "";
    background: url("../images/top/arrow_03.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
  }
  #side_navi ul li a.pull:after {
    margin: -2px 0 0 0;
    padding: 0 0 0 0;
    width: 7px;
    height: 4px;
    line-height: 4px;
    content: "";
    background: url("../images/top/arrow_05.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
  }
  #side_navi ul li a.pull.on:after {
    margin: -2px 0 0 0;
    padding: 0 0 0 0;
    width: 7px;
    height: 4px;
    line-height: 4px;
    content: "";
    background: url("../images/top/arrow_04.png") no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
  }
  #side_navi ul li ul {
    display: none;
  }
  #side_navi ul li ul li {
    border-left: none;
    border-right: none;
  }
  #side_navi ul li ul li:last-child {
    border-bottom: none;
  }
  #side_navi ul li ul li a {
    padding: 0 0 0 30px;
    line-height: 1.4em;
    font-size: 13px;
    font-weight: bold;
  }
  #side_navi ul li ul li a:after {
    display: none;
  }
  #side_navi ul li ul li a:before {
    margin: 0 5px 0 0;
    padding: 0 0 0 0;
    width: 4px;
    height: 7px;
    line-height: 7px;
    content: "";
    background: url("../images/top/arrow_03.png") no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
  }
  
}


/**
 * ヘッダー【採用情報】
**/
#recruit_header {
  width: 100%;
  height: 68px;
  background: #ff4e0f;
  position: fixed;
  top: 110px;
  left: 0;
  z-index: 9999;
}
#recruit_header .inner {
  margin: 0 auto;
  width: 92%;
  max-width: 1015px;
  height: 68px;
  display: flex;
}
#recruit_header .inner img {
  display: block;
}
#recruit_header .inner .logo {
  margin: 0 56px 0 0;
  width: 186px;
  height: 68px;
  background: url("../images/recruit/header_line_01.png") no-repeat right center;
  background-size: 3px 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
#recruit_header .inner .logo a {
  margin: 0 0 0 0;
  width: 119px;
  display: block;
}
#recruit_header .inner .recruit_navi {
  width: calc( 100% - 242px );
  height: 68px;
  display: flex;
  justify-content: space-between;
}
#recruit_header .inner .recruit_navi li {
  display: flex;
  justify-content: center;
  align-items: center;
}
#recruit_header .inner .recruit_navi li a {
  text-decoration: none;
  line-height: 1.2em;
  font-size: 17px;
  font-weight: 900;
  color: #fff;
	transition:all 0.5s 0s;
}
#recruit_header .inner .recruit_navi li a:hover {
  color: #000;
}


@media only screen and (min-width: 851px) and (max-width: 1033px) {
  #recruit_header {
    width: 100%;
    height: 68px;
    background: #ff4e0f;
/*    position: absolute;*/
    top: 110px;
    left: 0;
    z-index: 9999;
  }
  #recruit_header .inner {
    margin: 0 auto;
    width: 94%;
    max-width: 1015px;
    height: 68px;
    display: flex;
  }
  #recruit_header .inner img {
    display: block;
  }
  #recruit_header .inner .logo {
    margin: 0 25px 0 0;
    width: 146px;
    height: 68px;
    background: url("../images/recruit/header_line_01.png") no-repeat right center;
    background-size: 3px 100%;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  #recruit_header .inner .logo a {
    margin: 0 0 0 0;
    width: 119px;
    display: block;
  }
  #recruit_header .inner .recruit_navi {
    width: calc( 100% - 171px );
    height: 68px;
    display: flex;
    justify-content: space-between;
  }
  #recruit_header .inner .recruit_navi li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #recruit_header .inner .recruit_navi li a {
    text-decoration: none;
    line-height: 1.2em;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
  }
}
@media only screen and (max-width: 850px) {
  #recruit_header {
    width: 100%;
    height: 51px;
    background: #ff4e0f;
/*    position: absolute;*/
    top: 50px;
    left: 0;
    z-index: 9999;
  }
  #recruit_header .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1015px;
    height: 51px;
    display: flex;
    position: relative;
  }
  #recruit_header .inner img {
    display: block;
  }
  #recruit_header .inner .btn {
    margin: -4px 0 0 0;
    width: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 1;
  }
  #recruit_header .inner .logo {
    margin: 0 0 0 0;
    width: 100%;
    height: 51px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #recruit_header .inner .logo a {
    margin: 0 auto;
    width: 92px;
    display: block;
  }
  #recruit_header .inner .recruit_navi {
    width: 200px;
    height: auto;
    display: none;
    justify-content: space-between;
    position: absolute;
    top: 100%;
    right: 0;
  }

  #recruit_header .inner .recruit_navi li {
    width: 100%;
    border-top: 1px solid #fff;
    background: #ff4e0f;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #recruit_header .inner .recruit_navi li a {
    text-decoration: none;
    line-height: 1.2em;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}



/**
 * ページタイトル
**/
#page_title {
  margin: 0 0 0 0;
  padding: 155px 0 50px 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

#page_title .inner {
  width: 100%;
}
#page_title .inner h2 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 26px;
  font-weight: 900;
  color: #000;
}
#page_title .inner .eng {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.2em;
  font-size: 72px;
  font-weight: 900;
  color: #808080;
}
#page_title.news .inner .eng {
  background: linear-gradient(90deg, #00b5ff 35%, #ff00ff 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#page_title.contact .inner .eng {
  color: #ef006b;
}
#page_title.works .inner .eng {
  color: #52dbc9;
}
#page_title.about .inner .eng {
  color: #ff68cc;
}
#page_title.products .inner .eng {
  color: #7a93ff;
}
@media only screen and (max-width: 680px) {
  #page_title {
    margin: 0 0 0 0;
    padding: 85px 0 25px 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }

  #page_title .inner {
    width: 100%;
  }
  #page_title .inner h2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 13px;
    font-weight: 900;
    color: #000;
  }
  #page_title .inner .eng {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-size: 25px;
    font-weight: 900;
    color: #808080;
  }
  #page_title.news .inner .eng {
    background: linear-gradient(90deg, #00b5ff 35%, #ff00ff 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #page_title.contact .inner .eng {
    color: #ef006b;
  }
  #page_title.works .inner .eng {
    color: #52dbc9;
  }
  #page_title.about .inner .eng {
    color: #ff68cc;
  }
  #page_title.products .inner .eng {
    color: #7a93ff;
  }

}


/**
 * パンくず
**/
#breadcrumb {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}
#breadcrumb .inner {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 92%;
  max-width: 1200px;
  height: 0;
  position: relative;
  z-index: 5;
}
#breadcrumb .inner ol {
  text-align: left;
  position: absolute;
  bottom: 12px;
  left: 0;
}
#breadcrumb .inner ol li {
  line-height: 1.4em;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
}
#breadcrumb .inner ol li:before {
  margin: 0 0.2em;
  content: ">";
  display: inline-block;
}
#breadcrumb .inner ol li:nth-of-type(1):before {
  margin: 0 0;
  content: "";
}

#breadcrumb .inner ol li a {
  color: #000;
  text-decoration: none;
}
#breadcrumb .inner ol li a:hover {
  color: #000;
  text-decoration: underline;
}
@media only screen and (max-width: 850px) {
  #breadcrumb.none_page_title {
    padding: 65px 0 0 0;
  }
}


/**
 * メインイメージ
**/
#main_image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#main_image #layer {

}
#main_image #layer img {
  width: 100%;
  height: auto;
  direction: block;
}
#main_image .text_box {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#main_image .text_box .text_box_inner {
  margin: 0 auto;
  width: 92%;
  max-width: 1060px;
  height: 100vh;
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: center;
}
#main_image .text_box .text_box_inner h2 {
  margin: 0 0 10px 0;
  width: 100%;
  line-height: 1.2em;
  font-size: 109px;
  font-weight: 900;
}
#main_image .text_box .text_box_inner .eng {
  width: 100%;
  line-height: 1.2em;
  font-size: 33px;
  font-weight: 900;
}


#main_image .text_box .typing {
  opacity: 0;
}

@media only screen and (min-width: 701px) and (max-width: 1050px) {
  #main_image #layer .layer1 {
    margin-left: -20%;
    width: 140%;
  }
  #main_image .text_box .text_box_inner h2 {
    margin: 0 0 10px 0;
    width: 100%;
    line-height: 1.2em;
    font-size: 90px;
    font-weight: 900;
  }
  #main_image .text_box .text_box_inner .eng {
    width: 100%;
    line-height: 1.2em;
    font-size: 28px;
    font-weight: 900;
  }

}
@media only screen and (max-width: 700px) {
  #main_image {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    overflow: hidden;
  }
  #main_image #layer {

  }
  #main_image #layer img {
    width: 100%;
    height: auto;
    direction: block;
  }
  #main_image #layer .layer1 {
    margin-left: -20%;
    width: 140%;
  }
  #main_image .text_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #main_image .text_box .text_box_inner {
    margin: 0 auto;
    width: 91.6%;
    max-width: 1060px;
    height: 100%;
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  #main_image .text_box .text_box_inner h2 {
    margin: 0 0 10px 0;
    width: 100%;
    line-height: 1.2em;
    font-size: 46px;
    font-size: 12.2vw;
    font-weight: 900;
  }
  #main_image .text_box .text_box_inner .eng {
    width: 100%;
    line-height: 1.2em;
    font-size: 14px;
    font-size: 3.88vw;
    font-weight: bold;
  }


  #main_image .text_box .typing {
    opacity: 0;
  }
}



/**
 * content
**/
#content {
  display: block;
}



/**
 * フッター
**/
#footer {
  width: 100%;
  background: #fff;
}
#footer.event {
  background: #000;
}
#footer img {
	width: 100%;
	height: auto;
	display: block;
}
#footer .inner {
  margin: 0 auto;
  padding: 45px 0 45px 0;
  width: 92%;
  max-width: 1100px;
  text-align: left;
}
#footer.event .inner {
  margin: 0 auto;
  padding: 75px 0 90px 0;
  width: 92%;
  max-width: 1200px;
  text-align: left;
}
#footer .inner .company {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  width: 493px;
}
#footer.event .inner .company {
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
  width: 272px;
}
#footer .inner .address {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: normal;
}
#footer.event .inner .address {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#footer .inner .tel {
}
#footer.event .inner .tel {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 289px;
}
@media only screen and (max-width: 850px) {
  #footer {
    width: 100%;
    background: #fff;
  }
  #footer img {
    width: 100%;
    height: auto;
    display: block;
  }
  #footer .inner {
    margin: 0 auto;
    padding: 25px 0 25px 0;
    width: 90%;
    max-width: 1100px;
    text-align: left;
  }
  #footer.event .inner {
    margin: 0 auto;
    padding: 25px 0 30px 0;
    width: 90%;
    max-width: 1200px;
    text-align: left;
  }

  #footer .inner .company {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    width: 260px;
  }
  #footer.event .inner .company {
    margin: 0 0 0 0;
    padding: 0 0 30px 0;
    width: 240px;
  }

  #footer .inner .address {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 12px;
    font-weight: normal;
  }
  #footer.event .inner .address {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  #footer.event .inner .tel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 240px;
  }

}


/**
 * ページトップ
**/
#pagetop {
  width: 97px;
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 1000;
}
#pagetop img {
  display: block;
}

@media only screen and (max-width: 850px) {
  #pagetop {
    width: 70px;
    display: none;
    position: fixed;
    bottom: 80px;
    right: 5px;
    z-index: 1000;
  }
}