@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
dl,
li,
p {
	margin: 0;
	padding: 0;
	line-height: 1;
	word-break: break-all;
	font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	color: #4d4d4d;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
img {
	border: none;
	vertical-align: bottom;
	width: 100%;
	/* height: auto; */
}
/* ------------------------------- */

.container {
	/* max-width: 1200px; */
	max-width: 960px;
	/* max-width: 1020px; */
	margin: 0 auto;
	padding: 0 15px;
}
.bold{
	font-size: 1.4em;
}
.min_text{
	font-size: 0.5em;
}
.min_text_sp{
	font-size: 0.7em;
}
.sp_br{
	display: none;
}



/* header--------------------------- */
header{
	padding: 15px 20px;
	background-color: #fff;
	box-shadow: #aaa 0 0 10px;
	position: sticky;
	top: 0;
	z-index: 1000;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inner_header{
	display: flex;
	flex-direction: column;
	align-items: end;
}
.header_title p{
	font-size: 14px;
	letter-spacing: 0.1em;
}
h1{
	color: #186668;
	padding-top: 8px;
	font-size: 28px;
	letter-spacing: 0.05em;
}
.header_cvp{
	display: flex;
	align-items: center;
}
.header_cvp .mail_btn,.header_cvp .line_btn{
	margin-right: 10px;
	width: 175px;
	padding: 15px 0 10px 35px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	border-radius: 7px;
}

.header_cvp .mail_btn{
	background: url(../img/btn_bg_mail.png)
	center/cover no-repeat;
	transition: 0.2s;
}.header_cvp .line_btn{
	background: url(../img/btn_bg_line.png)
	center/cover no-repeat;
	transition: 0.2s;
}
.header_cvp .mail_btn p{
	color: #fff;
}
.header_cvp .line_btn p{
	color: #fff;
}
.header_cvp .mail_btn:hover{
	opacity: 0.5;
}
.header_cvp .line_btn:hover{
	opacity: 0.5;
}

.header_cvp p{
	font-weight: bold;
	letter-spacing: 0.1em;
}
.header_cvp .line_btn p::before{
	content: "";
	background: url(../img/icon_line.png) no-repeat center/contain;
	padding: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
}
.header_cvp .mail_btn p::before{
	content: "";
	background: url(../img/icon_mail.png) no-repeat center/contain;
	padding: 13px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 14px;
	margin: auto;
}

.tel_area{
	text-align: center;
}
.tel_area p:first-child{
	padding-left: 30px;
}
.tel_area .tel{
	color: #186668;
	font-weight:bold;
	font-size: 28px;
	margin-top: 5px;
	letter-spacing: 0em;
}
.tel_area .tel::before{
	content: "";
	background: url(../img/icon_tel_g.png) no-repeat left center/contain;
	padding: 7px 15px 0;
}

/* navigation----------------------- */

.pc_nav ul{
	display: flex;
	justify-content: end;
	padding-top: 10px;
}
.pc_nav ul li a{
	border-left: 1.5px solid #ddd;
	padding: 3px 25px;
	transition: 0.3s;
	letter-spacing: 0.1em;
}
.pc_nav ul li a:hover{
	background:#a7d3d0;
	color: #186668;
}
.sp_nav{
	display: none;
}
.burger{
	display: none;
}

/* main------------------------------ */
main{
	padding-top: 40px;
}
#fv_area{
	margin-bottom: 40px;
}
/* banner_area------------------- */
#banner_area{
	background: url(../img/polygon_green.png) center/cover no-repeat;
	margin-bottom: 50px;
}

