


/* -----------------------------------------------------------
    共通
-------------------------------------------------------------- */

@import url('css2-NotoSerifJPwght400500600700_swap.css');

.red-title {
    font-size: 2.2rem;
    color: var(--red);
    font-weight: bold;
	line-height: 1.4;
	margin: 0 0 15px;
	padding: 0 0 0 32px;
	position: relative;
}
.red-title::before {
	content: "";
	display: inline-block;
	background: url("../image/icon-section-title.svg") no-repeat center center / contain;
	width: 20px;
	height: 13px;
	position: absolute;
	left: 3px;
	top: 10px;
}

@media screen and (max-width: 768px){
	
	.red-title {
		font-size: 1.8rem;
		margin: 0 0 10px;
	}
	.red-title::before {
		top: 7px;
	}
	
	.bot-repair-area {
		padding: 50px 20px;
	}
	
	
}



/*    overview-area
-------------------------------------------------------------- */
.about-area {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 80px 0;
	font-family: 'Noto Serif JP', serif;
}
.about-area.ct {
	align-items: center;
}
.about-area .l {
	width: 50%;
	padding: 0 40px 0 calc((100% - 1200px) / 2);
	order: 1;
}
.about-area .red-title{
	font-family: 'Lato', 'Noto Sans JP','Lato',YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.about-area .section-catch{
	line-height: 1.4;
	font-size: 4rem;
	padding: 0;
	font-weight: 500;
	letter-spacing: .1em;
}
.about-area .basic-txt{
	margin: 20px 0 0;
}
.about-area .r {
	width: 50%;
	order: 2;
	max-height: 700px;
	min-height: 400px;
}

/* リスト */
.about-area ul {
	padding: 5px 0 60px;
}
.about-area ul li {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.6;
	margin: 10px 0 0 0;
	padding: 0 0 0 35px;
	position: relative;
}
.about-area ul li::before {
	content: '一．';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

/* 各イメージ */
.about-area .r {
	background: url("../image/img02.jpg") no-repeat center center / cover;
}



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

	.about-area {
		display: block;
		margin: 0;
		padding: 0 20px;
	}
	.about-area .l{
		width: auto;
		margin: 30px 0 40px;
		padding: 0;
	}
	.about-area .section-catch{
		padding: 0;
		font-size: 2.4rem;
	}
	.about-area .basic-txt{
		margin: 15px 0 0;
		line-height: 1.8;
	}
	.about-area .r {
		width: auto;
		height: 200px;
		max-height: inherit;
		min-height: inherit;
		margin: 30px 0 0;
	}
		
	/* リスト */
	.about-area ul {
		padding: 5px 0 30px;
	}
	.about-area ul li {
		font-size: 1.8rem;
		margin: 10px 0 0 0;
		padding: 0 0 0 35px;
	}
	.about-area ul li::before {
		top: 0;
	}

}



	
/* -----------------------------------------------------------
    message-area
-------------------------------------------------------------- */
.message-area{
	background: url("../image/bg-gray01.png") repeat left top;
	padding: 80px 0 50px;
	margin: 0;
	position: relative;
}
.message-area .inner{
	position: relative;
}
.message-area::before {
	content: "";
	background: url("../image/illust-watch04.png") center/cover, no-repeat;
	display: inline-block;
	width: 93px;
	height: 172px;
	position: absolute;
	right: calc( ( 100% - 1200px ) / 2 + 100px );
	top: -30px;
	z-index: 1;
}
.message-area::after {
	content: "";
	background: url("../image/illust-watch05.png") center/cover, no-repeat;
	display: inline-block;
	width: 79px;
	height: 158px;
	position: absolute;
	right: calc( ( 100% - 1200px ) / 2 - 10px );
	top: 60px;
}
.message-area .inner::before {
	content: "";
	background: url("../image/illust-watch06.png") no-repeat center center / contain;
	display: inline-block;
	width: 100px;
	height: 160px;
	position: absolute;
	left: calc( ( 100% - 1200px ) / 2 - 60px );
	bottom: -60px;
	z-index: 1;
}

.message-area .cmn-title-area{
}


/*コンテンツ*/
.message-box {
	width: 100%;
	background: #fff;
	padding: 60px 80px ;
	margin: 0 0 50px;
}
.message-area .wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 50px 0 0;
}
.message-area .wrap.ct {
	align-items: center;
}
.message-area .wrap .l {
	width: 55%;
	padding: 0 60px 0 calc((100% - 1200px) / 2);
	order: 1;
}
.message-area .wrap .section-catch{
	line-height: 1.5;
	font-size: 3.2rem;
	padding: 0;
}
.message-area .wrap .basic-txt{
	margin: 20px 0 0;
}
.message-area .wrap .basic-txt.wide{
	width: 1040px;
}

