@charset "utf-8";

/** margin-bottom **/
.mb0{margin-bottom: 0 !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}

.indentTxt {
	text-indent: -1.1em;
	padding-left: 1.1em;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

@media(min-width: 1024px){
  
	a[href^="tel:"]{
    	pointer-events: none;
	}
	
}


/* titleArea */


.titleArea {
	background: url(../image/common/title_main_bg.jpg) left top no-repeat;
	background-size: cover;
	box-sizing: border-box;
	height: 600px;
	position: relative;
	padding: 80px 0;
}


.titleArea.compPage::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../image/company/comp_title_bg.png) left center no-repeat;
	background-size: 100% auto;
	content: '';
	z-index: 1;
}

.titleInner {
	width: 1260px;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.pageRela {
	position: relative;
	padding-bottom: 10px;
}

.pageTitle {
	font-weight: 600;
	font-size: 54rem;
	line-height: 1.0;
	color: #222222;
	position: relative;
	z-index: 4;
	letter-spacing: .05em;
}

.pageSub {
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 3;
}

.contInner {
	width: 1260px;
	max-width: 90%;
	margin: 0 auto;
}


.subTitleArea {
	line-height: 1.0;
	margin-bottom: 80px;
}

.subTitleEn {
	font-size: 64rem;
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
	font-weight: 700;
	margin-bottom: 20px;
}

.subTitleJa {
	font-weight: 500;
}

.subCenterWrap {
	display: flex;
	justify-content: center;
	max-width: 90%;
	margin: 0 auto 80px;
}

.subCenterWrap .subTitleArea {
	margin-bottom: 0;
}

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

	.titleArea {
		background: url(../image/common/title_main_bg.jpg) left top no-repeat;
		background-size: auto;
		height: 300px;
		padding: 30px 0;
	}

	.titleArea.compPage::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../image/company/comp_title_bg.png) right 10% bottom 30px no-repeat;
		background-size: auto 100px;
		content: '';
		z-index: 1;
	}
	.pageRela {
		padding-bottom: 20px;
	}

	

	.pageSub img {
		max-height: 50px;
	}

	
	.subTitleArea {
		line-height: 1.0;
		margin-bottom: 30px;
	}

	.subTitleEn {
		font-family: "Montserrat", sans-serif;
		font-optical-sizing: auto;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.subTitleJa {
		font-size: 24rem;
	}

	.subCenterWrap {
		margin: 0 auto 50px;
	}

}

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

.compFirst {
	background: #f9efdc;
	padding: 150rem 0 100rem;
}



/* Message */

.messArea {
	background: url(../image/company/mess_bg.png) center bottom no-repeat;
	background-size: cover;
	padding: 200rem 0;
}

.messRela {
	position: relative;
}

.messPhoto img {
	width: 100%;
}

.messFlex {
	width: 1260px;
	max-width: 90%;
	box-sizing: border-box;
	padding-left: 30%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.messSub {
	font-size: 22rem;
	font-weight: 600;
	margin-bottom: 30px;
}

.messText {
	line-height: 1.8;
}

.messName {
	font-size: 20rem;
	font-weight: 600;
	margin-top: 30px;
}


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

	.messFlex {
		padding-left: 35%;
	}

}

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

	

	.messFlex {
		padding-left: 0;
		position: static;
		transform: none;
		margin: 0 auto 30px;
	}

	.messSub {
		font-size: 32rem;
		font-weight: 600;
		margin-bottom: 20px;
	}

	.messText {
		font-size: 28rem;
		line-height: 1.8;
	}

	.messName {
		margin-top: 20px;
		font-size: 30rem;
	}

	.messPhoto {
		text-align: center;
	}

	.messPhoto img {
		width: 70%;
	}


}

/* Company */

.gaiyoArea {
	padding: 150rem 0;
}

.gaiyoRela {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.gaiyoWrap {
	position: relative;
	width: 1260px;
	max-width: 90%;
	z-index: 3;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 70px;
	margin: 0 auto;
	background: #fff;
	border: 3px solid #222222;
}

.gaiyoWrap::before {
	width: 335px;
	height: 210px;
	background: url(../image/company/boder01.png) left top no-repeat;
	content: '';
	position: absolute;
	left: -335px;
	top: 100px;
}

.gaiyoWrap::after {
	width: 335px;
	height: 210px;
	background: url(../image/company/boder02.png) right bottom no-repeat;
	content: '';
	position: absolute;
	right: -335px;
	bottom: 100px;
}


.corpFlex {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	font-size: 25rem;
	position: relative;
}


.corpFlex::before {
	z-index: -1;
	background: #e6e6e6;
	width: 280px;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}


.corpFlex dt {
	flex-shrink: 0;
	width: 280px;
	box-sizing: border-box;
	padding: 20px;
	background: #e6e6e6;
	font-weight: 400;
}

.corpFlex dd {
	margin-left: 20px;
	line-height: 1.8;
}

.corpFlex dd.imgCase {
	margin-left: 50px;
}


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

	.gaiyoRela::before {
		top: 50px;
	}

	.gaiyoRela::after {
		bottom: 50px;
	}
	.gaiyoWrap {
		padding: 30px 5%;
	}
	
	
	.corpFlex {
		display: block;
		margin-bottom: 30px;
		position: relative;
		font-size: 30rem;
	}

	.corpFlex::before {
		display: none;
	}


	.corpFlex dt {
		width: auto;
		box-sizing: border-box;
		padding: 10px 5%;
		margin-bottom: 20px;
		font-weight: 500;
	}

	.corpFlex dd {
		margin-left: 0;
		line-height: 1.8;
	}

	.corpFlex dd.imgCase {
		margin-left: 0;
		margin-top: 30px;
	}

}

