@charset "utf-8";
/* about */

.mvTitle{
 background-image: url("../images/bg_title_about.jpg");
}
@media screen and (min-width: 769px) {
}/*-PC only-*/

/*----------- about トップ--------------*/
.indexTitle{
	background: url("../images/index_title_bg.jpg") no-repeat center / cover;
	margin-bottom: 10px;
}
.indexTitle > span{
	display: block;
    max-width: 1180px;
    margin: 0 auto;
    padding: 90px 0 100px;
	color: #fff;
	font-weight: 400;
}
.indexTitle span .fontMin{
	position: relative;
	display: inline-block;
	font-size: 52px;
	letter-spacing: 0.29em;
}
.indexTitle span .fontMin::before,
.indexTitle span .fontMin::after{
	content: "";
	display: block;
	width: 91px;
	height: 21px;
}
.indexTitle span .fontMin::before{
	margin-bottom: 10px;
	background: url("../images/index_title_ic_01.svg") no-repeat center / 100% 100%;
}
.indexTitle span .fontMin::after{
	margin-top: 6px;
	background: url("../images/index_title_ic_02.svg") no-repeat center / 100% 100%;
}
.indexTitle span .fontFira{
	position: absolute;
	right: 0.6em;
	bottom: 0;
	display: block;
	padding-right: 0.6em;
	font-size: 19px;
	letter-spacing: 0.24em;
	text-align: right;
}
.indexTitle span img{
	width: 250px;
}

.indexBox{
	position: relative;
	z-index: 1;
}
.indexBox:not(:first-of-type){
	margin-top: 50px;
}
.indexInner{
    max-width: 1080px;
    margin: 0 auto;
}
.indexBox h2{
	margin-bottom: 1.2em;
	font-size: 38px;
	letter-spacing: 0.3em;
}
.indexBox .btn{
	margin-top: 50px;
}
.indexBox .btnArrow.short{
	width: 216px;
	margin-left: 0;
}
.indexBox .btnArrow.short::before {
    width: 64px;
}
.indexBox .btnArrow.short::before,
.indexBox .btnArrow.short::after {
    right: -32px;
}
.indexBox .btnArrow.short >span {
    padding: 22px 15px 22px 0px;
}
.indexLinkBox{
	margin-bottom: 50px;
	padding: 0 0 40px 0;
}
.indexLinkBox figure img{
	width: 100%;
	height: auto;
}
.indexLinkBox h2{
	position: relative;
	margin-top: 1.25em;
	font-size: 20px;
	letter-spacing: 0.06em;
}
.indexLinkBox h2::before,
.indexLinkBox h2::after{
	content: "";
    display: block;
    background: #72af43;
    position: absolute;
    right: 0;
	top: 50%;
    height: 2px;
}
.indexLinkBox h2::before {
    width: 30px;
}
.indexLinkBox h2::after {
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: right bottom;
}
.indexLinkBox p{
	margin-top: 1em;
}
.indexBnr{
	padding: 100px 0;
	background: url("../images/index_bnr_bg.png")
}

