@charset "utf-8";
/* =============================================================================
   pc
   ========================================================================== */
h3 .enFont {
	font-size: 60px;
	font-weight: 300;
	color: #005694;
	line-height: 1;
}
h3 br + span {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #666;
}

#strength {
	background: url(../../img/profile/pc/bg_profile.jpg) no-repeat center center / cover;
}
.strengthWrap {
	padding: 100px 0;
	justify-content: flex-start;
}
#strength h3 {
	width: 250px;
	margin-right: 100px;
}
#strength h3 .enFont,
#strength h3 br + span {
	color: #fff;
}
.strengthWrap > .rightConts {
	width: calc(100% - 350px);
}
#strength h4 {
	font-size: 28px;
	line-height: 1.625;
	color: #fff;
	margin-bottom: 60px;
}
.strengthWrap .rightConts li {
	max-width: 250px;
	width: 29.411764705%;
	position: relative;
}
.strengthWrap .rightConts li:not(:last-child):before {
	content: '';
	position: absolute;
	top: 0;
	right: -25px;
	width: 2px;
	height: 100%;
	background-image : linear-gradient(to bottom, #fff, #fff 10px, transparent 10px, transparent 10px);
	background-position: left top;
	background-size: 2px 20px;
	background-repeat: repeat-y;
}
.strengthWrap .rightConts li:nth-of-type(2) > * {
	animation-delay: .3s;
}
.strengthWrap .rightConts li:nth-of-type(3) > * {
	animation-delay: .6s;
}
.strengthWrap .rightConts li .enFont {
	color: #fff;
	font-size: 30px;
	margin-bottom: 30px;
}
.strengthWrap .rightConts li .icon {
	margin-bottom: 20px;
}
.strengthWrap .rightConts li .txt {
	color: #fff;
	font-size: 16px;
	line-height: 2;
}

#profile {
	padding: 100px 0 150px;
	position: relative;
}
#profile:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	background: url(../../img/common/pc/bg_left.png) no-repeat center center / 100%;
	z-index: -1;
}
#profile h3 {
	margin-bottom: 60px;
}
#profile .inner {
	max-width: 1500px;
	width: 100%;
}
#profile .profileWrap {
	box-sizing: border-box;
	max-width: 1150px;
	margin-left: auto;
	margin-right: 0;
	width: 80%;
	background: #fff;
	padding: 100px 150px;
	filter: drop-shadow(10px 10px 20px rgba(0,51,76,0.1));
}
.profileTb {
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
	line-height: 2;
}
.profileTb th {
	border-top: solid 1px #C2C2C2;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 15px 20px;
	box-sizing: border-box;
	width: 140px;
	text-align: left;
}

.profileTb td {
	border-top: solid 1px #C2C2C2;
	/* border-left: solid 1px #C2C2C2; */
	padding: 15px 20px;
	box-sizing: border-box;
	font-size: 16px;
}

.profileTb tr:first-child th,
.profileTb tr:first-child td {
	border-top: none;
}

a.mapLink {
	color: #5AA3C6;
	padding-right: 18px;
	position: relative;
}

a.mapLink:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 11px;
	background: url(../../img/profile/pc/icon_window.svg) no-repeat center;
	background-size: 100%;
}

@media screen and (max-width: 1190px) {
	#profile .profileWrap {
		width: 90%;
		padding: 80px;
	}
}

/* =============================================================================
   sp
   ========================================================================== */

@media screen and (max-width: 768px) {
h3 .enFont {
	font-size: 40px;
}
h3 br + span {
	margin-top: 5px;
	font-size: 14px;
}
.strengthWrap {
    padding: 60px 0;
    display: block;
}
#strength h3 {
	width: 100%;
	margin-right: 0;
	margin-bottom: 40px;
}
.strengthWrap > .rightConts {
	width: 100%;
}
#strength h4 {
	font-size: 20px;
	margin-bottom: 40px;
	text-align: justify;
}
.strengthWrap .rightConts li {
	max-width: none;
	width: 80%;
	margin: 0 auto;
}
.strengthWrap .rightConts li .global,
.strengthWrap .rightConts li .people,
.strengthWrap .rightConts li .professional {
	width: 80%;
	margin: 0 auto;
}
.strengthWrap .rightConts li:not(:last-child) {
	margin-bottom: 40px;
}
.strengthWrap .rightConts li:not(:last-child):before {
	content: '';
	position: absolute;
	right: 0;
	top: auto;
	width: 100%;
	bottom: -20px;
	height: 2px;
	background-image : linear-gradient(to right, #fff, #fff 10px, transparent 10px, transparent 10px);
	background-position: left top;
	background-size: 20px 2px;
	background-repeat: repeat-x;
}
.strengthWrap .rightConts li .enFont {
	font-size: 24px;
	margin-bottom: 15px;
}
.strengthWrap .rightConts li .icon {
	margin-bottom: 10px;
}
.strengthWrap .rightConts li .txt {
	font-size: 16px;
	text-align: justify;
}

#profile {
	padding: 60px 0;
	position: relative;
}
#profile:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../img/common/pc/bg_left.png) repeat-y center center / cover;
	z-index: -1;
}
#profile h3 {
	margin-bottom: 20px;
}
#profile .inner {
	max-width: 1500px;
	width: 100%;
}
#profile .profileWrap {
	width: 95%;
	padding: 16% 8%;
}



	.profileTb th {
		font-size: 14px;
		padding: 10px;
		width: auto;
		white-space: nowrap;
	}

	.profileTb td {
		font-size: 14px;
		padding: 10px;
	}


}
