@charset "utf-8";
/* CSS Document */


.jap { /* 日本語 */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.eng { /* 英字 */
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: normal;
  font-weight: 400;
}


.hero-font {
  font-family: "Kodchasan", sans-serif;
  font-weight: 600;
  font-style: normal;
}



body,p,ul,li,div,h1 {
  margin: 0;
  padding: 0;}

ul,ol {
  list-style: none;}

a {text-decoration: none;}


.speace {
	height: 180px;
}













.site-logo {
  height: 50px;  /* ナビバーに合わせて高さ調整 */
  width: auto;   /* アスペクト比は保持 */
  margin: 0 15px 3px 0;   /* 「日成化工(株)」との間隔とバランス */
}

.hero-rogo {
  height: 120px;
  margin-top: 100px;
}


/*---------------------------------------------------------------------☆--*/
/* ヘッダー */
/*---------------------------------------------------------------------☆--*/

/*---------------------------------------------------------*//* ホバー */
.hover_line {
  border-bottom: 2px solid #fff;
  background-color: transparent; }

.hover_line::after {
  position: absolute;
  left: 0;
  transform: scaleX(0);
  transform-origin: center left;
  width: 100%;
  height: 2px;
/*  background-color: none; */
/* 　↑　メニューをホバーしたときのアンダーライン　※入れたいときはコメントアウト解除して */
  content: '';
  transition: transform .3s ease; }

.hover_line:hover::after {
  transform: scaleX(1);}

.hover_line a {
  color: rgba(0,33,27,1.00);
  text-decoration: none;
  transition: 0.2s; }

.hover_line a:hover {
  color: #008E74;
  transition: 0.2s; }



@media screen and (max-width: 767px) {
  .hover_line::after {background-color: #008E74;}	
/* 　↑　メニューをホバーしたときのアンダーライン*/	
	
  .hover_line {
  border-bottom: 2px solid #E3FFF9; }	
	
  .hover_line a {
  color: #E3FFF9; } 
	
  .hover_line a:hover {
  color: #008E74; } }

/* SERVICEのホバーはp-nav__linkで変更可能 */



/*---------------------------------------------------------*//* 帯の全体 */
.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #fff;/* 帯の色 */
/* 検討中配色　rgba(227,255,249,1.00)　service と同じ */
  font-size: 25px; }

.l-header::after {
  content: "";
  position: absolute;
  bottom: -30px;        /* ヘッダーの下にはみ出させる */
  left: 0;
  width: 100%;
  height: 30px;         /* ぼかしの高さ */
  background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
  pointer-events: none; /* クリックを邪魔しない */
}

@media screen and (max-width: 767px) {
  .l-header { font-size: 18px; }}



/* 帯内の項目文字の配置 */
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-around;/* 中寄せ左右配置 */
  height: inherit;
/*  padding: 0 20px;*//* 左右のpadding入れれば更に中寄せ可能 */}

@media screen and (max-width: 767px) {
.p-header__inner {
  justify-content: space-between;/* 左右に離して配置 */
  padding: 8px 25px; /* 端からの余白 */ }}
  /* ↑ メニューの帯の高さは padding で取っている！！ */


.p-nav__item--acMenu {margin-right: 20px; }/* ▼ の右側余白広げる */




.p-header__title_br-pc {/* NISSEI-KAKO */
  height: 50px;   /* ヘッダーに合う高さに調整 */
  width: auto;    /* 横比率は自動 */
  font-size: 25px;
  color: rgba(0,33,27,1.00);
  display: flex;
  align-items: center; }

.p-header__title_br-sp {display: none;}


@media screen and (max-width: 1000px) {
  .p-header__title_br-pc {display: none;}
  .p-header__title_br-sp {
	  display: inline;
	  height: 50px; 
	  width: auto;} }




/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*---------------------------------------------*//* PC画面:メニュー(ナビ)のBOX */

/* メニュー(ナビ)BOX */
.p-header__nav {
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: top 0.6s, right 0.6s, opacity 0.6s;
  /*   @メディアクリ時に三本線を押すまで隠れている仕様   */
  /* ↓ メニューを画面の外側（-100％）の位置に配置される */
  position: absolute;
  top: 0;
  right: -100%;
  /* ↓ メディアクリ時のメニューを上下中央寄せ */
  display: flex;
  align-items: center;
  justify-content: center; }


.p-nav__list {
  display: block;
  padding-right: 20px;
  padding-left: 20px; }

.p-nav__item {
  display: inline-block;
  position: relative;
  width: 100%; }

/* 表示メニューの文字  ???*/ 
.p-nav__link {
  color: #000 ; 
	/* 文字色 */
  display: block;
  padding: 20px;
  cursor: pointer; }

.p-nav__middleItem {
	
}

@media screen and (max-width: 767px) {
	
  .p-nav__link a { color: rgba(0,33,27,1.00); /* 文字色 */ } 
	
  .p-nav__link a :hover {color: #E3FFF9; } }

/*------------------------------------------------------------------------*/
/*------------------------------------------------------*//* PC画面:の内容 */
@media screen and (min-width: 768px) {
	
   /*  PC時に非表示　*/
  .p-header__hamburger {display: none;}

  .p-nav__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: initial;
    width: 100%; }

  .p-header__nav {
    position: static;/* positionプロパティを解除 */
    opacity: 1;
    height: inherit;
    width: initial;
    width: 100%;
    max-width: fit-content;	}

  .p-nav__list {
    padding-right: 0;
    padding-left: 0;
    display: flex;/* メニューは横並びに配置指示 */
    flex-direction: row; }

  .p-nav__item ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 130px;
    margin: 0;
    padding: 0; }

  .p-nav__item ul li {
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: all 0.1s; }
	
	
   /* PC:プルダウン内の文字 */
  .p-nav__item ul li a {
    display: flex;
    align-items: center;
    padding: 13px 20px 13px 15px;
    color: rgba(0,33,27,1.00); /* 文字色 */ }

	
   /* プルダウン内のBOX装飾 */
  .p-nav__item:hover>ul>li {
	margin-left: -20px;
	width: 180px;
    height: 70px;
    overflow: visible;
	transition: .5;  
    background-color: #fff; /* 背景色 */ }

	
   /* プルダウン内のボーダーライン */
/*
  .p-nav__item:hover>ul>li:not(:first-child) {
    border-top: 1px solid #fff; }
*/

	
   /* プルダウン内 = ホバー時のBOX装飾 */	
  .p-nav__item:hover>ul>li.p-nav__middleItem:hover {
	transition: .3s;
    background-color: #fff; /* 背景色 */  }

	
   /* プルダウン内 = ホバー時の文字 */	
  .p-nav__item:hover>ul>li.p-nav__middleItem:hover a {
    color: #008E74 ; /* 文字色*/  }

	
  .p-nav__middle {
    display: block;
    text-align: left; }

  .p-nav__middleItem {position: relative;}

  .p-nav__middleItem a {
    position: relative;
    white-space: nowrap;  } }






/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*--------------------------------------------------*//* 小画面:三本線のBOX */

/* メニュー項目のBOX */
.c-hamburger {
  position: relative;
/*  width: inherit;*//* 元々こっち */
  width: 50%;	
  height: inherit;
  margin: 0;
  border: none;/* 　これがないとボタンの見た目になる…　 */
  background-color: rgba(255,255,255,0);
	/* ↑　三本線 ＆ ✕ 部分のBOX背景色 */
  cursor: pointer;
  border-radius: 8px;/* メモ：独自追加 */
}

/* 三本線 */
.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;/* 線の左右位置(50％＝center) */
  width: 30px;/* 線の幅 */
  height: 2px;/* 線の太さ */
  transform: translateX(-50%);/* (50％＝center) */
  background: #008E74;/* 線の色 */
  transition: all 0.4s;
}

/* 三本線の線同士の距離 */
.c-hamburger span:nth-of-type(1) {top: -4px;} /* 上の線 */
.c-hamburger span:nth-of-type(2) {
  top: 2.5px; /* 中の線　※上の線からの距離 */
  transform: translateX(-0.45deg);}
.c-hamburger span:nth-of-type(3) {
  top: 10px; /* 下の線　※上の線からの距離 */
  transform: translateX(-0.45deg);}

/* たぶんホバー時に × の形になる仕様に関係してる？ */
.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);}
.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;}
.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);}


/* ？？？ */
.p-header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
}

