@charset "utf-8";

/*=========================================*/
/* 取り組み */
/*=========================================*/


/*-- EFFORT --*/

.effort_list_area{
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.effort_list{
	width: 24%;
	max-width: 350px;
    margin: 0px 0px 50px 0px;
}

.effort_img{
	margin-bottom: 20px;
}

.effort_img img{
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}

.effort_title_area{
	margin-bottom: 15px;
}

.effort_title_area .effort_sub_text{
	font-size: 95%;
	line-height: 175%;
}

.effort_title_area .effort_title{
	font-size: 175%;
	line-height: 175%;
	color: rgba(220,94,36,1.00);
}

.effort_text_area{
	font-size: 95%;
	line-height: 175%;
}

@media screen and (max-width:1280px){
	
.effort_list_area{
	margin-bottom: 60px;
}

.effort_list{
	width: 24%;
	max-width: 350px;
    margin: 0px 0px 40px 0px;
}

.effort_img{
	margin-bottom: 15px;
}

.effort_title_area{
	margin-bottom: 10px;
}

.effort_title_area .effort_sub_text{
	font-size: 90%;
}

.effort_title_area .effort_title{
	font-size: 150%;
}
	
.effort_text_area{
	font-size: 90%;
}
	
}

@media all and (max-width:960px), print{
	
.effort_list_area{
	margin-bottom: 40px;
}

.effort_list{
	width: 32%;
	max-width: 350px;
    margin: 0px 0px 30px 0px;
}

.effort_img{
	margin-bottom: 10px;
}

.effort_title_area{
	margin-bottom: 10px;
}

.effort_title_area .effort_sub_text{
	font-size: 85%;
}

.effort_title_area .effort_title{
	font-size: 125%;
}
		
.effort_text_area{
	font-size: 85%;
}
	
}

@media all and (max-width:640px){
	
.effort_list{
	width: 49%;
}
	
}


/*-- FLOW --*/

.flow_area{
	padding: 80px 0px 80px 0px;
	position: relative;
}

.flow_area::after{
	content: "";
	position: absolute;
	width: 100vw;
    height: 100%;
    top: 0;
	margin:0 calc(50% - 50vw);
	display: block;
	background-color: rgba(234,211,169,1.00);
    z-index: -1;
}

.flow_area .page_sub_title_area,
.schedule_area .page_sub_title_area{
	padding-top: 150px;
	margin-top: -150px;
}

.flow_contents_area{
	margin-bottom: 50px;
    display: flex;
}

.flow_contents_area div{
	width: 50%;
}

.flow_contents_area div p{
    width: 80%;
    margin: 0 auto;
    padding: 20px 30px;
    background: rgba(255,255,255,1.00);
    font-size: 150%;
    display: block;
    border-radius: 5px;
    text-align: center;
	box-sizing: border-box;
}

.timeline {
    width: 100%;
    list-style: none;
}

.timeline span{
	font-size: 80%;
}

.timeline li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	font-size: 110%;
    line-height: 150%;
    position: relative;
}

.timeline li::before {
    content: "";
    position: absolute;
    width: 55px;
	padding: 5px 15px;
    top: 0;
    left: 0;
    right: 0;
	margin: auto;
	text-align: center;
	color: rgba(255,255,255,1.00);
    background-color: rgba(112,64,37,1.00);
    border-radius: 5px;
	z-index: 1;
}

.timeline li.timeline01::before {
    content: "7:00";
}
.timeline li.timeline02::before {
    content: "9:00";
}
.timeline li.timeline03::before {
    content: "10:00";
}
.timeline li.timeline04::before {
    content: "11:30";
}
.timeline li.timeline05::before {
    content: "12:00";
}
.timeline li.timeline06::before {
    content: "13:00";
}
.timeline li.timeline07::before {
    content: "15:00";
}
.timeline li.timeline08::before {
    content: "16:00";
}
.timeline li.timeline09::before {
    content: "16:30";
}
.timeline li.timeline10::before {
    content: "17:00";
}
.timeline li.timeline11::before {
    content: "19:00";
}

.timeline li .timeline_date{
    width: 50%;
	margin-top: 3px;
	padding: 0px 100px 50px 0px;
	text-align: right;
	position: relative;
	box-sizing: border-box;
}

.timeline li .timeline_date_end{
    padding: 0px 100px 0px 0px;
}

