@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  padding-top: 97px !important;
  font-family: 'Noto Sans JP', sans-serif;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  background: #fff;
  width: 100%;
  padding: 0 0 15px 0;
}
.fadeInBottom.visible {
  animation: fadeInBottom 0.7s ease 0s 1 normal;
}
/* fadeInBottom */
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
/* 右から左にカーテン */
.curtainRighttoLeft {
  position: relative;
}
.curtainRighttoLeft.visible {
  animation-name: curtainLeftFadeIn;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
}
.curtainRighttoLeft.visible:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #EBEBEB;
  animation-name: curtainRight;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes curtainRightFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes curtainRight {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
/* 左から右にカーテン */
.curtainLefttoRight {
  position: relative;
}
.curtainLefttoRight.visible {
  animation-name: curtainLeftFadeIn;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
}
.curtainLefttoRight.visible:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #EBEBEB;
  animation-name: curtainLeft;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes curtainLeftFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes curtainLeft {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
.swiper-container {
  height: 652px;
}
.slide-img {
  height: 100%;
  background-size: cover !important;
}
.slide-img img {
  display: block;
}
/*.invisible {
  transition: opacity 0.5s ease;
  opacity: 0.0;
}
.visible {
  transition: opacity 0.5s ease;
  opacity: 1.0;
}*/
.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -145px;
}
.top-main-visual-txt_wrap {
  position: absolute;
  z-index: 20;
  width: 1200px;
  top: 385px;
  left: 50%;
  transform: translateY(-42%) translateX(-50%);
  -webkit- transform: translateY(-42%) translateX(-50%);
  margin: auto;
}
.top-mainvisual-slide_wrap ul {
  padding: 0;
  margin: 0;
}
.top-main-visual-txt_01 {
  font-size: 72px;
  color: rgb(255, 255, 255);
  line-height: 0.222;
  border-bottom: 2.29px solid #fff;
  font-weight: bold;
  text-shadow: 0px 0px 10px #000;
  display: flex;
  align-items: center;
  height: 134px;
}
.top-main-visual-txt_01::after {
  content: '';
  display: block;
  width: 142px;
  height: 136px;
  background-image: url("../images/top-mainvisual_ico.png");
  margin: 0 0 33px 26px;
  background-repeat: no-repeat;
  background-position: top right;
}
.top-main-visual-txt_02 {
  font-size: 18px;
  color: rgb(255, 255, 255);
  margin: 34px 0 0 0;
}
.top-main-visual-underline_wrap {
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 658px;
  height: 187px;
  overflow: hidden;
}
.top-main-visual_underline {
  position: relative;
}
.top-main-visual_underline_in {
  height: 124px;
  display: flex;
  align-items: center;
  width: 1200px;
  position: absolute;
  top: 63px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: 100;
  padding: 0 0 0 104px;
}
.top-main-visual-underline_txt {
  position: absolute;
  top: 0;
  background: #16a88e;
  height: 124px;
  width: 54%;
  transform: skew(50deg);
  margin: 0 0 0 -100px;
  display: flex;
  align-items: center;
  z-index: 22;
}
.top-main-visual-underline_txt span {
  display: block;
  transform: skew(-50deg);
  padding: 0 0 0 500px;
  font-size: 30px;
  color: rgb(255, 255, 255);
}
.top-main-visual_underline_in span {
  display: block;
  font-size: 30px;
  color: rgb(255, 255, 255);
}
.top-main-visual-underline_txt02 {
  position: absolute;
  top: 90px;
  right: 0;
  height: 100px;
  background: #0c5146;
  z-index: 20;
  width: 76%;
  transform: skew(50deg);
  margin: 0 -100px 0 0;
}
.top-bana {
  margin: 180px 0 0;
}
.top-bana_wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-bana-company_wrap {
  width: 574px;
  height: 120px;
  background: url("../images/top-company_bana.png");
  padding: 31px 27px 27px 363px;
  box-sizing: border-box;
  margin: 0 51px 0 0;
  letter-spacing: 2px;
}
.top-bana-company_wrap:hover, .top-bana-recruit_wrap:hover {
  opacity: 0.8;
}
.top-bana-company_txt {
  font-size: 30px;
  color: rgb(255, 255, 255);
  border-left: 5px solid #01b99d;
  line-height: 19px;
  padding: 12px 0 12px 17px;
}
.top-bana-company_txt h2,.top-bana-recruit_txt h2 {
  font-size: 30px;
margin: 0;
	font-weight: normal;
}
.top-bana-company_txt span {
  font-size: 16px;
  color: rgb(255, 255, 255);
  letter-spacing: 0;
}
.top-bana-recruit_wrap {
  width: 574px;
  height: 120px;
  background: url("../images/top-recruit_bana.png");
  padding: 31px 27px 27px 363px;
  box-sizing: border-box;
  letter-spacing: 2px;
}
.top-bana-recruit_txt {
  font-size: 30px;
  color: rgb(255, 255, 255);
  border-left: 5px solid #01b99d;
  line-height: 19px;
  padding: 12px 0 12px 17px;
}
.top-bana-recruit_txt span {
  font-size: 16px;
  color: rgb(255, 255, 255);
  letter-spacing: 0;
}
.top-business_contents {
  display: flex;
  align-items: center;
}
.top-business_wrap {
  background: linear-gradient(-75deg, #efefef 0%, #efefef 64%, #fff 50%, #fff 100%);
  padding: 65px 0;
  height: 673px;
  margin: 84px 0 0 0;
}
.top-business-left_wrap {
  height: 669px;
  width: 50%;
  margin: 0 48px 0 0;
}
.top-business-txt_wrap {
  background: #000;
  display: flex;
}
.top-business_txt {
  font-size: 30px;
  color: rgb(255, 255, 255);
  border-left: 5px solid #01b99d;
  line-height: 19px;
  padding: 26px 0 12px 20px;
  margin: 19px 78px 16px auto;
  letter-spacing: 3px;
}
.top-business_txt h2 {
  font-size: 30px;
margin: 0;
	font-weight: normal;

}
.top-business_txt span {
  font-size: 16px;
  color: rgb(255, 255, 255);
  display: block;
  margin: 14px 0 0 0;
  letter-spacing: 0;
}
.top-business_img {
  background: url("../images/top-business-main.png");
  height: 546px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
.top-business-right_wrap {
  height: 669px;
  width: 557px;
  right: 179px;
}
.top-business-card_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-business_card {
  margin: 0 0 29px;
}
.top-business_card:hover {}
.top-business-card_img {
  width: 267px;
  height: 177px;
  overflow: hidden;
}
.top-business-card_img img {
  transition: transform 0.2s linear;
}
.top-business-card_img img:hover {
  transform: scale(1.2);
}
.top-business-card_ttl {
  font-size: 14px;
  color: rgb(0, 0, 0);
  letter-spacing: 1px;
  margin: 5px 0 0 0;
	font-weight: normal;
}
.top-business-card_ttl::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/link-ico.png");
  background-size: contain;
  vertical-align: middle;
}
.top-news_wrap {
  background: linear-gradient(to bottom, #16a88e, #0c5146);
  margin: 81px 0 0 0;
  padding: 29px 0 55px;
}
.top-news_contents {
  width: 1200px;
  margin: 0 auto;
}
.top-news-card_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1200px;
  margin: 28px auto 0;
}
.top-news-card_img {
  width: 387px;
  height: 257px;
  overflow: hidden;
}
.top-news-card_img img {
  transition: transform 0.2s linear;
}
.top-news-card_img img:hover {
  transform: scale(1.2);
}
.top-news_ttl {
  position: relative;
  font-size: 39px;
  color: rgb(255, 255, 255);
  border-left: 8px solid #fff;
  padding: 0 0 0 17px;
  font-weight: bold;
  letter-spacing: -4px;
  line-height: 53px;
}
.top-news_ttl::before {
  position: absolute;
  border-left: 8px solid #0c5146;
  content: "";
  left: -8px;
  width: 25px;
  z-index: 100;
  height: 27px;
  top: 0;
}
.top-news-card_txt {
  font-size: 14px;
  color: rgb(254, 254, 254);
  line-height: 1.143;
  margin: 15px 0 0 0;
}
.top-news-card_txt span {
  font-size: 16px;
  color: rgb(254, 254, 254);
  line-height: 1;
  display: block;
  margin: 0 0 18px 0;
}
.top-news-link {
  margin: 24px auto;
  font-size: 16px;
  color: rgb(1, 1, 1);
  line-height: 1;
  padding: 19px 0 78px;
  text-align: center;
}
.top-news-link a {
  border: 1px solid #676868;
  background: #fff;
  padding: 20px 57px;
  letter-spacing: 2px;
  color: #000;
}
.top-news-link a::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/link-ico.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 14px 0 0;
}
.top-news-link a:hover {
  background: #F8F8F8;
}
.main_visual {
  padding: 0;
  position: relative;
  /* margin: 16px 0 0 0;*/
}
.main_visual-news_img {
  background: url("../images/news-main.png");
  background-size: auto;
  background-size: cover;
  height: 391px;
}
.main_visual-biz_img {
  background: url("../images/business-main.png");
  background-size: auto;
  background-size: cover;
  height: 391px;
}
.main_visual-company_img {
  background: url("../images/company-main.png");
  background-size: auto;
  background-size: cover;
  height: 391px;
}
.main_visual-job_img {
  background: url("../images/job-main.png");
  background-size: auto;
  background-size: cover;
  height: 391px;
}
.main_visual-use_img {
  background: url("../images/use-main.png");
  background-size: auto;
  background-size: cover;
  height: 391px;
}
.main-visual-underline_wrap {
  position: absolute;
  z-index: 20;
  width: 100%;
  bottom: -93px;
  height: 187px;
  overflow: hidden;
}
.main-visual_underline {
  position: relative;
}
.main-visual-underline_txt {
  position: absolute;
  top: 0;
  background: #16a88e;
  height: 124px;
  width: 54%;
  transform: skew(50deg);
  margin: 0 0 0 -100px;
  display: flex;
  align-items: center;
  z-index: 22;
}
/*.main-visual-underline-txt_wrap {
  transform: skew(-50deg);
  padding: 0;
  font-size: 30px;
  
  color: rgb(255, 255, 255);
  border-left: 5px solid #0c5146;
  margin: 0px 319px 0 auto;
  height: 72px;
  padding: 0 0 0 20px;
}*/
.main-visual-underline-txt_wrap {
  font-size: 30px;
  color: rgb(255, 255, 255);
  border-left: 5px solid #0c5146;
  margin: 0px 319px 0 auto;
  height: 72px;
  padding: 0;
  width: 1200px;
  margin: 0 auto;
  z-index: 200;
  position: absolute;
  top: 63px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  line-height: 51px;
}
.main-visual-underline-txt_wrap h1 {
  display: block;
  letter-spacing: 3px;
  margin: 0 0 0 21px;
	font-size: 30px;
	font-weight: normal;
}
.main-visual-underline-txt_wrap span {
  display: block;
  letter-spacing: 3px;
  margin: 0 0 0 21px;
}
.main-visual-underline-txt_wrap span:nth-child(2) {
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 14px;
  letter-spacing: 0px;
}
.main-visual-underline_txt span {
  display: block;
  letter-spacing: 3px;
}
.main-visual-underline_txt span:nth-child(2) {
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 0px;
  letter-spacing: 0px;
}
.main-visual-underline_txt02 {
  position: absolute;
  top: 90px;
  height: 75px;
  background: #0c5146;
  z-index: 20;
  width: 100%;
  transform: skew(36deg);
  margin: 0 -100px 0 0;
  left: calc(((100% - 1594px) /2));
  ;
  display: flex;
  padding: 0 0 0 272px;
}
.main-visual-underline_txt02, .main-visual-underline_txt02_in a {
  color: #fff;
}
.main-visual-underline_txt02 span {
  display: block;
  transform: skew(-36deg);
  padding: 38px 0 0 0;
  font-size: 18px;
  color: rgb(255, 255, 255);
  margin: 0 7px 0 0;
}
.main-visual-underline_txt02_in {
  position: absolute;
  top: 145px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 100;
  width: 1200px;
  color: #fff;
  padding: 0 0 0 152px;
  display: flex;
  align-items: center;
}
.main-visual-underline_txt02_in span {
  display: block;
  font-size: 18px;
  color: rgb(255, 255, 255);
  margin: 0 7px 0 0;
}
.company-greeting_wrap {
  background: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 50%, #fff 50%, #fff 100%);
  padding: 127px 0 0 0;
}
.company-greeting_contents {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.company-greeting_ttl {
  border-left: 6.78px #01b99d solid;
  height: 51.54px;
  font-size: 24px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
}
.company-greeting_txt {
  margin: 25px 41px 0 0;
}
.company-greeting_name {
  margin: 29px 30px 0 0;
  text-align: right;
  letter-spacing: 2px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}
.company-greeting_name span {
  margin: 0 15px 0 0;
  font-size: 15px;
  letter-spacing: 0;
}
.company-greeting_right {
  margin: 22px 0 0 0;
}
.company-greeting-underline_wrap {
  background: #eaeaea;
}
.company-greeting-underline_txt {
  font-size: 80px;
  font-family: "Arial";
  color: rgba(255, 255, 255, 0.612);
  font-weight: bold;
  width: 1200px;
  text-align: right;
  margin: 0 auto;
  line-height: 61px;
  padding: 35px 0 0 0;
}
.company-profile_wrap {
  width: 1200px;
  margin: 74px auto 0;
}
.company-profile_ttl {
  border-left: 6.78px #01b99d solid;
  border-bottom: 1px solid #01b99d;
  height: 51.54px;
  font-size: 24px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  padding: 0 0 0 15px;
  background: #f4f3f3;
  display: flex;
  align-items: center;
  height: 52px;
  letter-spacing: 3px;
}
.company-profile_contents {
  margin: 48px 0 0 0;
}
.company-profile_contents table {
  width: 100%;
  margin: 0 0 76px;
}
.company-profile_contents td:first-child {
  border-top: 2px solid #01b99d;
  padding: 34px 57px;
  font-weight: bold;
  width: 273px;
  box-sizing: border-box;
}
.company-profile_contents td:nth-child(2) {
  border-top: 1px solid #b4b4b4;
  padding: 34px 0 34px 230px;
  box-sizing: border-box;
}
.company-profile_contents tr:last-child > * {
  border-bottom: 1px solid #b4b4b4;
}
.ttl-underline_wrap {
  z-index: 20;
  width: 100%;
  bottom: -97px;
  height: 187px;
  overflow: hidden;
  margin: 116px 0 0 0;
}
.ttl_underline {
  position: relative;
}
.ttl-underline_txt {
  position: absolute;
  top: 0;
  background: #16a88e;
  height: 124px;
  width: 54%;
  transform: skew(50deg);
  margin: 0 0 0 -100px;
  display: flex;
  align-items: center;
  z-index: 22;
}
/*.ttl-underline-txt_wrap {
  transform: skew(-50deg);
  padding: 0 0 0 24px;
  font-size: 30px;
  
  color: rgb(255, 255, 255);
  border-left: 5px solid #0c5146;
  margin: 0px 346px 0 auto;
  height: 71px;
}*/
.ttl-underline-txt_wrap {
  font-size: 30px;
  color: rgb(255, 255, 255);
  border-left: 5px solid #0c5146;
  margin: 0px 319px 0 auto;
  height: 72px;
  padding: 0 0 0 22px;
  width: 1200px;
  margin: 0 auto;
  z-index: 200;
  position: absolute;
  top: 63px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  line-height: 51px;
  box-sizing: border-box;
  letter-spacing: 3px;
}
/*.ttl-underline_txt span {
  display: block;
}
.ttl-underline_txt span:nth-child(2) {
  font-size: 16px;
  
  color: rgb(255, 255, 255);
  line-height: 0;
}*/
.ttl-underline-txt_wrap h1 {
  display: block;
	font-size: 30px;
	font-weight: normal;
	margin: 0;
}
.ttl-underline-txt_wrap span {
  display: block;
}

.ttl-underline-txt_wrap span:nth-child(2) {
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1;
  letter-spacing: 0px;
}
.ttl-underline_txt02 {
  position: absolute;
  top: 90px;
  height: 76px;
  background: #0c5146;
  z-index: 20;
  width: 94%;
  transform: skew(39deg);
  margin: 0 -100px 0 0;
  display: flex;
  padding: 0 0 0 272px;
  left: calc(((100% - 1594px) /2));
}
.ttl-underline_txt02 a {
  color: #fff;
}
.ttl-underline_txt02 span {
  display: block;
  transform: skew(-39deg);
  padding: 39px 0 0;
  font-size: 17px;
  color: rgb(255, 255, 255);
  margin: 0 7px 0 0;
}
.evolution_wrap {
  width: 1200px;
  margin: 50px auto 106px;
}
.evolution_wrap table {
  width: 100%;
  word-break: break-all;
  word-wrap: break-all;
}
.evolution_wrap td:first-child {
  padding: 17px 34px;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
}
.evolution_wrap td:nth-child(2) {
  padding: 17px 32px;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
}
.evolution_wrap td:nth-child(3) {
  padding: 12px 20px;
  font-size: 14px;
  line-height: 16px;
}
.use_wrap {
  width: 1200px;
  margin: 144px auto 0;
}
.use_wrap02 {
  width: 1200px;
  margin: 47px auto 141px;
}
.use_txt {
  line-height: 29px;
  margin: 18px 0 51px;
}
.use_txt ul {
  margin: 0 0 0 18px;
  padding: 0;
}
.use-li_disc {
  position: relative;
  padding-left: 15px;
}
.use-li_disc:before {
  content: "・";
  position: absolute;
  top: .1em;
  left: 0;
  width: 5px;
  height: 10px;
}
.use-li_check {
  position: relative;
  padding-left: 15px;
}
.use-li_check:before {
  content: "✓";
  position: absolute;
  top: .1em;
  left: 0;
  width: 5px;
  height: 10px;
}
.use-ul_02 {
  margin: 37px 0 39px 15px !important;
}
.use-li_decimal {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
.recruit_wrap {
  width: 1200px;
  margin: 120px auto 0;
}
.recruit_note {
  text-align: center;
  margin: 0 0 35px;
  color: red;
}
.recruit-top_txt {
  margin: 0;
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.recruit-top-image_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.5;
  margin: 23px 0 72px;
}
.recruit-top-image_left {
  border: 1px solid #b4b4b4;
  padding: 27px 39px;
  line-height: 26px;
  width: 682px;
  box-sizing: border-box;
}
.recruit-top-image_right {
  background: url("../images/job-image01.png");
  background-size: cover;
  width: 500px;
  height: 242px;
}
.green_font {
  color: #16a88e;
  font-weight: bold;
}
.green_font02 {
  color: #16a88e;
  margin: 29px 0 0 0;
  font-weight: bold;
}
.recruit_ttl {
  border-left: 6.78px #01b99d solid;
  border-bottom: 1px solid #01b99d;
  height: 51.54px;
  font-size: 24px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  padding: 0 0 0 15px;
  background: #f4f3f3;
  display: flex;
  align-items: center;
  height: 52px;
  letter-spacing: 3px;
}
.use_txt ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 10px;
}
.recruit_contents {
  margin: 48px 0 0 0;
}
.recruit_contents table {
  width: 100%;
  margin: 0 0 76px;
}
.recruit_contents td:first-child {
  border-top: 2px solid #01b99d;
  padding: 28px 0 28px 100px;
  font-weight: bold;
  width: 329px;
  box-sizing: border-box;
}
.recruit_contents td:nth-child(2) {
  border-top: 1px solid #b4b4b4;
  padding: 28px 0 28px 187px;
}
.recruit_contents02 {
  margin: 48px 0 0 0;
}
.recruit_contents02 table {
  width: 100%;
  margin: 0 0 76px;
}
.recruit_contents02 td:first-child {
  border-top: 2px solid #01b99d;
  padding: 34px 57px;
  font-weight: bold;
}
.recruit_contents02 td:nth-child(2) {
  border-top: 1px solid #b4b4b4;
  padding: 9px 52px 9px 189px;
}
.recruit_contents tr:last-child > * {
  border-bottom: 1px solid #b4b4b4;
}
.recruit_contents02 tr:last-child > * {
  border-bottom: 1px solid #b4b4b4;
}
.recruit_contents02_form_txt01 {
  height: 33px;
  width: 100%;
}
.recruit_contents02_form_txt02 {
  height: 33px;
  width: 207px;
  margin: 0 0 22px;
}
.recruit_contents02_form_textarea {
  height: 67px !important;
  width: 100% !important;
}
.recruit_contents02_form_textarea02 {
  height: 180px !important;
  width: 100% !important;
}
.recruit_contents02 span {
  font-size: 12px;
  color: rgb(255, 255, 255);
  line-height: 1.333;
  background-color: rgb(251, 6, 6);
  padding: 4px 10px;
  margin: 0 10px 0 0;
  border-radius: 3px;
}
.submit {
  text-align: center;
  margin: 0 0 114px;
}
.button {
  display: inline-block;
  border-radius: 10px;
  font-size: 18pt;
  text-align: center;
  cursor: pointer;
  padding: 35px 12px;
  background: linear-gradient(to right, #01b99d, #059680);
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  box-shadow: 0 1px #437440;
  border: 0;
  width: 829px;
}
.button:hover {
  box-shadow: none;
  transform: scale(1.2, 1.2);
}
.news_wrap {
  width: 1200px;
  margin: 152px auto 0;
}
.news_card {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 75px 0 0 0;
}
.news-card_img {
  position: relative;
  width: 300px;
  height: 200px;
  border: 1px solid #bfc1c1;
  margin: 21px 0 0 0;
}
.news-card_img_wrap {
  position: absolute;
  top: -21px;
  left: 10px;
  width: 300px;
  height: 200px;
  overflow: hidden;
}
.news-card_img_wrap img {
  width: 100%;
  transition: transform 0.2s linear;
}
.news-card_img_wrap img:hover {
  transform: scale(1.2);
}
.news-card_txt {
  background: url("../images/news-txt_ico01.png"), url("../images/news-txt_ico02.png");
  background-repeat:
    no-repeat, no-repeat;
  background-position:
    top left, bottom right;
  width: 830px;
  padding: 50px 65px;
  box-sizing: border-box;
  cursor: pointer;
}
.news-card_txt:hover {
  background: url("../images/news-txt_ico01hov.png"), url("../images/news-txt_ico02hov.png");
  background-repeat:
    no-repeat, no-repeat;
  background-position:
    top left, bottom right;
}
.news-card_txt div:first-child {
  font-size: 14px;
  color: rgb(0, 0, 0);
  line-height: 1.714;
}
.news-card_txt div:nth-child(2) {
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-weight: bold;
}
.news-card_txt div:nth-child(3) {
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1.5;
}
.news_ttl {
  border-left: 6.78px #01b99d solid;
  border-bottom: 1px solid #01b99d;
  height: 51.54px;
  font-size: 24px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  padding: 0 0 0 15px;
  background: #f4f3f3;
  display: flex;
  align-items: center;
  height: 52px;
  letter-spacing: 3px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news_ttl::after {
  content: 'NEWS';
  display: inline-block;
  font-size: 60px;
  color: rgb(255, 255, 255);
  margin: 0 23px 0 0;
}
.pager {
  margin: 44px 0 108px;
}
.pager ul {
  margin: 0;
  padding: 0;
}
.pager li {
  display: inline-block;
  border: 1px solid #bfc1c1;
  padding: 10px 15px;
}
.news_ttl_02_wrap {
  margin: 151px 0 0 0;
  border-bottom: 1px solid #01b99d;
  height: 150px;
  font-size: 24px;
  color: rgb(0, 0, 0);
  background: #f4f3f3;
}
.news_ttl_02 {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.news_ttl_02 div:first-child {
  font-size: 16px;
  color: rgb(0, 0, 0);
}
.news_ttl_02 div:nth-child(2) {
  border-left: 6.78px #01b99d solid;
  font-size: 24px;
  color: rgb(0, 0, 0);
  margin: 14px 0 0 2px;
  height: 45px;
  padding: 0 0 0 15px;
  font-weight: bold;
}
.news_ttl_02 h2 {
  border-left: 6.78px #01b99d solid;
  font-size: 24px;
  color: rgb(0, 0, 0);
  margin: 14px 0 0 2px;
  height: 45px;
  padding: 0 0 0 15px;
  font-weight: bold;
}
.news_wrap_02 {
  width: 1200px;
  margin: 45px auto;
}
.news-contents_txt {
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1.5;
}
.news-contents-img_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
.news-caption-txt{
	text-align: center;
	margin: 10px 0;
}
.news-contents_img01 {
  margin: 45px 0 0 0;
}
.news-contents_img02 {
  width: 390px;
  height: 261px;
  /*overflow: hidden;*/
}
.news-contents_back {
  text-align: center;
  margin: 109px 0 111px 0;
}
.back-button {
  display: inline-block;
  border-radius: 5px;
  font-size: 18pt;
  text-align: center;
  cursor: pointer;
  padding: 20px 12px;
  background: url("../images/back-arrow.png"), linear-gradient(to right, #01b99d, #059680);
  background-position: center left 10px, center left;
  background-repeat: no-repeat, no-repeat;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  box-shadow: 0 1px #437440;
  border: 0;
  width: 413px;
}
.back-button:hover {
  box-shadow: none;
  transform: scale(1.2, 1.2);
}
.biz-01_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 148px auto 0;
}
.biz-02_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 138px auto 109px;
}
.biz-03_wrap, .biz-04_wrap, .biz-05_wrap, .biz-06_wrap, .biz-07_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 61px auto 109px;
}
.biz-01_left {
  width: 50%;
  background: url("../images/biz-01.png");
  background-size: cover;
  height: 376px;
}
.biz-01_right {
  width: 50%;
  padding: 48px 0 0 68px;
  background: #efefef;
  box-sizing: border-box;
  height: 376px;
}
.biz-01_right div:first-child {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 0 28px;
}
.biz-01_right div:first-child span {
  color: #1a63a7;
}
.biz-01_right div:nth-child(2) {
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1.875;
  margin: 33px 0 0 0;
  width: 479px;
  text-align: center;
}
.biz-02_left {
  background: url("../images/biz-spo_01.png");
  background-size: cover;
  background-position: top right 72px;
  background-repeat: no-repeat;
  height: 528px;
  font-size: 60px;
  color: rgb(255, 255, 255);
  width: 50%;
  text-shadow: 0px 0px 10px #000;
  font-weight: bold;
  padding: 20px 123px 0 0;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  text-align: right;
}
.biz-02_right, .biz-04_right, .biz-06_right {
  width: 50%;
  height: 469px;
}
.biz-03_left, .biz-05_left, .biz-07_left {
  width: 50%;
  height: 480px;
  display: flex;
  align-items: flex-end;
  flex-flow: column;
}
.biz_ttl {
  height: 84px;
  border-left: 9.78px #01b99d solid;
  border-bottom: 1px solid #01b99d;
  font-size: 30px;
  color: rgb(1, 1, 1);
  font-weight: bold;
  padding: 0 0 0 14px;
  margin: 38px 0 0 0;
  line-height: 45px;
  width: 600px;
  box-sizing: border-box;
}
.biz_ttl h2,.biz_ttl02 h2,.biz_ttl03 h2{
 
  font-size: 30px;
 
  font-weight: bold;
	margin: 0;
 
}
.biz_ttl h3,.biz_ttl02 h3,.biz_ttl03 h3 {
  display: block;
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 39px;
	margin: 0;
}
.biz_ttl02 {
  height: 84px;
  border-left: 9.78px #01b99d solid;
  border-bottom: 1px solid #01b99d;
  font-size: 30px;
  color: rgb(1, 1, 1);
  font-weight: bold;
  padding: 0 0 0 14px;
  margin: 24px 0 0 0;
  line-height: 45px;
  width: 600px;
  box-sizing: border-box;
}
.biz_ttl02 span {
  display: block;
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 39px;
}
.biz_ttl03 {
  height: 84px;
  border-left: 9.78px #01b99d solid;
  border-bottom: 1px solid #01b99d;
  font-size: 30px;
  color: rgb(1, 1, 1);
  font-weight: bold;
  padding: 0 0 0 14px;
  margin: 15px 0 0 0;
  line-height: 45px;
  width: 600px;
  box-sizing: border-box;
}
.biz_ttl03 span {
  display: block;
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 39px;
}
.biz-05_left ul {
  margin: 0;
  height: 72px;
  column-count: 2;
  width: 290px;
  padding: 0;
}
.biz-02_right div:nth-child(2), .biz-03_left div:nth-child(2), .biz-04_right div:nth-child(2), .biz-05_left div:nth-child(2), .biz-06_right div:nth-child(2), .biz-07_left div:nth-child(2) {
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1.5;
  padding: 0 0 0 20px;
  margin: 27px 0 0 0;
  width: 600px;
  box-sizing: border-box;
}
.biz-02_right div:nth-child(3), .biz-04_right div:nth-child(3), .biz-07_left div:nth-child(3) {
  display: flex;
  width: 600px;
  margin: 30px 0 0 0;
}
.biz-03_left div:nth-child(3) {
  display: flex;
  width: 600px;
  margin: 80px 0 0 0;
}
.biz-05_left div:nth-child(3) {
  display: flex;
  width: 600px;
  margin: 78px 0 0 0;
}
.biz-06_right div:nth-child(3) {
  display: flex;
  width: 600px;
  margin: 15px 0 0 0;
}
.biz-07_left div:nth-child(3) {
  display: flex;
  width: 600px;
  margin: 78px 0 0 0;
}
.biz-02_right div:nth-child(3) div, .biz-03_left div:nth-child(3) div, .biz-04_right div:nth-child(3) div, .biz-05_left div:nth-child(3) div, .biz-06_right div:nth-child(3) div, .biz-07_left div:nth-child(3) div {
  margin: 0;
  padding: 0;
  width: 295px;
  height: 200px;
  overflow: hidden;
}
.biz-02_right div:nth-child(3) div:last-child, .biz-03_left div:nth-child(3) div:last-child, .biz-04_right div:nth-child(3) div:last-child, .biz-05_left div:nth-child(3) div:last-child, .biz-06_right div:nth-child(3) div:last-child, .biz-07_left div:nth-child(3) div:last-child {
  margin: 0 0 0 5px;
  width: 295px;
  height: 200px;
  overflow: hidden;
}
.biz-02_right div:nth-child(3) div:last-child img, .biz-03_left div:nth-child(3) div:last-child img, .biz-04_right div:nth-child(3) div:last-child img, .biz-05_left div:nth-child(3) div:last-child img, .biz-06_right div:nth-child(3) div:last-child img, .biz-07_left div:nth-child(3) div:last-child img {
  height: 100%;
  width: auto;
}
.event-sub_img {
  margin: 55px 0 0 0 !important;
}
.biz-03_right {
  background: url("../images/biz-spo_04.png");
  background-size: cover;
  background-position: top left 46px;
  background-repeat: no-repeat;
  height: 499px;
  font-size: 60px;
  color: rgb(255, 255, 255);
  width: 50%;
  text-shadow: 0px 0px 10px #000;
  font-weight: bold;
  padding: 15px 0 0 91px;
  box-sizing: border-box;
}
.biz-04_left {
  background: url("../images/biz-spo_07.png");
  background-size: cover;
  background-position: top right 72px;
  background-repeat: no-repeat;
  height: 503px;
  font-size: 72px;
  color: rgb(255, 255, 255);
  width: 50%;
  text-shadow: 0px 0px 10px #000;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  padding: 155px 119px 0;
  box-sizing: border-box;
}
.biz-05_right {
  background: url("../images/biz-spo_11.png");
  background-size: cover;
  background-position: top left 44px;
  background-repeat: no-repeat;
  height: 497px;
  font-size: 72px;
  color: rgb(255, 255, 255);
  width: 50%;
  text-shadow: 0px 0px 10px #000;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  padding: 0 28px 27px 0;
  box-sizing: border-box;
  align-items: flex-end;
  line-height: 88px;
}
.biz-06_left {
  background: url("../images/biz-spo_14.png");
  background-position-x: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: cover;
  background-position: top right 72px;
  background-repeat: no-repeat;
  height: 499px;
  font-size: 72px;
  color: rgb(255, 255, 255);
  width: 50%;
  text-shadow: 0px 0px 10px #000;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  padding: 32px 123px 0 0;
  box-sizing: border-box;
  line-height: 74px;
}
.biz-07_right {
  background: url("../images/biz-spo_17.png");
  background-size: cover;
  background-position: top left 44px;
  background-repeat: no-repeat;
  height: 494px;
  font-size: 72px;
  color: rgb(255, 255, 255);
  width: 50%;
  text-shadow: 0px 0px 10px #000;
  font-weight: bold;
  padding: 172px 28px 27px 79px;
  box-sizing: border-box;
  align-items: flex-end;
  line-height: 88px;
}