/* cvp_area--------------------- */
#cvp_area{
	background: url(../img/polygon_green.png) center top/cover no-repeat;
	padding: 50px 15px 40px;
	margin-bottom: 70px;
}
#cvp_area .container{
	background-color: #fff;
	padding: 10px 15px;
	border-radius: 15px;
	box-sizing: border-box;
}
#cvp_area .inner_container{
	border: #186668 solid 2px;
	border-radius: 10px;
	position: relative;
	padding: 50px 0 30px;
	text-align: center;
}
#cvp_area h2{
	font-size: 20px;
	letter-spacing: 0.2em;
	background: #186668;
	color: #fff;
	border: #fff solid 2px;
	border-radius: 25px;
	width: 400px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
	top: -25px;
}
.cvp_tel_pc{
	font-size: 36px;
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 15px;
}
.cvp_tel_sp{
	display: none;
}
.cvp_tel_pc::before{
	content: "";
	background: url(../img/icon_tel_b.png) center/contain no-repeat;
	padding: 10px 20px 0 15px;
}
#cvp_area .btn_area{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
#cvp_area .btn_area p{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#cvp_area .cvp_mail_btn,#cvp_area .cvp_line_btn{
	width: 280px;
	padding: 20px 0 20px 50px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	transition: 0.2s;
}
#cvp_area .cvp_mail_btn{
	margin-right: 10px;
	background: url(../img/btn_bg_mail.png)
	center/cover no-repeat;
}
#cvp_area .cvp_line_btn{
	margin-left: 10px;
	background: url(../img/btn_bg_line.png)
	center/cover no-repeat;
}
#cvp_area .cvp_mail_btn:hover,#cvp_area .cvp_line_btn:hover{
	opacity: 0.5;
}
#cvp_area .cvp_mail_btn::before{
	content: "";
	background: url(../img/icon_mail.png) no-repeat center/contain;
	padding: 18px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	margin: auto;
}
#cvp_area .cvp_line_btn::before{
	content: "";
	background: url(../img/icon_line.png) no-repeat center/contain;
	padding: 18px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 35px;
	margin: auto;
}

.cvp_announce{
	color: #186668;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.2em;
	position: relative;
	display: inline;
	z-index: 500;
}
.cvp_announce::after{
	content: "";
	width: 100%;
	height: 15px;
	background-color: #f4da21;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -10;
}

/* wtd_area----------------------------- */
#wtd_area{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 120px;
}
#wtd_area .text_area{
	width: 52%;
}
#wtd_area h2{
	letter-spacing: 0.1em;
	color: #186668;
	position: relative;
	font-size: 28px;
	margin-bottom: 60px;
	line-height: 1.5;
}
#wtd_area h2::after{
	content: "";
	background: #f49e37;
	width: 70px;
	height: 3px;
	position: absolute;
	bottom: -27px;
	left: 0;
}
#wtd_area .text_area p{
	line-height: 2;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#wtd_area img{
	max-width: 42%;
	height: 100%;
}
#wtd_area .marker{
    background:linear-gradient(transparent 60%, #f4da21 60%);
}

/* about_area--------------------------------- */
#about_area{
	position: relative;
	margin-bottom: 70px;
	padding: 100px 0 150px;
}
#about_area .polygon_top{
	width: 100%;
	height: 90px;
	background: url(../img/polygon_top.png) left top/cover no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#about_area .polygon_bottom{
	width: 100%;
	height: 90px;
	background: url(../img/polygon_bottom.png) right bottom/cover no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
#about_area .about{
	margin-bottom: 50px;
}
#about_area h2{
	font-size: 0;
	background: url(../img/about_title.png) center/contain no-repeat;
	height: 90px;
	text-align: center;
	margin: 0 auto 30px;
}
#about_area .balloon_area{
	position: relative;
	margin: 130px auto 0;
}
#about_area .balloon{
	position: absolute;
	top: -145px;
	right: 110px;
	width: 150px;
}
#about_area .break{
	background: url(../img/about_break.png) center/contain no-repeat;
	height: 12px;
	width: 100%;
	margin-top: 60px;
}
#about_area .text_area{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.1em;
	margin: 70px 0;
}

/* prace_area----------------------- */
#price_area{
	margin-bottom: 100px;
}
#price_area h2{
	font-size: 0;
}
#price_area p{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 10px 0 20px;
}
#price_area ul{
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style: disc;
	margin-bottom: 30px;
}
#price_area ul li{
	line-height: 1.8;
	letter-spacing: 0.1em;
}
#price_area .price1{
	margin-bottom: 20px;
}
#price_area .price2{
	margin-bottom: 20px;
}

