
/***********************
	pcのみ
	********************/

@media screen and (min-width: 769px) {
	
.lower_circleArea{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.lower_circleArea .g_ring{
	max-width: 356px;
	position: absolute;
	right: 30%;
	top: -100px;
}

.lower_circleArea .y_circle{
	max-width: 544px;
	position: absolute;
	top: 400px;
	right: -50px;
}

.about_navArea{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	margin-top: 100px;
	z-index: 1000;
	display: none;
}

.about_navArea ul{
	box-sizing: border-box;
	display: flex;
}

.about_navArea ul li{
	width: 25%;
	margin-right: 1px;
	text-align: center;
}

.about_navArea ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 25px 0;
	background-color: #181b20;
	color: #fff;
}

.about_fixed{
	position: fixed;
	top: 0;
	background-color: #fff;
}


/*******
 main
******/
.contents .about_top_sec{
	padding-top: 150px;
	padding-bottom: 0;
}

.sec_ttl{
	margin-bottom: 0;
}

.sec_ttl span{
	display: block;
	font-size: 18px;
	margin-top: 30px;
}



.sec_ttl_s{
	font-size: 2.2em;
}

.sec_ttl_s span{
	display: block;
	font-size: 16px;
	margin-top: 15px;
}


.contents .about_lead_sec{
	
}

.about_lead_sec .lead_box{
	
}

.about_lead_sec .lead_box .imgArea{
	width: 330px;
	display: block;
}

.about_lead_sec .lead_box .txtArea{
	width: 100%;
	display: block;
	vertical-align: middle;
	margin-top: 35px;
}

.about_lead_sec .lead_box .txtArea p{
	margin-bottom: 35px;
	line-height: 2.2em;
	font-size: 1.1em;
}

.about_lead_sec .lead_box .txtArea .strong{
	font-weight: bold;
}

.about_way_sec{
	width: 100%;
	background-color: #f8f8f8;
	
}

.about_way_sec .way_list{
	margin: 80px auto 0px;
}

.about_way_sec .way_list dl{
	display: flex;
	margin-bottom: 40px;
}

.about_way_sec .way_list .last{
	margin-bottom: 0;
}

.about_way_sec .way_list dl dt{
	width: 340px;
	color: #5bb431;
	position: relative;
}

.about_way_sec .way_list dl dt::before{
	content: "";
	display: block;
	width: 22px;
	height: 2px;
	background-color: #222222;
	margin-bottom: 15px;
}

.about_way_sec .way_list dl dd{
	width: 660px;
}

.about_way_sec .way_list dl dd h4{
	font-size: 1.6em;
	margin-bottom: 20px;
	letter-spacing: normal;
}

.about_way_sec .way_list dl dd p{
	line-height: 2em;
}

.about_business_sec{
	width: 100%;
	background-color: #16191e;
	color: #fff;
}

.about_business_sec .business_list{
	margin: 80px auto 0;
	
}

.about_business_sec .business_list ul li{
	display: flex;
	
}

.about_business_sec .business_list ul li:first-child{
	margin-bottom: 80px;
}

.about_business_sec .business_list .imgArea{
	width: 410px;
}

.about_business_sec .business_list .txtArea{
	margin-left: 60px;
	width: 520px;
	box-sizing: border-box;
}

.about_business_sec .business_list .txtArea span{
	margin: 15px auto;
	letter-spacing: normal;
	display: block;
}

.about_business_sec .business_list .txtArea h4{
	font-size: 1.65em;
	margin-bottom: 20px;
	letter-spacing: normal;
	position: relative;
}

.about_business_sec .business_list .txtArea h4::before{
	content: "";
	display: block;
	width: 75px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	top: 10px;
	left: -100px;
}

.about_business_sec .business_list .txtArea p{
	line-height: 2em;
}

.contents .about_company_sec{
	padding-bottom: 0;
}

.about_company_sec .profile{
	margin: 80px auto 120px;
}

.about_company_sec .profile dl{
	margin-bottom: 50px;
	border-bottom: solid 1px #d2d2d2;
	padding-bottom: 40px;
	margin-bottom: 40px;
	display: flex;
}

.about_company_sec .profile dl dt{
	font-size: 1.1em;
	font-weight: bold;
	width: 30%;
	max-width: 330px;
}


.about_company_sec .profile dl dd{
	width: 70%;
	line-height: 2em;
}


.about_company_sec .profile dl dd p{
	
}

.about_company_sec .profile dl dd ul{
	line-height: 2em;
	margin-top: 40px;
}


.contents .about_access_sec{
	padding-bottom: 0;
}

.about_access_sec{
	width: 100%;
	position: relative;
}

.about_access_sec .b_bg{
	width: 65%;
	height: 440px;
	background-color: #245e8b;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transform-origin: right;
	transform: scaleX(0.0001);
	transition: all 1s cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.about_access_sec .b_bg.bg_move.visible{
	transform: scaleX(1);
}

.about_access_sec .mapArea{
	width: 100%;
	height: 435px;
	margin: 80px auto 50px;
	position: relative;
	z-index: 10;
}

.about_access_sec .mapDetail{
	margin-bottom: 120px;
	display: flex;
	justify-content: space-between;
}

.about_access_sec .mapDetail .address{
	
}

.about_access_sec .mapDetail .address p{
	color: #222222;
	line-height: 2em;
}

.about_access_sec .mapDetail .mapBtn{
	width: 310px;
	height: auto;
}

.about_access_sec .mapDetail .mapBtn a{
	display: block;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	color: #fff;
	background-color: #5bb431;
	font-weight: bold;
	border-radius: 80px;
	letter-spacing: 0.1em;
	
}


/*20211105追加*/
.about_company_sec .news_moving{
	margin: 0 auto 70px;
}

.about_company_sec .news_moving h4{
	font-size: 1.5em;
	margin-bottom: 20px;
}

.about_company_sec .news_moving p{
	line-height: 2em;
}

#company{
	margin-top:-70px;
  padding-top:170px;
}


}


