@charset "utf-8";

/* top */

/* header
----------------------------------------- */
/* header-wrapper */
.header-wrapper {
	height: 100vh;
	max-height: 580px;
}

/* main-visual-area */
.main-visual-area {
	position: relative;
}
.main-slide {
}
.main-slide li {
	width: 100%;
	height: calc(100vh - 165px);
	max-height: calc(580px - 165px);
}
.main-slide .m-slide01 {
	background: url(../../images/main-visual01_sp.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide02 {
	position: relative;
	background: url(../../images/main-visual02_sp.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide03 {
	position: relative;
	background: url(../../images/main-visual03_sp.jpg) center center no-repeat;
	background-size: cover;
}

.main-slide .m-slide04 {
	position: relative;
	background: url(../../images/main-visual04_sp.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide05 {
	position: relative;
	background: url(../../images/main-visual05_sp.jpg) center center no-repeat;
	background-size: cover;
}



.main-copy-set {
	box-sizing: border-box;
	width: 80%;
	position: absolute;
	top: -60px;
	left: 10%;
	z-index: 100;
}
.main-copy01 {
	font-family: 'Noto Serif JP';
	font-weight: 500;
	display: inline-block;
	margin-top: 18px;
	opacity: 0;
	transition: all 0.7s;
}
.main-copy01.fade-in {
	margin-top: 0;
	opacity: 1;
}
.main-copy01-inner {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: lr-tb;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 3.9rem;
	line-height: 1.4;
}
.main-copy01-inner .kutoten {
	font-size: 3.4rem;
}
.main-copy02 {
	display: inline-block;
	margin-right: 1rem;
	margin-top: 18px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: lr-tb;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 1.1rem;
	line-height: 2.0;
	opacity: 0;
	transition: all 0.7s;
}
.main-copy02.fade-in {
	margin-top: 0;
	opacity: 1.0;
}
.main-copy02-01 {
}
.main-copy02-02 {
}

.recruit-site-btn {
	position: absolute;
	bottom: 10%;
	left: 10%;
	width: 120px;
	height: 120px;
	margin: 0 0 -10px -10px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	z-index: 100;
	opacity: 0;
	transition: all 1.2s;
}
.recruit-site-btn.fade-in {
	margin: 0;
	opacity: 1;
}
.recruit-site-btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 114px;
	height: 114px;
	background: url(../../images/recruit-btn-frame.svg) 0 0 no-repeat;
	background-size: 114px 114px;
	transition: all .3s;
}
.recruit-site-btn-ttl {
	position: relative;
	margin-top: 35px;
}
.recruit-site-btn-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	left: 50%;
	width: 11px;
	height: 14px;
	margin-left: -3px;
	background: url(../../images/recruit-btn-arrow.svg) 0 0 no-repeat;
	background-size: 11px 14px;
	transition: all .3s;
}
.recruit-site-btn-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 7px;
	font-size: 1.0rem;
	color: #0cb59b;
	letter-spacing: 0.05em;
	line-height: 1.0;
}
.recruit-site-btn-ttl .jpn {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #2a2a2a;
	letter-spacing: 0.05em;
	line-height: 1.0;
}


/* contents
----------------------------------------- */
#contents {
}

/* news-sec */
.news-sec {
	margin: 45px 0 55px;
	padding: 0 30px;
}
.news-sec-ttl {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
}
.news-sec-ttl span {
	padding-bottom: 10px;
	border-bottom: 2px solid #0cb59b;
}
.news-sec-list {
	margin-bottom: 35px;
}
.news-sec-list li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #d2d2d2;
}
.news-sec-list li:last-child {
	margin-bottom: 0;
}
.news-sec-info {
	margin-bottom: 5px;
}
.news-date {
	display: inline-block;
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	width: 5.5em;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
}
.news-category a {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	padding: 1px 5px;
	border: 1px solid #0cb59b;
	font-size: 1.0rem;
	letter-spacing: 0.02em;
	line-height: 1.0;
	color: #0cb59b;
}
.news-category a:hover {
	color: #0cb59b;
}

.news-sec-list-ttl {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.6;
}
.news-link-text {
	text-align: right;
}



.oneArea {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	margin-bottom: 5%;
  }
  .oneArea .oneBox {
	border: 1px solid #c0c0c0;
	background: rgb(255, 255, 255);
	box-sizing: border-box;
	font-size: 1.5rem;
	text-align: center;
	padding: 20px;
	margin: 1%;
  }
  .oneBox-ttl {
	margin-bottom: 5%;
  }

  * about-sec */
  .about-sec {
	  max-width: 830px;
	  margin: 120px auto 0;
	  padding: 0 20px;
  }
  
  .about-sec.fade-in::before {
	  position: absolute;
	  top: 80px;
	  left: 48%;
	  opacity: 0.8;
  }
  .about-sec.fade-in::after {
	  position: absolute;
	  top: 90px;
	  left: calc(48% + 10px);
	  opacity: 0.8;
  }
  
  .about-sec-img {
	  width: 50%;
	  padding: 20px 0 0;
	  opacity: 0;
	  transition: all .8s;
  }
  .about-sec-img.fade-in {
	  padding: 0;
	  opacity: 1;
  }
  
  .about-sec-text {
	  box-sizing: border-box;
	  position: relative;
	  width: 100%;
	  padding: 0 0% 0;
	  overflow: hidden;
  }
  .about-sec-text::before {
	  display: none;
  }
  .about-sec-text::after {
	  display: none;
  }
  .about-sec-text-inner {
  }
  .about-sec-ttl {
	margin: 1% 1% 10% 10%;
	  font-size: 3.6rem;
	  line-height: 1.4;
  }
  .about-sec-lead {
	margin: 1% 1% 10% 10%;
	  font-size: 1.4rem;
	  line-height: 2.2;
  }
  .about-sec-btn {
	  text-align: left;
  }
  
  
/* service-sec */
.service-sec {
    margin-bottom: 80px;
    padding: 0 15px;
}
.service-sec-ttl {
    margin-bottom: 55px;
    text-align: center;
}
.service-sec-ttl .jpn {
    display: block;
    font-size: 2.6rem;
    line-height: 1.6;
}
.service-sec-lead {
    font-size: 1.4rem;
    line-height: 2.2;
}
/* equipment-sec */
.equipment-sec {
    margin-bottom: 80px;
    padding: 0 15px;
}
.equipment-sec-ttl {
    margin-bottom: 55px;
    text-align: center;
}
.equipment-sec-ttl .jpn {
    display: block;
    font-size: 2.6rem;
    line-height: 1.6;
}
.equipment-sec-lead {
    font-size: 1.4rem;
    line-height: 2.2;
}


/* business-sec */
.business-sec {
}
.business-sec-img {
	padding-top: 15px;
	opacity: 0;
	transition: all .8s;
}
.business-sec-img.fade-in {
	padding-top: 0;
	opacity: 1;
}
.business-sec-text {
	position: relative;
	padding: 80px 30px 70px;
	overflow: hidden;
}
.business-sec-text::before {
	display: block;
	content: "";
	position: absolute;
	top: 15px;
	left: 25px;
	width: 517px;
	height: 110px;
	background: url(../../images/type-line-business.png) 0 0 no-repeat;
	background-size: 517px 110px;
	z-index: -10;
	opacity: 0;
	transition: all 1.0s;
}
.business-sec-text::after {
	display: block;
	content: "";
	position: absolute;
	top: 20px;
	left: 40px;
	width: 517px;
	height: 110px;
	background: url(../../images/type-fill-business.png) 0 0 no-repeat;
	background-size: 517px 110px;
	z-index: -10;
	opacity: 0;
	transition: all 1.0s .1s;
}
.business-sec-text.fade-in::before {
	position: absolute;
	top: 15px;
	left: 0;
	opacity: 0.8;
}
.business-sec-text.fade-in::after {
	position: absolute;
	top: 20px;
	left: 5px;
	opacity: 0.9;
}

.business-sec-ttl {
	margin-bottom: 25px;
	font-size: 2.6rem;
	line-height: 1.4;
}
.business-sec-lead {
	margin-bottom: 45px;
	font-size: 1.2rem;
	line-height: 2.2;
}
.business-sec-btn {
}

/* new-recruit-sec */
.new-recruit-sec {
}
/*.new-recruit-sec::before {
	display: block;
	content: "";
	position: absolute;
	top: 80px;
	left: calc(48% + 60px);
	width: 1034px;
	height: 220px;/
	background: url(../../images/type-line-new-recruit.png) 0 0 no-repeat;
	background-size: 1034px 220px;
	z-index: -10;
	opacity: 0;
	transition: all 2.0s;*
}
.new-recruit-sec::after {
	display: block;
	content: "";
	position: absolute;
	top: 90px;
	left: calc(48% + 70px);
	width: 1000px;
	height: 213px;
	background: url(../../images/type-fill-new-recruit.png) 0 0 no-repeat;
	background-size: 1000px 213px;
	z-index: -10;
	opacity: 0;
	transition: all 2.0s .4s;
}*/

.new-recruit-sec.fade-in::before {
	position: absolute;
	top: 80px;
	left: 48%;
	opacity: 0.8;
}
.new-recruit-sec.fade-in::after {
	position: absolute;
	top: 90px;
	left: calc(48% + 10px);
	opacity: 0.8;
}

.new-recruit-sec-img {
	padding: 20px 0 0;
	opacity: 0;
	transition: all .8s;
}
.new-recruit-sec-img.fade-in {
	flex-wrap: wrap;
	padding: 0;
	opacity: 1;
}

.new-recruit-sec-text {
	box-sizing: border-box;
	position: relative;
	padding: 0 8% 0;
	overflow: hidden;
}
.new-recruit-sec-text::before {
	display: none;
}
.new-recruit-sec-text::after {
	display: none;
}
.new-recruit-sec-text-inner {
}
.new-recruit-sec-ttl {
	margin-bottom: 30px;
	font-size: 3.6rem;
	line-height: 1.4;
}
.new-recruit-sec-ttl .jpn {
	margin-bottom: 30px;
	font-size: 6rem;
	line-height: 1.4;
	color: #e38619;
}
.new-recruit-sec-lead {
	margin-bottom: 45px;
	font-size: 1.4rem;
	line-height: 2.2;
}
.new-recruit-sec-btn  .link-btn-std{
	margin: 0 auto;
}


/* recruit-sec */
.recruit-sec {
	margin-bottom: 70px;
	padding: 60px 0;
	background: url(../../images/recruit-bg_sp.jpg) 0 0 no-repeat;
	background-size: cover;
}
.recruit-sec-inner {
}
.recruit-sec-ttl-area {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	margin-right: 15%;
}
.recruit-sec-ttl {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	height: 4.5em;
	font-size: 2.6rem;
}
.recruit-sec-lead {
	margin-right: 20px;
	font-size: 1.2rem;
}

.recruit-sec-img-area {
	position: relative;
	padding: 25px 0 90px 13%;
	overflow: hidden;
	opacity: 0;
	transition: all 1.3s;
}
.recruit-sec-img-area.fade-in {
	opacity: 1;
	padding: 35px 0 90px 13%;
}

.recruit-sec-img-area::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 50px;
	left: 85px;
	width: 427px;
	height: 103px;
	background: url(../../images/type-line-recruit.png) 0 0 no-repeat;
	background-size: 427px 103px;
	z-index: 10;
	opacity: 0;
	transition: all 1.2s;
}
.recruit-sec-img-area::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 50px;
	left: 71px;
	width: 412px;
	height: 100px;
	background: url(../../images/type-fill-recruit.png) 0 0 no-repeat;
	background-size: 412px 100px;
	z-index: 10;
	opacity: 0;
	transition: all 1.2s .4s;
}
.recruit-sec-img-area.fade-in::before {
	position: absolute;
	bottom: 50px;
	left: 25px;
	opacity: 0.8;
}
.recruit-sec-img-area.fade-in::after {
	position: absolute;
	bottom: 50px;
	left: 31px;
	opacity: 0.9;
}