/* example_area------------------- */
#example_area{
	margin-bottom: 70px;
}
#example_area h2{
	font-size: 0;
}
#example_area picture img{
	margin-bottom: 30px;
}
.ac{
	margin-bottom: 15px;
}
.ac_parent{
	background: #186668;
	position: relative;
	cursor: pointer;
}
.ac .number{
	position: absolute;
	top: -5px;
	left: 20px;
	width: 32px;
}
.ac_parent .ac_btn{
	width: 25px;
	height: 25px;
	background: #fff;
	box-sizing: border-box;
	padding: 3px;
	position: absolute;
	margin: auto;
	right: 20px;
	top: 0;
	bottom: 0;
}
.ac_parent h3{
	color: #fff;
	font-size: 22px;
	line-height: 50px;
	letter-spacing: 0.1em;
	padding-left: 90px;
}
.ac_child{
	background-color: #dff4e8;
	padding: 30px 50px;
}
.ac_child h4{
	color: #186668;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}
.ac_child h4::before{
	content: "";
	width: 30px;
	height: 30px;
	background: url(../img/icon_glass.png) center/cover no-repeat;
	position: absolute;
	margin: auto;
	bottom: 0;
	left: 0;
}
.ac_child h4+ul{
	margin-bottom: 30px;
}
.ac_child h4+ul li{
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	list-style-type: disc;
	margin-left: 30px;
}
.ac_child h4+ul li:last-child{
	text-align: right;
	list-style-type: none;
	font-size: 16px;
}
.example_box{
	background-color: #fff;
	border: #186668 3px solid;
	border-radius: 10px;
	padding: 20px 50px 20px 30px;
}
.example_box h5{
	background: #f49e37;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.1em;
	width: 150px;
	line-height: 2;
	text-align: center;
	margin-bottom: 20px;
}
.example_box>div{
	display: flex;
}
.example_box>div img{
	width: 150px;
	margin: 5px 50px 10px;
}
.example_box>div>div p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.example_box div dl{
	line-height: 1.8;
	letter-spacing: 0.1em;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.example_box div dl dt{
	background-color: #186668;
	width: 130px;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	margin-bottom: 10px;
}

/* flow_area------------------------ */
#flow_area{
	background: url(../img/bg_building.png) center bottom/cover no-repeat;
	padding: 50px 0;
	margin-bottom: 70px;
}
#flow_area h2{
	font-size: 22px;
	color: #186668;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 10px;
}
#flow_area h2+p{
	font-size: 12px;
	color: #999;
	font-weight: bold;
	letter-spacing: 0.7em;
	text-align: center;
	margin-bottom: 10px;
}
.title_border{
	width: 100%;
	height: 8px;
	background: url(../img/title_border.png) center/contain no-repeat;
	margin-bottom: 50px;
}
.flow_box{
	display: flex;
	/* justify-content: space-between; */
	margin-bottom: 20px;
}
.flow_box .flow_header{
	background: #186668;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 35%;
	position: relative;
}
.arrow_right{
	/* width: 100%; */
	height: 100%;
}
.arrow_right img{
	height: 100%;
	border-right: 1px solid #fff;
}
.flow_number{
	background: #f49e37;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	box-sizing: border-box;
	margin-left: 30px;
}
.flow_header h3{
	color: #fff;
}
.flow_number p{
	color: #fff;
	text-align: center;
	padding-top: 8px;
	letter-spacing: 0.1em;
}
.flow_number p+p{
	font-size: 26px;
	font-weight: bold;
	padding-top: 4px;
}
.flow_text{
	background: #fff;
	width: 70%;
}
.flow_text p{
	line-height: 2;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 20px 30px;
}
.arrow{
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #186668;
	margin: 0 auto 15px;
}