/***********************
	spのみ
	********************/
@media screen and (max-width: 768px) {
.lower_circleArea{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.lower_circleArea .g_ring{
	max-width: 356px;
	width: 40%;
	position: absolute;
	left: -5%;
	top: -50px;
}

.lower_circleArea .y_circle{
	max-width: 544px;
	width: 60%;
	position: absolute;
	top: 200px;
	right: -10%;
}



/*******
 main
******/
.contents .about_top_sec{
	padding-top: 150px;
	padding-bottom: 0;
}

.sec_ttl span{
	display: block;
	font-size: 18px;
	margin-top: 30px;
}



.sec_ttl_s{
	font-size: 1.8em;
}

.sec_ttl_s span{
	display: block;
	font-size: 14px;
	margin-top: 15px;
}


.contents .about_lead_sec{
	padding-top: 60px;
}

.about_lead_sec .lead_box{
	
}

.about_lead_sec .lead_box .imgArea{
	width: 100%;
	margin-bottom: 30px;
}

.about_lead_sec .lead_box .txtArea{
	width: 100%;
	display: block;
}

.about_lead_sec .lead_box .txtArea p{
	margin-bottom: 20px;
	line-height: 2em;
	font-size: 4.2vw;
}

.about_lead_sec .lead_box .txtArea .strong{
	font-weight: bold;
	margin-bottom: 0;
}

.about_way_sec{
	width: 100%;
	background-color: #f8f8f8;
	
}

.about_way_sec .way_list{
	margin: 50px auto 0px;
}

.about_way_sec .way_list dl{
	margin-bottom: 50px;
}

.about_way_sec .way_list dl dt{
	color: #5bb431;
	position: relative;
	margin-bottom: 24px;
}

.about_way_sec .way_list dl dt::before{
	content: "";
	display: block;
	width: 22px;
	height: 2px;
	background-color: #222222;
	margin-bottom: 15px;
}

.about_way_sec .way_list dl dd{
	width: 100%;
}

.about_way_sec .way_list dl dd h4{
	font-size: 1.2em;
	margin-bottom: 10px;
	letter-spacing: normal;
}

.about_way_sec .way_list dl dd p{
	line-height: 2em;
}

.about_business_sec{
	width: 100%;
	background-color: #16191e;
	color: #fff;
}

.about_business_sec .business_list{
	margin: 70px auto 0;
	
}

.about_business_sec .business_list ul li{
	
	
}

.about_business_sec .business_list ul li:first-child{
	margin-bottom: 80px;
}

.about_business_sec .business_list .imgArea{
	width: 100%;
}

.about_business_sec .business_list .txtArea{
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}

.about_business_sec .business_list .txtArea .bl_ttl{
	min-width: 290px;
	width: 65%;
	background-color: #16191e;
	position: absolute;
	top: -50px;
	z-index: 100;
	
}

.about_business_sec .business_list .txtArea span{
	margin: 25px auto 15px;
	letter-spacing: normal;
	display: inline-block;
	font-size: 0.9em;
	margin-left: 0px;
}

.about_business_sec .business_list .txtArea h4{
	font-size: 1.1em;
	margin-bottom: 20px;
	letter-spacing: normal;
	position: relative;
	display: inline-block;
	margin-left: 5px;
}

.about_business_sec .business_list .txtArea .bl_ttl::before{
	content: "";
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: #fff;
	vertical-align: middle;
	margin-right: 10px;

}

.about_business_sec .business_list .txtArea p{
	line-height: 2em;
	padding-top: 30px;
}

.contents .about_company_sec{
	padding-bottom: 0;
}

.about_company_sec .profile{
	margin: 50px auto;
}

.about_company_sec .profile dl{
	margin-bottom: 50px;
	border-bottom: solid 1px #d2d2d2;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.about_company_sec .profile dl dt{
	font-size: 3.6vw;
	font-weight: bold;
	margin-bottom: 25px;
}


.about_company_sec .profile dl dd{
	line-height: 2em;
}


.about_company_sec .profile dl dd p{
	
}

.about_company_sec .profile dl dd ul{
	line-height: 2em;
	margin-top: 40px;
}


.contents .about_access_sec{
	padding-bottom: 0;
}

.about_access_sec{
	width: 100%;
	position: relative;
}

.about_access_sec .b_bg{
	width: 55%;
	height: 240px;
	background-color: #245e8b;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transform-origin: right;
	transform: scaleX(0.001);
	transition: all 1s cubic-bezier(0.860, 0.000, 0.070, 1.000);

}
.about_access_sec .b_bg.bg_move.visible {
	transform: scaleX(1);
}

.about_access_sec .mapArea{
	width: 100%;
	height: 435px;
	margin: 70px auto 50px;
	position: relative;
	z-index: 10;
}

.about_access_sec .mapDetail{
	margin-bottom: 120px;
}

.about_access_sec .mapDetail .address{
	
}

.about_access_sec .mapDetail .address p{
	color: #222222;
	line-height: 2em;
}

.about_access_sec .mapDetail .mapBtn{
	width: 70%;
	height: auto;
	margin: 50px auto 0;
}

.about_access_sec .mapDetail .mapBtn a{
	display: block;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	color: #fff;
	background-color: #5bb431;
	font-weight: bold;
	border-radius: 80px;
	letter-spacing: 0.1em;
	font-size: 3.2vw;
	
}

/*20211105追加*/
.about_company_sec .news_moving{
	margin: 0 auto 50px;
}

.about_company_sec .news_moving h4{
	font-size: 1.3em;
	margin-bottom: 20px;
}

.about_company_sec .news_moving p{
	line-height: 2em;
}


}