.timeline li .timeline_date::before {
    content: "";
    position: absolute;
	width: 45px;
	height: 5px;
    top: 11px;
    right: 48px;
	background-image: radial-gradient(circle, #704025 2px, transparent 2px);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 12px 4px;
}

.timeline li .timeline_date_none::before {
	width: 0px;
}

.timeline li .timeline_date .arrow::before{
	position: absolute;
	content: "";
    width: 1px;
    height: 50px;
    right: 116px;
    bottom: -2px;
	border-right: 2px solid rgba(112,64,37,1.00);
	border-radius: 2px;
}

.timeline li .timeline_date .arrow::after{
	position: absolute;
	content: "";
	right: 107px;
    bottom: -13px;
	border-style: solid;
	border-width: 13px 10px 0 10px;
	border-color: rgba(112,64,37,1.00) transparent transparent transparent;
}

.timeline li .timeline_date .arrow_dot::before{
	position: absolute;
	content: "";
    width: 2px;
    height: 50px;
    right: 116px;
    bottom: 13px;
	background-image: radial-gradient(circle, #704025 1px, transparent 1px);
	background-position: right top;
	background-repeat: repeat-y;
	background-size: 2px 8px;
}

.timeline li .timeline_date .arrow_dot::after{
	position: absolute;
	content: "";
	right: 107px;
    bottom: 2px;
	border-style: solid;
	border-width: 13px 10px 0 10px;
	border-color: rgba(112,64,37,1.00) transparent transparent transparent;
}

.timeline li .timeline_content{
    width: 50%;
	margin-top: 3px;
    padding: 0px 0px 50px 100px;
    border-left: 2px solid rgba(112,64,37,1.00);
	position: relative;
	box-sizing: border-box;
}

.timeline li .timeline_content::before {
    content: "";
    position: absolute;
    width: 45px;
	height: 5px;
	top: 11px;
    left: 48px;
	background-image: radial-gradient(circle, #704025 2px, transparent 2px);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 12px 4px;
}

.timeline li .timeline_content_none::before {
	width: 0px;
}

.timeline li div.time_content_end{
    padding: 0px 0px 0px 100px;
    border-left: none;
}

.timeline li .timeline_content .arrow::before{
	position: absolute;
	content: "";
    width: 1px;
    height: 50px;
    left: 115px;
    bottom: 0px;
	border-right: 2px solid rgba(112,64,37,1.00);
	border-radius: 2px;
}

.timeline li .timeline_content .arrow::after{
	position: absolute;
	content: "";
	left: 107px;
    bottom: -10px;
	border-style: solid;
	border-width: 13px 10px 0 10px;
	border-color: rgba(112,64,37,1.00) transparent transparent transparent;
}

.timeline li .timeline_content .arrow_dot::before{
	position: absolute;
	content: "";
    width: 2px;
    height: 50px;
    left: 116px;
    bottom: 13px;
	background-image: radial-gradient(circle, #704025 1px, transparent 1px);
	background-position: right top;
	background-repeat: repeat-y;
	background-size: 2px 8px;
}

.timeline li .timeline_content .arrow_dot::after{
	position: absolute;
	content: "";
	left: 107px;
    bottom: 2px;
	border-style: solid;
	border-width: 13px 10px 0 10px;
	border-color: rgba(112,64,37,1.00) transparent transparent transparent;
}

@media screen and (max-width:1280px){

.flow_area{
	padding: 60px 0px 60px 0px;
}
	
.flow_area .page_sub_title_area,
.schedule_area .page_sub_title_area{
	padding-top: 120px;
	margin-top: -120px;
}

.flow_contents_area{
	margin-bottom: 40px;
}

.flow_contents_area div{
	width: 50%;
}

.flow_contents_area div p{
    padding: 15px 30px;
	font-size: 135%;
}

.timeline li{
	font-size: 100%;
}

.timeline li::before {
	width: 50px;
	padding: 5px 15px;
}

.timeline li .timeline_date{
	padding: 0px 85px 40px 0px;
	text-align: right;
	position: relative;
	box-sizing: border-box;
}

.timeline li .timeline_date_end{
    padding: 0px 85px 0px 0px;
}

.timeline li .timeline_date::before {
    content: "";
    position: absolute;
	width: 33px;
    height: 5px;
	top: 10px;
	right: 45px;
	background-image: radial-gradient(circle, #704025 2px, transparent 2px);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 8px 4px;
}

.timeline li .timeline_date_none::before {
	width: 0px;
}
	
.timeline li .timeline_date .arrow::before{
	position: absolute;
	content: "";
	width: 1px;
	height: 40px;
	right: 100px;
	bottom: -1px;
	border-right: 2px solid rgba(112,64,37,1.00);
	border-radius: 2px;
}

.timeline li .timeline_date .arrow::after{
	position: absolute;
	content: "";
	right: 92px;
	bottom: -12px;
	border-style: solid;
	border-width: 12px 9px 0 9px;
	border-color: rgba(112,64,37,1.00) transparent transparent transparent;
}

.timeline li .timeline_date .arrow_dot::before{
	position: absolute;
	content: "";
	width: 2px;
    height: 40px;
    right: 100px;
    bottom: 12px;
	background-image: radial-gradient(circle, #704025 1px, transparent 1px);
	background-position: right top;
	background-repeat: repeat-y;
	background-size: 2px 8px;
}

.timeline li .timeline_date .arrow_dot::after{
	position: absolute;
	content: "";
	right: 92px;
    bottom: -1px;
	border-style: solid;
	border-width: 12px 9px 0 9px;
	border-color: rgba(112,64,37,1.00) transparent transparent transparent;
}

.timeline li .timeline_content{
    width: 50%;
	margin-top: 3px;
    padding: 0px 0px 40px 85px;
    border-left: 2px solid rgba(112,64,37,1.00);
	position: relative;
	box-sizing: border-box;
}

.timeline li .timeline_content::before {
    content: "";
    position: absolute;
	width: 33px;
    height: 5px;
	top: 10px;
	left: 46px;
	background-image: radial-gradient(circle, #704025 2px, transparent 2px);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 8px 4px;
}

.timeline li .timeline_content_none::before {
	width: 0px;
}

.timeline li div.time_content_end{
    padding: 0px 0px 0px 85px;
    border-left: none;
}
	
.timeline li .timeline_content .arrow::before{
	position: absolute;
	content: "";
    width: 1px;
    height: 40px;
    left: 99px;
    bottom: -1px;
	border-right: 2px solid rgba(112,64,37,1.00);
	border-radius: 2px;
}

.timeline li .timeline_content .arrow::after{
	position: absolute;
	content: "";
	left: 92px;
    bottom: -12px;
	border-style: solid;
	border-width: 12px 9px 0 9px;
	border-color: rgba(112,64,37,1.00) transparent transparent transparent;
}

.timeline li .timeline_content .arrow_dot::before{
	position: absolute;
	content: "";
    width: 2px;
    height: 40px;
    left: 100px;
    bottom: 12px;
	background-image: radial-gradient(circle, #704025 1px, transparent 1px);
	background-position: right top;
	background-repeat: repeat-y;
	background-size: 2px 8px;
}

.timeline li .timeline_content .arrow_dot::after{
	position: absolute;
	content: "";
	left: 92px;
    bottom: -1px;
	border-style: solid;
	border-width: 12px 9px 0 9px;
	border-color: rgba(112,64,37,1.00) transparent transparent transparent;
}
	
}

@media all and (max-width:960px), print{
	
.flow_area{
	padding: 40px 0px 40px 0px;
}
	
.flow_area .page_sub_title_area,
.schedule_area .page_sub_title_area{
	padding-top: 90px;
	margin-top: -90px;
}

.flow_contents_area{
	margin-bottom: 30px;
}

.flow_contents_area div{
	width: 50%;
}

.flow_contents_area div p{
    padding: 10px 25px;
	font-size: 120%;
}

.timeline li{
	font-size: 90%;
}

.timeline li::before {
	width: 45px;
	padding: 3px 15px;
}

.timeline li .timeline_date{
	padding: 0px 70px 30px 0px;
	text-align: right;
	position: relative;
	box-sizing: border-box;
}

.timeline li .timeline_date_end{
    padding: 0px 70px 0px 0px;
}

.timeline li .timeline_date::before {
    content: "";
    position: absolute;
	width: 23px;
    height: 5px;
	top: 8px;
	right: 42px;
	background-image: radial-gradient(circle, #704025 2px, transparent 2px);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 8px 4px;
}

.timeline li .timeline_date_none::before {
	width: 0px;
}
	
.timeline li .timeline_date .arrow::before{
	position: absolute;
	content: "";
	width: 1px;
    height: 30px;
    right: 83px;
    bottom: -1px;
	border-right: 2px solid rgba(112,64,37,1.00);
	border-radius: 2px;
}

.timeline li .timeline_date .arrow::after{
	position: absolute;
	content: "";
	right: 76px;
	bottom: -11px;
	border-style: solid;
	border-width: 11px 8px 0 8px;
	border-color: rgba(112,64,37,1.00) transparent transparent transparent;
}

.timeline li .timeline_date .arrow_dot::before{
	position: absolute;
	content: "";
	width: 2px;
    height: 30px;
    right: 83px;
    bottom: 13px;
	background-image: radial-gradient(circle, #704025 1px, transparent 1px);
	background-position: right top;
	background-repeat: repeat-y;
	background-size: 2px 8px;
}

.timeline li .timeline_date .arrow_dot::after{
	position: absolute;
	content: "";
	right: 76px;
    bottom: 0px;
	border-style: solid;
	border-width: 11px 8px 0 8px;
	border-color: rgba(112,64,37,1.00) transparent transparent transparent;
}

.timeline li .timeline_content{
    width: 50%;
	margin-top: 3px;
    padding: 0px 0px 30px 70px;
    border-left: 2px solid rgba(112,64,37,1.00);
	position: relative;
	box-sizing: border-box;
}

.timeline li .timeline_content::before {
    content: "";
    position: absolute;
	width: 23px;
    height: 5px;
	top: 8px;
	left: 42px;
	background-image: radial-gradient(circle, #704025 2px, transparent 2px);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 8px 4px;
}

.timeline li .timeline_content_none::before {
	width: 0px;
}

.timeline li div.time_content_end{
    padding: 0px 0px 0px 70px;
    border-left: none;
}
	
.timeline li .timeline_content .arrow::before{
	position: absolute;
	content: "";
    width: 1px;
    height: 30px;
    left: 82px;
    bottom: -1px;
	border-right: 2px solid rgba(112,64,37,1.00);
	border-radius: 2px;
}

.timeline li .timeline_content .arrow::after{
	position: absolute;
	content: "";
	left: 76px;
    bottom: -11px;
	border-style: solid;
	border-width: 11px 8px 0 8px;
	border-color: rgba(112,64,37,1.00) transparent transparent transparent;
}

.timeline li .timeline_content .arrow_dot::before{
	position: absolute;
	content: "";
    width: 2px;
    height: 30px;
    left: 83px;
    bottom: 13px;
	background-image: radial-gradient(circle, #704025 1px, transparent 1px);
	background-position: right top;
	background-repeat: repeat-y;
	background-size: 2px 8px;
}

.timeline li .timeline_content .arrow_dot::after{
	position: absolute;
	content: "";
	left: 76px;
    bottom: 0px;
	border-style: solid;
	border-width: 11px 8px 0 8px;
	border-color: rgba(112,64,37,1.00) transparent transparent transparent;
}
	
}

@media all and (max-width:640px){
	
.flow_contents_area div p{
    padding: 10px 20px;
	font-size: 110%;
}
	
}

/*-- SCHEDULE --*/

.schedule_area{
	padding: 80px 0px 80px 0px;
}

.schedule_list_area{
	display: flex;
	justify-content: space-between;
}

.schedule_contents_flame{
	width: 24%;
}

.schedule_contents_title{
	margin-bottom: 30px;
	padding: 20px 30px 20px 30px;
	font-size: 110%;
	line-height: 150%;
	text-align: center;
	border: 1px solid rgba(112,64,37,1.00);
	border-radius: 5px;
}

.schedule_list{
	padding: 0px 10px 0px 10px;
	font-size: 95%;
	line-height: 175%;
}

.schedule_list ul li{
	margin-bottom: 15px;
	padding: 0px 0px 0px 15px;
	position: relative;
}

.schedule_list ul li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 0;
	width: 8px;
	height: 8px;
	background: rgba(220,94,36,1.00);
	border-radius: 5px;
}

@media screen and (max-width:1280px){
	
.schedule_area{
	padding: 60px 0px 60px 0px;
}

.schedule_list_area{
	display: flex;
	justify-content: space-between;
}

.schedule_contents_flame{
	width: 24%;
}

.schedule_contents_title{
	margin-bottom: 20px;
	padding: 15px 30px 15px 30px;
	font-size: 100%;
}

.schedule_list{
	padding: 0px 10px 0px 10px;
	font-size: 90%;
}

.schedule_list ul li{
	margin-bottom: 10px;
	padding: 0px 0px 0px 15px;
	position: relative;
}

.schedule_list ul li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 7px;
	height: 7px;
	background: rgba(220,94,36,1.00);
	border-radius: 5px;
}
	
}


@media all and (max-width:960px), print{
	
.schedule_area{
	padding: 40px 0px 40px 0px;
}

.schedule_list_area{
	flex-wrap: wrap;
}

.schedule_contents_flame{
	width: 49%;
	margin-bottom: 30px;
}

.schedule_contents_title{
	margin-bottom: 15px;
	padding: 10px 20px 10px 20px;
	font-size: 90%;
}

.schedule_list{
	padding: 0px 5px 0px 5px;
	font-size: 85%;
}

.schedule_list ul li{
	margin-bottom: 10px;
	padding: 0px 0px 0px 15px;
	position: relative;
}

.schedule_list ul li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	background: rgba(220,94,36,1.00);
	border-radius: 5px;
}
	
}

