@charset "utf-8";
/* CSS Document */
.wrapper{
	border: 10px solid #fff;
	position: relative;
	z-index: 0;
}

/*===========
main
===========*/
.main{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.main .main_back {
	width: 100%;
	height: 850px;
		background-image: url("images/mv.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

.main .main_catchcopy {
	position: absolute;
	    top: 49%;
    left: 30%;
	transform: translate(-50%,-50%);
}
.main .main_catchcopy h1{
	font-size: 64px;
	color: #C63340;
	line-height: 1.5;
	 text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
}

@media only screen and (min-width: 1560px) {
	.main .main_back {
	width: 100%;
		height: 1118px;
		background-image: url("images/mv.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
.main .main_back {
	width: 100%;
	height: 450px;
	background-position: bottom;
	background-size: cover;
}

		.main .main_catchcopy h1{
	font-size: 42px;
}
}

@media only screen and (max-width: 767px) {
.main .main_back {
	width: 100%;
	height: 350px;
	background-image: url("images/mv_sp.png");
	background-position: bottom right;
}
	.main .main_catchcopy {
	position: inherit;
	    top: 0;
    left: 0;
	transform: translate(0,0);
		padding: 20px 15px;
}
	.main .main_catchcopy h1{
	font-size: 32px;
}
}
@media only screen and (max-width: 320px) {
	.main .main_back {
	background-position: bottom;
}
		.main .main_catchcopy h1{
	font-size: 26px;
}
}


/*===========
sec2
===========*/
.sec2_wrap{
	background-image: url("images/sec2_back.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 60% 94%, 50% 100%, 40% 94%, 0 94%);
	padding-top: 196px;
	padding-bottom: 180px;
	margin-top: -60px;
	position: relative;
	z-index: -1;
}

.sec2_onayami {
	margin-bottom: 34px;
}
.sec2_onayami h2{
	font-size: 64px;
	margin-bottom: 40px;
	line-height: 1.2;
}
.sec2_onayami .flex_area{
	display: flex;
	justify-content: center;
}
.sec2_onayami .flex_area .item{
	position: relative;
	width: 320px;
	height: 320px;
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
	
}
.sec2_onayami .flex_area .item::before{
	content: "";
	filter: blur(16px);
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(172,24,0,0.8);
	border-radius: 50%;
	z-index: -1;
}
.sec2_onayami .flex_area .item p{
	font-size: 32px;
	letter-spacing: -2px;
	line-height: 1.3;
}

.sec2_onayami .flex_area .item:nth-child(2){
	margin-left: 76px;
	margin-right:  76px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.sec2_wrap{
	padding-top: 64px;
		margin-top: -30px;
}
	.sec2_onayami h2{
	font-size: 50px;
}
	.sec2_onayami .flex_area .item{
		margin-left: 20px;
		margin-right: 20px;
	}
	.sec2_onayami .flex_area .item:nth-child(2){
	margin-left: 0;
	margin-right:  0;
}
.sec2_onayami .flex_area .item{
	width: 260px;
	height: 260px;
	
}
.sec2_onayami .flex_area .item p{
	font-size: 28px;
}
}

@media only screen and (max-width: 767px) {
	.sec2_wrap{
		padding-top: 36px;
		margin-top: 0;
		background-image: url("images/sec2_back_sp.png");
		padding-bottom: 100px;
		clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 60% 94%, 50% 97%, 40% 94%, 0 94%);
	}
		.sec2_onayami h2{
	font-size: 30px;
}
	.sec2_onayami .flex_area .item{
		margin-left: 20px;
		margin-right: 20px;
	}
	.sec2_onayami .flex_area .item:nth-child(2){
	margin-left: 0;
	margin-right:  0;
}
.sec2_onayami .flex_area .item{
	width: 170px;
	height: 170px;
	
}
.sec2_onayami .flex_area .item p{
	font-size: 18px;
	letter-spacing: 0;
}
}

@media only screen and (max-width: 320px) {
	.sec2_wrap{
		padding-bottom: 90px;
	}
		.sec2_onayami h2{
	font-size: 26px;
}
	.sec2_onayami .flex_area .item{
	width: 150px;
	height: 150px;
}
		.sec2_onayami .flex_area .item{
		margin-left: 0;
		margin-right: 0;
	}
	.sec2_onayami .flex_area .item:nth-child(2){
	margin-left: 0;
	margin-right:  0;
}
.sec2_onayami .flex_area .item p{
	font-size: 15px;
}
	
}


/*sec2_welcome*/
.sec2_welcome .txt_top p{
	font-size: 40px;
}

.sec2_welcome .flex_area{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-flow: row-reverse;
	padding-left: 22px;
	margin-bottom: 50px;
}
.sec2_welcome .flex_area .img_area{
	margin-right: 34px;
}
.sec2_welcome .flex_area .img_area img{
	width: 206px;
	height: auto;
}
.sec2_welcome .flex_area .txt_area img{
	width: 456px;
	height: auto;
}
.sec2_welcome .flex_area .txt_area p{
	font-size: 40px;
}

.sec2_welcome .txt_btm p{
	font-size: 72px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
.sec2_welcome .flex_area{
	display: block;
	padding-left: 0;
}
	.sec2_welcome .flex_area .txt_area{
		margin-bottom: 30px;
	}
	.sec2_welcome .txt_btm p{
		font-size: 50px;
	}
}
@media only screen and (max-width: 767px) {
.sec2_welcome .txt_top p{
	font-size: 25px;
}
	.sec2_welcome .flex_area{
	display: block;
	padding-left: 0;
	margin-bottom: 14px;
}
	
	.sec2_welcome .flex_area .txt_area{
		margin-bottom: 20px;
	}
	.sec2_welcome .flex_area .txt_area img{
	width: 314px;
	height: auto;
}
	.sec2_welcome .flex_area .txt_area p{
	font-size: 25px;
}
	
	.sec2_welcome .flex_area .img_area{
	margin-right: 0;
}
.sec2_welcome .flex_area .img_area img{
	width: 182px;
	height: auto;
}

	.sec2_welcome .txt_btm p{
		font-size: 28px;
		letter-spacing: -2px;
	}
}

@media only screen and (max-width: 320px) {
	.sec2_welcome .txt_top p{
	font-size: 20px;
}
	.sec2_welcome .flex_area .txt_area p{
	font-size: 20px;
}
	.sec2_welcome .flex_area .img_area img{
	width: 142px;
	height: auto;
}
		.sec2_welcome .txt_btm p{
		font-size: 22px;
		letter-spacing: -2px;
	}
}


/*===========
sec3_wrap
===========*/
.sec3_wrap{
		background-image: url("images/sec3_back.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 104px;
	padding-bottom: 122px;
	margin-top: -96px;
	position: relative;
	z-index: -2;
}
.sec3_wrap::after{
	content: "";
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(252,245,245,1) 100%);
	width: 100%;
	height: 205px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -3;
}

.sec3_content_area p{
	font-size: 25px;
}

.sec3_content_area .txt_item01,
.sec3_content_area .txt_item02,
.sec3_content_area .txt_item03{
	margin-bottom: 45px;
} 

.sec3_content_area .txt_item02 .underline{
	border-bottom: 1px solid #000;
} 
.sec3_content_area .txt_item02 .img_underline{
	font-size: 40px;
	position: relative;
}
.sec3_content_area .txt_item02 .img_underline::before{
	content: "";
	background-image: url("images/sec3_img_under.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 460px;
	height: 40px;
	position: absolute;
	bottom: -32px;
	left: 0;
}

.sec3_content_area .txt_item03 .effect{
	font-size: 40px;
	background-color: #613118;
	padding: 0 12px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
.sec3_wrap{
	padding-top: 120px;
	margin-top: -105px;
	    background-position: right;
	    padding-bottom: 36px;
}
	.sec3_content_area .txt_item02 .img_underline{
	margin-bottom: 36px;
}
}

@media only screen and (max-width: 767px) {
.sec3_wrap{
	padding-top: 92px;
	margin-top: -105px;
	    background-position: right;
	padding-bottom: 36px;
}
		.sec3_content_area p{
	font-size: 20px;
}
	
		.sec3_content_area .txt_item02 .img_underline{
	font-size: 30px;
	letter-spacing: -2px;
}
	.sec3_content_area .txt_item02 .img_underline{
	margin-bottom: 36px;
}
	.sec3_content_area .txt_item02 .img_underline::before{
	content: "";
	width: 315px;
	height: 30px;
	position: absolute;
	bottom: -32px;
	left: 0;
}
	.sec3_content_area .txt_item03{
	margin-bottom: 0;
} 
	.sec3_content_area .txt_item03 .effect{
		font-size: 30px;
	}
}

@media only screen and (max-width: 320px) {
	.sec3_content_area p{
	font-size: 18px;
}
	
		.sec3_content_area .txt_item02 .img_underline{
	font-size: 24px;
}
	    .sec3_content_area .txt_item02 .img_underline::before {
        width: 245px;
        height: 25px;
        bottom: -23px;
    }
		.sec3_content_area .txt_item02 .img_underline{
	margin-bottom: 26px;
}
		.sec3_content_area .txt_item03 .effect{
		font-size: 26px;
	}
}


/*===========
sec4
===========*/
.sec4_wrap{
	position: relative;
	background-color: #FCF8F5;
	z-index: 0;
}
.sec4_wrap::after{
	content: "";
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(252,245,245,1) 100%);
	width: 100%;
	height: 205px;
	position: absolute;
	top: 0;
	left: 0;
}
.sec4_back{
	width: 100%;
	height: 710px;
}
.sec4_back img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec4_back_color{
	background-color: #FCF8F5;
	height: 950px;
}

.sec4_reason_wrap{
	width: 980px;
	margin: 0 auto;
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.sec4_reason_wrap .img_ttl img{
	border-radius: 40px 40px 0 0;
}

.sec4_reason_inner{
	padding: 40px 60px;
	box-shadow: 0px 3px 16px -6px rgba(0,0,0,0.6);
	border-radius: 0 0 40px 40px;
	background-image: url("images/sec4_list_back.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	margin-bottom: 50px;
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.sec4_wrap{
		background-color: #F4F4F4;
		padding-bottom: 64px;
	}
	
	.sec4_wrap::before{
		content: "";
		background-image: url("images/sec4_back.png");
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 710px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.sec4_reason_wrap{
	width: 90%;
	position: inherit;
	top:0;
	left: 0;
	transform: inherit;
	z-index: 2;
}
	.sec4_back{
	height: 100%;
}
	.sec4_back_color{
	height: 100%;
}
	.sec4_reason_inner{
		padding: 40px;
	}
}


@media only screen and (max-width: 767px) {
.sec4_wrap{
		background-color: #F4F4F4;
	padding-bottom: 36px;
	}
	
	.sec4_wrap::before{
		content: "";
		background-image: url("images/sec4_back_sp.png");
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 1120px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.sec4_reason_wrap{
	width: 90%;
	position: inherit;
	top:0;
	left: 0;
	transform: inherit;
	z-index: 2;
}
	.sec4_back{
	height: 100%;
}
	.sec4_back_color{
	height: 100%;
}
	.sec4_reason_inner{
		background-image: url("images/sec4_list_back_sp.png");
		padding: 20px 13px;
		padding-bottom: 45px;
		margin-bottom: 36px;
	}
	
	.sec4_reason_wrap .img_ttl img{
	border-radius: 20px 20px 0 0;
}
}
@media only screen and (max-width: 320px) {
	.sec4_reason_wrap{
	width: 90%;
}
}


/*sec4_reason_inner*/
.sec4_reason_inner .list_item{
	display: flex;
	margin-bottom: 26px;
}
.sec4_reason_inner .list_item .number {
	margin-right: 16px;
}
.sec4_reason_inner .list_item .number img{
	width: 84px;
	height: auto;
}

.sec4_reason_inner .list_item .txt_area {
	width: 100%;
}
.sec4_reason_inner .list_item .txt_area h2{
	font-size: 40px;
	letter-spacing: 0;
}
.sec4_reason_inner .list_item .txt_area p{
	font-size: 22px;
}

.sec4_reason_inner .txt_btm{
	font-size: 56px;
	letter-spacing: -2px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.sec4_reason_inner .list_item .number img{
	width: 64px;
	height: auto;
}
.sec4_reason_inner .list_item .txt_area h2{
	font-size: 30px;
}
	.sec4_reason_inner .txt_btm{
	font-size: 45px;
}

}
@media only screen and (max-width: 767px) {
	.sec4_reason_inner .list_item{
	display: block;
}
	
	.sec4_reason_inner .list_item .number {
	margin-right: 0;
		display: flex;
		margin-bottom: 12px;
}
	.sec4_reason_inner .list_item .number img{
	width: 50px;
	height: 50px;
}
	.sec4_reason_inner .list_item .number h2{
		font-size: 26px;
		margin-left: 10px;
	}

	.sec4_reason_inner .list_item .txt_area p{
	        font-size: 19px;
        line-break: anywhere;
}
	.sec4_reason_inner .txt_btm{
	font-size: 30px;
		letter-spacing: -2px;
}
}
@media only screen and (max-width: 320px) {
	.sec4_reason_inner .list_item .number h2{
		font-size: 22px;
	}
		.sec4_reason_inner .list_item .txt_area p{
	        font-size: 18px;
}
		.sec4_reason_inner .txt_btm{
	font-size: 26px;
}
}


/*===========
LINE
===========*/
.line_area .img_line img{
	width: 102px;
	height: auto;
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {

}
@media only screen and (max-width: 767px) {
.line_area .img_line img{
	width: 52px;
	height: auto;
}
}



/*===========
sec5
===========*/
.sec5_wrap{
	position: relative;
	z-index: 0;
	padding-bottom: 75px;
}
.sec5_wrap::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 245px;
	background-color: #F4F4F4;
	top:0;
	left: 0;
	z-index: -1;
}

/*service1,2共通*/
.sec5_service .content_area .data_area{
	display: inline-block;
	padding: 12px 22px;
	border-radius: 4px;
	margin-bottom: 24px;
}
.sec5_service .content_area .data_area p:first-of-type{
	font-size: 18px;
}
.sec5_service .content_area .data_area p:last-of-type{
	font-size: 16px;
}
.sec5_service .content_area .txt_area p{
	font-size: 16px;
	line-height: 2;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.sec5_wrap{
		padding-top: 64px;
		padding-bottom: 0;
	}
.sec5_wrap::before{
	content: none;
}
	.sec5_service .content_area .txt_area p{
	font-size: 20px;
}
}

@media only screen and (max-width: 767px) {
	.sec5_wrap{
		padding-top: 36px;
		padding-bottom: 0;
	}
.sec5_wrap::before{
	content: none;
}
	.sec5_service .content_area{
		padding-left: 15px;
		padding-right: 15px;
	}
	.sec5_service .content_area .data_area{
	display: block;
}
	.sec5_service .content_area .txt_area p{
	font-size: 24px;
		line-height: 1.6;
}
}

@media only screen and (max-width: 320px) {
	.sec5_service .content_area .data_area p:first-of-type{
		font-size: 16px;
	}
	.sec5_service .content_area .txt_area p{
	font-size: 20px;
}
}


/*service1*/
.sec5_service01{
	position: relative;
	z-index: 0;
	margin-bottom: 75px;
}

.sec5_service01 .background{
	width: 100%;
	min-height: 915px;
	position: relative;
}
.sec5_service01 .background .name{
	width: 276px;
	padding: 12px 16px;
	background: linear-gradient(90deg, rgba(112,70,46,1) 0%, rgba(255,255,255,0) 100%);
	position: absolute;
	    top: 35%;
    left: 15%;
}
.sec5_service01 .background img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.sec5_service01 .content_area{
	width: 490px;
	position: absolute;
    top: 0;
    right: 9%;
}
.sec5_service01 .content_area .head_area{
	margin-bottom: 30px;
}
.sec5_service01 .content_area .head_area .img_area{
	margin-bottom: 20px;
}
.sec5_service01 .content_area .head_area .img_area img{
	width: 254px;
	height: auto;
}
.sec5_service01 .content_area .head_area h2{
	width: 486px;
	height: auto;
}

@media only screen and (min-width: 1560px) {
	.sec5_service01 {
    width: 1560px;
    position: relative;
    margin: 0 auto;
		margin-bottom: 75px;
}
	.sec5_service01 .background img{
	object-fit: contain;
}
.sec5_service01 .background{
	width: 100%;
	height: auto;
}
	.sec5_service01 .content_area{
	top: 30px;
    right: 12%;
}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
.sec5_service01 .background{
	min-height: auto;
}
	.sec5_service01 .background img{
	height: 500px;
	object-fit: contain;
}
	.sec5_service01 .content_area{
	width: 490px;
		margin: 0 auto;
	position: inherit;
    top: 0;
    right: 0;
}
	.sec5_service01 .content_area .head_area h2{
	width: 346px;
	height: auto;
		margin:  0 auto;
}
}

@media only screen and (max-width: 767px) {
	.sec5_service01{
		margin-bottom: 0;
		padding-bottom: 64px;
	}
.sec5_service01 .background{
	min-height: auto;
}
	.sec5_service01 .background img{
	height: 100%;
	object-fit: contain;
}
	.sec5_service01 .content_area{
	width: 100%;
		margin: 0 auto;
		padding-left: 12px;
		padding-right: 12px;
	position: inherit;
    top: 0;
    right: 0;
}
	.sec5_service01 .content_area .head_area h2{
	width: 284px;
	height: auto;
		margin:  0 auto;
}
	.sec5_service01 .name_sp{
	width: 100%;
	padding: 12px 16px;
	background: linear-gradient(-270deg, rgba(112,70,46,1) 0%, rgba(112,70,46,0.33) 100%);
		font-size: 18px;
		margin-top: 26px;
}
}

@media only screen and (max-width: 320px) {
	.sec5_service01 .name_sp{
		font-size: 16px;
	}
}



/*service2*/
.sec5_service02{
	position: relative;
	z-index: 0;
}

.sec5_service02 .background{
	width: 100%;
	min-height: 880px;
}
.sec5_service02 .background img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.sec5_service02 .content_area{
	width: 576px;
}
.sec5_service02 .content_area{
	position: absolute;
       top: 18%;
    left: 15%;
}
.sec5_service02 .content_area .head_area{
	margin-bottom: 30px;
	position: relative;
}
.sec5_service02 .content_area .head_area .img_hukidasi{
	position: absolute;
	    top: -30%;
    right: 14%;
}
.sec5_service02 .content_area .head_area .img_hukidasi img{
	width: 268px;
	height: auto;
}
.sec5_service02 .content_area .head_area .img_area{
	margin-bottom: 20px;
	    margin-left: -66px;
}
.sec5_service02 .content_area .head_area .img_area img{
	width: 254px;
	height: auto;
}
.sec5_service02 .content_area .head_area h2{
	width: 348px;
	height: auto;
}

@media only screen and (min-width: 1560px) {
	.sec5_service02 {
    width: 1560px;
    position: relative;
    margin: 0 auto;
}
	.sec5_service02 .background img{
	object-fit: contain;
}
.sec5_service02 .background{
	width: 100%;
	height: auto;
}
	.sec5_service02 .content_area{
	        top: 22%;
        left: 18%;
}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.sec5_service02{
		background-color: #FFF9EC;
		padding-top: 36px;
			padding-bottom: 64px;
	}
.sec5_service02 .background{
	min-height: auto;
}
	.sec5_service02 .content_area{
	width: 510px;
		margin: 0 auto;
			position: inherit;
       top: 0;
    left: 0;
}
	
	.sec5_service02 .content_area .head_area .img_hukidasi {
    position: absolute;
    top: -20%;
    right: 0;
}
	.sec5_service02 .content_area .head_area .img_hukidasi img{
	width: 200px;
	height: auto;
}
	.sec5_service02 .content_area .head_area .img_area{
	    margin-left: 0;
}
.sec5_service02 .content_area .head_area h2{
	width: 280px;
	height: auto;
	margin: 0 auto;
}
}

@media only screen and (max-width: 767px) {
	.sec5_service02{
		background-color: #FFF9EC;
		padding-top: 36px;
		padding-bottom: 36px;
	}
.sec5_service02 .background{
	min-height: auto;
}
	.sec5_service02 .content_area{
	width: 100%;
		margin: 0 auto;
		position: inherit;
       top: 0;
    left: 0;
}

	
	.sec5_service02 .content_area .head_area .img_hukidasi {
    position: absolute;
    top: -35%;
    right: 0;
}
	.sec5_service02 .content_area .head_area .img_hukidasi img{
	width: 148px;
	height: auto;
}
	.sec5_service02 .content_area .head_area .img_area{
		text-align: center;
}
.sec5_service02 .content_area .head_area h2{
	width: 204px;
	height: auto;
	margin: 0 auto;
}
}



/*===========
sec6
===========*/
.sec6_wrap{
	padding-top: 86px;
	padding-bottom: 86px;
	background-color: #FEEDE1;
}
.sec6_wrap h2{
	font-size: 56px;
	letter-spacing: -2px;
	margin-bottom: 20px;
}

/*.sec6_table img{
	width: 100%
}*/

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.sec6_wrap{
	padding-top: 36px;
	padding-bottom: 64px;
}
.sec6_wrap h2{
	font-size: 50px;
}
	.sec6_table{
		background-color: #fff;
	}
}

@media only screen and (max-width: 767px) {
		.sec6_wrap{
	padding-top: 36px;
	padding-bottom: 36px;
}
.sec6_wrap h2{
	font-size: 30px;
}
	.sec6_table{
		background-color: #fff;
	}
}


/*===========
sec7
===========*/
.sec7_wrap{
	padding-top: 86px;
}

.sec7_flow_ttl img{
	width: 560px;
	height: auto;
	margin: 0 auto;
}

.sec7_flow_wrap{
	width: 880px;
	margin: 0 auto;
	box-shadow: 0px 3px 16px -6px rgba(0,0,0,0.3);
	    padding-top: 64px;
	padding-bottom: 64px;
	    margin-top: -30px;
	margin-bottom: 46px;
}

.flow_item{
	display: flex;
	align-items: center;
}

/*flow01,3*/
.flow_item .img_area {
	margin-left: -60px;
}
.flow_item .img_area img{
	width: 438px;
	height: auto;
}
.flow_item .txt_area{
	width: 310px;
	    margin-left: 24px;
}
.flow_item .txt_area h3{
	margin-left: -30px;
}
.flow_item .txt_area h3 img{
	width: 280px;
	height: auto;
}
.flow_item .txt_area p{
	font-size: 16px;
	line-height: 2;
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {
.sec7_wrap{
	padding-top: 64px;
	padding-bottom: 64px;
}
	.sec7_flow_wrap{
	width: 90%;
	margin: 0 auto;
		padding: 36px 30px;
		margin-top: -15px;
		margin-bottom: 36px;
}
	.sec7_flow_ttl img{
		margin: 0 auto;
}
.flow_item{
	display: block;
	margin-bottom: 36px;
}
	.flow_item:last-of-type{
		margin-bottom: 0;
	}
	.flow_item .img_area {
	margin-left: 0;
		text-align: center;
}
	.flow_item .txt_area{
	width: 100%;
	    margin-left: 0;
}
.flow_item .txt_area h3{
	margin-left: 0;
	text-align: center;
}
	.flow_item .txt_area p{
	font-size: 20px;
	line-height: 1.6;
}
}
@media only screen and (max-width: 767px) {
.sec7_wrap{
	padding-top: 36px;
	padding-bottom: 36px;
}
	.sec7_flow_ttl img{
	width: 286px;
	height: auto;
		margin: 0 auto;
}
	
	.sec7_flow_wrap{
	width: 94%;
	margin: 0 auto;
		padding: 30px 20px;
		margin-bottom: 36px;
		margin-top: -15px;
}
.flow_item{
	display: block;
	margin-bottom: 36px;
}
	.flow_item:last-of-type{
		margin-bottom: 0;
	}
	
	.flow_item .img_area {
	margin-left: 0;
		text-align: center;
		margin-bottom: 10px;
}
	.flow_item .img_area img{
	width: 214px;
	height: auto;
}
	.flow_item .txt_area{
	width: 100%;
	    margin-left: 0;
}
.flow_item .txt_area h3{
	margin-left: 0;
	text-align: center;
}
	.flow_item .txt_area h3 img{
	width: 210px;
	height: auto;
}
	.flow_item .txt_area p{
	font-size: 22px;
	line-height: 1.6;
}
}

@media only screen and (max-width: 320px) {
.sec7_flow_wrap{
	width: 100%;
}
	.sec7_flow_ttl img{
	width: 80%;
}
	.flow_item .txt_area p{
		font-size: 16px;
	}
}



/*flow02*/
.flow_item02{
	margin-top: -30px;
}
.flow_item02 .img_area {
	margin-right: -60px;
}
.flow_item02 .img_area img{
	width: 438px;
	height: auto;
}

.flow_item02 .txt_area {
	width: 360px;
	 margin-left: 0;
	margin-right: 26px;
}
.flow_item02 .txt_area h3{
	margin-left: -30px;
}
.flow_item02 .txt_area h3 img{
	width: 360px;
	height: auto;
}
.flow_item02 .txt_area p{
	width: 308px;
	font-size: 16px;
	line-height: 2;
}


.flow_item03{
	margin-top: -20px;
}
.flow_item03 .txt_area h3 img{
	width: 240px;
	height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
.flow_item02{
	margin-top: 0;
}
.flow_item02 .img_area {
	margin-right: 0;
}
	.flow_item02 .txt_area {
	width: 100%;
	margin-right: 0;
}
.flow_item02 .txt_area h3{
	margin-left: 0;
	text-align: center;
}
	.flow_item02 .txt_area p{
	width: 100%;
}
	
	.flow_item03{
	margin-top: 0;
}
}

@media only screen and (max-width: 767px) {
.flow_item02{
	margin-top: 0;
}
.flow_item02 .img_area {
	margin-right: 0;
	margin-bottom: 10px;
}
	.flow_item02 .img_area img{
	width: 214px;
	height: auto;
}
	
	.flow_item02 .txt_area {
	width: 100%;
	margin-right: 0;
}
.flow_item02 .txt_area h3{
	margin-left: 0;
	text-align: center;
}
	.flow_item02 .txt_area h3 img{
	width: 270px;
	height: auto;
}

	.flow_item02 .txt_area p{
	width: 100%;
	font-size: 20px;
	line-height: 1.6;
}
	
	.flow_item03{
	margin-top: 0;
}
	.flow_item03 .txt_area h3 img{
	width: 180px;
	height: auto;
}
}

@media only screen and (max-width: 320px) {
	.flow_item02 .txt_area p{
	width: 100%;
	font-size: 16px;
}
}


/*===========
sec8
===========*/
.sec8_wrap{
	padding-top: 65px;
	padding-bottom: 132px;
}

.sec8_wrap h2{
	font-size: 56px;
	letter-spacing: -2px;
}

.sec8_voice_wrap{
	padding-top: 36px;
}
.sec8_voice_wrap ul{
	display: flex;
	justify-content: center;
}
.sec8_voice_wrap ul li{
	margin-right: 82px;
}
.sec8_voice_wrap ul li:last-child{
	margin-right: 0;
}

.sec8_voice_wrap .voice_item{
	width: 308px;
}

.sec8_voice_wrap .voice_item .img_area{
	margin-bottom: 20px;
}
.sec8_voice_wrap .voice_item .img_area img{
	width: 248px;
	height: auto;
}
.sec8_voice_wrap .voice_item .img_area .name{
	margin-top: -30px;
}
.sec8_voice_wrap .voice_item .img_area .name p{
	font-size: 14px;
		background-color: #454545;
	border-radius: 50px;
	padding: 8px 30px;
}

.sec8_voice_wrap .voice_item .txt_area{
	margin-bottom: 24px;
}
.sec8_voice_wrap .voice_item .txt_area:last-of-type{
	margin-bottom: 0;
}
.sec8_voice_wrap .voice_item .txt_area .voice_ttl{
	font-size: 20px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.sec8_voice_wrap .voice_item .txt_area .txt{
	font-size: 14px;
	font-weight: 600;
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {
.sec8_wrap{
	background-color: #FFF9EC;
	padding-top: 36px;
	padding-bottom: 96px;
}
	.sec8_wrap h2{
	font-size: 50px;
}
	.sec8_voice_wrap ul{
	display: block;
}
.sec8_voice_wrap ul li{
	margin-right: 0;
	margin-bottom: 64px;
}
	.sec8_voice_wrap ul li:last-child{
	margin-bottom: 0;
}
	.sec8_voice_wrap .voice_item{
	width: 70%;
		margin:  0 auto;
		margin-bottom: 64px;
}
		.sec8_voice_wrap .voice_item:last-of-type{
		margin-bottom: 0;
	}
	.sec8_voice_wrap .voice_item .txt_area .voice_ttl{
	font-size: 24px;
}
.sec8_voice_wrap .voice_item .txt_area .txt{
	font-size: 18px;
}

}

@media only screen and (max-width: 767px) {
.sec8_wrap{
	background-color: #FFF9EC;
	padding-top: 36px;
	padding-bottom: 64px;
}
	.sec8_wrap h2{
	font-size: 36px;
}

	.sec8_voice_wrap ul{
	display: block;
}
.sec8_voice_wrap ul li{
	margin-right: 0;
	margin-bottom: 64px;
}
	.sec8_voice_wrap ul li:last-child{
	margin-bottom: 0;
}
	.sec8_voice_wrap .voice_item{
	width: 100%;
		margin:  0 auto;
		margin-bottom: 64px;
}
	.sec8_voice_wrap .voice_item:last-of-type{
		margin-bottom: 0;
	}
	.sec8_voice_wrap .voice_item .txt_area .voice_ttl{
	font-size: 24px;
}
.sec8_voice_wrap .voice_item .txt_area .txt{
	font-size: 18px;
	width: 308px;
	margin: 0 auto;
}
	
}

@media only screen and (max-width: 320px) {
	.sec8_voice_wrap{
		padding-left: 15px;
		padding-right: 15px;
	}
	.sec8_voice_wrap .voice_item .txt_area .txt{
	font-size: 16px;
	width: 100%;
}
}


/*===========
sec9
===========*/
.sec9_wrap{
	position: relative;
	background-color: #613118;
	margin-bottom: 100px;
	padding-bottom: 30px;
}
.sec9_wrap .img_top{
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
	top: -100px;
}
.sec9_wrap .img_btm{
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
	bottom: -100px;
}
.sec9_wrap .img_top img,
.sec9_wrap .img_btm img{
	width: 100%;
	height: 100%;
}

.sec9_head_area{
	margin-bottom: 24px;
}
.sec9_head_area .img_area{
	margin-bottom: 45px;
}
.sec9_head_area .img_area img{
	width: 820px;
	height: auto;
}
.sec9_head_area h2 img{
	width: 820px;
	height: auto;
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.sec9_wrap {
		padding-bottom: 36px;
	}
.sec9_wrap .img_top{
	height: auto;
	top: -54px;
}
	.sec9_wrap .img_btm{
	height: auto;
	bottom: -54px;
}
	
	.sec9_head_area .img_area{
		margin-bottom: 26px;
	}
	.sec9_head_area .img_area img{
	width: 620px;
	height: auto;
}
.sec9_head_area h2 img{
	width: 574px;
	height: auto;
}
}
@media only screen and (max-width: 767px) {
	.sec9_wrap {
		padding-top: 36px;
		padding-bottom: 36px;
	}
.sec9_wrap .img_top{
	height: auto;
	top: -25px;
}
	.sec9_wrap .img_btm{
	height: auto;
	bottom: -25px;
}
	
	.sec9_head_area .img_area{
		margin-bottom: 26px;
	}
	.sec9_head_area .img_area img{
	width: 345px;
	height: auto;
}
.sec9_head_area h2 img{
	width: 310px;
	height: auto;
}
}

@media only screen and (max-width: 320px) {
.sec9_wrap .img_top{
	height: auto;
	top: -20px;
}
	.sec9_wrap .img_btm{
	height: auto;
	bottom: -20px;
}
}



/*sec9_content_area*/
.sec9_content_area{
	display: flex;
	justify-content: flex-end;
}
.sec9_content_area .img_area {
	margin-right: 45px;
}
.sec9_content_area .img_area img{
	width: 420px;
	height: auto;
}

.sec9_content_area .inner_content{
	width: 486px;
}
.sec9_content_area .inner_content .price{
	display: flex;
	align-items: flex-end;
	margin-bottom: 24px;
}
.sec9_content_area .inner_content .price p{
	font-size: 24px;
	padding: 6px 20px;
	background-color: #AC1800;
	margin-right: 14px;
	height: 100%;
}
.sec9_content_area .inner_content .price img{
	width: 232px;
	height: auto;
}

.sec9_content_area .inner_content .data_area{
	padding: 14px 23px;
	margin-bottom: 15px;
	border-radius: 4px;
}
.sec9_content_area .inner_content .data_area p:first-of-type{
	font-size: 18px;
}
.sec9_content_area .inner_content .data_area p:last-of-type{
	font-size: 16px;
}

.sec9_content_area .inner_content .txt_area .ttl{
	font-size: 20px;
	margin-bottom: 10px;
}
.sec9_content_area .inner_content .txt_area .txt{
	font-size: 16px;
	line-height: 2;
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {
.sec9_content_area{
	display: block;
}
.sec9_content_area .img_area {
	margin-right: 0;
	text-align: center;
	margin-bottom: 20px;
}
.sec9_content_area .img_area img{
	width: 320px;
	height: auto;
}
	.sec9_content_area .inner_content{
	width: 438px;
		margin: 0 auto;
		margin-bottom: 30px;
}
	.sec9_content_area .inner_content .price{
		justify-content: center;
}
	.sec9_content_area .inner_content .data_area{
	width: 100%;
}
}
@media only screen and (max-width: 767px) {
.sec9_content_area{
	display: block;
}
.sec9_content_area .img_area {
	margin-right: 0;
	text-align: center;
	margin-bottom: 20px;
}
.sec9_content_area .img_area img{
	width: 204px;
	height: auto;
}
	.sec9_content_area .inner_content{
	width: 100%;
		margin-bottom: 30px;
}
	.sec9_content_area .inner_content .price{
		justify-content: center;
}
	.sec9_content_area .inner_content .price img{
	width: 200px;
	height: auto;
}
.sec9_content_area .inner_content .price p{
	font-size: 14px;
	padding: 6px 15px;
	margin-right: 10px;
}
	.sec9_content_area .inner_content .data_area{
	width: 100%;
}
	.sec9_content_area .inner_content .txt_area .ttl{
	font-size: 26px;
	margin-bottom: 26px;
}
	.sec9_content_area .inner_content .txt_area .txt{
	font-size: 20px;
	line-height: 1.6;
		padding-left: 10px;
		padding-right: 10px;
}
}

@media only screen and (max-width: 320px) {
	.sec9_content_area .inner_content .price img{
	width: 160px;
	height: auto;
}
.sec9_content_area .inner_content .price p{
	padding: 6px 10px;
}
	.sec9_content_area .inner_content .data_area p:first-of-type{
	font-size: 16px;
}
}


/*sec9 line_area*/
.sec9_wrap .line_area .img_line img{
	width: 64px;
	height: auto;
}
.sec9_wrap .line_area .more-btn{
	width: 502px;
}
.sec9_wrap .line_area .more-btn a{
	width: 100%;
	font-size: 36px;
	padding-top: 22px;
	padding-bottom: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

}
@media only screen and (max-width: 767px) {
.sec9_wrap .line_area .more-btn{
	width: 100%;
}
	.sec9_wrap .line_area .more-btn a{
	width: 100%;
	font-size: 22px;
	padding-top: 16px;
	padding-bottom: 16px;
}
}


/*===========
sec10
===========*/
.sec10_wrap{
	background-color: #EDE5DF;
	position: relative;
	z-index: -2;
}

.sec10_wrap .background{
	width: 100%;
	height: 705px;
	margin-top: -60px;
	background-color: #F4F4F4;
	position: relative;
	z-index: -1
}
.sec10_wrap .background img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec10_wrap .background::after{
	content: "";
	background: linear-gradient(0deg, rgba(237,229,223,1) 0%, rgba(255,255,255,0) 100%);
	width: 100%;
	height: 463px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.sec10_wrap .background .txt_top{
	position: absolute;
	top: 16%;
	left: 16%;
	z-index: 2;
}
.sec10_wrap .background .txt_top p{
	font-size: 24px;
	line-height: 2;
}

.sec10_back{
	height: 475px;
	position: relative;
}

.txt_btm_wrap{
	width: 100%;
	position: absolute;
	top: -30%;
	left: 50%;
	transform: translate(-50%);
}
.txt_btm_wrap p{
	line-height: 1.6;
	text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
}
.txt_btm_wrap .txt_top{
	font-size: 64px;
	margin-bottom: 80px;
}
.txt_btm_wrap .txt_top span{
	border-bottom: 1px solid #613118;
}

.txt_btm_wrap .txt_btm {
	font-size: 56px;
}


@media only screen and (min-width: 1560px) {
	.sec10_wrap .background{
	height: 1000px;
}
	.sec10_wrap .background .txt_top{
	position: absolute;
	top: 20%;
	left: 26%;
	z-index: 2;
}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
.sec10_wrap .background{
	margin-top: -86px;
	height: 574px;
}
	.sec10_wrap .background .txt_top{
	left: 5%;
}
	
	.sec10_back{
	height: 100%;
	position: relative;
}
	.txt_btm_wrap{
		width: 100%;
	position: inherit;
	top: 0;
	left:0;
	transform:none;
		padding-bottom: 64px;
}

	.txt_btm_wrap .txt_top{
	font-size: 45px;
	margin-bottom: 36px;
}
}
@media only screen and (max-width: 767px) {
.sec10_wrap .background{
	margin-top: -120px;
	height: 100%;
}
.sec10_wrap .background .txt_top{
	position: inherit;
	top: 0;
	left: 0;
}
	.sec10_wrap .background::after{
	height: 210px;
}
	
	.sec10_wrap .txt_top_sp{
		padding-left: 20px;
		padding-right: 20px;
		margin-top: -20%;
		margin-bottom: 40px;
	}
	.sec10_wrap .txt_top_sp p{
	font-size: 22px;
	line-height: 1.6;
}
	
	.sec10_back{
	height: 100%;
	position: relative;
}
	.txt_btm_wrap{
		width: 100%;
	position: inherit;
	top: 0;
	left:0;
	transform:none;
		padding-bottom: 64px;
}

	.txt_btm_wrap .txt_top{
	font-size: 30px;
	margin-bottom: 36px;
}
	.txt_btm_wrap .txt_btm {
	font-size: 36px;
}
}

@media only screen and (max-width: 320px) {
 .txt_btm_wrap .txt_btm {
        font-size: 30px;
    }
}

   

/*===========
sec11
===========*/
.sec11_wrap{
	padding-top: 86px;
	padding-bottom: 64px;
	background-color: #FFF5EF;
}
.sec11_wrap h2{
	font-size: 56px;
	letter-spacing: -2px;
}

.sec11_content_area{
	display: flex;
	justify-content: space-between;
}
.sec11_content_area .price_item{
	width: 470px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
.sec11_wrap{
	padding-top: 36px;
}
.sec11_wrap h2{
	font-size: 50px;
	margin-bottom: 20px;
}
	.sec11_content_area .price_item{
	width: 48%;
}
}
@media only screen and (max-width: 767px) {
.sec11_wrap{
	padding-top: 36px;
}
.sec11_wrap h2{
	font-size: 36px;
	margin-bottom: 20px;
}
	.sec11_content_area{
	display: block;
}
	.sec11_content_area .price_item{
	width: 100%;
}
		.sec11_content_area .price_item:first-of-type{
	margin-bottom: 30px;
}
}

/*===========
sec12
===========*/
.sec12_wrap{
	padding-top: 64px;
	padding-bottom: 180px;
	background-color: #FFF5EF;
}

.sec12_wrap h2{
	font-size: 40px;
}

.sec12_faq_wrap .faq_list li{
	padding-top: 46px;
	padding-bottom: 46px;
	position: relative;
}
.sec12_faq_wrap .faq_list li:last-child{
	padding-bottom: 0;
}
.sec12_faq_wrap .faq_list li::after{
	content: "";
	background-image: url("images/sec14_under.png");
	background-repeat: repeat-x;
	background-size: contain;
	width:780px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.sec12_faq_wrap .faq_list li:last-child::after{
	content: none;
}

.sec12_faq_wrap .faq_list .faq_ttl{
	font-size: 32px;
	color: #613118;
	margin-bottom: 10px;
	line-height: 1.3;
}
.sec12_faq_wrap .faq_list .faq_ttl span{
	font-size: 24px;
}

.sec12_faq_wrap .faq_list .faq_answer{
	font-size: 17px;
	width: 680px;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
.sec12_wrap{
	padding-top: 36px;
	padding-bottom: 64px;
	background-color: #F9F0DB;
}
.sec12_faq_wrap .faq_list li::after{
	width:100%;
}
	.sec12_faq_wrap .faq_list .faq_ttl{
	font-size: 26px;
}
.sec12_faq_wrap .faq_list .faq_ttl span{
	font-size: 20px;
}
	.sec12_faq_wrap .faq_list .faq_answer{
		font-size: 20px;
	width: 100%;
}
}
@media only screen and (max-width: 767px) {
.sec12_wrap{
	padding-top: 36px;
	padding-bottom: 64px;
	background-color: #F9F0DB;
}
	.sec12_wrap h2{
	font-size: 34px;
}
	
	.sec12_faq_wrap .faq_list li{
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.sec12_faq_wrap .faq_list li::after{
	width:100%;
}
	.sec12_faq_wrap .faq_list .faq_ttl{
	font-size: 24px;
		letter-spacing: -1px;
}
.sec12_faq_wrap .faq_list .faq_ttl span{
	font-size: 16px;
}
	.sec12_faq_wrap .faq_list .faq_answer{
	width: 100%;
		font-size: 22px;
}
}

@media only screen and (max-width: 320px) {
	.sec12_wrap h2{
	font-size: 30px;
}
	.sec12_faq_wrap .faq_list .faq_answer{
		font-size: 18px;
	}
}


/*===========
sec13
===========*/
.sec13_wrap{
	background-image: url("images/sec13_back.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 92px;
}

.sec13_content_area{
	display: flex;
	padding-top: 125px;
	position: relative;
}
.sec13_content_area .inner_content{
	width: 612px;
}
.sec13_content_area .inner_content h2{
	margin-bottom: 32px;
}
.sec13_content_area .inner_content h2 img{
	width: 432px;
	height: auto;
}
.sec13_content_area .inner_content .txt{
	font-size: 17px;
	line-height: 2;
	margin-bottom: 24px;
}
.sec13_content_area .inner_content .readmore-btn a{
	display: block;
	width: 225px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #70462E;
	background-color: #fff;
	font-size: 17px;
	color: #613118;
	text-align: center;
	border-radius: 50px;
	transition: .3s;
}
.sec13_content_area .inner_content .readmore-btn a:hover{
	background-color: #613118;
	color: #fff;
}

.sec13_content_area .img_area{
	width: 266px;
	position: absolute;
	top:-42px;
	right: 0;
}
.sec13_content_area .img_area .name{
	margin-top: 12px;
}
.sec13_content_area .img_area .name p{
	font-size: 15px;
	margin-bottom: 12px;
}
.sec13_content_area .img_area .name a{
	display: block;
	text-align: center;
}
.sec13_content_area .img_area .name a img{
	width: 68px;
	height: auto;
}

.sec13_line_area{
	margin-top: -60px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.sec13_content_area{
	display: block;
	padding-top: 64px;
}
	
.sec13_content_area .inner_content{
	width: 90%;
	margin: 0 auto;
}
	.sec13_content_area .inner_content h2{
	text-align: center;
}
	.sec13_content_area .inner_content h2 img{
	width: 332px;
	height: auto;
}
	.sec13_content_area .inner_content .txt{
	margin-bottom: 36px;
}
	.sec13_content_area .inner_content .txt{
	font-size: 20px;
	line-height: 1.6;
}
	
	.sec13_content_area .img_area{
	position: inherit;
	top:0;
	right: 0;
		margin: 0 auto;
		margin-bottom: 20px;
}
	
}
@media only screen and (max-width: 767px) {
	.sec13_wrap{
	background-image: url("images/sec13_back_sp.png");
}
	.sec13_content_area{
	display: block;
	padding-top: 64px;
}
	
.sec13_content_area .inner_content{
	width: 100%;
}
	.sec13_content_area .inner_content h2{
	text-align: center;
}
	.sec13_content_area .inner_content h2 img{
	width: 252px;
	height: auto;
}
	.sec13_content_area .inner_content .txt{
	margin-bottom: 36px;
		font-size: 20px;
		line-height: 1.6;
}
	
	.sec13_content_area .img_area{
	position: inherit;
	top:0;
	right: 0;
		margin: 0 auto;
		margin-bottom: 20px;
}
	.sec13_content_area .inner_content .readmore-btn a{
		margin: 0 auto;
	}
	
	.sec13_line_area .img_line img{
		width: 50px;
		height: auto;
	}
	
	.sec13_line_area{
	padding-left: 15px;
		padding-right: 15px;
}
}

@media only screen and (max-width: 320px) {
	.sec13_content_area .inner_content .txt{
		font-size: 18px;
		line-height: 1.6;
}
}




/*===========
sec14
===========*/
.sec14_wrap{
	padding-top: 86px;
}
.sec14_wrap h2{
	font-size: 48px;
	letter-spacing: -2px;
}

.sec14_table{
	padding-top: 36px;
	padding-bottom: 64px;
	width: 635px;
	margin: 0 auto;
}

.sec14_wrap .map_area iframe{
	width: 100%;
	height: 382px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
.sec14_wrap h2{
	font-size: 40px;
}
}

@media only screen and (max-width: 767px) {
	.sec14_wrap{
		padding-top: 64px;
	}
.sec14_wrap h2{
	font-size: 34px;
}
	.sec14_table{
	width: 100%;
}
	.sec14_wrap .map_area iframe{
	width: 100%;
	height: 160px;
}
}




/*===========
under-thanks
===========*/
.under_back{
	width: 100%;
	height: 350px;
	position: relative;
}
.under_back img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.under_back .main_head{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.under_back .main_head h2{
	margin-bottom: 0;
	color: #fff;
}
.under_back .main_head h2::before{
	background-color: #fff;
}


.thanks{
	padding-top: 120px;
	padding-bottom: 120px;
}
.thanks h2{
	font-size: 36px;
	margin-bottom: 30px;
}
.thanks .txt{
	font-size: 20px;
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.under_back{
	width: 100%;
	height: 250px;
}
	.under_back img{
	width: 100%;
	height: 250px;
}
.thanks{
	padding-top: 64px;
	padding-bottom: 64px;
}
.thanks h2{
	font-size: 26px;
}
.thanks .txt{
	font-size: 16px;
	margin-bottom: 30px;
}

}

/*===========
footer
===========*/
.footer{
	width: 100%;
	padding-top: 125px;
	padding-bottom: 64px;
}

.footer_logo{
	margin-bottom: 20px;
}
.footer_logo .img_area img{
	width: 192px;
	height: auto;
}

.copy{
	font-family: "Shippori Mincho", serif;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
.footer{
	padding-top: 64px;
	padding-left: 15px;
	padding-right: 15px;
}
	
}


@media only screen and (max-width: 767px) {
.footer{
	padding-top: 64px;
	padding-left: 15px;
	padding-right: 15px;
}
.footer_logo .img_area img{
	width: 160px;
	height: auto;
}
	
}



/*==================================
アコーディオン
===================================*/
.sec13_wrap .accordion-area{
    list-style: none;
    width: 100%;
	background-color:transparent;
}
.sec13_wrap .title {
	display: block;
	width: 225px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #70462E;
	background-color: #fff;
	font-size: 17px;
	color: #613118;
	text-align: center;
	border-radius: 50px;
	padding-left: 0;
	transition: .3s;
}
.sec13_wrap .title p{
	display: table-cell;
	vertical-align: middle;
}
.sec13_wrap  .title::after{
    content:none;
}

.sec13_wrap .title:hover{
	background-color: #613118;
	color: #fff;
}
.sec13_wrap .accordion-inner {
    display: none;/*はじめは非表示*/
    background:transparent;
	border: none;
/*  margin:0 3% 3% 3%;*/
    padding: 0;
	padding-top: 30px;
	font-size: 17px;
	line-height: 2;
}
.sec13_wrap .accordion-inner h3{
	font-size: 26px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.sec13_wrap .accordion-area{
    width: 90%;
		margin: 0 auto;
}
	.sec13_wrap .accordion-inner {
	font-size: 20px;
	line-height: 1.6;
}
}
@media only screen and (max-width: 767px) {
	.sec13_wrap .accordion-inner h3{
		line-height: 1.6;
}
		.sec13_wrap .accordion-inner {
	font-size: 20px;
	line-height: 1.6;
}
}


/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 312px;
	background-color:#fff;
}
/*.accordion-area li{
	background-color:#fff;
		border: 1px solid rgba(235,233,228,0.9);/*消さない*/
/*	margin-bottom: 20px;
}
.accordion-area li:last-child{
	margin-bottom: 0;
}*/

/*アコーディオンタイトル*/
.title {
	width: 312px;
	height: 60px;
	line-height: 60px;
	display: block;
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:20px;
	padding-left: 20px;
	background-color: #fff;
	border: 1px solid #70462E;
    transition: all .5s ease;
}
.title p{
	display: table-cell;
	vertical-align: middle;
}

/*アイコンの＋と×*/
.title::after{
    position: absolute;
    content:'';
	background-image: url( "images/icon/arrow_btm_circle.svg");
	background-size: contain;
	background-repeat: no-repeat;
    width: 18px;
    height: 18px;
	top:50%;
    right: 25px;
	transform: translateY(-50%);
}

/*　closeというクラスがついたら形状変化　*/
/*.title.close::after{
display: none;
}*/

/*アコーディオンで現れるエリア*/
.accordion-inner {
    display: none;/*はじめは非表示*/
    background: #EDE5DF;
	border: 1px solid #70462E;
/*  margin:0 3% 3% 3%;*/
    padding: 12px 28px;
	font-size: 20px;
}



@media only screen and (min-width: 768px) and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {
	.accordion-area{
    width: 100%;
}
	.title{
		width: 100%;
	}
	.accordion-inner-wrap{
	display: block;
}

}



