@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;
}

.container {
	width: 90%;
	max-width: 1120px;
	margin:0 auto;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}



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;}

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

















/*---dead_space-----------------------------------*/
.margin-box {/*メニューバー浮いている分穴埋め*/
	height: 65px;
}

@media only screen and (max-width: 768px){
.margin-box {/*メニューバー浮いている分穴埋め*/
	height: 20px;
}	
}
/*------------------------------------------------*/



















/*------------------------------------------------
		space-box
-------------------------------------------------*/
.spase-box {
	height: 120px;
}
/*--====================================================================
		メイン
====================================================================--*/
.main-img {
	background-image: url("../images/comtany_砂岩png.png");
	background-size: cover;
	margin: 0 15px 0 -15px;
}
/*-----------------------------------------------
		top list
------------------------------------------------*/
.top-spase {
	height: 120px;
}
/*-----------------------------------------------
		top list
------------------------------------------------*/






.container {
	background-color: rgba(255,255,255,0.8);
	width: 80%;
	border-radius: 5px;
	position: relative;
}



















/*-----------------------------------------------
		pan list
------------------------------------------------*/
.pan-box{
	position: absolute;
	top: -50px;
}


/*-----------パンくずリスト-------------*/
.breadcrumb-001 {
    display: flex;
    gap: 0 22px;
    list-style: none;
    padding: 0 18px;
    font-size: 18px;
}

.breadcrumb-001 li {
    display: flex;
    align-items: center;
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    content: '';
}

.breadcrumb-001 a {
    color: #555;
    text-decoration: none;
}/*------------------------*/


@media only screen and (max-width: 768px){
.border-line {
    border-top: 1px solid rgba(0,33,27,.5);
}
}
/*-----------------------------------------------
		pan list
------------------------------------------------*/



















/*-----------------------------------------------
		images
------------------------------------------------*/
.images {
	border-radius: 5px;
	width: 80%;
	height: 400px;
	margin-top: 80px;
	margin-bottom: 80px;
    background-image: url("../images/company_hero.jpg");
	background-size: cover;
	background-position: right center;}

@media only screen and (max-width: 768px){
.images {
	height: 200px;
	margin-top: 40px;
	margin-bottom: 40px;}	
}
/*-----------------------------------------------
		images
------------------------------------------------*/



















/*-----------------------------------------------
		h2-text
------------------------------------------------*/
.h2-textbox {
	text-align: center;
	position: relative;
    border-top: solid 2px rgba(39,39,39,.9);
    border-bottom: solid 2px rgba(39,39,39,.9);
	width: 600px;
}

.h2-textbox:before, .h2-textbox:after{
    content: '';
    position: absolute;
    top: -15px;
    width: 2px;
    height: -webkit-calc(100% + 30px);
    height: calc(100% + 30px);
    background-color: rgba(39,39,39,.9);
}
.h2-textbox:before {left: 15px;}
.h2-textbox:after {right: 15px;}

.h2-textbox h2 {
	color: rgba(39,39,39,.9);
	font-size: 50px;	
	letter-spacing: 5px;
	font-weight: normal;
}


@media only screen and (max-width: 1000px){
	
.h2-textbox {
    border-top: solid 1px rgba(39,39,39,.9);
    border-bottom: solid 1px rgba(39,39,39,.9);
	width: 300px;
}
	
.h2-textbox:before, .h2-textbox:after{
    content: '';
    position: absolute;
    top: -8px;
    width: 1.5px;
    height: -webkit-calc(100% + 30px);
    height: calc(100% + 15px);
    background-color: rgba(39,39,39,.9);
}	
	
.h2-textbox:before {left: 8px;}
	
.h2-textbox:after {right: 8px;}	
	
.h2-textbox h2 {
	font-size: 25px;	
}	
	
}
/*-----------------------------------------------
		h2-text
------------------------------------------------*/



















/*-----------------------------------------------
		greeting
------------------------------------------------*/
.greeting {
	padding: 80px 0 180px;
}

.greeting-textbox {
	position: relative;		
}

.greeting p {
	color: rgba(39,39,39,.9);
	font-weight: normal;
	font-size: 20px;	
	letter-spacing: 3px;
	line-height: 35px;
	text-align: center;
}

.boss-name {
	color: rgba(39,39,39,.9);
	font-weight: normal;
	position: absolute;
	bottom: -180px;
	right: 35px;
}

