@charset "utf-8";

.l-main img {
	max-width: 100%;
	height: auto;
}

.p-tit_01 {
	font-size: 3.25rem;
}

@media screen and (max-width: 480px) {
	.p-tit_01 {
		font-size: 2.2rem;
	}
}

.p-philosophy {
	position: relative;
	margin-top: 100px;
}

.p-lang_select {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.875rem;
	z-index: 1;
}

.p-lang_select__label {
	display: inline-block;
	background: url(/-/media/BREXA-CrossBorder/img/common/lang_select) no-repeat 0 center;
	background-size: 23px 23px;
	padding-left: 35px;
	min-height: 22px;
	cursor: pointer;
}

.p-lang_select__label span {
	display: inline-block;
}

.p-lang_select.is-open .p-lang_select__label span {
	border-bottom: solid 1px var(--main-color);
}

.p-lang_select__menu {
	margin-top: 10px;
	/* display: none; */
	pointer-events: none;
	opacity: 0;
	transition: 0.5s;
	transform: translateY(-10px);
}

.p-lang_select.is-open .p-lang_select__menu {
	/* display: block; */
	pointer-events: auto;
	transform: translateY(0);
	opacity: 1;
}

.p-lang_select__menu a {
	display: block;
	background: var(--text-color);
	color: #fff;
	text-decoration: none;
	margin: 1px 0;
	padding: 10px 10px 10px 30px;
	transition: 0.3s;
}

	.p-lang_select__menu a.is-active {
		background: var(--text-color) url(/-/media/BREXA-CrossBorder/img/common/checked.svg) no-repeat left 10px center;
	}

.p-lang_select__menu a:hover {
	background-color: #595757;
}

.p-lang_select__label input {
	display: none;
}

.p-lang_select__label::after {
	content: url(/-/media/BREXA-CrossBorder/img/common/arrow_nav.svg);
	margin: 0 2px 0 5px;
	vertical-align: top;
}

@media screen and (max-width: 480px) {
	.p-lang_select {
		top: -50px;
	}
}


.p-philosophy__text,
.p-vision__text {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.p-philosophy__text,
	.p-vision__text {
		font-size: 1.25rem;
	}
}

