@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{
	height: 100%;
}
html{
	font-size: 62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,ul, ol, li, dl, dt, dd,table, th, td, img, form, input,figure {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-align: left;
	color: #000;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
	text-align: justify;
    hanging-punctuation: allow-end;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section,a,span,img,figure{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	width: 100%;
	word-break: break-all;
	-webkit-appearance: none;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,p{
	text-align: justify;
	text-justify: distribute;
	line-height: 1.5;
}
img{
	max-width: 100%;
	vertical-align: bottom;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
    display: none;
}

.aligncenter{
    display: block;
    margin: 0 auto;
}

.alignright{
	float: right;
}

.alignleft{
	float: left;
}

.wrap{
	max-width: 1200px;
	width: 90%;
	margin: auto;
}
.flex{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
.flexwrap_wrap{
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.flexdirection_column{
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.justifycontent_flexend{
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}
.justifycontent_center{
	-webkit-justify-content: center;
	        justify-content: center;
}
.justifycontent_spacebetween{
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.justifycontent_spacearound{
	-webkit-justify-content: space-around;
	        justify-content: space-around;
}
.aligncontent_spacebetween{
	-webkit-align-content: space-between;
	        align-content: space-between;
}
.alignitems_center{
	-webkit-align-items: center;
	        align-items: center;
}
.alignitems_flexend{
	-webkit-align-items: flex-end;
	        align-items: flex-end;
}
.alignitems_flexstart{
	-webkit-align-items: flex-start;
	        align-items: flex-start;
}
.mb1em{
	margin-bottom: 1em;
}
.mb2em{
	margin-bottom: 2em;
}
.mb3em{
	margin-bottom: 3em;
}
.mb4em{
	margin-bottom: 4em;
}
.txt{
	font-size: 1.6rem;
}
.tab_wide,
.sp{
	display: none;
}

.en{
	font-family: 'Barlow', sans-serif;
}
.fadeup {
	opacity: 0;
}
.fadeup.on {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.tab_wide{
		display: block;
	}
}

@media screen and (max-width: 880px){
}

@media screen and (max-width: 768px){
	.sp{
		display: block;
	}
	.pc{
		display: none !important;
	}
	.sp_flex{
		display: flex;
	}
	body{
		min-width: inherit;
	}
	img{
		max-width: 100%;
		height: auto;
	}
	p{
		font-size: 1.2rem;
	}
	.txt{
		font-size: 1.2rem;
	}

	.alignright,
	.alignleft{
		float: none;
	}
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf{
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf{
	height: 1%;
}
.cf{
	display: block;
}
/* End Hack */

/* ------------------------------
    header
------------------------------ */
.header-top-wrap.pc{
	position: absolute;
	top: 14px;
	left: 0;
	width: 100%;
}
.header-top-wrap.pc .wrap{
	max-width: 1840px;
	width: 95%;
}
.header-top-wrap.pc p{
	font-style: 1rem;
}
.header-top-wrap.pc p span{
	color: #17A63C;
}
#sp_menu{
	display: none;
}


@media screen and (max-width: 767px){
	.header-bottom-wrap{
		position: fixed;
		top: 0;
		left: 0;
		position: relative;
		width: 100%;
		background: #fff;
		z-index: 99;
		box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
	}
	.header-bottom-wrap:after{
		content: "";
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 1px;
		z-index: 99;
		box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
	}
	.header-bottom-wrap.fixed{
		position: fixed;
		top: 0;
		left: 0;
		display: block;
	}
	.header-top-wrap{
		position: relative;
		top: auto;
		left: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 22.5px;
		color: #fff;
		background: #17A63C;
	}
	.header-top-wrap p{
		font-size: 1.1rem;
		color: #fff;
		text-align: center
	}
	.header-bottom-wrap,
	body.fixed .header-top-wrap{
		display: none;
	}
	body.fixed .header-bottom-wrap{
		display: flex;
	}
	.header-bottom-wrap .wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 55px;
	}
	.header-bottom-wrap .logo{
		width: 40%;
		max-width: 145px;
	}
	.btn_menu{
		width: 30px;
		height: 20px;
	}
	.toggle{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
	}
	.toggle span{
		display: inline-block;
		transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		height: 2.5px;
		margin: auto;
		background-color: #17A63C;
	}
	.toggle span:nth-of-type(1) {
		top: 0;
	}
	.toggle span:nth-of-type(2) {
		top: 0;
		bottom: 0;
	}
	.toggle span:nth-of-type(3){
		bottom: 0;
	}
	.toggle.active span:nth-of-type(1) {
		transform: translateY(9px) rotate(150deg);
	}
	.toggle.active span:nth-of-type(2) {
		opacity: 0;
	}
	.toggle.active span:nth-of-type(3) {
		top: 0;
		bottom: auto;
		transform: translateY(9px) rotate(-150deg);
	}
	body.fixed{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 5;
		overflow: hidden;
	}
	#sp_menu{
		position: fixed;
		top: 55px;
		left: 0;
		width: 100%;
		height: 100vh;
		padding: 5% 5% 50%;
		background: #F7F5F3;
		-webkit-overflow-scrolling:touch;
		overflow-y: auto;
		z-index: 90;
	}
	#sp_menu ul{
		margin-bottom: 12%;
	}
	#sp_menu li a{
		position: relative;
		display: flex;
		align-items: center;
		margin: 1.5em 0;
		font-size: 1.6rem;
		font-weight: bold;
	}
	#sp_menu li a:before{
		content: "";
		display: inline-block;
		width: 1em;
		height: 1em;
		margin: 0 0.5em;
		background: url(../img/icon_sp_menu.svg) no-repeat center center;
		background-size: 100% auto;
	}
	#sp_menu .btn_dl{
		margin-bottom: 5%;
	}
	#sp_menu .btn a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 3em;
		font-size: 1.8rem;
		color: #fff;
		font-weight: bold;
		border-radius: 30px;
	}
	#sp_menu .btn a img{
		width: auto;
		height: 1em;
		margin-right: 0.5em;
	}
	#sp_menu .btn_dl a{
		background: linear-gradient(#46d984 0%, #42bae6 100%);
		box-shadow: 0px 4px 0px #0e8186;
	}
	#sp_menu .btn_mail a{
		background: linear-gradient(#e59c15 0%, #ff4500 100%);
		filter: drop-shadow(0px 4px 0px #c14809);
	}
}

/* ------------------------------
    footer
------------------------------ */
#footer{
	padding: 46px 0;
	background: #17A63C;
}
#footer p{
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	line-height: 1.8;
}
#footer p a{
	font-size: 1.7rem;
	color: #fff;
	text-decoration: underline;
}
#footer p.copy{
	margin-top: 30px;
	font-size: 1.3rem;
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 1199px){
	#footer{
		padding: 10% 0;
	}
	#footer p{
		font-size: 1.4rem;
	}
	#footer p a{
		font-size: 1.6rem;
	}
	#footer p.copy{
		margin-top: 3%;
		font-size: 1rem;
	}
}

@media screen and (max-width: 767px){
	#footer p{
		font-size: 1.2rem;
	}
	#footer p a{
		font-size: 1.4rem;
	}
	#footer p.copy{
		margin-top: 1em;
		font-size: 1.2rem;
	}
}