@charset "utf-8";


/* common
-------------------------------------------------------*/
#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.area {
	padding: 70px 20px;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.ttl01 {
	text-align: center;
	margin: 0 0 40px;
	line-height: 1.3;
	font-size: 280%;
	font-weight: 700;
}
.ttl_bg {
	background: url("../img/ttl_bg.png")no-repeat center/cover;
	color: #fff;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}
.contact {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.blue {
	color: #033073;
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 30px 20px;
	}
	.inner {
		max-width: 100%;
	}
	.ttl01 {
		margin: 0 0 30px;
		font-size: 160%;
	}
	.contact {
		flex-flow: column;
	}
	.contact li {
		width: 100%;
		height: 100%;
	}
	.ttl_bg {
		padding: 15px;
		margin: 0 20px;
	}
}


/* header
-------------------------------------------------------*/
#header {
	box-sizing: border-box;
	padding: 10px 20px;
}
#header .inner {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
}
#header .txt {
	font-size: 75%;
	line-height: 1.3;
	margin: 0 0 10px;
}
#header .logo img {
    max-width: 318px;
}
#header .contact {
	flex-flow: row nowrap;
	justify-content: flex-end;
}
#header .contact li {
	padding-left: 20px;
}
#header .contact .info img {
	max-width: 341px;
}
#header .contact .tel img {
	max-width: 430px;
}
@media screen and (max-width:768px) {
	#header {
		text-align: center;
		padding: 10px;
	}
	#header .wrap {
		width: 100%;
	}
	#header .txt {
		margin: 0 0 5px;
	}
	#header .logo img {
		max-width: 200px;
	}
	#header .contact {
		justify-content: center;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9;
		background: rgba(255, 255, 255, 0.9);
		padding: 10px 5px;
		width: 100%;
		box-sizing: border-box;
	}
	#header .contact li {
		padding: 0 5px!important;
		width: auto;
	}
}



/* visual
-------------------------------------------------------*/
#visual {
	padding: 0;
	box-sizing: border-box;
	background: url(../img/visual_bg.png)no-repeat center/cover;
}
#visual .inner {
	max-width: 1400px;
}
@media screen and (max-width:768px) {

}


/* footer
-------------------------------------------------------*/
#footer {
	text-align: center;
	border-top: 1px solid #001f53;
}
#footer .logo {
    margin: 0 0 40px;
}
#footer .logo img {
    max-width: 318px;
}
#footer .txt {
    font-size: 90%;
    text-align: center;
    margin: 0 0 20px;
	line-height: 1.4;
}
#footer .copy {
	font-size: 75%;
}
@media screen and (max-width:768px) {
	#footer.area {
		padding: 30px 20px 100px;
	}
	#footer .logo {
		margin: 0 0 30px;
	}
	#footer .logo img {
		max-width: 200px;
	}
}


/* campaign
-------------------------------------------------------*/
#campaign.area {
	padding: 20px 20px 100px;
}
@media screen and (max-width:768px) {
	#campaign.area {
		padding: 20px;
	}
}

/* banner
-------------------------------------------------------*/
.banner {
	background: url("../img/banner_bg.png")no-repeat center/cover;
}
.banner.area {
	padding: 40px 20px 30px;
}
.banner .inner {
	position: relative;
}
.banner .ttl {
	margin: 0 0 10px;
	z-index: 5;
	position: relative;
}
.banner .contact {
	justify-content: center;
	z-index: 5;
	position: relative;
}
.banner .contact li {
	text-align: center;
}
.banner .contact .tel img {
	max-width: 555px;
}
.banner .img {
	position: absolute;
	display: block;
	bottom: -40px;
	right: -130px;
	z-index: 1;
}
.banner .img img {
	max-width: 423px;
}
@media screen and (max-width:768px) {
	.banner.area {
		padding: 30px 20px 20px;
	}
	.banner .img {
		display:  none;
	}
}