/* Activity */

.actSubTitle {
	font-size: 50rem;
	font-weight: 600;
	margin-bottom: 60px;
}
.grayWrap {
	background: #ededed;
	padding: 50px 30px;
	border-radius: 7px;
}
.actFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.wdt70 {
	width: 70%;
	line-height: 1.8;
}
.wdt25 {
	width: 25%;
}
.brownBg01 {
	font-size: 30rem;
	background: #d9a066;
	line-height: 1.2;
	padding: 15px 20px 17px;
	margin-bottom: 30px;
	border-radius: 9999px;
}
.brownBg02 {
	display: inline-block;
	font-size: 22rem;
	background: #f9efdc;
	line-height: 1.2;
	padding: 12px 20px 15px;
	border-radius: 9999px;
	font-weight: 500;
	width: 50%;
	box-sizing: border-box;
}
.bolds {
	font-weight: 600;
}
.actHarf {
	width: 48%;
}
.goalWrap {
	position: relative;
	background: #fff;
}
.goalWrap dt {
	position: absolute;
	left: 0;
	top: -30px;
	width: 100%;
}
.goalWrap dd {
	padding: 50px 30px 30px;
	line-height: 1.8;
}
.tableWrap {
	position: relative;
}

.tableSame {
	width: 800px;
	margin: 0 auto;
}

.womens {
	width: 100%;
}

.womens th,
.womens td {
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	padding: 15px 0;
	font-size: 30rem;
	border: 3px solid #222222;
	width: 33.33%;
	background: #fff;
}

.absTime {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 1024px){
	
	.actSubTitle {
		margin-bottom: 30px;
		font-size: 48rem;
	}
	.grayWrap {
		padding: 30px 5%;
	}
	.actFlex {
		display: block;
		margin-bottom: 50px;
	}

	.actFlex.mb100 {
		margin-bottom: 60px !important;
	}

	.wdt70 {
		width: auto;
		font-size: 28rem;
	}
	.wdt25 {
		width: auto;
		text-align: center;
		margin-top: 30px;
	}
	.brownBg01 {
		line-height: 1.4;
		padding: 10px 5% 10px;
		margin-bottom: 20px;
	}
	.brownBg02 {
		background: #f9efdc;
		padding: 10px 5% 10px;
		width: 50%;
		font-size: 30rem;
	}

	.actHarf {
		width: auto;
	}

	.actFlex .actHarf:nth-child(n + 2) {
		margin-top: 50px;
	}

	.goalWrap dt {
		position: absolute;
		left: 0;
		top: -20px;
		width: 100%;
	}
	.goalWrap dd {
		padding: 30px 5% 20px;
		line-height: 1.8;
		font-size: 28rem;
	}


	.tableSame {
		width: 100%;
		margin: 0 auto;
	}


	.absTime {
		position: static;
		text-align: right;
		margin-top: 10px;
	}

}


/* Access */

.accessWrap {
	padding: 150rem 0;
}

.brownBg03 {
	display: inline-block;
	font-size: 30rem;
	background: #d9a066;
	line-height: 1.2;
	padding: 15px 30px 20px;
	margin-bottom: 30px;
	border-radius: 9999px;
	box-sizing: border-box;
	width: 280px;
}

.accFlex {
	display: flex;
	justify-content: space-between;
}

.accTxt {
	font-size: 20rem;
	line-height: 1.8;
}

.accTxt02 {
	font-size: 22rem;
	line-height: 1.8;
}

.wdt60 {
	width: 60%;
}
.wdt40 {
	width: 40%;
}

.mapWrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.mapWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.moreBig {
	font-size: 20rem;
	font-weight: 600;
	margin-bottom: 5px;
}

.trdSame {
	width: 32%;
}

.pdfLink {
	font-size: 18rem;
}

.pdfLink::after {
	background: url(../image/company/arrow01.png) left top no-repeat;
	display: inline-block;
	content: '';
	width: 40px;
	height: 11px;
	margin-left: 5px;
}

.pdfLink:hover {
	text-decoration: underline;
}

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

	

	.brownBg03 {
		padding: 15px 10% 15px;
		margin-bottom: 20px;
		width: 60%;
	}

	.accFlex {
		display: block;
	}

	.accTxt {
		font-size: 28rem;
	}

	.accTxt02 {
		font-size: 30rem;
	}

	.moreBig {
		font-size: 32rem;
	}

	

	.wdt60 {
		width: auto;
	}
	.wdt40 {
		width: auto;
		margin-top: 30px;
	}


	.trdSame {
		width: auto;
	}

	.accFlex .trdSame:nth-child(n + 2) {
		margin-top: 30px;
	} 

}

br.pcIn {
	display: inline;
}

.br.spIn {
	display: none;
}


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

	br.pcIn {
		display: none;
	}
	
	.br.spIn {
		display: inline;
	}

}