.indexBnr .bnrBox a{
	position: relative;
	display: block;
	border-radius: 10px;
	background: no-repeat center/ cover;
	font-size: 28px;
	letter-spacing: 0.21em;
	font-weight: 500;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.indexBnr .bnrBox a span{
	position: relative;
	display: block;
	padding: 70px 0;
}
.indexBnr .bnrBox a::before{
	content: "";
	display: block;
	position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 68px 78px;
	border-color: transparent transparent #72af43 transparent;
}
.indexBnr .bnrBox a span::before,
.indexBnr .bnrBox a span::after{
	content: "";
    display: block;
    background: #fff;
    position: absolute;
    right: 10px;
    bottom: 16px;
    height: 2px;
	transition: 0.5s;  
}
.indexBnr .bnrBox a span::before {
    width: 21px;
}
.indexBnr .bnrBox a span::after {
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: right bottom;
}
.indexBnr .bnrBox:not(:first-of-type){
	margin-top: 45px;
}
.indexBnr .bnrBoxHistory a{
	background-image: url("../images/index_history_img.png");
}
.indexBnr .bnrBoxMedia a{
	background-image: url("../images/index_media_img.png");
}
@media screen and (max-width: 768px) {
	.indexTitle > span{
	padding: 60px 20px 60px;
	}
	.indexBox .pcflex > figure{
		margin-bottom: 20px;
		text-align: center;
	}
	.indexInner .txt,
	.indexLinkBox h2,
	.indexLinkBox p{
		margin-left: 20px;
		margin-right: 20px;
	}
	.indexBox h2 {
  margin-bottom: .6em;
	}
	.indexBox .btn {
  margin-top: 25px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
	.indexBox:not(:first-of-type){
		margin-top: 90px;
	}
	.indexBox::before{
		content: "";
		display: block;
		position: absolute;
		bottom: -40px;
		left: 0;
		width: 75vw;
		height: calc(100% - 80px + 40px);
		background: #F5F7F7;
		z-index: -1;
	}
	.indexBox:nth-of-type(odd)::before{
		left: auto;
		right: 0;
	}
	.indexBox:nth-of-type(even) .pcflex{
		flex-direction:row-reverse;
	}
	.indexBox .pcflex .txt{
		width: 48%;
		padding: 60px 0 34px 73px;
	}
	.indexBox:nth-of-type(even) .txt{
		padding: 60px 73px 34px 10px;
	}
	.indexBox .txt p{
		padding-right: 60px;
	}
	.indexBox .btnArrow.short:hover::before,
	.indexBox .btnArrow.short:hover::after{
	 right: -64px;
	}
	.indexBox .pcflex figure{
		width: 52%;
	}
	 .pcflex .indexLinkBox{
		 width: 48%;
	}
	.indexLinkBox a:hover h2::before,
	.indexLinkBox a:hover h2::after{
		right: -20px;
		transition: 0.5s;  
	}
	.indexBnr .bnrBox a:hover span::before,
	.indexBnr .bnrBox a:hover span::after{
		right: 0px;
		transition: 0.5s;  
	}
}/*-PC only-*/
@media screen and (min-width: 1181px) {
	.indexBox::before{
		width: calc(calc(1080px * 0.75) + calc((100vw - 1080px) / 2));
	}
}

/*----------- about 下層--------------*/
/* ごあいさつ greeting*/
.greetingArea{
 position: relative;
 max-width: 1200px;
 padding: 142px 0 115px;
 margin: 0 auto;
}
.greetingArea h2{
 margin-bottom: 50px;
}
.greetingArea p + p{
 margin-top:2em;
}
.greetingArea .name{
 text-align: right;
 line-height: 1.6;
}
.greetingArea .name span{
 font-size: 171.5%;
 font-weight: 500;
}

.philosophyImg{
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 25px 0 0;
	text-align: center;
}
.philosophyImg img{
	width: 70%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
 .greetingArea.pcflex > figure{
	 margin-bottom: 20px;
 }
	.greetingArea {
  padding: 0 0 35px;
	}
	.greetingArea .txt{
		margin-left:20px; 
		margin-right:20px; 
	}
}/* //end for SP */
@media screen and (min-width: 769px) {
 .greetingArea{
  align-items: flex-start;
 }
 .greetingArea.pcflex{	 
	flex-direction:row-reverse;
 }
 .greetingArea::before{
  content: "";
  display: block;
  background: #f5f7f7;
  width: 65vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 35.2%;
  z-index: -1;
 }
 .greetingArea .txt{
  max-width: 525px;
 }
 .greetingArea figure{
  width: 48.88vw;
  max-width: 704px;
  margin: 90px -8.2vw 0 0;
 }
}/*-PC only-*/

@media screen and (min-width: 769px) and (max-width: 1080px) {
	.greetingArea figure {
  width: 40vw;
  margin: 0 20px 0 0;
}
	 .greetingArea .txt{
	 margin-left: 20px;
		 max-width: 52vw
 }
}/*-tablet-*/

/*経営理念・経営ビジョン idea*/
main section.ideaLeadArea{
	padding-top: 40px;
	padding-bottom: 60px;
}
.ideaLeadArea h2{
	text-align: center;
}
.ideaLeadArea p{
	text-align: center;	
}
.ideaLeadArea .txtGeen{
	margin-bottom: 0.5em;
	font-size: 26px;
	line-height: 1.85em;
	letter-spacing: 0.12em;	
	color: #72AF43;
}
.ideaContArea .inner{
	max-width: 1080px;
}
.subtiBd{
	margin-bottom: 0.7em;
	padding-bottom: 0.3em;
	border-bottom: 2px solid #DDDDDD;
	font-size: 28px;
	letter-spacing: 0.12em;	
	color: #333333;
}
.ideaContArea .bgW{
	margin-top: 40px;
	padding: 45px 60px 60px;
}
.ideaContArea .imgTri{
	text-align: center;
}
.ideaContArea .imgTri img{
	width: 486px;
	height: auto;
	margin: 0 auto 43px;
}
.ideaContArea > dl{
}
.ideaContArea dt{
	padding: 0.4em 1.6em 0.3em;
	font-size: 22px;
	letter-spacing: 0.12em;	
	color: #ffffff;	
}
.ideaContArea dd{
}
.ideaContArea dt span{
	font-size: 0.64em;
}
 dl.ideaVision{
	border-radius: 4px;
	overflow: hidden;
	border: 2px solid #00A194;
}
.ideaVision dt{
	background: #00A194;
}
.ideaVision dd{
	padding: 30px 40px;
}
.ideaVision dd p{
	font-size: 21px;
	letter-spacing: 0.06em;
	line-height: 1.71em;
	
}
dl.ideaDins{
	margin-top: 18px;
	border-radius: 4px;
	overflow: hidden;
	border: 2px solid #0096AC;
}
.ideaDins dt{
	background: #0096AC;
}
.ideaDins dd{
	padding: 33px 40px 31px;
}
.ideaDins dd .imgCircle{
	text-align: center;
}
.ideaDins dd .imgCircle img{
	width: 778px;
	height: auto;
}
.ideaDins dd .listCircle{
	position: relative;
	width: 778px;
	margin: auto;
	text-align: center;
}
.ideaDins dd .listCircle li{
	width: 401px;
	height: 340px;
	margin: auto;
	border-radius: 50%;
	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;	
	-ms-flex-align: center;
	align-items: center;

}
.ideaDins dd .listCircle li .txt{
 text-align: center;
}
.ideaDins dd .listCircle li .txt::first-letter{
	font-size: 2em;
}
.ideaDins dd .listCircle li span{
	font-size: 20px;
	font-weight: 500;
 line-height: 1.3;
}
.ideaDins dd .listCircle li:not(.listCircle01) span,
.ideaDins dd .listCircle li:not(.listCircle01) p{
	color: #fff;
}
.ideaDins dd .listCircle li.listCircle01{
	background: rgba(242, 242, 242, 0.8);
}
.ideaDins dd .listCircle li.listCircle01 .txt{
	width: 100%;
	padding-bottom: 110px;
}
.ideaDins dd .listCircle li.listCircle02{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: rgba(206, 100, 82, 0.8);
}
.ideaDins dd .listCircle li.listCircle02 .txt{
	width: 100%;
}
.ideaDins dd .listCircle li.listCircle03{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: rgba(102, 77, 43, 0.8);
}
.ideaDins dd .listCircle li.listCircle03 .txt{
	padding-left: 135px;
}
.ideaDins dd .listCircle li.listCircle04{
	background: rgba(198, 153, 64, 0.8);
}
.ideaDins dd .listCircle li.listCircle04 .txt{
	width: 100%;
	padding-top: 110px;
}
.ideaDins dd .listCircle li.listCircle04 .txt p{
	padding-right: 2em;
}
.ideaDins dd > p{
 position: relative;
 padding: 0 0 0 18px;
 margin-top: 15px;
}
.ideaDins dd > p::before{
 content: "";
 display: block;
 border-radius: 50%;
 background:#0096AC ;
 width: 12px;
 height: 12px;
 position: absolute;
 top: 0.5em;
 left: 0;
}
.ideaDins dd > p span{
 display: block;
 font-weight: 500;
}

dl.ideaConduct{
	border-radius: 4px;
	overflow: hidden;
	margin-top: 18px;
	border: 2px solid #0071A3;
}
.ideaConduct dt{
	background: #0071A3;
}
.ideaConduct dd{
	padding-top: 20px;
	padding-bottom: 30px;
}
.ideaConduct dd ul{
	padding-right: 40px;
	padding-left: 40px;
}
.ideaConduct dd ul li {
    margin-left: 1.5em;
    text-indent: -1.25em;
}
.ideaConduct dd dd{
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

/*202601add */
 dl.ideaPolicy{
	border-radius: 4px;
	overflow: hidden;
	border: 2px solid #2f863a;
	 margin-top: 18px;
}
.ideaPolicy dt{
	background: #2f863a;
}
.ideaPolicy dd{
	padding: 30px 40px;
}
.ideaPolicy dd p{
	font-size: 21px;
	letter-spacing: 0.06em;
	line-height: 1.71em;
}
/* //202601add */

@media screen and (max-width: 768px) {
	.ideaContArea .bgW{
		margin-top: 40px;
		padding: 25px 5vw 30px;
	}
	.ideaContArea dt{
		padding: 0.4em 1em 0.3em;
	}
	.ideaVision dd{
    	padding: 4vw 5vw;
	}
	.ideaDins dd {
		padding: 4vw 2vw;
		/*overflow-x: scroll;*/
	}
	.ideaDins dd .listCircle{
		width: 100%;
	}
	.ideaDins dd .listCircle li{
		width: 46vw;
		height: 39.01vw;
	}
	.ideaDins dd .listCircle li .txt::first-letter{
		font-size: 2em;
	}
	.ideaDins dd .listCircle li span{
		font-size: 3.6vw;
		line-height: 1.1em;
	}
	.ideaDins dd .listCircle li .txt p{
		line-height: 1.4;
		font-size: 10px;
	}
	.ideaDins dd .listCircle li.listCircle01 .txt{
		width: 21em;
		padding-right: 1em;
		padding-left: 8vw;
		padding-bottom: 6vw;
	}
	.ideaDins dd .listCircle li.listCircle02 .txt{
		width: 19em;
		padding-left: 6vw;
		padding-right: 10vw;
	}
	.ideaDins dd .listCircle li.listCircle03 .txt{
		padding-left: 8vw;
	}
	.ideaDins dd .listCircle li.listCircle04{
		margin-top: 12vw;
	}
	.ideaDins dd .listCircle li.listCircle04 .txt{
		width: 100%;
		padding-right: 1em;
		padding-left: 2vw;
		padding-top: 9vw;
	}
	.ideaDins dd .listCircle li.listCircle04 .txt p{
		padding-right: 0;
    	padding-left: 1em;
		transform: translateY(-1vw);
	}
	.ideaConduct > dd {
		padding-bottom: 0;
	}
	.ideaConduct dd .pcflex{
	}
	.ideaConduct dd ul{
	}
	.ideaConduct dd ul + ul{
		padding-bottom:  8vw;
	}
	.ideaConduct dd .pcflex dd{
		padding-bottom: 30px;
	}
}/* //end for SP */
@media screen and (min-width: 769px) {
	.ideaConduct dd ul{
		width: 50%;
		padding-bottom: 30px;
	}
	.ideaConduct dd ul+ ul{
		padding-left: 0;
	}
	.ideaConduct dd .pcflex dl{
		width: calc(100% * 472 / 960);
	}
}/*-PC only-*/

/*会社概要*/
#overview .bgW{
	padding: 30px;	
}
#overview .bgW + p{
	margin-top: 0.5em;
}
.overviewTable{
}
.overviewTable dt{
	padding: 2em 0;
	border-bottom: 1px solid #DDDDDD;
	font-weight: 500;
	vertical-align: middle;
}
.overviewTable dt::before{
	content: "";
	display: inline-block;
	margin-right: 16px;
	width: 15px;
	height: 4px;
	background: #72AF43;
	vertical-align: middle;
}
.overviewTable dd{
	padding: 2em 0;
	border-bottom: 1px solid #DDDDDD;
}
.overviewTable dd a.btnNormal{
	border-radius: 4px;
    margin: 0.5em 0;
	padding: 1em 0;
	width: 178px;
}
.overviewTable dd a:not(.btnNormal){
	display: block;
    margin: 0.5em 0;
	text-decoration: underline;
}
#officer{
	
}
#officer .boardList li{
	margin-bottom: 50px;
}
#officer .boardList li > img{
	float: left;
    width: 47.2%;
    max-width: 236px;
}
#officer .boardList li .txt{
	background: #F5F7F7;
	border-radius: 4px;
	height: 100%;
	margin-top: 25px;
	margin-left: calc(100% * 212 / 500);
	padding: 40px calc(100% * 48 / 500) 20px calc(100% * 70 / 500);
}
#officer .boardList li .txt span:not(.kanji){
	display: block;
	letter-spacing: 0.06em;
	color: #000;
}
#officer .boardList li .txt span.position{
	margin-top: 0.6em;
}
#officer .boardList li .txt span.name{
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 500;
}
#officer .boardList li .txt span.name span.kanji,
.modalProfile .txt span.name span.kanji{
	line-height: 0;
    transform: translateY(9px);
    display: inline-block;
}
#officer .boardList li .txt span.name span.kanji img,
.modalProfile .txt span.name span.kanji img{
	width: 19px;
}
#officer .boardList li .txt span.kana{
	font-size: 14px;
}
#officer .boardList li .txt a.btnNormal{
	border-radius: 4px;
    margin-top: 40px;
	padding: 1em 20px 1em 0;
	width: 100%;
	max-width: 170px;
    letter-spacing: 0;
}
#officer .boardList li .txt a.btnNormal.plus::after{
	right: 14px;
}
#cboxClose {
    position: absolute;
    top: 29px;
    right: 10px;
    display: block;
    background: url("../../assets/images/colorbox_close.svg") no-repeat top center;
    width: 30px;
    height: 307px;
    text-indent: -9999px;
}
#cboxClose:hover{
	background-position: top center;
}
#cboxLoadedContent{
	overflow: hidden !important;
}
.modalArea{
	display: none;
}
.modalBox{
	background: #fff;
	padding: 65px 40px;
	width: calc(100vw * 1080 / 1440);
	height: 90vh;
	overflow: hidden;
}
.modalInner{
    overflow-y: scroll;
    height: 100%;
}
.modalBox h3{
	margin-bottom: 0.6em;
	font-size: 28px;
	letter-spacing: 0.12em;
	text-align: center;
}
.modalProfile{
	width: 100%;
	max-width: 746px;
	margin: auto;
}
.modalProfile .txt span.position{
	display: block;
	letter-spacing: 0.06em;
}
.modalProfile .txt span.name{
	display: block;
	margin-top: 0.6em;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 500;
	letter-spacing: 0.06em;
}
.modalProfile .txt span.kana{
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
}
.modalCareer{
	width: 100%;
	max-width: 746px;
	margin: 30px auto 0;
}
.modalCareer dt{
	padding: 1em 0;
	text-align: center;
}
.modalCareer dt span{
	display: inline-block;
	width: 1.2em;
	text-align: right;
}
.modalCareer dd{
	padding: 1em 0;
}
.modalCareer.pcflex dt:nth-of-type(even),
.modalCareer.pcflex dd:nth-of-type(even){
	background: #F5F7F7;
}
.officersList li{
	padding: 2em 0;
	border-bottom: 1px solid #DDDDDD;
	font-size: 14px;
}
.officersList li > span{
	display: inline-block;
 vertical-align: middle;
}
.officersList li > span.position{
	width: 21em;
}
.officersList li > span.name{
	font-weight: 500;
	width: 14em;
	font-size: 1.42em;
}
/*.officersList li > span.name span{
	display: inline-block;
	width: 17em;
	
}*/
@media screen and (max-width: 768px) {
	#officer .boardList li{
		padding-top: 1px;
	}
	#officer .boardList li .txt a.btnNormal {
    margin-top: calc(100vw * 20 / 378)
	}
	.officersList li > span{
		display: block;
	}
	#cboxContent{
		margin-top: 0; 
	}
	.modalBox{
		padding: 65px 30px;
		width: 100%;
		height: 100%;
	}
	.modalProfile.pcflex img{
		margin-bottom: 20px;
		width: 100%;
		height: auto;
	}
	.modalCareer.pcflex{
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.modalCareer.pcflex dt{
		width: 7em;
	}
	.modalCareer.pcflex dd{
		width: calc(100% - 7em);
	}
}/* //end for SP */
@media screen and (min-width: 516px) and (max-width: 768px) {
	#officer .boardList li .txt{
		margin-left: calc(236px - 20px);
		padding-bottom: calc(100vw * 20 / 378)
	}
}
@media screen and (min-width: 769px) {
	.overviewTable.pcflex{		
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.overviewTable dt{
		width: 200px;
	}
	.overviewTable dd{
		width: calc(100% - 200px);
	}
	#officer .pcflex.boardList{
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	}
	#officer .pcflex.boardList li{
		width: calc(100% * 500 / 1080);
	}
	.modalProfile.pcflex{
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
	}
 .modalProfile.pcflex > img{
  width: 25.5%;
  max-width: 187px;
 }
	.modalProfile.pcflex .txt{
		margin-left: 40px;
	}
	.modalCareer.pcflex{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.modalCareer.pcflex dt{
		width: 133px;
	}
	.modalCareer.pcflex dd{
		width: calc(100% - 133px);
	}
}/*-PC only-*/