/* reason
-------------------------------------------------------*/
#reason.area {
	padding: 70px 0;
}
#reason .box {
	border-top: 10px solid #0186d0;
}
#reason .inner {
	max-width: 1330px;
	padding: 30px 20px 0;
}
#reason ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
#reason ul li {
	width: 19%;
	line-height: 1.6;
}
#reason ul li .img {
}
#reason ul li .ttl {
	text-align: center;
	background: #d2f1fb;
	padding: 15px;
	font-size: 110%;
	font-weight: 700;
}
#reason ul li .txt_box {
	background: #f5f4f4;
	padding: 15px;
	font-size: 90%;
	line-height: 1.4;
}
#reason ul li .txt_box .txt {
	margin: 0 0 20px;
}
#reason ul li .txt_box .txt_img {
	text-align: center;
}
#reason ul li .txt_box .txt_img img {
	max-width: 224px;
}
@media screen and (max-width:768px) {
	#reason.area {
		padding: 20px 0 40px;
	}
	#reason ul {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	#reason ul li {
		width: 100%;
		display: flex;
		justify-content: space-between;
		background: #f5f4f4;
		flex-wrap: wrap;
	}
	#reason ul li:not(:last-child) {
		margin: 0 0 30px;
	}
	#reason ul li .img {
		text-align: center;
		margin: 0 auto;
	}
	#reason ul li .ttl {
		padding: 5px;
		font-size: 100%;
		text-align: left;
	}
	#reason ul li .txt_box {
		padding: 10px;
	}
	#reason ul li .txt_box .txt {
		margin: 0 0 0px;
		font-size: 80%;
	}
	#reason ul li .txt_box .txt_img img {
		max-width: 130px;
	}
	
	#reason ul li .img {
		width: 40%;
	}
	#reason ul li .reason_inner {
		width: 60%;
	}
	
	#reason ul li .txt_img {
		width: 60%;
		margin: 0 auto;
		
	}
}

/* price
-------------------------------------------------------*/
#price {
	background: url("../img/bg01.png")no-repeat center/cover;
	position: relative;
}
#price.area {
	padding: 0 20px 70px;
}
#price::before {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/arrow_bg.png")no-repeat center/100% 190px;
	width: 100%;
	height: 190px;
	left: 0;
	top: 0;
	z-index: 1;
}
#price .ttl01 {
	position: relative;
	z-index: 2;
	margin: 0 0 80px;
}
#price .txt {
	color: #fff;
	text-align: center;
	font-size: 120%;
	line-height: 2;
	margin: 0 0 30px;
}
#price .price {
	text-align: center;
	margin: 0 0 30px;
}
#price .price img {
	max-width: 528px;
}
#price .mid_txt {
	text-align: center;
}
#price .mid_txt img {
	max-width: 832px;
}
@media screen and (max-width:768px) {
	#price.area {
		padding: 0 20px 40px;
	}
	#price::before {
		background: url("../img/arrow_bg.png")no-repeat center/100% 70px;
		width: 100%;
		height: 70px;
	}
	#price .ttl01 {
		margin: 0 0 20px;
	}
	#price .txt {
		font-size: 90%;
		margin: 0 0 20px;
	}
	#price .price {
		margin: 0 0 20px;
	}
}


/* case
-------------------------------------------------------*/
#case.area {
	padding: 0 0 70px;
}
#case .ttl01 {
	background: url("../img/ttl_bg02.png")no-repeat center/cover;
	color: #fff;
	padding: 60px 20px;
}
#case .inner {
	max-width: 1040px;
	padding: 0 20px;
}
#case .ttl01 {
	margin: 0 0 50px;
}
#case ul {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#case ul li {
	width: 30%;
}
#case ul li:not(:nth-child(3n)) {
	margin: 0 5% 40px 0;
}
#case ul li:last-child {
	width: 65%;
	margin: 0;
	text-align: center;
}
#case ul li:last-child img {
	max-width:550px;
}
@media screen and (max-width:768px) {
	#case.area {
		padding: 0 0 40px;
	}
	#case .ttl01 {
		padding: 20px;
		margin: 0 0 20px;
	}
	#case ul {
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	#case ul li {
		width: 47%;
		margin: 0 0 20px;
	}
	#case ul li:not(:nth-child(3n)) {
		margin: 0 0 20px;
	}
	#case ul li:nth-child(odd) {
		margin:  0 4% 20px 0;
	}
	#case ul li:last-child {
		width: 100%;
		margin: 0;
	}
	#case ul li:last-child img {
		max-width:300px;
	}
}


/* payment
-------------------------------------------------------*/
#payment.area {
	padding: 50px 20px 0;
}
#payment .ttl01 {
	margin: 0;	
}
#payment .ttl01 span {
	background: #fff;
	padding: 0 30px;
}
#payment .box {
	border: 2px solid #004a86;
	padding: 60px 20px 40px;
	margin: -25px 0 0;
	text-align: center;
}
#payment .box .txt {
	font-size: 120%;
	line-height: 2;
	margin: 0 0 30px;
}
#payment .box .img img {
	max-width: 542px;
}
@media screen and (max-width:768px) {
	#payment.area {
		padding: 30px 20px 0;
	}
	#payment .ttl01 span {
		background: #fff;
		padding: 0 20px;
	}
	#payment .box {
		padding: 30px 20px;
		margin: -18px 0 0;
		text-align: center;
	}
	#payment .box .txt {
		font-size: 90%;
		line-height: 2;
		margin: 0 0 20px;
	}
}