/*----------------------------------------------------------------------*/
/*----------------------------*//* 小画面サイズ:三本線タップ時のプルダウンBOX */
.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  background-color: rgba(0,33,27,1.00);/* 背景色 */ }






/*--------------------------------------------------------------- ★ここ　------*/
/*---------------------------------------------*//* プルダウンマーク "▼" */
.p-nav__item.p-nav__item--acMenu>.p-nav__link {
  position: relative;
  color: rgba(0,33,27,1.00); /* ▼ の色 と SERVICEの文字色 */ }

.p-nav__item.p-nav__item--acMenu>.p-nav__link::after {
  position: absolute;
  content: "▼";
  right: -10px;
  top: 50%;
  padding-bottom: 2px;
  transform: translateY(-50%); }

.p-nav__item.p-nav__item--acMenu>.p-nav__link:hover {
  color: #008E74; }

@media screen and (max-width: 767px) {
	
  .p-nav__item.p-nav__item--acMenu>.p-nav__link {
  position: relative;
  color: #E3FFF9; /* ▼ の色 と SERVICEの文字色 */ }
	
  .p-nav__item.p-nav__item--acMenu>.p-nav__link::after {
  right: 20px; }	
	
  .p-nav__item.p-nav__item--acMenu>.p-nav__link:hover {
  color: #008E74; } 


}


/*-------------------------------------------------------------------------*/
/*---------------------------------------------*//* プルダウン内のマーク "ー" */

.p-nav__middle {
  display: none; /* 小画面時に非表示…かな？ */ 
  margin-bottom: 20px; }

.p-nav__middleItem a::before {
  /* マーク＆文字の位置決め = margin */	
  margin-right: 8px;
  margin-left: 8px;
  content: "-"; /* マーク */ }

.p-nav__item.is-open .p-nav__middle {display: block;}

/*---------------------------------------------------------------------☆--*/
/* ヘッダー */
/*---------------------------------------------------------------------☆--*/
























/*---------------------------------------------------------------------☆--*/
/*メイン*/
/*---------------------------------------------------------------------☆--*/




/*-----------------------------☆--*/
/* hero section fixed */
/*-----------------------------☆--*/
.main-img {/* 背景画像　*/	
  background-size: cover;
  position: fixed;
  height: 1000px;
  right: 0;
  left: 0;
  top: 0;
}

@media screen and (min-width: 1001px){
	.main-img {background-image: url("../images/名称未設定-11.jpg");
			   background-position: center center;}}

@media screen and (max-width: 1000px){
	.main-img {background-image: url("../images/スポンジ.jpg");
	           background-size: contain;}}

.text-center {/* テキスト+背景暗　*/
  background: rgba(0,0,0,0.6);
  position: absolute;
  color: #fff;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
    
.hero-rogo {/*　テキストrogo */
  margin-top: 180px;
  margin-left: 50px;
  height: 250px;
}


@media only screen and (max-width: 1000px){
	
#hero {/* 背景画像　*/
  background-size: auto;
}
	
.hero-rogo {/*　テキストrogo */
  margin-top: 150px;
  margin-left: 30px;
  height: 150px;
}
	
}
/*-----------------------------☆--*/
/* hero section fixed */
/*-----------------------------☆--*/





























/*-----------------------------☆--*/
/* page line */
/*-----------------------------☆--*/
.page-line {
  position: relative;
  height: 4px;
  display: block;
  right: 0px;
  left: 0px;
  top: 1000px; /* topからの高さ　*/
  z-index: 1;
}

.page-line i { /*　↓ のボックス　*/
  margin: -50px -40px;
  border: 7px solid #fff;
  height: 100px;
  width: 100px;
  background: #008E74;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  border-radius: 50%;
}
    
.low {/*　矢印　*/
  font-size: 98px;
  position: absolute;
  top: -25px;
  left: 14px;
  color: #fff;
  display: block;
}





@media only screen and (max-width: 768px){
	
	
	.page-line i { /*　↓ のボックス　*/
  border: 5px solid #fff;		
  left: 53%;
  top: 10px;
  height: 50px;
  width: 50px;
}	

	.low {/*　矢印　*/
  font-size: 50px;
  top: -15px;
  left: 7px;
}
	
}
/*-----------------------------☆--*/
/* page line */
/*-----------------------------☆--*/

















.page {/*　ページ　*/
  border-top: 8px solid #fff;
  background-color: #008E74;
  background-image: url("../images/home_斜線.png");
  background-size: cover;
  position: relative;
  margin-top: -20px;
  top: 1000px; /*　topからの高さ　*/
}

@media only screen and (max-width: 768px){
	.page {/*　ページ　*/
  border-top: 5px solid #fff;
}
}














/*-----------------------------☆--*/
/* greeting section */
/*-----------------------------☆--*/
.message {
/*	background-color: #008E74;*/
	padding: 500px  350px;
}

.message h2 { /*　text= message　*/
	color: #fff;
	font-size: 98px;
	font-weight: bold;
	letter-spacing: 5px;
	position: absolute;
	top: -180px;
	left: 5px;
	z-index: 1;
}

.message-box {
	background-color: rgba(255,255,255,0.1);
	width: 700px;
	border-radius: 10px;
	box-shadow: 10px 10px rgba(0,33,27,.1);
	margin: 0 auto;
    display: flex;
	justify-content: center;
	position: relative;
}

.message-box p {
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: 3px;
	padding: 100px 70px;
}

.br-sp {display: none;}

@media only screen and (max-width: 767px){
	
	.br-pc {display: none;}	
	
	.br-sp {display: inline;}
	
	.message {padding: 250px 0;}	
		
	.message h2 { /*　text= message　*/
		font-size: 80px;
		top: -200px;
		left: 4px;}	
	
	.message-box {width: 350px;}	
	
	.message-box p {
		font-size: 18px;
		padding: 10px 30px;}	}


@media screen and (min-width: 768px) and (max-width: 1400px) {
		
	.br-pc {display: none;}	
	
	.br-sp {display: inline;}
	
	.message {padding: 250px 0;}	
		
	.message h2 { /*　text= message　*/
		font-size: 80px;
		top: -150px;
		left: 4px;}	
	
	.message-box {width: 600px;}	
	
	.message-box p {
		font-size: 25px;
		padding: 50px 70px;}	}
/*-----------------------------☆--*/
/* greeting section */
/*-----------------------------☆--*/




.hidden-text {
  opacity: 0; /* 初期状態で非表示 */
  transform: translateY(20px); /* 下にずらす */
  animation: fadeIn 1s ease-out forwards;
  animation-delay: 0.5s; /* 遅延を追加 */
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻す */
  }
}
























/*-----------------------------☆--*/
/* service section */
/*-----------------------------☆--*/
.saevice {
	background: rgba(227,255,249,1.00);
	border-radius: 500px 500px 0 0;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 500px;
}

.service-frex {
	padding: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}



/*--------title h2------☆--*/
.title-box {
	padding-top: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.title-box h2 {
	font-size: 98px;
	font-weight: bold;
	letter-spacing: 8px;
	color: #008E74;
}



/*-------message p-----☆--*/
.service-text {
	width: 80%;
	margin: 0 auto;
}

.service-text p {
	line-height: 35px;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 4px;
	margin-left: 60px;
	color: #008E74;
}



/*--------column------☆--*/
.column {
	display: flex;
	justify-content: center;
	width: 100%;
}

.img {
	background-color: rgba(0,142,116,.4);
	width: 350px;
	height: 250px;
	margin: 100px 100px 100px 190px;
	border-radius: 5px;
}

.img-1 {
	background-image: url("../images/home_material.PNG");
	background-size: cover;
}

.img-2 {
	background-image: url("../images/home_product.PNG");
	background-size: cover;
}

.img-3 {
	background-image: url("../images/machine_.jpg");
	background-size: cover;
}

.col-text {
	width: 400px;
	padding-top: 85px;
	padding-right: 180px;
	margin-right: 80px;
	position: relative;	
}

.col-text h3 {
	font-size: 35px;
	font-weight: 900;
	letter-spacing: 4px;
	color: #008E74;
}

.col-text p {
	line-height: 25px;
	font-size: 22px;
	letter-spacing: 2px;
	color: #008E74;	
	padding-top: 50px;
}



/*--------button------☆--*/
.column a {
	text-decoration: none;
	font-size: 35px;
	color: #fff; 
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-button {
	background-color: #008E74;
	height: 80px;
	width: 80px;
	position: absolute;
	bottom: 130px;
	left: 420px;
    border-radius: 6px;
    transition-duration: .35s;
	margin-right: 80px;
}

.service-button:hover {
    border-radius: 50%;
/*    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);*/
}



/*----bottom space----☆--*/
.bottom-space {
	height: 350px;
	padding-bottom: 500px;
/* MACHINE-col : margin-bottom:50px 足して８の倍数 */
}




@media screen and (min-width: 679px) and (max-width: 1500px) {
	
.saevice {
	padding-bottom: 0px;
}
	
.title-box {
	padding-top: 180px;	
}	
	
	
.title-box h2 {
	font-size: 80px;
	margin-top: 0px;
}	

.service-text p {
	font-size: 24px;
	padding-top: 30px;
	margin-bottom: 120px;
	text-align: center; 
	margin-left: 0px;
}	
	
.col-text h3 {
	font-size: 50px;
}

.col-text p {
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 35px;
}
	
.column {
	flex-direction: column;	
	justify-content: center;
	align-items: center;
	margin-bottom: 120px;
}	
	
	
.col-text {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	margin-right: 0px;	
}
	
	
.img {
	margin: 0 auto;	
	width: 350px;
	height: 250px;
}	
	
.column a {
	font-size: 25px;
}	
	
.service-button {
	height: 35px;
	width: 180px;
	bottom: 130px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 20px;
}	
	
.service-button:hover {
    border-radius: 0px;
}	
	
	
/*----bottom space----☆--*/
.bottom-space {
	padding-bottom: 350px;}	
}




@media only screen and (max-width: 768px){
	
	
.service {
	padding-bottom: 0px;
}	
	
.title-box {
	padding-top: 180px;	
}	
	
	
.title-box h2 {
	font-size: 50px;
	margin-top: 0px;
}	

.service-text p {
	font-size: 18px;
	margin-bottom: 120px;
	text-align: center; 
	margin-left: 0px;
}	
	
.col-text h3 {
	font-size: 35px;
}

.col-text p {
	font-size: 18px;
}
	
.column {
	flex-direction: column;	
	justify-content: center;
	align-items: center;
	margin-bottom: 120px;
}	
	
.col-text {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	margin-right: 0px;	
}
	
	
.img {
	margin: 0 auto;	
	width: 250px;
	height: 180px;
}	
	
.column a {
	font-size: 25px;
}	
	
.service-button {
	height: 35px;
	width: 180px;
	bottom: 78px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 20px;
}	
	
.service-button:hover {
    border-radius: 0px;
}	
	
	
/*----bottom space----☆--*/
.bottom-space {
	height: 0px;
	padding-bottom: 0px;}	
}




/*-----------------------------☆--*/
/* service section */
/*-----------------------------☆--*/

































/*-----------------------------☆--*/
/*  company&contact=img  */
/*-----------------------------☆--*/

.all-background-img {
	background-image: url("../images/home_幾何学.png");
	background-size: cover;
	width: 90%;
	margin: 0 auto;
	position: relative;
}







/*  company セクションタグ*//*---------------------------☆--*/

/*  company-img  */
.img-campany {
	height: 500px;
	width: 100%;
	border-radius: 250px 250px 0 0;
	position: absolute;
	top: -500px;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (min-width: 1001px){
	.img-campany {background-image: url("../images/home_comrany.jpg");
				  background-size: cover;
			      background-position: right center;	}}


@media screen and (max-width: 1000px){
	.img-campany {background-image: url("../images/home_company_small.jpg");
				  background-size: cover;
			      background-position: center center;	}}



/*  「企業案内」  */
.company-box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.company-box h2{
	font-size: 90px;
	font-weight: normal;
	letter-spacing: 5px;
	padding-top: 120px;
	color: #272727;
}



/*  menu-box  */
.company-menu {
	display: flex;
	justify-content: center;
	margin: 0 100px;
}

.company-menubox {
	background-color: rgba(0,142,116,0.7);
	width: 320px;
	height: 240px;
	border-radius: 50% 50% 5px 5px;
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 120px auto;
}

.company-menubox a {
	padding: 16px;
	font-size: 25px;
	letter-spacing:6px;
	color: #272727;
	text-decoration: none;
	padding-top: 100px;
	width: 280px;
}

.company-menubox p {
	color: #272727;
	font-size: 23px;
	letter-spacing: 1px;
	position: relative;
	left: -35px;
	top: 12px;
}



/* 伸びる矢印 */
.button-arrow {
    color:#FFF;
    cursor:pointer;
    position: relative;
    text-decoration: none;
}
.button-arrow::after{
    content: "";
    display: block;
    position: absolute;
    border: none;
    border-right: 3px solid #272727;
    border-bottom: 2px solid #272727;
    transform: skew(45deg);
    transition: .4s;
	height: 5px;
    width: 70px;	
    top: 150px;
	left: 85px;
/*	top/bottom/left/right = 矢印の原点位置*/
}

.button-arrow:hover::after{
    width: 130px;
/*	ホバー時の伸びる長さ*/
}



.btn a {
  position: relative;
  display: block;
  width: 280px;
  padding: 15px 0;
  background-color: #21BE78;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
  text-align: center;
  transition: .2s;
  box-sizing: border-box;
}
.btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: .2s;
  box-sizing: border-box;
}



/* ホバー時のスタイル */
.btn-scale a:hover {
  border-radius: 8px;
  transform: scale(0.95);
}






@media only screen and (max-width: 678px){
.all-background-img {
	background-size: cover;
}	
	
.img-campany {
	height: 350px;
	top: -350px;
}	
	
.company-box h2{
	font-size: 50px;
	margin-top: -25px;
	margin-bottom: 50px;
}	
	
/*  menu-box  */
.company-menu {
	flex-direction: column;	
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0px;
}	
		
.company-menubox {
	width: 220px;
	height: 150px;
	margin: 50px auto;
}	
	
.company-menubox a {
	font-size: 25px;
	padding-top: 50px;
}	

.company-menubox p {
	font-size: 18px;
}	
	
.button-arrow::after{
	height: 5px;
    width: 70px;	
    top: 93px;
	left: 40px;
/*	top/bottom/left/right = 矢印の原点位置*/
}
}


@media screen and (min-width: 679px) and (max-width: 1500px) {
	
.all-background-img {
	background-size: cover;
}	
	
.img-campany {
	height: 350px;
	top: -350px;
}	
	
.company-box h2{
	font-size: 50px;
	margin-top: -50px;
	margin-bottom: 100px;
}	
	
/*  menu-box  */
.company-menu {
	flex-direction: column;	
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0px;
}	
		
.company-menubox {
	width: 300px;
	height: 230px;
	margin: 50px auto;
}	
	
.company-menubox a {
	font-size: 25px;
	padding-top: 80px;
}	

.company-menubox p {
	font-size: 18px;
}	
	
.button-arrow::after{
	height: 5px;
    width: 70px;	
    top: 120px;
	left: 80px;
/*	top/bottom/left/right = 矢印の原点位置*/
}		
}
/*----------------------------------------------------☆--*/


















/*  contact セクションタグ*//*---------------------------☆--*/

.contact {
	display: flex;
	justify-content: center;
	background-color: rgba(0,33,27,0.6);
	border-radius: 250px 250px 0 0;
	margin-top: 250px;
}



/* 「CONTACT」 */
.contact-text {
	display: flex;
	justify-content: center;
}

.contact-text h2 {
	font-size: 98px;
	font-weight: bold;
	letter-spacing: 8px;
	color: #fff;
	margin-top: 500px;
	margin-bottom: 72px;
	z-index: 1;
}



/* メッセージ */
.form-message p {
	line-height: 35px;
	font-size: 23px;
	letter-spacing: 4px;
	color: #fff;
	text-align: center;
	margin-bottom: 120px;
	z-index: 1;
}



/* ■ ワンポイント */
.one-point {
	width: 24px;
	height: 24px;
	background-color: #008E74;
	margin: auto 32px;
}



/* time-box-shadow */
.time-box {
	background-color: rgba(255,255,255,0.2);
	backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);	
	width: 100%;
	margin: 0 auto;
	color: #fff;
	margin-bottom: 50px;
}



/* 受付時間 */
.time-text {
	display: flex;
	align-items: center;
}

.time-box h4 {
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 4px;
	margin-right: 24px;
}

.time-box p {
	font-size: 25px;
	letter-spacing: 2px;
	margin-right: 32px;
}



/* form-box-shadow */
.form-box {
	background-color: rgba(255,255,255,0.2);;
	backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);	
	color: #fff;
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 50px;
}


.flex {display: flex;}

.box-flex {display: flex;}

.point-title {display: flex;}


/* 「本社工場」/「メールで～」 */
.form-title {
	display: flex;
	align-items: center;
}

.form-title h4 {
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 4px;
}

/* 本社工場box */
.form-text h5{ /* 住所・TEL・FAX */
	font-weight: normal;
	font-size: 25px;
	letter-spacing: 4px;
	margin: 0px;
	margin-left: 130px;
	padding-bottom: 18px;
}

.form-text span { /* 住所 詳細 */
	font-size: 25px;
	letter-spacing: 2px;
	line-height: 35px;
	padding-bottom: 18px;
	padding-left: 24px;
}

.form-text p{ /* TEL・FAX 詳細 */
	font-size: 25px;
	letter-spacing: 1px;
	line-height: 35px;
	padding-left: 24px;
	margin-top: 0px;
}



/* form-box-shadow */
.mail-form {
	background-color: rgba(255,255,255,0.2);;
	backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	height: 230px;
	width: 100%;
	color: #fff;
	font-weight: normal;
	font-size: 25px;
	letter-spacing: 1px;
	line-height: 56px;
	text-decoration: none;
	padding-bottom: 35px;
	margin-bottom: 250px;
}

/* mail-form box */
.mail-text {
	display: flex;
	align-items: center;
	padding-top: 18px;
}


.mail-form span { /* メールでお問合せの方 */
	font-size: 25px;	
}

.mail-form p { /* メッセージ*/
	font-size: 25px;	
	line-height: 35px;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 15px;
}





 /* mail-button */
.mail-button { /* mail-button box */
	display: flex;
	justify-content: center;
	align-items: center;
}

.mail-button a { /* 「メールを送る」 */
	height: 50px;
	width: 180px;
	margin-top: 25px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	letter-spacing: 2px;	
	border-radius: 8px;
	border: 1.5px solid #fff;	
	transition: .3s cubic-bezier(0.37, 0, 0.63, 1);
	display: flex;
	justify-content: center;
	align-items: center;
}

.mail-button a:hover {
  	background: #008E74;
  	color: #fff;
    letter-spacing: 0.2em;	
}



/* space-bottom */
.space-bottom {
	height: 240px;
}







@media only screen and (max-width: 768px){
.contact {
	flex-direction: column;
	margin-top: 150px;}	
	
.contact-text h2 {
	font-size: 50px;
	margin-top: 200px;}	

/* メッセージ */
.form-message {
	text-align: center;	
	margin-bottom: 120px;}
	
.form-message p {
	font-size: 18px;
	letter-spacing: 1.2px;}	
	
.box-flex {flex-direction: column;}
	
.point-title {width: 100%;}	
	

	
	
/* ■ ワンポイント */
.one-point {
	width: 18px;
	height: 18px;
	margin: auto 18px;}

/* 受付時間 *//*------------*/
.time-text {flex-direction: column;}	

/* time-box-shadow */
.time-box {
	width: 80%;
	margin: 0px auto;}	
	
.time-box h4 {
	letter-spacing: 4px;
	font-size: 18px;
	margin-left: 0px;}

.time-box p {
	letter-spacing: 1.2px;
	font-size: 18px;
	margin-left: 25px;
	margin-top: -10px;
	margin-bottom: 25px;
	text-align: center;}	

/* 本社工場 *//*------------*/	
.form-box {
	width: 80%;
	margin: 40px auto;}	
	
.form-text {
	margin: -10px auto 0px;
	width: 95%;
	justify-content: center;
	padding-left: 20px;
	}	
	
/* box */
.form-text h5{ /* 住所・TEL・FAX */
	margin-left: 15px;
	font-size: 18px;}
	
.form-text span { /* 住所 詳細 */
	line-height: 25px;
	font-size: 18px;
	margin-top: -43px;
	padding-bottom: 25px;
	padding-left: 83px;}	
	
.form-text p{ /* TEL・FAX 詳細 */
	margin-top: -15px;
	font-size: 18px;}	
	
.flex h5 {
	margin-top: -12px;
	font-size: 18px;}
	
.form-title h4 {font-size: 18px;}		
	
/* メール *//*------------*/	
/* form-box-shadow */
.mail-form {
	width: 80%;
	height: 200px;
	margin: 20px auto;}
	
.mail-form span { /* メールでお問合せの方 */
	font-size: 18px;}	
	
.mail-button a { /* 「メールを送る」 */
	height: 40px;
	width: 150px;
	font-size: 18px;
	margin-top: 25px;
}	
	
.mail-form p { /* メッセージ*/
	margin-top: 10px;
	line-height: 25px;
	font-size: 15px;}
	
/* space-bottom */
.space-bottom {
	height: 350px;} }

.mail-text {font-size: 18px;}




@media screen and (min-width: 769px) and (max-width: 1500px) {
/* メッセージ */
.form-message {
	text-align: center;	
	margin-bottom: 120px;}
	
.time-text p {padding-bottom: 0px;}	
	
/* 本社工場box */
.form-text h5{ /* 住所・TEL・FAX */
	margin-left: 90px;}
	
.mail-text {font-size: 25px;}	
	
}
/*-----------------------------☆--*/
/*  campany&contact=img  */
/*-----------------------------☆--*/





























/*---------------------------------------------------------------------☆--*/
/*　フッター　*/
/*---------------------------------------------------------------------☆--*/
.footer {
	color: #E3FFF9;
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 1.2px;
}

.footer a {color: #E3FFF9;}

.footer a:hover{
	color: rgba(0,142,116,.8);
	transition: 0.2s;
}

.footer-container {
	background-color: rgba(0,33,27,1.00);
	width: 90%;
	margin: 0 auto;	
}

.footer-topbox {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1.5px rgba(0,142,116,.5);
	padding: 80px 8px 50px;
}

.footer-rogo {
	width: 20%;
	margin-top: 12px;
	line-height: 25px;}

.footer-list {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.navbox {margin-left: 50px;}

.footer-home {margin-right: 18px;}

.ul-service {margin-left: -8px;}

.navbox ul {margin-top: 35px;}

.navbox li {text-align: center;}

.footer-bottombox {
	width: 80%;
	margin: 0 auto;
	padding: 50px 8px;
}


@media screen and (max-width: 1000px) {
	
	.footer-topbox {flex-direction: column;/* 縦並びに変更 */}
	
	.footer-rogo {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;}

	.footer-list {
	width: 100%;
	margin: 0 auto;
	display: table-column;/* 横並び解除 */
	justify-content: flex-start;
	text-align: center;
	}

	.navbox {
	margin-left: 0px;
	margin-top: 50px;
	}

	.footer-home {margin-right: 0px;}

	.ul-service {margin-left: 0px;}

	.navbox ul {
	line-height: 35px;
	margin-top: 0px;}

	.navbox li {text-align: center;}
	
	.border {
	border-bottom: solid 2px rgba(0,142,116,.5);
	}

	.footer-bottombox {
	width: 80%;
	margin: 0 auto;
	line-height: 20px;
	padding: 50px 0px;
	text-align: center;
	}
}
/*---------------------------------------------------------------------☆--*/
/*　フッター　*/
/*---------------------------------------------------------------------☆--*/



/*---------------------------------------------------------------------☆--*/
/*------------------------------------------------------------QED------☆--*/