@charset 'utf-8';


#contentblock {
	width: 100%;
	font-size: .85rem;
	line-height: 1.8;
}

#contentblock > .inner {
	width: 100%;
	position: relative;
}

#companymessage {
	width: 100%;
	position: relative;
}

#companymessage > .lead {
	width: 100%;
	background-image: url(../image/about-us/back_message.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

body.pc #companymessage > .lead {
	background-attachment: fixed;
}

#companymessage > .lead > .cover {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 30px;
	position: relative;
}

#companymessage > .lead > .cover:before {
	display: block;
	content: '';
	background: #fff;
	opacity: .8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#companymessage > .lead header,
#companymessage > .lead header + .sentence,
#companymessage .chapter .sentence {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#companymessage > .lead .sentence {
	text-align: center;
}


#companymessage header {
	margin-bottom: 3em;
	text-align: center;
	position: relative;
}

#companymessage header h1 {
	color: #000;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.4;
}

#companymessage header h1 span {
	display: inline-block;
}

#companymessage header figure {
	text-align: center;
	margin-bottom: 30px;
}

#companymessage header figure .logotypeset {
	width: 100%;
	max-width: 400px;
}

#companymessage .chapter {
	padding: 30px;
}

#companymessage .chapter:not(:last-child) {
	margin-bottom: 2em;
}

#companymessage .sentence {
	color: #000;
	font-size: 1em;
	text-align: left;
}

#companymessage .sentence h2 {
	margin-bottom: .5em;
	font-size: 1.6em;
}

#companymessage .sentence h3 {
	margin-bottom: .5em;
	font-size: 1.4em;
}

#companymessage p:not(:last-child) {
	margin-bottom: 2em;
}

#companymessage p span.marker {
	text-decoration: underline;
}

#companymessage .signature {
	margin: 0;
	margin-bottom: 2em;
	font-size: .85em;
	line-height: 1.4;
}

#companymessage .signature p {
	margin: 0;
/* 	text-align: right; */
}

#companymessage .signature p strong {
	font-size: 1.25em;
}

#companymessage .columns {
	display: flex;
	flex-direction: column;
	max-width: 640px;
	margin: 0 auto;
}

#companymessage .column {
	width: 100%;
}

#companymessage .column img {
	width: 100%;
	height: auto;
}

#companymessage .column figure {
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
	margin-bottom: 2em;
}

#companymessage .career h4 {
	margin-bottom: .5em;
	padding-bottom: .3em;
	border-bottom: 1px solid #86888e;
	font-size: 1.2em;
	line-height: 1.4;
}

#companymessage .career table {
	width: 100%;
	font-size: .9em;
	line-height: 1.4;
}

#companymessage .career table th {
	padding-right: 1.5em;
	font-size: .85em;
	font-weight: 400;
	white-space: nowrap;
}

#companymessage .career table th,
#companymessage .career table td {
	padding-bottom: .3em;
}

#companymessage .career table td span {
	display: inline-block;
}

#companymessage .column:last-child {
/* 	max-width: 480px; */
	max-width: 760px;
	margin: 0 auto;
}

#companymessage .chapter .enclose {
	margin-bottom: 3em;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
}

#companymessage .chapter .enclose .idea {
	 margin: 0 auto;
}

#companymessage .chapter .enclose .idea p {
	margin-bottom: 0;
	font-size: 1.4em;
	font-weight: 900;
}

#companymessage .chapter .enclose  .point {
	margin-bottom: 1em;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
}

#companymessage .chapter .enclose  .point ul {
	list-style: none;
	display: flex;
	justify-content: center;
	max-width: 600px;
	margin: 0 auto;
}

#companymessage .chapter .enclose  .point span {
	display: block;
}

#companymessage .chapter .enclose  .point li {
	width: 33.333%;
	padding: 3px;
	font-size: 5vw;
}

