@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');

/* main_head
---------------------------- */
#main {
	letter-spacing: 0.05em;
}
.main_head {
	text-align: center;
}
.main_head .title {
	padding: 100px 0 50px;
	font-size: 3.4rem;
	letter-spacing: 0.08em;
}
@media screen and (max-width:767px) {
	.main_head .title {
		padding: 10% 0 10%;
		font-size: 2.4rem;
		letter-spacing: 0;
	}
}

/* section_lead
---------------------------- */
#section_lead {
	text-align: center;
	padding: 70px 0 80px;
}
#section_lead .text01 {
	font-size: 3rem;
	color: #fc7215;
}
#section_lead .text02 {
	padding-top: 30px;
	line-height: 2;
}
#section_lead .illust {
	padding-top: 50px;
}
@media screen and (max-width:767px) {
	#section_lead {
		padding: 10% 0;
	}
	#section_lead .text01 {
		font-size: 2rem;
		line-height: 1.6;
	}
	#section_lead .text02 {
		font-size: 1.4rem;
		padding-top: 5%;
		line-height: 1.6;
		text-align: left;
	}
	#section_lead .illust {
		padding-top: 8%;
		width: 90%;
		margin: 0 auto;
	}
}

/* section_faq
---------------------------- */
#section_faq {
	background-color: #fca215;
	padding: 90px 0 60px;
}
#section_faq h2 {
	font-size: 3rem;
	color: #fff;
	text-align: center;
}
#section_faq h2 span {
	position: relative;
}
#section_faq h2 span::after {
  position: absolute;
  top: -50px;
  left: -100px;
  content: "";
  width: 80px;
  height: 80px;
  background: url('../img/about/faq_pop.png') center no-repeat;
  background-size: contain;
}
#section_faq .box_white {
	background-color: #fff;
	padding: 60px;
	margin-top: 30px;
}
#section_faq .box_white .qa {
	border-bottom: 1px dotted #c9c9c9;
	padding: 0 0 40px;
	margin-bottom: 40px;
}
#section_faq .box_white .qa:last-child {
	border-bottom: none;
	padding: 0;
	margin-bottom: 0;
}
#section_faq .box_white .qa h3 {
	font-weight: bold;
	font-size: 2rem;
	padding-left: 6rem;
	position: relative;
}
#section_faq .box_white .qa h3::before {
  content: "Q";
  display: block;
  width: 2em;
  line-height: 2em;
  text-align: center;
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #fc7215;
}
#section_faq .box_white .qa p {
	margin-top: 20px;
	padding-left: 6rem;
	position: relative;
}
#section_faq .box_white .qa p::before {
  content: "A";
  display: block;
  width: 2em;
  line-height: 2em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #fcc315;
}
@media screen and (max-width:767px) {
	#section_faq {
		padding: 10% 0;
	}
	#section_faq h2 {
		font-size: 2rem;
	}
	#section_faq h2 span::after {
	  top: -40px;
	  left: -70px;
	  width: 60px;
	  height: 60px;
	}
	#section_faq .box_white {
		padding: 6% 4% 7%;
		margin-top: 5%;
	}
	#section_faq .box_white .qa {
		padding: 0 0 6%;
		margin-bottom: 6%;
	}
	#section_faq .box_white .qa h3 {
		font-size: 1.6rem;
		line-height: 1.6;
		padding-left: 5rem;
	}
	#section_faq .box_white .qa h3::before {
	  top: 0;
	  font-size: 1.6rem;
	}
	#section_faq .box_white .qa p {
		font-size: 1.4rem;
		margin-top: 5%;
		padding-left: 5rem;
	}
	#section_faq .box_white .qa p::before {
	  font-size: 1.6rem;
	}
}

