/*
*,header,img,p,main,ul,li,h1,h2,h3,table,th,tr,td,article,frame {
	outline: 1px solid red;
}*/

body{
	font-family: "MS Serif", "New York", serif;	
	font-weight: normal;
}
/* ヘッダー */
header{
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
	width: 100%;
    background-color: rgba(255,255,255,0.80);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);	
    z-index: 100;
}
.logo {
    margin-left: 80px;
}
.ham{
	display:none;
}
.hamburger-navinner ul {
    display: flex;
    margin-right: 80px;
}
.hamburger-navinner ul li {
    list-style-type: none;
    text-decoration: none;
    margin-left: 40px;
    font-size: 30px;
}
.navi {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.link {
	text-decoration: none;
	color:#000;
}
/* メイン画像 */
.mainimg {
    position: relative;
}
.mainimg img {
    width: 100%;
    height: 100Vh;
    object-fit: cover;
}
.maincatchcopyJ {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    font-size: clamp(1.875rem, 0.417rem + 6.22vw, 6.25rem);
    color: #fff;
	z-index:1 ;
}
.maincatchcopyE {
    position: absolute;
    top: 0%;
    left: 0%;
    text-align: center;
    width: 100%;
	height:100vh;
	background-color: rgba(0,0,0,0.15);
}
.maincatchcopyE h1{
	font-size: clamp(1.875rem, -0.833rem + 11.56vw, 10rem);
	color: #9BB2E9;
    font-family: "Allura", cursive;
    font-weight: 400;
    font-style: normal;
	position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}
/* メイン画像・文字スライド */
.slidechar{
	opacity: 0;
}
.slide{
	animation: slideAnime 2s ease forwards;
}
@keyframes slideAnime {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}
.maincatchcopyJ {animation-delay: 0.5s;}
.maincatchcopyE h1 {animation-delay: 1s;}

/* メインコンテンツ */
.width{
	max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
article{
	margin-top: 80px;
    padding-top: 50px;
    margin-bottom: 10px	;
}
#recruit{
	padding: 30px;
}
.contents {
    text-align: center;
    position: relative;
    font-size: medium;
    width: 100%;
    margin-bottom: 50px;
}
/* メインコンテンツ・会社概要 */
.topchar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.topchar h2 {
    font-size: 95px;
    margin-bottom: 10px;
}
.topchar p {
    font-size: 30px;
    line-height: 50px;
}
.backchar p {
    font-size: 280px;
    font-weight: bolder;
    text-align: center;
    color: rgba(173,231,217,0.40);
}
.about {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 170px;
    padding-bottom: 70px;
    padding-top: 70px;
}
.about p {
    font-size: 25px;
    line-height: 50px;
    border-style: solid;

}
.companyprofile {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
    justify-content: center;
    margin-top: 50px;
}
.profiletable {
    width: 800px;
    margin-right: 50px;
}
.profiletable tr {
    border-bottom: 1px solid #b5b1b1;
    font-size: 20px;
}
.profiletable th,
.profiletable td {
    padding-top: 25px;
    padding-left: 30px;
	padding-right: 30px;
    padding-bottom: 20px;
    border: none;
}
.profiletable th {
    width: 35%;
	padding-right: 20px;
}
.companyprofile img {
    width: 700px;
    height: 520px;
    object-fit: cover;
}
/* メインコンテンツ・会社概要(Googlemap) */
.companysub {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.companysub .map-wrap {
    display: flex;
}
.map{
	position:relative;
    width:100%;
    padding-top:46%;	
}
iframe{
     position:absolute;
    top:0;
    left:0;
    width:100%;
    height:500px;
}
.map-wrap img {
    width: 20%;
    height: 500px;
	margin-left: 20px;
    object-fit: cover;
}
.companysub h3 {
    font-size: 65px;
    margin-bottom: 20px;
}
/* メインコンテンツ・会社概要(エコステージ) */
.companyeco {
    display: flex;
}
.companyeco p {
    font-size: 24px;
    margin-left: 110px;
    line-height: 45px;
	padding-left: 60px;
}
.companyeco p span{
	background: linear-gradient(transparent 60%, #84b595 40%);
}
.companyeco img{
	width:300px;
	height:auto;
	object-fit: contain;
}
/* メインコンテンツ・会社概要(業務内容) */
.companybusiness {
	width: 100%;
    display: flex;
	justify-content: space-between;
	margin-top:50px;
	margin-bottom: 100px;
}
.companybusiness img{
    width: 50%;
	height:800px;
	object-fit: cover;
    margin-top: 10px;
    margin-bottom: 10px;
}
.companybusiness .business {
	width:600px ;
	margin: auto;
}
.companybusiness h3 {
    font-size: 60px;
    margin-bottom: 20px;
}
.companybusiness .business img {
	 width: 270px;
	height:auto;
	vertical-align:middle;
	padding-bottom: 10px;
	
}
.companybusiness ul {
	margin-top:30px;
}
.companybusiness ul li{
	padding: 13px 0;
	font-size: 28px;
}
.companybusiness ul li .subul li{
    font-size: 20px;
    list-style-type: circle;
    margin-left: 50px;
}
.business  p {
    font-size: 30px;
	text-align: left;
}
.business  h3 {
    font-size: 55px;
	text-align: left;
}
/* メインコンテンツ・リクルート */
.background{
	background-color: rgba(166,197,187,0.70);
	margin: 0;
}
.backchar2 p {
    font-size: 170px;
    font-weight: bolder;
    text-align: center;
    color: rgba(255,255,255,0.25);
}
.backchar3 p {
    font-size: 100px;
    font-weight: bolder;
    text-align: center;
    color: rgba(255,255,255,0.40);
}
.topchar p span {
    font-size: 60px;
    font-weight: bold;
	background: linear-gradient(transparent 60%, #84b595 40%);
}
.topchar h3 {
    font-size: 70px;
    padding-top: 30px;
}
.topchar ul {
    font-size: 25px;
    line-height: 40px;
    margin-top: 40px;
}
.topchar ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.full{
	padding-bottom:30px;
}
.full img{
	width:100%;
	height:500px;
	object-fit: cover;	
}
/* メインコンテンツ・リクルート(募集要項) */
.descriptiontble {
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,1.00);
    width: 90%;
    margin-bottom: 80px;
}
.descriptiontble tr {
    border-bottom: 1px solid #b5b1b1;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.descriptiontble th,
.descriptiontble td {
    padding: 20px 30px;
    border: none;
}
.descriptiontble th {
    width: 35%;
}
.recruitmail {
    width: 90%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.recruitmail p {
    font-size: 35px;
}
.recruitmail p a {
    color: #000000;
    font-weight: bold;
}
/* メインコンテンツ・リクルート(育成) */
.nurture {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
	align-items: center
}
.nurture p {
    font-size: 24px;
    line-height: 60px;
	padding-left: 30px;
}
.nurture2 .backchar3 p {
    font-size: 70px;
    font-weight: bolder;
    text-align: center;
    color: rgba(255,255,255,0.40);
}
.nurture img {
    width: 550px;
    height: 500px;
    object-fit: cover;
    margin-right: 40px;
}
.nurture p span {
    background: linear-gradient(transparent 50%, #84b595 40%);
}
/* メインコンテンツ・コンタクト */
.contact {
	width:100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}
.contact2{
	width:500px;
	margin: auto;
}
.contact2 h2{
	font-size: 60px;
}
.contact2 p {
    font-size: 35px;
    padding-top: 40px;	
}
.contact a {
    text-decoration: none;
	color: #000;
}
.contact img {
    width: 50%;
    height: auto;
    object-fit: cover;
}
/* フッター */
footer {
    /* [disabled]background-color: rgba(166,197,187,0.70); */
	width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
footer p {
    margin-top: 50px;
}
footer a{
	color:#000;
}
.footernavi {
    display: flex;
    justify-content: space-between;	
}
.footernavi img{
	width: 400px;
	height:auto;
}
.footertel p {
    font-size: 35px;
    margin-top: 0px;
    text-align: left;
}



/* トップに戻る 
.topback a {
	color: #333;
	text-decoration: none;  
	display: block;
	width: 100px;
	padding: 16px 20px;
	text-align: right;
	transform: rotate(90deg);
	transform-origin: bottom right;
}
.arrow1 {
	width: 48px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	right: 62px;
}
.arrow2 {
	width: 1px;
	height: 12px;
	background: #333;
	position: absolute;
	top: calc(50% + 1px);
	right: 109px;
	transform: rotate(-130deg);
	transform-origin: top left;
}*/