.boss-name span{
	color: rgba(39,39,39,.9);
	font-weight: normal;
	font-size: 25px;	
	letter-spacing: 2px;
	margin-left: 150px;
}


/* opacity背景トラック */
/*
.img-track {
	background-image: url("../images/conpany_track.jpg");
	background-size: cover;
	opacity: 0.1;
	position: absolute;
	height: 800px;
	width: 95%;
	bottom: 0px;
	right: 0px;
	z-index: 5;
}
*/

	.br-pc {display: inline;}		
	.br-sp {display: none;}



@media only screen and (max-width: 850px){
	
	.br-pc {display: none;}	
	.br-sp {display: inline;}	
	
.greeting {
	padding: 30px 0 250px;
}	
	
.greeting p {
	font-size: 18px;	
	letter-spacing: 1.5px;
	line-height: 35px;
}
	
.boss-name {
	bottom: -150px;
	right: 35px;
}	
	
.boss-name span{
	font-size: 20px;	
	margin-left: 120px;
}	
}
/*-----------------------------------------------
		greeting
------------------------------------------------*/



















/*-----------------------------------------------
		summny
------------------------------------------------*/
.summny {
	width: 70%;
	margin: 120px auto;
}

.border {
	border-top: solid 1.5px rgba(39,39,39,.9);
	width: 300px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 120px;
}

.border h3{
	color: rgba(39,39,39,.9);
	font-weight: normal;
	font-size: 25px;	
	letter-spacing: 13px;
	text-align: center;
}

.di-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	flex-wrap: wrap;
}

.summny dt {
	width: 180px;
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1px;
	background-color: #008E74;
	padding: 12px 0 12px 20px;
	border-radius: 2px 2px 0 2px;
	border: solid 1px #fff; 
}

.summny dd {
	width: 400px;
	color: rgba(39,39,39,.9);
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1px;
	margin-left: -1px;
	padding: 12px 0 11px 20px;
	border-bottom: solid 1.5px #008E74; 
}

.height-1 {
	background-color: #008E74;
	height: 240px;
}

.height-2 {
	background-color: #008E74;
	height: 120px;
}

.summny dd span{
	color: rgba(39,39,39,.9);
	font-weight: normal;
	font-size: 20px;
	margin-left: 18px;
}


	.br-pc {display: inline;}		
	.br-sp {display: none;}

@media screen and (min-width: 768px) and (max-width: 1400px) {
	
	.br-pc {display: none;}	
	.br-sp {
	display: inline;
	width: 80%;
	}	
	
	.summny {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	}	
	
	.border {
	width: 80%;
	margin-bottom: 20px;
	}	
	
	.border h3{
	font-size: 25px;	
	bottom: 25px;
	text-align: center;
	}
	
	.summny dt {
	width: 70%;
	font-size: 18px;
	padding: 4px 8px 4px 12px;
	border-radius: 2px 2px 0 2px;
	border: solid 0.5px #fff; 
	}
	
	.summny dd {
	width: 90%;
	font-size: 18px;
	margin-left: -1px;
	margin-bottom: 35px;
	padding: 8px 8px 8px 8px;
	border-bottom: solid 0px #008E74; 
	}
	
	.height-1, .height-2 {
	height: 28px;
	}	
	
	.summny dd span{
	font-size: 18px;
	margin-left: 8px;
	}
}

@media screen and (max-width: 767px) {
	
	.br-pc {display: none;}	
	.br-sp {
	display: inline;
	width: 100%;
	}	
	
	.summny {
	width: 65%;
	margin: 0 auto;
	text-align: center;
	}	
	
	.border {
	width: 80%;
	margin-bottom: 20px;
	}	
	
	.border h3{
	font-size: 25px;	
	bottom: 25px;
	text-align: center;
	}
	
	.summny dt {
	width: 90%;
	font-size: 15px;
	padding: 4px 8px 4px 12px;
	border-radius: 2px 2px 0 2px;
	border: solid 0.5px #fff; 
	}
	
	.summny dd {
	width: 90%;
	font-size: 15px;
	margin-left: -1px;
	margin-bottom: 35px;
	padding: 8px 8px 8px 8px;
	border-bottom: solid 0px #008E74; 
	}
	
	.height-1, .height-2 {
	height: 28px;
	}	
	
	.summny dd span{
	font-size: 15px;
	margin-left: 8px;
	}
}

/*-----------------------------------------------
		summny
------------------------------------------------*/

















