@charset "UTF-8";

/*見出し*/
.content_wrapper .heading.block_header_1, .content_wrapper .heading.block_header_6 {
    flex-direction: row-reverse;
    align-items: center;
	justify-content: flex-end;
    padding-top: 80px;
}
.heading.block_header_1 p:before,
.heading.block_header_6 .h:before {
    content: "";
    position: absolute;
    top: -25px;
    left: -100px;
    width: 150px;
    height: 2px;
    background: #0066cc;
    border: none;
    border-radius: 0;
    transform: rotate( 135deg );
}
.heading.block_header_1 p:after, 
.heading.block_header_6 .h:after {
    content: none;
}
.heading.block_header_1 p,
.heading.block_header_6 .h {
    color: #0066cc;
    font-family: sans-serif;
    font-size: 40px !important;
    font-weight: bold;
    letter-spacing: 0 !important;
    padding: 0;
}
.heading.block_header_1 .h, 
.heading.block_header_6 p {
    padding-left: 22px;
}
/*---------------*/
.heading.block_header_2 .h{
	border-bottom: none;
	font-size: 2.5rem;
	padding-top: 45px;
	color: #0066a5
}
.heading.block_header_2 p{
	color: #0066cc;
	font-size: 1.8rem;
	padding-top: 10px;
}
.heading.block_header_2 .h,
.heading.block_header_2 p{
	padding-left: 0;
}
.heading.block_header_2 .h:before{
    content: "";
    position: absolute;
    top: 30px;
    left: -30px;
    width: 65px;
    height: 2px;
    background: #0066cc;
    border: none;
    border-radius: 0;
    transform: rotate( 135deg );
}
/*---------------*/
.heading.block_header_4 .h{
	font-size: 2.5rem;
}


.heading.block_header_7 .h{
	font-size: 2.5rem;
	margin-bottom: 30px;
}
@media screen and (max-width: 600px){
	.heading.block_header_1 p:before, 
	.heading.block_header_6 .h:before{
		top: -45px;
		left: -20px;
		width: 100px;
	}
	.heading.block_header_1 p, 
	.heading.block_header_6 .h{
		font-size: 30px !important;
	}
/*---------------*/
	.heading.block_header_2 .h:before{
		top: 20px;
		left: -10px;
		width: 55px;
	}
	.heading.block_header_2 p{
		font-size: 1.6rem !important;
	}
/*---------------*/
	.heading.block_header_7 .h{
		font-size: 2rem;
	}
/*---------------*/
	.block_header_4 .h{
		font-size: 2.2rem !important;
	}
}
@media screen and (max-width: 450px){
	.content_wrapper .heading.block_header_1, 
	.content_wrapper .heading.block_header_6{
		justify-content: center;
	}
}

/*lv*/
#lv p span:before{
	position: absolute;
	display: block;
	content: "会社概要";
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: none;
	box-shadow: none;
	pointer-events: none;
	font-size: 2.5rem;
	letter-spacing: 0;
}
#lv p span{
	padding-bottom: 40px;
}
@media screen and (max-width: 900px){
	#lv p span{
		padding-bottom: 25px !important;
	}
}

/*COMPANY背景*/
#bg+.widget_shop01{
	position: relative;
	overflow: visible;
	z-index: 1;
}
#bg+.widget_shop01:before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 150vh;
	top: 15px;
	left: 0;
	background-image: url("/common/upload_data/next-service08com/image/COMPANY.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 220px;
	pointer-events: none;
}
@media screen and (max-width: 600px){
	#bg+.widget_shop01:before{
		left: -5px;
		height: 150vh;
		opacity: 0.65;
	}
}

/*panくず*/
#pan{
	display: none;
}

/*企業概要*/
.widget_shop01 .heading.block_header_4{
	display: none;
}
.widget_shop01 dl{
	border: none !important;
}
.widget_shop01 dt,
.widget_shop01 dd{
	border-bottom: 1px solid #0067cb;
}
.widget_shop01 dl:first-of-type dt,
.widget_shop01 dl:first-of-type dd{
	border-top: 1px solid #0067cb;
}
.widget_shop01 dt{
    color: #0067cb;
    font-weight: bold;
}
.widget_shop01 dd{
    padding-left: 0px;
    margin-left: 20px;
    display: block;
}
@media screen and (max-width: 700px){
	.widget_shop01 dd{
		margin-left: 0;
	}
	.widget_shop01 dt{
		border-bottom: 1px dotted #0067cb;
	}
	.widget_shop01 dl:first-of-type dd{
		border-top: none;
	}
	.widget_shop01 .wrapper_item{
		margin-bottom: 20px;
	}
}

/*沿革*/
#year+.contents_box01 .wrapper_item,
#h_year+.hp .content_wrapper .heading.block_header_2{
	max-width: 800px;
	margin: auto;
	align-items: center;
	justify-content: center;
}
#year+.contents_box01 .inner_item_img,
#year+.contents_box01 .inner_item_txt{
	flex-basis: auto;
	max-width: none;
}
#year+.contents_box01 .inner_item_img{
	position: relative;
	padding-right: 50px;
}
#year+.contents_box01 .inner_item_img:before{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #0067cb;
	pointer-events: none;
}
#year+.contents_box01 .inner_item_img:after{
	position: absolute;
	display: block;
	content: "";
	right: -3.5px;
	width: 8px;
	height: 8px;
	top: calc(50% - 4px);
	border-radius: 50px;
	background: #0067cb;
	pointer-events: none;
}
#year+.contents_box01 .inner_item_img img{
	max-width: 140px !important;
	padding: 20px 0;
}
#year+.contents_box01 .inner_item_txt{
	display: flex;
	align-items: center;
	width: 410px;
}
#year+.contents_box01 .heading.block_header_2 .h{
	font-size: 1.8rem;
	color: #0067cb;
	padding-top: 0;
	width: 50px;
	padding: 0 10px 0 0px;
}
#year+.contents_box01 .inner_item_txt .heading{
	margin-bottom: 0;
}
#year+.contents_box01 .heading.block_header_2 .h::before{
	display: none;
}
@media screen and (max-width: 900px){
	#year + .contents_box01 .inner_item_img, 
	#year + .contents_box01 .inner_item_txt,
	#year + .contents_box01 .inner_item_txt .heading,
	#year + .contents_box01 .inner_item_txt p{
		display: inline-block;
		margin-bottom: 0;
	}
	#year + .contents_box01 .wrapper_item{
		display: flex;
		flex-direction: row;
	}
	#year + .contents_box01 .heading.block_header_2 .h{
		padding: 0 10px 0 0px;
	}
	#year + .contents_box01 .inner_item_img{
		padding-right: 20px;
		padding-left: 0;
		margin-right: 5px;
	}
}
@media screen and (max-width: 750px){
	#h_year+.hp{
		padding-bottom: 10px;
	}
	#year + .contents_box01 .inner_item_img img{
		max-width: 100px !important;
	}
	#year + .contents_box01 .inner_item_txt p{
		word-break: break-all;
	}
}
@media screen and (max-width: 480px){
	#year + .contents_box01 .inner_item_img img{
		padding: 40px 0;
	}
	#year + .contents_box01 .inner_item_txt{
		padding-left: 10px !important;
		padding-right: 0px !important;
		display: flex;
	}
}
@media screen and (max-width: 450px){
	#year + .contents_box01 .heading.block_header_2 .h{
		padding: 0 15px 0 0px;
    	text-align: center;
	}
}