@charset "utf-8";


/* --------------------------------------------------------
 
  会社案内/レイアウト

---------------------------------------------------------- */
.company-v3 .company-layout{
	margin:0 auto;
	display: flex;
	justify-content: space-between;
/*	flex-wrap:wrap;*/

}
.company-v3 .company-layout .company-content-main{
	width:800px;
	margin-right:50px;
	padding:50px 0 150px 0;
}
.company-v3 .company-layout .company-content-main h2{
	border-bottom: 2px solid #ddd;
	padding:0 0 20px 0;
	position: relative;
	font-size:20px;
	margin-bottom:1em;
}
.company-v3 .company-layout .company-content-main h2:after {
    background-color: #e30d6c;
}
.company-v3 .company-layout .company-content-main h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.company-v3 .company-layout .company-content-main h3{
	background:#eee;
	padding:15px 15px;
	border-radius:3px;
	margin-bottom:2em;
	font-weight: 600;
}

.company-v3 .company-layout .company-content-side{
	flex:1;
	padding:50px 0;
}
.company-v3 .company-layout aside.company-content-side-nav h3{
	border-bottom: 2px solid #ddd;
	padding:0 0 20px 0;
	position: relative;
	font-size:20px;
}
.company-v3 .company-layout aside.company-content-side-nav h3:after {
    background-color: #e30d6c;
}
.company-v3 .company-layout aside.company-content-side-nav h3:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
}


.company-v3 .company-layout aside.company-content-side-nav ul{
	list-style-type: none;
	margin:0;
	padding: 0;
}
.company-v3 .company-layout aside.company-content-side-nav ul li{
	list-style-type: none;
	margin:0;
	padding: 0;
}

.company-v3 .company-layout aside.company-content-side-nav ul li a{
	display: block;
	padding:15px 20px 15px 8px;
	border-bottom:solid 1px #ddd;
	font-size:14px;
	position: relative;

	transition: 0.5s;
}
.company-v3 .company-layout aside.company-content-side-nav ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 0.4em;   /* arrow size */
	height: 0.4em;  /* arrow size */
	border-top: 1px solid #808080;  /* thickness, color */
	border-right: 1px solid #808080;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.company-v3 .company-layout aside.company-content-side-nav ul li a:hover{
	background:#ffdfed;
}

@media screen and (max-width:840px) { 
	.company-v3 .company-layout{
		flex-wrap:wrap;
	}
	.company-v3 .company-layout .company-content-main{
		width:100%;
		margin-right:0;
		padding-left:20px;
		padding-right:20px;
		padding-bottom:50px;
	}
	.company-v3 .company-layout .company-content-side{
		width:100%;
		background:#e5f3ff;
		padding:30px 20px;
		padding-bottom:50px;
	}

	.company-v3 .company-layout .company-content-main h2{
		font-size:18px;
	}
	.company-v3 .company-layout aside.company-content-side-nav h3{
		font-size:16px;
	}

	.company-v3 .company-layout aside.company-content-side-nav ul{
		border-left:solid 1px #ddd;
		border-right:solid 1px #ddd;
	}
	.company-v3 .company-layout aside.company-content-side-nav ul li a{
		background:#fff;
	}

}



.company-v3 .company-main-common-section{

}
.company-v3 .company-main-common-section p{
	line-height:2;
}
.company-v3 .company-main-common-section ol{
	margin-left:0;	

}
.company-v3 .company-main-common-section ol li{
	line-height:2;
}
.company-v3 .company-main-common-section .keyword{
	line-height:2;
	font-size:28px;
	color:#d42678;
	padding:10px 0;
}

.company-v3 .company-main-common-section .hinshitsu-head-text{
	text-align:center;
	color:#d42678;
	margin-bottom:15px;
}
.company-v3 .company-main-common-section .hinshitsu-head-text strong{
	font-size:18px;

}
.company-v3 .company-main-common-section .hinshitsu-head-text .en{
	font-size:0.9em;
	color:#7d6623;
}

.company-v3 .company-main-common-section .hinshitsu-body-text{
	padding:10px 20px;

}

.company-v3 .company-main-common-section .lead-text{
	line-height:2;

}

.company-v3 .company-main-common-section .head-msg{
	text-align:center;
	line-height:2;
	font-size:24px;
	font-weight: 700;
}
.company-v3 .company-main-common-section .head-text{
	text-align: center;
	line-height:2;
}
.company-v3 .company-main-common-section .head-msg .sp-br{
	display: none;
}

@media screen and (max-width:840px) { 

	.company-v3 .company-main-common-section .head-msg{
		font-size:18px;
	}
	.company-v3 .company-main-common-section .head-msg .sp-br{
		display: block;
	}
	.company-v3 .company-main-common-section p{
		font-size:14px;
	}
	.company-v3 .company-main-common-section .hinshitsu-head-text strong{
		font-size:16px;
	}
	.company-v3 .company-main-common-section .hinshitsu-body-text{
		padding:10px 10px;
		font-size:14px;
	}

}



.company-v3 .rinen-block{
	line-height:2;
	background:#f7f6f3;
	border-radius:5px;
	padding:30px 30px;
}
.company-v3 .rinen-block .title{
	text-align:center;
	margin-bottom:1em;
	font-size:24px;
	font-weight: 700;;
	background:none;
}
.company-v3 .rinen-block .inbox{
	background:#fff;
	border-radius:5px;
	padding:20px;
}
.company-v3 .rinen-block .inbox .keyword{
	text-align:center;
	color:#d42678;
	font-size:24px;
	font-weight: 700;
}
.company-v3 .rinen-block .inbox .text{
	text-align: center;
	padding:20px;
}