#companymessage .chapter .enclose  .point li > span {
	width: 100%;
	padding-top: 100%;
	position: relative;
}

#companymessage .chapter .enclose  .point li > span > span {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #000;
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#companymessage .chapter .enclose .motto {
	text-align: center;
}

#companymessage .chapter .enclose .motto > div {
	display: inline-block;
}

#companymessage .chapter .enclose .motto ul {
	list-style: none;
	text-align: left;
}

#companymessage .chapter .enclose .motto li:not(:last-child) {
	margin-bottom: .7em;
}

#companymessage .chapter .enclose p span {
	display: inline-block;
}

@media only screen and (min-width: 481px) {

	#companymessage .chapter .enclose  .point li {
		padding: 4%;
		font-size: 24px;
	}
}

@media only screen and (min-width: 541px) {

	#companymessage .signature p {
		text-align: right;
	}
}

@media only screen and (min-width: 641px) {

	#contentblock {
		font-size: 1rem;
	}

	#companymessage > .lead > .cover {
		padding: 80px 50px;
	}

	#companymessage .chapter {
		padding: 50px;
	}

	#companymessage p span:not(.marker) {
		display: inline-block;
	}

	#companymessage .chapter .enclose .idea p {
		font-size: 2em;
	}
}

@media only screen and (min-width: 801px) {

	#companymessage .signature {
		margin: 0;
	}

	#companymessage .columns {
		flex-direction: row;
		max-width: none;
	}
/*
	#companymessage .column:first-child {
		width: 60%;
	}

	#companymessage .column:last-child {
		align-self: flex-end;
		width: 40%;
		padding-left: 7%;
	}
*/
	#companymessage .column figure {
		width: 100%;
		margin: 0;
	}
}


#outline {
	width: 100%;
	padding: 30px 20px;
}

#outline > .inner {
	width: 100%;
	position: relative;
}

.outline {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 3em;
	font-size: 1.4em;
	line-height: 1.6;
}

.outline .columns {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.outline .column:not(:last-child) {
	margin-bottom: 5em;
}

.outline .column {
	width: 100%;
}

.outline h2 {
	margin-bottom: .5em;
	font-size: 2em;
	font-weight: 400;
	line-height: 1.4;
}

.outlinetbl {
	display: block;
	width: 100%;
}

.outlinetbl:not(:last-child) {
	margin-bottom: 3em;
}

.outlinetbl th,
.outlinetbl td {
	text-align: left;
	vertical-align: top;
}

.outlinetbl th {
	display: inline-block;
	padding: 0 1em;
	border-bottom: 1px solid #86888e;
	font-weight: 700;
	white-space: nowrap;
}

.outlinetbl td {
	display: block;
	padding-top: 1em;
	padding-left: 2em;
}

.outlinetbl tr {
	display: block;
	width: 100%;
	padding: 1em 0;
	border-bottom: 1px solid #86888e;
}

.outlinetbl tbody {
	display: block;
	width: 100%;
}

.outlinetbl td h2 {
	margin-bottom: .5em;
	font-size: 1.3em;
	font-weight: 700;
}

.outlinetbl td h3 {
	margin-bottom: 0;
	font-size: 1.2em;
}

.outlinetbl td h3 a {
	color: #000;
}

.outlinetbl td h3 a[target="_blank"]:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
}

.outlinetbl td ul {
	margin-left: 1.5em;
}

.outlinetbl td ul:not(:last-child) {
	margin-bottom: .3em;
}

.outlinetbl td li:not(:last-child) {
	margin-bottom: .3em;
}

.outlinetbl td ul.blank li:last-child {
	list-style: none;
	color: #808080;
}

.outlinetbl td .caution {
	margin-top: .5em;
	padding-left: 1em;
	color: #808080;
	font-size: .8em;
	line-height: 1.5;
	position: relative;
}

.outlinetbl td .caution::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.outlinetbl td .addrgrid {
	display: table;
}

