@charset "UTF-8";
/*----------------------------------------

	+ content
		- tit01
		- box01
		- box02
		- box03

-----------------------------------------*/

/*----------------------------------------
	content
-----------------------------------------*/
@media screen and (max-width:768px) {
	#content {
		padding-top: 0;
	}
}

/*----------------------------------------
	tit01
-----------------------------------------*/
#tit01 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 750px;
	margin-top: -96px;
	background: url(../img/tree_bg01.jpg) no-repeat center;
	background-size: cover;
}
#tit01 h1 {
	display: flex;
	flex-direction: column;
	padding-top: 3px;
}
#tit01 h1 span:first-of-type {
	position: relative;
	height: 92px;
	width: 105px;
	margin: 0 auto;
	padding-bottom: 75px;
}
#tit01 h1 span:first-of-type::before {
	content: "";
	position: absolute;
	bottom: 35px;
	left: calc(50% - (100px/2));
	width: 100px;
	height: 1px;
	background: #ffff00;
}
#tit01 h1 span:nth-of-type(2) {
	height: 116px;
	width: 346px;
}
#tit01 p {
	position: absolute;
	top: calc(50% - (150px/2));
	left: calc(50% + 209px);
	width: 150px;
}
@media screen and (max-width:768px) {
	#tit01 {
		height: 375px;
	}
	#tit01 h1 {
		margin-left: -1px;
		padding-top: 0;
	}
	#tit01 h1 span:first-of-type {
		height: calc(92px * (70/100));
		width: calc(105px * (70/100));
		padding-bottom: 56px;
	}
	#tit01 h1 span:first-of-type::before {
		bottom: 26px;
		left: calc(50% - (74px/2));
		width: 74px;
	}
	#tit01 h1 span:nth-of-type(2) {
		height: calc(116px * (70/100));
		width: calc(346px * (70/100));
	}
	#tit01 p {
		position: absolute;
		top: auto;
		right: 8px;
		bottom: -30px;
		left: auto;
		width: 105px;
		width: calc(150px * (70/100));
	}
}

/*----------------------------------------
	box01
-----------------------------------------*/
#box01 {
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
	padding-bottom: 80px;
}
#box01 p {
	padding: 76px 0;
	text-align: center;
	line-height: 2;
}
@media screen and (max-width:768px) {
	#box01 {
		min-width: 100%;
		width: 100%;
		padding-bottom: 56px;
	}
	#box01 p {
		width: 300px;
		margin: 0 auto;
		padding: 56px 0;
		text-align: left;
		line-height: inherit;
	}
	#box01 p br {
		display: none;
	}
}

/*----------------------------------------
	box02
-----------------------------------------*/
#box02 {
	display: flex;
	justify-content: space-between;
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
	padding-bottom: 80px;
}
#box02 div {
	min-width: calc(434px - 75px);
	width: calc(42.31% - 80px);
}
#box02 div p:nth-of-type(n+2) {
	margin-top: 22px;
}
#box02 div p:nth-of-type(4) {
	margin-top: 32px;
}
#box02 div ul {
	margin: 36px 0;
	padding: 16px 20px;
	background: #131b40;
}
#box02 figure {
	min-width: 566px;
	width: 57.69%;
}
@media screen and (max-width:1200px) {
	#box02 div {
		width: calc(434px - 75px);
	}
	#box02 figure {
		width: 566px;
	}
}
@media screen and (max-width:768px) {
	#box02 {
		display: inherit;
		min-width: 300px;
		width: 300px;
		padding-bottom: 60px;
	}
	#box02 div {
		min-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 56px;
	}
	#box02 div p:nth-of-type(4) {
		margin-top: 22px;
	}
	#box02 div ul {
		margin: 26px 0;
		padding: 16px 20px;
	}
	#box02 figure {
		min-width: 100%;
		width: 100%;
	}
}

/*----------------------------------------
	box03
-----------------------------------------*/
#box03 {
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
}
#box03 figure {
	margin-left: -100px;
}
@media screen and (max-width:768px) {
	#box03 {
		min-width: 100%;
		width: 100%;
	}
	#box03 figure {
		margin-left: 0;
	}
}