.company-v3 .rinen-block .inbox .text .flex-block{
	display: flex;
	justify-content: space-between;
}
.company-v3 .rinen-block .inbox .text .flex-block .t-box{
	box-sizing: border-box;
	width:32%;
	background:#f7f6f3;
	padding:15px;
	border-radius:5px;
}

.company-v3 .rinen-block .inbox .text .flex-block5{
	display: flex;
	justify-content: space-between;
	align-content: center;

}
.company-v3 .rinen-block .inbox .text .flex-block5 .t-box5{
	box-sizing: border-box;
	width:19%;
	background:#f7f6f3;
	padding:15px 5px;
	line-height: 1.5;
	border-radius:5px;
	
}
@media screen and (max-width:840px) { 

	.company-v3 .rinen-block{
		padding:10px;
	}

	.company-v3 .rinen-block .inbox .keyword{
		font-size:20px;
	}

	.company-v3 .rinen-block .inbox{
		padding:10px;
	}
	.company-v3 .rinen-block .inbox .text{
		padding:20px 5px;
	}


	.company-v3 .rinen-block .inbox .text .flex-block{
		flex-wrap: wrap;
	}
	.company-v3 .rinen-block .inbox .text .flex-block .t-box{
		width:100%;
		margin-bottom:10px;
	}
	
	.company-v3 .rinen-block .inbox .text .flex-block5{
		flex-wrap: wrap;
	}
	.company-v3 .rinen-block .inbox .text .flex-block5 .t-box5{
		width:100%;
		margin-bottom:10px;
	
	}

}




/* ---------------------- */


.action-plan-table-title{
	margin-bottom:10px;
}
.action-plan-table{
	width:100%;
	border-collapse:separate;
	border-spacing:0;
	margin-bottom:25px;
	border-right:solid 1px #ddd;
	border-left:solid 1px #ddd;
	border-top:solid 1px #ddd;

}
.action-plan-table th, .action-plan-table td{
	padding:10px;
	border-bottom:solid 1px #ddd;
}
.action-plan-table th{
	background:#f5f5f5;
}