.recruit-sec-sp-btn {
}

/* works-sec */
.works-sec {
	margin-bottom: 80px;
	padding: 0 15px;
}
.works-sec-ttl {
	margin-bottom: 55px;
	text-align: center;
}
.works-sec-ttl .jpn {
	display: block;
	font-size: 2.6rem;
	line-height: 1.6;
}
.works-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	color: #0cb59b;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.works-sec-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.works-sec-list li {
	width: 48%;
	margin-bottom: 30px;
	opacity: 0;
	transition: all .6s;
}
.works-sec-list li.fade-in {
	opacity: 1;
}
.works-sec-list li:nth-child(odd) {
	margin-right: 4%;
}
.works-img {
	display: block;
	position: relative;
}
.works-category {
	position: absolute;
	top: -16px;
	left: -7px;
	width: 33px;
	height: 33px;
	text-align: center;
	font-size: 1.0rem;
	color: #fff;
	border-radius: 50%;
	line-height: 33px;
}
.works-category.private {
	background-color: #1c79ba;
}
.works-category.public {
	background-color: #e38619;
}

.works-info {
	padding-top: 10px;
}
.works-date {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 2px;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
.works-name {
	font-size: 1.2rem;
}
.works-link {
}
.works-sec-btn {
}
















/* tablet:760px - 1000px */
@media only screen and (min-width: 760px) {

/* header
----------------------------------------- */
/* header-wrapper */
.header-wrapper {
	height: 100vh;
	min-height: 880px;
	max-height: 100vh;
}

/* main-visual-area */
.main-visual-area {
	position: relative;
}
.main-slide {
}
.main-slide li {
	width: 100%;
	height: calc(100vh - 345px);
	min-height: 535px;
	max-height: 100vh;
}
.main-slide .m-slide01 {
	background: url(../../images/main-visual01_pc.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide02 {
	position: relative;
	background: url(../../images/main-visual02_pc.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide03 {
	position: relative;
	background: url(../../images/main-visual03_pc.jpg) center center no-repeat;
	background-size: cover;
}
/*
.main-slide .m-slide04 {
	position: relative;
	background: url(../../images/main-visual04_pc.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide05 {
	position: relative;
	background: url(../../images/main-visual05_pc.jpg) center center no-repeat;
	background-size: cover;
}
*/

.main-copy-set {
	box-sizing: border-box;
	width: 80%;
	position: absolute;
	top: -110px;
	left: 16.7%;
	z-index: 100;
}
.main-copy01 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	display: inline-block;
	margin-top: 25px;
	opacity: 0;
	transition: all 0.8s;
}
.main-copy01.fade-in {
	margin-top: 0;
	opacity: 1;
}
.main-copy01-inner {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 7.3rem;
	line-height: 1.4;
}
.main-copy01-inner .kutoten {
	font-size: 6.0rem;
}
.main-copy02 {
	display: inline-block;
	margin-right: 2.0rem;
	margin-top: 25px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 1.6rem;
	line-height: 2.2;
	opacity: 0;
	transition: all 0.8s;
}
.main-copy02.fade-in {
	margin-top: 0;
	opacity: 1.0;
}
.main-copy02-01 {
}
.main-copy02-02 {
}

.recruit-site-btn {
	position: absolute;
	bottom: 60px;
	left: auto;
	right: 60px;
	width: 170px;
	height: 170px;
	margin: 0 -10px -10px 0;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	z-index: 100;
	opacity: 0;
	transition: all 0.8s;
}
.recruit-site-btn.fade-in {
	margin: 0;
	opacity: 1;
}
.recruit-site-btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 160px;
	height: 160px;
	background: url(../../images/recruit-btn-frame.svg) 0 0 no-repeat;
	background-size: 160px 160px;
	transition: all .4s;
}
.recruit-site-btn:hover::after {
	transform: rotate(180deg);
}
.recruit-site-btn-ttl {
	position: relative;
	margin-top: 53px;
}
.recruit-site-btn-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -38px;
	left: 50%;
	width: 15px;
	height: 19px;
	margin-left: -5px;
	background: url(../../images/recruit-btn-arrow.svg) 0 0 no-repeat;
	background-size: 15px 19px;
	transition: all .4s;
}
.recruit-site-btn:hover .recruit-site-btn-ttl::after {
	margin-left: 0;
}
.recruit-site-btn-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 1.4rem;
	color: #0cb59b;
	letter-spacing: 0.05em;
	line-height: 1.0;
}
.recruit-site-btn-ttl .jpn {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: 2.0rem;
	color: #2a2a2a;
	letter-spacing: 0.05em;
	line-height: 1.0;
}

/* contents
----------------------------------------- */
#contents {
	position: relative;
	z-index: 1000;
}

/* news-sec */
.news-sec {
	max-width: 830px;
	margin: 120px auto 0;
	padding: 0 20px;
}
.news-sec-inner {
	display: flex;

}
.news-sec-ttl {
	width: 150px;
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: left;
	font-size: 2.2rem;
	letter-spacing: 0.02em;
}
.news-sec-ttl span {
	padding-bottom: 12px;
	border-bottom: 2px solid #0cb59b;
}
.news-sec-list {
	width: calc(100%);
	margin-bottom: 45px;
}
.news-sec-list li {
	display: flex;
	margin-bottom: 23px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d2d2d2;
}
.news-sec-list li:last-child {
	margin-bottom: 0;
}
.news-sec-info {
	width: 15.5em;
	margin-bottom: 5px;
}
.news-date {
	display: inline-block;
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	width: 7em;
	padding: 0 0 0 10px;
	font-size: 1.5rem;
	letter-spacing: 0.02em;
}
.news-category a {
	display: inline-block;
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	padding: 3px 5px 2px;
	border: 1px solid #0cb59b;
	font-size: 1.1rem;
	letter-spacing: 0.02em;
	line-height: 1.0;
	color: #0cb59b;
	transition: all .2s;
}
.news-category a:hover {
	border: 1px solid #14d0b3;
	color: #14d0b3;
}
.news-sec-list-ttl {
	display: inline-block;
	width: calc(100% - 15.5em);
	padding-top: 3px;
	font-size: 1.4rem;
	line-height: 1.6;
	transition: all .2s;
}
.news-sec-list-ttl:hover {
	color: #0cb59b;
}
.news-link-text {
	text-align: right;
}



.oneArea {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	margin-bottom: 5%;
  }
  .oneArea .oneBox {
	flex-wrap: wrap;
	flex-basis: 30%;
	border: 1px solid #c0c0c0;
	background: rgb(255, 255, 255);
	box-sizing: border-box;
	font-size: 1.5rem;
	text-align: center;
	padding: 20px;
	margin: 1%;
  }
  .oneBox-ttl {
	margin-bottom: 5%;
  }

/* about-sec */
.about-sec {
	max-width: 830px;
	margin: 120px auto 0;
	padding: 0 20px;
}

.about-sec.fade-in::before {
	position: absolute;
	top: 80px;
	left: 48%;
	opacity: 0.8;
}
.about-sec.fade-in::after {
	position: absolute;
	top: 90px;
	left: calc(48% + 10px);
	opacity: 0.8;
}

.about-sec-img {
	width: 50%;
	padding: 20px 0 0;
	opacity: 0;
	transition: all .8s;
}
.about-sec-img.fade-in {
	padding: 0;
	opacity: 1;
}

.about-sec-text {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 0 0% 0;
	overflow: hidden;
}
.about-sec-text::before {
	display: none;
}
.about-sec-text::after {
	display: none;
}
.about-sec-text-inner {
}
.about-sec-ttl {
	margin: 1% 1% 10% 10%;
	font-size: 3.6rem;
	line-height: 1.4;
}
.about-sec-lead {
	margin: 1% 1% 10% 10%;
	font-size: 1.4rem;
	line-height: 2.2;
}
.about-sec-btn {
	text-align: left;
}



/* service-sec */
.service-sec {
    margin-bottom: 80px;
    padding: 0 15px;
}
.service-sec-ttl {
    margin-bottom: 55px;
    text-align: center;
}
.service-sec-ttl .jpn {
    display: block;
    font-size: 2.6rem;
    line-height: 1.6;
}
.service-sec-lead {
    font-size: 1.4rem;
    line-height: 2.2;
}
/* equipment-sec */
.equipment-sec {
    margin-bottom: 80px;
    padding: 0 15px;
}
.equipment-sec-ttl {
    margin-bottom: 55px;
    text-align: center;
}
.equipment-sec-ttl .jpn {
    display: block;
    font-size: 2.6rem;
    line-height: 1.6;
}
.equipment-sec-lead {
    font-size: 1.4rem;
    line-height: 2.2;
}


/* business-sec */
.business-sec {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 180px;
	padding-top: 140px;
	overflow: hidden;
}
.business-sec::before {
	display: block;
	content: "";
	position: absolute;
	top: 80px;
	left: calc(48% + 60px);
	width: 1034px;
	height: 220px;
	background: url(../../images/type-line-business.png) 0 0 no-repeat;
	background-size: 1034px 220px;
	z-index: -10;
	opacity: 0;
	transition: all 2.0s;
}
.business-sec::after {
	display: block;
	content: "";
	position: absolute;
	top: 90px;
	left: calc(48% + 70px);
	width: 1000px;
	height: 213px;
	background: url(../../images/type-fill-business.png) 0 0 no-repeat;
	background-size: 1000px 213px;
	z-index: -10;
	opacity: 0;
	transition: all 2.0s .4s;
}
.business-sec.fade-in::before {
	position: absolute;
	top: 80px;
	left: 48%;
	opacity: 0.8;
}
.business-sec.fade-in::after {
	position: absolute;
	top: 90px;
	left: calc(48% + 10px);
	opacity: 0.8;
}

.business-sec-img {
	width: 50%;
	padding: 20px 0 0;
	opacity: 0;
	transition: all .8s;
}
.business-sec-img.fade-in {
	padding: 0;
	opacity: 1;
}

.business-sec-text {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 0 0% 0;
	overflow: hidden;
}
.business-sec-text::before {
	display: none;
}
.business-sec-text::after {
	display: none;
}
.business-sec-text-inner {
}
.business-sec-ttl {
	margin-bottom: 30px;
	font-size: 3.6rem;
	line-height: 1.4;
}
.business-sec-lead {
	margin-bottom: 45px;
	font-size: 1.4rem;
	line-height: 2.2;
}
.business-sec-btn {
	text-align: left;
}

/* new-recruit-sec */
.new-recruit-sec {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 180px;
	padding-top: 140px;
	overflow: hidden;
	background-color: #fff;
}
.new-recruit-sec::before {
	display: block;
	content: "";
	position: absolute;
	top: 80px;
	left: calc(48% + 60px);
	width: 1034px;
	height: 220px;
	/*background: url(../../images/type-line-new-recruit.png) 0 0 no-repeat;*/
	background-size: 1034px 220px;
	z-index: -10;
	opacity: 0;
	transition: all 2.0s;
}
.new-recruit-sec::after {
	display: block;
	content: "";
	position: absolute;
	top: 90px;
	left: calc(48% + 70px);
	width: 1000px;
	height: 213px;
	/*background: url(../../images/type-fill-new-recruit.png) 0 0 no-repeat;*/
	background-size: 1000px 213px;
	z-index: -10;
	opacity: 0;
	transition: all 2.0s .4s;
}
.new-recruit-sec.fade-in::before {
	position: absolute;
	top: 80px;
	left: 48%;
	opacity: 0.8;
}
.new-recruit-sec.fade-in::after {
	position: absolute;
	top: 90px;
	left: calc(48% + 10px);
	opacity: 0.8;
}

.new-recruit-sec-img {
	width: 50%;
	padding: 20px 0 0;
	opacity: 0;
	transition: all .8s;
}
zc-img.fade-in {
	padding: 0;
	opacity: 1;
}

.new-recruit-sec-text {
	box-sizing: border-box;
	position: relative;
	width: 50%;
	padding: 0 10% 0;
	overflow: hidden;
}
.new-recruit-sec-text::before {
	display: none;
}
.new-recruit-sec-text::after {
	display: none;
}
.new-recruit-sec-text-inner {
}
.new-recruit-sec-ttl {
	margin-bottom: 30px;
	font-size: 6rem;
	line-height: 1.4;
}
.new-recruit-sec-lead {
	margin-bottom: 45px;
	font-size: 1.4rem;
	line-height: 2.2;
}
.new-recruit-sec-btn  .link-btn-std{
	margin: 0 auto;
}


/* recruit-sec */
.recruit-sec {
	position: relative;
	margin-bottom: 170px;
	padding: 170px 0 170px;
	background: url(../../images/recruit-bg_pc.jpg) 0 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}
.recruit-sec::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 100px;
	left: calc(25% + 60px);
	width: 855px;
	height: 207px;
	background: url(../../images/type-line-recruit.png) 0 0 no-repeat;
	background-size: 855px 207px;
	z-index: 10;
	opacity: 0;
	transition: all 1.3s;
}
.recruit-sec::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 100px;
	left: calc(25% + 50px);
	width: 824px;
	height: 200px;
	background: url(../../images/type-fill-recruit.png) 0 0 no-repeat;
	background-size: 824px 200px;
	z-index: 10;
	opacity: 0;
	transition: all 1.3s .4s;
}
.recruit-sec.fade-in::before {
	position: absolute;
	bottom: 100px;
	left: calc(25% - 15px);
	opacity: 0.8;
}
.recruit-sec.fade-in::after {
	position: absolute;
	bottom: 100px;
	left: 25%;
	opacity: 0.9;
}

