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

 2019.07.30

--------------------------------------------*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,caption,canvas,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,form,footer,header,hgroup,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,main,small,span,strike,strong,sub,summary,sup,tt,table,tbody,tfoot,thead,time,tr,th,td,u,ul,var,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left;box-sizing: border-box;}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}img{vertical-align: bottom;margin: 0;padding: 0;}
/* -----------------------------------------------------------------

 * タグの設定

------------------------------------------------------------------ */
a {
	outline:none;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
/*------------------------------------------------*/
body,html {
	font-family: 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
	font-weight: 400;
	color: #4B4B4B;
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p,table,th,td,li {
	line-height: 1.8;
	font-size: 16px;
	font-weight: 400;
	color: #4B4B4B;
}
section {
	background: rgba(255,255,255,0.8);
	position: relative;
	z-index: 1;
	padding: 100px 0;
	margin: 0;
}
h2 {
	font-family: tbcinergothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 40px;
	text-align: center;
	margin-bottom: 70px;
}
h2 span {
	color: #007746;
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
	display: block;
	margin-top: -5px;
}
h2 img {
	display: flex;
	margin: 0 auto;
	max-width: 574px;
}
.inner {
	max-width: 1178px;
	margin: 0 auto;
	padding: 0 10px;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, body {
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
}
@media only screen and ( max-width : 768px ) {
	body,html,p,table,th,td,li {
		font-size: 14px;
	}
	section {
		padding: 50px 0;
	}
	h2 {
		font-size: 20px;
		margin-bottom: 40px;
	}
	h2 span {
		font-size: 16px;
		letter-spacing: 0;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
@media only screen and ( max-width : 400px ) {
	body,html,p,table,th,td,li {
		font-size: 3.7vw;
	}
}
/* -----------------------------------------------------------------

    header

-------------------------------------------------------------------*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
header .header_box {
	max-width: 1366px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	padding: 10px;
}
header img {
	width: 100px;
}
header ul {
	max-width: 1225px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: center;
}
header li {
	position: relative;
	margin-left: 15px;
	display: grid;
	align-items: center;
	font-size: 14px;
	letter-spacing: 1px;
}
header .flexbox {
	display: flex;
	color: #4B4B4B;
	align-items: center;
}
header .flexbox li {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0;
}
header li:last-child a {
	background: #FFA10A;
	padding: 10px 15px 10px 35px;
	border-radius: 10px;
}
header li:last-child a:hover {
	background: #EB6100;
}
#sp-menu {
	display: none;
}
.square {
	width: 160px;
	background: #009A5A;
	border-radius: 10px 0 0 10px;
	margin-right: 5px;
	transition: .3s;
	letter-spacing: 0;
	padding: 6px 0;
}
.square p {
	color: #fff;
	position: relative;
	padding-left: 60px;
	font-size: 14px;
    line-height: 1.4;
}
.square::before,
header .mail a::before {
	position: absolute;
	bottom: 50%;
	transform: translate(-50%,50%);
	font-family: 'Material Icons';
	font-size: 20px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.mail a::before {
	content: "mail_outline";
	left: 7%;
}
.square::before {
	content: "phone";
	left: 20%;
	font-size: 40px;
}
.square:after {
	content:"";
	display:block;
	position:absolute;
	top:0px;
	right:-40px;
	border: 25px solid transparent;
	border-left: 15px solid #009A5A;
	width: 0;
	height: 0;
	transition: .3s;
}
.square:hover {
	background: #007746;
}
.square:hover:after {
	border-left: 15px solid #007746;
}
@media only screen and ( max-width : 880px ) {
	body::before{
		content: "";
		display: block;
		width: 0;
		height: 100%;
		background: rgba(235, 97, 0, 0);
		z-index: 60;
		position: fixed;
		left: 0;
		top: 0;
		transition: .3s all;
	}
	body.clicked::before {
		width: 100%;
		background: rgba(235, 97, 0, 0.5);
	}
	header nav {
		background: #fff;
		position: fixed;
		top: 58px;
		right: -100%;
		z-index: 999;
		transition: .3s all;
		width: fit-content;
	}
	header nav.clicked {
		right: 0%;
		box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.2);
		width: 85%;
	}
	header img {
		width: 60px;
	}
	header ul {
		display: block;
		padding: 10px;
	}
	header .flexbox li {
		font-size: 14px;
	}
	header li{
		margin: 0 0 10px;
		border-bottom: solid 1px #fff;
		text-align: center;
	}
	header li a {
		font-size: 13px;
		font-weight: 400;
		text-align: left;
		letter-spacing: 2px;
		padding: 15px 0;
	}
	header li:last-child {
		padding: 0;
		margin: 0;
	}
	.square p {
		padding-left: 40px;
		font-size: 13px;
	}
	.square {
		margin: 0 20px 10px 0;
	}
	.square::before {
		font-size: 20px;
	}
	#sp-menu {
		width: 58px;
		height: 58px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 999999;
		display: block;
		cursor: pointer;
		background: #FFA10A;
	}
	#sp-menu p {
		position: absolute;
		bottom: 2px;
		right: 11px;
		color: #fff;
		font-size: 12px;
		background: #FFA10A;
	}
	#sp-menu span {
		position: absolute;
		width: 50%;
		height: 2px;
		border-radius: 10px;
		background-size: 100% 100%;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		left: 15px;
		background: #fff;
	}
	#sp-menu span.top-border {
		top: 14px;
	}
	#sp-menu span.middle-border {
		top: 22px;
		margin: -1px 0 0;
	}
	#sp-menu span.bottom-border {
		top: 28px;
	}
	#sp-menu.clicked span.top-border {
		transform: rotate(-45deg);
		top: 19px;
	}
	#sp-menu.clicked span.middle-border {
		width: 0;
	}
	#sp-menu.clicked span.bottom-border {
		transform: rotate(45deg);
		top: 19px;
	}
}
@media only screen and ( max-width : 480px ) {
	.square {
		width: 130px;
	}
}
/* -----------------------------------------------------------------

　  footer

------------------------------------------------------------------- */
footer {
    width: 100%;
    background: #007746;
	color: #fff;
	font-size: 12px;
}
footer .inner {
	padding: 40px 10px 75px 10px;
}
footer .flexbox {
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	justify-content: space-between;
}
footer img {
	margin-bottom: 10px;
	max-width: 200px;
}
footer a:hover {
	color: #FFA10A;
}
footer .lbox ul {
	display: block;
	list-style-image: url("img/dot.png");
	margin-left: 20px;
}
footer .lbox ul a {
	font-size: 12px;
}
footer .rbox {
	display: flex;
}
footer .rbox li {
	margin-left: 30px;
	font-size: 16px;
}
footer p {
	background: #009A5A;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 20px 10px;
}
@media only screen and (max-width: 940px) {
	footer .flexbox {
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		max-width: 400px;
		margin: 0 auto;
	}
	footer .rbox {
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
		margin-bottom: 10px;
		width: 100%;
		display: block;
		letter-spacing: 1px;
	}
	footer .lbox {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
		width: 100%;
		letter-spacing: 1px;
	}
	footer .rbox li {
		margin: 0 0 30px 0;
	}
}
/* -----------------------------------------------------------------

　   back top

------------------------------------------------------------------- */
.wrapper {
	position: relative;
}
p.page_top {
    display: block;
    z-index: 9;
    position: fixed;
    right:20px;
}
p.page_top a {
    display: block;
	background: #98D800;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
}
p.page_top a::before {
	font-family: 'Material Icons';
	content: "expand_less";
	font-size: 35px;
	line-height: 60px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}