@charset "utf-8";
.second_wrap p {
		line-height: 1.8;
}
.philosophy_section, .message_section, .profile_section {
		margin: 0 0 170px;
}
.profile_section.last {
		margin-bottom: 0;
}
.philosophy_figure {
		max-width: 520px;
		margin: 50px auto 45px
}
.philosophy_figure img {
		width: 100%;
		height: auto;
}
.philosophy_catch {
		font-size: 24px;
		font-weight: 600;
		text-align: center;
		margin: 0 0 35px
}
.second_wrap p.philosophy_caption {
		text-align: center;
		line-height: 2.0;
}
.message_section .section_title {
		margin-bottom: 75px;
}
.message_flex {
		display: flex;
}
.message_figure {
		width: 280px;
		margin-right: 55px;
}
.message_figure img {
		width: 100%;
		height: auto;
		border-radius: 10px;
}
.message_caption {
		flex: 1;
}
.message_caption p {
		font-size: 16px;
		margin: 0 0 2em;
}
.ceo_name {
		line-height: 1.6 !important;
		font-weight: 600;
		font-size: 24px;
		padding-top: 5px;
}
.ceo_name span {
		font-size: 14px;
}
.profile_section table {
		width: 100%;
		border-collapse: collapse;
		border-top: 1px solid #dcdcdc;
}
.profile_section th, .profile_section td {
		text-align: left;
		padding-top: 35px;
		padding-bottom: 35px;
		border-bottom: 1px solid #dcdcdc;
		line-height: 1.8;
		font-size: 16px;
}
.profile_section th {
		padding-left: 35px;
		width: 1%;
		white-space: nowrap;
		padding-right: 50px;
		font-weight: 600;
}
.profile_section tr.aligntop th, .profile_section tr.aligntop td {
		vertical-align: top;
}
.license {
		width: 234px;
		padding-top: 25px;
}
.license img {
		width: 100%;
		height: auto;
}
.googlemap {
		font-size: 14px;
		margin-top: 1em;
}
.googlemap a {
		color: #14b46e;
		text-decoration: underline;
}
.googlemap a span {
		padding-right: 17px;
		position: relative;
		display: inline-block;
		border-bottom: 1px solid #14b46e;
		transition: border 0.1s;
}
.googlemap a span::before, .googlemap a span::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
}
.googlemap a span::before {
		top: calc(50% - 4px);
		right: 2px;
		width: 6px;
		height: 6px;
		border: 1px solid #14b46e;
}
.googlemap a span::after {
		top: calc(50% - 6px);
		right: 0;
		width: 6px;
		height: 6px;
		border-top: 1px solid #14b46e;
		border-right: 1px solid #14b46e;
}
@media (hover: hover) {
		.googlemap a:hover span {
				border-bottom: 1px solid rgba(255, 255, 255, 0);
		}
}
@media(max-width: 767px) {
		.second_wrap p.philosophy_caption {
				line-height: 1.8;
				text-align: left;
		}
		.second_wrap p.philosophy_caption br {
				display: none;
		}
		.message_flex {
				display: block;
		}
		.message_figure {
				width: 70%;
				max-width: 280px;
				margin: 0 auto 40px;
		}
		.profile_section th, .profile_section td {
				display: block;
				padding: 0;
				border: none;
				text-align: left;
				width: auto;
				white-space: inherit;
		}
		.profile_section th {
				padding: 20px 15px 10px 0;
		}
		.profile_section td {
				border-bottom: 1px solid #dcdcdc;
				padding-bottom: 20px;
		}
}