.recruit-sec-inner {
	display: flex;
	align-items: center;
}
.recruit-sec-ttl-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 35%;
	margin-right: 0;
	text-align: center;
	vertical-align: top;
	z-index: 100;
}
.recruit-sec-ttl {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	height: 4.5em;
	font-size: 3.6rem;
	margin: 0 0 40px;
	line-height: 1.0;
}
.recruit-sec-ttl span {
}
.recruit-sec-lead {
	margin: 0 0 60px;
	font-size: 1.4rem;
}
.recruit-sec-pc-btn .link-btn-std {
	width: 50%;
	min-width: 200px;
	margin: 0 auto;
}
.recruit-sec-img-area {
	position: relative;
	width: 65%;
	padding: 20px 0 0;
	overflow: hidden;
	opacity: 0;
	transition: all 1.0s;
}
.recruit-sec-img-area.fade-in {
	padding: 0;
	opacity: 1;
}
.recruit-sec-img-area::before {
	display: none;
}
.recruit-sec-img-area::after {
	display: none;
}
.recruit-sec-sp-btn {
	display: none;
}

/* works-sec */
.works-sec {
	margin-bottom: 160px;
	padding: 0 10%;
}
.works-sec-ttl {
	margin-bottom: 90px;
	text-align: center;
}
.works-sec-ttl .jpn {
	display: block;
	font-size: 3.6rem;
	line-height: 1.6;
}
.works-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	color: #0cb59b;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
.works-sec-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.works-sec-list li {
	width: 46%;
	margin-bottom: 75px;
	opacity: 0;
	transition: all .6s;
}
.works-sec-list li.fade-in {
	opacity: 1;
}