.p-vision,
.p-value,
.p-message {
	box-sizing: border-box;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

.p-vision {
	margin-top: 140px;
	padding: 110px 10px 190px;
	/*
		background: url(../images/company_vision_bg.jpg) no-repeat center center;
		background-size: cover;
	*/
	position: relative;
	overflow: hidden;
}

.p-vision__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc( 66.7vw ); /* 背景画像の縦横比より算出 */
	min-height: 800px;
	background: url(/-/media/BREXA-CrossBorder/img/company/company_vision_bg.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}

@media screen and (max-width: 480px) {
	.p-vision__bg {
		min-height: 500px;
	}
}

.p-vision .c-tit_01,
.p-vision .p-vision__text {
	color: #fff;
}

@media screen and (max-width: 1060px) {
	.p-vision {
		padding-top: 10vw;
		padding-bottom: 18vw;
	}
}



.p-value {
	padding: 70px 10px 50px;
	background: url(../Image/Company/company_value_bg.jpg) no-repeat center bottom;
	background-size: cover;
}

.p-value__items {
	max-width: 1060px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.p-value__item {
	margin-bottom: 50px;
	text-align: center;
	width: 24%;
	font-weight: bold;
	font-size: 1.5rem;
}

.p-value__title {
	font-size: 2rem;
	background: rgba(255,255,255,0.8);
	margin-bottom: 15px;
}

@media screen and (max-width: 1060px) {
	.p-value {
		padding-top: 8vw;
		padding-bottom: 7vw;
	}
}


@media screen and (max-width: 768px) {
		.p-value__item {
			width: 49%;
		}
}

@media screen and (max-width: 480px) {
	.p-value__item {
		font-size: 1.125rem;
	}
	.p-value__title {
		font-size: 1.25rem;
	}
}

.p-message {
	margin-bottom: 110px;
	padding: 40px 10px;
	background: #880000;
	color: #fff;
}

.p-message__inner {
	box-sizing: border-box;
	max-width: 1060px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.p-message__body .c-contents_txt {
	font-family: 'ＭＳ ゴシック';
	text-align: center;
	font-size: 16pt;
}

.p-message__image {
	box-sizing: border-box;
	width: 52%;
	padding-left: 30px;
}

.p-message_title {
	font-family: 'ＭＳ 明朝';
	margin-bottom: 15px;
	font-size: 18pt;
}

.p-message__sign {
	font-size: 14pt;
}

@media screen and (max-width: 1060px) {
	.p-message__inner {
		padding: 0 20px;
	}
}

@media screen and (max-width: 768px) {
	.p-message_title {
		text-align: center;
	}

	.p-message__body {
		width: 100%;
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
	}
	.p-message__image {
		width: 100%;
	}

	.p-message__image {
		text-align: center;
		padding: 20px 0 0;
	}

}

.p-profile .c-table {
	width: 850px;
	max-width: 100%;
}

.p-profile .c-table .c-th {
	width: 30%;
	min-width: 7em;
}




.p-access__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.p-access__items::after {
	content: '';
	display: block;
}

.p-access__item {
	box-sizing: border-box;
	width: 49%;
	border: solid 1px #cdcdcd;
	padding-bottom: 250px;
	margin-bottom: 23px;
	position: relative;
}

.p-access__item--narrow,
.p-access__items::after {
	width: calc( 94% / 4 );
	padding-bottom: 25px;
}

.p-access__body {
	padding: 15px 30px;
}

.p-access__title {
	font-size: 1.25rem;
	margin-bottom: 20px;
}

.p-access__item--narrow .p-access__title {
	font-size: 1rem;
}

.p-access__map {
	position: absolute;
	width: 100%;
	height: 240px;
	bottom: 0;
}

.p-access__button,
.p-access__button:link,
.p-access__button:visited {
	display: inline-block;
	color: var(--text-color);
	text-decoration: none;
	border: solid 1px var(--main-color);
	padding: 10px 50px 10px 12px;
	font-size: 0.875rem;
	background: url(/-/media/BREXA-CrossBorder/img/common/arrow_right.svg) no-repeat right 14px center;
	transition: 0.3s;
}

.p-access__button:hover {
	background-color: rgba(var(--sub-color-light-rgb),0.2);
}

@media screen and (max-width: 920px) {
	.p-access__item--narrow {
		width: calc( 96% / 3 );
	}
	.p-access__items::after {
		content: '';
		display: block;
		width: calc( 96% / 3 );
	}
}

@media screen and (max-width: 768px) {
	.p-access__item {
		width: 100%;
	}
	.p-access__item--narrow {
		width: 49%;
	}
}

@media screen and (max-width: 480px) {
	.p-access__item--narrow {
		width: 100%;
	}
	.p-access__items::after {
		content: none;
	}
}



.p-group__title {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 60px 0 20px;
}
/*
.p-group__companies {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.p-group__company {
	box-sizing: border-box;
	padding: 10px;
	border: solid 1px #ccc;
	font-size: 0.75rem;
	width: 200px;
	margin: 7px;
	text-align: center;
}

.p-group__company img {
	margin: 0 auto 8px;
}*/

.slick-prev,
.slick-next {
	position: absolute;
	border: 0;
	background: url(/-/media/BREXA-CrossBorder/img/common/Common/arrow_circle.svg) no-repeat center center;
	width: 39px;
	height: 39px;
	top: calc( 50% - 19px );
	left: -54px;
	text-indent: -999em;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
	transition: 0.3s;
}

.slick-next {
	left: auto;
	right: -54px;
	transform: rotate(180deg);
}

.slick-next:hover {
	transform: rotate(180deg) scale(1.1);
}

.slick-prev:hover {
	transform: scale(1.1);
}

@media screen and (max-width: 1180px) {
	/*.p-group__companies {
		margin-left: 44px;
		margin-right: 44px;
	}*/
	.slick-prev {
		left: -44px;
	}
	.slick-next {
		right: -44px;
	}
}

.c-show_on_scroll--philosophy {
	opacity: 1;
	animation: showOnScrollPhilosophy 1.6s ease-out both;
}

@keyframes showOnScrollPhilosophy {
	0% {
		opacity:0;
		transform: translate3d(0,15px,0);
	}
	100% {
		opacity:1;
		transform: translateZ(0);
	}
}


.c-show_on_scroll--value {
	opacity: 1;
	animation: showOnScrollVision 1.0s ease-out both;
}

@keyframes showOnScrollVision {
	0% {
		opacity:0;
		transform: translate3d(0,60px,0);
	}
	100% {
		opacity:1;
		transform: translateZ(0);
	}
}




/**
 * 2025/07 追加
 */

.p-purpose__copy {
	margin: 1em 0;
  font-size: 150%;
  font-weight: bold;
  text-wrap: balance;
  margin-top: 2em;
  text-align: center;
}

.p-brexaValues,
.p-brexa_message {
	margin-top: 100px;
	margin-bottom: 100px;
}


.brexaValues {
  margin-top: 6em;
}

.brexaValues_items {

  margin: 0 auto;
}
.brexaValues_item {
	margin: 1.2em 0;
  display: flex;
  justify-content: center;
}

.brexaValues_item h3 {
  width: 12em;
  margin-right: 1em;
  padding: 0;
}

.brexaValues_item p {
  width: 30em;
}

@media (max-width: 600px) {
  .brexaValues_item {
    display: block;
  }
  .brexaValues_item h3,
  .brexaValues_item p {
    width: auto;
  }
}

.p-brexa_message {
	overflow: hidden;
}

.p-brexa_message p {
	margin: 1em 0;
}

.p-brexa_message__copy {
	margin: 1em 0;
  font-size: 150%;
  font-weight: bold;
  text-wrap: balance;
  margin-top: 2em;
}

.p-brexa_message__photo {
  display: block;
  float: right;
  margin: 0 0 1em 2em;
  width: 260px;
}

.p-brexa_message__photo figcaption {
  display: block;
  margin-top: 0.5em;
  text-align: center;
}

@media (max-width: 560px) {
  .p-brexa_message__photo {
    float: none;
    margin: 0 auto 1em;
  }
}

.p-bcb_group {
	margin-top: 100px;
	margin-bottom: 100px;
}

:where(.p-bcb_group) a:link,
:where(.p-bcb_group) a:visited {
    color: var(--main-color);
    text-decoration: underline;
}

.p-bcb_group__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.p-bcb_group__map {
	width: 58%;
}

.p-bcb_group__companies {
	width: 38%;
}

.p-bcb_group__companies ul,
.p-bcb_group__companies li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.p-bcb_group__companies ul ul {
	margin-bottom: 1em;
}

.p-bcb_group__companies ul ul li {
	font-weight: bold;
	font-size: 110%;
}

.p-bcb_group__map img {
	width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	.p-bcb_group__inner {
		display: block;
	}

	.p-bcb_group__map,
	.p-bcb_group__companies {
		width: 100%;
	}
	
}