@charset "utf-8";
/* CSS Document */

html {
  font-size: 10px;
}
body {
  font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #333;
  margin: 0 auto;
	max-width: 1920px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.sp-only {
	display: none;
}
.flex {
	display: flex;
}
.row {
	flex-direction: row-reverse;
}
.wrap {
	flex-wrap: wrap;
}
.ffft {
	font-family: "Futura PT Medium", "Futura PT Bold", "Futura PT Light";
}
.ffym {
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.ffyg {
	font-family:"游ゴシック";
}
.fwb {
	font-weight: 600;
}
.white {
	color: #fff;
}
.sec-padding {
	padding: 8rem 0;
}
.sec-ttl {
	width: 90%;
	margin: 0 auto 5rem auto;
}
.sec-ttl h4 {
	font-size: 22px;
	text-align: center;
}
.sec-ttl span {
	color: #629879;
	font-style: oblique;
	font-size: 50px;
	line-height: 1.2;
}



/*--- ヘッダー ---*/
#header {
	width: 100%;
	background: rgba(255,255,255,0.8);
	position: fixed;
	padding: 8px 0;
	top:0;
	left: 50%;
	transform: translate(-50%);
	z-index: 2;
}
#header .inner {
	max-width: 1200px;
	margin:0  auto;
	align-items: center;
	justify-content: space-between;
}
.head-logo {
	max-width: 550px;
}
.tel-link {
	display: block;
	color: #629879;
	font-size: 40px;
	font-style: italic;
	text-align: right;
}
.tel-link i {
	font-size: 24px;
	margin-right: 10px;
}
.g-nav ul {
	gap: 40px;
}
.g-nav ul li a {
	font-size: 18px;
	color: #333;
}
.g-nav ul li a:hover {
	color: #707070;
}

/*--- メインビジュアル ---*/
.mainvisual {
	width: 100%;
	height: 100vh;
	background: url("../img/mainvisual.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
}
.catch-copy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.catch-copy h2 {
	font-size: 65px;
	line-height: 1;
	text-align: center;
}
.catch-copy h2 span {
	color: #629879;
	font-size: 90px;
}
.catch-copy h3 {
	font-size: 50px;
	line-height: 1.5;
	text-align: center;
}


/*--- お知らせ ---*/
#news .inner {
	width: 1000px;
	margin: auto;
}
#news .inner dl {
	width: 100%;
	justify-content: space-between;
}
#news .inner dl dt,
#news .inner dl dd {
	font-size: 16px;
}
#news .inner dl dt {
	width: 20%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 8px 0;
	box-sizing: border-box;
	color: #629879;
	text-align: center;
}
#news .inner dl dd {
	width: 80%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	padding: 8px 0;
}


/*--- ご挨拶 ---*/
#greeting {
	background: url("../img/bg-greeting.png");
	background-size: cover;
	background-position: center;
}
.greeting-message {
	width: 900px;
	margin: auto;
}
.greeting-message p {
	font-size: 20px;
	text-align: center;
	line-height: 2;
}
.wbg-tel {
	width: 380px;
	margin: 5rem auto 0 auto;
	background: #fff;
	padding: 8px 0;
}
.wbg-tel .tel-link {
	text-align: center;
}


/*--- 事業内容 ---*/
#works .inner {
	width: 100%;
	justify-content: center;
	gap:5rem;
}
#works .inner .item {
	width: 40%;
}
#works .inner .left {
	background: url("../img/top_work01.png");
	background-size: cover;
}
#works .inner .right {
	background: url("../img/top_work02.png");
	background-size: cover;
}
#works .inner .work03 {
	background: url("../img/top_work03.jpg");
	background-size: cover;
}
.work-link {
	width: 100%;
	padding: 12rem 0;
	background: rgba(51,51,51,0.6);
}
.work-link a {
	display: block;
	font-size: 24px;
	text-align: center;
}

.page-link {
	width: 300px;
	margin: 8rem auto 0 auto;
	background: #629879;
	padding: 20px 0;
}
.page-link a {
	display: block;
	font-size: 24px;
	text-align: center;
}
.page-link:hover {
	background: rgba(127,156,101,1.00);
}


