#box #wrapper #kasou-top {
  width: 100%;
  height: 120px;
  font-size: 0;
  position: relative;
}
#box #wrapper #kasou-top .kasou_title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#box #wrapper #kasou-top .bg_back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(./images/bg_top_kasou.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#box #wrapper #kasou-top .bg_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#box #wrapper #kasou-top .bg_box .bg_img1 {
  transform: rotate(45deg);
  width: 248%;
  height: 602%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(./images/bg_img1.png);
  background-position: left;
  background-size: 30%;
  animation: move-stripe 2000s infinite linear;
}
#box #wrapper #kasou-top .bg_box .bg_img2 {
  transform: rotate(45deg);
  width: 248%;
  height: 602%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(./images/bg_img2.png);
  background-position: left;
  background-size: 30%;
  animation: move-stripe 3500s infinite linear;
}
#box #wrapper #kasou-top .bg_box .chara {
  top: 0px;
  bottom: -222px;
  right: -104px;
  width: 46%;
  position: absolute;
}

#contents {
  width: 100%;
  margin: 11% auto 0;
}
#contents .contents_main {
  margin-bottom: 12%;
  position: relative;
}
#contents .contents_main .menu {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-size: 17px;
}
#contents .contents_main .menu .arrow::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 41%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
#contents .contents_main .menu a, #contents .contents_main .menu a:link, #contents .contents_main .menu a:visited, #contents .contents_main .menu a:active {
  color: #fff;
  text-decoration: none;
  padding: 20px 5px;
  display: block;
}
#contents .contents_main .main_menu_bold {
  font-weight: bold;
}
#contents .contents_main .color1 {
  background-color: #01c501;
}
#contents .contents_main .color2 {
  background-color: #00d501;
}
#contents .contents_main .play_movie {
  width: 80%;
  margin: 14% auto 16%;
  position: relative;
}
#contents .contents_main .half {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents .contents_main .half .menu_half {
  width: 100%;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #414141;
  font-size: 17px;
  font-weight: bold;
}
#contents .contents_main .half .menu_half .arrow::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 41%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #414141;
  border-right: 1px solid #414141;
  transform: rotate(45deg);
}
#contents .contents_main .half .menu_half a, #contents .contents_main .half .menu_half a:link, #contents .contents_main .half .menu_half a:visited, #contents .contents_main .half .menu_half a:active {
  color: #414141;
  text-decoration: none;
  padding: 20px 5px;
  display: block;
}
#contents .contents_main .half .menu_half_first {
  width: 100%;
}
#contents .contents_main .half .menu_bg {
  /*background-image: url(images/menu_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;*/
  color: #FFF;
  background-color: #C5C5C5;
  padding: 8% 6%;
}
#contents .contents_main .half .menu_bg a, #contents .contents_main .half .menu_bg a:link, #contents .contents_main .half .menu_bg a:visited, #contents .contents_main .half .menu_bg a:active {
  color: #FFF;
}
#contents .contents_main .half .menu_bg_open {
  background-image: url(images/menu_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.aboutbg {
  background-image: url("./images/about_bg.png");
  background-size: 100% auto;
}

#about {
  width: 900px;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
}
#about p {
  width: 674px;
  font-size: 16px;
  margin: 0 auto 80px;
}
#about .aboutimgarea {
  width: 460px;
  margin: 0 auto 80px;
}
#about .aboutimgarea .aboutimagep {
  width: 580px;
  margin: 0 auto 80px;
}

.job_fair {
  background-image: url("./images/job_fair_bg.png");
  background-size: 100% auto;
}

#second {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
#second p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

#job_fair {
  width: 900px;
  margin: 0 auto;
  position: relative;
  /*p{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
  }*/
}
#job_fair .job_fair_over {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
}
#job_fair .job_fair_over p {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
  padding-top: 110px;
}
#job_fair ul {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
#job_fair ul .link-a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  line-height: 2em;
  margin: 0 30px;
  font-weight: bold;
  letter-spacing: -0.01em;
}
#job_fair ul .link-a li {
  width: 350px;
  height: 350px;
  border-radius: 221px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