/* area
-------------------------------------------------------*/
#area .inner {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
#area .txt_box {
	width: 50%;
	padding: 0 30px;
	text-align: center;
}
#area .txt_box .ttl {
	font-size: 150%;
	font-weight: 700;
	border-top: 2px solid #004a86;
	border-bottom: 2px solid #004a86;
	padding: 20px;
	margin: 0 0 30px;
}
#area .txt_box .txt {
	line-height: 2;
}
#area .img {
	width: 50%;
	text-align: center;
}
#area .img img {
	max-width: 414px;
}
@media screen and (max-width:768px) {
	#area .inner {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	#area .txt_box {
		width: 100%;
		padding: 0 30px;
		text-align: center;
	}
	#area .txt_box .ttl {
		font-size: 130%;
		padding: 20px;
		margin: 0 0 20px;
	}
	#area .txt_box .txt {
		font-size: 90%;
		margin: 0 0 20px;
	}
	#area .img {
		width: 100%;
	}
}

/* flow
-------------------------------------------------------*/
#flow.area {
	padding: 70px 0;
}
#flow .box {
	border-top: 10px solid #0186d0;
}
#flow .inner {
	max-width: 1240px;
	padding: 40px 20px 0;
}
#flow ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
#flow ul li {
	width: 18%;/* size */
}
#flow ul li .img {
	text-align: center;
	margin: 0 0 20px;
	position: relative;
	padding: 0 0 20px;
	border-bottom: 1px solid #001f53;
}
#flow ul li .img img {
	max-width: 145px;
}
#flow ul li .ttl {
	text-align: center;
	margin: 0 0 20px;
	font-size: 110%;
	font-weight: 700;
	color: #032a64;
}
#flow ul li .txt {
	line-height: 1.6;
}
@media screen and (max-width:768px) {
	#flow.area {
		padding: 30px 0;
	}
	#flow ul {
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	#flow ul li {
		width: 100%;
		display: flex;
		flex-flow: row nowrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	#flow ul li:not(:last-child) {
		margin: 0 0 20px;
	}
	#flow ul li .img {
		text-align: left;
		margin: 0 20px 0 0;
		width: 30%;
		border: none;
	}
	#flow ul li .txt_box {
		width: 70%;
	}
	#flow ul li .ttl {
		text-align: left;
		margin: 0 0 10px;
		font-size: 110%;
		
	}
}


/* qa
-------------------------------------------------------*/
#qa {
	background: #f2f2f2;
	line-height: 1.6;
}
#qa dl:not(:last-child) {
    margin: 0 0 20px;
}
#qa dt {
    font-size: 110%;
    font-weight: 700;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
	background: #0186d0;
	color: #fff;
	padding: 20px;
	cursor: pointer;
	transition: .3s;
}
#qa dl dt span.icon {
    display: block;
    background: url("../img/qa01.png")no-repeat left/40px 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
}
#qa dl dd {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
	padding: 20px;
}
#qa dl dd span.icon {
    display: block;
    background: url("../img/qa02.png")no-repeat left/40px 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
}
#qa .aco_btn {
	position: relative;
}
#qa .aco_btn .btn {
    position: absolute;
    top:10px;
    bottom:-10px;
    right: 20px;
    margin: auto;
    display: block;
    width: 28px;
    height: 28px;
}
#qa .aco_btn .btn span {
    background: #fff;
    width: 28px;
    height: 2px;
    display: block;
}
#qa .aco_btn .btn span:first-child {
    transform: rotate(90deg) translateX(2px) scale(1);
    transition: .5s;
}
#qa .aco_btn.open .btn span:first-child {
    transform: rotate(90deg) translateX(2px) scale(0);
}
#qa .aco_btn:hover {
    opacity: .7;
}
#qa .aco_btn span {
    margin-right: 20px;
}

@media screen and (max-width:768px) {
	#qa dl {
		font-size: 100%;
	}
    #qa dl:not(:last-child) {
        margin: 0 0 20px;
    }
    #qa dt {
        align-items: flex-start;
		padding: 15px 30px 15px 15px;
    }
    #qa dl dt span.icon {
        background: url("../img/qa01.png")no-repeat left/30px 30px;
        min-width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
    }
	#qa dl dd {
		padding: 15px;
	}
    #qa dl dd span.icon {
        display: block;
        background: url("../img/qa02.png")no-repeat left/30px 30px;
        min-width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
    }
    #qa .aco_btn .btn {
		width: 20px;
        height: 20px;
        top: 7px;
    }
    #qa .aco_btn .btn span {
        width: 20px;
        height: 2px;
    }
    #qa .aco_btn .btn span:first-child {
        transform: rotate(90deg) translateX(2px) scale(1);
        transition: .5s;
    }
    #qa .aco_btn.open .btn span:first-child {
        transform: rotate(90deg) translateX(2px) scale(0);
    }
}


/*電話番号ボタンのテキスト化*/