/* --------------------------------------------------------
 
  会社案内/ヘッダ

---------------------------------------------------------- */
.company-v3 .company-header-section{
/*
	background:url(../img/company/bg_company_header_pc.jpg) no-repeat top center;

	
	background:var(--main-comp-color);
	height:120px;
	background-size:cover;
	*/

	background-image: url(../img/company/bg_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height:280px;

}
.company-v3 .company-header-section-inner{
	display: flex;
	align-items: center;
	height:280px;
}
.company-v3 .company-header-section-inner .page-title{
	padding: 30px 40px;
    background: #000418e3;
}
.company-v3 .company-header-section-inner h1{
	color:#fff;
	font-size:24px;
}



@media screen and (max-width:840px) { 
	.company-v3 .company-header-section-inner{
		justify-content: center;
	}
	.company-v3 .company-header-section-inner .page-title{
		padding: 15px 20px;
		background: #000418e3;
	}
	.company-v3 .company-header-section-inner h1{
		font-size:20px;
	}
	


}




/* --------------------------------------------------------
 
  会社案内/サブメニュー

---------------------------------------------------------- */
.company-v3 .company-sub-nav-section{
	/* background:#eee; */
	/* padding-top:10px; */
	/* margin-top:20px; */
}
.company-sub-nav-section-footer{
	margin-top:100px;
}
.company-v3 .company-sub-menu{
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	flex-wrap:wrap;
	margin:0;
	padding:0;
}
.company-v3 .company-sub-menu li{
	width:20%;
}
.company-v3 .company-sub-menu li a{
	display: block;
	background:#fff;
	padding:20px;
	text-align:center;
	/* order:solid 1px #ddd; */
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	/* border-top:solid 1px #ddd; */
	color:#333;
	font-weight:600;
	cursor: pointer;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.company-v3 .company-sub-menu-footer li a{
	border-bottom:0;
	border-top:solid 1px #ddd;

}

.company-v3 .company-sub-menu li:first-child a{
	border-left:solid 1px #ddd;
}

.company-v3 .company-sub-menu li a:hover{
	text-decoration:none;
	border-bottom:solid 1px #fff;
	/*background:#d42678;*/
	background:var(--main-comp-color);
	/*color:#fff;*/
	color:#ffffff;
}
.company-v3 .company-sub-menu li a.active{
	border-bottom:solid 1px #fff;
	/*background:#d42678; */
	background:#c0ddfd;
	background:var(--main-comp-color);
	color:#ffffff;
}

@media screen and (max-width:840px) { 
	.company-v3 .company-sub-menu{
		flex-wrap: nowrap;
	}
	.company-v3 .company-sub-menu li{
		width:100%;
	}
	.company-v3 .company-sub-menu li a{
		font-size:13px;	
		padding:20px 0;
		border-radius:0;
	}


}







/* --------------------------------------------------------
 
  会社概要

---------------------------------------------------------- */
.company-v3 .company-about-section{
	margin-bottom:80px;
}
.company-v3 .company-about-section .comapny-about-photo{
	margin-bottom:30px;
}
.company-v3 .company-about-section .comapny-about-photo img{
	border-radius:8px;
	width:100%;
}


/* 会社概要テーブル
---------------------------------------------------------- */
.company-v3 .table-company{
	width:100%;
	border-collapse:separate;
	border-top:solid 1px #ccc;
	border-spacing:0px;
}
.company-v3 .table-company th,
.company-v3 .table-company td{
	padding:25px 10px;
	line-height:1.8;
	border-bottom:solid 1px #ccc;
}
.company-v3 .table-company td{

}
.company-v3 .table-company th{
	padding-left:0;
	width:180px;
}
.company-v3 .table-company td .branch-box{
	margin-bottom:1em;
}
.company-v3 .table-company td .branch-box strong{
	font-size:1.1em;
}



@media screen and (max-width:840px) { 
	.company-v3 .company-about-section{
		/*padding-left:15px;*/
		/*padding-right:15px;*/
	}
	.company-v3 .table-company th,
	.company-v3 .table-company td{
		width:100%;
		display: block;
		padding:10px 10px;
		font-size:0.9em;
	}
	.company-v3 .table-company th{
		padding:5px 10px;

	}
	.company-v3 .table-company td{
		padding-bottom:20px;
	}
}





/* --------------------------------------------------------
 
  会社案内トップ

---------------------------------------------------------- */


/* 会社案内トップメッセージ
---------------------------------------------------------- */
.company-v3 .company-index-top-msg-section{

}
.company-v3 .company-index-top-msg-section .copy-box{
	text-align:center;
	padding:0 0 50px 0;
}
.company-v3 .company-index-top-msg-section .copy-text{
	font-size:40px;
	color:#d42678;
	font-weight:600;
}
.company-v3 .company-index-top-msg-section .copy-text span{
	font-size:18px;
}
.company-v3 .company-index-top-msg-section .copy-box p{
	line-height:1.8;
	padding:10px 0;
}


/* 会社案内トップメニュー
---------------------------------------------------------- */
.company-v3 .company-index-menu-section{
	margin-top:50px;
}
.company-v3 h2.company-index-title{
	border-bottom: 2px solid #ddd;
    padding: 0 0 20px 0;
    position: relative;
    font-size: 20px;
    margin-bottom: 2em;
}
.company-v3 h2.company-index-title:after{
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	background-color: #e30d6c;
}

.company-v3 .company-index-menu{
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	flex-wrap:wrap;
}
.company-v3 .company-index-menu div.menu-box{
	width:32%;
	margin-bottom:50px;
	transition: color .5s ease, background-color .5s ease;
	background:#eee;
	border-radius:8px;
}


.company-v3 .company-index-menu div.menu-box a{
	display: block;
	width:100%;
}
.company-v3 .company-index-menu div.menu-box a:hover{
	text-decoration: none;
}
.company-v3 .company-index-menu div.menu-box a img{
	width:100%;
	border-radius:8px 8px 0 0;
}
.company-v3 .company-index-menu div.menu-box a .menu-content{
	padding:25px 25px;
}
.company-v3 .company-index-menu div.menu-box a .menu-content h2{
	color:#333;
	margin-bottom:10px;
}
.company-v3 .company-index-menu div.menu-box a .menu-content p{
	color:#333;
	font-size:15px;
	line-height:1.5;
}
.company-v3 .company-index-menu div.menu-box:hover{
	background:var(--main-color);
}
.company-v3 .company-index-menu div.menu-box:hover a .menu-content h2,
.company-v3 .company-index-menu div.menu-box:hover a .menu-content p{
	color:#fff;
}

.company-v3 .company-index-menu div.menu-box-blank{
	background:none;
}
.company-v3 .company-index-menu div.menu-box-blank:hover{
	background:none;
}

.company-v3 .company-index-torikumi-section{
	margin-bottom:30px;
}
.company-v3 .company-index-torikumi-section ul{
	list-style-type:none;
	margin:0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.company-v3 .company-index-torikumi-section ul li{
	width:48%;
	margin-bottom:15px;

}
.company-v3 .company-index-torikumi-section ul li a{
	display: block;
	padding:25px 20px;
	font-weight: 600;
	font-size:18px;
	border:solid 1px #888;
	position: relative;
}
.company-v3 .company-index-torikumi-section ul li a:hover{
	border-color: #d42678;

}

.company-v3 .company-index-torikumi-section ul li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.4em;
    height: 0.4em;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.company-v3 .company-index-torikumi-section ul li:hover a::after {
	border-color: #d42678;
	
}


@media screen and (max-width:840px) { 

	.company-index-torikumi-section{
		padding-left:20px;
		padding-right:20px;

	}
	.company-v3 .company-index-torikumi-section ul li{
		width:100%;
	}

	/* 会社案内トップメッセージ
	---------------------------------------------------------- */
	.company-v3 .company-index-top-msg-section{
		padding-left:20px;
		padding-right:20px;
	}
	.company-v3 .company-index-top-msg-section .copy-text{
		font-size:26px;
	}
	.company-v3 .company-index-top-msg-section .copy-text span{
		font-size:16px;
	}
	.company-v3 .company-index-top-msg-section .copy-box{
		padding-bottom:10px;
	}
	.company-v3 .company-index-top-msg-section .copy-box p{
		text-align:left;
		font-size:0.9em;
	}

	/* 会社案内トップメニュー
	---------------------------------------------------------- */
	.company-v3 .company-index-menu-section{
		padding-left:20px;
		padding-right:20px;
	}
	.company-v3 .company-index-menu div.menu-box{
		width:100%;
	}
	.company-v3 .company-index-menu div.menu-box a .menu-content{
		padding:15px 15px;
	}
}



/* --------------------------------------------------------
 
  経営理念

---------------------------------------------------------- */
/* 理念
---------------------------------------------------------- */
.company-v3 .company-rinen-section{
	margin:80px 0;
}
.company-v3 .company-rinen-section p{
	line-height:1.5;
	text-align:center;
}
.company-v3 .company-rinen-section .head-msg{
	text-align:center;
	line-height:1.8;
	font-weight:600;
	font-size:24px;
}
.company-v3 .company-rinen-section .head-msg .sp-br{
	display: none;
}
.company-v3 .company-rinen-block{
	background:#f2f1ea;
	margin-top:60px;
}
.company-v3 .company-rinen-block h2{
	
}
.company-v3 .company-rinen-block .rinen-box{
	line-height:1.8;
}




/* 理念本体
---------------------------------------------------------- */


.company-v3 .company-rinen-contents-section{
	background:#F8F5E5;
	padding:100px 0;
}
.company-v3 .company-rinen-contents-section.p1{
	background:#F8F5E5 url(../img/company/rinen_01.jpg) no-repeat right top;
	background-size:45%;
}
.company-v3 .company-rinen-contents-section.p2{
	background:#fff0c8 url(../img/company/rinen_02.jpg) no-repeat left bottom;
	background-size:50%;
}
.company-v3 .company-rinen-contents-section.p3{
	background:#F8F5E5 url(../img/company/rinen_03.jpg) no-repeat right top;
	background-size:45%;
}
.company-v3 .company-rinen-contents-section.p4{
	background:#fff0c8 url(../img/company/rinen_04.jpg) no-repeat left top;
	background-size:45%;
}
.company-v3 .company-rinen-contents-section.p5{
	background:#F8F5E5 url(../img/company/rinen_05.jpg) no-repeat right top;
	background-size:45%;
}
.company-v3 .company-rinen-contents-section.p6{
	background:#fff0c8 url(../img/company/rinen_06.jpg) no-repeat left top;
	background-size:45%;
}

.company-v3 .company-rinen-contents-section-color2{
	background:#fff;

}
.company-v3 .company-rinen-contents-section h2{
	font-weight:600;
	margin-bottom:35px;
}

.company-v3 .company-rinen-contents-section ol li{
	line-height:1.8;
}
.company-v3 .company-rinen-contents-section .keyword{
	font-weight:600;
	font-size:28px;
	color:#d42678;
	margin-bottom:1em;
}
.company-v3 .company-rinen-contents-section .lead-text{
	padding:15px 0;
	line-height:1.8;
}
.company-v3 .rinen-flex-block{
	display: flex;
	justify-content: space-between;
}
.company-v3 .rinen-flex-block-reverse{
	flex-direction: row-reverse;
}
.company-v3 .rinen-flex-block .text-box{
	width:53%;
	padding:30px;
	background:rgba(255,255,255,0.8)
}
.company-v3 .rinen-flex-block .text-box ol{
	margin-left:1.5em;
	padding-left:0;
}
.company-v3 .rinen-flex-block .text-box ol li{
	line-height:2;
}
@media screen and (max-width:1300px) { 
	.company-v3 .company-rinen-contents-section.p1,
	.company-v3 .company-rinen-contents-section.p3,
	.company-v3 .company-rinen-contents-section.p4,
	.company-v3 .company-rinen-contents-section.p5,
	.company-v3 .company-rinen-contents-section.p6
	{
			background-size:auto 100%;
	}
}

@media screen and (max-width:840px) { 
	.company-v3 .company-rinen-section p{

		text-align:left;
		padding-left:15px;
		padding-right:15px;
	}
	.company-v3 .company-rinen-section p .pc-br{
		display: none;
	}

	.company-v3 .company-rinen-contents-section{
		padding:50px 0;
	}
	.company-v3 .company-rinen-section .head-msg{
		font-size:18px;
		padding-left:20px;
		padding-right:20px;
	}
	.company-v3 .company-rinen-contents-section .keyword{
		font-size:22px;
	}
	.company-v3 .company-rinen-section .head-msg .sp-br{
		display: block;
	}
	.company-v3 .company-rinen-contents-section .lead-text .pc-br{
		display: none;
	}

	.company-v3 .rinen-flex-block{
		padding-left:20px;
		padding-right:20px;
		flex-wrap: wrap;
	}

	.company-v3 .rinen-flex-block .text-box{
		width:100%;
		border-radius:5px;
		padding:20px 15px;
	}
	.company-v3 .rinen-flex-block .photo-box{
		display: block;
		width:100%;
	}


	.company-v3 .company-rinen-contents-section.p1{
		background:#F8F5E5 url(../img/company/rinen_01_sp.jpg) no-repeat center top;
		background-size:cover;
	}
	.company-v3 .company-rinen-contents-section.p2{
		background:#fff0c8 url(../img/company/rinen_02_sp.jpg) no-repeat center bottom;
		background-size:cover;
	}
	.company-v3 .company-rinen-contents-section.p3{
		background:#F8F5E5 url(../img/company/rinen_03_sp.jpg) no-repeat center top;
		background-size:cover;
	}
	.company-v3 .company-rinen-contents-section.p4{
		background:#fff0c8 url(../img/company/rinen_04_sp.jpg) no-repeat center top;
		background-size:cover;
	}
	.company-v3 .company-rinen-contents-section.p5{
		background:#F8F5E5 url(../img/company/rinen_05_sp.jpg) no-repeat center top;
		background-size:cover;
	}
	.company-v3 .company-rinen-contents-section.p6{
		background:#fff0c8 url(../img/company/rinen_06_sp.jpg) no-repeat center top;
		background-size:cover;
	}
}





/* --------------------------------------------------------
 
  沿革

---------------------------------------------------------- */
.company-v3 .history-section{
	margin:0px 0;
}
.company-v3 .history-section .head-msg{
	text-align:center;
	line-height:1.8;
	font-weight:600;
	font-size:24px;
}
.company-v3 .history-section .history-top-msg{
	text-align:center;
	line-height:1.8;	
}

.history-table{
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
}
.history-table th,
.history-table td{
	padding:15px 5px;
	vertical-align: top;
	line-height:1.5;
}
.history-table td div.bikou{
	font-size:14px;
	padding:5px 0;
}
.history-table td div.point{
	color:#d42678;
}
.history-table th.year{
	width:90px;
	text-align:left;
	font-weight:600;
}
.history-table th.year i{
	color:#d42678;
}
.history-table .year-split th,
.history-table .year-split td{


	padding-top:30px;
}
.history-table td{
	position: relative;
}
.history-table td .ab-photo-box{
	position:absolute;
	width:300px;
	right:0;
	background:#fff;
	z-index:100;
	padding:5px;
	text-align:center;
	font-size:12px;
}
.history-table td .ab-photo-box img{
	width:100%;
	border-radius:3px;
}


.history-table th.month{
	width:50px;
	text-align:right;
	font-weight:600;
}

.history-table-section{
	margin-bottom:80px;

}
.history-table-section h3{
	padding:15px 0;
	border-bottom:solid 1px #ddd;
	margin-bottom:30px;
	font-weight:600;
}

@media screen and (max-width:840px) { 
	.company-v3 .history-section{

	}
	.company-v3 .history-section .history-top-msg p{
		text-align:left;
		font-size:14px;
	}
	.company-v3 .history-section .history-top-msg p .pc-br{
		display: none;
	}

	.history-table-section{

	}

	.history-table th{
		font-size:14px;
	}
	.history-table th i{
		display: none;
	}
	.history-table th.year{
		width:60px;
		padding-left:0;
		padding-right:0;
	}
	.history-table th.month{
		width:45px;
		padding-left:0;
		padding-right:10px;
	}
	.history-table td{

			font-size:14px;
	}
	.history-table td .ab-photo-box{
		display: none;
	}
	

}






/* --------------------------------------------------------
 
  事業所一覧

---------------------------------------------------------- */
.office-list-nav-section{
	padding:0px 0 50px 0;
}
.office-list-nav-block{
	background:#f5f5f5;
	padding:5px 15px;
}
.office-list-nav-section ul{
	list-style-type:none;
	margin:0;
	padding:0;
	display: flex;
	flex-wrap: wrap;
}
.office-list-nav-section ul li{
	margin:15px;
	text-align:center;
}

.office-list-section{


}

.table-office-list{
	width:100%;
	border-collapse:separate;
	border-top:solid 1px #ddd;
	border-spacing:0px;

}

.office-list-section h2{
	margin-bottom:15px;
	padding:15px 0;
	border-bottom:solid 1px #ddd;
}

.office-list-block{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-bottom:30px;
}
.office-list-block .office-box{
	width:100%;
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:solid 1px #ddd;
}

.office-list-block .office-box .office-box-layout{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.office-list-block .office-box .office-box-layout .photo-box{
	width:280px;
	margin-right:15px;
	margin-left:25px;
	position: relative;
}
.office-list-block .office-box .office-box-layout .photo-box .label{
	position: absolute;
	left:-12px;
	top:-8px;
	background:#e30d6c;
	color:#fff;
	border-radius:50px;
	height:64px;
	width:64px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size:15px;
}

.office-list-block .office-box .office-box-layout .photo-box img{
	width:100%;
	border-radius:3px;
}
.office-list-block .office-box .office-box-layout .text-box{
	flex:1;
	margin-left:10px;
}

.office-list-block .office-box .office-box-layout .text-box h3{
	font-size:18px;
	font-weight:600;
	line-height:1.5;
}
.office-list-block .office-box .office-box-layout .text-box .facility-name{
	font-size:20px;
	font-weight: 800;
	margin-bottom:10px;
}
.office-list-block .office-box .office-box-layout .text-box .facility-name .type{
	font-size:16px;
}
.office-list-block .office-box .office-box-layout .text-box address{
	font-size:18px;
	padding:5px 0;
	line-height:1.5;
}
.office-list-block .office-box .office-box-layout .text-box address .addr{
}
.office-list-block .office-box .office-box-layout .text-box address .tel{
}
.office-list-block .office-box .office-box-layout .text-box address .fax{
}
.office-list-block .office-box .office-box-layout .text-box .no{
	margin-bottom:5px;

}
.office-list-block .office-box .office-box-layout .text-box .no span{
	padding:1px 5px;
	border:solid 1px #555;
	font-size:14px;
	border-radius:3px;
}
.office-link-list{
	display: flex;
	justify-content: space-between;
	margin-top:10px;
}
.office-link-list a{
	display:block;
	width:48%;
	background:#333;
	text-align:center;
	border-radius:30px;
	padding:5px 0;
	color:#ddd;
}
.office-link-list a.single{
	width:100%;
}
.office-link-list a:hover{
	text-decoration: none;
	background:#d42678;
	color:#fff;
}

@media screen and (max-width:840px) { 

	.office-list-nav-section{

	}

	.office-list-section{



	}
	.office-list-block{
	}
	.office-list-block .office-box{
		width:100%;
		margin-bottom:20px;
		border-bottom:solid 1px #ddd;
		padding-bottom:20px;
	}

	.office-list-block .office-box .office-box-layout{
		flex-wrap: wrap;
		padding:0 20px;
	}
	.office-list-block .office-box .office-box-layout .photo-box{
		width:100%;
		margin-right:0px;
		margin-left:0;
		margin-bottom:20px;
	}
	.office-list-block .office-box .office-box-layout .photo-box img{

	}
	.office-list-block .office-box .office-box-layout .text-box{
		margin:0px;
	}

	.office-list-block .office-box .office-box-layout .text-box address .addr{
	}
	.office-list-block .office-box .office-box-layout .text-box address .tel{
	}
	.office-list-block .office-box .office-box-layout .text-box address .fax{
	}
}




/**/
/* --------------------------------------------------------
 
  ガイドライン

---------------------------------------------------------- */
.company-guideline-section{
	line-height:1.8em;
	padding:30px 0;
}

.company-guideline-section{

}

.company-guideline-section .menu-link-flex{
	display:flex;
	justify-content:space-between;

}
.company-guideline-section .menu-link-flex .menu-box{
	width:31%;
}
.company-guideline-section .menu-link-flex .menu-box a{
	display:block;
	padding:10px 0;
	text-align:center;
	color:#555;
	border:solid 1px #555;
}


.company-guideline-section .head-text{
	margin-bottom:2em;
}

.company-guideline-section h2{
	margin-bottom:1em;
	border-bottom:solid 2px #ddd;
	padding:0 0 15px 0;
}





/* --------------------------------------------------------
 
  お問合せ先一覧

---------------------------------------------------------- */
.contact-article{
	line-height:1.5;
}
.contact-article .contact-header-section{
	background-image: url(../img/contact/bg_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height:280px;
}
.contact-article .contact-header-inner{
	display: flex;
	align-items: center;
	height:280px;
}
.contact-article .contact-header-inner .page-title{
	padding: 30px 40px;
    background: #000418e3;
}
.contact-article .contact-header-inner h1{
	color:#fff;
	font-size:24px;
}
.contact-article .contact-block-section{
	margin-bottom:80px;
}
.contact-article h2.contact-title{
	background: none;
	font-weight: 900;
	color:#333;
	font-size:28px;
	padding:0;
	margin:0;
	margin-bottom:30px;
}
.contact-article h2.contact-title i{
	vertical-align: -4px;
	font-size:32px;
	color:#f75961;
}
@media screen and (max-width:840px) { 
	.contact-article .contact-wrap{
		padding-left:20px;
		padding-right:20px;
	}
	.contact-article .contact-header-inner{
		justify-content: center;
	}
	.contact-article .contact-header-inner h1{
		font-size:20px;
	}
	.contact-article h2.contact-title{
		font-size:20px;
	}
	.contact-article h2.contact-title i{
		vertical-align: -4px;
		font-size:24px;
	}
}



/* -----------------------------------
 メール
-------------------------------------- */
.contact-article .contact-mail-block{
	background:#f8f5ee;
	border-radius:5px;
	padding:50px;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.contact-article .contact-mail-block .btn-box{
	width:40%;
}
.contact-article .contact-mail-block .btn-box .contact-form-btn{
	display: block;
	text-align: center;
	font-weight: 700;
	background:#ffdb50;
    background: -webkit-linear-gradient(top, #ffdb50, #fdc900);
    background: linear-gradient(top, #ffdb50, #fdc900);
	color:#333;
	font-size:24px;
	padding:18px 0;
	border-bottom:solid 1px #9b7b00;
	border-right:solid 1px #9b7b00;
	border-radius:5px;
	transition: 0.5s;
}
.contact-article .contact-mail-block .btn-box .contact-form-btn:hover{
	background: -webkit-linear-gradient(top, #ffeb60, #fed910);
    background: linear-gradient(top, #ffeb60, #fed910);
	color:#444;
}
.contact-article .contact-mail-block .btn-box .contact-form-btn i{
	vertical-align: -2px;
}

.contact-article .contact-mail-block .text-box{
	flex:1;
	margin-left:30px;
}
@media screen and (max-width:840px) { 
	.contact-article .contact-mail-block{
		background:#f8f5ee;
		border-radius:5px;
		padding:20px;
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	.contact-article .contact-mail-block .btn-box{
		width:100%;
	}
	.contact-article .contact-mail-block .text-box{
		width:100%;
		margin-left:0px;
		margin-top:15px;
		font-size:14px;
	}
	.contact-article .contact-mail-block .btn-box .contact-form-btn{
		font-size:20px;
	}


}



/* -----------------------------------
 新規開設事業所
-------------------------------------- */
.contact-article .contact-new-list{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.contact-article .contact-new-list li{
	box-sizing:border-box;
	background: #f8f5ee;
	width:49%;
	border-radius:5px;
	padding:30px;
	margin-bottom:30px;
	position: relative;
}

.contact-article .contact-new-list li.c1{
	width:100%;
}

.contact-article .contact-new-list li h3{
	color:#333;
	font-weight: 700;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:solid 1px #d8d5ce;
}
.contact-article .contact-new-list li .open-label{
	position: absolute;
	display: flex;
	align-items: center;
	align-content: center;
	text-align: center;
	justify-content: center;
	font-weight: 700;
	font-size:18px;
	line-height:1.2;
	right:-15px;
	top:-5px;
	vertical-align: middle;
	background:#f75961;
	color:#fff;
	border-radius:100px;
	width:100px;
	height:100px;
	transform: rotate(5deg);
}
.contact-article .contact-new-list li .addr i{
	font-size:24px;
	color:#555;
	vertical-align: -3px;
}
.contact-article .contact-new-list li .tm-flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:15px;
}
.contact-article .contact-new-list li .tm-flex .tel-box{
	width:45%;
	text-align:center;
}
.contact-article .contact-new-list li.c1 .tm-flex .tel-box{
	width:49%;
}
.contact-article .contact-new-list li.c2 .tm-flex .tel-box{
	width:100%;
}

.contact-article .contact-new-list li .tm-flex .mail-box{
	flex:1;
	margin-left:15px;
	text-align:center;
}
.contact-article .contact-new-list li .tm-flex .tel-box a,
.contact-article .contact-new-list li .tm-flex .mail-box a{
	display: block;
	padding:16px 0;
	background:#e5dfcf;
	border-bottom:solid 1px #bbb;
	border-right:solid 1px #bbb;
	font-size:18px;
	font-weight:700;
	border-radius:5px;
	transition: 0.5s;
}
.contact-article .contact-new-list li .tm-flex .tel-box a{

}
.contact-article .contact-new-list li .tm-flex .tel-box a:hover{
	color:#555;
	background:#f5efdf;
}
.contact-article .contact-new-list li .tm-flex .mail-box a{
	display: block;
	text-align: center;
	font-weight: 700;
	background:#ffdb50;
	background: -webkit-linear-gradient(top, #ffdb50, #fdc900);
	background: linear-gradient(top, #ffdb50, #fdc900);
	color:#333;
	border-bottom:solid 1px #9b7b00;
	border-right:solid 1px #9b7b00;
	border-radius:5px;

}
.contact-article .contact-new-list li .tm-flex .mail-box a:hover{
	background: -webkit-linear-gradient(top, #ffeb60, #fed910);
    background: linear-gradient(top, #ffeb60, #fed910);
	color:#444;
}
@media screen and (max-width:840px) { 
	.contact-article .contact-new-list li{
		width:100%;
		padding:20px;
	}
	.contact-article .contact-new-list li .open-label{
		width:70px;
		height:70px;
		font-size:13px;
		right:0px;
		top:-3px;
	}
	.contact-article .contact-new-list li h3{
		padding-right:60px;
		font-size:16px;
	}
	.contact-article .contact-new-list li .addr,
	.contact-article .contact-new-list li .addr i{
		font-size:14px;
	}
	.contact-article .contact-new-list li .addr i{
		vertical-align: -1px;
	}
	.contact-article .contact-new-list li .tm-flex .tel-box{
		width:100%;
	}
	.contact-article .contact-new-list li.c1 .tm-flex .tel-box{
		width:100%;
	}

	.contact-article .contact-new-list li .tm-flex .mail-box{
		width:100%;
		margin-top:10px;
		margin-left:0;
	}
	.contact-article .contact-new-list li .tm-flex .tel-box a,
	.contact-article .contact-new-list li .tm-flex .mail-box a{
		padding:10px 0;
		font-size:16px;
	}
}

/* -----------------------------------
 都道府県リンク
-------------------------------------- */
.pref-links{
	display: flex;

	margin-bottom:30px !important;
}
.pref-links li{
}
.pref-links li a{
	display: inline-block;
	text-align:center;
	margin-right:10px;
}
.pref-links li a::after{
	content:"|";
	padding-left:10px;
	color:#aaa;
}
@media screen and (max-width:840px) { 
	.pref-links{
		flex-wrap: wrap;
	}
	.pref-links li{
		width:33%;
	}
	.pref-links li a::after{
		content:"";
	}
}

/* -----------------------------------
 事業所リスト
-------------------------------------- */
.contact-article h3.pref-title{
	font-weight: 900;
	font-size:22px;
	margin-bottom:15px;
}
.contact-article .contact-facility-table{
	width:100%;
	margin-bottom:50px;
	border-left:solid 1px #ddd;
}
.contact-article .contact-facility-table th,
.contact-article .contact-facility-table td{
	border-bottom:solid 1px #cdc3a1;
	padding:10px 10px;
	font-size:16px;
}
.contact-article .contact-facility-table td i{
	color:#555;
}
.contact-article .contact-facility-table th{
	background:#f5efdf;
	border-right:solid 1px #cdc3a1;
	border-top:solid 1px #cdc3a1;
	text-align:center;
}

.contact-article .contact-facility-table th.tel,
.contact-article .contact-facility-table th.fax{
	width:150px;
}
.contact-article .contact-facility-table th.addr{
	width:300px;
}
.contact-article .contact-facility-table td .label-group-company{
	font-size:12px;
	background:#0e64c7;
	color:#fff;
	padding:1px 5px;
	border-radius:2px;
}
.contact-article .contact-facility-table td {
	border-right:solid 1px #ddd;
}
.contact-article .contact-facility-table td.tel,
.contact-article .contact-facility-table td.fax{
	text-align: center;
	font-size:18px;
	font-weight: 700;
}

@media screen and (max-width:840px) { 
	.contact-article h3.pref-title{
		font-size:18px;
	}
	.contact-article .contact-facility-table{
		border-bottom:solid 1px #ddd;
		border:0;
	}
	.contact-article .contact-facility-table th{
		display: none;
	}
	.contact-article .contact-facility-table td{
		width:100%;
		display: block;
		font-size:16px;
		padding:0;
		border-bottom:0;
		border:0;
		background:#f5f5f5;
	}




	.contact-article .contact-facility-table tr td:first-child{
		background:#e5dfcf;
		padding:15px 10px;
		font-size:16px;
		border-top:solid 20px #fff;

		font-weight: 700;
	}
	.contact-article .contact-facility-table tr td:nth-child(2){
		padding:5px 10px;
		border:0;
		background:#fff;
		/* border-bottom:solid 1px #ddd; */
		border-bottom:solid 5px #fff;
	}
	.contact-article .contact-facility-table tr td:nth-child(2) br{

	}
	.contact-article .contact-facility-table td.tel,
	.contact-article .contact-facility-table td.fax{

		display: inline-block;
		font-size:16px;
		border-bottom:solid 1px #eee;
		padding:10px 0;
		border-radius: 50px;
		font-weight: 700;

	}
	.contact-article .contact-facility-table td.tel{
		width:58%;
		background: -webkit-linear-gradient(top, #ffeb60, #fed910);
	}
	.contact-article .contact-facility-table td.fax{
		width:40%;
		margin-left:5px;
		font-size:13px;
	}

	.contact-article .contact-facility-table td.tel{
	}
	.contact-article .contact-facility-table td.tel::before{
		content: "TEL:";
	}
	.contact-article .contact-facility-table td.fax::before{
		content: "FAX:";
	}

}








/* --------------------------------------------------------
 
  DX

---------------------------------------------------------- */
.company-v3 .company-header-dx-section{
	background-image: url(../img/company/bg_dx_header.jpg);

}

.company-v3 .company-dx-section{




}
.company-v3 .company-dx-section h2{
	border-bottom:solid 1px #ddd;
	padding:0px 0;

	margin-bottom:15px;
}
.company-v3 .company-dx-section .dx-box{
	line-height:1.8;
	padding:10px 0px;
	margin-bottom:2em;
}
.company-v3 .company-dx-section .dx-box p.r{
	text-align:right;
}
.company-v3 .company-dx-section .dx-box a{
	color:#028096;
}
.company-v3 .company-dx-section .dx-box ul li{
	list-style-type:square;
}
.company-v3 .company-dx-section .dx-box .dx-img-box{
	text-align:center;
}

@media screen and (max-width:840px) { 
	.company-v3 .company-dx-section .dx-box .dx-img-box img{
		width:100%;
	}


}


.company-v3 .company-dx-section .dx-logo-box{
	padding:20px;
	margin-bottom:50px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	border:solid 3px #009fa8;
}
.company-v3 .company-dx-section .dx-logo-box > .logo-box{
	width:250px;
}
.company-v3 .company-dx-section .dx-logo-box > .logo-box img{
	width:100%;
}
.company-v3 .company-dx-section .dx-logo-box > .text-box{
	flex:1;
	padding-left:30px;
	line-height:1.4;
}
@media screen and (max-width:840px) { 
	.company-v3 .company-dx-section .dx-logo-box > .logo-box{
		width:100%;
	}
	.company-v3 .company-dx-section .dx-logo-box > .text-box{
		flex:1;
		padding-left:0px;
		padding-top:15px;
	}


}






/* group company
----------------------------------------------- */
.group-company-block{
	background:#e5f3ff;
	padding:20px;
}

.group-company-block .index-bn-list{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin:0;
	padding:0;
	list-style-type: none;
}
.group-company-block .index-bn-list li{
	width:32%;
	line-height:1;
	background:#fff;
	border-radius:3px;
	margin-bottom:15px;
	padding:2px 0;
	position: relative;
	box-shadow: 1px 2px 5px #5897d16b;
}
.group-company-block .index-bn-list li.blank{
	background:none;
	box-shadow:none;
}
.group-company-block .index-bn-list li img{
	width:100%;
	border-radius:3px;
	transition: 0.4s;
}
.group-company-block .index-bn-list li .icon-box{
	position: absolute;
	right:5px;
	bottom:3px;
	color:#aaa;
	font-size:12px;
	transition: 0.4s;
}
.group-company-block .index-bn-list li a:hover img{
	opacity: 0.8;
}
.group-company-block .index-bn-list li a:hover .icon-box i{
	color:var(--main-color);
}

@media screen and (max-width:840px) { 


	.group-company-block{

		padding:10px;
	}
	
	.group-company-block .index-bn-list{
		padding-left:0px;
		padding-right:0px;
	}
	.group-company-block .index-bn-list li{
		width:48%;
		margin-bottom:10px;
	}

	.group-company-block .index-bn-list li .icon-box{
		font-size:8px;
	}
}


