@charset "utf-8";
/* ==========================================================

common.css

============================================================ */


/* -----------------------------------------------------------

◆◆◆BASE◆◆◆

 -------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap');

*{font-family:"Arial", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

@media (-ms-high-contrast: none) {
	*{font-family:"Arial", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
}

html{
    -moz-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}

body{
	color:#000;
	font-weight: 400;
	font-feature-settings: "palt";
}


@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

  PC

  _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/	
	
/* ------------------------------------------------------------

  common

  ------------------------------------------------------------ */

	body{
		font-size: 15px;
		font-size: 1.5rem;/*-15px-*/
		line-height: 1.8;
		min-width: 1000px;
	}

	.pc_br{display: block;}
	
	.tel01{
		pointer-events: none;
		text-decoration: none !important;
		color: #fff !important;
	}
	
	#IE_hack{display: none;}

	_:-ms-lang(x)::-ms-backdrop, #IE_hack {
	   display: block !important;
		text-align: center;
		padding: 15px;
	}

	/* レイアウト
	--------------------------------------------------------*/
	#wrap_all{overflow: hidden;}
	
	.note01{
		color: #707070;
		font-size: 1.4rem;
		text-align: right;
		margin-bottom: 60px;
	}
	
	.note02{
		text-align: right;
		font-size: 1.3rem;
		color: #333;
	}

	
	/* 見出し
	--------------------------------------------------------*/
	.heading01{
		font-weight: bold;
		font-size: 2.6rem;
		text-align: center;
		padding-bottom: 15px;
		border-bottom: 2px solid #D7D7D3;
		width: 650px;
		margin: 0 auto 80px;
		position: relative;
		letter-spacing: 0.3rem;
	}
	
	.heading01::before{
		content: '';
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #21A239;
		display: block;
		position: absolute;
		left: -16px;
		bottom: -8px;
	}
	
	.heading01::after{
		content: '';
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #21A239;
		display: block;
		position: absolute;
		right: -16px;
		bottom: -8px;
	}
	
	.heading02{
		font-weight: bold;
		font-size: 2.6rem;
		text-align: center;
		padding-bottom: 15px;
		border-bottom: 2px solid #fff;
		width: 650px;
		margin: 0 auto 80px;
		position: relative;
		letter-spacing: 0.3rem;
	}
	
	.heading02::before{
		content: '';
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #21A239;
		display: block;
		position: absolute;
		left: -16px;
		bottom: -8px;
	}
	
	.heading02::after{
		content: '';
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #21A239;
		display: block;
		position: absolute;
		right: -16px;
		bottom: -8px;
	}
	
	.txt_type01{
		font-weight: bold;
		color: #fff;
		background: #599159;
		text-align: center;
		padding: 10px 0;
		font-size: 1.8rem;
		letter-spacing: 0.4rem;
		position: relative;
	}
	
	.txt_type01:before, .txt_type01:after {
		position: absolute;
		content: '';
		width: 0px;
		height: 0px;
		z-index: 1;
	}
	
    .txt_type01:before {
		top: 0;
		left: 0;
		border-width: 26px 0px 26px 20px;
		border-color: transparent transparent transparent #F4F4F4;
		border-style: solid;
    }

    .txt_type01:after {
		top: 0;
		right: 0;
		border-width: 26px 20px 26px 0px;
		border-color: transparent #F4F4F4 transparent transparent;
		border-style: solid;
    }

	
	/* アコーディオン
	--------------------------------------------------------*/
	.open01{
		margin-top: 40px;
		display: none;
	}

	
	/* botan
	--------------------------------------------------------*/
	.btn01 a::after{
		content: '';
		display: block;
		width: 16px;
		height: 8px;
		background: url("../img/ico_arrow01.svg") no-repeat 0 0;
		background-size: 16px;
		position: absolute;
		right: 20px;
		margin: auto;
		top: 0;
		bottom: 0;
	}
	
	.btn01 a{
		background: #007F61;
		padding: 10px;
		color: #fff;
		display: block;
		text-align: center;
		width: 288px;
		margin: 0 auto;
		font-weight: bold;
		border-radius: 25px;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		position: relative;
	}
	
	.btn01 a:hover{opacity: .7;}
	
	.btn01 a:hover::after{
		-webkit-transform: scale(1, -1);
		transform: scale(1, -1);
	}

			
	/*　Header
	--------------------------------------------------------*/
	#sp_header{
		opacity: 0;
		display: none !important;
	}
	
	/*　SIDEBAR
	--------------------------------------------------------*/
	#sideber{
		display: none;
		position: fixed;
		right: 0;
		bottom: 60px;
		z-index: 100;
	}
	
	#nav_side01 li{margin-bottom: 10px;}
	
	#nav_side01 li:last-child{margin-bottom: 0;}
	
	#nav_side01 li{
		z-index: 2;
		position: relative;
	}
	
	#nav_side01 li a{
		-webkit-display: flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		padding: 15px 3px 3px 3px;
		height: 80px;
		width: 80px;
		border-radius: 50%;	
		color: #fff;
		font-size: 1.2rem;
		font-weight: bold;
	}
	
	#contact01 a{
		background: #599159 url("../img/ico_mail01.png") no-repeat center 70%;
		background-size: 30px;
	}
	
	#apply01 a{
		background: #21A239 url("../img/ico_apply01.png") no-repeat center 70%;
		background-size: 30px;
	}
	
	#document01 a{
		background: #3D584B url("../img/ico_document01.png") no-repeat center 70%;
		background-size: 30px;
	}
	
	#pgaetop{
		background: url("../img/pagetop01.svg") no-repeat center center;
		background-size: 50px;
	}
	
	#pgaetop a span{display: none;}
		
	
	#nav_side01 li:hover a:hover{opacity: .7;}

	#sp_pagetop{display: none;}
	
	
	/*　Footer
	--------------------------------------------------------*/
	#footer{
		background: #21A239;
		text-align: center;
		color: #fff;
		padding: 10px 0;
	}
	
	#small{
		font-size: 1.2rem;
		line-height: 1.2;
	}
	
}


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

