@charset "UTF-8";
/*//////////////////////////////////////////////////

Title:company.css

Created:2020-02-04
Last Modified :

//////////////////////////////////////////////////*/
/* ------------------------
  
  ------------------------ */
.hilosophy_policy {
	width: 100%;
	max-width: 840px;
	margin: auto;
	text-align: left;
}
.hilosophy_policy {
	margin: 20px auto 80px;
}
.hilosophy_policy dt {
	color: #66c;
	font-weight: bold;
	font-size: clamp(22px, 2.5vw, 25px);
	margin-bottom: 5px;
}
.hilosophy_policy dt span{
	color: #66c;
	font-size: clamp(14px,2.5vw,20px);
	font-weight: normal;
	letter-spacing: 0.15em;
    padding-left: 15px;
    font-weight: 200;
}
.hilosophy_policy dd {
	font-family: 'HiraMinProN-W3','Yu Mincho','Hiragino Mincho ProN','ヒラギノ明朝 ProN W3','游明朝',serif;
	font-size: clamp(22px,2.5vw,32px);
	font-weight: 200;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}
.president {
	position: relative;
}
.president_photo {
	background: url(/images/front/company/img_president_pc.png) center no-repeat;
	background-size: cover;
	height: 380px;
	position: relative;
	border-radius: 60px 0 60px 0;
}
.president_left {
	position: relative;
	left: 8%;
	top: 25%;
	width: auto;
	height: auto;
	padding: 30px;
	color: #fff;
}
.president_left:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
	height: 100%;
	background-color: rgba(88,112,181);
	mix-blend-mode: multiply;
}
.president_front {
	display: block;
	position: relative;
	margin-bottom: 10px;
	z-index: 5;
}
.president_name {
	display: block;
	position: relative;
	font-size: clamp(16px,2.5vw,20px);
	font-weight: bold;
	z-index: 5;
}
.president_name small{
	padding-left: 8px;
	font-size: 90%;
	font-weight: normal;
}
.president_message {
	margin: 0 auto 60px;
	width: 100%;
	max-width: 840px;
	padding: 45px;
	line-height: 2;
	letter-spacing: 0.05em;
}
.president_message p {
	margin-bottom: 15px;
}
.president_message p:last-child {
	margin-bottom: 0;
}
.outline {
	margin-top: 
}
.outline_dl:first-child {
	border-top: solid 1px #2c2c2c;
}
.outline_dl {
	display: table;
	width: 100%;
	max-width: 840px;
	border-bottom: solid 1px #2c2c2c;
	padding: 10px;
	margin: auto;
}
.outline_dl dt ,
.outline_dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 0;
}
.outline_dl dt {
	font-size: clamp(16px,2.5vw,18px);
	font-weight: bold;
	color: #4545a7;
	padding-right: 40px;
	width: 23%;
}
.outline_dl dd {
	font-size: clamp(15px,2.5vw,17px);
	line-height: 2;
}
.outline_dl dd .link_pop:after {
	bottom: 2px;
}
.outline_tel_fax {
	display: inline-block;
}
.outline_group {
	margin-left: 30px;
	font-size: 14px;
	display: inline-block;
}
.outline_group:before ,
.outline_group:after {
	content: "-";
}
.access li {
}
.access_inner ,
.access_map {
	display: inline-block;
	width: 100%;
}
.access_inner {
	height: auto;
}
.access_address {
	padding-top: 15px;
	max-width: 840px;
	margin: auto;
}
.access_map {
	background-color: #ccf;
	height: 420px;	
}
.access_map iframe {
	width: 100%;
	height: 420px;
}
.gm-style-mtc {
	display: none;
}

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













@media screen and (max-width: 1200px) {
	/*//////////////////////////////////////////////////

	  max-width: 1200px start PC

	//////////////////////////////////////////////////*/
	
	/*//////////////////////////////////////////////////

	  max-width: 1200px end PC

	//////////////////////////////////////////////////*/
}
@media screen and (max-width: 991px) {
/*//////////////////////////////////////////////////

  max-width: 991px start Tablet

//////////////////////////////////////////////////*/
	/* ------------------------
	  
	  ------------------------ */
	.president_message {
		padding: 25px;
	}
	.outline_dl dt ,
	.outline_dl dd {
		font-size: 14px;
		padding: 10px 0;
	}
	.outline_dl dt {
		padding-right: 20px;
		width: 18%;
	}
	.outline_dl dd {
		border-left: solid 4px #66c;
		padding-left: 20px;
	}
	.outline_group {
		margin-left: 18px;
		font-size: 13px;
		min-width: 70%;
	}
	.access li {
		margin-bottom: 60px;
	}
	.access_map iframe {
		height: 200px;
	}
	.access_h3 {
		font-size: 20px;
		margin-top: 30px;
	}
	.access_h3_span {
		font-size: 36px;
	}
	.access_address {
		padding-top: 15px;
	}

/*//////////////////////////////////////////////////

  max-width: 991px end Tablet

//////////////////////////////////////////////////*/
}

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

@media screen and (max-width: 767px) {
/*//////////////////////////////////////////////////

  max-width: 767px start SP

//////////////////////////////////////////////////*/
	/* ------------------------
	  
	  ------------------------ */
	.president_photo {
		height: 350px;
	}
	.president_left {
		top: 0;
		left: 0;
		height: 100%;
		padding: 15px;
		display: flex;
		flex-wrap: wrap;
		align-content: flex-end;
		justify-content: flex-start;
	}
	.president_left:after {
		top: auto;
		bottom: 0;
		width: 210px;
		height: 38%;
	}
	.president_front,
	.president_name {
		width: 100%;
	}
	.president_message {
		padding: 25px 10px;
	}
	.president_message p {
	}
	.outline_dl {
		padding: 15px 0;
	}
	.outline_dl dt ,
	.outline_dl dd {
		border: 0;
		display: block;
		padding: 0;
		width: auto;
		text-align: left;
		border-left: solid 4px #66c;
		padding-left: 15px;
		line-height: 2;
	}
	.outline_group {
		margin-left: 30px;
		display: inline-block;
	}
	.access li {
		margin-bottom: 40px;
	}
	.access_map ,
	.access_map iframe {
		height: 400px;
		width: 100%;
	}
	.access_address {
		padding-bottom: 20px;
	}
/*//////////////////////////////////////////////////

  max-width: 767px end SP

//////////////////////////////////////////////////*/
}
/*//////////////////////////////////////////////////

  max-width: 575px start SP

//////////////////////////////////////////////////*/
@media screen and (max-width: 575px){
	/* ------------------------
	  
	  ------------------------ */
/*//////////////////////////////////////////////////

  max-width: 575px end SP

//////////////////////////////////////////////////*/
}