.works-sec-list li:nth-child(odd) {
	margin-right: 8%;
}
.works-img {
	display: block;
	position: relative;
}
.works-img-inner {
	overflow: hidden;
}
.works-img-inner img {
	transform: scale3d(1,1,1);
	transition: all .3s;
}
.works-img-inner:hover img {
	transform: scale3d(1.06,1.06,1.06);
}
.lifestory-list a .lifestory-img {
	overflow: hidden;
}
.lifestory-list a .lifestory-img img {
	transform: scale3d(1,1,1);
	transition: all .3s;
}
.lifestory-list a:hover .lifestory-img img {
	transform: scale3d(1.1,1.1,1.1);
}
.works-category {
	position: absolute;
	top: -32px;
	left: -14px;
	width: 66px;
	height: 66px;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	border-radius: 50%;
	line-height: 66px;
}
.works-category.private {
	background-color: #1c79ba;
}
.works-category.public {
	background-color: #e38619;
}
.works-info {
/*	position: relative;*/
	margin: 0 0 0 0;
	padding: 10px 40px 20px;
	background-color: #fff;
	z-index: 100;
}
.works-date {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
.works-name {
	font-size: 1.6rem;
}
.works-link {
	text-align: right;
	font-size: 1.4rem;
}
.works-sec-btn .link-btn-std {
	margin: 0 auto;
}


} /* tablet */















































/* PC:1201px - */
@media only screen and (min-width: 1201px) {


} /* PC */