#job_fair ul .link-a .left {
  background-color: #2ee4bc;
}
#job_fair ul .link-a .left p:nth-child(1) {
  color: #ffffff;
  font-size: 40px;
  margin: -18px auto 0;
}
#job_fair ul .link-a .left p:nth-child(2) {
  font-size: 30px;
  letter-spacing: 0.07em;
}
#job_fair ul .link-a .left p:nth-child(3) {
  height: 1px;
  width: 216px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: -2px;
}
#job_fair ul .link-a .left p:nth-child(4) {
  font-size: 24px;
  margin: 0 auto -13px;
}
#job_fair ul .link-a .left p:nth-child(5) {
  font-size: 13px;
  width: 56%;
  margin: 10px auto 0;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 0 0px;
  line-height: 2em;
}
#job_fair ul .link-a .left p:nth-child(5) a {
  text-decoration: none;
  color: #fff;
}
#job_fair ul .link-a .left p:nth-child(6) {
  font-size: 24px;
  margin-top: 14px;
}
#job_fair ul .link-a .left p:nth-child(7) {
  font-size: 13px;
  width: 56%;
  margin: 0 auto 0;
  border: 1px solid #fff;
  border-radius: 20px;
  line-height: 2em;
}
#job_fair ul .link-a .left p:nth-child(7) a {
  text-decoration: none;
  color: #fff;
}
#job_fair ul .link-a .right {
  background-color: #e4a62d;
}
#job_fair ul .link-a .right p:nth-child(1) {
  color: #ffffff;
  font-size: 40px;
  margin: -18px auto 0;
}
#job_fair ul .link-a .right p:nth-child(2) {
  font-size: 30px;
  letter-spacing: 0.07em;
}
#job_fair ul .link-a .right p:nth-child(3) {
  height: 1px;
  width: 216px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: -2px;
}
#job_fair ul .link-a .right p:nth-child(4) {
  font-size: 24px;
  margin: 0 auto -13px;
}
#job_fair ul .link-a .right p:nth-child(5) {
  font-size: 13px;
  width: 56%;
  margin: 10px auto 0;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 0 0px;
  line-height: 2em;
}
#job_fair ul .link-a .right p:nth-child(5) a {
  text-decoration: none;
  color: #fff;
}
#job_fair ul .link-a .right p:nth-child(6) {
  font-size: 24px;
  margin-top: 14px;
}
#job_fair ul .link-a .right p:nth-child(7) {
  font-size: 13px;
  width: 56%;
  margin: 0 auto 0;
  border: 1px solid #fff;
  border-radius: 20px;
  line-height: 2em;
}
#job_fair ul .link-a .right p:nth-child(7) a {
  text-decoration: none;
  color: #fff;
}

.environment {
  background-image: url("./images/environment_bg.png");
  background-size: 100% auto;
}

#environment {
  width: 900px;
  margin: 0 auto;
  position: relative;
  margin-top: 80px;
}
#environment h2 {
  color: #2DD995;
  border-bottom: 5px solid #2DD995;
  font-size: 40px;
  margin: 0px auto;
  padding-bottom: 2px;
  margin-bottom: 50px;
  height: 40px;
  width: 845px;
}
#environment .title {
  background-image: url("./images/titlebg.png");
  background-repeat: no-repeat;
  width: 845px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
#environment p {
  width: 845px;
  font-size: 16px;
  margin: 0px auto;
  margin-bottom: 50px;
}

#faq {
  width: 900px;
  margin: 0 auto;
  position: relative;
  margin-top: 80px;
}
#faq #faq_inner {
  width: 100%;
}
#faq #faq_inner dl {
  margin-bottom: 50px;
  background-color: #2ed995;
  color: #fff;
  border: 1px solid #000;
  position: relative;
  width: 888px;
  margin-left: 10px;
  padding-bottom: 5px;
}
#faq #faq_inner dl .btn {
  position: absolute;
  right: 4px;
  bottom: 0;
  width: 25px;
  z-index: 1;
}
#faq #faq_inner dl .close_btn {
  position: absolute;
  right: 2px;
  bottom: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  display: none;
}
#faq #faq_inner .open_area {
  width: 100%;
  margin-left: -5px;
  margin-top: -5px;
}
#faq #faq_inner .open_area .open_waku1 {
  width: 888px;
  border-right: 1px solid #000;
  display: block;
  overflow: hidden;
  line-height: 1em;
}
#faq #faq_inner .open_area .open_waku1 img {
  width: 100%;
  vertical-align: bottom;
}
#faq #faq_inner .open_area .open_waku3 {
  width: 888px;
  border-left: 1px solid #000;
  display: block;
  overflow: hidden;
  line-height: 1em;
}
#faq #faq_inner .open_area .open_waku3 img {
  width: 100%;
  vertical-align: bottom;
}
#faq #faq_inner .open_area dt {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background-color: #fff;
  color: #000;
  width: 887px;
  position: relative;
}
#faq #faq_inner .open_area dt span {
  display: block;
  font-size: 25px;
  padding: 20px 0px;
  padding-left: 120px;
  padding-right: 20px;
  padding-bottom: 5px;
  line-height: 1.3;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
}
#faq #faq_inner .open_area dt:before {
  content: "";
  display: inline-block;
  height: 68px;
  width: 68px;
  background-image: url(images/q.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 30px;
}
#faq #faq_inner dd {
  width: 888px;
  line-height: 1.5;
  font-size: 16px;
  display: none;
  position: relative;
  margin-top: 20px;
  padding-bottom: 40px;
}
#faq #faq_inner dd p {
  padding-left: 125px;
  padding-right: 20px;
  min-height: 70px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#faq #faq_inner dd:before {
  content: "";
  display: inline-block;
  height: 68px;
  width: 68px;
  background-image: url(images/a.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 30px;
  top: 4px;
}
#faq #contact {
  width: 100%;
  margin: 20px auto;
  position: relative;
  text-align: center;
}
#faq #contact .contact_title {
  font-size: 16px;
  font-weight: bold;
}
#faq #contact #contact_form #contact_textarea {
  width: 94%;
  border: 1px solid #000;
  margin: 4% auto;
  font-size: 16px;
  padding: 10px;
}
#faq #contact #contact_form .contact_button {
  width: 185px;
  font-size: 22px;
  padding: 5px 0;
  border: none;
  background-color: #0096ff;
  border-radius: 20px;
  color: #FFF;
}