.tel a {
	display: block;
	border-radius: 100px;
	border: 1px solid #3c980a;
	padding: 10px 30px 10px 100px;
	box-sizing: border-box;
	color: #fff;
	position: relative;
	
	box-shadow:rgba(89, 89, 89, 0.35) 0px 0px 6px 0px;
-webkit-box-shadow:rgba(89, 89, 89, 0.35) 0px 0px 6px 0px;
-moz-box-shadow:rgba(89, 89, 89, 0.35) 0px 0px 6px 0px;
	
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#19c520+1,37a212+100 */
background: #19c520; /* Old browsers */
background: -moz-linear-gradient(top,  #19c520 1%, #37a212 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #19c520 1%,#37a212 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #19c520 1%,#37a212 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19c520', endColorstr='#37a212',GradientType=0 ); /* IE6-9 */

}

.tel a:before {
	content:"";
	position: absolute;
	left: 20px;
	top: 10px;
	background: url("../img/tel_icon.png") no-repeat;
	background-size: 69px 57px;
	width: 69px;
	height: 57px;
}

.tel_txt {
	display: block;
	font-size: 100%;
}

.tel_num {
	display: block;
	font-weight:bolder;
	font-size: 250%;
	text-shadow: 1px 2px 3px #2b850f;
}

/*バナーエリア用*/

.banner a {
	padding: 10px 30px 10px 100px;
}

.banner .tel a:before {
	content:"";
	position: absolute;
	left: 20px;
	top: 20px;
	background: url("../img/tel_icon.png") no-repeat;
	background-size: 69px 57px;
	width: 69px;
	height: 57px;
}

.banner .tel_txt {
	display: block;
	font-size: 120%;
	text-align: left;
}

.banner .tel_num {
	display: block;
	font-weight:bolder;
	font-size: 350%;
	text-shadow: 1px 2px 3px #2b850f;
}

@media screen and (max-width:768px) {
	
	#header .contact li {
		width: 50%;
	}
	
.tel a {
		width: 100%;
	border-radius: 30px;
	border: 1px solid #3c980a;
	padding: 5px 10px 5px 35px;
}
	
.tel_txt {
	display: block;
	font-size: 50%;
	
}

.tel_num {
	display: block;
	font-weight:bolder;
	font-size: 120%;
	text-shadow: 1px 2px 3px #2b850f;
}
.tel a:before {
	content:"";
	position: absolute;
	left: 8px;
	top: 5px;
	background: url("../img/tel_icon.png") no-repeat;
	background-size: 31px 26px;
	width: 31px;
	height:26px;
}
	
	
.banner a {
	padding: 10px 30px 10px 100px;
}

.banner .tel a:before {
	content:"";
	position: absolute;
	left: 20px;
	top: 5px;
	background: url("../img/tel_icon.png") no-repeat;
	background-size: 69px 57px;
	width: 69px;
	height: 57px;
}

.banner .tel_txt {
	display: block;
	font-size: 100%;
	text-align: left;
}

.banner .tel_num {
	display: block;
	font-weight:bolder;
	font-size: 200%;
	text-shadow: 1px 2px 3px #2b850f;
	word-break: keep-all;
}	
	
	
}

/*会社概要*/

.footer_nav {
	margin-bottom: 30px;
}
.footer_nav li {
	display: inline-block;
	margin: 0px 0px;
	line-height: 1.5;
}

.companyTB {
	width: 100%;
	margin: 0 auto;
	font-size: 120%;
}

.companyTB th {
	background: #0186d0;
	color: #fff;
	padding: 20px;
	border: 1px solid #fff;
	text-align: left;
	width: 20%;
	line-height: 1.5;
}

.companyTB td {
	background: #f0f0f0;
	padding: 20px;
	border: 1px solid #fff;
	width: 80%;
	text-align: left;
	line-height: 1.5;
}

.company_page h3 {
	margin-bottom: 30px;
}

#privacy .inner {
	font-size: 120%;
	line-height: 1.5;
}

#privacy .txt {
	margin-bottom: 30px;
}

#privacy .ttl_sub {
	margin-bottom: 10px;
	font-weight: bolder;
	font-size: 120%;
	color: #0186d0;
}

@media screen and (max-width:768px) {
.companyTB {
	font-size: 90%;
}
	
.company_page .ttl_bg {
    margin: 0 0px;
	margin-bottom: 10px;
}
.companyTB th {
	background: #0186d0;
	color: #fff;
	padding: 10px;
	border: 1px solid #fff;
	text-align: left;
	width: 20%;
	line-height: 1.5;
}

.companyTB td {
	background: #f0f0f0;
	padding: 10px;
	border: 1px solid #fff;
	width: 80%;
	text-align: left;
	line-height: 1.5;
}
#privacy .inner {
	font-size: 90%;
	line-height: 1.5;
}
}