.outlinetbl td .addrgrid:not(:last-child) {
	margin-bottom: 1em;
}

.outlinetbl td .addrgrid > div:not(:last-child) {
	margin-bottom: 1em;
}

.outlinetbl td .addr {
	display: table-row;
}

.outlinetbl td .addr span {
	display: table-cell;
	width: auto;
	vertical-align: top;
}

.outlinetbl td .addr span.head {
	font-weight: 700;
	white-space: nowrap;
}

.outlinetbl td .addr:not(:last-child) span {
	padding-bottom: .5em;
}

#outline .btnarea:not(.mapapp) {
	margin-top: 1em;
	text-align: left;
}

#outline .btnarea:not(.mapapp) a {
	text-align: center;
	margin: 1px;
}

.outlinetbl td .bizcontent:not(:last-child) {
	margin-bottom: 1em;
}

@media only screen and (min-width: 1001px) {

	.outline {
		font-size: 1.6em;
	}

	.outlinetbl.history {
		font-size: .85em;
	}

	.outline .columns {
		flex-direction: row;
	}

	.outline .column {
		width: 50%;
		margin-bottom: 0 !important;
		padding: 0 40px
	}

	.outlinetbl {
		display: table;
	}

	.outlinetbl th,
	.outlinetbl td {
		display: table-cell;
		padding: .8em 1em;
		border: none;
	}

	.outlinetbl th {
		width: 8em;
	}

	.outlinetbl tr {
		display: table-row;
		padding: 0;
	}

	.outlinetbl tbody {
		display: table-row-group;
	}
}



.outlinetbl .insidetbl {
	display: table;
}

.outlinetbl .insidetbl > div {
	display: table-row;
}

.outlinetbl .insidetbl > div > span {
	display: table-cell;
	width: auto;
	vertical-align: top;
}

.outlinetbl .insidetbl .head {
	padding-right: 1em;
	font-weight: 700;
	white-space: nowrap;
}



#accessmap:not(:last-child) {
	margin-bottom: 5em;
}



.partner {
	width: 100%;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.6;
}

.partner .columns {
	display: flex;
	flex-wrap: wrap;
}

.partner .column:not(:last-child) {
	margin-bottom: 3em;
}

.partner .column .type {
	display: flex;
	flex-wrap: wrap;
}

.partner .column .type > div {
	padding: 1em 0;
}

.partner h2 {
	margin-bottom: .5em;
	border-bottom: 1px solid #86888e;
	font-size: 2em;
	font-weight: 400;
	line-height: 1.4;
}

.partner h2 .notice {
	display: inline-block;
	padding-left: 1em;
	font-size: .65em;
}

.partner h3 {
	margin-bottom: .5em;
	border-bottom: 1px solid #c1c4cc;
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1.4;
}

.partner ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.partner li {
	width: 50%;
	padding-right: 1.5em;
}

@media only screen and (min-width: 769px) {

	.partner .column {
		margin-bottom: 0 !important;
		padding: 0 40px
	}

	.partner .column.client {
		width: 100%;
	}

/* 
	.partner .column.suppliers {
		width: 33.333%;
	}
 */

	.partner .column .type > div {
		padding-right: 2em;
	}

	.partner .column.client .type > div {
		width: 50%;
	}
}


#accessmap {
	width: 100%;
	position: relative;
}

#map {
	width: 100%;
	height: 300px;
	position: relative;
}

#map iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (min-width: 769px) {

	#map {
		height: 500px;
	}
}

.facilityinfo {
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.4em;
}

.facilityinfo h3 {
	margin-bottom: 5px;
	font-size: 1.1em;
}

.facilityinfo span {
	display: inline-block;
	font-size: 1.4em;
	margin-bottom: 5px;
}

.facilityinfo a {
	display: block;
	margin-top: 5px;
}

.facilityinfo a:after {
	display: inline-block;
	content: '\f101';
	margin-left: .5em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: rotate(-45deg);
}