/*グループ拠点一覧*/
.overviewMap{
}
.overvieMapInner{
	position: relative;
	width: 856px;
	padding: 0 75px 44px 10px;
	margin: 0 auto 80px;
	box-sizing: content-box;
}
.overvieMapLinks{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overvieMapLinks li{
	position: absolute;
	display: inline-block;
}
.colHokkaido{
	top: 32px;
	left: 482px;
}
.colTohoku{
	top: 275px;
	left: 768px;
}
.colKoshinetsu{
	top: 190px;
	left: 438px;
}
.colKanto{
	top: 476px;
	left: 768px;}
.colHokuriku{
	top: 266px;
	left: 334px;}
.colTokai{
	top: 598px;
	left: 570px;}
.colKinki{
	top: 650px;
	left: 400px;}
.colChugoku{
	top: 320px;
	left: 162px;}
.colShikoku{
	top: 680px;
left: 218px;}
.colKyusyu{
	top: 400px;
	left: 0px;}

.overvieMapLinks a{
	display: block;
	border: 1px solid;
	background: #fff;
	padding: 1em 2em;
	line-height: 1em;
}
.overvieMapLinks a::after{
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 0 2px 2px 0;
	margin-left: 1em;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(45deg);
   transform: rotate(45deg) translate(-2px, -2px);
}
.colHokkaido a{border-color: #6C69AF;color: #6C69AF;}
.colTohoku a{border-color: #6588cc;color: #6588cc;}
.colKoshinetsu a{border-color: #975995;color: #975995;}
.colKanto a{border-color: #237A9D;color: #237A9D;}
.colHokuriku a{border-color: #C88D66;color: #C88D66;}
.colTokai a{border-color: #389F8E;color: #389F8E;}
.colKinki a{border-color: #70B240;color: #70B240;}
.colChugoku a{border-color: #B0B0B0;color: #B0B0B0;}
.colShikoku a{border-color: #ea8e32;color: #ea8e32;}
.colKyusyu a{border-color: #CF5B5B;color: #CF5B5B;}
.overvieMapLinks li.nolink{
	display: none !important;
}
.nolink a {
    border-color: #b0b0b0;
    color: #b0b0b0;
    pointer-events: none;
}

.overviewArea{
}
#hokkaido.overviewArea{background-color: #ECEBF1;}
#tohoku.overviewArea{background-color: #E6F2F2;}

#koshinetsu.overviewArea{background-color: #f0e6ef;}
#kanto.overviewArea{background-color: #deebf0;}
#hokuriku.overviewArea{background-color: #f7eee8;}
#tokai.overviewArea{background-color: #e1f1ee;}
#kinki.overviewArea{background-color: #eaf4e3;}
#chugoku.overviewArea{background-color: #f9f5df;}
#shikoku.overviewArea{background-color: #fceee0;}
#kyusyu-okinawa.overviewArea{background-color: #f8e7e7;}
.overviewArea h2{
	font-size: 36px;
	letter-spacing: 0.12em;
}
#hokkaido.overviewArea h2{color: #6C69AF;}
#tohoku.overviewArea h2{color: #389F8E;}
#koshinetsu.overviewArea h2{color: #975995;}
#kanto.overviewArea h2{color: #237A9D;}
#hokuriku.overviewArea h2{color: #C88D66;}
#tokai.overviewArea h2{color: #389F8E;}
#kinki.overviewArea h2{color: #70B240;}
#chugoku.overviewArea h2{color: #B0B0B0;}
#shikoku.overviewArea h2{color: #ea8e32;}
#kyusyu-okinawa.overviewArea h2{color: #CF5B5B;}
.overviewBox{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px;
}
.overviewBox + .overviewBox{
	margin-top: 40px;
}
.overviewBox h3 {
	position: relative;
	padding-left: 24px;
	font-size: 22px;
	letter-spacing: 0.06em;
}

.overviewBox h3::before {
	position: absolute;
	left: 0;
	top: 11px;
    content: "";
    display: inline-block;
    margin-right: 1em;
    width: 15px;
    height: 4px;
    background: #72AF43;
    vertical-align: middle;
}
.overviewBox dl{
	margin-top: 10px;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.overviewBox dt{
	position: relative;
	width: 6em;
	margin-bottom: 10px;
}
.overviewBox dt:after{
	content: ":";
	position: absolute;
	right: 0.5em;
}
.overviewBox dd{
	width: calc(100% - 6em);
	margin-bottom: 10px;
}
.overviewBox dd .btnNormal{
	width: 178px;
	margin-bottom: 10px;
    padding: 14px 10px 14px 20px;
	text-align: left;
}
.overviewBox .icons li{
	display: inline-block;
	background: #72AF43;
	border-radius: 50%;
	color: #fff;
	line-height: 1.1em;
	text-align: center;
	vertical-align: top;
}
.overviewBox .icons li span::before{
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	margin: 8px auto 3px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
.overviewBox .icons li.icSyoukyaku span::before{
	background-image: url("../images/overview_ic_syoukyaku.svg");	
}
.overviewBox .icons li.icChukan span::before{
	background-image: url("../images/overview_ic_chukan.svg");
}
.overviewBox .icons li.icSaisigen span::before{
	background-image: url("../images/overview_ic_saisigen.svg");	
	
}
.overviewBox .icons li.icSaisyuu span::before{
	background-image: url("../images/overview_ic_saisyuu.svg");	
	
}
.overviewBox .txt > p .btnNormal{
	width: 220px;
	margin-top: 20px;
    padding: 20px 10px 20px 20px;
	text-align: left;
}
@media screen and (max-width: 768px) {
 .overviewBox dl{
	display: block;
}
.overviewBox dt{
	width: auto;
 display: inline-block;
 padding-right: 20px;
 margin: 0;
}
.overviewBox dd{
	width: auto;
	margin-bottom: 10px;
}

}/*-SP only-*/
@media screen and (min-width: 350px) and (max-width: 468px) {
	main .inner .overviewBox h3{
		font-size: 5vw;
	}
}
@media screen and (max-width: 820px) {
	.overvieMapInner{
		width: 360px;
    padding: 50px 0 30px;
	}
	.overvieMapLinks a{
		padding: .5em 1em;
		width: 3em;
		-webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
white-space: pre;
	}
	.overvieMapLinks a::after{
		margin-left: .2em;
	}
	.colHokkaido {
  top: 0;
  left: 230px;
}
	.colTohoku {
  top: 140px;
  left: 315px;
}
	.colKanto {
  top: 250px;
  left: 315px;
}
	.colKoshinetsu {
  top: 50px;
  left: 182px;
}
	.colKyusyu {
  top: 120px;
	}
	.colShikoku {
  top: 310px;
  left: 110px;
}
	.colChugoku {
  top: 110px;
  left: 70px;
  }
	.colHokuriku {
  top: 110px;
  left: 132px;
  }
	.colTokai {
  top: 300px;
  left: 250px;
  }
	.colKinki {
  top: 310px;
  left: 170px;
  }
	.overviewBox{
		padding: 20px 20px 1px;
	}
 .overviewBox .txt{
  padding-top: 80px;
  margin-top: -80px;
 }
	main .inner .overviewBox h3{
	/*padding-left: 0;*/
    padding-left: 24px;
    padding-right: 0;
}
	.overviewBox figure{
		margin-bottom: 20px;
	}
	.overviewBox .icons{
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-around;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	main .inner .overviewBox ul.icons{
    	padding: 0 0;
	}
	.overviewBox .icons li{
		margin-bottom: 10px;
		width: calc(calc(100vw - 30px*2 - 5.5em)/2.1);
		height: calc(calc(100vw - 30px*2 - 5.5em)/2.1);
		font-size: 13px;
		max-width: 110px;
		max-height: 110px;
	}
	.overviewBox .icons li span::before{
		width: calc(calc(100vw - 30px*2 - 5.5em)/4.2);
		height: calc(calc(100vw - 30px*2 - 5.5em)/4.2);
		margin: 10px auto 10px;
		max-width: 50px;
		max-height: 50px;
	}
	.overviewBox .txt > p .btnNormal{
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
	}
	
}/* //end for SP */
@media screen and (min-width: 821px) {
	.overviewBox.pcflex{		
		flex-direction:row-reverse;
	}
 .overviewBox .txt{
  width: 100%;
  padding-top: 175px;
  margin-top: -175px;  
 }
	.overviewBox.pcflex > figure + .txt{
		width: calc(100% - 41.67% - 20px);
	}
	.overviewBox.pcflex > figure{
		width: 41.67%;
     text-align: center
	}
   .overviewBox.pcflex > figure img{
    max-height: 250px;
    margin: auto
  }
	.overviewBox .icons{
		width: calc(100% + 15px);
		transform: translateX(-15px);
	}
	.overviewBox .icons li{
		margin-left: 15px;
		margin-bottom: 15px;
		width: 85px;
		height: 85px;
		font-size: 10px;
	}
.overviewBox .icons li.icChukan span::before{
	width: 46px
}	
}/* //end for PC */



/*グループの歴史・沿革*/
main section.historyLeadArea{
	padding-top: 100px;
	padding-bottom: 40px;
}
main section.historyLeadArea h2{
	margin-bottom: 50px;
}
main section.historyBoxWrap{
	padding-top: 0;
	padding-bottom: 0;
}
.historyBox{
	position: relative;
	width: 100%;
	z-index: 1;
}
.historyBox figure{
	position: relative;
	width: 100%;
	z-index: 3;
}
.historyBox figure img{
	width: 100%;
	height: 100%;
    object-fit: contain;
}
.historyBox .txt{
	background: #F5F7F7;
}
.historyBox:nth-of-type(odd) .txt::before{
	left: 0;
}
.historyBox:nth-of-type(even) .txt::before{
	right: 0;
}
.historyBox:nth-of-type(odd) .txt .txtInner{
	width: 100%;
	max-width: 990px;
	margin: auto;
}
.historyBox .txt h3{
	letter-spacing: 0.06em;
	color: #72AF43;
	font-weight: 500;
}
.historyBox .txt h3 span{
	display: block;
}
.historyBox .txt p span{
	letter-spacing: 0.05em;
	line-height: 1.5em;
	color: #72AF43;
}
.historyBox .txt p span:after{
	content: "";
	display: inline-block;
	  width: 36px;
  height: 8px;
  border-bottom: 1px solid #72AF43;
  border-right: 2px solid #72AF43;
  transform: skew(45deg) translate(80%, -110%);
	transition: 0.5s;  
}
@media screen and (max-width: 768px) {
	.historyBox .txt{
		padding: 0;
	}
	.historyBox .txt a{
		display: block;
		padding: calc(100vw * 50 / 768) 0;
	}
	.historyBox .txt h3{
		margin-bottom: 15px;
		padding-bottom: 15px;
		padding-right: 30px;
		padding-left: 30px;
		border-bottom: 1px solid #72AF43;
		font-size: calc(100vw * 90 / 768);
	}
	.historyBox .txt p{
		padding-right: 30px;
		padding-left: 30px;
	}
	.historyBox .txt p span{
		padding-top: calc(100vw * 30 / 768);
		font-size: calc(100vw * 45 / 768);
	}
	.historyBox .txt p span:after{
		  width: calc(100vw * 48 / 768);
	  height: calc(100vw * 12 / 768);
	  transform: skew(45deg) translate(80%, -1.5vw);
	}
}/* //end for SP */
@media screen and (min-width: 769px) {
	.historyBox figure{
		position: relative;
		width: 50%;
		z-index: 3;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.historyBox figure::before{
		position: absolute;
		bottom: 0;
		content: "";
		display: block;
		width: 1px;
		height: 100%;
		background: #72AF43;
	}
	.historyBox:nth-of-type(1) figure::before{
		top: auto;
		height: calc( 50% - 17px);
	}
	.historyBox:nth-of-type(odd) figure{
		margin-left: auto;
		padding-left: 34px;
		text-align: left;
	}
	.historyBox:nth-of-type(odd) figure::before,
	.historyBox:nth-of-type(odd) figure::after{
		left: 0;
	}
	.historyBox:nth-of-type(even) figure{
		padding-right: 34px;
		text-align: right;
	}
	.historyBox:nth-of-type(even) figure::before,
	.historyBox:nth-of-type(even) figure::after{
		left: 100%;
	}
	.historyBox figure img{
		margin: 30px 0;
	}
	.historyBox:last-of-type figure img{
		margin-bottom: 120px;
	}
	.historyBox:nth-of-type(odd) figure img{
		margin-right: auto;
	}
	.historyBox:nth-of-type(even) figure img{
		margin-left: auto;
	}
	.historyBox .txt{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		padding: 50px 0;
		z-index: 1;
	}
	.historyBox .txt{
	}
	.historyBox:last-of-type .txt{
		transform: translateY(-50%);
		top: calc(50% - 45px);
	}
	.historyBox .txt::before{
		position: absolute;
		top: 148px;
		content: "";
		display: block;
		width: 50%;
		height: 1px;
		background: #72AF43;
	}
	.historyBox:nth-of-type(odd) .txt::before{
		left: 0;
	}
	.historyBox:nth-of-type(even) .txt::before{
		right: 0;
	}
	.historyBox:nth-of-type(odd) .txt .txtInner{
		width: 100%;
		max-width: 990px;
		margin: auto;
	}
	.historyBox .txt h3{
		padding-bottom: 30px;
		font-size: 70px;
		letter-spacing: 0.06em;
		color: #72AF43;
		font-weight: 500;
	}
	.historyBox .txt h3 span{
		display: block;
	}
	.historyBox:nth-of-type(even) .txt h3,
	.historyBox:nth-of-type(even) .txt p{
		padding-left: calc(50% + 30px);
	}
	.historyBox .txt p span{
		padding-top: 30px;
		font-size: 29px;
    	letter-spacing: 0.1em;
	}
	.historyBox .txt p span:after{
		content: "";
		display: inline-block;
		  width: 36px;
	  height: 8px;
	  border-bottom: 1px solid #72AF43;
	  border-right: 2px solid #72AF43;
	  transform: skew(45deg) translate(80%, -110%);
		transition: 0.5s;  
	}
	.historyBox .txt a:hover p span:after{
	  transform: skew(45deg) translate(120%, -110%);
	transition: 0.5s;  
	}
}/* //end for PC */


/*グループの歴史・沿革　－ 年別*/
.pageNav.historyPageNav.inner{
	width: 100%;
	max-width: 1080px;
 margin-left:auto;
 margin-right: auto;
 box-sizing: border-box;
}
.pageNav.historyPageNav li{
	width: calc(100% * 252 / 1080);
}
.pageNav.historyPageNav li a{
 height: 60px;
 padding: 0;
}
.pageNav.historyPageNav li span{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	background:#72af43;
	border-radius: 2px;
	border: 1px #72af43 solid;
	width: 100%;
	height: 60px;
	padding: 0;
	font-weight: 500;
	text-align: center;
	color: #fff;
}
.pageNav.historyPageNav li a::before,
.pageNav.historyPageNav li a::after{
	content: "";
	display: block;
	height: 2px;
	background: #72af43;
	position: absolute;
	right: 22px;
	top: 50%;
	border: none;
}
.pageNav.historyPageNav li a::before{
	width: 15px;
}
.pageNav.historyPageNav li a::after{
	width: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: right bottom;
	bottom: auto;
	left: auto;
	right: 22px;
	margin: auto;
}
.pageNav.historyPageNav li a:hover::before,
.pageNav.historyPageNav li a:hover::after{
 	background: #ffffff;
}
main section.historyDetailLeadArea{
	padding: 60px 20px 70px;
	width: 100%;
	max-width: 980px;
	margin: auto;
}
main section.historyDetailBoxWrap.inner{
	width: 100%;
    width: calc(100% - 40px);
	max-width: 1080px;
	padding-top: 0;
}
.historyDetailBox{
	position: relative;
	margin-left: 56px;
	padding-left: 32px;
	border-left: 1px solid #DDDDDD;
}
.historyDetailBox h3{
	margin-bottom: 20px;
	font-size: 42px;
	letter-spacing: 0.06em;
	color: #72AF43;
	font-weight: 500;
	border-bottom: 1px solid #72AF43;
}
.historyDetailBox p.fontLarge{
	margin-bottom: 0.25em;
	font-size: 22px;
	font-weight: 500;
}
.historyDetailBox p.fontLarge + p{
	padding-bottom: 40px;
}
.historyDetailBox .txt{
	padding-bottom: 50px;
}
.historyDetailBox .txt span.month{
	display: block;
	position: absolute;
  left: -65px;
  line-height: 1.2;
  font-size: 22px;
	width: 50px;
 text-align: right;
}
.historyDetailBox .txt span.month.large{
  line-height: 2;
}
.historyDetailBox .txt p.icCircle{
	position: relative;
}
.historyDetailBox .txt p.icCircle:not(.fontLarge){
	padding-bottom: 20px;
}
.historyDetailBox .txt p.icCircle::before{
	position: absolute;
	top: 0.5em;
	left: -40px;
	content: "\025cf";
	color: #72AF43;
	font-size: 14px;
	line-height: 1em;
}
.historyDetailBox .txt p.icCircle.fontLarge::before{
	top: 1em;
}
.historyDetailBoxWrap .btn{
	text-align: center;
}
.historyDetailBoxWrap .btnArrow{
	border-radius: 0;
    width: 216px;
	display: inline-block;
	margin: 0 20px 20px;
}
.historyDetailBoxWrap .btnArrow >span{
 border-radius: 0;
    padding: 22px 20px 22px 0;	
}
.historyDetailBoxWrap .btnArrow.back >span {
    padding: 22px 0 22px 20px;
}
.historyDetailBoxWrap .btnArrow:hover >span{
    padding: 22px 20px;	
}
.historyDetailBoxWrap .btnArrow >span::before {
	border-radius: 0;
}
	/*.historyDetailBox .pcflex figure{
		width: calc(100% * 400 / 1042);
	}*/
@media screen and (max-width: 768px) {
	.historyDetailBox .txt + figure{
		transform: translateY(-50px);
	}
	.historyDetailBox .pcflex figure{
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
	}
	.historyDetailBox .pcflex figure img{
		width: 100%;
	}
	main section.historyDetailBoxWrap.inner{
		padding-left: 20px;
		padding-right: 20px;
	}
}/* //end for SP */
@media screen and (min-width: 769px) {
	.historyDetailBox .pcflex .txt{
		width: calc(100% * 580 / 1042);
	}
	.historyDetailBox .pcflex figure{
		width: calc(100% * 400 / 1042);
	}
.historyDetailBox:last-of-type > div:last-of-type .txt span.month,
 .historyDetailBox:last-of-type > div:not(.pcflex):last-of-type >span.month{
 left: -97px;
}
	.historyDetailBox > div + div{
		margin-top: 50px;
	}
	.historyDetailBox:last-of-type > div:not(.pcflex):last-of-type{
		position: relative;
		margin-bottom: 120px;
	}
	.historyDetailBox:last-of-type > div:last-of-type{
		position: relative;
		margin-bottom: 240px;
	}
	.historyDetailBox:last-of-type > div.pcflex:last-of-type figure{
		position: absolute;
		right: 0;
		top: 0;
	}
}/*-PC only-*/


/*許可証一覧*/
main div.permitLeadArea{
	padding-top: 10px;
	padding-bottom: 60px;
}
.permitTopSec h3,
.permitSec h3{
	margin-bottom: 0.5em;
	font-size: 36px;
	letter-spacing: 0.12em;
}
.permitTopSec .subtiBd{
	margin-top: 1em;
}
.btnList a.btnNormal.arrow::before{
	width: 18px;
}
.btnList a.btnNormal.arrow::before,
.btnList a.btnNormal.arrow::after{
    right: 15px;
}

@media screen and (max-width: 768px) {
	main div.permitLeadArea{
		padding-left: 20px;
		padding-right: 20px;
	}
	main .permitTopSec .inner > h4{
		margin-left: 20px;
		margin-right: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
}/*-SP only-*/


@media screen and (min-width: 769px) {
}/*-PC only-*/


/*許可証一覧*/
.permitSec .inner{
	padding-right: 60px;
	padding-left: 60px;
}

@media screen and (max-width: 768px) {
	.permitSec .inner{
	padding-right: 0px;
	padding-left: 0px;
}
}


/*メディアライブラリー*/
.mediaBoxWrap{
	
}
.mediaBox{
	background: #F5F7F7;
	margin-bottom: 45px;
	padding: 16px 14px 19px;
}
.bg01 .mediaBox{
	background: #fff;
}
.mediaBox .video{
	margin-bottom: 12px;
}
.mediaBox h3{
	margin-bottom: 0.8em;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.06em;
}
.mediaBox h4{
	margin-bottom: 0.5em;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.06em;
}
.mediaBox p{
	margin-bottom: 1em;
}
.mediaBox ul{
	margin-left: 1em;
	text-indent: -1em;
}
.mediaBox li{
	margin-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
	.mediaBox h4 {
		padding-left: 20px;
		padding-right: 20px;
	}
}/* //end for SP */
/*video*/
.video {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.video iframe {
  width: 100%;
  height: 100%;
}
.video img {
	object-fit: contain;
  width: 100%;
  height: 100%;
}
.audio {
	margin-bottom: 12px;
}
.audio figure {
  width: 100%;
	height: calc(100vw * 274 / 1080);
	max-height: 274px;
	background: #fff;
	display: flex; 
	-ms-flex-align: center;
	align-items: center;   
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 0;
}
.audio figure img{
	width: calc(100% * 297 / 486);
}
.audio audio {
  width: 100%;
}
@media screen and (max-width: 768px) {
	.audio figure {
		height: calc( calc(100vw - 28px) * 0.61);
		max-height: auto;
	}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/*-PC only-*/
/*btn sns*/
.snsTw{
    border-color: #1DA1F2;
}
a.snsTw{
    color: #1DA1F2;
}
a.snsTw:hover{
	background: #1DA1F2;
    color: #FFF;
}
.snsTw::before{
 content: "";
 display: inline-block;
 background: url("../../assets/images/ic_sns_tw.svg") no-repeat left top/ 100% auto;
 width: 40px;
 height: 32px;
 margin-right: 20px;
 vertical-align: middle;
}
.snsYt{
    border-color: #FF0000;
}
a.snsYt{
    color: #FF0000;
}
a.snsYt:hover{
	background: #FF0000;
    color: #FFF;
}
.snsYt::before{
 content: "";
 display: inline-block;
 background: url("../../assets/images/ic_sns_yt.svg") no-repeat left top/ 100% auto;
 width: 50px;
 height: 35px;
 margin-right: 20px;
 vertical-align: middle;
}

#socialmedia .btnList li .btnNormal{	
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (max-width: 768px) {
}/* //end for SP */
@media screen and (min-width: 769px) {
	.mediaBoxWrap.pcflex > *{
		width: calc(100% * 518 / 1080);
	}
}/*-PC only-*/