@charset "UTF-8";
main {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
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;
}

body { background-color: #fff; }
.hiragino {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

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

/* header */
@media screen and (min-width:768px) {
	header h1 img {
		position: absolute;
		left: 40px;
		top: 20px;
		max-width: 110px;
		width: 30%;
	}
}
@media screen and (max-width:767px) {
	header h1 img {
		position: absolute;
		left: 10px;
		top: 10px;
		max-width: 200px;
		width: 40%;
	}
}
header {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

/* main */
@media screen and (min-width:1700px) {
	section.merit .content {
		max-width: 940px;
		margin: 0 auto;
		padding: 100px 0 400px;
	}
}
@media screen and (min-width:940px) and (max-width:1699px) {
	section.merit .content {
		max-width: 940px;
		margin: 0 auto;
		padding: 100px 0 280px;
	}
}
@media screen and (min-width:768px) and (max-width:939px) {
	section.merit .content {
		max-width: 940px;
		margin: 0 auto;
		padding: 100px 20px 280px;
	}
}
@media screen and (min-width:990px) {
	section.set .content {
		max-width: 990px;
		margin: 0 auto;
		padding: 90px 0;
	}
}
@media screen and (min-width:768px) and (max-width:989px) {
	section.set .content {
		max-width: 990px;
		margin: 0 auto;
		padding: 90px 20px;
	}
}
@media screen and (min-width:768px) {
	section.fv {
		padding: 100px 0 100px;
		background-image: url("../images/fv_bg.png");
		background-position: center;
		background-repeat: repeat;
		background-size: cover;
	}
	section.fv h2 {
		background-color: #f5d148;
		padding: 10px;
		text-align: center;
		font-size: 1.8rem;
		color: #fff;
		letter-spacing: 0;
		width: 100%;
		margin: 0 auto 40px;
		text-shadow: 0px 0px 5px #3e3a39;
		font-weight: 700;
	}
	.flow_button .two_col > p:before {
		content: "";
		background-image: url("../images/bottom_flow.png");
		width: 42px;
		height: 47px;
		background-size: cover;
		position: absolute;
		top: -57px;
		left: 50%;
		transform: translateX(-50%);
	}
	.flow_button .two_col > p {
		margin-top: 55px;
		border: 2px solid #fff;
		border-radius: 10px;
		padding: 20px;
		background-color: #fff;
		position: relative;
		width: calc(48% - 40px);
		font-size: 1.125rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.flow_button .two_col > p span {
		letter-spacing: 0;
	}
	.cta_box img.txt {
		max-width: 220px;
		width: 80%;
	}
	.cta_box a img.banner {
		max-width: 350px;
		width: 70%;
	}
	.cta_box_2 img.txt {
		max-width: 660px;
		width: 70%;
	}
	.cta_box_2 a img.banner {
		max-width: 800px;
		width: 80%;
	}
	section.merit .section2_head {
		margin-right: -20px;
	}
	ul.merit_list {
		margin: 45px auto 0;
	}
	ul.merit_list li {
		margin-left: -10px;
	}
	section.merit:before {
		content: "";
		display: block;
		background-image: url("../images/section2_top_bg.png");
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 1066px;
		position: absolute;
		top: 0;
		z-index: 0;
	}
	section.merit:after {
		content: "";
		display: block;
		background-image: url("../images/section2_bottom_bg.png");
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 469px;
		position: absolute;
		bottom: 0;
		z-index: 0;
	}
	.cta_box_2 {
		margin: 85px auto 0;
	}
	.cta_box {
		margin: 85px auto 0;
	}
}
@media screen and (max-width:767px) {
	section.fv {
		padding: 40px 0 60px;
		background-image: url("../images/fv_bg_sp.png");
		background-position: center;
		background-repeat: repeat;
		background-size: cover;
	}
	section.fv h2 {
		background-color: #f5d148;
		padding: 10px;
		text-align: center;
		font-size: 1.1rem;
		color: #fff;
		letter-spacing: 0;
		width: 100%;
		margin: 0 auto;
		text-shadow: 0px 0px 2px #3e3a39;
		font-weight: 700;
	}
	section.fv .content {
		margin-top: -5px;
	}
	.flow_button .two_col.spbox {
		background-color: #f1821e;
		padding: 30px 15px;
		border-radius: 10px;
		gap: 10px 0;
	}
	.flow_button img.sp_section_1_head_sp {
		max-width: 420px;
    	width: 70%;
		margin: 0 auto 30px;
	}
	.flow_button .two_col.spbox h3 {
		color: #fff;
        font-size: 1.3rem;
        text-align: center;
        display: block;
        margin: 0 auto 30px;
	}
	.flow_button .two_col > p {
		border: 2px solid #fff;
		border-radius: 10px;
		padding: 20px 10px;
		background-color: #fff;
		position: relative;
		width: 100%;
		font-size: 1rem;
		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.merit {
		padding: 40px 0;
		background-color: #7ECEF4;
	}
	.cta_box img.txt {
		max-width: 266px;
		width: 60%;
	}
	.cta_box a img.banner {
		max-width: 540px;
		width: 80%;
	}
	.cta_box_2 img.txt {
		max-width: 660px;
		width: 80%;
	}
	.cta_box_2 a img.banner {
		max-width: 528px;
		width: 85%;
	}
	section.merit .content {
		margin: 0 auto;
		padding: 0 40px 240px;
	}
	section.merit .section2_head {
		margin-right: -10px;
	}
	ul.merit_list {
		margin: 45px auto 0;
	}
	ul.merit_list li {
		margin-left: -5px;
	}
	section.merit:before {
		content: "";
		display: block;
		background-image: url("../images/section2_top_bg_sp.png");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 1066px;
		position: absolute;
		top: 0;
		z-index: 0;
	}
	section.merit:after {
		content: "";
		display: block;
		background-image: url("../images/section2_bottom_bg_sp.png");
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 545px;
		position: absolute;
		bottom: 0;
		z-index: 0;
	}
	section.set .content {
		margin: 0 auto;
		padding: 60px 20px;
	}
	.cta_box_2 {
		margin: 50px auto 0;
	}
	.cta_box {
		margin: 50px auto 0;
	}
}
@media screen and (min-width:460px) and (max-width:767px) {
	section.merit .content {
		margin: 0 auto;
		padding: 0 40px 240px;
	}
}
@media screen and (max-width:459px) {
	section.merit .content {
		margin: 0 auto;
		padding: 0 40px 140px;
	}
}
section.fadein,
.fadein {
	opacity: 0;
	transition: 1s;
	transform: translateY(50px);
}
section.fadein.show,
.fadein.show {
	opacity: 1;
	transform: translateY(0);
}
section.merit .content {
	position: relative;
	z-index: 1;
}
.flow_button {
	max-width: 900px;
	margin: 25px auto 40px;
}
.flow_button .two_col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flow_button .two_col > p a {
	display: block;
}
.notice_list {
	margin: 50px auto 0;
}
.notice_list h3 {
	font-size: 1.125rem;
	text-align: left;
	margin-bottom: 10px;
}
.notice_list ul li {
	text-align: left;
	list-style-type: none;
	margin-bottom: 5px;
	position: relative;
	padding-left: 1em;
    text-indent: -0.55em;
}
.notice_list ul li:before {
	display: inline-block;
	content: "●";
}
.notice_list ul li:last-child {
	margin-bottom: 0;
}
section.merit {
	background-color: rgba(128,204,218,.6);
	position: relative;
}
.cta_box a {
	display: block;
	margin-top: 20px;
}
section.set {
	background-color: #ffee81;
	position: relative;
}
.cta_box_2 a {
	display: block;
	margin-top: 20px;
}

/* footer */
@media screen and (min-width:1000px) {
	footer .content .main {
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 40px 0;
	}
}
@media screen and (max-width:999px) {
	footer .content .main {
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 40px 20px;
	}
}
@media screen and (min-width:768px) {
	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 2%;
	}
	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;
	}
	#fixedBnr {
		position:fixed;
		bottom: 20px;
		right: 40px;
		text-align: right;
		z-index: 5;
	}
	#fixedBnr_order {
		position:fixed;
		bottom: 70px;
		right: 20px;
		text-align: right;
		z-index: 4;
	}
}
@media screen and (max-width:767px) {
	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 70px;
		margin: 0 auto;
		color: #fff;
		font-size: 0.5rem;
	}
	#fixedBnr,
	#fixedBnr_order {
		display: none;
	}
	#fixedBnr_sp {
		position:fixed;
		bottom: 0;
		right: 0;
		text-align: right;
		z-index: 5;
	}
	#fixedBnr_sp img {
		max-width: 555px;
		width: 80%;
	}
}
footer {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	clear: both;
}
footer .content .main .logo p {
	font-size: .75rem;
}
div.sns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
div.sns ul li a img {
	height: 60px;
}
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;
}
.footerlogo { max-width: 420px; height: auto; }