@charset "UTF-8";

/*-----------------------------------

	base

-----------------------------------*/

/*-----------------------------------

	business_block

-----------------------------------*/
#business_block {
	padding: 80px 0 100px;
}
#business_block h3{
	display: flex;
    align-items: center;
	font-size:32px;
	font-weight: 100;
	letter-spacing:0.1em;
	margin-bottom:15px;
	font-family: 'Noto Serif JP', serif;
	position:relative;
}
#business_block h3:after {
    content: "";
    flex-grow: 1;
    border-top: 4px double;
    display: block;
    margin-left: 1em;
}
#business_block .business_wrap{
	margin-top:90px;
}
#business_block .business_wrap:first-child{
	margin-top:0;
}
#business_block .catch {
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.1rem;
    margin-bottom: 60px;
}
#business_block .text_box{
	width:48%;
}
#business_block .img_box{
	width:48%;
}
#business_block .name {
    color: #14439a;
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 100;
    line-height: 150%;
    margin-bottom: 20px;
}
#business_block .name span{
	display:block;
	 font-size: 18px;
}
#business_block .section {
	padding-bottom: 50px;
	overflow:hidden;
	background:#fff;
	padding:20px;
	margin-bottom:20px;
}
#business_block .section:last-of-type {
	padding-bottom: 0;
}
#business_block .season_box {
	width:500px;
	margin:0 auto;
	padding-top: 40px;
}
#business_block .season_box table{
	width: 100%;
}
#business_block .season_box table th {
    font-size: 14px;
    background: #d8dee7;
    padding: 15px;
    border: 1px solid #f2f2f2;
}
#business_block .season_box table td {
    font-size: 14px;
    vertical-align: middle;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #f2f2f2;
}
#business_block .season_box p{
    font-size: 18px;
    margin-bottom: 10px;
}
#business_block .season_box ul{
	display: flex;
	background:#d8dee7;
	padding:20px;	
}
#business_block .season_box ul li {
    margin-right: 10%;
}
#business_block .season_box ul li:last-child {
    margin-right: 0;
}
#business_block .sab_text {
	font-family: "Noto Sans Japanese";
	font-size:13px !important;	
	text-align:right;
}
#business_block .type_list{
	overflow:hidden;
}
#business_block .type_list li {
    float: left;
    width: 23.3333%;
    margin-right: 2%;
    background: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    height: 120px;
}
#business_block .type_list li span{
	position:absolute;
	top:50px;
	left:0;
	right:0;
	margin:0 auto;	
}
#business_block .type_list li:nth-child(4) {
	margin-right:0;	
	margin-bottom:20px;
}
#business_block .section_flow{
	overflow:hidden;
	margin-top:60px;
}
#business_block .section_flow .img_box{
	width:49%;
}
#business_block .section_flow .text_box{
	width:49%;
}


#business_block .cate{
    font-size: 21px;
    color: #0d295e;
	margin-bottom:15px;
	padding-left: 15px;
	font-family: 'Noto Serif JP', serif;
	position:relative;
}
#business_block .cate::before {
    content: "";
    width: 5px;
    height: 80%;
    background: #0d295e;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#business_block .text {
    margin-bottom: 40px;
	font-size: 16px;
	font-weight:100;
	font-family: 'Noto Serif JP', serif;
}

#business_block .timeline {
    width: 80%;
    margin: 0 auto;
}
#business_block .timeline li {
    position: relative;
	overflow:hidden;
	padding-bottom: 20px;
}
#business_block .timeline li:after{
	content: "";
    width: 3px;
    height: 100%;
    background: #d8dee7;
    position: absolute;
    left: 20%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: -10;
}
#business_block .timeline li:last-child:after{
	display:none;
}
#business_block .time{
	font-family: 'Noto Serif JP', serif;
	width: 40%;
    font-size: 16px;
    float: left;
	text-align:center;
	padding: 10px;
	background:#d8dee7;
}
#business_block .time span{
	display:block;
}
#business_block .work_conte {
    width: 50%;
    float: right;
	text-align: center;
}
#business_block .timeline_list {
	margin-left:20px;	
}
#business_block .title {
	font-size: 18px;
	color:#79c173;
	margin: 15px 0;
	position:relative;	
}
#business_block .title:first-child {
	margin: 0 0 15px 0;
}
#business_block .title:before{
	content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #79c173;
    margin-right: 10px;		
}
#business_block .work {
	font-size:14px;
	font-weight: 100;
	line-height: 200%;
	margin-top:10px;
	text-align:left;
}
#business_block .work_img {
    width: 27%;
	float: right;
    border: 4px solid #f6f1dc;
}
#business_block .example_box {
    border: 1px solid;
    padding: 20px;
    margin: 50px auto auto auto;
    width: 500px;
    text-align: center;
}
#business_block .example_box span {
	font-family: 'Noto Serif JP', serif;
    background: #0d295e;
    padding: 5px 10px;
	font-weight:100;
    border-radius: 20px;
    color: #fff;
}



@media screen and (max-width: 1100px) {
	
	#business_block .work_conte {
		width:50%;	
	}
	
}

@media screen and (max-width: 840px) {
	
	#business_block h3 {
		font-size: 24px;
	}
	#business_block .work_conte {
		width:45%;	
	}
	#business_block .season_box {
		width: 100%;
		padding-top: 20px;
	}
	#business_block .timeline {
		width: 100%;
	}
	#business_block .time {
		width:50%;	
	}
	#business_block .type_list{
		width:100%;	
	}
	#business_block .type_list li {
		width:49%;	
	}
	#business_block .type_list li:nth-child(even) {
		margin-right: 0;
		margin-bottom:20px;
	}
	#business_block .example_box {
		width:100%;	
		margin: 20px auto auto auto;
	}
}

@media screen and (max-width: 640px) {
	
	#business_block{
		padding: 40px 0;
	}
	#business_block .business_wrap {
		margin-top: 50px;
	}
	#business_block .type_list li {
		font-size:12px;
	}
	#business_block .text {
		font-size:14px;
    	margin-bottom: 30px;
	}
	#business_block .catch {
		font-size: 14px;
		margin-bottom: 30px;
	}
	#business_block h3 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	#business_block .text_box {
		float: none !important;
		width: 100%;
	}
	#business_block .img_box {
		float: none !important;
		width: 80%;
		margin: 0 auto;
		display: block;
		padding-top: 30px;
	}
	#business_block h3 {
		margin-bottom:20px;	
	}
	#business_block .time {
		width:100%;
		float:none;	
	}
	#business_block .work_conte {
		width:100%;
		float:none;
		text-align:center;	
		margin: 20px auto auto auto;
	}
	#business_block .work_img {
		width:100%;
		float:none;
		display:block;
		margin:20px auto 20px auto;		
	}
	#business_block .timeline li::after {
		display:none;	
	}
	#business_block .cate {
		font-size:18px;	
	}
	#business_block .work span {
		margin-bottom:15px;	
	}
	
}



/*@media screen and (max-width: 640px) {
	#business_block {
		padding: 40px 0;
	}
	#business_block section {
		padding-bottom: 40px;
	}
	#business_block h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#business_block p {
		margin-bottom: 20px;
	}
	#business_block ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#business_block ul li:last-child {
		margin-bottom: 0;
	}
}*/
