/****************************************
common parts
*****************************************/
/*box_shadow*/
.box_shadow{
	box-shadow: 0px 0px 16px 3px rgba(83,186,136,0.2);
}
/*btn*/
.btn{
	background: #fef30a;
	border-radius: 10px;
	color: #0f9d58;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
	position: relative;
	text-align: center;
	width: 320px;
}
@media screen and (max-width:768px){
	.btn{
		width: 100%;
	}
}
.btn:after{
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.btn_white{
	background: #fff;
	color: #c00000;
}
.btn_white:hover{
	color: #c00000;
}
.btn_hp{
	width: 400px;
}
@media screen and (max-width:768px){
	.btn_hp{
		width: 100%;
	}
}
.btn_hp:after{
	content: '\f35d';
}
/*font Montserrat*/
.mont{
	font-family: 'Montserrat', sans-serif;
}
/*section*/
.sec{
	padding-top:  100px;
}
@media screen and (max-width:768px){
	.sec{
		padding-top: 60px;
	}
}
.sec_mt0{
	padding-top: 0;
}
.sec_bg_green{
	background: #f1f9f5;
	padding: 100px 0;
}
@media screen and (max-width:768px){
	.sec_bg_green{
		padding: 60px 0;
	}
}
.sec_title_icon{
	height: 40px;
}
.sec_title{
	text-align: center;
}
.sec_title_sub{
	color: #889b92;
	font-size: 24px;
	font-weight: 700;
}
@media screen and (max-width:768px){
	.sec_title_sub{
		font-size: 12px;
	}
}
.sec_title_main{
	color: #0f9d58;
	font-size: 36px;
	line-height: 1.2;
	margin-top: 10px;
}
@media screen and (max-width:768px){
	.sec_title_main{
		font-size: 24px;
	}
}
.sec_read{
	margin-top: 40px;
	text-align: center;
}
@media screen and (max-width:768px){
	.sec_read{
		margin-top: 20px;
		text-align: left;
	}
	.sec_read br{
		display: none;
	}
}
.sec_cnt_title{
	border-left: 4px solid #c00000;
	font-size: 30px;
	margin-bottom: 40px;
	padding-left: 10px;
}
@media screen and (max-width:768px){
	.sec_cnt_title{
		font-size: 18px;
		margin-bottom: 20px;
	}
}
.sec_cnt li{
	padding-left: 20px;
	position: relative;
}
.sec_cnt li:before{
	background: #c00000;
	border-radius: 50%;
	content: '';
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 5px;
}
/****************************************
header
*****************************************/
.header{
	background: #fff;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	padding: 10px 20px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
.header_logo{
	margin-right: 20px;
}
.header_logo img{
	height: 40px;
}
@media screen and (max-width:768px){
	.header_menu_wrap{
		background: #fff;
		justify-content: center;
		height: 100vh;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		transition: .5s;
		visibility: hidden;
		width: 100%;
	}
	.header_menu_wrap.on{
		opacity: 1;
		visibility: visible;
	}
}
@media screen and (max-width:768px){
	.header_menu{
		border-top: 1px solid #ccc;
		padding-top: 20px;
		width: 80%;
	}
}
.header_menu li{
	font-weight: bold;
	margin-right: 40px;
}
@media screen and (min-width:769px){
	.header_menu li{
		align-items: center;
		display: flex;
	}
}
@media screen and (max-width:768px){
	.header_menu li{
		border-bottom: 1px solid #ccc;
		font-size: 18px;
		margin-right: 0;
		padding-bottom: 20px;
	}
	.header_menu li:nth-child(n+2){
		margin-top: 20px;
	}
}
@media screen and (min-width:769px){
	.header_menu .header_btn{
		margin:0;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}
}
.header_btn .btn{
	line-height: 1;
	padding: 10px 60px;
	width: auto;
}
@media screen and (max-width:768px){
	.header_btn .btn{
		width: 100%;
	}
}
/*icon-humburger*/
.icon-hamburger {
	cursor: pointer;
	height: 25px;
	margin: 0 auto;
	position: absolute;
	right: 20px;
	transition: .3s;
	top: 20px;
	width: 30px;
	z-index: 99;
}
.icon-hamburger .bar {
	background: #0f9d58;
	display: inline-block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: .25s ease-in-out;
	width: 30px;
}
#bar01 {top: 0;}
#bar02 {top: 10px;}
#bar03 {top: 20px;}
.active.bar{
}
.active#bar01 {
	top: 10px;
	transform: rotate(45deg);
}
.active#bar02 {width: 0;}
.active#bar03 {
	top: 10px;
	transform: rotate(135deg);
}
/****************************************
main
*****************************************/

