@charset "utf-8";

/* main_head
---------------------------- */
#main {
	letter-spacing: 0.05em;
}
.main_head {
	text-align: center;
}
.main_head .title {
	padding: 100px 0 80px;
	font-size: 3.4rem;
	letter-spacing: 0.08em;
}
.main_head .logo_img {
	width: 50%;
	margin: 0 auto 80px;
}
.main_head .lead_box {

}
.main_head .lead_box .section_inner .text {
	padding: 70px 0 70px;
	text-align: left;
	font-size: 1.8rem;
}
@media screen and (max-width:767px) {
	.main_head .title {
		padding: 10% 0 10%;
		font-size: 2.4rem;
	}
	.main_head .logo_img {
		width: 70%;
		margin: 0 auto 12%;
	}
	.main_head .lead_box {
	}
	.main_head .lead_box .section_inner .text {
		padding: 30px 0 30px;
		text-align: left;
		font-size: 1.4rem;
	}
}

/* section_01
---------------------------- */
#section_01 {
	background-color: #fbf7e8;
	padding: 1px 0 100px;
}
#section_01 h2 {
	text-align: center;
	margin: 120px 0 0;
}
#section_01 h2 span {
	color: #fc7215;
	font-size: 3.4rem;
	line-height: 1.4;
	position: relative;
}
#section_01 h2 span::before,
#section_01 h2 span::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #fc7215;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#section_01 h2 span::before {
  left: -3.5em;
}
#section_01 h2 span::after {
  right: -3.5em;
}
#section_01 .box_long {
	margin-top: 50px;
}
#section_01 .box {
	margin-top: 50px;
	padding-bottom: 170px;
	position: relative;
}
#section_01 .box > .img {
	width: 60%;
}
#section_01 .box > .text {
	position: absolute;
	bottom: 0;
	width: 50%;
	background: rgba(255,255,255,0.9);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.1);
	padding: 50px 50px;
}
#section_01 .box_long > .img {
	width: 100%;
	margin-top: 50px;
}
#section_01 .box_2 > .img {
	margin-left: 40%;
}
#section_01 .box_1 > .text {
	right: 0;
}
#section_01 .box_2 > .text {
	left: 0;
}
#section_01 .box > .text p,
#section_01 .box_long > .text p {
	line-height: 2;
}
#section_01 .text p a {
	color: #fc7215;
	text-decoration: underline;
}
#section_01 .text p a:hover {
	text-decoration: none;
}
@media screen and (max-width:767px) {
	#section_01 {
		padding: 1px 0 15vw;
	}
	#section_01 h2 {
		text-align: center;
		margin: 12vw 0 0;
	}
	#section_01 h2 span {
		font-size: 2.2rem;
		display: inline-block;
	}
	#section_01 h2 span::before,
	#section_01 h2 span::after {
	  content: "";
	  display: block;
	  width: 50px;
	  height: 1px;
	  background-color: #fc7215;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  margin: auto;
	}
	#section_01 h2 span::before {
	  left: -3em;
	}
	#section_01 h2 span::after {
	  right: -3em;
	}
	#section_01 .box_long {
		margin-top: 5vw;
	}
	#section_01 .box {
		margin-top: 5vw;
		padding-bottom: 0;
		position: unset;
	}
	#section_01 .box > .img {
		width: 100%;
	}
	#section_01 .box > .text {
		position: relative;
		bottom: 0;
		width: 94%;
		margin-left: 3%;
		margin-top: -5vw;
		padding: 7vw 5vw;
		font-size: 1.4rem;
	}
	#section_01 .box_long > .img {
		width: 100%;
		margin-top: 10vw;
	}
	#section_01 .box_2 > .img {
		margin-left: 0;
	}
	#section_01 .box_1 > .text {
		right: 0;
	}
	#section_01 .box_2 > .text {
		left: 0;
	}
	#section_01 .box > .text p,
	#section_01 .box_long > .text p {
		line-height: 1.8;
		font-size: 1.4rem;
	}
}