.message-area .wrap .r {
	width: 45%;
	order: 2;
	max-height: 600px;
	min-height: 450px;
}

/* 逆 */
.message-area .wrap.rev {
	padding: 20px 0 0;
}
.message-area .wrap.rev .l {
	order: 2;
	padding: 0 calc((100% - 1200px) / 2) 20px 70px;
}
.message-area .wrap.rev .r {
	order: 1;
}
.message-area .wrap.rev .basic-txt.wide{
	width: 1040px;
	margin: 20px 0 0 -540px;
}

/* 各イメージ */
.message-area .wrap.one .r {
	background: url("../image/hsp1207.jpg") no-repeat center center / cover;
}
.message-area .wrap.two .r {
	background: url("../image/1N4A7259.jpg") no-repeat center top / cover;
	/*background: url("../img/gallery/hsp1887.jpg") no-repeat center top / cover;*/
}



@media screen and (max-width: 768px) {
	
	.message-area{
		margin: 0 0 0;
		padding: 40px 20px 0;
	}
	.message-area::after {
		width: 50px;
		height: 101px;
		right: 60px;
		top: 10px;
	}
	.message-area::before {
		width: 59px;
		height: 110px;
		right: -10px;
		top: -30px;
	}
	.message-area .inner::before {
		display: none;
	}
	
	.message-area .cmn-title-area{
		margin: 0 0 20px;
	}
	.message-area .wrap .basic-txt.wide{
		width: auto;
	}
	
	/*コンテンツ*/
	.message-box {
		padding: 0 0 5px;
		margin: 0;
		background: none;
	}
	
	.message-area .wrap {
		display: block;
		margin: 0;
		padding: 0;
	}
	.message-area .wrap .l{
		width: auto;
		margin: 30px 0 40px;
		padding: 0;
	}
	.message-area .wrap .section-catch{
		padding: 0;
		font-size: 2.4rem;
	}
	.message-area .wrap .basic-txt{
		margin: 15px 0 0;
	}
	.message-area .wrap .r {
		width: auto;
		height: 200px;
		max-height: inherit;
		min-height: inherit;
		margin: 30px 0 0;
	}
	
	/* 逆 */
	.message-area .wrap.rev {
		padding: 0;
	}
	.message-area .wrap.rev .l {
		margin: 30px 0 40px;
		padding: 0;
	}
	.message-area .wrap.rev .r {
		order: 1;
	}
	.message-area .wrap.rev .basic-txt.wide{
		width: auto;
		margin: 15px 0 0;
	}
	
	
}


/* -----------------------------------------------------------
    cd-fixed-bg
-------------------------------------------------------------- */
.cd-fixed-bg {
	position: relative;
	min-height: 100%;
	background-image: url("../image/1N4A6695.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	height: 500px;
}
@media screen and (max-width: 768px){
	
	.cd-fixed-bg {
		height: auto;
		background: none;
	}
	.cd-fixed-bg img {
		width: 100%;
		height: 180px;
		object-fit: cover;
	}
	
}


/* -----------------------------------------------------------
    company-area
-------------------------------------------------------------- */

.company-area{
	padding: 80px 0;
	position: relative;
}

.company-area .inner{
	display: flex;
	justify-content: space-between;
}

.company-area .inner .l{
	width: 50%;
}
.company-area .inner .r{
	width: 44%;
}

/*企業情報*/
.company-area .cmn-table th{
	white-space: nowrap;
}

/*沿革*/
.timeline {
	margin: 30px 0 0;
}

.timeline > li {
	overflow: hidden;
	margin: 0;
	position: relative;
}
.timeline-date {
	width: 110px;
	float: left;
	margin: 15px 0 0;
	line-height: 1.5;
	font-size: 1.4rem;
}
.timeline-content {
	width: calc(100% - 110px);
	float: left;
	border-left: 3px #ddd solid;
	padding: 14px 0 10px 30px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.timeline-content:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #7C7C84;
	position: absolute;
	left: 107px;
	top: 22px;
	border-radius: 100%;
}
.timeline-content .s {
	font-size: 1.4rem;
	display: block;
	margin: 5px 0 0;
}

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

	.company-area {
		padding: 40px 20px 50px;
	}
	.company-area .inner{
		display: block;
	}
	.company-area .inner .l{
		width: auto;
		margin: 0 0 40px;
	}
	.company-area .inner .r{
		width: auto;
	}
	
	.company-area th{
		white-space: normal;
	}
	
	
	.timeline-date {
		width: 90px;
		margin: 15px 0 0;
	}
	.timeline-content {
		width: calc(100% - 90px);
		padding: 14px 0 10px 20px;
	}
	.timeline-content:before {
		left: 87px;
		top: 20px;
	}
	.timeline-content .s {
		margin: 10px 0 0;
	}

	
}