/*-----------------------------------------------
		map-company
------------------------------------------------*/
.map-company {
}

.map-container {
	display: flex;
    align-items: center;
	width: 60%;
	height: 320px;
	margin: 0 auto;
	position: relative;
/*	background-color: antiquewhite;*/
}

.map-company h3{
	left: 60px;
}

.infomation h4 {
	color: #fff;
	font-weight: normal;
	font-size: 25px;
	letter-spacing: 2px;
	line-height: 50px;
	width: 420px;
	background-color: #008E74;
	border-radius: 2px;
	position: absolute;
	top: 8px;
}

.from-box {
	margin-left: 8px;
	position: absolute;
	top: 100px;
}

.infomation p {
	color: rgba(39,39,39,.9);
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1px;
}

.from-box span {
	padding-left: 12px;
}


.map-1 {
	height: 240px;
	width: 240px;
	background-color: azure;
	position: absolute;
	right: -20px;
	bottom: 40px;
}

.map-2 {
	height: 240px;
	width: 240px;
	background-color: azure;
	position: absolute;
	right: -20px;
	bottom: 40px;
}

.map-1 iframe,.map-2 iframe {
    width: 100%;
    height: 100%;
}



@media screen and (min-width: 768px) and (max-width: 1400px) {
		
.map-company {
	width: 55%;
	margin: 0 auto;
}	
		
.map-company h3{
	left: 30%;
}	

.map-container {
	width: 70%;
	height: 410px;
	margin: 0 auto 50px;
}	
	
.infomation h4 {
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	width: 100%;
	top: 0px;
}
	
.from-box {
	text-align: center;
	width: 90%;
	margin-left: 18px;
	position: absolute;
	top: 80px;
}	
	
.infomation p {
	font-size: 18px;
}	
	
.map-1 {
	height: 180px;
	width: 100%;
	left: 0px;
	top: 225px;
}	
	
.map-2 {
	height: 180px;
	width: 100%;
	left: 0px;
	top: 200px;
}			
}

@media screen and (max-width: 767px) {
		
.map-company {
	width: 55%;
	margin: 0 auto;
}	
		
.map-company h3{
/*	left: 30%;*/
	margin-left: 30px;/* もじが右寄りなのを修正できず、バランス取る為に右寄せ指示 */
}	

.map-container {
	width: 90%;
	height: 410px;
	margin: 0 auto 50px;
}	
	
.infomation h4 {
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	width: 100%;
	top: 0px;
	padding-right: 12px;/* もじが右寄りなのを修正できず、バランス取る為に右側へ余白広げる指示 */
}
	
.from-box {
	text-align: center;
	width: 100%;
	margin-left: 8px;
	position: absolute;
	top: 80px;
}	
	
.infomation p {
	font-size: 15px;
}	
	
.map-1 {
	height: 180px;
	width: 100%;
	left: 0px;
	top: 225px;
}	
	
.map-2 {
	height: 180px;
	width: 100%;
	left: 0px;
	top: 200px;
}	
}
/*-----------------------------------------------
		map-company
------------------------------------------------*/


















/*-------------------------------------------------------------------
		other-menu
---------------------------------------------------------------------*/

/*-----other-menu---------------------*/
.other-menu {
	display: flex;
	justify-content: center;
	position:relative;
}


.other-menubox {
	background-color: #fff;
	padding-bottom:16px;
	padding:64px;
	width: 700px;
	border-radius:8px;
	border: 1.5px solid #999;
}

.menu-textbox {
	text-align: center;
}

.menu-textbox h3 {
	color:#272727;
	font-weight: normal;
	font-size: 35px;	
	letter-spacing: 3px;
	margin-top: 0;
	margin-bottom: 24px;
}

.box-flex {
	display: flex;
	justify-content: center;
}

/* 左右でカタチ変えたい時用に right-left */
.left-box {position: relative;}
.right-box{position: relative;}

.menu-textbox a {
	color:#272727;
	font-weight: normal;
	font-size: 25px;	
	letter-spacing: 1.5px;
	text-decoration: none;
	margin: 18px 35px 0;
	padding: 24px;
	border-radius: 8px;
	border: 1.5px solid #999;
	vertical-align: middle;
	transition: all .18s ease-in-out;
}

.menu-textbox a:hover {
 	box-shadow: 2px 5px 10px rgba(0,0,0,.25);
	background-color: rgba(0,142,116,0.30);
}

