@charset "UTF-8";
/*-----------------------------------

	belief_block

-----------------------------------*/
#belief_block {
	background: #FBF7EF;
	padding: 110px 0;
}
#belief_block .contents_inner{
	position: relative;
	z-index: 3;
}
#belief_block .contents_inner::before{
	content: "";
	position: absolute;
	background: url("../img/about/belief_01.png")no-repeat;
	background-size: 100%;
    width: 22%;
    height: 67.5%;
	top: 0;
	left: 0;
	z-index: -1;
}
#belief_block .contents_inner::after{
	content: "";
	position: absolute;
	background: url("../img/about/belief_02.png")no-repeat;
	background-size: 100%;
    width: 28.5%;
    height: 75.5%;
	bottom: 0;
	right: -48px;
	z-index: -1;
}
h3{
	font-family: "M PLUS 1p", sans-serif;
	transform: rotate(0.05deg);
	text-align: center;
	color: #88CC2E;
	font-size: 38px;
	font-weight: 700;
	max-width: 86px;
	width: 100%;
	margin: auto;
	position: relative;
	padding-bottom: 20px;
}
h3::after{
	content: "";
	position: absolute;
	background: url("../img/about/wave.svg")repeat-x;
	width: 100%;
	height: 8px;
	bottom: 0;
	left: 0;
	transform: rotate(0.5turn);
}
/*#belief_block h3 span{
	display: block;
	padding-top: 12px;
}*/
#belief_block .belief_box{
	font-family: "M PLUS 1p", sans-serif;
	transform: rotate(0.05deg);
	text-align: center;
	color: #514327;
	letter-spacing: 0;
}
#belief_block .belief_box .belief_ttl{
	max-width: 551px;
	width: 100%;
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
	letter-spacing: 0.08em;
}
#belief_block .belief_box p{
	max-width: 416px;
	width: 100%;
	margin-top: 42px!important;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	margin: auto;
}

@media screen and (max-width: 840px) {
	#belief_block{
		padding: 60px 0 110px;
	}
	#belief_block .contents_inner::before{
		width: 140px;
		height: 170px;
		top: -35px;
	}
	#belief_block .contents_inner::after{
		width: 140px;
		height: 190px;
		right: -35px;
		bottom: -145px;
	}
	#belief_block .belief_box .belief_ttl{
		font-size: 25px;
		line-height: 35px;
	}
	#belief_block .belief_box p{
		margin-top: 25px!important;
	}
}
@media screen and (max-width: 640px) {
	h3{
		font-size: 23px;
		max-width: 52px;
		padding-bottom: 10px;
	}
	#belief_block .contents_inner::before{
		top: -50px;
		left: -15px;
	}
	#belief_block .contents_inner::after{
		width: 125px;
		height: 135px;
		bottom: -110px;
	}
	#belief_block .belief_box p{
		font-size: 14px;
	}
	#belief_block .belief_box .belief_ttl{
		font-size: 20px;
		line-height: 30px;
	}
	
}
/*-----------------------------------

	about_block

-----------------------------------*/
#about_block{
	padding: 110px 0;
}
#about_block .contents_inner{
	max-width: 980px;
	width: 90%;
	margin: auto;
}
#about_block h3{
	max-width: 156px;
}
#about_block h3::after{
	transform: rotate(0turn);
}
#about_block table{
	margin: 25px auto 40px;
	width: 100%;
}
#about_block table tr td{
	padding: 25px 0;
	border-bottom: 1px solid #C7C1B6;
	color: #514327;
	font-family: "M PLUS 1p", sans-serif;
	transform: rotate(0.05deg);
	font-size: 16px;
	font-weight: 400;
}
#about_block table tr td:first-child{
	border-bottom: 1px solid #F5773C;
	font-weight: 500;
}
#about_block .map_wrap p a{
	font-size: 16px;
	color: #F5773C;
	text-align: right;
	font-weight: 400;
	padding-right: 30px;
	position: relative;
	margin-bottom: 12px;
	text-decoration: underline;
}
#about_block .map_wrap p a::after{
	content: "";
	position: absolute;
	background: url("../img/about/out_link.png")no-repeat;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 18px;
	height: 15px;
	background-size: cover;
}
#about_block .map_box{
	height: 420px;
}
#about_block .map_box iframe{
	border-radius: 30px;
}

