@charset "utf-8";


.page-title {
	border-bottom: 0;
}

.company {
	margin-top: 0;
}

.company-greeting__image {
	position: relative;
	z-index: 0;
}

.company-greeting__image span {
	display: block;
}

span.company-greeting__image_pc {
	height: 640px;
}

span.company-greeting__image_sp {
	display: none;
}

.company-greeting__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

_:-ms-lang(x)::-ms-backdrop, .company-greeting__image {
	height: 640px;
	background-image: url(../images/company/img_greeting_pc.jpg);
	background-position: center center;
	background-size: cover;
}

_:-ms-lang(x)::-ms-backdrop, .company-greeting__image span {
	display: none;
}

@supports (-ms-ime-align: auto) {

	.company-greeting__image {
		height: 640px;
		background-image: url(../images/company/img_greeting_pc.jpg);
		background-position: center center;
		background-size: cover;
	}

	.company-greeting__image span {
		display: none;
	}

}

.company-greeting__contents {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: -140px;
	padding: 0 6vw;
	position: relative;
	z-index: 1;
}

.company-greeting__main {
	padding: 60px;
	padding-bottom: 0;
	background-color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
}

.company-greeting__catch {
	font-size: 4rem;
	line-height: 1.6;
	text-align: center;
	color: rgba(0, 0, 0, 1);
}

.company-greeting__catch span {
	display: inline-block;
	vertical-align: top;
}

.company-greeting__sign {
	margin: 40px auto;
}

.company-greeting__sign__psot,
.company-greeting__sign__name {
	line-height: 1.6;
	text-align: center;
	color: rgba(0, 0, 0, 1);
}

.company-greeting__sign__psot {
	margin-bottom: 10px;
	font-size: 1.3rem;
}

.company-greeting__sign__name {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .1em;
}

.company-greeting__profile {
	margin: 0 auto;
	max-width: 620px;
	font-size: 1.4rem;
	line-height: 2;
}

.company-greeting__wrap {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}

.company-greeting__item {
	max-width: calc(50% - 40px);
	flex-basis: calc(50% - 40px);
}

.company-greeting__text {
	margin: 40px 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.5;
	color: rgba(0, 0, 0, 1);
}

.company-greeting__text:first-child {
	margin-top: 0;
}


@media screen and ( max-width: 960px ) {

	.company-greeting__item {
		max-width: calc(50% - 20px);
		flex-basis: calc(50% - 20px);
	}

}


@media screen and ( max-width: 800px ) {

	span.company-greeting__image_pc {
		height: 480px;
	}

	.company-greeting__contents {
		margin-top: 0;
	}

	.company-greeting__main {
		padding: 0;
		padding-top: 40px;
	}

	.company-greeting__catch {
		font-size: 3rem;
	}

	.company-greeting__wrap {
		margin-top: 50px;
	}

	.company-greeting__text {
		margin: 30px 0;
		font-size: 1.5rem;
		line-height: 2;
	}

}


@media screen and ( max-width: 640px ) {

	span.company-greeting__image_pc {
		display: none;
	}

	span.company-greeting__image_sp {
		height: 360px;
		display: block;
	}

	_:-ms-lang(x)::-ms-backdrop, .company-greeting__image {
		height: 360px;
		background-image: url(../images/company/img_greeting_sp.jpg);
	}
	
	@supports (-ms-ime-align: auto) {
	
		.company-greeting__image {
			height: 360px;
			background-image: url(../images/company/img_greeting_sp.jpg);
		}
	
	}

	.company-greeting__sign {
		margin: 20px auto;
	}

	.company-greeting__sign__psot {
		font-size: 1.2rem;
	}

	.company-greeting__sign__name {
		font-size: 2rem;
	}

	.company-greeting__profile {
		font-size: 1.3rem;
	}

	.company-greeting__wrap {
		display: block;
	}

	.company-greeting__item {
		max-width: none;
	}

	.company-greeting__text {
		margin: 20px 0;
		font-size: 1.4rem;
	}

}


@media screen and ( max-width: 480px ) {

	span.company-greeting__image_sp {
		height: 220px;
	}

	.company-greeting__main {
		padding-top: 40px;
	}

	.company-greeting__catch {
		font-size: 2rem;
	}

	.company-greeting__sign__name {
		font-size: 1.8rem;
	}

	.company-greeting__wrap {
		margin-top: 30px;
	}

}

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

	span.company-greeting__image_pc {
		height: 800px;
	}

}