#ngabout {
  width: 95%;
  margin: 0 auto;
  position: relative;
}
#ngabout .ngabout_fair_over {
  width: 101%;
  height: 101%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: -1%;
  top: -1%;
  z-index: 1;
}
#ngabout .ngabout_fair_over p {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
  padding-top: 80px;
}
#ngabout .ngabout_txt {
  color: red;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 14px;
}
#ngabout .ngaboutpara {
  border: 1px solid #000;
  padding: 25px;
  padding-left: 180px;
  font-size: 16px;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.5;
}
#ngabout .ngaboutpara h2 {
  position: absolute;
  left: -5px;
  top: -5px;
  width: 160px;
}
#ngabout .ngaboutpara h2 div {
  width: 100%;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 20px;
  text-align: center;
  font-size: 18px;
}
#ngabout .ngaboutpara h2 img {
  width: 100%;
}
#ngabout .ngaboutpara .ngaboutcenter {
  text-align: center;
  margin-left: -40%;
  line-height: 1.6;
}
#ngabout .ngaboutpara .sankaku {
  padding-top: 10px;
}
#ngabout .ngaboutpara .ngabout_txt_area {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 10px 0 -4px -24px;
}
#ngabout .ngaboutpara .ngabout_txt_area .ngabout_txt_01 {
  background-color: #2dd793;
  margin-right: 72px;
  color: #fff;
  padding: 2px 23px;
  line-height: 1.5rem;
}
#ngabout .ngaboutpara .ngabout_txt_area .ngabout_txt_02 {
  background-color: #2dd793;
  color: #fff;
  padding: 2px 23px;
  line-height: 1.5rem;
  margin-left: 4px;
}
#ngabout .ngaboutpara .ngabout_txt_area .ngabout_txt_03 {
  background-color: #2dd793;
  color: #fff;
  padding: 2px 23px;
  line-height: 1.5rem;
  margin-left: 104px;
}
#ngabout .ngaboutpara p {
  overflow: hidden;
}
#ngabout .ngaboutpara span {
  float: left;
  display: block;
  margin: 0px 30px;
}
#ngabout .ngaboutpara .ami {
  width: 100%;
  float: none;
  margin: 0;
  background-color: #2DD793;
  color: #fff;
  padding: 2px 2px 4px 12px;
  margin-bottom: 8px;
}
#ngabout .ngaboutpadding {
  padding-top: 10px;
}
#ngabout .ngaboutattention {
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 16px;
}
#ngabout .ngaboutattention a {
  color: #F00;
}
#ngabout .ngaboutattention a:hover {
  color: #F00;
}
#ngabout .ngaboutattention a:visited {
  color: #F00;
}
#ngabout .entrybtn {
  width: 265px;
  font-size: 22px;
  padding: 10px 0;
  border: none;
  background-color: #0096ff;
  border-radius: 20px;
  color: #FFF;
  margin: 20px auto;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
#ngabout .entrybtn:hover {
  color: #FFF;
  text-decoration: none;
}
#ngabout .entrybtn:visited {
  color: #FFF;
  text-decoration: none;
}

.topmenucoming {
  font-size: 12px;
  display: block;
  text-align: center;
  padding: 3%;
  border: 1px solid #414141;
  color: #414141;
  width: 75%;
  margin: 2% auto;
  line-height: 1;
}

.faqthanks {
  width: 840px;
  padding: 90px 20px;
  border: 1px solid #000;
  margin: 10px auto;
  font-size: 16px;
  line-height: 1.5;
}/*# sourceMappingURL=style2.css.map */