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

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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
html {
	font-size: 16px;
}
body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 1rem;
	color: #000;
	line-height: 1.8;
	background-color: #FFF;
	letter-spacing:0.04em;
	word-break: break-all;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica",Verdana, sans-serif;
}
object,img {  
	vertical-align: middle;
	border: 0;
	padding: 0;
	margin: 0;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
p {
	margin: 0 0 18px 0;
}
a {
	color: #06C;
}
a:hover {
	color: #C00;
	opacity: .5;
}
strong,em,h1,h2,h3,h4,h5 {
	font-weight: 700;
}
.ff-mincho {
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
.fc-green {
	color: #208960;
}
li img{
	line-height: 0;
}
p.tx-r {
	text-align: right;
}
.site-header {
	width: 100%;
	height: auto;
}
body.sub .site-header {
	background-color: #FFF;
}
.site-header.fixed,body.home .site-header {
	position: fixed;
	z-index: 999;
}
body.sub .site-header.fixed {
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
}
.site-header-main {
	padding: 0 10px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
body.sub .site-header .logo img {
	width: 100%;
	height: auto;
}
body.home .site-header .logo img {
	width: 100%;
	height: auto;
}
.site-footer .logo img {
	width: 100%;
	height: auto;
	max-width: 260px;
}
.site-header-main .logo {
	position: relative;
	z-index: 5;
}
.site-header-main .logo h1,.site-header-main .logo p {
	padding: 0;
	margin: 0;
}
.site-header-main .logo h1 {
	max-width: 240px;
}
.site-header-main .logo p {
	max-width: 210px;
}
.site-header-main .logo h1 a, .site-header-main .logo p a {
	display: block;
}
.site-footer {
	background: #FFF;
	color: #000;
	padding: 6.5rem 1rem 1rem 1rem;
	border-top: 5px solid #208960;
	text-align: center;
}
.site-footer .logo {
	margin: 0 auto 1.5rem auto;
}
.site-footer p {
	text-align: center;
}
.site-footer p .f-fax {
	display: inline-block;
	margin-left: 1rem;
}
.site-footer .cr {
	margin-top: 5rem;
	font-size: .75rem;
}
.site-footer .kojya {
	font-size: .625rem;
	display: inline-block;
	margin-left: 1rem;
}
body.home .site-footer {
	background: #1c7366;
	background: linear-gradient( #15583a 0%, #1c734c 50%, #1c7366 100%);
	color: #FFF;
	border-top: none;
}
body.home .site-footer a {
	color: #FFF;
	text-decoration: none;
}
.inner {
	text-align: left;
	max-width: 1300px;
	margin: 0 auto;
}
.btn.green {
	margin: 2rem auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	align-items: center;
}
.btn.green a {
	background: #11462e;
	background: linear-gradient(to right, #11462e 0%, #15583a 25%, #1c7370 50%, #15583a 75%, #11462e 100%);
	background-size: 300% 100%;
	background-position: center;
	text-decoration: none;
	color: #FFF;
	text-decoration: none;
	line-height: 1;
	font-size: 1.5rem;
	font-weight: 700;
	display: block;
	text-align: center;
	padding: 1.25rem;
	line-height: 1;
	width: 100%;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	border-radius: 50vh;
	margin-top: 5rem;
}
.btn.green a span {
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-left: 1rem;
	position: relative;
}
.btn.green a span::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 36px;
	height: 36px;
	border-radius: 50vh;
	border: 2px solid #FFF;
}
.btn.green a span::after {
	position: absolute;
	content: '';
	z-index: 3;
	width: 10px;
	height: 10px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 14px;
	left: 12px;
}
.white-box {
	background-color: #FFF;
}
@media screen and (min-width:1025px){
	body.sub .site-header {
		padding: 15px 0;
	}
	body.sub .site-header-main .logo {
		width: 25%;
	}
	body.sub .site-header-main .main-nav {
		width: 75%;
		display: inline-flex;
		justify-content: flex-end;
	}
}
@media screen and (max-width:1024px){
	.site-header-main {
		padding-right: 70px;
		height: 64px;
	}
	.btn.green a span,.btn.green a span::before {
		width: 25px;
		height: 25px;
	}
	.btn.green a span::after {
		width: 5px;
		height: 5px;
		top: 11px;
		left: 11px;
	}
	.btn.green a {
		font-weight: 500;
	}
	.site-header-main .logo h1 {
		max-width: 180px;
	}
	.site-header-main .logo p {
		max-width: 153px;
	}
}
@media screen and (max-width:768px){
}
@media screen and (max-width:640px){
	.site-footer .kojya {
		width: 100%;
	}
	.site-footer {
		padding-top: 5rem;
	}
	.site-footer .logo {
		width: 55%;
	}
}
@media screen and (max-width:380px){
}