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

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

/* =================================
 reset
================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

body{ 
	margin:0px;
	padding:0px;
	overflow-x: hidden;
}
p{ margin:0px; padding:0px}
a{color:#333;}
/*@media print{
	body{
		width: 100%;
	}
}*/

img{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
*a:hover{
	text-decoration: none;
}


/* bootstrap.css基本の打消し
---------------------------------------------------- */
body{ margin:0px; padding:0px}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal; clear:both}
p{ margin:0px; padding:0px}

.navbar {
	margin-bottom:0px;
	border:none;
}
@media print{
	.navbar {
		margin-bottom:0px;
	}
}

/* 電話番号リンク禁止
---------------------------------------------------- */
.disable-auto-tel a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}
@media screen and (min-width:480px)  {
    .disable-auto-tel-sp a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    }
}
@media screen and (max-width:480px)  {
    .disable-auto-tel-sp a[href^="tel:"] {
        text-decoration: none;
    }
}
@media (min-width: 751px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color:inherit;
    }
}
@media (max-width: 751px){
    a[href*="tel:"]{
        text-decoration: none;
        color:inherit;
    }
}
span.fax a[href*="tel:"]{
    color: inherit;
    text-decoration: none;
    pointer-events: none;
}



/* ----------------------------------------------------------------------
 inner
---------------------------------------------------------------------- */
.inner{
	width:calc(100% - 30px);
	max-width:1120px;
	margin-left: auto;
	margin-right: auto;
}
.inner960{
	width:calc(100% - 30px);
	max-width:960px;
	margin-left: auto;
	margin-right: auto;
}
.inner768{
	max-width:768px;
	width:calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------------------------------------------------
 角丸
---------------------------------------------------------------------- */
.radius10{
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.radius15{
	border-radius: 15px;		/* CSS3草案 */
	-webkit-border-radius: 15px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 15px;	/* Firefox用 */
}
.radius20{
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
}

/* ----------------------------------------------------------------------
 flexbox
---------------------------------------------------------------------- */
.flexOrigin{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;    /*全ての要素の高さを揃える*/
}
.space-between{
	justify-content: space-between; /*均等に間隔をあける*/
}
.flex-wrap{
	flex-wrap: wrap; /*flex繰り返し*/
}
.row-reverse{
	flex-direction:row-reverse;	/*flex逆順*/
}
@media screen and (max-width:767px)  {
	.flex-block{
		display: block; /*スマホ時フレックス解除*/
	}
}

@media print, screen and (min-width:768px)  {
	.flexBox02{
		width:48%;
	}
	.flexBox03{
		width:30%;
	}
	.flexBox04{
		width:22%;
	}
	.flexBoxTopL{
		width:48%;
	}
	.flexBoxTopL{
		width:48%;
	}
}
@media screen and (max-width:767px)  {
	.flexBox02{
		width:100%;
		margin-bottom: 50px;
	}
	.flexBox03{
		width:100%;
	}
	.flexBox02:last-child,.flexBox03:last-child{
		margin-bottom: 0;
	}
	.flexBox04{
		width:48%;
	}
}


/* ----------------------------------------------------------------------
 float
---------------------------------------------------------------------- */
.left,.leftPc{
	float:left;
}
.right,.rightPc{
	float:right;
}

@media screen and (max-width:750px)  {
	.leftPc,.rightPc{
		width:100%;
	}
}


/* ----------------------------------------------------------------------
 タブレット以上のみ表示
---------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
.pc_only{
display:none !important;
}
}

/* ----------------------------------------------------------------------
 スマホ以下のみ表示
---------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
.sp_only{
display:none !important;
}
}


/* ----------------------------------------------------------------------
 フォント
---------------------------------------------------------------------- */
.font50 {
	font-size: 50%;
}
.font60 {
	font-size: 60%;
}
.font70 {
	font-size: 70%;
}
.font80 {
	font-size: 80%;
}
.font90 {
	font-size: 90%;
}
.font100 {
	font-size: 100%;
}
.font110 {
	font-size: 110%;
}
.font120 {
	font-size: 120%;
}
.font130 {
	font-size: 130%;
}
.font150 {
	font-size: 150%;
}
.font180 {
	font-size: 180%;
}
.font200 {
	font-size: 200%;
}
.font230 {
	font-size: 230%;
}
.font250 {
	font-size: 250%;
}

.font12px{
	font-size: 12px;
}
.font14px{
	font-size: 14px;
}
.font16px{
	font-size: 16px;
}
.font18px{
	font-size: 18px;
}
.font20px{
	font-size: 20px;
}
.font25px{
	font-size: 25px;
}
.font30px{
	font-size: 30px;
}
.font35px{
	font-size: 35px;
}
@media screen and (min-width: 768px),print {
	.font12-14px{
		font-size: 14px;
	}
	.font14-16px{
		font-size: 16px;
	}
	.font15-20px{
		font-size: 20px;
	}
	.font15-18px{
		font-size: 18px;
	}
	.font16-18px{
		font-size: 18px;
	}
	.font16-20px{
		font-size: 20px;
	}
	.font18-20px{
		font-size: 20px;
	}
	.font18-25px{
		font-size: 25px;
	}
	.font20-25px{
		font-size: 25px;
	}
	.font20-30px{
		font-size: 30px;
	}
	.font22-28px{
		font-size: 28px;
	}
	.font25-30px{
		font-size: 30px;
	}
	.font25-35px{
		font-size: 35px;
	}
	.font30-35px{
		font-size: 35px;
	}
	.font30-40px{
		font-size: 40px;
	}
}
@media screen and (max-width: 767px) {
	.font12-14px{
		font-size: 12px;
	}
	.font14-16px{
		font-size: 14px;
	}
	.font15-20px{
		font-size: 15px;
	}
	.font15-18px{
		font-size: 15px;
	}
	.font16-18px{
		font-size: 16px;
	}
	.font16-20px{
		font-size: 16px;
	}
	.font18-20px{
		font-size: 18px;
	}
	.font18-25px{
		font-size: 18px;
	}
	.font20-25px{
		font-size: 20px;
	}
	.font20-30px{
		font-size: 20px;
	}
	.font22-28px{
		font-size: 22px;
	}
	.font25-30px{
		font-size: 25px;
	}
	.font25-35px{
		font-size: 25px;
	}
	.font30-35px{
		font-size: 30px;
	}
	.font30-40px{
		font-size: 30px;
	}
}

/* =================================
フォントファミリー
================================= */

.yu_font{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.yugo_font{
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}
.heisei_font{
	font-family: "heisei-kaku-gothic-std";
}
.cent_font{
	font-family: Century Gothic, sans-serif;
}


/* ----------------------------------------------------------------------
行間調整
---------------------------------------------------------------------- */
.lh10{
	line-height:1.0em !important;
}
.lh15{
	line-height:1.5em !important;
}
.lh18{
	line-height:1.8em !important;
}
.lh20{
	line-height:2em !important;
}
.lh25{
	line-height:2.5em !important;
}

/* ----------------------------------------------------------------------
 文字揃え
---------------------------------------------------------------------- */
.txtCenter{
	text-align:center;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;
}
.txtJustify{
	text-align:justify;
}


.txtCenterPc{
	text-align:center;
}
@media screen and (max-width: 767px) {
	.txtCenterPc{
		text-align:left;
	}
}


/* ----------------------------------------------------------------------
 文字色
---------------------------------------------------------------------- */
.white{
	color:#fff;
}
.green{
	color:#2f6f45;
}
.gray{
	color:#808080;
}

/* ----------------------------------------------------------------------
 文字スタイル
---------------------------------------------------------------------- */
.bold{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}

/* ----------------------------------------------------------------------
文字間
---------------------------------------------------------------------- */
.ls01{
	letter-spacing: 0.1em;
}
.ls02{
	letter-spacing: 0.2em;
}
.palt{
	font-feature-settings: "palt";
}

/* ----------------------------------------------------------------------
 スマホのみ改行
---------------------------------------------------------------------- */

@media print, screen and (min-width: 768px) {
 .kaigyouSp {
  display: none;
 }
}
@media print, screen and (min-width: 480px) {
	.kaigyouSpMini {
	 display: none;
	}
   }
@media screen and (max-width: 767px) {
 .kaigyouPc {
  display: none;
 }
}

/* ----------------------------------------------------------------------
 見出し
---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------
 margin・padding
---------------------------------------------------------------------- */
/*margin top*/
.mt00 {
	margin-top: 0px;
  }
  .mt05 {
	margin-top: 5px;
  }
  .mt10 {
	margin-top: 10px;
  }
  .mt15 {
	margin-top: 15px;
  }
  .mt20 {
	margin-top: 20px;
  }
  .mt25 {
	margin-top: 25px;
  }
  .mt30 {
	margin-top: 30px;
  }
  .mt35 {
	margin-top: 35px;
  }
  .mt40 {
	margin-top: 40px;
  }
  .mt45 {
	margin-top: 45px;
  }
  .mt50 {
	margin-top: 50px;
  }
  .mt80 {
	margin-top: 80px;
  }
  .mt100 {
	margin-top: 100px;
  }
  /*margin bottom*/
  .mb00 {
	margin-bottom: 0px;
  }
  .mb05 {
	margin-bottom: 5px;
  }
  .mb10 {
	margin-bottom: 10px;
  }
  .mb15 {
	margin-bottom: 15px;
  }
  .mb20 {
	margin-bottom: 20px;
  }
  .mb25 {
	margin-bottom: 25px;
  }
  .mb30 {
	margin-bottom: 30px;
  }
  .mb35 {
	margin-bottom: 35px;
  }
  .mb40 {
	margin-bottom: 40px;
  }
  .mb45 {
	margin-bottom: 45px;
  }
  .mb50 {
	margin-bottom: 50px;
  }
  .mb80 {
	margin-bottom: 80px;
  }
  .mb100 {
	margin-bottom: 100px;
  }
  
  /*padding top*/
  .pt05 {
	padding-top: 5px;
  }
  .pt10 {
	padding-top: 10px;
  }
  .pt15 {
	padding-top: 15px;
  }
  .pt20 {
	padding-top: 20px;
  }
  .pt25 {
	padding-top: 25px;
  }
  .pt30 {
	padding-top: 30px;
  }
  .pt35 {
	padding-top: 35px;
  }
  .pt40 {
	padding-top: 40px;
  }
  .pt45 {
	padding-top: 45px;
  }
  .pt50 {
	padding-top: 50px;
  }
  .pt80 {
	padding-top: 80px;
  }
  .pt100 {
	padding-top: 100px;
  }
  /*padding bottom*/
  .pb05 {
	padding-bottom: 5px;
  }
  .pb10 {
	padding-bottom: 10px;
  }
  .pb15 {
	padding-bottom: 15px;
  }
  .pb20 {
	padding-bottom: 20px;
  }
  .pb25 {
	padding-bottom: 25px;
  }
  .pb30 {
	padding-bottom: 30px;
  }
  .pb35 {
	padding-bottom: 35px;
  }
  .pb40 {
	padding-bottom: 40px;
  }
  .pb45 {
	padding-bottom: 45px;
  }
  .pb50 {
	padding-bottom: 50px;
  }
  .pb80 {
	padding-bottom: 80px;
  }
  .pb100 {
	padding-bottom: 100px;
  }
  .pd10{
	  padding: 10px;
  }
  .pd15{
	  padding: 15px;
  }
  .pd20{
	  padding: 20px;
  }
  .pd25{
	  padding: 25px;
  }
  .pd30{
	  padding: 30px;
  }

/* ----------------------------------------------------------------------
 画像
---------------------------------------------------------------------- */
img.img100{
	width:100%;
	display:block;
}
img.imgCenter{
	max-width: 100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.imgLeft{
	max-width: 100%;
	display:block;
	margin-right:auto;
}
img.imgRight{
	max-width: 100%;
	display:block;
	margin-left:auto;
}

/* ----------------------------------------------------------------------
 背景色
---------------------------------------------------------------------- */
.bgWhite{
	background:#fff;
}
.bgGray{
	background:#f2f2f2;
}

/* ----------------------------------------------------------------------
 ボタン
---------------------------------------------------------------------- */
/*ボタンサイズ*/
.btn150{ /*ボタンW150*/
	max-width:150px;
}
.btn250{ /*ボタンW250*/
	max-width:250px;
}
.btn300{ /*ボタンW300*/
	max-width:300px;
}
.btn350{ /*ボタンW350*/
	max-width:350px;
}

/*ボタンセンタリング*/
.btnCenter{
	margin-left: auto;
	margin-right: auto;
}

/*ボタン01*/
.btn{
	position: relative;
	transition : all 0.5s ease 0s;
	display: block;
	box-sizing: border-box;
	padding: 5px 40px 8px 10px;
	border-radius: 0;
	width: 160px;
	text-align: left;
}
.btn:hover{
	text-decoration: none;
}
.btn::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
	top: 50%;
    right:5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	font-size: 80%;
	transition : all 0.5s ease 0s;
}
.btn:hover::after{
	right:10px;
}

.btn01{
	background:#fff;
	border:2px #2f6f45 solid;
	color:#2f6f45;
}
.btn01:hover{
	background:#f2f2f2;
}
.btn02{
	background:transparent;
	border:2px #fff solid;
	color:#fff;
}
.btn02:hover{
	background:#2f6f45;
	color:#fff;
}
.btnW{
	width: 270px;
	border-radius: 100px;
	padding: 10px 30px 12px 20px;
	margin-left: auto;
	margin-right: auto;
}


/* ----------------------------------------------------------------------
 ページ内リンク
---------------------------------------------------------------------- */
@media screen and (min-width: 1121px){
	a.scroll_point {
	 height: 1px;
	 margin-top: -80px;
	 padding-top: 80px;
	 display: block;
	}
}
 @media screen and (max-width: 1120px){
	 a.scroll_point {
	 height: 1px;
	 display: block;
	 margin-top: -65px;
	 padding-top: 65px;
	}
}

/* ----------------------------------------------------------------------
 スクロールフェード
---------------------------------------------------------------------- */
@media only screen{
	.fade {
		opacity: 0;
		transform: translateY(50px);
	}
	.fade01 {
		transition: opacity 1.5s, transform 1s;	
	}
	.fade02 {
		transition: opacity 2.0s, transform 1.5s;	
	}
	.fade03 {
		transition: opacity 2.5s, transform 2.0s;	
	}
	.fade04 {
		transition: opacity 3.0s, transform 2.5s;	
	}
	.fade.active {
		opacity: 1;
		transform: translateY(0px);
	}
}
@media print{
	.fade {
		opacity: 1;
	}
	.fade.active {
		opacity: 1;
		transform: none;
	}
}

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

/*ヘッダーロゴ*/
h1.headLogo img{
	display: block;
}
h1.headLogo{
	margin: 0;
	position: relative;
	top:16.5px;
	padding-left: 15px;
}
h1.headLogo a{
	display: block;
}
@media screen and (min-width: 1121px),print{
	h1.headLogo a{
		width:235px;
		height: 47px;
	}
	h1.headLogo img{
		width:100%;
	}
}
@media screen and (max-width: 1120px) {
	h1.headLogo{
		top:14.5px;
	}
	h1.headLogo a{
		width:180px;
	}
}

.drawer_menu a {
	color: inherit;
	text-decoration: none;
}
.drawer_menu a:visited {
	color: inherit;
}

/* PC用ナビゲーション */
@media print, screen and (min-width: 1121px) {
	.navbar-fixed-top,.drawer_menu .drawer_nav_wrapper {
		width:100%;
		height: 80px;
		background: transparent;
	}
	.navbar-fixed-top, .navbar-fixed-bottom{
		position: fixed;
	}
	.header{
		max-width: 1920px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1120px) {
	.navbar-fixed-top,.drawer_menu .drawer_nav_wrapper {
		height: 65px;
		background: transparent;
	}
}
.drawer_menu .drawer_nav_wrapper {
	transform: translate(0);
	width:85%;
	max-width: 850px;
	position: relative;
	top: auto;
	right: auto;
	z-index: 100;
	background: transparent;
	/* PC用メニュー背景色 */
}

.drawer_menu .drawer_nav {
	width:100%;
	/* コンテンツ幅に合わせる */
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	list-style-type: none;
}

.drawer_menu .drawer_nav > li {
	font-family:'Poppins-SemiBold' !important;
	font-weight:bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 80px;
	/* PC用メニュー高さ */
	line-height: 80px;
	/* PC用メニュー高さ */
	background-color: transparent;
	/* PC用メニューボタン背景色 */
	text-align: center;
	list-style-type: none;
}

.drawer_menu .drawer_nav > li:nth-child(6){
	background:#2f6f45;
	transition : all 0.5s ease 0s;
}
.drawer_menu .drawer_nav > li:nth-child(6):hover{
	background:#4e946e;
}

.drawer_menu .drawer_nav > li:hover {
	text-decoration: none;
	/* PC用メニューボタンマウスオーバー背景色 */
}

.drawer_menu .drawer_nav > li a {
	color: #fff;
	font-family:'Poppins-SemiBold';
	height: 80px;
	width: 100%;
	display: table;
	letter-spacing: 0.1em;
	transition : all 0.5s ease 0s;
}
.drawer_menu .drawer_nav > li a:hover{
	color:#cddac0;
}
.drawer_menu .drawer_nav > li a.active{
	color:#cddac0;
}
li.gmenu{
	position: relative;
}

p.headMail_sp{
	font-size:14px;
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight:bold;
	margin: 0;
	padding: 10px 0;
	color:#fff;
	text-align: center;
}

@media screen and (min-width:1121px),print {
	.drawer_menu .drawer_nav li:nth-child(1),
	.drawer_menu .drawer_nav li:nth-child(2),
	.drawer_menu .drawer_nav li:nth-child(3),
	.drawer_menu .drawer_nav li:nth-child(4),
	.drawer_menu .drawer_nav li:nth-child(5){
		width: calc((100% - 200px) / 5);
	}
	.drawer_menu .drawer_nav li:nth-child(6){
		width: 200px;
	}
	p.headMail_sp{
		display: table-cell;
		vertical-align: middle;
	}
}
@media screen and (max-width:1120px) {
	.drawer_menu .drawer_nav > li:nth-child(6){
		width:100%;
		cursor: pointer;
	}
	.drawer_menu .drawer_nav > li:nth-child(6){
		background:#2f6f45;
	}
	.drawer_menu .drawer_nav li a{
		height: 50px;
	}
	img.headMail{
		display: none;
	}
	a.headMailLink{
		background: none !important;
		padding: 0 !important;
	}
	a.headMailLink:hover{
		text-decoration: none;
	}
	p.headMail_sp{
		text-align: left;
		padding: 14px 0 10px 20px;
	}
}



/* PC非表示 */
@media print, screen and (min-width:1121px) {
	.pc-hidden {
		display: none;
		text-align: center;
	}
}

@media print, screen and (min-width: 1121px) {
	/* ドロップダウンメニュー2階層目 */
	.drawer_menu .drawer_nav li ul.second-level {
		visibility: hidden;
		list-style-type: none;
		position: absolute;
		z-index: -1;
		top: 120px;
		opacity:0;
		margin: 0;
		padding-left: 0;
		background-color: #fff;
		border: 2px #fff solid;
		border-radius: 5px;
		transition: all .5s;
	}
	.drawer_menu .drawer_nav li ul.second-level li{
		width: 200px;
		height: 50px;
		text-align: left;
	}
	.drawer_menu .drawer_nav li:hover ul.second-level {
		visibility: visible;
		z-index: 1;
		top: 80px;
		opacity:1.0;
		/* PC用メニューの高さに合わせる */
		transition: all .5s;
	}
	.drawer_menu .drawer_nav li:hover ul.second-level li {
		width: 200px !important;
		/* ドロップダウンメニューボタン横幅 */
		height: 50px !important;
		/* Pドロップダウンメニューボタン高さ */
	}
	.drawer_menu .drawer_nav li ul.second-level li a{
		text-align: left;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
	.drawer_menu .drawer_nav li:hover ul.second-level li a {
		display: block;
		background-color: #fff;
		/* ドロップダウンメニューの文字の背景色 */
		color: #333;
		/* ドロップダウンメニューの文字色 */
		font-size: 100%;
		text-decoration: none;
		height: 50px !important;
		line-height: 50px !important;
		/* Pドロップダウンメニューボタン高さ */
		text-align: left;
		font-family:'NotoSansJP-Regular';
		letter-spacing: 0.1em;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		border-bottom:1px #2f6f45 dotted;
	}
	.drawer_menu .drawer_nav li:hover ul.second-level li:first-child a{
		border-radius: 5px 5px 0 0;
	}
	.drawer_menu .drawer_nav li:hover ul.second-level li:last-child a{
		border-radius:0 0 5px 5px;
		border-bottom:none;
	}
	.drawer_menu .drawer_nav li:hover ul.second-level li a:hover {
		background:#4e946e;
		color:#fff;
		/* ドロップダウンメニューマウスホバー背景色 */
	}
	.touch-btn {
		display: none;
	}
}


/*+++ Default Button Color +++*/

.drawer_menu .drawer_button {
	color: #fff;
	/* ハンバーガーメニュー文字色 */
	display: none;
}

.drawer_menu .drawer_button .drawer_bar {
	background-color: #fff;
	/* ハンバーガーメニュー三本線の色 */
}

/*スクロール時背景色*/
.header.header-fixed{
	height: 80px;
	background: rgba(0,0,0,0.5);
}
@media print, screen and (max-width: 1120px) {
	.header.header-fixed{
		height: 65px;
		background: rgba(0,0,0,0.5);
	}
}

/* 1120px以下 */

/*SPドロワーメニュー*/
@media screen and (min-width: 1121px),print {
	a.draweLogo{
		display: none;
	}
}
@media screen and (max-width: 1120px) {
	a.draweLogo{
		display: block;
		width: 180px;
		padding-top:20px;
		margin: 0 auto;
	}
	.drawer_menu .drawer_bg {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 999;
		background-color: rgba(51, 51, 51, 0.5);
		display: none;
		top: 0;
		left: 0;
	}
	.drawer_menu .drawer_button {
		display: block;
		background-color: transparent;
		color: #fff;
		border: none;
		padding: 5px;
		width: 50px;
		letter-spacing: 0.1em;
		cursor: pointer;
		position: fixed;
		top: 5px;
		right: 10px;
		z-index: 1001;
		text-align: center;
		outline: none;
	}
	.drawer_menu .drawer_nav li ul.second-level li{
		line-height: 50px;
	}
	.drawer_menu .drawer_button.active .drawer_bar {
		width: 40px;
	}

	.drawer_menu .drawer_button.active .drawer_bar1 {
		transform: rotate(20deg);
	}

	.drawer_menu .drawer_button.active .drawer_bar2 {
		opacity: 0;
	}

	.drawer_menu .drawer_button.active .drawer_bar3 {
		transform: rotate(-20deg);
	}

	.drawer_menu .drawer_button.active .drawer_menu_text {
		display: none;
	}

	.drawer_menu .drawer_button.active .drawer_close {
		display: block;
	}

	.drawer_menu .drawer_bar {
		display: block;
		height: 2px;
		margin: 5px 2px;
		transition: all 0.2s;
		transform-origin: 0 0;
	}

	.drawer_menu .drawer_text {
		text-align: center;
		font-size: 10px;
	}

	.drawer_menu .drawer_close {
		letter-spacing: 0.08em;
		display: none;
	}

	.drawer_menu .drawer_menu_text {
		display: block;
	}

	.drawer_menu .drawer_nav_wrapper {
		width: 280px;
		height: 100%;
		transition: all 0.2s;
		transform: translate(-280px);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background-color: #FFF;
		/* ドロワーメニュー内背景色 */
		overflow-x: hidden;
		overflow-y: auto;
	}

	.drawer_menu .drawer_nav {
		display: block;
		position: relative;
		margin-top: 5px;
	}

	.drawer_menu .drawer_nav li {
		background-color: #fff;
		height: auto;
		/*  ドロワーメニューリスト項目高さ */
		position: relative;
		border-bottom: 1px solid #eee;
	}

	.drawer_menu .drawer_nav li a {
		background-color: #fff;
		/* ドロワーメニューリスト背景色 */
		color: #555;
		/* ドロワーメニューリスト文字色 */
		display: block;
		text-align: left;
		padding-left: 20px;
		font-size:14px;
		line-height: 50px;
	}
	.drawer_menu .drawer_nav li a:hover{
		text-decoration: none;
	}

	.drawer_menu .drawer_nav li ul.second-level {
		display: none;
		position: relative;
		padding: 0;
		z-index: 1001;
	}

	.drawer_menu .drawer_nav li ul.second-level li a {
		padding-left: 25px;
	}

	.drawer_menu .drawer_nav_wrapper.open {
		transform: translate(0);
	}

	.drawer_menu.left .drawer_button {
		right: auto;
		left: 32px;
	}

	.drawer_menu.left .drawer_nav_wrapper {
		transform: translate(-250px);
		right: auto;
		left: 0;
	}

	.drawer_menu.left .drawer_nav_wrapper.open {
		transform: translate(0);
	}

	.pc-hidden {
		text-align: center;
	}

	.touch-btn {
		color: #555;
		position: absolute;
		top: .25rem;
		right: 2%;
		display: block;
		z-index: 10;
		width: 50px;
		height: 50px;
		text-align: center;
		vertical-align: middle;
		transform: rotate(0deg);
		transition : all 0.5s ease 0s;
	}
	.fa-chevron-down::before{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.touch-btn-active{
		transform: rotate(180deg);
		transition : all 0.5s ease 0s;
	}
}



/* ----------------------------------------------------------------------
 slick（メインビジュアル）
---------------------------------------------------------------------- */
.head_visual{
	width: 100%;
	position: relative;
	max-width:100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-inline: auto;
}
.slick-slide{
	width: 100%;
}
@keyframes zoomUp {
0% {
	transform: scale(1);
}
100% {
	transform: scale(1.15); /* 拡大率 */
}
}
.add-animation {
animation: zoomUp 10s linear 0s normal both;
}

.slick-slide img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 840px;
}
@media screen and (max-width: 768px){
	.slick-slide img {
		height: 640px;
	}
}
@media screen and (max-width: 480px){
	.slick-slide img {
		height: 450px;
	}
}

@media print{
	.head_visual{
		width: 100%;
		max-width:100%;
		overflow: hidden;
	}
	.slick-slide img {
		width: 100%;
	}
}

.prev-arrow{
    display: none;
}
.next-arrow{
    display: none;
}
.headTxt {
    position: absolute;
    z-index: 2;
    display: block;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.headTxt p{
	letter-spacing: 0.03em;
	padding-bottom: 0.1em;
	margin-bottom:0.1em;
}
.headTxt p span{
	font-size:65%;
}
@media print, screen and (min-width: 840px) {
	.headTxt{
		width: 768px;
	}
	.headTxt p{
		font-size:65px;
	}
	.headTxt h2{
		font-size:35px;
	}
}
@media screen and (max-width: 839px) and (min-width: 480px){
	.headTxt{
		width: calc(100% - 30px);
	}
	.headTxt p{
		font-size:7.7vw;
	}
	.headTxt h2{
		font-size:4.5vw;
	}
}
@media screen and (max-width: 480px){
	.headTxt{
		width: calc(100% - 30px);
	}
	.headTxt p{
		font-size:8.2vw;
	}
	.headTxt h2{
		font-size:4.5vw;
	}
}




/* ----------------------------------------------------------------------
 signage
---------------------------------------------------------------------- */
.signage{
	position: relative;
	width: 100%;
	height:380px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.signageInner{
	position: relative;
	width: 100%;
	height:380px;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	overflow: hidden;
}
img.signageIco{
	position: absolute;
	display: block;
	width:375px;
	right:0;
	bottom:0;
	z-index: 1;
}
.signageTitle {
	position: relative;
	width: calc(100% - 15px);
	text-align: right;
	margin-right: auto;
	z-index: 2;
	padding-top:40px;
}
.signageTitle p,
.signageTitle h2{
	color: #fff;
}
.signageTitle p{
	font-size: 65px;
	letter-spacing: 0.1em;
}
.signageTitle h2{
	font-size:20px;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 767px){
	.signage,.signageInner{
		height:250px;
	}
	.signageTitle {
		padding-top:30px;
	}
	.signageTitle p{
		font-size: 45px;
	}
	.signageTitle h2{
		font-size:16px;
	}
	img.signageIco{
		width: 230px;
	}
}

/*各ページのsignage*/
.aboutSignage{
	background-image: url(../images/pic_signage_about.jpg);
}
.businessSignage{
	background-image: url(../images/pic_signage_service.jpg);
}
.worksSignage{
	background-image: url(../images/pic_signage_works.jpg);
}
.teamSignage{
	background-image: url(../images/pic_signage_team.jpg);
}
.katawakuSignage{
	background-image: url(../images/pic_signage_katawaku.jpg);
}
.recruitSignage{
	background-image: url(../images/pic_signage_recruit.jpg);
}
.requirementSignage{
	background-image: url(../images/pic_signage_requirement.jpg);
}
.contactSignage{
	background-image: url(../images/pic_signage_contact.jpg);
}


/* ----------------------------------------------------------------------
 パンくずリスト
---------------------------------------------------------------------- */
.breadcrumb{
	background: #fff;
}
.breadcrumb ul{
	list-style: none;
	text-align: left;
	padding: 10px 0;
}
.breadcrumb ul li{
	display: inline-block;
	line-height: 2em;
	font-size:12px;
	letter-spacing: 0.2em;
	font-family:'Poppins-Medium';
	padding-right: 0.8em;
}
.breadcrumb ul li:last-child{
	padding-right: 0;
}
.breadcrumb ul li a{
	text-decoration: none;
	color:#2f6f45;
}


/* ----------------------------------------------------------------------
 ページ共通
---------------------------------------------------------------------- */
.wrapper{
	padding-top: 0;
}

/* ----------------------------------------------------------------------
 共通項目
---------------------------------------------------------------------- */
main{
	margin-top: 140px;
}
@media screen and (max-width:767px) {
	main{
		margin-top: 70px;
	}
}

/* ----------------------------------------------------------------------
 google map
---------------------------------------------------------------------- */
.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */

.footer{
	width: 100%;
}
.footerInner{
	width:1120px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
	padding: 30px 0;
}
h1.footLogo img{
	display: block;
	width:234px;
	max-width:100%;
	margin-right: auto;
}
a.footGmap{
	text-decoration: none;
}
p.footTel{
	display: block;
	color:#2f6f45 !important;
}
ul.footSitemapUl{
	list-style: none;
	line-height: 1.8em;
}
ul.footSitemapUl li a{
	text-decoration: none;
}
ul.footSitemapUl li a:hover{
	font-weight:bold;
	text-decoration: none;
}
@media screen and (min-width: 1121px),print {
	ul.footSitemapUl{
		font-size:13px;
	}
	ul.footSitemapUl:first-child{
		margin-bottom: 15px;
	}
	ul.footSitemapUl li{
		display: inline-block;
		padding: 0 15px;
	}
	ul.footSitemapUl li:first-child{
		padding-left: 0px;
	}
	ul.footSitemapUl li:last-child{
		padding-right: 0px;
	}
}
@media screen and (max-width: 1120px){
	.footer .flexOrigin{
		display: block;
	}
	.footInfo,.footContact{
		margin-bottom: 25px;
	}
	ul.footSitemapUl{
		font-size:12px;
	}
}
@media screen and (max-width: 767px){
	ul.footSitemapUl li{
		line-height: 2.0em;
	}
}

a.footGmap {
    text-decoration: none;
	transition: all 0.5s ease 0s;
}
a.footGmap:hover{
	color:#ccc;
}


/* =================================
 copyright
================================= */
.copyright{
	background: #2f6f45;
	height: 50px;
}
.copyright p{
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 50px;
	color:#fff;
}

/* =================================
 トップへ戻るボタン
================================= */
#pageTop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 9999;
}
#pageTop i {
}
#pageTop a {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size:30px;
	text-decoration: none;
	text-align: center;
	background:#2f6f45;
	width:45px;
	height:45px;
	line-height: 0.5;
	border:1px #fff solid;
	box-sizing: border-box;
}
#pageTop a span{
	font-size:12px;
	font-weight:normal;
	display: block;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