/***facility_box***/
#about_block .facility_box .row_box{
	gap: 20px;
	justify-content: flex-start;
}
#about_block .facility_box .col_2{
	margin-bottom: 30px;
}
#about_block .facility_box .col_2 .img_box{
	width: calc((100% - 20px) / 2);
}
#about_block .facility_box .img_box{
	width: calc((100% - 40px) / 3);
	position: relative;
}
#about_block .facility_box .col_2 .img_box p{
	max-width: 244px;
}
#about_block .facility_box .img_box p{
	position: absolute;
	border-radius: 0 0 10px 0;
	background: #fff;
	top: 0;
	left: 0;
	height: 40px;
	max-width: 230px;
	width: 90%;
	color: #514327;
	padding-left: 20px;
	line-height: 40px;
	font-size: 16px;
}
#about_block .facility_box .img_box img{
	display: block;
	border-radius: 10px;
}

/***certification_box***/
#about_block .certification_box .row_box{
	gap: 53px;
	justify-content: center;
	max-width: 750px;
	width: 100%;
	margin: auto;
}
#about_block .certification_box .row_box .img_box{
	width: calc((100% - 53px) / 2);
}
#about_block .certification_box .row_box .img_box p{
	position: relative;
	font-family: "M PLUS 1p", sans-serif;
	transform: rotate(0.05deg);
	font-size: 18px;
	font-weight: 500;
	padding-left: 13px;
	margin-bottom: 5px;
}
#about_block .certification_box .row_box .img_box p::before{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #F5773C;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
#about_block .certification_box .row_box .img_box img{
	width: 100%;
	box-shadow: 0 10px 10px rgba(0,0,0,0.16);
}

@media screen and (max-width: 840px) {
	#about_block{
		padding: 50px 0;
	}
}
@media screen and (max-width: 640px) {
	#about_block h3{
		max-width: 104px;
	}
	#about_block table tr td{
		display: block;
		width: 100%;
		border: none;
		font-size: 14px;
		padding: 15px 0;
	}
	#about_block .map_wrap p{
		font-size: 14px;
	}
	#about_block .map_box{
		height: 250px;
	}
	
	.dotted_line{
		font-size: 20px;
		padding-bottom: 7px;
		margin-top: 40px;
	}
	#about_block .facility_box .col_2 .img_box,
	#about_block .facility_box .img_box{
		width: 100%;
	}
	#about_block .facility_box .col_2 .img_box p{
		max-width: 230px;
	}
	#about_block .facility_box .img_box p{
		font-size: 14px;
	}
	
	#about_block .certification_box .row_box{
		gap: 30px;
	}
	#about_block .certification_box .row_box .img_box{
		width: 100%;
	}
	
	#about_block .certification_box .row_box .img_box p{
		font-size: 14px;
	}
}

/*-----------------------------------

	history_block

-----------------------------------*/
#history_block{
	background: #FBF7EF;
	padding: 110px 0;
}
#history_block .contents_inner{
	max-width: 860px;
	width: 90%;
}
#history_block .contents_inner table{
	margin: 50px auto 0;
}
#history_block .contents_inner table tr td{
	font-family: "M PLUS 1p", sans-serif;
	transform: rotate(0.05deg);
	font-size: 16px;
	font-weight: 400;
	padding-left: 63px;
	vertical-align: middle;
	line-height: 32px;
    color: #514327;
	
	background-image : linear-gradient(to right, #C7C1B6 3px, transparent 3px);
	background-size: 9px 3px;
	background-repeat: repeat-x; 
	background-position: left top;
}
#history_block .contents_inner table tr td:first-child{
	font-weight: 500;
	color: #fff;
	position: relative;
	padding: 62px 0;
	z-index: 2;
	text-align: center;
	width: 106px;
}
#history_block .contents_inner table tr:last-child td{
	padding-top: 0;
}
#history_block .contents_inner table tr td:first-child::before{
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 106px;
	height: 106px;
	background: #F5773C;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
#history_block .contents_inner table tr td:first-child::after{
	content: "";
	position: absolute;
	background: #F5773C;
	width: 2px;
	height: 55px;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
#history_block .contents_inner table tr:first-child td::after,
#history_block .contents_inner table tr:last-child td:first-child::before,
#history_block .contents_inner table tr:last-child td:first-child::after{
	content: none;
}

@media screen and (max-width: 840px) {
	#history_block{
		padding: 50px 0;
	}
}
@media screen and (max-width: 640px) {
	#history_block .contents_inner table tr td{
		font-size: 14px;
		padding: 20px 0 20px 40px;
	}
	#history_block .contents_inner table tr td:first-child{
		width: 80px;
		padding: 40px 0;
	}
	#history_block .contents_inner table tr td:first-child::before{
		width: 80px;
		height: 80px;
	}
	#history_block .contents_inner table tr td:first-child::after{
		height: 80px;
		top: -47px;
	}
}
@media screen and (max-width: 440px){
	#history_block .contents_inner table tr td{
		padding: 20px 0 20px 30px;
	}
	#history_block .contents_inner table tr td:first-child::after{
		height: 100px;
		top: -50px;
	}
}