スマートフォン（iPhone,Android)

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

common

------------------------------------------------------------ */

	body{
		font-size: 15px;
		font-size: 1.5rem;/*-15px-*/
		line-height: 1.8;
		font-feature-settings: "palt";
	}

	.sp_br{display: block;}
	
	#IE_hack{display: none;}
	
	/*　レイアウト
	--------------------------------------------------------*/
	#wrap_all{
		overflow: hidden;
		min-width: 320px;
	}
	
	.note01{
		color: #707070;
		font-size: 1.2rem;
		text-align: right;
		margin-bottom: 30px;
	}
	
	.note02{
		text-align: right;
		font-size: 1.3rem;
		color: #333;
	}
	
	/* 点線
	--------------------------------------------------------*/

	
	/* 見出し
	--------------------------------------------------------*/
	.heading01{
		font-weight: bold;
		font-size: 2rem;
		text-align: center;
		padding-bottom: 15px;
		border-bottom: 2px solid #D7D7D3;
		margin: 0 auto 40px;
		position: relative;
		letter-spacing: 0.3rem;
		width: 80%;
	}
	
	.heading01::before{
		content: '';
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #21A239;
		display: block;
		position: absolute;
		left: -16px;
		bottom: -8px;
	}
	
	.heading01::after{
		content: '';
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #21A239;
		display: block;
		position: absolute;
		right: -16px;
		bottom: -8px;
	}
	
	.heading02{
		font-weight: bold;
		font-size: 2rem;
		text-align: center;
		padding-bottom: 15px;
		border-bottom: 2px solid #fff;
		margin: 0 auto 40px;
		position: relative;
		letter-spacing: 0.3rem;
		width: 80%;
	}
	
	.heading02::before{
		content: '';
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #21A239;
		display: block;
		position: absolute;
		left: -16px;
		bottom: -8px;
	}
	
	.heading02::after{
		content: '';
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #21A239;
		display: block;
		position: absolute;
		right: -16px;
		bottom: -8px;
	}
	
	.txt_type01{
		font-weight: bold;
		color: #fff;
		background: #599159;
		padding: 10px 20px;
		letter-spacing: 0.2rem;
		position: relative;
		border-radius: 5px;
	}
	
	/* アコーディオン
	--------------------------------------------------------*/
	.open01{
		margin-top: 20px;
		display: none;
	}

	
	/* botan
	--------------------------------------------------------*/
	.btn01 a::after{
		content: '';
		display: block;
		width: 16px;
		height: 8px;
		background: url("../img/ico_arrow01.svg") no-repeat 0 0;
		background-size: 16px;
		position: absolute;
		right: 20px;
		margin: auto;
		top: 0;
		bottom: 0;
	}
	
	.btn01 a{
		background: #007F61;
		padding: 10px;
		color: #fff;
		display: block;
		text-align: center;
		width: 288px;
		margin: 0 auto;
		font-weight: bold;
		border-radius: 25px;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		position: relative;
	}
		
	.btn01 a:hover::after{
		-webkit-transform: scale(1, -1);
		transform: scale(1, -1);
	}

	/*　PAGETOP
	--------------------------------------------------------*/	
	#sideber{
		display: none !important;
		opacity: 0;
	}
	
	#sp_pagetop{
		text-align: center;
		padding-bottom: 20px;
	}
	
	#sp_pagetop img{width: 10%;}
	
	/*　Header
	--------------------------------------------------------*/
	#sp_header{
		position: fixed;
		z-index: 100;
		bottom: 0;
		left: 0;		
	}
	
	#h_nav01 ul{
		-webkit-display: flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		width: 100vw;
	}
	
	#h_nav01 ul li{width: calc( 100% / 3);}
	
	#h_nav01 ul li{width: 100%}
	
	#h_nav01 ul li a{
		display: block;
		background: #3D584B;
		padding: 10px 0 10px ;
		color: #fff;
		font-weight: bold;
		text-align: center;
		border-right: 1px solid #21A239;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
	}
	
	#h_nav01 ul li:last-child a{border-right: none;}
	
	/*　Footer
	--------------------------------------------------------*/
	#footer{
		background: #21A239;
		text-align: center;
		color: #fff;
		padding: 10px 0 60px;
	}
	
	#small{
		font-size: 1.2rem;
		line-height: 1.2;
	}
	

}