/* overview_area------------------------ */
#overview_area{
	margin-bottom: 70px;
}
#overview_area h2{
	font-size: 22px;
	color: #186668;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 10px;
}
#overview_area h2+p{
	font-size: 12px;
	color: #999;
	font-weight: bold;
	letter-spacing: 0.7em;
	text-align: center;
	margin-bottom: 10px;
}
#overview_area ul li{
	display: flex;
	border-bottom: #186668 1px solid;
	padding: 20px 0;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#overview_area ul li:last-child{
	border: none;
}
.table_header{
	width: 300px;
	box-sizing: border-box;
	text-align: center;
	padding-right: 40px;
	color: #186668;
	font-weight: bold;
	font-size: 22px;
}


/* /#contact-------------------------- */
#contact_area {
	background: url(../img/polygon_green.png) center top/cover no-repeat;
	padding: 50px 15px;
	margin-bottom: 50px;
}
#contact_area .container{
	background-color: #fff;
	padding: 10px;
	border-radius: 15px;
	box-sizing: border-box;
}
#contact_area .inner_container{
	border: #186668 solid 2px;
	border-radius: 10px;
	position: relative;
	padding: 50px 0 30px;
	text-align: center;
}
#contact_area .inner_container h2{
	margin-bottom: 30px;
}
#contact_area .inner_container dl{
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 18px;
}
#contact_area .inner_container dl dt{
	width: 21%;
	text-align: left;
	padding-left: 100px;
	position: relative;
	padding-bottom: 30px;
}
#contact_area .inner_container dl dd{
	width: 70%;
	text-align-last: left;
}
#contact_area .inner_container dl .hissu{
	position: absolute;
	left: 40px;
	font-size: 14px;
	color: #d00;
}
#contact_area .inner_container dl dd input[type="text"]{
	width: 90%;
	height: 25px;
	border: 1px solid #333;
	border-radius: 2px;
	opacity: 0.8;
	font-size: 14px;
}
#contact_area .inner_container dl dd select{
	height: 28px;
	font-size: 14px;
	color: #4d4d4d;
	border: 1px solid #333;
	border-radius: 2px;
	background-color: #fff;
	opacity: 0.8;
}
.mwform-radio-field label{
	cursor: pointer;
}
#contact_area .inner_container dl .address{
	/* display: flex; */
}
#contact_area .inner_container dl .address select{
	margin-right: 10px;
}
#contact_area .inner_container dl .address .text{
	width: 74%;
}
#contact_area .inner_container dl dd .textarea{
	width: 90%;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 1.7;
	opacity: 0.8;
}

#contact_area .inner_container .check_box{
	position: relative; 
	display: inline-block;
	margin-bottom: 30px;
}
#contact_area .inner_container .check_box .hissu{
	position: absolute;
	left: -50px;
	font-size: 14px;
	font-weight: bold;
	color: #d00;
	bottom: 3px;
}
#contact_area .inner_container .submit-button input{
	padding: 15px 60px;
	border-radius: 7px;
	background: url(../img/btn_bg_tel.png)
	center/cover no-repeat;
	color: #fff;
	border: none;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 18px;
	transition: 0.2s;
	cursor: pointer;
}
#contact_area .inner_container .submit-button input:hover{
	opacity: 0.6;
}
#privacy_check_label{
	cursor: pointer;
}

#contact_area .inner_container label{
	font-weight: bold;
}





