@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  corporate.css
// style info :  スタイル指定
=================================================================== */
a[href^="tel:"] {
		pointer-events: none;
}
.sp a[href^="tel:"] {
		pointer-events:visible;
}

/*******************************************
//top
*******************************************/
.contentsListItems > .contentsListItem {
	margin-top: 0;
}
.contentsListItems > .contentsListItem:nth-child(n+5) {
	margin-top: 30px;
}

@media only screen and (max-width: 991px) {
.contentsListItems > .contentsListItem {
	margin-top: 30px;
}
.contentsListItems > .contentsListItem:nth-child(1),
.contentsListItems > .contentsListItem:nth-child(1) + .contentsListItem {
	margin-top: 0;
}
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
.contentsListItems > .contentsListItem:nth-child(1) + .contentsListItem {
	margin-top: 30px;
}
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}
/*******************************************
//企業理念
*******************************************/
.philosophyPage .rinenWrap {
	padding: 5%;
	background: #fff;
}
.philosophyPage .rinenWrap .articleHead {
	font-size: 24px;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}
/*******************************************
//挨拶
*******************************************/

@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}
/*******************************************
//会社概要沿革
*******************************************/
.outlinePage .companyData {
    width: 100%;
    border-collapse: collapse;
}
.outlinePage .companyData th,
.outlinePage .companyData td {
	border: 1px solid #D9D9D9;
	border-width: 1px;
	line-height: 1.6;
	vertical-align: top;
	text-align: left;
	padding: 15px 0;
}
.outlinePage .companyData th {
	border-color: #428e8c;
	border-width: 0 0 1px;
	font-weight: 500;
	width: 25%;
}
.outlinePage .companyData td {
    border-width: 0 0 1px;
	color: #666;
}
.outlinePage .companyData th > .en,
.outlinePage .companyData td > .en {
	display: block;
	color: #428e8c;
	font-size: 12px;
	margin-top: .5em;
}

.outlinePage .i-pdf{
	position: relative;
    padding-right: 20px;
	color: #666;
}
.outlinePage .i-pdf:hover{
	color: #428e8c;
}
.outlinePage .i-pdf::after{
	content: "";
	background: url("../../../img/pages/corporate/outline/icon-pdf.svg") no-repeat;
	position: absolute;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
.outlinePage .companyData th,
.outlinePage .companyData td {
	display: block;
	width: 100%;
}
.outlinePage .companyData th {
	border: none;
	padding: 15px 0 0;
}
.outlinePage .companyData td {
	padding: 15px 0 15px 15px;
}
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}
/*******************************************
//グループ
*******************************************/
.groupPage .contentsListItem a .dataWrap p:nth-of-type(1) {
	color: #428e8c;
}
.groupPage .contentsListItem a .dataWrap p:nth-of-type(2) {
	line-height: 1.8;
}
.groupPage .contentsListItem a {
	background: none;
}

/* multiBtn */
.groupPage .contentsListItem .multiBtn {
    display: block;
    position: relative;
    height: 100%;
}
	.groupPage .contentsListItem .multiBtn .dataWrap {
		padding: 2em;
	}
	.groupPage .contentsListItem .multiBtn .dataWrap p:nth-of-type(1) {
		color: #428e8c;
		font-size: 17px;
		line-height: 1.6;
		font-weight: 500;
		margin-bottom: .5em;
	}
	.groupPage .contentsListItem .multiBtn .dataWrap p:nth-of-type(2) {
		font-size: 13px;
		opacity: .8;
		margin-bottom: 20px;
		line-height: 1.8;
	}
	.groupPage .contentsListItem .multiBtn a {
		background: #fff;
		height: auto;
	}
	.groupPage .contentsListItem .multiBtn a.viewmoreBtn {
		width: 100%;
		margin-bottom: 10px !important;
	}
	.groupPage .contentsListItem .multiBtn a.viewmoreBtn:hover {
		background: #428e8c;
		border-color: #428e8c;
		color: #fff !important;
	}

.groupPage .bnrArea{
	display: inline-block;
	margin-top: 80px;
}
.groupPage .bnrArea a::hover{
	color: #428e8c;
}
.groupPage .bnrArea a p{
	padding-top: 5px;
	font-size: 16px;
}

.groupPage .groupList figure > figcaption{
	text-align: right;
	font-size: 12px;
	margin-top: 10px;
}

@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
	.groupPage .groupList figure > figcaption{font-size: 10px;}
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}
/*******************************************
//グループ
*******************************************/
.accessmapPage .articleSubHead {
	margin-bottom: .5em;
}
.accessmapPage .mansionIcon,
.accessmapPage .buildingIcon {
	display: inline-block;
	background: #42608e;
	color: #fff;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-left: .5em;
	padding: 0 .5em;
}
.accessmapPage .buildingIcon {
	background: #8e4242;
}
.accessmapPage .gmapsWrap {
	border: #fff solid 1px;
	margin-top: 2em;
	margin-bottom: 2em;
	height: 500px;
	width: 100%;
}
.accessmapPage .gmapsWrap iframe {
	height: 100%;
	width: 100%;
}
.accessmapPage .gmapsWrapS {
	border: #fff solid 1px;
	margin-top: 1em;
	height: 300px;
	width: 100%;
}
.accessmapPage .gmapsWrapS iframe {
	height: 100%;
	width: 100%;
}
.accessmapPage .accessData {
	background: #f2f2f2;
	border-radius: 5px;
	padding: 1em 2em;
}
.accessmapPage .officeItems .articleHead {
	margin-bottom: 1.5em;
}
.accessmapPage .officeItem {
	margin-bottom: 3em;
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
.accessmapPage .accessData {
	font-size: 12px;
	padding: 1em 1.5em;
}
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
.accessmapPage .gmapsWrap {
	height: 300px;
}
.accessmapPage .contentsListWrap .gmapsWrap {
	height: 200px;
}
}
@media only screen and (max-width: 320px) {
}
/*******************************************
//ウェルネス
*******************************************/
.wellnessPage .contentsListItem > * {
    display: block;
    position: relative;
    background: #fff;
    height: 100%;
}
.wellnessPage .contentsListItem > * .dataWrap {
	padding: 2em;
}
.wellnessPage .contentsListItem > * .dataWrap p:nth-of-type(1) {
	font-size: 17px;
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: .5em;
}
.wellnessPage .contentsListItem > * .dataWrap p:nth-of-type(2) {
	font-size: 13px;
	opacity: .8;
	margin-bottom: 20px;
}
.wellnessPage .healthWrap{
	display: flex;
    padding: 0 40px 40px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.wellnessPage .healthWrap p, .wellnessPage .healthWrap figure{}



@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
	.wellnessPage .healthWrap{padding: 0 30px 30px;}
	.wellnessPage .healthWrap p, .wellnessPage .healthWrap figure{padding: 0;}
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}
