@charset 'utf-8';


.u-pcnone{
	display: none!important;
}

@media only screen and (max-width: 769px) {
	.u-pcnone{
		display: block!important;
	}
	.u-spnone{
		display: none!important;
	}
}

#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/company/back_message_tmp.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 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 .moviebox{
	background-image: url("../image/company/movie-bg.jpg");
	background-size: cover;
	background-position: center;
	margin: 50px 50px 0 50px;
}

#companymessage .moviebox .movie-flex{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 95px;
	align-items: center;
}

#companymessage .moviebox .movie-flex .movie-item{
	width: 50%;
}

#companymessage .moviebox .movie-flex .movie-item img{
	width: 100%;
	height: auto;
}

#companymessage .moviebox .movie-flex .movie-item .movie-iframe{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 10px;
}

#companymessage .moviebox .movie-flex .movie-item .movie-iframe iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 769px) {
	
	#companymessage .moviebox{
		margin: 20px 0 0 0;
		background-image: url("../image/company/movie-bg-sp.jpg");
	}

	#companymessage .moviebox .movie-flex{
		display: block;
    	padding: 20px;
	}
	#companymessage .moviebox .movie-flex .movie-item{
		width: 100%;
	}
	#companymessage .moviebox .movie-flex .movie-item .textimg{
		padding: 0 40px 10px;
	}
}

#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.4em;
}

#companymessage .sentence h2 span {
	display: inline-block;
}

#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;
	margin: 0 auto;
}

@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;
	}
}

@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;
		margin-bottom: 2em;
	}
}


#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 .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;
}

#outline .media {
	margin-bottom: 30px;
}

#outline .media figure {
	width: 100%;
	padding-top: 35%;
	overflow: hidden;
	position: relative;
}

#outline .media figure span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#outline .media figure img {
	display: block;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}


#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: 33.30%;
	}
}