@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* main_head
---------------------------- */
#main {
	letter-spacing: 0.05em;
}
.main_head {
	text-align: center;
}
.main_head .title {
	font-family: 'Noto Sans JP', '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding: 100px 0 0;
	font-size: 3.2rem;
}
.main_head .title span.font_b {
	font-size: 3.2rem;
	color: #fc7215;
	font-weight: 700;
}
.main_head .title span.font_box {
	font-size: 2.4rem;
	display: inline-block;
	background-color: #fc7215;
	color: #fff;
	padding: 3px 1.5em;
	border-radius: 50px;
	margin-bottom: 20px;
}
@media screen and (max-width:767px) {
	.main_head .title {
		padding: 10% 0 0;
		font-size: 1.8rem;
	}
	.main_head .title span.font_b {
		font-size: 2rem;
		color: #fc7215;
		font-weight: bold;
		display: block;
		margin-bottom: 2%;
	}
	.main_head .title span.font_box {
		font-size: 1.6rem;
		padding: 3px 1.5em;
		margin-bottom: 2%;
	}
}

/* section
---------------------------- */
.section {
	padding: 100px 0 0;
}
.section .inner {
  width: 90%;
  margin: 0 auto;
}
.section p {
	font-size: 1.8rem;
}
.section p a {
	text-decoration: underline;
	position: relative;
	display: inline-block;
}
.section p a:hover {
	text-decoration: none;
}
.section span.small {
	font-size: 1.6rem;
}
#section_lead {
	padding-top: 40px;
}
#section_lead .event_date {
	background-color: #f5f6fa;
	padding: 40px;
	font-size: 2rem;
}
#section_lead .event_date span {
	background-color: #4d4d4d;
	color: #fff;
	font-size: 1.8rem;
	display: inline-block;
	width: 5em;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	margin-right: 20px;
	margin-top: 10px;
}
#section_lead .lead_img_01 {
	padding-top: 100px;
}
#section_lead .lead_text {
	font-size: 1.8rem;
	line-height: 2;
	padding-top: 60px;
}
#section_lead .lead_img_02 {
	padding-top: 60px;
}
#section_lead .event_program {
	padding-top: 100px;
}
#section_lead .event_program ul li {
	padding-top: 0;
	margin: 0;
	font-size: 2rem;
	padding-top: 10px;
}
#section_lead .event_program ul li span {
	color: #fc7215;
	font-size: 1.2rem;
	display: inline-block;
  vertical-align: text-bottom;
}
.section .profile {
	margin-top: 60px;
	background-color: #f5f6fa;
	border-radius: 20px;
	padding: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.section .profile .img {
	width: 30%;
}
.section .profile .text {
	width: 65%;
	font-size: 1.6rem;
}
.section .profile .text span {
	font-size: 2rem;
	font-weight: 600;
	display: block;
	padding-bottom: 20px;
}
.section .title_orange_line {
	font-size: 3rem;
  border-left: 5px solid #fc7215;
  padding-left: 15px;
  margin-bottom: 25px;
}
#section_form .text_02 {
	padding-top: 40px;
	font-size: 1.4rem;
}
#section_form .text_02 span {
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
}
#section_form .btn {
	padding-top: 40px;
}
#section_form .btn a {
  width: 500px;
  margin: 0 auto;
  display: block;
  line-height: 80px;
  background: rgb(252,114,21);
  background: -moz-linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
  background: linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  border-radius: 40px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
#section_form .btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  margin: auto;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#section_form .btn a:hover {
  opacity: .7
}
#section_orange {
background-color: #fbf7e8;
padding: 60px 0;
margin-top: 100px;
}
#section_orange .inner {
	background-color: #fff;
	border-radius: 20px;
	padding: 60px 60px;
}
#section_orange h2 {
font-size: 3.4rem;
text-align: center;
position: relative;
padding-bottom: 25px;
line-height: 1.5;
}
#section_orange h2::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 3.5em;
  height: 1px;
  background-color: #fc7215;
}
#section_orange .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}
#section_orange .box .img {
	width: 40%;
}
#section_orange .box .text_01 {
	width: 55%;
	font-size: 2.2rem;
	line-height: 2.3;
}
#section_orange .text_02 {
font-size: 1.6rem;
text-align:;
line-height: 2.3;
padding-top: 40px;
}

@media screen and (max-width:1100px) {
	.section .inner {
	  width: 100%;
	}
}
@media screen and (max-width:767px) {
	.section {
		padding: 15% 0 0;
	}
	.section p {
	  font-size: 1.4rem;
	}
	.section span.small {
	  font-size: 1.2rem;
	  line-height: 1.5;
	  display: inline-block;
	}
	#section_lead {
		padding-top: 5%;
	}
	#section_lead .event_date {
		padding: 2% 5% 5%;
		font-size: 1.4rem;
	}
	#section_lead .event_date span {
		font-size: 1.4rem;
		display: block;
		width: 5em;
		text-align: center;
		line-height: 22px;
		margin-top: 15px;
	}
	#section_lead .lead_img_01 {
		padding-top: 15%;
	}
	#section_lead .lead_text {
		font-size: 1.4rem;
		line-height: 1.8;
		padding-top: 10%;
	}
	#section_lead .lead_img_02 {
		padding-top: 10%;
	}
	#section_lead .event_program {
		padding-top: 15%;
	}
	#section_lead .event_program ul li {
		font-size: 1.4rem;
		padding-top: 6px;
	}
	#section_lead .event_program ul li span {
		font-size: 1rem;
	}
	.section .profile {
		margin-top: 10%;
		border-radius: 10px;
		padding: 10% 5%;
	}
	.section .profile .img {
		width: 100%;
		text-align: center;
	}
	.section .profile .img img {
		width: 50%;
	}
	.section .profile .text {
		width: 100%;
		font-size: 1.4rem;
		padding-top: 5%;
	}
	.section .profile .text span {
		font-size: 1.6rem;
		padding-bottom: 5%;
	}
	.section .title_orange_line {
		font-size: 2rem;
		font-weight: 600;
	  border-left: 5px solid #fc7215;
	  padding-left: 10px;
	  margin-bottom: 5%;
	}
	#section_form .text_02 {
		padding-top: 10%;
		font-size: 1.2rem;
	}
	#section_form .text_02 span {
		font-size: 1.4rem;
	}
	#section_form .btn {
		padding-top: 5%;
	}
	#section_form .btn a {
	  width: 100%;
	  line-height: 60px;
	  font-size: 2rem;
	  border-radius: 40px;
	}
	#section_orange {
	padding: 5% 0;
	margin-top: 15%;
	}
	#section_orange .inner {
		border-radius: 10px;
		padding: 10% 5%;
	}
	#section_orange h2 {
		font-size: 2rem;
		text-align: center;
		position: relative;
		padding-bottom: 25px;
		line-height: 1.5;
	}
	#section_orange .box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-top: 40px;
	}
	#section_orange .box .img {
		width: 100%;
	}
	#section_orange .box .text_01 {
		width: 100%;
		font-size: 1.6rem;
		text-align: center;
		line-height: 2.3;
		padding-top: 30px;
	}
	#section_orange .text_02 {
		font-size: 1.4rem;
		line-height: 1.8;
		padding-top: 30px;
	}

}