@charset "utf-8";
.cmn_mv__ttl {
    left: 20px;
}
.cmn_mv__ttl .cmn_mv__sub_ttl {
	margin-top: 0;
	margin-bottom: 12px;
}
.cmn_mv__ttl .cmn_mv__sub_ttl > span {
	font-size: 134%;
	margin-right: 10px;
}
.companyprofile__wrap {
	padding: 0 30px;
}
.companyprofile__list {
	margin-top: 30px;
}
.companyprofile__list dl {
	font-size: 16px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	border-top: 1px solid #333;
}
.companyprofile__list dl:last-child {
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
	margin-bottom: 0;
}
.companyprofile__list dl > dt {
	margin-bottom: 10px;
}
.sect01 {
	margin-top: 40px;
	margin-bottom: 50px;
}
.sect02 {
	margin-bottom: 50px;
}
.sect02 .companyprofile__list dd,
.sect03 .companyprofile__list dd {
	line-height: calc(20 / 16);
}
.sect03 {
	margin-bottom: 40px;
}
.sect04 {
	padding: 40px 0;
	background-color: #ECF0F4;
}
.companyprofile__history_item {
	display: flex;
	align-items: center;
}
.companyprofile__history_item dt {
	width: 124px;
	margin-right: 10px;
}
.companyprofile__history_item dd {
	width: 156px;
}
.companyprofile__history_item .circle {
	background-color: #10104B;
	display: flex;
	justify-content: center;
	align-items: center;
}
.companyprofile__history_item dt p {
	color: #fff;
}
.big_circle {
	width: 124px;
	min-height: 124px;
	border-radius: 50%;
	position: relative;
}
.big_circle > p {
	font-size: 20px;
	font-weight: bold;
}
.big_circle::before {
	display: block;
	content: "";
	width: 112px;
	height: 112px;
	border: 4px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 6px;
}
.small_circle {
	width: 67px;
	min-height: 67px;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
}
.small_circle > p {
	font-size: 14px;
	font-weight: bold;
}
.companyprofile__history_list .img_in {
	align-items: flex-start;
}
.companyprofile__history_item_txt {
	font-size: 13px;
	line-height: calc(20 / 13);
}
.companyprofile__history_list li:nth-child(1) {
	margin-bottom: 35px;
}
.companyprofile__history_list li:nth-child(2) {
	margin-bottom: 35px;
}
.companyprofile__history_list li:nth-child(3) {
	margin-bottom: 20px;
}
.companyprofile__history_list li:nth-child(4) {
	margin-bottom: 40px;
}
.companyprofile__history_list li:nth-child(5),
.companyprofile__history_list li:nth-child(6),
.companyprofile__history_list li:nth-child(7),
.companyprofile__history_list li:nth-child(9),
.companyprofile__history_list li:nth-child(10),
.companyprofile__history_list li:nth-child(11){
	margin-bottom: 25px;
}
.companyprofile__history_list li:nth-child(8){
	margin-bottom: 15px;
}
.companyprofile__history_list {
	position: relative;
}
.companyprofile__history_list::before {
	position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    height: 100%;
    width: 3px;
    background-color: #33BAD6;
    left: calc(124px / 2);
}
.sect05 {
	margin: 40px 0;
}
.companyprofile__sect05_list {
	font-size: 13px;
	line-height: calc(20 / 13);
}
.companyprofile__sect05_list dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #333;
	margin-bottom: 35px;
}
.companyprofile__sect05_list dl:last-child {
	margin-bottom: 0;
}
@media screen and (min-width:768px) {
	.sect04 {
		padding: 80px 0;
	}
	.companyprofile__list {
		margin-top: 60px;
	}
	.companyprofile__history_item dt {
		width: 168px;
		margin-right: 35px;
	}
	.companyprofile__history_item dd {
		width: calc(100% - 203px);
	}
	.companyprofile__history_list::before {
		left: calc(168px / 2);
	}
	.big_circle {
		width: 168px;
		min-height: 168px;
	}
	.big_circle::before {
		width: 153px;
		height: 153px;
		top: 8px;
    	left: 8px;
	}
	.big_circle > p {
		font-size: 28px;
	}
	.companyprofile__history_item_txt {
		font-size: 18px;
		line-height: calc(30 / 18);
	}
	.small_circle {
		width: 91px;
		min-height: 91px;
	}
	.small_circle > p {
		font-size: 18px;
	}
	.companyprofile__history_list .img_in {
		align-items: center;
		position: relative;
	}
	.companyprofile__history_list .img_in .companyprofile__history_item_txt {
		width: 353px;
	}
	.companyprofile__history_item_img {
		max-width: 220px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.img01 {
		top: -160px;
	}
	.img02 {
		top: -20px;
	}
	.img03 {
		top: -145px;
	}
	.img04 {
		top: -110px;
	}
	.companyprofile__history_list li:nth-child(1) {
		margin-bottom: 74px;
	}
	.companyprofile__history_list li:nth-child(2) {
		margin-bottom: 67px;
	}
	.companyprofile__history_list li:nth-child(3) {
		margin-bottom: 62px;
	}
	.companyprofile__history_list li:nth-child(4),
	.companyprofile__history_list li:nth-child(11),{
		margin-bottom: 76px;
	}
	.companyprofile__history_list li:nth-child(5), 
	.companyprofile__history_list li:nth-child(6), 
	.companyprofile__history_list li:nth-child(7), 
	.companyprofile__history_list li:nth-child(9), 
	.companyprofile__history_list li:nth-child(10){
		margin-bottom: 52px;
	}
	.companyprofile__history_list li:nth-child(8),
	.companyprofile__history_list li:nth-child(10){
		margin-bottom: 63px;
	}
	.sect05 {
		margin: 85px 0 80px;
	}
	.companyprofile__sect05_list {
		display: flex;
		flex-wrap: wrap;
		font-size: 16px;
		line-height: calc(25 / 16);
	}
	.companyprofile__sect05_list dl {
		width: calc((100% - 113px)/2);
		margin-right: 113px;
		margin-bottom: 55px;
	}
	.companyprofile__sect05_list dl:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (min-width:1025px) {
	.cmn_mv__ttl {
		left: 70px;
	}
	.companyprofile__wrap {
		padding: 0;
		max-width: 1000px;
		margin: 0 auto;
	}
	.companyprofile__wrap .sect01 {
		max-width: 800px;
		margin: 80px auto 95px;
	}
	.companyprofile__list dl {
		font-size: 18px;
		margin-bottom: 30px;
		padding-top: 30px;
		padding-left: 128px;
		display: flex;
		align-items: center;
	}
	.companyprofile__list dl:last-child {
		padding-bottom: 30px;
	}
	.companyprofile__list dl > dt {
		margin-bottom: 0;
		width: 190px;
	}
	.companyprofile__wrap .sect02 {
		max-width: 800px;
		margin: 0 auto 95px;
	}
	.sect02 .companyprofile__list dd,
	.sect03 .companyprofile__list dd {
		line-height: calc(25 / 18);
	}
	.companyprofile__wrap .sect03 {
		max-width: 800px;
		margin: 0 auto 80px;
	}
	.sect03 .companyprofile__list dl {
		padding-left: 65px;
	}
	.companyprofile__history_item_img {
		max-width: 376px;
	}
}