@charset "UTF-8";
body { background-color: #fff; }
main {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background-color: #FFF697;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: inline-block;
}
a.link {
	color: #0000FF;
	text-decoration: underline;
}
a.link:hover {
	text-decoration: none;
}
.hiragino {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

/* レスポンシブデザイン */
@media screen and (min-width:2001px) {
	#fixedBnr img { width: 100%; }
}
@media screen and (min-width:769px) and (max-width:2000px){
	#fixedBnr img { width: 50%; }
}
@media screen and (min-width:769px) {
	body { width: 100%; margin: 0 auto; }
	.pcview { display: block; }
	.spview { display: none; }
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	a img { transition: 1s;	}
	a img:hover {
		opacity: 0.8;
		transform: translateY(-5px);
	}
	section { padding: 80px 0; }
}
@media screen and (max-width:768px) {
	.spview { display: block; }
	.pcview { display: none; }
	footer p span { display: block; }
	#fixedBnr img { width: 100%; max-width: 50px; }
	section { padding: 40px 0; }
}
section.fv { padding: 0; }

/* header */
@media screen and (min-width:769px) {
	header h1 img {
		position: absolute;
		left: 3%;
		top: 20px;
		max-width: 250px;
        width: 10%;
	}
}
@media screen and (max-width:768px) {
	header h1 img {
		position: absolute;
		left: 10px;
		top: 10px;
		max-width: 380px;
		width: 50%;
	}
}
header {
	margin: 0 auto;
	position: relative;
}

/* main */
@media screen and (min-width:769px) {
	.flow_button .two_col > p:before {
		content: "";
		background-image: url("../images/bottom_flow.png");
		width: 42px;
		height: 47px;
		background-size: cover;
		position: absolute;
		top: -50px;
		left: 50%;
		transform: translateX(-50%);
	}
	.flow_button .two_col > p {
		margin-top: 47px;
		border: 2px solid #64BFAA;
		border-radius: 20px;
		padding: 40px;
		background-color: #fff;
		position: relative;
		width: calc(48% - 80px);
		font-size: 1.125rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.flow_button .two_col > p.two_col_tel {
		display: flex;
		flex-wrap: wrap;
        align-items: center;
        text-align: center;
        justify-content: center;
	}
	.flow_button .two_col > p.two_col_tel a img {
		width: 80%;
	}
	section.flow h2 {
		font-size: 1.125rem;
		margin-bottom: 20px;
		text-align: left;
	}
	section.merit {
		padding: 80px 0;
		background-color: #BDE0D5;
	}
	.cta_box img.txt {
		max-width: 1000px;
		width: 55%;
	}
	.cta_box a img.banner {
		max-width: 700px;
		width: 35%;
	}
	section .content {
		/* max-width: 1360px; */
		margin: 0 auto;
		width: 80%;
	}
}
@media screen and (max-width:768px) {
	section.flow .content,
	section.merit .content {
		padding: 0 10px;
	}
	.flow_button .two_col {
		position: relative;
		margin-top: 34px;
	}
	.flow_button .two_col:before {
		content: "";
		background-image: url("../images/bottom_flow_sp.png");
		width: 29px;
		height: 40px;
		background-size: cover;
		position: absolute;
		top: -36px;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
	}
	.flow_button .two_col > p {
		margin-top: 5px;
		border: 2px solid #64BFAA;
		border-radius: 20px;
		padding: 20px;
		background-color: #fff;
		position: relative;
		width: calc(100% - 40px);
		font-size: 1.125rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.flow_button .two_col > p.two_col_tel {
		margin-top: 10px;
	}
	.flow_button .two_col > p.two_col_tel a picture {
		max-width: 80%;
		display: block;
		margin: 0 auto;
	}
	section.flow h2 {
		font-size: 1.125rem;
		margin-bottom: 20px;
		text-align: center;
	}
	section.merit {
		padding: 40px 0;
		background-color: #BDE0D5;
	}
	.cta_box img.txt {
		max-width: 475px;
		width: 75%;
	}
	.cta_box a img.banner {
		max-width: 540px;
		width: 80%;
	}
}
section.fadein {
	opacity: 0;
	transition: 1s;
	transform: translateY(50px);
}
section.fadein.show {
	opacity: 1;
	transform: translateY(0);
}
section.mesh {
	background-image: url("../images/bg_mesh.png");
	background-repeat: repeat;
}
section.trouble .content {
	max-width: max-content;
	width: 100%;
}
.flow_button {
	/* max-width: 1360px; */
	margin: 0 auto 40px;
}
.flow_button .two_col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.trouble {
	background-color: #DEF1FB;
}

.flow_button .two_col > p a {
	display: block;
}
section.flow ul li {
	text-align: left;
	list-style-type: none;
	margin-bottom: 5px;
	position: relative;
}
section.flow ul li:before {
	display: inline-block;
	content: "●";
}
section.flow ul li:last-child {
	margin-bottom: 0;
}
section.merit .content {
	/* max-width: 1360px; */
	margin: 0 auto;
}
.cta_box {
	margin: 60px auto 0;
}
.cta_box a {
	display: block;
	margin-top: 20px;
}

/* footer */
@media screen and (min-width:769px) {
	footer .content .main > div.logo {
		width: 65%;
		text-align: left;
	}
	footer .content .main > div.sns {
		border: 2px solid rgba(62,58,57,.3);
		border-radius: 10px;
		padding: 40px 0;
		width: 30%;
	}
	div.sns ul li {
		margin: 0 4%;
	}
	footer .links {
		padding: 40px;
	}
	footer .links ul li a {
		font-size: 0.875rem;
		padding: 0 20px;
	}
	footer .copyright {
		background-color: #14A83B;
		padding: 40px;
		margin: 0 auto;
		color: #fff;
		font-size: 0.75rem;
	}
}
@media screen and (max-width:768px) {
	footer .content .main > div.logo {
		width: 100%;
		text-align: center;
	}
	footer .content .main > div.logo p a.tel_footer_sp {
		display: block;
		margin: 20px auto 0;
	}
	footer .content .main > div.sns {
		border: 2px solid rgba(62,58,57,.3);
		border-radius: 10px;
		padding: 20px 0;
		width: 75%;
		max-width: 410px;
		margin: 40px auto 0;
	}
	div.sns ul li {
		margin: 0 4%;
	}
	footer .links {
		padding: 20px 5px;
	}
	footer .links ul li a {
		font-size: 0.75rem;
		padding: 0 5px;
	}
	footer .copyright {
		background-color: #14A83B;
		padding: 20px 5px;
		margin: 0 auto;
		color: #fff;
		font-size: 0.5rem;
	}
	div.sns ul li a img {
		height: 60px;
	}
}
@media screen and (min-width:1001px) {
	footer .content .main { 
		width: 80%;
	}
	div.sns ul li a img {
		height: 60px;
	}
}
@media screen and (min-width:769px) and (max-width:1000px) {
	footer .content .main { 
		width: 95%;
	}
	div.sns ul li a img {
		height: 40px;
	}
}
footer {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	clear: both;
	background-color: #fff;
}
footer .content .main {
	/* max-width: 1360px; */
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 0;
}
footer .content .main .logo p {
	font-size: .75rem;
	letter-spacing: 0;
}
div.sns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
div.sns p {
	margin: 20px auto 0;
}
img.logo_footer {
	max-width: 400px;
	width: 80%;
	margin-bottom: 10px;
}
img.tel_footer {
	max-width: 470px;
	width: 80%;
	margin-top: 30px;
}
footer .links {
	background-color: #F2F2F2;
	margin: 0 auto;
}
footer .links ul li {
	border-left: 1px solid #000;
	display: inline-block;
	line-height: 1;
}
footer .links ul li:last-child {
	border-right: 1px solid #000;
}
#fixedBnr {
	position:fixed;
	bottom: 10px;
	right: 10px;
	text-align: right;
}
.footerlogo { max-width: 420px; height: auto; }