@charset "utf-8";
@import url("../css/navi.css");

.clearfix:after {
	content				: "" ;
	display				: block ;
	clear				: both ;
}

.clearfix	{
	display				: block ;
}

/* Hides from IE-mac \*/
* html .clearfix { height : 1% ; }
/* End hide from IE-mac */

html	{
	background		: none ;
	position		: relative ;
	width			: 100% ;
	height			: 100% ;
	margin: 0;
	padding: 0;
}

body	{
	width	: 100% ;
	height	: 100% ;
	padding	: 0 ;
	margin	: 0 ;
	font-family: 'Noto Sans JP', sans-serif;
	font-size	: 14px ;
	font-weight	: 400 ;
	line-height	: 1.5;
	color	: #222222;
	-webkit-text-size-adjust: 100%;
	position: relative ;
	overflow-x: hidden;
	background: linear-gradient(-45deg, #fff 80%, #dae2d5) no-repeat;
}

a img	{
	border			: none ;
}

a:hover img{
}

a	{
	color: #000;
	text-decoration	: none ;
	display:block ;
}

a:hover{
	color: #000;
	text-decoration	: none ;
}

form{
	margin			: 0 ;
	padding			: 0 ;
}


.visi_text{
	visibility		: hidden ;
}


/*************************ヘッダー*************************/
.header{
	width: 1110px;
	margin: 10px auto 150px;
}

.head{
	width: 1110px;
	display: inline-block;
}

.head_l{
	width: 370px;
	float: left;
	margin: 0 40px 0 0;
}

.head_r{
	width: 700px;
	float: right;
}

.head_r_img{
	width: 700px;
	height: 373px;
	object-fit: cover;
}
.head_r_img img{
	width: 700px;
	height: 373px;
	border-radius: 30px;
	object-fit: cover;
}


.logo{
	width: 270px;
	margin: 45px 0 0;
}
.logo img{
	width: 270px;
}

.tit{
	font-size: 24px;
	font-weight: 500;
	margin: 105px 0 0 20px;
	line-height: 36px;
}
.tit span{
	font-size: 14px;
	font-weight: 400;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.15em;
}



/*************************メインコンテンツ*************************/
.main{
	width: 1110px;
	margin: 0 auto 100px;
}

.main_box{
	width: 1110px;
	display: inline-block;
}

.main_img{
	width: 600px;
	height: 500px;
	float: left;
}
.main_img img{
	width: 600px;
	height: 500px;
	object-fit: cover;
	border-radius: 30px;
}

.main_r{
	width: 430px;
	height: 500px;
	float: left;
	padding: 0 40px 0;
}

.main_txt{
	width: 430px;
	font-size: 20px;
	font-weight: 500;
	margin: 30px 0 50px;
}


.main_bg{
	width: 430px;
	font-size: 16px;
	font-weight: 400;
}

.btn_area{
	width: 1110px;
	margin: 0 auto 150px;
}

.btn{
    width: 260px;
    padding: 25px 15px;
    border: solid 1px #999;
    margin: 0 0 15px;
    display:block;
}
.btn_a{
    width: 290px;
    height: 73px;
    margin: 0 0 15px;
}


/*************************フッター*************************/
.footer{
	width: 100%;
	padding: 50px 0;
	background:linear-gradient(to left , #dae2d5 75%, #ffF 75%);
	position: relative;
}

.foot_logo{
	width: 270px;
	margin: 0 0 10px 100px;
}
.foot_logo img{
	width: 270px;
}

.foot_add{
	font-size: 14px;
	margin: 0 0 0 100px;
}

.copy{
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 10px;
	text-align: center;
	padding: 0 0 10px;
}

.foottxt{
	width: 100%;
	position: absolute;
	bottom: 20px;
	font-size: 10px;
	text-align: center;
	padding: 0 0 10px;
}



/*************************下層01*************************/
.box01{
	width: 700px;
	padding: 50px;
	margin: 0 auto 100px;
	background-color: #dae2d5;
	border-radius: 15px;
}

.box02{
	width: 700px;
	padding: 50px;
	margin: 0 auto 50px;
	background-color: #dae2d5;
	border-radius: 15px;
}

.cir{
	width: 120px;
	padding: 50px 0;
	background-color: #fff;
	border-radius: 60%;
	transform: translateY(-115px);
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #3b9606;
	margin: 0 auto;
}

.cir_img{
	width: 100%;
	height: 300px;
	margin: 0 auto 30px;
}
.cir_img img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.cir_tit{
	width: 100%;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	transform: translateY(-50px);
}

.cir_txt{
	width: 100%;
	font-size: 16px;
	font-weight: 400;
}

.txt02{
	width: 100%;
	text-align: center;
	padding: 50px 0;
	font-size: 16px;
	font-weight: 400;
}

.form{
	width: 800px;
	margin: 0 auto 80px;
}

.form_01{
	width: 100%;
	padding: 0 0 10px;
	font-size: 16px;
	font-weight: 500;
}
.form_01 span{
	font-size: 14px;
	font-weight: 400;
}
.form_02{
	width: 100%;
	padding: 0 0 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #999;
}


.form_txt{
	width: 100%;
	padding: 8px 0;
}

.form_txtarea{
	width: 100%;
	height: 100px;
}

input[type=submit]{
	cursor			: pointer;

}

.send_btnbox{
	width: 300px;
	margin: 0 auto 200px;
}

.btn_send {
	display			: flex;
	justify-content		: center;
	align-items		: center;
	width			: 100%;
	height			: 70px;
	position		: relative;
	text-decoration		: none;
	transition-duration	: 0.3s;
	text-align		: left;
	font-size		: 20px;
	background		: #567550;
	color			: #fff;
	border: none !important;
}

.btn_send:hover {
	background		: #e5a932;
	color			: #fff !important;
}

.btn_send:hover:before {
	border-top		: none;
	border-right		: none;
}

.form_mado{
	width: 800px;
	font-size: 18px;
	font-weight: 400;
	margin: 0 auto 50px;
}


.table_box{
	width: 800px;
	margin: 0 auto 200px;
}

.table_midashi{
	width: 100%;
	margin: 0 auto 5px;
	font-size: 20px;
	font-weight: 700;
}


.table_bar{
	width: 100%;
	height: 1px;
	margin-bottom: 20px;
	background:linear-gradient(to left , #000 75%, #999 75%);
}

.table_txt{
	width: 100%;
	margin: 0 auto 5px;
	font-size: 16px;
	font-weight: 400;
}

.table{
	width: 799px;
	border-top: solid 1px #000;
	border-left: solid 1px #072ad6;
	margin-bottom: 50px;
}

.td01{
	width: 239px;
	border-right: solid 1px #072ad6;
	border-bottom: solid 1px #000;
	vertical-align: top;
	background-color: #072ad6;
	color: #fff;
	padding: 10px 0 10px 10px;
}
.td02{
	width: 266px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	vertical-align: top;
	padding: 10px 0 10px 10px;
}
.td03{
	width: 266px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	vertical-align: top;
	padding: 10px 0 10px 10px;
}
.td04{
	width: 533px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	vertical-align: top;
	padding: 10px 0 10px 10px;
}

.tadac_d{
	width: 560px;
	height: 315px;
	margin: 0 auto 80px;
}

.tadac_d iframe{
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width:749px) {
/*　画面サイズが749pxまではここを読み込む　*/

}

@media screen and (min-width: 750px) {
/* 750pxからの幅の場合に適応される */

}