/*--- 採用情報 ---*/
#recruit {
	width: 100%;
	background: url("../img/bg-recruit.png");
	background-size: cover;
	background-position: center;
}
#recruit .inner {
	width: 1000px;
	margin: auto;
	background: rgba(255,255,255,0.7);
}
.recruit-message p {
	text-align: center;
	font-size: 20px;
	line-height: 2;
}

/*--- フッター ---*/
#footer {
	margin-top: 10rem;
}
.foot-nav {
	max-width: 800px;
	margin: auto;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}
.foot-nav ul {
	width: 100%;
	justify-content: center;
	gap:5rem;
}
.foot-nav ul li a {
	font-size: 18px;
	color: #333;
}
.foot-logo {
	width: 350px;
	margin: 5rem auto 2rem auto;
}
.foot-adress {
	font-size: 20px;
	text-align: center;
}
#footer .wbg-tel {
	margin: 1rem auto 0 auto;
}

.copy {
	text-align: center;
	font-size: 14px;
}


/*------ 下層 ------*/

/*--- メインビジュアル ---*/
.s-mainvisual {
	width: 100%;
	height: 55vh;
	background: url("../img/s-mainvisual.png");
	background-size: cover;
	background-position: center;
	position: relative;
}
.pagettl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
}
.pagettl h2 {
	font-size: 65px;
	line-height: 1;
	text-align: center;
}
.s_sec-ttl {
	width: 50%;
	margin-right: auto;
	border-bottom: 20px solid rgba(98,152,121,0.7);
	padding-bottom: 5px;
	padding-left: 30px;
}
.s_sec-ttl h3 {
	font-size: 40px;
}


/*--- 事業内容 ---*/
.work-item .inner {
	width: 1200px;
	margin: 5rem auto;
	justify-content: space-between;
	align-items: center;
}
.work-item .inner .img {
	width: 50%;
}
.work-item .inner .txt {
	width: 45%;
}
.work-item .inner .txt p {
	font-size: 20px;
	line-height: 2;
}

#works-bottom {
	background: #E8F3EB;
	padding: 5rem 0;
}
.wb-message p {
	text-align: center;
	font-size: 26px;
	line-height: 2;
}


/*--- 採用情報 ---*/
#staff-wanted .inner {
	width: 1000px;
	margin: 5rem auto;
	justify-content: space-between;
	align-items: center;
}
#staff-wanted .inner .txt {
	width: 45%;
}
#staff-wanted .inner .txt p {
	font-size: 20px;
	line-height: 2;
	text-align: center;
}
#staff-wanted .inner .img {
	width: 50%;
} 
.gbg-tel {
	width: 380px;
	margin: 5rem auto 0 auto;
	background: #ECFEF2;
	padding: 8px 0;
}
.gbg-tel .tel-link {
	text-align: center;
}
#AR .inner {
	width: 1000px;
	margin: 5rem auto;
}
#AR .inner table {
	width: 100%;
	font-size: 16px;
}
#AR .inner table th {
	width: 25%;
	text-align: center;
	padding: 2rem 0;
	background: rgba(212,239,232,1.00);
}
#AR .inner table td {
	width: 75%;
	padding: 2rem 0 2rem 2rem;
}
#AR .inner table th,
#AR .inner table td {
	border: 1px solid #ccc;
}



/*--- 会社概要 ---*/
#company-info .inner {
	width: 1000px;
	margin: 5rem auto;
}
#company-info .inner table {
	width: 100%;
}
#company-info .inner table th {
	width: 25%;
	background: rgba(150,204,191,0.5);
	padding: 20px 0;
	font-size: 16px;
	text-align: center;
	border: 1px solid rgba(187,188,188,0.7);
}
#company-info .inner table td {
	width: 75%;
	padding: 20px 0 20px 20px;
	font-size: 16px;
	border: 1px solid rgba(187,188,188,0.7);
}



/*---------------------------------------------*/

/*トップリンク*/
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#fff;
	border: 1px solid #629879;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #7d7d7d;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:14px;
	transition:all 0.3s;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}




/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}


/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}