.menu-textbox span {
	color:rgba(39,39,39,.1);
	font-weight: normal;
	font-size: 25px;	
	letter-spacing: 1.5px;
	position: absolute;
	bottom: -2px;
	right: 5px;
}
/*------------------------------------*/



/*-----top_btn------------------------*/
.top_btn { 
	width: 60px;
	height: 60px;
	position: absolute;
	border-radius: 50%;
	transition: all .5s ease-in-out;
	bottom: 8px;
	margin-left: 950px;
	border: 1.5px solid #999;
	background-color: #fff;
}

.top_btn:hover {
	transform: translateY(-8px);
	transition: all .3s ease-in-out;
	background-color: rgba(0,142,116,.3);
}

.arrow::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-top: 1.5px solid #555;
    border-right: 1.5px solid #555;
	margin-top: 26px;
	margin-left: 21px;
}

.-top::before{
    transform: rotate(-45deg);
}
/*------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1400px) {
	.other-menubox {
	padding: 35px;
	width: 550px; }
	
	.menu-textbox h3 {font-size: 25px;}
	
	.menu-textbox a {
	font-size: 18px;
	margin: 12px 25px 18px;
	padding: 18px; }
	
	.menu-textbox span {font-size: 18px;}
	
	/*-----top_btn------------------------*/
	.top_btn { 
    width: 50px;
	height: 50px;	
	bottom: 8px;
	margin-left: 720px; }
	
	.arrow::before {
    width: 15px;
    height: 15px;
	margin-top: 22px;
	margin-left: 17px; }
}




@media only screen and (max-width: 767px){
	
	.box-flex {flex-direction: column; }	

	.other-menubox {
	padding: 35px;
	width: 180px; }
	
	.menu-textbox h3 {font-size: 25px;}
	
	.menu-textbox a {
	font-size: 18px;
	margin: 20px 25px;
	padding: 15px; }
	
	.menu-textbox span {font-size: 18px;}
	
	/*-----top_btn------------------------*/
	.top_btn { 
    width: 50px;
	height: 50px;	
	bottom: 8px;
	margin-left: 380px; }
	
	.arrow::before {
    width: 15px;
    height: 15px;
	margin-top: 22px;
	margin-left: 17px; }
	
}
/*-------------------------------------------------------------------
		other-menu
---------------------------------------------------------------------*/





















/*-------------------------------------------------------------------
	to-contact　　～お問い合わせはこちら～
---------------------------------------------------------------------*/
.to-contact-box {
	position: relative; 
	width: 100%;
	height: 100%;
}

.to-contact-box a {
	color: #fff;
	font-size: 18px;	
	line-height: 24px;
	letter-spacing: 1.5px;
	text-decoration: none;
}

.box-design {
	padding: 24px 70px 24px 40px;
	border-radius: 5px 0 0 5px;
	position: absolute;
	bottom: 40px;
	right: 0px;
	
	background: linear-gradient(90deg, rgba(0,142,116,1.00) 0%, rgba(0,142,116,.4) 50%, rgba(0,142,116,1.00) 100%);
 	background-size: 200% 100%;
  	border: none;
	transition: .3s;
}

.box-design:hover {
	background-position: 100% 0;}

.contact-br-pc {display: inline;}		
.contact-br-sp {display: none;}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	
	.contact-br-pc {display: inline;}		
	.contact-br-sp {display: none;}

	.to-contact {font-size: 15px;}	
	
	.box-design {
	padding: 12px 50px 12px 20px;
	border-radius: 8px 0 0 8px;}
	
	.box-design {bottom: 50px;}
	}


@media screen and (max-width: 767px) {
	
	.contact-br-pc {display: none;}		
	.contact-br-sp {display: inline;}
	
	.to-contact {font-size: 18px;}	
	
	.box-design {
	padding: 30px 15px 30px 20px;
	border-radius: 25px 0 0 25px;}	

	.box-design {
		bottom: 190px;}
}

/*-------------------------------------------------------------------
	to-contact
---------------------------------------------------------------------*/
/*--===============================================================================================================
		メイン
===============================================================================================================--*/


















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

.footer-topbox a {color: #E3FFF9;}

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

.footer-bottombox a {color: #E3FFF9;}

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

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

.footer-topbox {
	width: 70%;
	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: 70%;
	margin: 0 auto;
	padding: 50px 8px;
}


@media screen and (max-width: 767px) {
	
	.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;}
	
	.footer-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 ---*/