/*------------------------------------*/


.company-philosophy {
	max-width: none;
	padding: 100px 6vw;
	background-color: rgba(159, 32, 38, 1);
}

.company-philosophy .leyout-section__title,
.company-philosophy .leyout-section__title__en {
	color: rgba(255, 255, 255, 1);
}

.company-philosophy__section {
	max-width: 1000px;
	margin: 60px auto;
	padding: 80px 6vw;
	background-color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
.company-philosophy__section img{
	width: 60%;
	display: block;
	margin: 0 auto;
	margin-bottom: 60px;
}

.company-philosophy__section__title {
	margin: 0 auto;
	display: table;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.company-philosophy__section__title:after {
	content: "";
	width: 100%;
	height: 2px;
	margin-top: 2px;
	display: block;
	background-color: rgba(159, 32, 38, 1);
}

.company-philosophy__section__title .en {
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	color: rgba(159, 32, 38, 1);
	letter-spacing: 0;
}

.company-philosophy__section__catch {
	/*height: 120px;*/
	max-width: 700px;
	padding: 40px 0px;
	margin: 40px auto;
	border: 8px solid rgba(159, 32, 38, .2);
	border-radius: 60px;
	display: flex;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: rgba(159, 32, 38, 1);
	letter-spacing: .1em;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

.company-philosophy__section__text,
.company-philosophy__section__text span {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.5;
	text-align: center;
	color: rgba(0, 0, 0, 1);
}

.company-philosophy__section__text span {
	color: rgba(159, 32, 38, 1);
}

.company-philosophy__section__waku__tit {
	margin: 0 auto;
	display: table;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	color: rgba(159, 32, 38, 1);
	position: relative;
	top:40px;
}
.company-philosophy__section__tit__uline {
	margin: 0 auto;
	display: table;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
	border-bottom: 2px solid rgba(159, 32, 38, 1);
	margin-top: 40px;
}


.company-philosophy__section__text__waku ,.company-philosophy__section__text__waku__mini{
	max-width: 700px;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 5px;
	margin: auto;
	background:#F6F0F1;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 60px;
	margin-top: 20px;
}
.company-philosophy__section__text__waku__mini{
	font-size: 1.6rem;
	text-align: left;
}


.company-philosophy__section__table {
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.company-philosophy__section__table th,
.company-philosophy__section__table td {
	padding: 20px 0;
	vertical-align: middle;
	border-top: 1px solid rgba(0, 0, 0, 1);
}

.company-philosophy__section__table th {
	width: 160px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.8;
	color: rgba(0, 0, 0, 1);
}

.company-philosophy__section__table th .en {
	display: block;
	font-weight: 700;
	font-size: 1.6rem;
	color: rgba(159, 32, 38, 1);
}

.company-philosophy__section__table td {
	font-size: 1.4rem;
	line-height: 1.8;
}	


@media screen and ( max-width: 800px ) {

	.company-philosophy {
		padding: 80px 6vw;
	}

	.company-philosophy__section {
		margin: 40px auto;
		padding: 60px 6vw;
	}

	.company-philosophy__section img{
	width: 70%;
	margin-bottom: 40px;
	}
	
	.company-philosophy__section__title {
		font-size: 1.8rem;
	}

	.company-philosophy__section__title .en {
		font-size: 2rem;
	}

	.company-philosophy__section__catch {
		padding: 20px;
		box-sizing: border-box;
		margin: 30px auto;
		border-width: 6px;
		border-radius: 50px;
		font-size: 3rem;
	}

	.company-philosophy__section__text {
		font-size: 1.4rem;
		line-height: 2;
	}
	.company-philosophy__section__text br {
		display: none;
	}
	
	.company-philosophy__section__waku__tit {
		top:20px;
	}
	
	.company-philosophy__section__tit__uline {
		font-size: 1.6rem;
		margin-top: 20px;
}
	.company-philosophy__section__text__waku ,.company-philosophy__section__text__waku__mini{
	padding: 20px;
	font-size: 1.4rem;
	margin-bottom: 20px;
	margin-top: 0px;
	}

	.on_br{
		display: block!important;
	}
}


@media screen and ( max-width: 640px ) {

	.company-philosophy {
		padding: 60px 6vw;
	}

	.company-philosophy__section {
		margin: 20px auto;
		padding: 40px 6vw;
	}

	.company-philosophy__section__title,
	.company-philosophy__section__title .en {
		font-size: 1.5rem;
	}

	.company-philosophy__section__catch {
		padding: 20px;
		box-sizing: border-box;
		border-width: 5px;
		border-radius: 40px;
		font-size: 2rem;
	}

	.company-philosophy__section__table th,
	.company-philosophy__section__table td {
		display: block;
	}

	.company-philosophy__section__table th {
		width: auto;
		padding-bottom: 10px;
		font-size: 1.3rem;
		text-align: center;
	}

	.company-philosophy__section__table th .en {
		font-size: 1.6rem;
		text-align: center;
	}

	.company-philosophy__section__table td {
		border-top: 0;
		padding-top: 0;
	}

}


/*------------------------------------*/


.company-outline__table {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.company-outline__table th,
.company-outline__table td {
	padding: 20px 0;
	border-top: 1px solid rgba(0, 0, 0, .15);
	font-size: 1.5rem;
	line-height: 1.8;
}

.company-outline__table th {
	width: 200px;
	font-weight: 700;
	color: rgba(0, 0, 0, 1);
}

.company-outline__table dl {
	display: flex;
	flex-wrap: wrap;
}

.company-outline__table dt {
	width: 140px;
}

.company-outline__table dd {
	width: calc(100% - 140px);
}


@media screen and ( max-width: 640px ) {

	.company-outline__table th,
	.company-outline__table td {
		display: block;
		font-size: 1.4rem;
	}

	.company-outline__table th {
		width: auto;
		padding-bottom: 5px;
	}

	.company-outline__table td {
		padding-top: 0;
		border-top: 0;
	}

}


/*------------------------------------*/


.company-history {
	max-width: none;
	padding: 100px 6vw;
	background-color: #f2f2f2;
}

.history {
	max-width: 1000px;
	margin: 0 auto;
}

.history__nav {
	margin-bottom: 5px;
}

.history__nav__list {
	display: flex;
	justify-content: space-between;
}

.history__nav__item {
	position: relative;
	flex: 1;
}

.history__nav__item:after {
	content: "";
	width: 5px;
	height: 100%;
	display: block;
	background-color: #f2f2f2;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.history__nav__item:last-child:after {
	display: none;
}

.history__nav__item a {
	height: 50px;
	display: flex;
	background-color: rgba(0, 0, 0, .1);
	position: relative;
	z-index: 0;
	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: none;
	justify-content: center;
	align-items: center;
}

.history__nav__item a:hover,
.history__nav__item a.current {
	background-color: rgba(159, 32, 38, 1);
	color: rgba(255, 255, 255, 1);
}

.history__list {
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.history__list__item {
	padding: 20px 0;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.history__list__item p {
	font-size: 1.5rem;
	line-height: 1.8;
}

.history__list__date {
	max-width: 200px;
	flex-basis: 200px;
	font-weight: 700;
	color: rgba(0, 0, 0, 1);
}

.history__list__text {
	max-width: calc(100% - 200px);
	flex-basis: calc(100% - 200px);
}


@media screen and ( max-width: 800px ) {

	.history__nav {
		width: calc(100% + (6vw * 2));
		position: relative;
		left: -6vw;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		box-sizing: border-box;
	}

	.history__nav__list {
		width: 750px;
		padding: 0 6vw;
	}

	.company-history {
		padding: 80px 6vw;
	}

	.history__list__date {
		max-width: 160px;
		flex-basis: 160px;
	}

}


@media screen and ( max-width: 640px ) {

	.company-history {
		padding: 60px 6vw;
	}

	.history__list__item {
		display: block;
	}

	.history__list__item p {
		font-size: 1.4rem;
	}

	.history__list__date {
		padding-bottom: 0;
	}

	.history__list__text {
		max-width: none;
		padding-top: 0;
	}

}


/*------------------------------------*/


.company-organization__image {
	max-width: 1000px;
	margin: 0 auto;
}


@media screen and ( max-width: 800px ) {

	.company-organization__image {
		width: 100%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.company-organization__image figure {
		width: 800px;
	}	

}