/* footer--------------------------- */
footer>p{
	font-size: 26px;
	color: #186668;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 30px;
}
footer ul{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
footer ul li a{
	padding: 3px 50px;
	border-right: 1.5px solid #ddd;
	transition: 0.2s;
}
footer ul li:last-child a{
	border: none;
}
footer ul li a:hover{
	background:#a7d3d0;
	color: #186668;
}
footer .copyright{
	background: url(../img/polygon_green.png) center/cover no-repeat;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	padding: 0;
}
.floating_area{
	display: none;
}



/* other_page--------------------------- */
.other a{
	color: #186668;
	font-weight: bold;
	text-decoration: underline;
}
.other ul{
	list-style: disc;
	margin-left: 40px;
}
.other ol{
	margin-left: 40px;
}
.other_page_title{
	font-size: 28px;
	color: #186668;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 50px;
}
.other .title_en{
	font-size: 14px;
	color: #999;
	font-weight: bold;
	letter-spacing: 0.7em;
	text-align: center;
	margin-bottom: 15px;
}
.other>p{
	line-height: 2;
	margin-bottom: 30px;
}
.other .other_box{
	margin-bottom: 50px;
}
.other .other_box h3{
	margin-bottom: 20px;
	font-size: 24px;
}
.other .other_box ul,
.other .other_box ol{
	margin-bottom: 30px;
}
.other .other_box p,
.other .other_box ul li,
.other .other_box ol li{
	line-height: 2;
	/* background: #000; */
}
.signature {
	margin-bottom: 50px;
}
.signature p{
	text-align: right;
	line-height: 2;
}

.thanks_text{
	line-height: 2;
	font-size: 18px;
	margin: 70px auto;
	max-width: 700px;
}
.thanks_text a{
	color: #186668;
	font-weight: bold;
	text-decoration: underline;
}
.to_top_btn{
	text-align: center;
	margin-bottom: 100px;
}
.to_top_btn a{
	padding: 15px 40px;
	border-radius: 7px;
	background: url(../img/btn_bg_tel.png)
	center/cover no-repeat;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 18px;
	transition: 0.2s;
}
.to_top_btn a:hover{
	opacity: 0.5;
}




/* Media Query　----------------------------------- */
@media screen and (max-width:767px){
	.sp_br{
		display: block;
	}
	.pc_br{
		display: none;
	}
	/* header--------------------- */
	header{
		padding: 10px;
	}
	.header_title p{
		font-size: 12px;
		letter-spacing: 0.05em;
	}
	h1{
		font-size: 22px;
	}

	/* navigation----------------- */
	.inner_header{
		display: none;
	}
	.sp_nav{
		display: block;
		position: fixed;
		right: -100vw;
		top: 0;
		transition: 0.3s;
		z-index: 4000;
		opacity: 0.95;

		background: #186668;
		box-shadow: #fff 0 0 5px;
		height: 100%;
		width: 90vw;
	}
	.sp_nav ul{
		margin: 100px 20px;
	}
	.sp_nav ul li{
		border-bottom: 1px solid #fff;
	}
	.sp_nav ul li a{
		color: #fff;
		padding: 0 15px;
		line-height: 50px;
		display: block;
	}

    /* burger--------------------- */
	.slide{
		right: 0;
	}
    .burger{
		display: block;
        width: 50px;
        height: 50px;
        z-index: 5000;
		
        position: fixed;
        top: 10px;
        right: 10px;
    }
    .burger span{
		position: absolute;
		width: 40px;
		height: 3px;
		background: #186668;
		border-radius: 3px;
        top: 21px;
        transition: 0.3s;
		right: 0;
		left: 0;
		margin: auto;
    }
    .burger span:nth-child(1){
        top: 10px;
    }
    .burger span:nth-child(3){
        top: 33px;
    }
    .active span:nth-child(1){
        transform: rotate(45deg);
        top: 22px;
		background: #fff;
        box-shadow: none;
    }
    .active span:nth-child(3){
        transform: rotate(-45deg);
		top: 22px;
		background: #fff;
        box-shadow: none;
    }
    .active span:nth-child(2){
        opacity: 0;
    }

	/* main------------------------------ */
	main{
		padding-top: 0;
	}
	#fv_area{
		margin-bottom: 0;
	}


	/* banner_area------------------- */
	#banner_area{
		margin-bottom: 25px;
	}

	
	/* cvp_area--------------------- */
	#cvp_area{
		margin-bottom: 40px;
	}
	#cvp_area .container{
		margin: 0 10px;
		padding: 7px;
	}
	#cvp_area .inner_container{
		padding: 30px 10px 20px;
	}
	#cvp_area h2{
		font-size: 18px;
		width: 310px;
		letter-spacing: 0.1em;
		line-height: 40px;
	}
	.cvp_tel_pc{
		display: none;
	}
	.cvp_tel_sp{
		display: block;
		background: url(../img/btn_bg_tel.png)
		center/cover no-repeat;
		border-radius: 10px;
		position: relative;
		transition: 0.2s;
		padding: 18px 0 18px 60px;
		margin-bottom: 10px;
	}
	.cvp_tel_sp p{
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	.cvp_tel_sp p::before{
		content: "";
		background: url(../img/icon_tel_w.png) no-repeat center/contain;
		padding: 18px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 20px;
		margin: auto;
	}
	#cvp_area .btn_area p{
		font-size: 16px;
		line-height: 1.3;
	}
	#cvp_area .cvp_mail_btn,#cvp_area .cvp_line_btn{
		width: 100%;
		padding: 10px 0 10px 50px;
	}
	#cvp_area .cvp_mail_btn{
		margin-right: 4px;
	}
	#cvp_area .cvp_line_btn{
		margin-left: 4px;
	}
	#cvp_area .cvp_mail_btn::before{
		left: 17px;
	}
	#cvp_area .cvp_line_btn::before{
		left: 17px;
	}
	.cvp_announce{
		font-size: 18px;
	}
	.cvp_announce::after{
		height: 10px;
		bottom: 2px;
	}

	/* wtd_area----------------------------- */
	#wtd_area{
		flex-direction: column;
		margin-bottom: 80px;
	}
	#wtd_area h2{
		text-align: center;
	}
	#wtd_area h2::after{
		margin: auto;
		left: 0;
		right: 0;
	}
	#wtd_area .text_area{
		width: 100%;
	}
	#wtd_area h2{
		margin-bottom: 50px;
	}
	#wtd_area h2::after{
		bottom: -22px;
	}
	#wtd_area .text_area p{
		margin-bottom: 20px;
	}
	#wtd_area img{
		max-width: 100%;
	}

	/* about_area--------------------------------- */
	#about_area{
		margin-bottom: 40px;
		padding: 80px 0 100px;
	}
	#about_area .polygon_top{
		height: 60px;
	}
	#about_area .polygon_bottom{
		height: 60px;
	}
	#about_area h2{
		height: 70px;
	}
	#about_area .balloon_area{
		margin: 105px auto 0;
	}
	#about_area .balloon{
		top: -120px;
		right: 20px;
		width: 120px;
	}
	#about_area .text_area{
		text-align-last: left;
		font-size: 18px;
	}
	/* prace_area----------------------- */
	#price_area{
		margin-bottom: 50px;
	}
	#price_area p{
		font-size: 18px;
		margin: 25px 0 25px;
		line-height: 1.5;
	}
	#price_area ul{
		margin-left: 25px;
	}

	/* example_area------------------- */
	#example_area{
		margin-bottom: 60px;
	}
	.ac_child{
		padding: 30px 20px;
	}
	.example_box{
		padding: 20px 15px;
	}
	.example_box>div{
		flex-direction: column;
		align-items: center;
	}
	.example_box>div img{
		margin: 5px 0 10px;
	}
	.example_box>div>div p{
		margin-bottom: 20px;
	}

	/* flow_area------------------------ */
	#flow_area{
		margin-bottom: 40px;
		padding: 40px 0;
	}
	#flow_area h2{
		font-size: 20px;
	}
	.title_border{
		height: 6px;
		margin-bottom: 30px;
	}
	.flow_box{
		flex-direction: column;
	}
	.flow_box .flow_header{
		width: 100%;
		padding: 10px 0;
		justify-content: flex-start;
	}
	.arrow_right{
		display: none;
	}
	.flow_number{
		margin: 0 20px 0 30px;
	}
	.flow_text{
		width: 100%;
	}
	.flow_text p{
		padding: 20px;
	}


	/* overview_area------------------------ */
	#overview_area{
		margin-bottom: 40px;
		padding: 40px 15px;
	}
	#overview h2{
		font-size: 20px;
	}
	#overview_area ul li{
		display: block;
		padding: 15px 0;
	}
	.table_header{
		text-align: left;
		margin-bottom: 10px;
	}
	/* contact---------------------------- */
	#contact_area .inner_container dl{
		display: block;
		margin-bottom: 30px;
	}
	#contact_area .inner_container dl dt{
		width: 100%;
		padding-left: 15px;
		padding-bottom: 10px;
	}
	#contact_area .inner_container dl dd{
		display: block;
		width: 100%;
		margin-inline-start: 15px;
	}
	#contact_area .inner_container dl .hissu{
		left: 130px;
		/* bottom: 10px; */
	}
	#contact_area .inner_container dl dd input[type="text"]{
		display: block;
		width: 90%;
	}
	#contact_area .inner_container dl .address{
		display: flex;
		flex-direction: column;
	}
	#contact_area .inner_container dl .address select{
		width: 80px;
		margin-bottom: 10px;
	}
	#contact_area .inner_container dl .address .text{
		width: 90%;
	}
	#contact_area .inner_container .check_box .hissu{
		left: 0;
		top: 10px;
	}





	/* footer--------------------------- */
	footer>p{
		font-size: 20px;
		padding: 20px;
	}
	footer ul{
		margin-bottom: 20px;
		flex-direction: column;
		align-items: center;
		padding: 0 15px;
		margin-bottom: 15px;
	}
	footer ul li {
		width: 100%;
		text-align: center;
	}
	footer ul li a{
		border-right: none;
		border-bottom: 1.5px solid #ddd;
		line-height: 2;
		/* padding: 3px 50px 3px 10px; */
		display: block;
	}


	/* .floating_area-------------------------- */
	.floating_area{
		display: block;
		position: sticky;
		bottom: 0px;
		/* z-index: 1000; */
		width: 100%;
		background: url(../img/polygon_green.png) center/cover no-repeat;
		padding: 15px;
		box-sizing: border-box;
		opacity: 0;
		transition: 0.4s;
	}
	.floating_area a p{
		color: #fff;
		text-align: center;
		font-size: 18px;
		line-height: 2.5;
		padding-left: 50px;
	}
	.floating_btn_area{
		display: flex;
		justify-content: space-between;
	}
	.floating_btn_area a{
		width: 48%;
	}
	.floating_area .floating_tel_btn p{
		background: url(../img/btn_bg_tel.png) center/cover no-repeat;
		border-radius: 10px;
		border: 2px solid #fff;
		margin-bottom: 8px;
		position: relative;
	}
	.floating_area .floating_mail_btn{
		background: url(../img/btn_bg_mail.png) center/cover no-repeat;
		border-radius: 10px;
		border: 2px solid #fff;
		position: relative;
	}
	.floating_area .floating_line_btn{
		background: url(../img/btn_bg_line.png) center/cover no-repeat;
		border-radius: 10px;
		border: 2px solid #fff;
		position: relative;
	}
	.floating_area .floating_tel_btn p::before{
		content: "";
		background: url(../img/icon_tel_w.png) center/contain no-repeat;
		width: 32px;
		height: 32px;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 80px;
	}
	.floating_area .floating_btn_area .floating_mail_btn p::before{
		content: "";
		background: url(../img/icon_mail.png) center/contain no-repeat;
		width: 32px;
		height: 32px;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 30px;
	}
	.floating_area .floating_btn_area .floating_line_btn p::before{
		content: "";
		background: url(../img/icon_line.png) center/contain no-repeat;
		width: 32px;
		height: 32px;
		height: auto;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 30px;
	}

	.floating_open{
		opacity: 1;
	}





	/* other_page--------------------------- */
	.other_page_title{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.other .title_en{
		font-size: 12px;
		margin-bottom: 10px;
	}
	
	.other+#contact_area .inner_container dl .hissu{
		left: 220px;
	}





}
