/****************************************
footer
*****************************************/
.footer{
	background: url(../images/footer_bg.jpg) center center / cover;
	padding: 100px 0;
	text-align: center;
}
@media screen and (max-width:768px){
	.footer{
		padding: 60px 0;
	}
}
.footer_logo{
	height: 40px;
}
.footer_company_text{
	font-size: 12px;
	font-weight: bold;
}
.footer_link{
	font-size: 12px;
}
.copyright{
	font-size: 12px;
	text-align: center;
}
/****************************************
fv
*****************************************/
.fv{
	background: url("../images/fv_bg.jpg") center center/cover;
	color: #fff;
	padding: 100px 0;
}
@media screen and (max-width:768px){
	.fv{
		padding: 20px 0;
	}
}
@media screen and (max-width:768px){
	.fv_cnt{
		text-align: center;
	}
}
.fv_cnt_title{
	font-size: 48px;
}
@media screen and (max-width:768px){
	.fv_cnt_title{
		font-size: 24px;
		text-align: center;
	}
}
.fv_cnt_title_sub{
	border-bottom: 2px solid #fff;
	display: inline-block;
	font-size: 36px;
}
@media screen and (max-width:768px){
	.fv_cnt_title_sub{
		font-size: 18px;
	}
}
.fv_cnt_label{
	border: 2px solid #fff;
	border-radius: 99em;
	display: inline-block;
	font-weight: bold;
	padding: 10px 40px;
}
/****************************************
efficiency
*****************************************/
.efficiency_item_title{
	color: #0f9d58;
	font-size: 24px;
	text-align: center;
}
/****************************************
strong
*****************************************/
/*main*/
@media screen and (min-width:769px){
	.strong_main_left,
	.strong_main_right{
		width: 40%;
	}
	.strong_main_right{
		margin-left: 10%;
	}
}
@media screen and (max-width:768px){
	.strong_main_left{
		padding-right: 5%;
	}
	.strong_main_right{
		padding: 0 5%;
	}
}
/*sub*/
.strong_sub{
	text-align: center;
}
.strong_sub_title{
	color: #0f9d58;
	font-size: 30px;
}
@media screen and (max-width:768px){
	.strong_sub_title{
		font-size: 18px;
	}
}
/****************************************
point
*****************************************/
.point_title{
	font-size: 30px;
}
@media screen and (max-width:768px){
	.point_title{
		font-size: 24px;
	}
}
.point_title strong{
	color: #0f9d58;
}
/****************************************
function
*****************************************/
.function_item{
	text-align: center;
}
.function_item_img{
	height: 200px;
}
@media screen and (max-width:768px){
	.function_item_img{
		height: 120px;
	}
}
.function_item_title{
	color: #0f9d58;
	font-size: 18px;
}
@media screen and (max-width:768px){
	.function_item_title{
		font-size: 14px;
	}
}
.function_item p{
	font-size: 14px;
	text-align: left;
}
/****************************************
contact
*****************************************/
.contact{
	background: url("../images/contact_bg.jpg") center center/cover;
	color: #fff;
	padding: 100px 0;
}
@media screen and (max-width:768px){
	.contact{
		padding: 60px 0;
	}
}
.contact .sec_title_sub{
	color: #d1d1d1;
}
.contact .sec_title_main{
	color: #fff;
}
/****************************************
case
*****************************************/
.case_wrap{
	padding: 80px 0;
	position: relative;
}
@media screen and (max-width:768px){
	.case_wrap{
		padding: 40px 0;
	}
}
.case_item{
	position: relative;
	z-index: 2;
}
.case_item_img{
	border-radius: 10px;
	overflow: hidden;
}
@media screen and (min-width:769px){
	.case_item_img{
		width: 42%;
	}
}
@media screen and (min-width:769px){
	.case_item_cnt{
		width: 50%;
	}
}
.case_item_cnt_num{
	color: #889b92;
	font-size: 18px;
	font-weight: 700;
}
@media screen and (max-width:768px){
	.case_item_cnt_num{
		font-size: 14px;
	}
}
.case_item_cnt_title{
	color: #0f9d58;
	font-size: 30px;
}
@media screen and (max-width:768px){
	.case_item_cnt_title{
		font-size: 24px;
	}
}
.case_item_cnt_com{
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width:768px){
	.case_item_cnt_com{
		font-size: 14px;
	}
}
.case_wrap_bg{
	background: #fff;
	border-radius: 10px;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 75%;
}
@media screen and (max-width:768px){
	.case_wrap_bg{
		width: 90%;
	}
}
/****************************************
support
*****************************************/
.support_item_title{
	color: #0f9d58;
	font-size: 24px;
	text-align: center;
}
.support_subtitle{
	color: #0f9d58;
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width:768px){
	.support_subtitle{
		font-size: 18px;
	}
}
/****************************************
flow
*****************************************/
.flow_item{
	background: #f1f9f5;
	border-radius: 10px;
	padding: 40px 20px;
	text-align: center;
}
@media screen and (max-width:768px){
	.flow_item{
		padding: 20px;
	}
}
.flow_item_num{
	background: #0f9d58;
	border-radius: 99em;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	padding: 5px 40px;
}
@media screen and (max-width:768px){
	.flow_item_img{
		height: 50px;
	}
}
.flow_item_title{
	color: #0f9d58;
	font-size: 18px;
}
@media screen and (max-width:768px){
	.flow_item_title{
		font-size: 16px;
	}
}
/****************************************
paln
*****************************************/
.plan_catch{
	font-weight: 700;
	font-size: 30px;
}
@media screen and (max-width:768px){
	.plan_catch{
		font-size: 24px;
	}
}
.plan_text a{
	color: #0f9d58;
	text-decoration: underline;
}
/*plan_table*/
.plan_table_wrap{
	overflow-x: scroll;
}
.plan_table{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	width: 100%;
}
@media screen and (max-width:768px){
	.plan_table{
		font-size: 14px;
		width: 570px;
	}
}
.plan_table tr{
	border-bottom: 1px solid #ccc;;
}
.plan_table th,
.plan_table td{
	padding: 40px 0;
}
@media screen and (max-width:768px){
	.plan_table th,
	.plan_table td{
		padding: 20px;
	}
}
/*thead*/
.plan_table thead th{
	font-size: 24px;
}
@media screen and (max-width:768px){
	.plan_table thead th{
		font-size: 18px;
	}
}
/*tbody*/
.plan_table tbody th{
	color: #0f9d58;
	text-align: left;
}
/*plan_user*/
.plan_table .plan_user{
	background: #ffff00;
	border-radius: 10px;
	display: inline-block;
	line-height: 1;
	padding: 10px 20px;
}
/****************************************
kangen
*****************************************/
.kangen{
	border-radius: 10px;
	background: url(../images/kangen_bg.jpg) center center / cover;
	padding: 100px 10%;
}
@media screen and (max-width:768px){
	.kangen{
		padding: 40px 20px;
	}
}
/****************************************
faq
*****************************************/
.faq_item{
	border-radius: 10px;
	box-shadow: 0px 0px 16px 3px rgba(83,186,136,0.2);
	padding: 40px;
}
.faq_item_icon{
	display: inline-block;
	left: 0;
	margin-right: 10px;
	position: absolute;
}
.faq_item_q{
	color: #0f9d58;
	cursor: pointer;
	font-weight: 700;
	font-size: 18px;
	padding: 0 40px;
	position: relative;
}
@media screen and (max-width:768px){
	.faq_item_q{
		padding: 0 30px;
	}
}
.faq_item_q:after{
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.on.faq_item_q:after{
	content: '\f068';
}
.faq_item_a{
	display: none;
	margin-top: 20px;
	padding-left: 40px;
	position: relative;
}
@media screen and (max-width:768px){
	.faq_item_a{
		padding-left: 30px;
	}
}
.faq_item_a .faq_item_icon{
	font-weight: 700;
}
/****************************************
form
*****************************************/
#form{
	background: #f3f4f7;
	padding: 100px 0;
}
@media screen and (max-width:768px){
	#form{
		padding: 60px 0;
	}
}
.form_box{
	background: #fff;
	border-radius: 20px;
	padding: 40px;
}
.form_box input[type="text"],
.form_box input[type="tel"],
.form_box input[type="email"],
.form_box textarea{
	background: #f3f4f7;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 20px;
	width: 100%;
}

.form_box_item{
	border-bottom: 1px solid #e2e4ee;
	padding-bottom: 20px;
}
/*left*/
@media screen and (min-width:769px){
	.form_box_item_left{
		width: 30%;
	}
}
.form_box_item_left_label{
	background: #0f9d58;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px 10px;
}
.form_box_item_left_label.any{
	background: #fff;
	border: 1px solid #0f9d58;
	color: #0f9d58;
}
.form_box_item_left_name{
	font-size: 18px;
	font-weight: bold;
}
/*right*/
@media screen and (min-width:769px){
	.form_box_item_right{
		width: 70%;
	}
}
/*submit*/
.submit {
    background: #fef30a;
    border-radius: 10px;
    color: #0f9d58;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-align: center;
}
@media screen and (max-width:768px){
	.submit {
		width: 100%;
	}
}
.submit:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.submit_btn{
	background: none;
	color: #0f9d58;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 60px;
	width: 100%;
}
/****************************************
form 確認画面
*****************************************/
.form_box_item_right .ERR{
	color: red;
}

.btn_back {
    background: #ccc;
    border-radius: 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 60px;
    text-align: center;
}
@media screen and (max-width:768px){
	.btn_back {
		margin-bottom: 20px;
		width: 100%;
	}
}