/* section_history
---------------------------- */
#section_history {
	padding: 100px 0;
}
#section_history h2 {
	font-size: 3rem;
	color: #fc7215;
	text-align: center;
	padding-bottom: 20px;
}
#section_history h2 span {
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
	display: block;
	line-height: 2.2em;
	background: rgb(106,191,30);
	background: -moz-linear-gradient(90deg, rgba(106,191,30,1) 0%, rgba(147,191,30,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(106,191,30,1) 0%, rgba(147,191,30,1) 100%);
	background: linear-gradient(90deg, rgba(106,191,30,1) 0%, rgba(147,191,30,1) 100%);
	border-radius: 1.1em;
	width: 16em;
	margin: 0 auto 15px;
}
#section_history .text {
	position: relative;
	padding-left: 85px;
}
#section_history .text::before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255,242,135);
	background: -moz-linear-gradient(180deg, rgba(255,242,135,1) 0%, rgba(255,198,98,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,242,135,1) 0%, rgba(255,198,98,1) 100%);
	background: linear-gradient(180deg, rgba(255,242,135,1) 0%, rgba(255,198,98,1) 100%);
}
#section_history .text::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url('../img/about/history_parts_bottom.png') center bottom no-repeat;
  background-size: contain;
}
#section_history .text h3 {
	font-size: 2rem;
	color: #fc7215;
	font-weight: bold;
	margin-top: 60px;
}
#section_history .text p {
	padding-top: 30px;
}
#section_history .text p.point {
	position: relative;
}
#section_history .text p.point::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 37px;
  left: -76px;
  background-color: #fc7215;
  border-radius: 50%;
}
#section_history .text p.point::after {
  content: "";
  display: block;
  width: 57px;
  height: 1px;
  position: absolute;
  top: 43px;
  left: -70px;
  background-color: #fc7215;
}
@media screen and (max-width:767px) {
	#section_history {
		padding: 10% 0;
	}
	#section_history h2 {
		font-size: 2rem;
		padding-bottom: 0;
		line-height: 1.6;
	}
	#section_history h2 span {
		font-size: 1.3rem;
		margin: 0 auto 10px;
	}
	#section_history .text {
		padding-left: 35px;
	}
	#section_history .text::before {
	  width: 20px;
	}
	#section_history .text::after {
	  width: 20px;
	}
	#section_history .text h3 {
		font-size: 1.6rem;
		margin-top: 10%;
		line-height: 1.6;
	}
	#section_history .text p {
		font-size: 1.4rem;
		padding-top: 5%;
	}
	#section_history .text p.point::before {
	  width: 11px;
	  height: 11px;
	  top: 23px;
	  left: -30px;
	}
	#section_history .text p.point::after {
	  width: 20px;
	  height: 1px;
	  top: 28px;
	  left: -26px;
	}
}

/* section_process
---------------------------- */
#section_process {
	background-color: #fbf7e8;
	padding: 100px 0;
}
#section_process h2 {
	font-size: 3rem;
	color: #fc7215;
	text-align: center;
}
#section_process h2 span {
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
	display: block;
	line-height: 2.2em;
	background: rgb(106,191,30);
	background: -moz-linear-gradient(90deg, rgba(106,191,30,1) 0%, rgba(147,191,30,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(106,191,30,1) 0%, rgba(147,191,30,1) 100%);
	background: linear-gradient(90deg, rgba(106,191,30,1) 0%, rgba(147,191,30,1) 100%);
	border-radius: 1.1em;
	width: 16em;
	margin: 0 auto 15px;
}
#section_process .lead {
	text-align: center;
	padding: 20px 0 50px;
}
#section_process ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#section_process ul li {
  width: 30.5%;
  margin-top: 6%;
  background-color: #fff;
  padding: 25px 25px 25px;
  text-align: center;
  position: relative;
}
#section_process ul li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -7%;
  margin: auto;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 1px solid #fca215;
  border-right: 1px solid #fca215;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#section_process ul li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10%;
  margin: auto;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 1px solid #fca215;
  border-right: 1px solid #fca215;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#section_process ul li:nth-of-type(3n)::after,
#section_process ul li:nth-of-type(3n)::before {
	display: none;
}
#section_process ul li .num {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.2rem;
	color: #fff;
	background-color: #fc7215;
	position: absolute;
	top: -1.2em;
	left: 0;
	right: 0;
	margin: auto;
	width: 2.4em;
	line-height: 2.4em;
	border-radius: 50%;
}
#section_process ul li img {
	max-width: 215px;
	margin: 20px 0;
}
#section_process ul li h3 {
	font-weight: bold;
	text-align: left;
}
#section_process ul li p {
	font-size: 1.4rem;
	text-align: left;
}
#section_process ul li p span {
	background: linear-gradient(transparent 0%, #ffed73 0%);
	font-weight: bold;
}
@media screen and (max-width:767px) {
	#section_process {
		padding: 10% 0;
	}
	#section_process h2 {
		font-size: 2rem;
		line-height: 1.6;
	}
	#section_process h2 span {
		font-size: 1.3rem;
		margin: 0 auto 10px;
	}
	#section_process .lead {
		padding: 5% 0 10%;
		font-size: 1.4rem;
	}
	#section_process ul li {
	  width: 100%;
	  margin-top: 8%;
	  padding: 5%;
	}
	#section_process ul li::after,
	#section_process ul li::before {
		display: none;
	}
	#section_process ul li .num {
		font-size: 2rem;
		top: -1em;
		width: 2em;
		line-height: 2em;
	}
	#section_process ul li img {
		margin: 10px 0 1%;
		width: 50%;
	}
	#section_process ul li h3 {
		text-align: center;
	}
}


